@charset "UTF-8";

/*----------article_list_include----------*/

.article_list28 .no_article28,.article_list27 .no_article27,.article_list26 .no_article26,.article_list25 .no_article25,.article_list24 .no_article24,.article_list23 .no_article23,.article_list22 .no_article22,.article_list21 .no_article21,.article_list20 .no_article20,.article_list19 .no_article19,.article_list18 .no_article18,.article_list17 .no_article17,.article_list16 .no_article16,.article_list15 .no_article15,.article_list14 .no_article14,.article_list13 .no_article13,.article_list12 .no_article12,.article_list11 .no_article11,.article_list10 .no_article10,.article_list9 .no_article9,.article_list8 .no_article8,.article_list7 .no_article7,.article_list6 .no_article6,.article_list5 .no_article5,.article_list4 .no_article4,.article_list3 .no_article3,.article_list2 .no_article2,.article_list1 .no_article1
{display:none;}

.article_list28 .articles_list li:nth-child(3),.article_list27 .articles_list li:nth-child(3),.article_list26 .articles_list li:nth-child(3),.article_list25 .articles_list li:nth-child(3),.article_list23 .articles_list li:nth-child(3),.article_list21 .articles_list li:nth-child(3),.article_list20 .articles_list li:nth-child(3),.article_list19 .articles_list li:nth-child(3),
.article_list18 .articles_list li:nth-child(3)
{margin-right:30px;}

.article_list22 .articles_list li:nth-child(4),.article_list16 .articles_list li:nth-child(4),.article_list15 .articles_list li:nth-child(4),.article_list14 .articles_list li:nth-child(4),.article_list10 .articles_list li:nth-child(4),.article_list9 .articles_list li:nth-child(4),.article_list8 .articles_list li:nth-child(4),.article_list7 .articles_list li:nth-child(4),.article_list6 .articles_list li:nth-child(4),.article_list5 .articles_list li:nth-child(4),.article_list4 .articles_list li:nth-child(4),.article_list3 .articles_list li:nth-child(4),.article_list2 .articles_list li:nth-child(4),.article_list1 .articles_list li:nth-child(4)
{display:none;}


/*.tags_main .list_link*/
.tags_main .list_link{
  margin-top:0;
}
@media screen and (max-width:768px){
  .tags_main .list_link{
    margin-top:8.4vw;
  }
}

/*----------toc_section----------*/
.toc_section{
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #000;
}
.toc_section_innr{
  position: relative;
  padding: 30px 40px;
  width: 100%;
}
.toc_section_ttl{
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: bold;
}
.toc_section_part{
  position: relative;
  margin-bottom: 40px;
}
.toc_section_part:last-child{
  margin-bottom: 0;
}
.toc_contents_ttl{
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}
.toc_section_list{
  position: relative;
  display: block;
  list-style: none;
}
.toc_contents_ttl a,.toc_section_list a{
  position: relative;
  text-decoration: none!important;
  cursor: pointer;
}
.toc_section_list a::before{
  content: '・';
}
.toc_section_list li{
  display: block;
  margin-bottom: 10px;
}
.toc_contents_txt{
  padding-left:1em;
	text-indent:-1em;
  font-size: 1.5rem;
  line-height: 1.5;
}
.toc_scroll_sect{
  margin-top: -135px;
  padding-top: 135px;
}
@media screen and (max-width:768px){
  .toc_section{
    margin-bottom: 10vw;
  }
  .toc_section_innr{
    padding: 5vw;
  }
  .toc_section_ttl{
    margin-bottom: 4vw;
    font-size: 1.6rem;
  }
  .toc_section_part{
    margin-bottom: 8vw;
  }
  .toc_contents_ttl{
    font-size: 1.6rem;
  }
  .toc_section_list li{
    margin-bottom: 3vw;
  }
  .toc_contents_txt{
    font-size: 1.6rem;
  }
  .toc_scroll_sect{
    margin-top: -18.5vw;
    padding-top: 18.5vw;
  }
}

