@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.5.0/css/all.css);

/* CSS Document */
/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body, table, input, textarea, select, option {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.4;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
html, body {
  height: 100%;
  width: 100%;
  color: #33312d;
  font-size: 15px;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #33312d;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.section {
  overflow: hidden;
  text-align: left;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#wrapper { overflow: hidden;}
.fa-twitter:before {

    color: #55acee;
}
.fa-facebook-f:before {

    color: #1877f2;
}

.fa-stand_fm {
	background-image: url(../img/stand_fm_icon.png);
    width: 120px;
    height: 18px;
    background-size: 100%;
}
#ez-toc-container a {
	font-weight: 700;
}
.sp {
  display: none;
}
.pc {
  display: block;
}

/* --------------------------------------------------------------------
/* ここから下に追加する
-------------------------------------------------------------------- */
.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.c_red {
  color: #f00 !important;
}
.c_yellow {
  color: #fff100 !important;
}
.c_green {
  color: #01cab6 !important;
}
.f_18 {
  font-size: 18px;
}
.ta_c {
  text-align: center;
}
.ta_l {
  text-align: left;
}
.ta_r {
  text-align: right;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.p_t10 {
  padding-top: 10px;
}
.p_t20 {
  padding-top: 20px;
}
.p_t25 {
  padding-top: 25px;
}
.p_t30 {
  padding-top: 30px;
}
.p_t40 {
  padding-top: 40px;
}
.p_t50 {
  padding-top: 50px;
}
.p_l10 {
  padding-left: 10px;
}
.p_l15 {
  padding-left: 15px;
}
.p_l20 {
  padding-left: 20px;
}
.p_r0 {
  padding-right: 0px !important;
}
.p_r10 {
  padding-right: 10px;
}
.p_r15 {
  padding-right: 15px;
}
.p_r20 {
  padding-right: 20px;
}
.m_b10 {
  margin-bottom: 10px;
}
.m_b20 {
  margin-bottom: 20px;
}
.m_b30 {
  margin-bottom: 30px;
}
.m_b40 {
  margin-bottom: 40px;
}
.f40 {
  font-size: 40px;
  font-weight: bold;
}
.f30 {
  font-size: 30px;
  font-weight: bold;
}
.Item{
    text-decoration: none;
	color: #33312d;
	font-size: 14px;
	font-weight: bold;
}
.Item-Text{
     position: relative;
     z-index: 1;
}
.Item-Text:after{
     content: '';
     position: absolute;
     left: 0;
     bottom: -5px;/*テキストからの距離*/
     width: 0%;/*初期状態では下線非表示*/
     height: 2px;/*下線の高さ*/
     background: #33312d;/*下線の色*/
     z-index: -1;
     transition: all 0.4s;/*アニメーション速度*/
}
.Item:hover .Item-Text:after{
     width: 100%;/*hover時に表示*/
} 
main.page .inner {
}

main.page.single #sub{
	margin-top: 0;
}
.luxe-hilight-yellow {
    background: linear-gradient(transparent 60%,#fff89b 60%);
}
.luxe-hilight-red {
    background: linear-gradient(transparent 60%,#ffe4ed 60%);
}
.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center;
}
.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}


/* --------------------------------------------------------------------
/* 共通

/* --------------------------------------------------------------------
/* SNSフォント色
-------------------------------------------------------------------- */

.sab-facebook{
	color: #1877f2;
}
.sab-twitter{
	color: #55acee;
}


/*-------------------------------------------------------------------- */
/** PC **/
@media only screen and (min-width: 767px) {
  html, body {
    min-width: 1200px;
  }
}
/** SP **/
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
  }
  .inner {
    width: 94%;
    margin: 0 auto;
  }
#pankuzu {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
}

/* --------------------------------------------------------------------
/* header
-------------------------------------------------------------------- */



/** PC **/
@media only screen and (min-width: 767px) {
  
}
/** SP **/
@media only screen and (max-width: 767px) {
 

	
}
/* --------------------------------------------------------------------
/* nav
-------------------------------------------------------------------- */



