@charset "UTF-8";
/* common ************************************/
time {
  display: block; }

@media only screen and (max-width: 690px) {
  time {
    font-size: 12px; } }

/* article list **********************************/
article {
  margin-bottom: 16px;
  padding: 16px;
  border-width: 1px;
  border-style: solid; }
  article .post_thumbnail {
    float: left;
    width: 27%; }
    @media only screen and (max-width: 690px) {
      article .post_thumbnail {
        width: 34%; } }
    article .post_thumbnail img {
      width: auto;
      max-width: 100%;
      height: auto; }
  article:after {
    content: "";
    display: table;
    clear: both; }
  article .info {
    float: right;
    width: 70%; }
    @media only screen and (max-width: 690px) {
      article .info {
        width: 62%; } }
    article .info .title {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.4;
      margin: 8px 0 24px; }
      @media only screen and (max-width: 690px) {
        article .info .title {
          margin: 6px 0 6px;
          font-size: 18px;
          line-height: 1.4; } }
    article .info time {
      line-height: 1;
      position: relative;
      font-size: 11px; }

article.relationlist {
  padding: 0;
  border: none; }

/* SNS **********************************/
.sns_share {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sns_share.head {
    padding-top: 15px;
    /*padding-bottom: 10px;*/
    margin-top: 0;
    /*border-width: 1px 0 1px 0;
		border-style: solid;*/ }
  .sns_share.foot {
    padding-top: 20px;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin-top: 35px; }
  .sns_share li {
    list-style: none;
    margin-right: 10px; }
  .sns_share .fb .fb-share-button.fb_iframe_widget span {
    display: block !important; }

@media only screen and (max-width: 690px) {
  article .info .sns_share {
    display: none; }
  .sns_share li.fb {
    margin-top: -5px; } }

/* main detail **********************************/
.cover {
  text-align: content;
  margin: 25px auto 40px; }
  .cover img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: auto; }

/*#main{
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	line-height: 2;
	font-size: 15px;
	@media only screen and (max-width:690px) {
		padding: 0;
		border: none;
	}
	h1{
		font-size: 30px;
		line-height: 1.5;
		margin: 10px 0 20px;
			@media only screen and (max-width:690px) {
				font-size: 24px;
				margin-bottom: 15px;
			}
	}
	.taglist{
		margin: 5px 0 16px;
	}
	h2{
		font-size: 26px;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-width: 0 0 3px 0;
		border-style: solid;
		@media only screen and (max-width:690px) {
			font-size: 24px;
		}
	}
	h3{
		font-size: 22px;
		line-height: 1.5;
		padding-left: 12px;
		margin-bottom: 16px;
		border-width: 0 0 0 5px;
		border-style: solid;
		@media only screen and (max-width:690px) {
			font-size: 20px;
		}
	}
	h4{
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 10px;
		@media only screen and (max-width:690px) {
			font-size: 17px;
		}
	}
}*/
/* main content title **********************************/
/*BMの見出しとあわせてください。*/
/* next prev **********************************/
#nextprev {
  margin-top: 24px;
  margin-bottom: 56px; }
  #nextprev li {
    list-style: none; }
    #nextprev li a {
      font-weight: bold; }
      #nextprev li a:hover {
        text-decoration: none; }
  #nextprev .prev {
    float: left; }
  #nextprev .next {
    float: right; }

