@charset "UTF-8";
@import url('../stinger6/style.css');
@import url(http://fonts.googleapis.com/css?family=Quicksand:400, 700);

/*---------------------------------------------------------
Theme Name: SIMPLESTER-Ver6
Template: stinger6
Theme URI: http://simplester.degitekunote.com/
Description: STINGERの究極シンプル子テーマです。「シンプレスター」と呼んでやって下さいな。
Author: こふす
Author URI:http://degitekunote.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 6.0.0


#########################Thanks############################

SIMPLESTERはWordPressテーマの「SIMPLESTER」をシンプルなデザイン
にするために開発＆公開した子テーマです。
SIMPLESTERが生まれたのはSTINGERが存在するからで、私自身STINGERと
の出会いでWordPressに触れる良いきっかけになりました。

STINGER作者のENJIさん(@ENJILOG)は以前STINGER5の利用規約に
[利用による幸せは次の人へ繋いでください。]
という素晴らしいお言葉を残しています。

私にとってSTINGERがWordPressという素晴らしいCMSに触れられたきっか
けになったように、SIMPLESTERもまたそのような存在でありたいと思って
います。


この場を借りてENJIさんに感謝を申し上げます。

STINGER公式サイト：http://wp-fun.com/
ENJILOG：http://rentalhomepage.com/


こふす(@_cofus)

###########################################################

---------------------------------------------------------*/


/*---------------------------------------------------------

【テーマ内カラー設定】
テーマ内のメインカラー(デフォルトでは紫色)を変更する時は「#B2085D」
サブカラー（デフォルトでは黄色）を変更する時は「#F9C11C」を検索し、
好きな色の値で置換して下さい。

---------------------------------------------------------*/

* {
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
}

body {
    font-size: 62.5%;
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    background-size: 100px 100px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(249, 193, 28, 0.06)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(249, 193, 28, 0.06)), color-stop(.75, rgba(249, 193, 28, 0.06)), color-stop(.75, transparent), to(transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(249, 193, 28, 0.06)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(249, 193, 28, 0.06)), color-stop(.75, rgba(249, 193, 28, 0.06)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(249, 193, 28, 0.06) 25%, transparent 25%, transparent 50%, rgba(249, 193, 28, 0.06) 50%, rgba(249, 193, 28, 0.06) 75%, transparent 75%, transparent), -webkit-linear-gradient(-45deg, rgba(249, 193, 28, 0.06) 25%, transparent 25%, transparent 50%, rgba(249, 193, 28, 0.06) 50%, rgba(249, 193, 28, 0.06) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(249, 193, 28, 0.06) 25%, transparent 25%, transparent 50%, rgba(249, 193, 28, 0.06) 50%, rgba(249, 193, 28, 0.06) 75%, transparent 75%, transparent), -moz-linear-gradient(-45deg, rgba(249, 193, 28, 0.06) 25%, transparent 25%, transparent 50%, rgba(249, 193, 28, 0.06) 50%, rgba(249, 193, 28, 0.06) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(249, 193, 28, 0.06) 25%, transparent 25%, transparent 50%, rgba(249, 193, 28, 0.06) 50%, rgba(249, 193, 28, 0.06) 75%, transparent 75%, transparent), -ms-linear-gradient(-45deg, rgba(249, 193, 28, 0.06) 25%, transparent 25%, transparent 50%, rgba(249, 193, 28, 0.06) 50%, rgba(249, 193, 28, 0.06) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(249, 193, 28, 0.06) 25%, transparent 25%, transparent 50%, rgba(249, 193, 28, 0.06) 50%, rgba(249, 193, 28, 0.06) 75%, transparent 75%, transparent), -o-linear-gradient(-45deg, rgba(249, 193, 28, 0.06) 25%, transparent 25%, transparent 50%, rgba(249, 193, 28, 0.06) 50%, rgba(249, 193, 28, 0.06) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(249, 193, 28, 0.06) 25%, transparent 25%, transparent 50%, rgba(249, 193, 28, 0.06) 50%, rgba(249, 193, 28, 0.06) 75%, transparent 75%, transparent), linear-gradient(-45deg, rgba(249, 193, 28, 0.06) 25%, transparent 25%, transparent 50%, rgba(249, 193, 28, 0.06) 50%, rgba(249, 193, 28, 0.06) 75%, transparent 75%, transparent);
}

