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

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

/* article list **********************************/
article {
  margin-bottom: 16px;
}
    article .post_thumbnail img {
      width:  100%;
      max-width: 100%;
}

    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: 15px;
          line-height: 1.4; } }
    article .info time {
      line-height: 1;
      position: relative;
      font-size: 11px; }

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


article .link a{
  text-decoration: underline;
}
article .link a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: solid currentColor;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -2px;
}

/* post_thumbnail **********************************/
.post_thumbnail{
    display: block;
    width: 100%;
    min-height: 130px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



/* main detail **********************************/
.cover {
  text-align: center;
  margin: 25px auto 40px; }
#contents .cover img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
    margin: auto; }
@media only screen and (max-width: 690px) {
.cover {
  margin: 15px auto 25px; }
}
/*#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: 40px 0; }
  #relation article {
    margin-bottom: 24px;
    padding-bottom: 0;
    float: left;
    width: 30%;
    margin-right: 5%;
  } 

    #relation article:nth-of-type(3n) {
      margin-right: 0; }
@media only screen and (max-width: 979px) {
      #relation article,
      #relation article:nth-of-type(3n) {
        width: 47%;
        margin-right: 3%;} }

    @media only screen and (max-width: 690px) {
      #relation article,
      #relation article:nth-of-type(3n) {
        float: none;
        width: 100%;
        margin-bottom: 40px; } }
  #relation .post_thumbnail img{
    height: 150px;
    margin-bottom: 20px;
  }
  #relation .title {
    font-size: 25px;
    font-weight: bold;
    padding-left: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #707070;
    margin-bottom: 30px; }
  #relation .title:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../image/common/h2_icon.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
    top: 14px;
    left: 0;
  }
  
  #relation:after {
    content: "";
    display: table;
    clear: both; }

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

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

.relationlist .txt {
  font-size: 14px;
  font-weight: bold;
  margin-top: 3px;
  border-bottom: 2px solid #C9C9C9;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px }

.relationlist .txt:before{
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #FAED00;
  left: 0;
  bottom: -2px;
  transition: all .5s;
}
.relationlist:hover .txt:before{
  width: 100%;
}

  @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; }*/

  #relation .category_time{
    position: relative;
}

#relation .category_time .catelist{
  position: absolute;
  top: 0;
  left: 0;
}

#relation .category_time .catelist span {
    display: block;
    width: 150px;
    background-color: #111023;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 3px;
    text-align: center;
    transition: all .3s;
}

#relation .category_time time {
    font-size: 15px;
    margin: 10px 0 20px 170px;
}

#relation .blog_tag{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#relation .blog_tag span{
  font-size: 14px;
  color: #909090;
  padding: 0 0 0 20px;
  margin: 0 10px;
  position: relative;
}

#relation .blog_tag span:before{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../other/tag_icon.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 7.5px);
  left: 0;
}

/*---------------------------
詳細ページ 見出し
----------------------------*/
#articledetail h2 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  border-top: 3px solid #333333;
  position: relative; }

#articledetail h2:before {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  top: -3px;
  left: 0; }

#articledetail h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  background-position: 0 bottom;
  background-repeat: repeat-x;
  padding-bottom: 7px;
  margin-bottom: 16px;
  border-left: none; }

#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; }

/*---------------------------
詳細ページ 引用
----------------------------*/
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: 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; }

p.title_amazon {

  padding: 0 0 0 25px;
  font-size: 16px;
  color: #1E5291;
  margin-bottom: 20px;
  line-height: 1.3; }

.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; } }

p.title_instagram {

  padding: 0 0 0 25px;
  font-size: 16px;
  color: #1E5291;
  margin-bottom: 20px;
  line-height: 1.3; }

@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; }
/*---------------------------
囲み
----------------------------*/
  .box01 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #eee;
    border-left: solid 10px #191833;
}
/*---------------------------
横並び
----------------------------*/

.inline-block001 li{
  display: inline-block;
  width: 150px;
  height: 50px;
  font-weight: bold;
}

.inline-block001 li a{
text-decoration: none;
}
.inline-block001 li a:hover{
text-decoration: underline;
}

a{
  color: #191833;
  text-decoration: none;
}
.media_notFind{
  font-size: 20px;
  margin: 30px auto;
  text-align: center;
}