/* contact **********************************/
/*.contact{
	margin-top: 32px;
	.title{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		letter-spacing: .08em;
		padding: 15px 8px;
		@media only screen and (max-width:560px) {
			font-size: 18px;
		}
	}
	.txt{
		padding: 32px 16px;
		border-width: 0 2px 2px 2px;
		border-style: solid;
		font-size: 0;
		@media only screen and (max-width:560px) {
			padding: 26px 5%;
		}
		div{
			display: inline-block;
			text-align: center;
			width: 50%;
			font-size: 20px;
			line-height: 1;
			vertical-align: middle;
			@media only screen and (max-width:560px) {
				width: 100%;
			}
			&.tel{
				font-size: 28px;
				@media only screen and (max-width:560px) {
					margin-bottom: 16px;
				}
				span{
					background-repeat: no-repeat;
					background-position: left center;
					background-size: 24px auto;
					padding-left: 35px;
				}
			}
			&.mail{
				padding: 0 3%;
				@media only screen and (max-width:560px) {
					padding: 0 10%;
				}
				a{
					display: block;
					padding: 15px;
					border-radius: 4px;
					.in{
						background-repeat: no-repeat;
						background-position: left center;
						background-size: 24px auto;
						padding-left: 40px;
					}
				}
			}
		}
	}
}
*/
/* relation **********************************/
#relation {
  margin-top: 40px; }
  #relation article {
    border-bottom: none;
    margin-bottom: 24px;
    padding-bottom: 0;
    float: left;
    width: 49%;
    margin-right: 2%; }
    #relation article:nth-of-type(2n) {
      margin-right: 0; }
    @media only screen and (max-width: 690px) {
      #relation article {
        float: none;
        width: 100%;
        margin-bottom: 15px; } }



  #relation .title {
	font-size: 28px;
    font-weight: bold;
    color: #2D87AD;
    border-bottom: 2px solid #1783B1;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 690px) {
	
	#relation .title {
		font-size:20px;
	}
}




.relationlist .post_thumbnail {
  float: left;
  width: 35%; }
  .relationlist .post_thumbnail img {
    max-width: 100%;
    width: auto;
    height: auto; }

.relationlist time,
.relationlist .txt {
  float: right;
  width: 60%; }

.relationlist time {
  margin-top: -5px;
  font-size: 11px; }

.relationlist .txt {
  font-size: 14px;
  font-weight: bold;
  margin-top: 3px; }
  @media only screen and (max-width: 690px) {
    .relationlist .txt {
      margin-top: 0; } }

article#main p {
  margin-bottom: 20px; }

article#main > div:not(.catelist):not(.taglist) {
  margin-bottom: 40px; }

/*---------------------------
詳細ページ 見出し
----------------------------*/
#articledetail h2 {
	font-size: 28px;
    font-weight: bold;
    color: #2D87AD;
    border-bottom: 2px solid #1783B1;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 690px) {
	#articledetail h2 {
		font-size:20px;
	}
}


#articledetail h3 {
	font-size:24px;
	line-height:1.4;
	font-weight: bold;
	color:#333333;
	padding-left:20px;
	position: relative;
	margin-bottom:20px;
}

#articledetail h3::before {
	content:"";
	width:3px;
	height:50%;
	background: #E8862E;
	position: absolute;
	left:0;
	top:0;
}
#articledetail h3::after {
	content:"";
	width:3px;
	height:50%;
	background: #2D87AD;
	position: absolute;
	left:0;
	bottom:0;
}

@media only screen and (max-width: 690px) {
	#articledetail h3 {
		font-size:18px;
		padding-left:13px;
	}
}

#articledetail h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  color:#2D87AD;
}

#articledetail h4:before {
  content: "";
  width: 18px;
  height: 18px;
	background: #2D87AD;
  position: absolute;
  top: 4px;
  left: 0; 
}

@media only screen and (max-width: 690px) {
	#articledetail h4 {
		font-size:16px;
		padding-left:20px;
	}
	#articledetail h4:before {
	 	 width: 14px;
  		height: 14px;
	  	top: 3px;
	}
}


#articledetail h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px; }

#articledetail h5:before {
  content: "";
  width: 3px;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0; }

#articledetail h5:after {
  content: "";
  background-color: #DDDDDD;
  width: 3px;
  height: 80%;
  position: absolute;
  top: 20%;
  left: 3px; }

/*---------------------------
詳細ページ 引用
----------------------------*/
blockquote {
  width: 95%;
  margin: 0 auto;
  padding: 1em 1em 1em 3em;
  position: relative;
  font-size: 90%; }
  blockquote::before {
    content: "“";
    font-size: 500%;
    line-height: 1em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Helvetica, sans-serif;
    position: absolute;
    left: 0px;
    top: 0px; }

/*---------------------------
詳細ページ リスト
----------------------------*/
#articledetail ul li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.6;
  margin-bottom: 5px; }

#articledetail .list_none li {
  list-style-type: none; }

/*---------------------------
詳細ページ 表
----------------------------*/
#articledetail table.tab1 {
  width: 100%; }