body.mceContentBody {
    background-color: #fff !important;
    background: none !important;
}


/*wrapper 周り
--------------------*/

#wrapper {
    max-width: 920px;
}

main {
    border-radius: 0px;
    background: none repeat scroll 0% 0% transparent;
    padding: 0px;
}

#content {
    padding-top: 16px;
    padding: 0;
}


/*header 周り
--------------------*/

.sitename img {
    max-width: 150px
}

header {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 16px;
}

header h1 {
    margin: 0
}

header .sitename {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px
}

header .descr {
    padding: 0
}

#headimg {
    padding-top: 10px
}

#gazou {
    margin: 0
}


/*pagetop-btn 周り
--------------------*/

#page-top {
    right: 10px
}

#page-top a {
    opacity: 1;
    background: none repeat scroll 0% 0% #B2085D;
    border-radius: 50%;
    padding: 12px;
    width: 14px;
    height: 14px;
    border: 4px solid #fff
}

#page-top a:hover {
    background: none repeat scroll 0% 0% #B2085D;
    color: #FFF;
    opacity: 0.4
}


/*index 周り
--------------------*/

#topnews dl {
    padding: 0;
    transition: all 0.4s ease;
    border-bottom: none;
    background-color: #fff;
    display: inline-flex;
    margin-bottom: 25px;
    flex-direction: row-reverse;
    width: 100%;
    -webkit-flex-direction: row-reverse;
    display: -webkit-flex;
    border-top: 1px solid #f1f2f3;
    box-shadow: 0px 0px 15px #f1f2f3;
    border-radius: 6px;
}

#topnews dl:first-child {
    padding-top: 0px
}

#topnews dl:last-child {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 0
}

#topnews dd {
    padding: 0px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    display: -webkit-flex;
    margin: 0 35px;
    width: 100%;
    /* vertical-align: middle; */
    /* display: table-cell; */
    justify-content: center;
    align-items: baseline;
}

#topnews .clearfix dd p {
    margin: 0
}

a:hover img {
    opacity: 1 !important
}

#kanren .clearfix dd p {
    margin: 0
}

#topnews dd h3 {
    /* order:2; */
    /* -webkit-order:2; */
    font-size: 1.2rem;
    font-weight: bold;
    word-break: break-all;
    letter-spacing: 1px;
    line-height: 1.5rem;
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    padding: 10px;
    position: relative;
}

dd h3 a {
    font-size: inherit;
}

#topnews dd h3:before {
    content: "";
    font-family: FontAwesome;
    color: #B2085D;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-42deg);
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: #b2085d;
    position: absolute;
    top: -8px;
    left: 2px;
}

#topnews dd h3:after {
    content: "";
    font-family: FontAwesome;
    color: #B2085D;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(28deg);
    display: inline-block;
    height: 7px;
    width: 7px;
    background-color: #b2085d;
    position: absolute;
    top: 8px;
    left: -3px;
}

#topnews dd .blog_info {
    /* order:1; */
    /* -webkit-order:1; */
    margin-bottom: 10px
}

#topnews dd .smanone {
    /* order:3; */
    /* -webkit-order:3 */
}

#kanren dd h5 {
    font-size: 15px;
    word-break: break-all;
    line-height: 23px
}

#topnews dt {
    width: 50%;
    overflow: hidden;
}

#topnews dl:before {
    font-family: FontAwesome;
    content: "\f004";
    position: absolute;
    display: none;
    margin-left: -20px;
    margin-top: -20px;
    background-color: #B2085D;
    padding: 8px;
    border-radius: 50%;
    border: 4px solid #fff;
    font-size: 18px
}

#topnews dl:hover:before {
    z-index: 99999999;
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
    color: #fff;
    display: inherit
}

#topnews dl:hover img {
    transform: rotate(2deg) scale(1.1)
}

#topnews dl img {
    transition: .3s ease-in-out;
    transform: rotate(0) scale(1);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.2
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0.2
    }
    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 0.2
    }
    100% {
        opacity: 1
    }
}


/*トップニュース
--------------------*/

#topnews-box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 15px #f1f2f3;
    margin-bottom: 25px;
    padding: 35px 28px;
}

#topnews-box dt {
    width: 110px;
}

#topnews-box div dl:first-of-type > dt {
    color: #B2085D
}

