@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: 15px;
    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; 
}
.sns_share.head {
  padding-top: 15px;
  margin-top: 0;
}
.sns_share.foot {
  padding-top: 20px;
  border-width: 1px 0 0 0;
  border-style: solid;
  margin-top: 35px; 
}
.sns_share li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 90px;
  line-height: 22px; 
}
.sns_share .twitter {
  width: 85px; 
}
.sns_share .fb {
  width: 85px; 
}
.sns_share .hateb {
  width: 120px; 
}
.sns_share .line {
  width: 85px; 
}
.sns_share .line a {
  display: block;
  font-size: 11px;
  text-align: center; 
}
@media only screen and (max-width: 690px) {
  article .info .sns_share {
    display: none; 
  } 
}

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

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

/* 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: 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: 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 {
  margin-left: 20px;
  line-height: 1.6;
  margin-bottom: 5px; 
}
#articledetail .list_none li {
  list-style-type: none; 
}

/*---------------------------
詳細ページ 表
----------------------------*/

/**/
#articledetail table.tab01 {
  table-layout: fixed;
  width: 100%; 
}
#articledetail table.tab01 th {
  border: 1px solid #dddddd;
  padding: 10px; 
}
#articledetail table.tab01 th, table.tab01 td {
  border: 1px solid #dddddd;
  padding: 5px;
}

/**/
#articledetail table.tab02 {
  width: 100%; 
}
#articledetail table.tab02 th {
  background-color: #eeeeee; 
}
#articledetail table.tab02 th, 
#articledetail table.tab02 td {
  border: 1px solid #dddddd;
  padding: 10px; 
}

/**/
#articledetail table.tab03 {
  width: 100%; 
}
#articledetail table.tab03 th {
  background-color: #003391;
  color: #FFF;
}
#articledetail table.tab03 th, 
#articledetail table.tab03 td {
  border: 1px solid #dddddd;
  padding: 10px;
}
@media only screen and (max-width: 690px) {
  #articledetail table.tab03 th, 
  #articledetail table.tab03 td{
    display: block;
  }
  #articledetail .table_wrap {
    overflow-x: scroll; 
  }
  #articledetail .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; 
  }
  .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%; 
  } 
}

/**/
p.title_instagram {
  padding: 0 0 0 25px;
  font-size: 16px;
  color: #1E5291;
  margin-bottom: 20px;
  line-height: 1.3; 
}

/*---------------------------
詳細ページ フロー
----------------------------*/
.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;
}
.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; 
}

/**/
.txtimg .txt {
  width: calc(65% - 12px);
}
.txtimg .img {
  width: calc(35% - 12px);
}
@media only screen and (max-width: 690px) {
  .txtimg .txt, .txtimg .img{
    width:100%;
  }
}

/**/
.side .title::before, .side .title::after {
  display: none;
}
/**/
article#main h2.titleStyle01 {
    border: none;
}
h2.titleStyle01::before {
    display: none;
}

/**/
dd, dl, dt, ol, p, ul{
  list-style: decimal;
}
ol.toc_list{
  counter-reset:item;
  list-style-type:none;
}
.toc_list li:before{
  counter-increment:item;
  content:counters(item, "-")". ";
}