#articledetail table.tab1 th, #articledetail table.tab1 td {
  border: 1px solid #dddddd;
  padding: 10px; }

#articledetail table.tab1 th {
  background-color: #eeeeee; }

#articledetail table.tab2 {
  width: 100%; }

#articledetail table.tab2 th, #articledetail table.tab2 td {
  border: 1px solid #dddddd;
  padding: 10px; }

#articledetail table.tab2 th {
  background-color: #eeeeee; }

#articledetail table.tab3 {
  width: 100%; }

#articledetail table.tab3 th, #articledetail table.tab3 td {
  border: 1px solid #dddddd;
  padding: 10px; }

#articledetail table.tab3 th {
  background-color: #eeeeee; }

.voice_table {
  width: 100%; }

.voice_table th {
  width: 20%;
  background-color: #F5F5F5;
  padding: 1%;
  vertical-align: middle;
  border: 1px solid #cdcdcd; }

.voice_table td {
  width: 80%;
  padding: 1% 2%;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  text-align: left; }

.voice_table02 {
  width: 100%; }

.voice_table02 th {
  width: 20%;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  font-weight: normal; }

.voice_table02 td {
  width: 80%;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  text-align: left;
  font-size: 14px; }

.voice_table03 {
  width: 100%; }

.voice_table03 th {
  width: 30%;
  background-color: #CCE9F0;
  padding: 1%;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  font-size: 16px; }

.voice_table03 td {
  width: 35%;
  padding: 1%;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  text-align: center;
  font-size: 16px; }

table.tab01 {
  table-layout: fixed; }

table.tab01 {
  width: 100%; }

table.tab01 th, table.tab01 td {
  border: 1px solid #dddddd;
  padding: 5px; }

table.tab01 th {
  background-color: #eeeeee; }

@media only screen and (max-width: 690px) {
  .table_wrap {
    overflow-x: scroll; }
  .table_wrap table {
    width: 640px; } }

/*---------------------------
詳細ページ sp　on off
----------------------------*/
.br_sp {
  display: none; }

@media only screen and (max-width: 690px) {
  .br_sp {
    display: block; } }

/*---------------------------
詳細ページ box構造
----------------------------*/
.introduction_box {
  border: 2px solid #F6F6F6;
  padding: 2%;
  margin-bottom: 15px; }

.introduction_box_l {
  width: 29%;
  margin-right: 2%;
  float: left; }

.introduction_box_r {
  width: 69%;
  float: right; }

.introduction_box .bg_gray {
  background-color: #F6F6F6;
  padding: 3%; }

@media only screen and (max-width: 690px) {
  .introduction_box_l, .introduction_box_r {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px; } }

.box-quarter:before,
.box-quarter:after {
  content: "";
  display: block;
  clear: both; }

.box-quarter {
  display: inline-block;
  width: 100%;
  text-align: center; }

.box-quarter p {
  text-align: left;
  color: #888888;
  font-size: 11px; }

.box-quarter img {
  margin: 0 0 5px; }

.box-quarter_box {
  float: left;
  width: 25%;
  padding: 1%; }

.box-quarter_box img {
  width: auto;
  max-height: 300px; }

.box2 {
  display: inline-block;
  width: 100%;
  text-align: center; }

.box2 p {
  color: #888888;
  font-size: 11px;
  text-align: left; }

.box2 img {
  margin: 0 0 5px; }

.box2_left {
  float: left;
  width: 50%;
  padding: 1%; }

.box2_right {
  float: right;
  width: 50%;
  padding: 1%; }

.box2_left img,
.box2_right img {
  width: auto;
  max-width: 100%;
  max-height: 350px; }

.box-fifty:before,
.box-fifty:after {
  content: "";
  display: block;
  clear: both; }

.box-fifty {
  display: inline-block;
  width: 100%; }

.box-fifty p {
  color: #888888;
  font-size: 11px; }

.box-fifty img {
  margin: 0 0 5px; }

.box-fifty_left {
  float: left;
  width: 50%;
  padding: 1%; }

.box-fifty_right {
  float: right;
  width: 50%;
  padding: 1%; }

.box-fifty_left img,
.box-fifty_right img {
  width: 100%;
  height: auto; }

.box_1_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.box_1_3_in {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  width: 32%;
  margin-right: 1%; }

.box_1_3_in:last-child {
  margin-right: 0; }

.box_1_3_in img {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 690px) {
  .box_1_3_in {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0; }
  .box_1_3_in:last-child {
    margin-bottom: 0; } }

@media only screen and (max-width: 690px) {
  .box-fifty_left, .box-fifty_right {
    float: none;
    width: 100%;
    padding: 1%; }
  .box-quarter_box {
    float: none;
    width: 100%;
    padding: 1%; }
  .box2_left, .box2_right {
    float: none;
    width: 100%;
    padding: 1%; } }

/*---------------------------
詳細ページ フロー
----------------------------*/
.flow_box {
  padding: 2%;
  border: 4px solid #f5f5f5; }
  .flow_box .flow_txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    border: 1px solid #f5f5f5;
    padding: 10px;
    margin-bottom: 35px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.flow_box .flow_txt:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  top: calc(100% + 20px - 7px);
  left: calc(50% - 5px); }

.flow_box .flow_txt:last-child {
  margin-bottom: 0; }

/*---------------------------
詳細ページ iframe
----------------------------*/
#articledetail .iframebox {
  position: relative;
  width: 100%;
  padding-top: 75%; }

#articledetail .iframebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*---------------------------
詳細ページ free download
----------------------------*/
.bfdl_box {
  background-color: #F6F6F6;
  padding: 3%;
  margin: 30px 0 60px; }

.bfdl_tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 0 7px 15px;
  border-left: 6px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px; }