/** PC **/
@media only screen and (min-width: 768px) {
  
}
/** SP **/
@media only screen and (max-width: 767px) {

}

/* --------------------------------------------------------------------
/* フッター
-------------------------------------------------------------------- */


.bnr_area {
	text-align: center;
	margin-top: 100px;margin-bottom: 100px;
}
#cta_area {
	background: url(../img/cta_bg.png) repeat;
	padding-top: 40px;padding-bottom: 40px;
	margin-top: 10vmin;
}
#cta_area .flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#cta_area .flex .left{
	
}
#cta_area .flex .left p{
	color: #fff;
}
#cta_area .flex .left p.title{
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;margin-bottom: 15px;
}
#cta_area .flex .left p.txt{
	margin-bottom: 30px;
}
#cta_area .flex .left a.btn {
	display: block;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	color: #252421;
	font-weight: bold;
	padding-top: 15px;padding-bottom: 15px;
	width: 383px;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#cta_area .flex .left a.btn::after {
	content: ">";
	display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    font-size: 14px;
    color: #252421;
}
#cta_area .flex .left a.btn:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.foot_nav {
	background: url(../img/foot_nav_bg.png) repeat-x;
	background-size: contain;
    padding-top: 35px;padding-bottom: 35px;
}
.foot_nav ol {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
}
.foot_nav ol li {margin-right: 30px;}
.foot_nav ol li:last-child { margin-right: 0;}
.foot_nav ol li .Item{
    text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.foot_nav ol li .Item-Text{
     position: relative;
     z-index: 1;
}
.foot_nav ol li .Item-Text:after{
     content: '';
     position: absolute;
     left: 0;
     bottom: -10px;/*テキストからの距離*/
     width: 0%;/*初期状態では下線非表示*/
     height: 2px;/*下線の高さ*/
     background: #fff;/*下線の色*/

     z-index: -1;
     transition: all 0.4s;/*アニメーション速度*/
}
.foot_nav ol li .Item:hover .Item-Text:after{
     width: 100%;/*hover時に表示*/
}
.sns_icon img{
	width: 30px;
}
#footer { margin-top: 50px;margin-bottom: 50px;}
#footer .flex_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: space-between;
}
#footer .left .foot_logo { margin-bottom: 20px;}
#footer .left ol {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer .left ol li { margin-right: 20px;}
#footer .left ol li:last-child { margin-right: 0;}
#footer .left ol li .Item{
    text-decoration: none;
	color: #000;
	font-size: 14px;
}

#footer .left ol li .Item-Text{
     position: relative;

     z-index: 1;
}
#footer .left ol li .Item-Text:after{
     content: '';
     position: absolute;
     left: 0;
     bottom: -10px;/*テキストからの距離*/
     width: 0%;/*初期状態では下線非表示*/
     height: 2px;/*下線の高さ*/
     background: #000;/*下線の色*/
     z-index: -1;
     transition: all 0.4s;/*アニメーション速度*/
}
#footer .left ol li .Item:hover .Item-Text:after{
     width: 100%;/*hover時に表示*/
}
#footer .right ol {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer .right ol li { margin-right: 15px;}
#footer .right ol li:last-child {margin-right: 0;width: 205px;}
#footer .right .copyright {
	margin-top: 10px;
	text-align: right;
}
#footer .right .copyright address {
	font-size: 12px;
	font-style: normal;
}

/** PC **/
@media only screen and (min-width: 767px) {}
/** SP **/
@media only screen and (max-width: 767px) {
 
.bnr_area {
    margin-top: 10vmin;
    margin-bottom: 10vmin;
}	
#cta_area {
	display: none;
}	
#footer .flex_box {
	justify-content: center;
    flex-wrap: wrap;
}	
#footer .left { margin-bottom: 10vmin;}	
#footer .left .foot_logo {
    margin-bottom: 5vmin;
    text-align: center;
}
#footer .left ol li {
    margin-right: 3vmin;
}
#footer .left ol li .Item {
    text-decoration: none;
    color: #000;
    font-size: 11px;
}	
#footer .right .copyright {
    margin-top: 5vmin;
    text-align: center;
}	
	
}