#topnews-box dt:before {
    content: "\f0a2";
    font-family: FontAwesome;
    margin-right: 5px;
}

#topnews-box div dl:first-of-type > dt:before {
    content: "\f006";
    font-family: FontAwesome;
    margin-right: 5px;
}


/*個別記事 周り
--------------------*/

.post {
    background-color: #fff;
    padding: 20px;
    overflow: initial;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

img.size-full,
img.size-large {
    margin-bottom: 20px;
    max-width: 100% !important
}


/*ページネーション　周り
--------------------*/

div.pagination {
    display: inline-block;
    background: none !important;
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
}

div.pagination a {
    color: #fff !important;
    border-radius: 50%;
    margin: 5px !important;
    padding: 0px !important;
    width: 30px;
    height: 30px;
    font-weight: normal !important;
    line-height: 30px;
    text-align: center
}

div.pagination a:hover {
    opacity: 0.8
}

div.pagination span,
div.pagination a {
    background-color: #B2085D !important;
    margin: 5px;
    padding: 9px 9px 9px 9px
}

div.pagination span.current {
    background-color: #fefefe !important;
    border-radius: 50%;
    margin: 5px !important;
    padding: 0px !important;
    width: 31px;
    height: 31px;
    font-weight: normal !important;
    line-height: 31px;
    text-align: center
}

.pagination .current {
    color: #000
}


/*タイポグラフィ 周り
--------------------*/

h1 {
    font-size: 1.7rem;
}

h2 {
    font-size: 1.2rem;
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.5rem
}

h6 {
    font-size: 1.5rem
}

.post >h1:nth-of-type(1),
.post article >h1:nth-of-type(1) {
    /* background-color: #F9FAFB !important; */
    padding: 17px 15px;
    border-radius: 4px;
    /* box-shadow: 0px 1px 0px 0px #e3e3e3; */
    /* border-top: 1px solid #E3E3E3; */
}

.post >h1:nth-of-type(1):before,
.post article >h1:nth-of-type(1):before {
    /* content:"aa"; */
    /* box-shadow: 0px 0px 0px 1px #000; */
}

.post h1,
.post h4 {
    /* background-color: #f9fafb; */
    padding: 17px 15px;
    border-radius: 4px;
    position: relative;
}

.post h1:before {
    content: "";
    color: #B2085D;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-42deg);
    display: inline-block;
    height: 18px;
    width: 18px;
    background-color: #b2085d;
    position: absolute;
    top: -5px;
    left: 7px;
}

.post h1:after {
    content: "";
    color: #B2085D;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(28deg);
    display: inline-block;
    height: 11px;
    width: 11px;
    background-color: #b2085d;
    position: absolute;
    top: 17px;
    left: 0px;
}

.post h2 {
    position: relative;
    background: #B2085D;
    color: #fff;
    /* font-size: 20px; */
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 4px
}

.post h2:after {
    content: '';
    position: absolute;
    border-top: 10px solid #B2085D;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 50px
}

.post h2:before {
    content: '';
    position: absolute;
    border-top: 10px solid #B2085D;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 50px
}

.post h3 {
    border-bottom: 1px solid #f9fafb
}

.post h4 {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f9fafb;
    border-radius: 4px
}

p {
    font-size: .9rem;
    line-height: 27px;
    margin-bottom: 28px
}

.post a {
    text-decoration: none;
    border-bottom: 1px dashed
}

.post blockquote {
    margin-right: 0;
    border-left: 3px solid #F4F5F6;
    background-color: #f9fafb
}

.post blockquote p {
    font-size: 14px
}

.post ul li {
    font-size: 14px;
    line-height: 27px;
    /* list-style-type: square */
}

.post ol {
    padding-left: 30px
}

.wp-caption-text:before {
    content: "■ "
}

table,
table tr td,
td,
th,
.post table {
    border: 1px solid #f1f1f1
}


/*index メタ周り
--------------------*/

#topnews .clearfix dd .blog_info p {
    font-size: 13px;
    line-height: 24px
}

.blog_info p a[rel="category tag"],
.blog_info p a[rel="category"] {
    background-color: #b2085d;
    padding: 3px 4px;
    border-radius: 2px;
    color: #fff;
    white-space: nowrap;
    opacity: 1;
    margin-right: 2px
}