.bfdl_1_2box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bfdl_1_2box_in {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  background-color: #fff;
  padding: 3%; }

.bfdl_1_2box_in .left {
  width: 35%;
  float: left;
  margin-right: 5%; }

.bfdl_1_2box_in .right {
  width: 60%;
  float: right; }

.bfdl_1_2box_in .left img {
  height: 90px !important; }

.bfdl_tit02 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2; }

.bfdl_btn a {
  display: inline-block;
  background-color: #FFAF2C;
  border: 2px solid #FFAF2C;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 5% 2px !important; }

.bfdl_btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #FFAF2C !important;
  text-decoration: none !important; }

@media only screen and (max-width: 690px) {
  .bfdl_1_2box_in {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 10px; } }

/*---------------------------
目次
----------------------------*/
.toc_area {
  width: 94%;
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
  margin: 16px auto;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.toc_title {
  text-align: center;
  font-size: 20px;
  border-bottom: 3px solid #eeeeee;
  padding-bottom: 20px;
  line-height: 1; }

.toc_list {
  margin: 0; 
}

.toc_area .toc_list {
  margin-left:1.5em;	
}

.toc_list li {
  margin-bottom: 10px !important;
  list-style-type: decimal !important; }

.toc_list li a {
  color: #333333 !important;
  text-decoration: none !important; }

.toc_list li a + .toc_list {
  margin-top: 8px;
  margin-left: 20px; }

.current_description {
  padding: 16px;
  border: 4px solid #f5f5f5;
  margin-bottom: 30px; }

/*---------------------------
吹き出し
----------------------------*/
.guests_box, .k_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.guests_box .img_box {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  width: 60px;
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.guests_box .txt_box {
  background-color: #FBF5E8;
  border-radius: 10px;
  position: relative;
  width: calc(100% - 90px);
  padding: 10px;
  font-size: 13px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto; }

.guests_box .txt_box::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #FBF5E8 transparent transparent; }

.k_box .img_box {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  width: 60px;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto; }

.k_box .txt_box {
  background-color: #F5F5F5;
  border-radius: 10px;
  position: relative;
  width: calc(100% - 90px);
  padding: 10px;
  font-size: 13px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.k_box .txt_box::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #F5F5F5; }

.guests_box .img_box .pic,
.k_box .img_box .pic {
  width: 100%; }

.guests_box .img_box .pic amp-img,
.k_box .img_box .pic amp-img {
  border: none; }

.guests_box .img_box img,
.k_box .img_box img {
  border-radius: 50%;
  width: 100%;
  height: auto; }