/* --------------------------------------------------------------------
/* 固定ページ
-------------------------------------------------------------------- */

.page .page_box {
	width: 730px;
}

main.page.terms .page_box,main.page.policy .page_box,main.page.operating_company .page_box {
	width: 80%;
	margin: auto;

}

main.page.terms .page_box .__con,main.page.policy .page_box .__con,main.page.operating_company .page_box .__con{
	padding: 15px 15px;
}


.page .page_box .__con {
	margin-top: 20px;
}
.page .addtoany_content { display: none;}

@media only screen and (max-width: 767px) {
 
.page .page_box {
	width: 100%;
	padding-top: 0vmin;
    padding-bottom: 0vmin;
	margin-top: 3vmin;
}
main.page.terms .page_box,main.page.policy .page_box,main.page.operating_company .page_box {
	width: 100%;

}
.page .page_box .__con {
	margin-top: 10vmin;
}	
	
}

/* --------------------------------------------------------------------
/* 一覧
-------------------------------------------------------------------- */

.archive .post_box {
	width: 800px;
}
.archive .post_box .__con {
	margin-bottom: 50px;
	margin-top: 20px;
}
.archive .post_box ul li {
	border-top: 1px solid #ddd;
	padding: 25px 0;
}
.archive .post_box ul li {
	border-top: 1px solid #ddd;
	padding: 25px 0;
}
.archive .post_box ul li:last-child {
	border-bottom: 1px solid #ddd;

}