.blog_info p a[rel="tag"] {
    background-color: #F9C11C;
    padding: 3px 4px;
    border-radius: 2px;
    color: #fff;
    white-space: nowrap;
    opacity: 1
}

.blog_info p a:hover {
    color: #fff;
    opacity: 0.8
}

.pcone {
    color: #fff;
}


/*icon font 基本宣言
--------------------*/

.blog_info p .fa {
    color: #000
}

.tagst .fa-tags {
    color: #000
}


/*navigatin 周り
-----------------------------*/

nav {
    padding: 19px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
}

nav li,
.footermenust li {
    padding: 5px 9px;
    transition: all 0.2s ease;
    background: none;
    position: relative;
    line-height: 24px;
    /* background-color: #fff; */
    margin: 0 7px;
    /* border-radius: 2px; */
    border-left: none;
    /* border-bottom: 1px solid #B2085D; */
    /* box-shadow: 0px 0px 15px #f1f2f3; */
    display: block;
}

.footermenubox ul {
    margin-bottom: 20px;
}

nav li a,
nav li a:hover,
.footermenust li {
    text-decoration: none;
    font-size: .7rem;
}

nav li:hover {
    /* box-shadow:inset 0px -1px 0 0 #B2085D */
}

nav li:hover >a,
.footermenust li:hover > a {
    color: #B2085D
}

nav li li,
.footermenust li li {
    padding: 10px
}

.menu-item a[title="link"]:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f0ac"
}

.st-pagelink {
    /* position: relative; */
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    padding: 17px 0;
    margin: 20px 0;
}

.st-pagelink .page-numbers {
    padding: 6px 15px;
    font-size: .8rem;
    border-radius: 0px;
    background-color: #B2085D;
    box-shadow: 0px 2px 0px 0px #B2085D, 0px -2px 0px 0px #B2085D;
    border: none;
    border-top: 1px solid #EEF1F6;
    border-bottom: 1px solid #EEF1F6;
    transition: ease-in .1s;
}

.st-pagelink .page-numbers:hover {
    box-shadow: 0px 4px 0px 0px #B2085D, 0px -4px 0px 0px #B2085D;
    opacity: .8;
}

.st-pagelink a,
.page-numbers {
    color: #fff
}


/*リンクアイコン*/

.menu-item a[title="home"]:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f015"
}


/*ホームアイコン*/

.menu-item a[title="tag"]:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f02c"
}


/*タグアイコン*/

.menu-item a[title="page"]:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f02e"
}


/*固定ページアイコン*/

.menu-item a[title="cate"]:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f07c"
}


/*カテゴリーアイコン*/

.menu-item a[title="envelope"]:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f0e0"
}


/*問い合わせーアイコン*/

.acordion_tree li a {
    background-color: #FFF;
    margin: 5px;
    padding: 5px 8px;
    display: inline-table;
}

.acordion_tree li {
    border: none;
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    margin-bottom: 0px;
    padding: 0
}

.acordion_tree li li {
    float: none;
    border: none;
    padding: 0;
    margin-bottom: 0
}

.sub-menu {
    background: none;
    top: 100%
}

nav li:hover > .sub-menu {
    display: flex !important;
    display: -webkit-flex !important;
}

.sub-menu {
    position: absolute;
    background: #fff;
    display: none;
    z-index: 10;
    flex-direction: inherit;
    -webkit-flex-direction: inherit;
    width: inherit;
    border-bottom: 2px solid #eaeaea;
    border-top: 1px solid #eaeaea
}

.sub-menu:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(186, 213, 155, 0);
    border-bottom-color: #f9f9f9;
    border-width: 5px;
    margin-left: -5px
}

.sub-menu li {
    margin: 0px
}

.sub-menu li:hover {
    box-shadow: 1px 0px 0px 0px #B2085D inset
}


/*artical メタ周り
--------------------*/

div#breadcrumb {
    color: #ddd;
    margin-bottom: 29px;
    margin-top: 10px;
}

div#breadcrumb >div:last-child a {
    background-color: #B2085D;
    color: #fff;
}

#breadcrumb div a,
div#breadcrumb a,
.tagst a {
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 2px;
    margin-right: 5px;
    color: #000;
    background-color: #fff;
    transition: all 0.4s ease;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 3px;
}

.post #breadcrumb div a,
.post #breadcrumb a,
.tagst a {
    background-color: #f9fafb
}