/*----------cnts_articles_list----------*/
.cnts_articles_list{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  width:100%;
}
.cnts_articles_list li{
  margin-right:30px;
  margin-bottom:50px;
  width:calc(33.333% - 20px);
}
.cnts_articles_list li:nth-child(3n){
  margin-right:0;
}
.cnts_articles_list .thumb_img{
  position:relative;
  margin-bottom:15px;
  width:100%;
  opacity:1;
  overflow:hidden;
}
.cnts_articles_list .thumb_img img{
  transition:0.4s ease;
}
.cnts_articles_list .thumb_img:hover img{
  transform:scale(1.2,1.2);
}
.cnts_articles_list .thumb_date{
  margin-bottom:10px;
  font-size:1.4rem;
  color:#000;
}
.cnts_articles_list .thumb_ttl{
  margin-bottom:10px;
  font-size:1.7rem;
  font-weight:bold;
  line-height:1.4;
  color:#000;
}
@media screen and (max-width:768px){
  .cnts_articles_list{
    display:block;
    width:100%;
  }
  .cnts_articles_list li{
    margin-right:0;
    margin-bottom:9vw;
    width:100%;
  }
  .cnts_articles_list li:last-child{
    margin-bottom:0;
  }
}

/*----------thumb_tag_list----------*/
.thumb_tag_list a{
  margin-bottom:8px;
}

/*----------related_sect----------*/
.related_sect{
  width:100%;
  background-color:#f2f2f2;
}
.related_sect .related_innr{
  margin:0 auto;
  padding:100px 0;
  width:100%;
  max-width:1280px;
}
.related_sect .related_cnts{
  position:relative;
}
.related_sect .ttl_relatedarticles{
  margin-bottom:50px;
  width:448px;
}
@media screen and (max-width:1280px){
  .related_sect .related_innr{
    padding-left:40px;
    padding-right:40px;
  }
}
@media screen and (max-width:768px){
  .related_sect .related_innr{
    padding:13vw 0;
    width:90vw;
  }
  .related_sect .ttl_relatedarticles{
    margin-bottom:7.8vw;
    width:63vw;
  }
}

/*ttl_tags_list*/
.tags_sect .ttl_tags_list{
  margin-bottom:50px;
  display:flex;
  align-items:center;
}
.tags_sect .ttl_tags{
  margin-bottom:0;
}
.tags_sect .sub_ttl_tags{
  display:block;
  margin-left:40px;
  font-size:16px;
}
@media screen and (max-width:768px){
  .tags_sect .ttl_tags_list{
    margin-bottom:13vw;
  }
  .tags_sect .sub_ttl_tags{
    margin-left:6vw;
    font-size:1.4rem;
  }
}

/*----------cnts_tags----------*/
.cnts_tags_sect{
  width:100%;
  background-color:#fff;
}
.cnts_tags_sect .tags_innr{
  margin:0 auto;
  padding:100px 0 150px 0;
  width:100%;
  max-width:1280px;
}
.cnts_tags_sect .ttl_tags{
  margin-bottom:50px;
  width:131px;
}