.archive .post_box ul li .flex_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: space-between;
}
.archive .post_box ul li .flex_box .left {
	margin-right: 30px;
}
.archive .post_box ul li .flex_box .left .img {
	width: 300px;
	height: 169px;
}
.archive .post_box ul li .flex_box .right h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.archive .post_box ul li .flex_box .right .data_area {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.archive .post_box ul li .flex_box .right .txt { font-size: 14px;}
.archive .post_box ul li .flex_box .right .data_area .data {
	color: #6198a9;
	font-size: 12px;
	margin-right: 15px;
}
.archive .post_box ul li .flex_box .right .data_area .category_name a {
	font-size: 10px;
}
.archive .post_box ul li .flex_box .right .data_area .category_name::before {content: "";background: url(../img/category_icon.svg) no-repeat;width: 15px;height: 11px;display: inline-block;margin-right: 2px;}

/* --------------------------------------------------------------------
/* 記事下一覧
-------------------------------------------------------------------- */

.single .post_box ul li {
	border-top: 1px solid #ddd;
	padding: 25px 0;
}
.single .post_box ul li {
	border-top: 1px solid #ddd;
	padding: 25px 0;
}

.single .post_box ul li .flex_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: space-between;
}
.single .post_box ul li .flex_box .left {
	margin-right: 30px;
}
.single .post_box ul li .flex_box .left .img {
	width: 300px;
	height: 169px;
}
.single .post_box ul li .flex_box .right h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.single .post_box ul li .flex_box .right .data_area {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single .post_box ul li .flex_box .right .txt { font-size: 14px; word-break: break-all;}
.single .post_box ul li .flex_box .right .data_area .data {
	color: #6198a9;
	font-size: 12px;
	margin-right: 15px;
}
.single .post_box ul li .flex_box .right .data_area .category_name a {
	font-size: 10px;
}
.single .post_box ul li .flex_box .right .data_area .category_name::before {content: "";background: url(../img/category_icon.svg) no-repeat;width: 15px;height: 11px;display: inline-block;margin-right: 2px;}


.single .post_box .main_content__title {
    font-size: 30px;
    color: #333;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-align: center;
    font-weight: 500;
}
.single .post_box .theme_color {
    color: #6198a9;
}
.single .post_box .main_content__ruby {
    font-size: 16px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
    font-feature-settings: "palt";
}


@media only screen and (max-width: 767px) {
 
.archive .post_box {
	width: 100%;
	padding-top: 5vmin;
    padding-bottom: 5vmin;
	margin-top: 5vmin;
}
.archive .post {
}	
.archive .post_box ul li {/* margin-bottom: 5vmin; */}	
	
.archive .post_box ul li .flex_box {
    justify-content: center;
    flex-wrap: wrap;
}	
.archive .post_box ul li .flex_box .left {
    margin-right: 0px;
}	
	.archive .post_box ul li .flex_box .left .img {
	width: 100%;
	height: auto;
}
	
.single .post_box {
	width: 100%;
	padding-top: 5vmin;
    padding-bottom: 5vmin;
	margin-top: 5vmin;
}
.single .post {
}	
.single .post_box ul li {/* margin-bottom: 5vmin; */}	
	
.single .post_box ul li .flex_box {
    justify-content: center;
    flex-wrap: wrap;
}	
.single .post_box ul li .flex_box .left {
    margin-right: 0px;
}	
	.single .post_box ul li .flex_box .left .img {
	width: 100%;
	height: auto;
}
	
	
	
	
}



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

詳細
---------------------------------------------------- */

.single .single_box {
	width: 800px;
}
.single .__con {
	background: #fff;
	box-shadow: 1px 1px 10px 0px #eaeaea;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-right: 25px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.single .data_area {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 20px;
}
.single .data_area .data {
	color: #7b7b7b;
	font-size: 12px;
	margin-right: 15px;
}
.single .data_area .category_name {
	font-size: 10px;

}
.single .data_area .category_name::before {
    content: "";
    background: url(../img/category_icon.png) no-repeat;
    width: 15px;
    height: 11px;
    display: inline-block;
    margin-right: 5px;
}
.single h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.single .__img img {
	max-width: 100%;
	height: auto;
}
.single .__con .user_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 20px;
	justify-content: space-between;
}
.single .__con .user_area .name_area {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single .__con .user_area .name_area .icon { margin-right: 10px;}
.single .__con .user_area .name_area .name {
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.5;
} 
.single .__con .user_area .sns_area ol {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single .__con .user_area .sns_area ol li { margin-right: 10px;}
.single .__con .user_area .sns_area ol li:last-child { margin-right: 0px;}
.single #ez-toc-container {
	display: block;
	margin-bottom: 50px;
}
.single #ez-toc-container nav {
	margin: auto;
	margin-top: 15px;
}
.single #ez-toc-container ul li {
    margin-bottom: 5px;
}
.single .sns_area02 {
	background: #f3f3f1;
	border-radius: 10px;
	padding-top: 20px;padding-bottom: 20px;
	margin-top: 80px;margin-bottom: 50px;
}
.single .sns_area02 ol {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
}
.single .__con .sns_area02 ol li { margin-right: 25px;}
.single .__con .sns_area02 ol li:last-child { margin-right: 0px;}
.single .addtoany_content { display: none;}
.single .about {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	overflow: hidden;
	padding-right: 25px;
	border: 1px #ddd solid;
	margin-bottom: 0px;
}
.single .about .title {
	font-size: 12px;
    margin: 1em 0;
    font-weight: normal;

	line-height: 1.4em;
}
.single .about .title span{
    font-size: 1.5em;
    margin-right: 0.5em;
    position: relative;
    bottom: -2px;
}
.single .about .flex_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single .about .flex_box .txt {width: 100%;}
.single .about .flex_box .icon {
	margin-right: 20px;
	width: 260px;
	margin-top: 0px;
	margin-bottom: 0;
}
.single .about .flex_box .icon img {
	width: 100%;
}
.single .about .flex_box .name {
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 145%;
	margin-top: 0;
	border-bottom: 1px solid #ccc;
}
.single .about .flex_box .name span {
	font-size: 16px;
	font-weight: normal;
}
.single .about .flex_box .description {
	font-size: 14px;
	word-break: break-all;
	margin-bottom: 0;
	margin-top: 10px;
	color: #484848;
	line-height: 150%;
}
.single .about .flex_box .hitokoto {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
	border: 1px solid #e8e8e8;
	padding: 5px 5px;
}

.single .about .flex_box .hitokoto {
  position: relative;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #FFF;
  border: solid 1px #dedede;
  box-sizing: border-box;
}