#breadcrumb div a:hover,
div#breadcrumb a:hover,
.tagst a:hover {
    background-color: #B2085D;
    color: #fff
}

.blogbox {
    background: none !important;
    border-top: none;
    border-bottom: none;
    padding: 6px 5px;
    position: absolute;
    top: 18px;
    left: 40px;
    border-radius: 4px;
    display: inline-flex;
    display: -webkit-inline-flex;
}

.blogbox p {
    font-size: .8rem;
    color: #000
}

.tagst {
    color: #fff;
    top: 70px;
    line-height: 35px;
    margin-bottom: 10px
}


/*artical 周り
--------------------*/

article >h1.entry-title {
    margin-top: 0px
}

.entry-title {
    margin: 15px 0;
    /* margin-top: 35px; */
    font-size: 1.8rem;
}

.post aside {
    order: 6
}

article >h2,
section >h2 {
    background-color: #fff;
    border-bottom: 2px solid #eaeaea
}

article >h2:before,
article >h2:after,
section >h2:before,
section >h2:after {
    border-top: 10px solid #F9CC46
}

.post table tr:nth-child(even) {
    background-color: #F4F5F6
}

table th {
    border-bottom-color: inherit;
    border-left-color: inherit;
}


/*コメント 周り
--------------------*/

#comments {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 20px;
    border: none;
    background-color: #f9fafb !important
}

#comments input[type="submit"] {
    background-color: #B2085D !important;
    color: #fff !important
}


/*page 周り
--------------------*/

.contentsbox {
    font-size: 13px;
    background-color: #f9fafb;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #eee;
    position: relative;
    margin-top: 40px;
}

.contentsbox:before {
    font-family: FontAwesome;
    content: "\f129";
    position: absolute;
    left: 0;
    margin-top: -20px;
    background-color: #F9C11C;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: -15px;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #fff
}

.contentsbox p {
    margin: 0;
    font-size: 12px;
    color: #555
}


/*サイドバー周り
--------------------*/

#side {
    display: none;
}


/*Ver6は1cloumnなので非表示
    #side aside {
border-bottom: 2px solid #eaeaea;
display: flex;
justify-content: center;
flex-direction: column;
    }
*/


/*サイドバーRSS周り
--------------------*/

.rssbox a {
    background-color: #B2085D;
    padding: 7px 10px
}

.fa-rss-square {
    margin-right: 5px
}

#searchsubmit {
    background-color: #F9C11C !important
}


/*サイドバー検索周り
--------------------*/

#s {
    padding: 5px 65px 5px 10px;
    background: none repeat scroll 0% 0% #f8f8f8 !important
}


/*サイドバー（NEWPOST）周り
--------------------*/


/*Ver6は1cloumnなので非表示
    #kanren dl {
margin-bottom: 10px;
transition: all 0.4s ease;
position: relative;
flex-direction: column;
border-bottom: 1px solid #F4F5F7
    }
    
    #kanren dl:hover,
    #kanren dl:last-child:hover {
box-shadow: inset 0px -1px 0 0 #B2085D
    }
    */


/*サイドバー タイトル
--------------------*/


/*Ver6は1cloumnなので非表示
    #side aside h4 {
padding: 7px 13px;
margin: 20px 0px 10px 0px;
font-size: 18px
    }
    
    #side aside h4:before {
font-family: FontAwesome;
margin-right: 5px;
content: "\f067"
    }
    */


/*サイドバー カテゴリー
--------------------*/


/*Ver6は1cloumnなので非表示
    aside #mybox ul li ul li a {
color: #333;
text-decoration: none
    }
    
    aside #mybox ul li ul li {
font-size: 14px;
line-height: 27px;
background-color: #f9fafb;
padding: 5px 10px;
margin-bottom: 10px;
transition: all 0.4s ease
    }
    
    aside #mybox ul li ul li:hover {
padding-left: 15px;
box-shadow: inset 1px 0 0 #B2085D
    }
    */


/*サイドバー tagクラウド
--------------------*/


/*Ver6は1cloumnなので非表示
    aside ul li .tagcloud a {
text-decoration: none;
color: #333;
padding: 3px;
border-radius: 2px;
white-space: nowrap;
transition: all 0.4s ease
    }
    
    aside ul li .tagcloud a:hover {
background-color: #B2085D;
color: #fff
    }
    */


/*sns btn 周り
--------------------*/

