@charset "UTF-8";
/* common ************************************/
time {
  display: block;
  font-size:9px;
  font-weight:bold;
}



/* 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: 22px;
  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: 15px;
    line-height: 1.4;
  }
}

article .info time {
  line-height: 1;
  position: relative;
  font-size: 8px;
    font-weight:bold;
}

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: -2px;
  }
}

/* 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: 24px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  line-height: 1;
  border-width: 0 0 3px 0;
  border-style: solid;
}

#relation:after {
  content: "";
  display: table;
  clear: both;
}

.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: 16px;
  font-weight: bold;
  margin-top: 3px;
}

@media only screen and (max-width: 690px) {
  .relationlist .txt {
    margin-top: 0;
  }
}
article#main {
    color:#000000;
}
article#main p {
  margin-bottom: 20px;
}

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

/*---------------------------
詳細ページ 見出し
----------------------------*/
#articledetail h2 {
  font-size: 28px;
    letter-spacing: 0;
  font-weight: bold;
  line-height: 1.4;
  padding: 4px 0 4px 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #E6E6E6;
  border-left:4px solid #308BCC;
  position: relative;
  color:#404040;
}



#articledetail h3 {
  font-size: 22px;
  font-weight:500;
  color:#333333;
  line-height: 1.4;
  margin-bottom: 16px;
  border: none;
  padding-left:20px;
  position:relative;
}

#articledetail h3::before {
    content:"";
    width:10px;
    height:10px;
    background: #0F3753;
    position: absolute;
    left:0;
    top:8px;
}

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

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

#articledetail h4:after {
  content: "";
  background-color: #DDDDDD;
  width: 3px;
  height: 80%;
  position: absolute;
  top: 20%;
  left: 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;
}

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

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

/*---------------------------
詳細ページ 引用
----------------------------*/
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 li {
  list-style-type: inherit;
  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_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;
}

/* subtitle01 */
/* -------------------------------------------------- */
.media_subtitle01 {
    font-size:30px;
    letter-spacing: 0;
    color:#404040;
}

@media only screen and (max-width: 979px) {
    .media_subtitle01 {
        font-size:26px;
    } 
}

@media only screen and (max-width: 690px) {
    .media_subtitle01 {
        font-size:22px;
    } 
}

/* article#main */
/* -------------------------------------------------- */
article#main .contact_dc {
    /*height:190px;*/
    background: url("../images/contact_dc_bg.jpg") no-repeat center top;
    background-size:cover;
    display:flex;
    padding:40px 30px;
    display:flex;
    align-items:center;
    justify-content: space-between;
}
article#main .contact_dc .title {
    font-size:26px;
    font-weight:bold;
    color:#ffffff;
    line-height:1.5;
}
article#main .contact_dc .btn {
    width:54%;
}
article#main .contact_dc .btn a {
    font-size:18px;
    font-weight:bold;
    color:#308BCC;
    display: block;
    padding:30px 0 30px 15%;
    background-color: #ffffff;
    position: relative;
}
article#main .contact_dc .btn a:hover {
    color:#ffffff;
    background: #308BCC;
}
article#main .contact_dc .btn a .icon {
    position: relative;
}
article#main .contact_dc .btn a .icon::before {
    content:"";
    width:36px;
    height:15px;
    background-image:url("../images/icon_cv_dc.svg");
    position: absolute;
    left:-50px;
    top:3px;
}
article#main .contact_dc .btn a:hover .icon::before {
    content:"";
    width:36px;
    height:15px;
    background-image:url("../fonts/icon_cv_dc_on.svg");
    position: absolute;
    left:-50px;
    top:3px;
}
article#main .contact_dc .btn a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #31333E;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    left: 7%;
    transition: all 0s;
}
article#main .contact_dc .btn a:hover:before {
    border-color:#ffffff;
}
article#main .article_2col,
article#main .article_2col_reverse {
    margin-bottom:20px;
}
article#main .article_2col img {
    width:30%;
    height:auto;
    margin-right:3%;
    margin-bottom:10px;
    float:left;
}
article#main .article_2col_reverse img {
    width:30%;
    height:auto;
    margin-left:3%;
    margin-bottom:10px;
    float:right;
}


@media only screen and (max-width: 690px) {
    article#main .contact_dc {
        flex-direction:column;
        padding:30px 5%;
    }
    article#main .contact_dc .title {
        font-size:20px;
        margin-bottom:20px;
        text-align: center;
    }
    article#main .contact_dc .btn {
        width:100%;
    }
    article#main .contact_dc .btn a {
        font-size:16px;
        padding-left:23%;
    }
    article#main .contact_dc .btn a:before {
        left:4%;
    }
    article#main .contact_dc .btn a .icon::before {
        left:-43px;
    }

    
    article#main .article_2col img,
    article#main .article_2col_reverse img {
        width:auto;
        max-width: 100%;
        margin-right:auto;
        margin-left:auto;
        margin-bottom:15px;
        float:none;
    }
}


#articledetail > img {
    margin-bottom:30px;
}