.single .about .flex_box .hitokoto:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -12px;
  border: 9px solid transparent;
  border-right: 8px solid #FFF;
  z-index: 2;
}

.single .about .flex_box .hitokoto:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -14px;
  border: 11px solid transparent;
  border-right: 11px solid #e2e2e2;
  z-index: 1;
}

.single .about02{
	background-color: #fcfcfc;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	/* border-top: 1px solid #ddd; */
}

.single .about02 .author_sns {padding: 12px 10px 10px 10px;}
.single .about02 .author_sns ul {margin: 0;overflow: hidden;}
.single .about02 .author_sns ul li {
	list-style: none;
	margin-bottom: 0;
	margin-left: 14px;
	display: inline-block;
	float: left;
}
.single .about02 .author_sns ul li i {
    font-size: 20px;
    margin-right: 10px;
}
.single ol.archive {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 50px;
}
.single ol.archive li {
	margin-right: 20px;
	margin-bottom: 30px;
}
.single ol.archive li:last-child {
	margin-right: 0px;
}
.single ol.archive li img { max-width: 100%; line-height: 0;}
.single ol.archive li .img { margin-bottom: 15px; line-height: 0;}
.single ol.archive li .data {
	margin-bottom: 10px;
	font-size: 10px;
}
.single ol.archive li .title {
	font-size: 12px;
	margin-top: 0;
}
.single ol.page_link {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.single .recommend{
	/* background: #fff; */
	/* box-shadow: 1px 1px 10px 0px #f7f7f7; */
	/* padding-top: 15px; */
	/* padding-left: 25px; */
	/* padding-bottom: 15px; */
	/* padding-right: 25px; */
	/* margin-bottom: 50px; */
	margin-top: 90px;margin-bottom: 100px;
}
.single .recommend .title {
	font-size: 12px;
    margin: 1em 0;
    font-weight: normal;
	line-height: 1.4em;
}
.single .recommend .title span{
    font-size: 1.5em;
    margin-right: 0.5em;
    position: relative;
    bottom: -2px;
}
.single .recommend ol.archive {
	border-bottom: none;
    padding-bottom: 0px;
}
.single .__con p {
	margin: 1.3em 0;
	line-height: 1.9;
}
.single .__con h2 {
	font-size: 30px;
	padding-bottom: 5px;
	margin-top: 50px;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid #619db8;
}


.single .__con h2::after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: "";
    display: block;
    width: 200px;
    height: 6px;
    background-color: #6198a9;
}
.single .__con h2:nth-of-type(1){
    margin-top: 0px;
}
.single .__con h3 {
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 40px;
	border-left: 3px solid #6198a9;
	padding-left: 16px;
}
.single .__con h3::after {
	content: "";
	display: block;
}
.single .__con ul {
	margin-top: 20px;margin-bottom: 20px;
}
.single .__con ul li {
	margin-left: 20px;margin-bottom: 15px;
	list-style: disc;
}
.single .__con blockquote {
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
}
.single .__con blockquote:before{
    position:absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:'\f10d';
    font-size: 20px;
    color: #6198a9;
}
.single .__con blockquote p{
    position:relative;
    padding-left:30px;
}
.single .__con blockquote cite{
    display: block;
    font-size:0.8rem;
    color: #6198a9;
    text-align:right;
}
.single .__con .lkc-content {
    margin: 15px 0 0 0;
}

.single .__con .lkc-title {
	margin-bottom: 10px;
}
.single .__con .lkc-url {
    margin-bottom: 10px;
}
.single .__con .lkc-excerpt {
    margin-top: 10px;
}
.single .__con a.lkc-link:hover {
    background: #fcfcfc;
    box-shadow: 3px 3px 8px rgb(0 0 0 / 20%);
    transform: translateY(-4px);
}
.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
	box-shadow: none;
}