.sns {
    display: flex;
    justify-content: center display: -webkit-flex;
    -webkit-justify-content: center
}

.sns li a {
    text-decoration: none;
    border: none;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 2px;
    padding: 10px 20px;
}

.snsb {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    text-align: center;
    padding: 15px 0px 10px;
    padding: 10px;
    /* background-color:#fff */
    margin: 20px;
}

.sns .snsb li {
    margin: 0 10px
}


/*記事下の関連記事 周り
--------------------*/

#kanren dt {
    margin-bottom: 10px
}

#kanren dt img {
    width: 100%
}

#kanren a {
    border: none
}

h3.point ~ #kanren dl {
    background-color: #f9fafb
}


/*footer 周り
--------------------*/

#footer h3 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #555
}

footer {
    text-align: center;
    /* margin-top:50px; */
    /* border-top:1px solid #e8e8e8; */
    padding: 25px 0px 30px 0px;
}

#footer a {
    color: inherit;
}

#footer .copy {
    font-size: .7rem;
    color: #999;
    line-height: 15px;
    opacity: 0.5;
    margin: 0
}

#footer p {
    margin-bottom: 6px;
    font-size: .8rem;
}


/*プラグイン 修正
--------------------*/


/*Key Shortcut Formatter*/

.key {
    font-size: 14px !important;
    line-height: 24px !important;
    margin: 0 5px;
    border: none !important;
    background-color: #B2085D !important;
    text-shadow: none !important;
    color: #fff !important;
    border-radius: 2px !important
}


/*toc*/

div#toc_container a {
    border: none
}

div#toc_container {
    background-color: #f9fafb !important;
    padding: 20px;
    border: none
}


/*Shortcodes Ultimate*/

.su-button-center a {
    border: none
}

.su-service-title {
    font-size: 1rem !important;
}

.su-service-content > a {
    font-size: .9rem !important;
}


/*media Queries PCサイズ（最低1150pxのサイズ）
----------------------------------------------------*/

@media only screen and (min-width:978px) {
    nav.smanone {
        display: flex display: -webkit-flex
    }
    .snsb:before {
        font-family: FontAwesome;
        content: "\f164";
        height: 17px;
        background-color: #B2085D;
        padding: 9px;
        border: 5px solid #fff;
        line-height: 17px;
        font-size: 17px;
        color: #FFF;
        width: 17px;
        border-radius: 50%;
        margin-left: -70px;
        margin-top: 10px;
        position: absolute;
        box-shadow: 0px 1px 1px #eaeaea
    }
    .footermenust ul a {
        color: #333;
    }
    .footermenust li:first-child {
        padding: 5px 9px;
        /* color: #333; */
    }
    #topnews {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }
    .post {
        background-color: #fff;
        padding: 20px 40px;
        position: relative;
        margin-top: 60px
    }
    div.post #kanren {
        -moz-column-count: 3;
        -webkit-column-count: 4;
        column-count: 4;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em
    }
    div.post #kanren > p {
        font-size: 15px;
    }
    div.post #kanren dl {
        display: inline-block;
        border: none;
        background-color: #f9fafb;
    }
    div.post #kanren dt {
        width: 100%
    }
    div.post #kanren dd {
        padding: 0;
        margin: 0 15px
    }
    .post #breadcrumb {
        padding: 28px 0px 10px 0px;
        margin-bottom: 0;
        position: absolute;
        margin-top: -64px;
        background-color: #fff;
        width: 100%;
        margin-left: -40px;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }
    main >.post #breadcrumb {
        padding: 25px 0px 14px 0px;
        margin-top: -75px
    }
    main >.post {
        margin-top: 70px
    }
    /*ie*/
    :root .sub-menu li a {
        display: flex\0
    }
    :root .sub-menu li {
        background-color: #fff\0;
        border-bottom: 2px solid #eaeaea\0;
        border-top: 1px solid #eaeaea\0
    }
    :root .sub-menu {
        border: none\0
    }
    article >.post >#breadcrumb div:nth-child(1) {
        margin-left: 40px
    }
    main >.post >#breadcrumb a:nth-child(1) {
        margin-left: 40px
    }
}


/*media Queries PCサイズ（最低780pxのサイズ）
----------------------------------------------------*/