/*alltagsee*/
.cnts_tags_sect .alltagsee{
  position:relative;
  margin-top:35px;
}
.cnts_tags_sect .alltag_link{
  position:relative;
  font-size:1.6rem;
  font-weight:bold;
  opacity:1;
  color:#000;
}
.cnts_tags_sect .alltag_link:hover{
  opacity:1;
}
.cnts_tags_sect .alltag_link::after{
  content:'';
  position:absolute;
  width:8px;
  height:14px;
  top:50%;
  right:-27px;
  transform:translate(0,-50%);
  background-image:url("../imgs/common/icon_blk_arw.svg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:100% auto;
  transition:0.4s ease;
  opacity:1;
  z-index:2;
}
.cnts_tags_sect .alltag_link:hover::after{
  right:-32px;
}
@media screen and (max-width:1280px){
  .cnts_tags_sect .tags_innr{
    padding-left:40px;
    padding-right:40px;
  }
}
@media screen and (max-width:768px){
  .cnts_tags_sect .tags_innr{
    padding:13vw 0 30vw 0;
    width:90vw;
  }
  .cnts_tags_sect .ttl_tags{
    margin-bottom:5.2vw;
    width:27.47vw;
  }
  .cnts_tags_sect .alltagsee{
    margin-top:5.2vw;
  }
  .cnts_tags_sect .alltag_link{
    font-size:1.6rem;
  }
}

/*tag_youtube*/
.articles_main .tag_youtube{
  position:relative;
  padding-bottom:56.25%;
  width:100%;
  height:0;
  overflow:hidden;
}
.articles_main .tag_youtube.mgb40{
  margin-bottom: 40px;
}
.articles_main .tag_youtube iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media screen and (max-width:768px){
  .articles_main .tag_youtube.mgb40{
    margin-bottom: 10vw;
  }
}

/*--------------------
articles_setting
--------------------*/
.articles_main_ttl{
  margin-bottom:45px;
  width:366px;
}
.pub_media{
  margin-bottom:40px;
}
.pub_media .pub_media_img{
  height:30px;
  width:auto;
  display:block;
}
.pub_media .pub_media_img img,
.pub_media .pub_media_img svg{
  height:100%;
  width:auto;
}
.pub_media span{
  font-size:1.6rem;
  font-weight: normal;
}
@media screen and (max-width:768px){
  .articles_main_ttl{
    margin-bottom:6vw;
    width:46.4vw;
  }
  .pub_media{
    margin-bottom:5vw;
  }
  .pub_media .pub_media_img{
    height:20px;
  }
}

/*paidon_manga*/
.paidon_manga{
  position:relative;
  width:100%;
  height:auto;
}
.paidon_manga a{
  display:block;
}

/*btn_paidon_read*/
.btn_paidon_read{
  position:absolute;
  padding-right:20px;
  right:10px;
  bottom:10px;
  font-size:2rem;
  font-weight:bold;
  color:#fff;
  font-feature-settings:"palt";
  text-decoration:none;
  text-shadow:0 0 2rem #000, 0 0 2rem #000;
  z-index:2;
}
.btn_paidon_read::after{
  content:'';
  position:absolute;
  width:8px;
  height:14px;
  top:50%;
  right:0;
  transform: translate(0,-50%);
  background-image: url(../imgs/common/icon_wh_arw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  text-shadow:0 0 2rem #000, 0 0 2rem #000;
  z-index: 2;
}
.paidon_manga .btn_paidon_read{
  bottom:40px;
}
@media screen and (max-width:768px){
  .btn_paidon_read{
    font-size:1.8rem;
  }
  .paidon_manga .btn_paidon_read{
    bottom:10px;
  }
}

/*articles_colum*/
.articles_colum{
  margin-bottom:80px;
  padding:30px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,0.1);
}
.articles_colum .articles_txt1{
  /*padding-bottom:0!important;*/
}
.articles_colum p:last-child{
  padding-bottom:0!important;
}
.articles_colum .articles_img_fit{
  margin-bottom:0!important;
  padding-bottom:40px!important;
}
/*photo_column*/
.photo_column{
  list-style:none;
  display:flex;
}
.photo_column li{
  margin-right:20px;
  width:50%;
}
.photo_column li:last-child{
  margin-right:0;
}
.photo_column.list_type2 li:first-child{
  width:40%;
}
.photo_column.list_type2 li:last-child{
  width:60%;
}
/*photo_column2*/
.articles_colum_cnts{
  padding-top:30px;
}
.articles_colum_cnts .articles_ttl2{
  padding-bottom:5px!important;
}
.articles_colum_cnts .articles_img_fit{
  padding-bottom:0!important;
}
.photo_column2{
  list-style:none;
  display:flex;
  flex-direction:row-reverse;
}
.photo_column2 li:first-child{
  margin-left:20px;
  width:35%;
}
.photo_column2 li:last-child{
  margin-right:0;
  width:65%;
}
/*photo_column3*/
.photo_column3{
  position:relative;
  margin-top:30px;
}
.photo_column3 .video_container{
  position:absolute;
  height:210px;
  width:auto;
  top:0;
  left:0;
  z-index:2;
}
.photo_column3 .video_container video{
  margin:0;padding:0;
  height:210px;
  width:auto;
}
.drawing_video_container{
  padding-bottom:40px;
  width:100%;
  height:auto;
}
.drawing_video_container video{
  width:100%;
  height:auto;
}
@media screen and (max-width:768px){
  .articles_colum{
    margin-bottom:10vw;
    padding:5vw;
  }
  .articles_colum .articles_img_fit{
    margin-bottom:0!important;
    padding-bottom:5vw!important;
  }
  .photo_column{
    display:block;
  }
  .photo_column li{
    margin-right:0;
    margin-bottom:5vw;
    width:100%;
  }
  .photo_column li:last-child{
    /*margin-bottom:0;*/
  }
  .photo_column.list_type2 li:first-child{
    width:100%;
  }
  .photo_column.list_type2 li:last-child{
    width:100%;
  }
  
  .photo_column .articles_img_fit{
    padding-bottom:0!important;
  }
  .articles_colum_cnts{
    padding-top:8vw;
  }
  .photo_column2{
    display:block;
  }
  .photo_column2 li:first-child{
    margin-left:0;
    width:100%
  }
  .photo_column2 li:last-child{
    margin-right:0;
    width:100%
  }
  .photo_column3{
    margin-top:5vw;
  }
  .photo_column3 .video_container{
    height:80vw;
    width:auto;
    left:50%;
    transform:translate(-50%,0);
  }
  .photo_column3 .video_container video{
    margin:0 auto;
    height:65vw;
    width:auto;
  }
  .drawing_video_container{
    padding-bottom:0;
  }
}

/*story_moredetail*/
.js_story_moredetail{
  position:relative;
  margin-bottom:85px;
}
.story_moredetail{
  position:relative;
  transition:0.4s ease;
}
.story_moredetail.is_fadeIn{
  display:block!important;
}
.story_detail_prof{
  margin-bottom:20px;
  padding:20px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,0.1);
}
.story_detail_prof .prof_name{
  font-size:1.6rem;
  font-weight:bold;
}
.story_detail_prof .prof_post{
  padding-bottom:10px;
  font-size:1.4rem;
  font-weight:bold;
}
.story_detail_prof .prof_txt{
  font-size:1.3rem;
  font-weight:normal;
}
.btn_moredetail{
  position:relative;
  display:none;
}
.btn_moredetail{
  display:none;
  position:relative;
  padding-right:25px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none!important;
}
.btn_moredetail::after{
  content:'';
  position:absolute;
  width:14px;
  height:8px;
  top:50%;
  right:0;
  margin-top:-4px;
  background-image:url("../imgs/common/icon_lang_arw.svg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto 100%;
  transition:0.4s ease;
}
.btn_moredetail.is_open::after{
  transform:rotate(180deg);
}
@media screen and (max-width:768px){
  .js_story_moredetail{
    margin-bottom:10vw;
  }
  .story_detail_prof{
    margin-bottom:10vw;
    padding:5vw;
  }
}

/*tezuka2020_cnts*/
.tezuka2020_cnts{
  padding-bottom:50px;
  width:100%;
}
.tezuka2020_ttl{
  padding-bottom:10px;
  font-size:2.8rem;
  line-height:1.4;
  font-weight:bold;
}
.tezuka2020_txt{
  padding-bottom:10px;
  font-size:1.3rem;
  line-height:1.6;
  font-weight:normal;
}
.tezuka2020_img1{
  padding-bottom:15px;
  width:100%;
}
.btn_seemore{
  position:relative;
  padding-right:25px;
  font-size:1.5rem;
  font-weight:bold;
  text-decoration:none!important;
  color:#000;
}
.btn_seemore::after{
  content:'';
  position:absolute;
  width:8px;
  height:13.8px;
  top:50%;
  right:0;
  margin-top:-6px;
  background-image:url("../imgs/common/icon_blk_arw.svg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto 100%;
}
@media screen and (max-width:768px){}


/*--------------------
about
--------------------*/
.about_kv{
  width:100%;
  height:420px;
  background-image:url("../imgs/about/about_kv_bg.jpg");
  background-repeat:no-repeat;
  background-position:right 0 center;
  background-size:auto 100%;
  background-color:#e10d7d;
}
.about_kv .about_kv_innr{
  position:relative;
  margin:0 auto;
  padding:0;
  width:100%;
  max-width:1060px;
  height:420px;
}
.about_kv .ttl_about{
  position:absolute;
  width:290px;
  top:50%;
  left:0;
  transform:translate(0,-50%);
}
.about_main{
  width:100%;
}
.about_main .about_main_innr{
  margin:0 auto;
  padding:110px 0 180px 0;
  width:100%;
  max-width:1060px;
}
.about_main .about_main_ttl1{
  margin-bottom:50px;
  width:424px;
}
.about_main .about_main_ttl2{
  margin-bottom:50px;
  font-size:3.2rem;
  line-height:1.4;
  font-weight:bold;
  font-feature-settings:"palt";
}
.about_main .about_main_txt{
  font-size:2rem;
  line-height:1.8;
  font-feature-settings:"palt";
}
/*about_main_link*/
.about_main .about_main_link{
  position:relative;
  margin-top:40px;
}
.about_main .about_main_link a{
  position:relative;
  display:inline-block;
  padding-left:24px;
  font-size:1.5rem;
  line-height:1.6;
  font-weight:bold;
  color:#000;
  font-feature-settings:"palt";
}
.about_main .about_main_link a::before{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  left:0;
  top:50%;
  transform:translate(0,-50%);
  background-image:url("../imgs/common/icon_arrw.svg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.about_main .about_main_link .icon_linkout {
  position:absolute;
  width:10px;
  height:10px;
  top:50%;
  right:-20px;
  transform: translate(0,-50%);
}
@media screen and (max-width:1060px){
  .about_kv .ttl_about{
    left:40px;
  }
  .about_main .about_main_innr{
    padding:110px 40px 180px 40px;
  }
}
@media screen and (max-width:768px){
  .about_kv{
    height:83vw;
    background-image:url("../imgs/about/about_kv_bg_sp.jpg");
  }
  .about_kv .about_kv_innr{
    padding:0;
    width:90vw;
    height:83vw;
  }
  .about_kv .ttl_about{
    left:0;
    width:36.5vw;
  }
  .about_main .about_main_innr{
    padding:16vw 0 30vw 0;
    width:90vw;
  }
  .about_main .about_main_ttl1{
    margin-bottom:10vw;
    width:68.6vw;
  }
  .about_main .about_main_ttl2{
    margin-bottom:10vw;
    font-size:2rem;
  }
  .about_main .about_main_txt{
    font-size:1.8rem;
    width:100%;
  }
  .about_main .about_main_link{
    margin-top:11vw;
  }
  .about_main .about_main_link a{
    padding-left:24px;
    font-size:1.4rem;
    line-height:1.5;
  }
  .about_main .about_main_link a::before{
    width:16px;
    height:16px;
  }
  .about_main .about_main_link .icon_linkout {
    position:relative;
    right:-5px;
  }
}

/*--------------------
tags
--------------------*/
.tags_main{
  position:relative;
  width:100%;
}
.tags_main .tags_main_innr{
  margin:0 auto;
  padding-top:80px;
  padding-bottom:120px;
  width:100%;
  max-width:1280px;
}
.tags_main .tags_main_ttl{
  margin-bottom:45px;
  font-size:5.4rem;
  line-height:1.2;
  font-weight:bold;
  font-feature-settings:"palt";
}
/*.tags_main .cnts_articles_list{
  margin-bottom:50px;
}
.tags_main .cnts_articles_list:last-child{
  margin-bottom:0;
}*/
@media screen and (max-width:1280px){
  .tags_main .tags_main_innr{
    padding-left:40px;
    padding-right:40px;
  }
}
@media screen and (max-width:768px){
  .tags_main .tags_main_innr{
    padding-top:10vw;
    padding-bottom:30vw;
    padding-left:0;
    padding-right:0;
    width:90vw;
  }
  .tags_main .tags_main_ttl{
    margin-bottom:6vw;
    font-size:3rem;
  }
  /*.tags_main .cnts_articles_list{
    margin-bottom:9vw;
  }*/
}

/*--------------------
articles
--------------------*/
.articles_kv{
  position:relative;
  width:100%;
}
.articles_kv .articles_kv_innr{
  margin:0 auto;
  width:100%;
  max-width:1280px;
  display:flex;
  flex-flow:row-reverse;
  align-items:center;
}
.articles_kv .articles_kv_ph{
  width:50%;
}
.articles_kv .articles_kv_ph img{
  pointer-events:none;
}
.articles_kv .articles_kv_detail{
  margin:0 auto;
  width:50%;
}
.articles_kv .articles_kv_ttl{
  padding-left:110px;
  padding-right:70px;
  text-align:left;
}
.articles_kv .articles_kv_ttl span{
  display:block;
  font-size:1.4rem;
  font-weight:normal;
}
.articles_kv .articles_kv_ttl_txt{
  margin-bottom:15px;
  font-size:2.4rem;
  line-height:1.4;
  font-weight:bold;
  font-feature-settings:"palt";
}
.articles_kv .articles_kv_ttl_txt .main_sub_ttl{
  display:block;
  font-size:2rem;
  font-weight:bold;
  font-feature-settings:"palt";
}
.articles_kv .articles_kv_ttl_txt .sub_ttl{
  display:block;
  padding-top:10px;
  font-size:2rem;
  font-weight:bold;
  font-feature-settings:"palt";
}
.articles_kv .articles_kv_ttl_txt .sub_ttl2{
  display:block;
  padding-top:10px;
  font-size:1.5rem;
  font-weight:bold;
  font-feature-settings:"palt";
}
@media screen and (max-width:768px){
  .articles_kv .articles_kv_innr{
    display:block;
  }
  .articles_kv .articles_kv_ph{
    width:100%;
  }
  .articles_kv .articles_kv_detail{
    padding:5.2vw 0;/* 5.2vw 9vw 5.2vw;*/
    width:90vw;
  }
  .articles_kv .articles_kv_ttl{
    padding-left:0;
    padding-right:0;
  }
  .articles_kv .articles_kv_ttl span{
    font-size:1.4rem;
  }
  .articles_kv .articles_kv_ttl_txt{
    margin-bottom:5vw;
    font-size:2.2rem;
    line-height:1.4;
  }
  .articles_kv .articles_kv_ttl_txt .main_sub_ttl{
    font-size:2rem;
  }
  .articles_kv .articles_kv_ttl_txt .sub_ttl{
    padding-top:2vw;
    font-size:2rem;
  }
  .articles_kv .articles_kv_ttl_txt .sub_ttl2{
    padding-top:2vw;
    font-size:1.5rem;
  }
}


/*---------------------
articles_main
---------------------*/
.articles_main{
  position:relative;
  width:100%;
  color:#000;
  line-height:1.8;
}
.articles_main a{
  color:#000;
  text-decoration:underline;
}
.articles_main .articles_main_innr{
  position:relative;
  margin:0 auto;
  padding-top:50px;
  padding-bottom:100px;
  width:100%;
  max-width:840px;
}

.articles_main .articles_txt_lead{
  position:relative;
  padding-bottom:40px;
  font-size:1.8rem;
  font-weight:bold;
}
.articles_main .articles_ttl1{
  position:relative;
  padding-bottom:30px;
  font-size:2.4rem;
  line-height:1.5;
  font-weight:bold;
}
.articles_main .articles_ttl2{
  position:relative;
  padding-bottom:30px;
  font-size:1.6rem;
  font-weight:bold;
}
/*icon_number*/
.articles_main .articles_ttl2.icon_number::before{
  content:'';
  display:inline-block;
  margin-right:8px;
  width:20px;
  height:20px;
  font-size:1.4rem;
  font-weight:bold;
  line-height:20px;
  text-align:center;
  color:#fff;
  border-radius:50%;
  background-color:#000;
}
.articles_main .articles_ttl2.icon_no1::before{content:'1';}
.articles_main .articles_ttl2.icon_no2::before{content:'2';}
.articles_main .articles_ttl2.icon_no3::before{content:'3';}

.articles_main .articles_txt1{
  position:relative;
  padding-bottom:40px;
  font-size:1.5rem;
  font-weight:normal;
}
.articles_main .articles_txt1_note{
  position:relative;
  padding-top:40px;
  padding-bottom:0;
  font-size:1.5rem;
  font-weight:normal;
}
.articles_main .articles_img_fit{
  position:relative;
  margin-bottom:70px;
  width:100%;
}
.articles_main .articles_img_fit a{
  display:block;
}
.articles_main .articles_img_fit figcaption{
  padding-top:10px;
  font-size:1.4rem;
}
.articles_main .articles_img_fit figcaption a{
  display:inline-block!important;
  text-decoration:underline;
}
@media screen and (max-width:768px){
  .articles_main{
    line-height:1.6;
  }
  .articles_main .articles_main_innr{
    padding-top:6.5vw;
    padding-bottom:13vw;
    width:90vw;
  }
  .articles_main .articles_txt_lead{
    padding-bottom:10vw;
    font-size:1.8rem;
  }
  .articles_main .articles_ttl1{
    padding-bottom:4vw;
    font-size:2rem;
  }
  .articles_main .articles_ttl2{
    padding-bottom:5vw;
    font-size:1.6rem;
  }
  .articles_main .articles_txt1{
    padding-bottom:5vw;
    font-size:1.6rem;
  }
  .articles_main .articles_txt1_note{
    padding-top:5vw;
    font-size:1.6rem;
  }
  .articles_main .articles_img_fit{
    margin-bottom:9vw;
  }
  .articles_main .articles_img_fit figcaption{
    padding-top:2vw;
    font-size:1.4rem;
  }
}

/*info_cnts*/
.info_cnts{
  width:100%;
}
.info_cnts a{
  color:#000;
  text-decoration:underline;
}
.info_cnts .info_cnts_innr{
  padding:40px;
}
.info_cnts .info_cnts_ttl{
  padding-bottom:10px;
  font-size:1.6rem;
  font-weight:bold;
}
.info_cnts .info_cnts_txt{
  padding-bottom:30px;
  font-size:1.4rem;
}
.info_cnts p:last-child{
  padding-bottom:0;
}
.info_cnts .info_cnts_url{
  display:inline-block;
  margin-top:10px;
}
@media screen and (max-width:768px){
  .info_cnts .info_cnts_innr{
    padding:5vw;
  }
  .info_cnts .info_cnts_ttl{
    padding-bottom:2vw;
    font-size:1.6rem;
  }
  .info_cnts .info_cnts_txt{
    padding-bottom:4vw;
  }
  .info_cnts .info_cnts_url{
    margin-top:2vw;
  }
}

/*share_cnts*/
.share_cnts{
  margin-top:50px;
  display:flex;
  align-items:center;
}
.share_cnts .ttl_share{
  font-size:1.6rem;
  font-weight:bold;
}
.share_cnts .share_btn{
  margin-left:17px;
  width:40px;
}
@media screen and (max-width:768px){
  .share_cnts{
    margin-top:13vw;
  }
  .share_cnts .ttl_share{
    font-size:1.6rem;
  }
  .share_cnts .share_btn{
    margin-left:2vw;
    width:10vw;
  }
}