@media only screen and (min-width: 767px) {}
/** SP **/
@media only screen and (max-width: 767px) {
	
	
.single .single_box {
	width: 100%;
}	
.single .__con {
    padding-top: 5vmin;
    padding-left: 5vmin;
    padding-bottom: 5vmin;
    padding-right: 5vmin;
}	
.single .data_area {
    margin-bottom: 0px;
}	
.single .__con h2 {
    font-size: 5vmin;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 5vmin;
}	
.single .about .flex_box {
    flex-wrap: wrap;
    justify-content: center;
}	
.single .about .flex_box .icon {
    margin-right: 0;
    margin-top: 5vmin;
    margin-bottom: 5vmin;
    width: 90%;
}
.single .about {
    padding-top: 5vmin;
    padding-left: 3vmin;
    padding-bottom: 5vmin;
    padding-right: 3vmin;
}	
.single ol.archive {
	flex-wrap: wrap;
}
.single ol.archive li {
    margin-right: 0;
    margin-bottom: 5vmin;
}
.single .recommend {
    padding-top: 5vmin;
    padding-left: 3vmin;
    padding-bottom: 5vmin;
    display: none;
    padding-right: 3vmin;
}	
	.archive .post_box ul li .flex_box .left .img {
	width: 100%;
	height: auto;
}
	.single .about .flex_box .hitokoto:before {
 display: none;
}

.single .about .flex_box .hitokoto:after {
  display: none;
}
	
}



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

main.page #sub {
	width: 360px;
	padding: 0;
	margin-top: 65px;
}

#sub .pick_up {
	padding: 32px;
	background-color: #f9f9f9;
}

#sub .ranking {
	padding: 32px;
	background-color: #f9f9f9;
	padding-bottom: 0px;
	margin-bottom: 30px;
}
#sub .bnr_Area {
	
}

#sub .bnr { text-align: center;}
#sub .search-area {
	width: 100%;
	margin-top: 30px;margin-bottom: 30px;
}
#sub .search-area .search-from {position: relative; }
#sub .search-area .searchTxt {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background-color: #F3F3F1;
    border-radius: 20px;
    font-size: 13px;
    padding: 0 16px;
    font-weight: 500;
    padding-top: 2px; 
}
#sub .search-area .searchTxt:focus {border: none; }
#sub .search-area .searchBtn {
    position: absolute;
    top: 11px;
    right: 10px;
    border: none;
}
#sub .search-area .searchBtn i { font-size: 16px;}
#sub h2 {
	text-align: center;
	font-size: 24px;
	line-height: 75%;
	color: #515151;
	margin-bottom: 15px;
	font-weight: bold;
}
#sub h2 span {
	text-align: center;
	font-size: 12px;
	color: #515151;
	font-weight: normal;
}
#sub h2 span.s_blue {
	color: #6198a9;
	font-size: 24px;
	font-weight: bold;
}
#sub .ranking ol li {
	margin-bottom: 20px;
	position: relative;
	top: -20px;
}
#sub .ranking ol li .title {
	line-height: 150%;
	margin-bottom: 5px;
	font-weight: bold;
}
#sub .ranking ol li .flex_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: space-between;
}
#sub .ranking ol li .flex_box .left .img {
	width: 115px;
	margin-right: 15px;
}
#sub .ranking ol li .flex_box .right .title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.2;
}
#sub .ranking ol li .name_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#sub .ranking ol li .name_area .icon {
    margin-right: 10px;
}
#sub .ranking ol li .name_area .name {
    color: #7b7b7b;
    font-size: 10px;
    line-height: 1.2;
}
#sub .pick_up .title {
	margin-bottom: 15px;
}
#sub .pick_up h2 {position: relative;border-bottom: 1px solid #ccc;padding-bottom: 20px;font-weight: bold;}
#sub .pick_up h2::after {
	/* content: ""; */
	background: url(../img/side_icon.png) no-repeat;
	/* background-size: contain; */
	width: 18px;
	height: 18px;
	vertical-align: middle;
	position: absolute;
	top: 6px;
	left: 75px;
}

@media only screen and (min-width: 768px) {}
/** SP **/
@media only screen and (max-width: 767px) {
	
	
main.page #sub {
	width: 100%;
	margin-top: 10vmin;

	padding: 0;
}

	
}



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