@media only screen and (min-width:780px) {
    nav ul,
    .footermenubox ul {
        display: flex;
        justify-content: center;
        display: -webkit-flex;
        -webkit-justify-content: center;
    }
    .post aside >div:first-child {
        display: flex;
        justify-content: space-around;
        display: -webkit-flex;
        -webkit-justify-content: space-around;
    }
    .post .smanone {
        padding-top: 0 !important
    }
    nav.smanone {
        display: flex display: -webkit-flex
    }
    /*Ver6は1cloumnなので非表示
#side aside {
width: 100%;
padding: 0 20px;
background-color: #fff;
float: none;
}
*/
    #contentInner {
        margin-right: -397px;
        float: none;
    }
    main {
        margin-right: 0;
    }
    #topnews dd {
        /* padding: 30px 0px 30px 30px; */
    }
    .sub-menu {
        width: -moz-max-content;
        width: -webkit-max-content;
        width: max-content
    }
    :root .acordion_tree li li {
        float: left\0
    }
    .blogbox {
        position: relative;
        top: 0;
        left: 0
    }
    .entry-title {
        /* margin-top: 10px; */
    }
}


/*media Queries タブレットサイズ（最高780pxのサイズ）
----------------------------------------------------*/

@media only screen and (max-width:780px) {
    nav {
        display: flex;
        justify-content: flex-end;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
    }
    #topnews dt {
        width: 85%;
    }
    #topnews dd {
        padding: 0
    }
    .sub-menu {
        position: relative;
        background: none repeat scroll 0% 0% #FFF;
        box-shadow: none;
        display: inline;
        z-index: inherit
    }
    nav li:hover >.sub-menu {
        display: inline !important
    }
    nav li:hover {
        box-shadow: none
    }
    .blogbox {
        position: relative;
        top: 0;
        left: 0
    }
    header {
        padding-top: 0
    }
    #topnews .clearfix dd .blog_info p {
        font-size: 10px;
        line-height: 20px
    }
    #topnews dd .blog_info {
        margin-bottom: 5px;
    }
    #topnews dd h3 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 13px;
    }
    /*media Queries タブレットサイズ（最低415pxのサイズ）
----------------------------------------------------*/
    @media only screen and (max-width:415px) {
        nav ul,
        nav {
            justify-content: flex-end;
            -webkit-justify-content: flex-end;
        }
        .sns li a {
            padding: 4px 10px;
        }
        .post h1 {
            font-size: 1.3rem;
        }
        .post h2 {
            font-size: 1rem;
        }
        #topnews dl {
            flex-direction: column;
            -webkit-flex-direction: column;
        }
        #topnews dd {
            padding: 0 6px;
            margin: 20px 0px 7px 0px;
            padding: 0px 11px;
            width: initial;
        }
        #topnews dt {
            width: 100%;
        }
        #topnews dl img {
            border-radius: 0;
        }
        #topnews dd h3 {
            font-size: .9rem;
            word-break: break-all;
            line-height: 20px;
            /* margin: 0px 5px; */
        }
        #topnews .clearfix dd p {
            line-height: 18px
        }
        #breadcrumb div a,
        div#breadcrumb a,
        .tagst a {
            line-height: 30px
        }
        #topnews .clearfix dd .blog_info p {
            line-height: 15px;
            font-size: .6rem;
        }
        .blog_info p a[rel="category tag"],
        .blog_info p a[rel="category"] {
            padding: 2px 3px;
            /* line-height: .9rem; */
            margin-bottom: 5px;
            display: inline-block;
        }
        .blog_info p a[rel="tag"] {
            padding: 2px 3px;
            display: inline-block;
            margin-bottom: 5px;
        }
        #breadcrumb div a,
        div#breadcrumb a,
        .tagst a {
            padding: 8px 8px;
            font-size: .6rem;
        }
        .entry-title {
            margin-top: 20px;
            font-size: 1.3rem;
        }
        nav {
            padding: 10px 0px 0px;
            justify-content: flex-end;
            -webkit-justify-content: flex-end;
        }
        .acordion_tree li {
            margin-bottom: 0px
        }
        .sub-menu {
            border: none;
            margin: 0px 5px;
            margin-bottom: 5px
        }
        .acordion_tree li {
            padding: 0
        }
        .acordion_tree li a {
            padding: 5px 8px;
            border-radius: 0;
        }
        nav li a,
        nav li a:hover {
            background-color: #B2085D;
            color: #fff
        }
    }