---------------------------------------------------- */
.pagination {
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 18px;
  padding: 10px 20px;
  color: #515151;
  margin: 0 2px;
  border: 1px solid #d9d9d9;
}
.pagination span.current {
  color: #515151;
  background: #f1f1f1;
}
.pagination a.page-numbers {
  color: #515151;
}
.pagination a.next {}
.pagination a.prev {}
@media(min-width: 1px) and (max-width: 767px) {
  .pagination .page-numbers {
    display: inline-block;
    font-size: 3vmin;
    padding: 2vmin 2vmin;
    background-color: #ECECEC;
    color: #000;
    margin: 0;
  }
  .pagination .current {
    display: inline-block;
    font-size: 3vmin;
    padding: 2vmin 2vmin;
    background-color: #ECECEC;
    color: #000;
    margin: 0px;
  }
}
/* --------------------------------------------------------------------
/* お問い合わせ　共通
-------------------------------------------------------------------- */
.form_page .__btn {
  text-align: center;
}
.wpcf7-confirm, .wpcf7-submit {
  display: inline-block;
  width: 280px;
  padding: 5px 15px 3px 10px;
  background: #01cab6;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
/** PC **/
@media only screen and (min-width: 767px) {}
/** SP **/
@media only screen and (max-width: 767px) {
  .wpcf7-confirm, .wpcf7-submit {}
}
.breadcrumbs {
  font-size: .9em;
  padding: 0 10px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs span {
  display: inline-block;
  padding: .5em 0;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
/*.breadcrumbs .home::before, .breadcrumbs a::after {
  font-family: "Font Awesome 5 Free";

  content: "\f015";
  padding: 0 5px 0 0;
  opacity: .6;
  font-weight: 900;
  color: #080404;
}*/
.breadcrumbs a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";	
  padding: 0 5px;
  font-weight: bold;
  font-weight: 900;	
  color: #333;
  opacity: .6;	
}
#pankuzu {
  background: #fcfcfc;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 1vmin;
  padding-bottom: 1vmin;
  padding-left: 3vmin;	
}


@media only screen and (max-width: 767px) {
  
.breadcrumbs {
  padding: 2px 0;
  white-space: inherit;
}	
.breadcrumbs span { padding: 0;}	
	
}

/* ----------------------------------------------------
下層共通部分
---------------------------------------------------- */

h2.title {
	font-size: 5vmin;
	margin-bottom: 5vmin;
	border-left: 1px solid #14a7e5;
	padding-left: 3vmin;
}



/* ----------------------------------------------------
検索結果取得一覧ページ
---------------------------------------------------- */

.search .title {
	text-align: center;
	font-size: 25px;
	margin-bottom: 50px;
}
.search ul li {
	margin-bottom: 50px;

}
.search ul li .flex_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;

    -ms-flex-align: center;
    align-items: center;
	justify-content: space-between;
}
.search ul li .flex_box .left {
	margin-right: 20px;
}
.search ul li .flex_box .left .img {
	width: 250px;
}
.search ul li .flex_box .right h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.searchul li .flex_box .right .data_area {
	display: -webkit-box;


    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search ul li .flex_box .right .txt { font-size: 14px;}
.search ul li .flex_box .right .data_area .data {
	color: #7b7b7b;
	font-size: 12px;
	margin-right: 15px;
}
.search ul li .flex_box .right .data_area .category_name a {
	font-size: 10px;
}
.search ul li .flex_box .right .data_area .category_name::before {
    content: "";
    background: url(../img/category_icon.png) no-repeat;
    width: 15px;
    height: 11px;
    display: inline-block;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
 
.search .title {
    text-align: center;
    font-size: 5vmin;
    margin-bottom: 5vmin;
    margin-top: 20vmin;
}	
	
.search ul li {
    margin-bottom: 5vmin;
}	

	
.search ul li .flex_box {
    justify-content: center;
    flex-wrap: wrap;
}	
.search ul li .flex_box .left {
    margin-right: 0px;
}	
	
}


/* ----------------------------------------------------
ラインアイコンスクロールフェードイン

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

.line-btn {
  position: fixed;
  bottom: 75px;
  right: 20px;
  width: 55px;
  z-index: 1000;
  margin: 0;
  height: 55px
}
.bnr-box {
  position: fixed;
  width: 95%;
  z-index: 1100;
  display: none;
  bottom: 35px;
}
.bnr-wrap {
  width: 95%;
  position: relative;
  padding: 0;
  margin: 0 auto;
  /* box-shadow: 0 10px 15px 4px rgba(2, 2, 2, 0.5); */
}
.bnrWrap {
  width: 95%;
  max-width: 687px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 30px
}
.close-btn-image {
  position: absolute;
  right: 4px;
  top: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  z-index: 100
}



/* ----------------------------------------------------
ハンバーガーメニュー

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

.nav_btn {
  position: absolute;
  top: 19px;
  right: 9px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 101;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: right 0.3s ease, top 0.3s ease;
}
@media all and (max-width: 767px) {
  .nav_btn {
    top: -6px;
    right: 5px;
    width: 38px;
  }
}
.nav_btn:focus {
  outline: none;
}
.nav_btn::before, .nav_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  display: block;
  height: 2px;
  width: 30px;
  background: #333;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}
.nav_btn::before {
  box-shadow: 0 10px 0 0 #333;
}
.nav_btn::after {
  top: 44px;
}
.nav_btn.-active {
  right: 0;
}
@media all and (max-width: 767px) {
  .nav_btn.-active {
    top: -10px;
    right: 10px;
  }
}
.nav_btn.-active::before, .nav_btn.-active::after {
  top: 36px;
}
.nav_btn.-active::before {
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 0 0 0 0 transparent;
}
.nav_btn.-active::after {
  transform: translateX(-50%) rotate(-45deg);
}

.nav_btn_search {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  position: absolute;
  right: -10px;
  top: 10px;
  width: 50px;
  height: 50px;
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}
@media all and (min-width: 768px) {
  .nav_btn_search:hover {
    color: #60b6c2;
  }
}
.nav_btn_search:focus {
  outline: none;
}



.nav_header {
  position: fixed;
  left: -20px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}
.nav_header.-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
}
.nav_header__inner {
  position: absolute;
  right: 0;
  width: 55%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  overflow-y: unset;
}
@media all and (max-width: 767px) {
  .nav_header__inner {
    width: 95%;
  }
}
.nav_header__body {
  width: 390px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  .nav_header__body {
    width: auto;
    padding: 50px 40px;
  }
}
.nav_header__list {
  border-bottom: 1px solid #ddd;
}
.nav_header__list__item {
  border-top: 1px solid #ddd;
}
.nav_header__list__item a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
.nav_header__list__item a:hover {
  color: #619cad;
}
.nav_header__header {
  margin-top: 40px;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .nav_header__header {
    margin-top: 36px;
  }
}
h2.nav_header__title {
  display: inline-block;
  font-size: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}
.theme_color {
    color: #6198a9;
}
@media all and (max-width: 767px) {
  h2.nav_header__title {
    font-size: 26px;
  }
}
.nav_header__ruby {
  display: inline-block;
  font-size: 14px;
  margin-left: 4px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.nav_header__sns {
  display: flex;
}
.nav_header__sns__item {
  width: 25%;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
}
.nav_header__sns__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  transition: opacity 0.3s ease;
}
@media all and (max-width: 767px) {
  .nav_header__sns__item a {
    height: 50px;
  }
}
.nav_header__sns__item a:hover {
  opacity: 0.7;
}
.nav_header__sns__item:last-child {
  border-right: 1px solid #ddd;
}
.nav_header__link {
  display: flex;
  flex-wrap: wrap;
  margin: 43px -60px 0;
}
@media all and (max-width: 767px) {
  .nav_header__link {
    margin-top: 30px;
    margin: 30px 0 0 0;
    display: none;
  }
	.nav_header__link__item{
	}
}
.nav_header__link__item {
  font-size: 14px;
  padding: 0 15px;
  box-sizing: border-box;
}
.nav_header__link__item a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
.nav_header__link__item a:hover {
  color: #649aab;
}