@charset "UTF-8";
/*
 * cmn_layout.css
 *
/* !Reseting
---------------------------------------------------------- */
html {
  font-size: 62.5%;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  height: 100%;
  font-size: 1.6rem; /*1rem = 10px*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", "Meiryo", sans-serif;
  color: #000;
}
/*body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px; /* 14px; */
	/*-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #333;
} */

* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
/* layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
@media print {
html,
html body { *zoom: 0.65;}
}
/* color
---------------------------------------------------------- */
.bg_blu { background-color: #dfe4ff;}
.bg_blu02 { background-color: #e3ebff;}
.bg_gry { background-color: #8c8c8c;}
.bg_lightgry { background-color: #d4d4d4;}
.bg_wht { background-color: #fff;}
.fc_nav { color: #0043ff;}
/*.bg-blu_gradation { background-image:linear-gradient(#def 30%, #fff 40%);}*/

/* border
---------------------------------------------------------- */
.bt_gry01 { border-top: solid 1px #eee;}
.bt_nav03 { border-top: solid 3px #0043ff;}
.bb_nav01 { border-bottom: solid 1px #0043ff;}
.bb_gly01 { border-bottom: solid 1px #eee;}
.bb_wht01 { border-bottom: solid 1px #fff;}

/* margin-top
---------------------------------------------------------- */
.mt00 { margin-top: 0px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt50 { margin-top: 50px !important;}
/* margin-bottom 
---------------------------------------------------------- */
.mb00 { margin-bottom: 0px !important;}

/* padding-bottom 
---------------------------------------------------------- */
.pb00 { padding-bottom: 0px !important;}
.pb30 { padding-bottom: 30px !important;}

/* padding-top
---------------------------------------------------------- */
.pt00 { padding-top: 0px !important;}
.pt20 { padding-top: 20px !important;}

/* font-weight
---------------------------------------------------------- */
.fw_bold { font-weight: bold;}


/* wrapper
---------------------------------------------------------- */
#wrapper {
  margin: 0 auto;
  width: 100%;
  /*text-align: left;*/
}
/* header
---------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  padding: 16px 12px 14px 12px;
  z-index: 1;
  /*border-bottom: 1px #666 solid;*/
}
.setting {
  position: absolute;
  top: 14px;
  left: 18px;
  width: 26px;
  height: auto;
}
#header .title {
  width: 54%;
  max-width: 300px;
  margin: 0 auto;
  padding: 0;
}
#header .title img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
/* gNavi */
#gNavi {
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #0043ff;
}
#gNavi.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  border-radius: 0;
}
#gNavi ul {
  display: flex;
  justify-content: space-around;
  white-space: nowrap;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#gNavi li {
  padding: 5px 0 7px 0;
}
#gNavi li a {
  display: block;
  height: 26px;
  padding: 0 14px;
  font-size: 1.6rem;
  line-height: 26px;
  font-weight: bold;
  color: #333;
  text-decoration: none;	
}
#gNavi li.current a,
#gNavi li:hover a {
  color: #fff;
  background-color: #0043ff;
  border-radius: 20px;
}
/* search */
.btn-search {
  position: absolute;
  top: 15px;
  right: 18px;
  width: 22px;
  height: 22px;
}

/* footer
---------------------------------------------------------- */
#footer {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  background-color: #eee;
}
#footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  padding: 15px 5px;
}
#footer-link li {
  margin: 5px 0;
  padding: 0 5px;
  font-size: 1.1rem;
  line-height: 1.1;
  border-right: 1px #a9a8a7 solid;
}

#footer-link li:nth-child(3),
#footer-link li:last-child { border-right: none;}
#copyright {
  padding: 9px 10px 7px 10px;
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  background: #444;
}
@media screen and (min-width: 321px) { 
#footer-link {
  margin-bottom: 3px;
  padding: 15px 10px;
}
#footer-link li {
  margin: 5px 0;
  padding: 0 8px;
  font-size: 1.2rem;
}
#copyright {
  padding: 9px 10px 7px 10px;
  font-size: 1rem;
}
}
/* gdpr
---------------------------------------------------------- */
.gdpr {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px 10px 9px 10px;
  background-color: rgba(255,255,255,1);
  font-size: 1rem;
  line-height: 1.4;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  z-index: 100;
}
.gdpr a {
  color: #39e;
}
.gdpr-btn_inner {
  margin-top: 6px;
  text-align: center;
}
a.gdpr-btn_yes,
a.gdpr-btn_no {
  display: inline-block;
  margin-bottom: 1px;
  padding: 4px 12px 3px 12px;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  white-space: nowrap;
  border-radius: 4px;
}
.gdpr-btn_yes {
  background-color: #39e;
}
.gdpr-btn_no { 
  margin-right: 8px;
}

/* main
---------------------------------------------------------- */
#main {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.myfollow #main {
  margin: 0 0 50px 0;
}
/* layout */
.layout-ctr_01 {
  overflow: hidden;
  padding: 0 12px;
}
.layout-ctr_02 {
  overflow: hidden;
  padding: 13px 0;
}
#okkake > .layout-ctr_02 {
  padding: 5px 0 13px 0;
}
.layout-ctr_03 {
  overflow: hidden;
  padding: 20px 0 0 0;
}
/* secBox */
.secBox01 {
  overflow: hidden;
  margin: 0 0 25px 0;
}
.secBox02 {
  overflow: hidden;
  margin: 25px 0 20px 0;
}
.layout-ctr_01 .dogas01 .layout-ctr_01{
	padding: 0;
}
@media screen and (min-width: 321px) { 
.layout-ctr_01 {
  overflow: hidden;
  padding: 0 16px;
}
.layout-ctr_02 {
  overflow: hidden;
  padding: 15px 0;
}
#okkake > .layout-ctr_02 {
  padding: 5px 0 15px 0;
}
}
/* list
---------------------------------------------------------- */
/* list01_typeA */
#head-info > .list01_typeA li {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.related-list > .list01_typeA li,
.related-list > .list01_typeB li {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 16px;
  font-size: 1.3rem;
  line-height: 1.4;
}
#head-info > .list01_typeA li::before,
.related-list > .list01_typeA li::before,
.related-list > .list01_typeB li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#head-info > .list01_typeA li::before {
  border-left: 9px solid #0043ff;
}
#head-info > .list01_typeA > li.sokuho::before  {
  border-left: 9px solid #d00;
}
.related-list > .list01_typeA li::before {
  border-left: 9px solid #0bf;
}
.related-list > .list01_typeB li::before {
  border-left: 9px solid #fff;
}
#head-info > .list01_typeA li a,
.related-list > .list01_typeA li a { 
  color: #0043ff;
  font-weight: bold;
}
#head-info > .list01_typeA > li.sokuho a { 
  color: #dd0000;
  font-weight: bold;
}

.related-list > .list01_typeB li a { 
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 321px) { 
#head-info > .list01_typeA li {
  margin: 5px 0;
  padding: 0 0 0 14px;
  font-size: 1.6rem;
}
.related-list > .list01_typeB li {
  margin: 5px 0;
  padding: 0 0 0 16px;
  font-size: 1.4rem;
}
}
/* list02_typeA */
.list02_typeA { }
#information > .list02_typeA li,
.relatedfile > .list02_typeB li {
  position: relative;
  margin: 12px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom:  solid 1px #eee;
}
#information > .list02_typeA li {
  padding: 0 0 12px 16px;
}
.relatedfile > .list02_typeB li {
  padding: 0 0 12px 13px;
}
#information > .list02_typeA li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 16px;
  border-top: solid 2px #bbb;
  border-right: solid 2px #bbb;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}
#information > .list02_typeA li a,
.relatedfile > .list02_typeB li a { 
  font-weight: normal;
}
/* list02_typeB */
.relatedfile > .list02_typeB li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 17px;
  width: 5px;
  height: 5px;
  background-color: #bbb;
}

/* subTtl
---------------------------------------------------------- */
.sectionTtl_typeA,
.contentsTtl_typeA {
  position: relative;
  padding-top: 5px;
}
.sectionTtl_typeA .sectionTtl a,
.contentsTtl_typeA .contentsTtl {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #0043ff;
}
.sectionTtl_typeA .sectionTtl a {
  margin: 10px 0;
}
.contentsTtl_typeA .contentsTtl {
  margin: 10px 0 10px 0;
}
.sectionTtl_typeA .sectionTtl a span,
.contentsTtl_typeA .contentsTtl span {
  margin: 0 0 0 5px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #0043ff;
  vertical-align: middle;
}
.subTtl_typeB {
  padding: 9px 0 7px 0;
  background-color: #eee;
}
.subTtl_typeB .subTtl {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
}
.subTtl_typeC .subTtl { 
  margin: 10px 0;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
}
.subTtl_typeD {
 margin: 7px 0 5px 0;
  border-bottom: solid #0043ff 1px;
}
.subTtl_typeD .subTtl { 
  padding-bottom: 8px;
  margin-bottom: 2px; 
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #0043ff;
  border-bottom: solid 2px #0043ff;
}
.subTtl_typeE {
    font-size: 1.2rem;
    color: #0043ff;
    margin: 0 0 5px;
    letter-spacing: -0.07rem;
}
.movie01.secBox02 {
  overflow: visible; 
}
.movie01 .subTtl_typeD {
  position: relative;
  margin: 30px 0 8px 0;
}

@media screen and (min-width: 321px) { 
.contentsTtl_typeA .contentsTtl span { 
  font-size: 1.2rem;
}
}
.curationTtl {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #0043ff;
}
/* newslist
---------------------------------------------------------- */
/* newslist01 */
.newslist01_typeA li { 
  margin: 0;
  padding: 11px 0;
}
.newslist01_typeB li { 
  margin: 0;
  padding: 18px 0;
}
.line_wht li { 
  border-bottom: solid 1px #fff;
}
.line_gly li { 
  border-bottom: solid 1px #eee
}
.newslist01_typeA li a,
.newslist01_typeB li a { 
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.newslist01_typeA li a .news-txt { 
  /*width: 66%;*/
  flex-basis: 62%;
  flex-grow: 1;
  margin-right: 10px;	
}
.newslist01_typeB li a .news-txt { 
  position: relative;
 /* width: 60%;*/
  flex-basis: 56%;
  flex-grow: 1;
  margin-right: 10px;
}

.newslist01_typeB li a .news-txt .sub-categoryInner,
.newslist02_typeA li a .news-txt .sub-categoryInner {
  display: flex;
  align-items: center;
}
.newslist01_typeB li a .news-txt .sub-category {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: bold;
  color: #0043ff;
}
.newslist01_typeA li a .news-txt .news-ttle,
.newslist01_typeB li a .news-txt .news-ttle { 
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
}
li.lbl_shittoko .news-ttle:before {
  display: inline-block;
  content: "";
  width: 62px;
  margin: 0 2px -3px 0;
  height: 18px;
  background-image: url(/ats-static/img/news2020/ico_shittoko.png);
  background-size: contain;
  background-repeat: no-repeat;
}
li.lbl_shittoko2 .news-ttle:before {
    display: inline-block;
    content: "";
    width: 87px;
    margin: 0 2px -3px 0;
    height: 24px;
    background-image: url("/sp/ats-static/img/news2020/ico_shittoko.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
li.lbl_osusume .news-ttle:before {
  display: inline-block;
  content: "";
  width: 34px;
  margin: 0 8px -3px 0;
  height: 18px;
  background-image: url(/ats-static/img/news2020/ico_osusume.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
li.lbl_tyuumoku .news-ttle:before {
  display: inline-block;
  content: "";
  width: 34px;
  margin: 0 8px -3px 0;
  height: 18px;
  background-image: url(/ats-static/img/news2020/ico_tyuumoku.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.bg_yel {background:#ffffcc;}

.newslist03_typeB li a .news-photo3 img {
    width: 210px;
    height: 110px;
    object-fit: contain;
    background:#ededed;
    border-radius:6px;
}
.newslist01_typeA li a .news-txt .date,
.newslist01_typeB li a .news-txt .date {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.2;
  color: #999;
}
.newslist01_typeA li a .news-txt .txt {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.5rem;
}
.newslist01_typeA li a .news-photo,
.newslist01_typeB li a .news-photo,
.newslist02_typeA li a .news-photo { 
  overflow: hidden;
}
.newslist01_typeA li a .news-photo { 
  width: 85px;
  height: 85px;
}
.newslist01_typeA li a .news-photo img,
.newslist01_typeB li a .news-photo img { 
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: 50% 0;
  border-radius: 7px;
}
.newslist01_typeA li a .news-photo img {
  min-width: 86px;
  min-height: 86px;
  width: 86px;
  height: 86px;
}
.newslist01_typeB li a .news-photo { 
  width: 110px;
  height: 110px;
}
.newslist01_typeB li a .news-photo img {
  min-width: 110px;
  min-height: 110px;
  width: 110px;
  height: 110px;
}
.news-photo2,
.news-photo3 {
    background:#fff;
    border-radius:6px;
}
.news-photo2 img,
.news-photo3 img {
    width: 100%;
    height:100%;
    max-height: 160px;
    object-fit: cover;
}

.news-txt2 {
    margin: 5px 15px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.5rem;
}

.txt2 {
    font-size: 1.0rem;
    line-height: 1.25;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (min-width: 321px) { 
.newslist01_typeA li { 
  padding: 12px 0;
}
.newslist01_typeB li { 
  padding:10px 0;
}
.newslist01_typeB li a .news-txt .sub-category {
  font-size: 1.2rem;
}
.newslist01_typeA li a .news-txt .news-ttle,
.newslist01_typeB li a .news-txt .news-ttle { 
  font-size: 1.6rem;
}
.newslist01_typeA li a .news-txt .date,
.newslist01_typeB li a .news-txt .date {
  font-size: 1.1rem;
}
.newslist01_typeA li a .news-txt .txt {
  font-size: 1.1rem;
}
.newslist01_typeA li a .news-photo { 
  width: 90px;
  height: 90px;
}
.newslist01_typeA li a .news-photo img,
.newslist01_typeB li a .news-photo img { 
  border-radius: 8px;
}
.newslist01_typeA li a .news-photo img {
  min-width: 90px;
  min-height: 90px;
  width: 90px;
  height: 90px;
}
.newslist01_typeB li a .news-photo { 
  width: 120px;
  height: 120px;
}
.newslist01_typeB li a .news-photo img {
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
}
}
/* newslist02 */
.newslist02_typeA li {
  margin: 0;
  padding: 18px 0;
}
.newslist02_typeA li:first-child {
  padding: 10px 0 18px 0;
}
.newslist02_typeA li a { 
  display: block;
}
.newslist02_typeA li a .news-txt {
  position: relative;
  margin-top: 8px;
}
.newslist02_typeA li a .news-txt .sub-category {
  margin: 0 0 5px 0;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #0043ff;
}
.newslist02_typeA li a .news-txt .news-ttle { 
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}
.newslist02_typeA li a .news-txt .date {
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #999;
}
.newslist02_typeA li a .news-txt .txt {
 margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.5rem;
}
.newslist02_typeA li a .news-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100px;
  max-height: 230px;
}
.newslist02_typeA li a .news-photo img { 
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.shittoko .details figure {
  width: 100%;
  margin: 20px auto;
}
.news-photo01_typeB {
  position: relative;
  overflow: hidden;
  width: 85%;
  margin: auto;
}
.news-photo01_typeB img { 
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 180px;/*0913変更*/
  object-fit: contain;
}

figure.news-photo-mini .news-photo01_typeB img{
  max-height: 200px;
}
figure.news-photo-mini .news-photo01_typeA {
  min-height: 200px;
  max-height: 200px;
}

@media screen and (min-width: 321px) { 
.newslist02_typeA li {
  padding: 20px 0;
}
.newslist02_typeA li a .news-txt {
  margin-top: 10px;
}
.newslist02_typeA li a .news-txt .txt {
  font-size: 1.2rem;
}
.newslist02_typeA li a .news-txt .sub-category {
  margin: 0 0 5px 0;
  font-size: 1.3rem;
}
.newslist02_typeA li a .news-txt .news-ttle { 
  font-size: 1.7rem;
}
.newslist02_typeA li a .news-txt .date {
  margin-top: 5px;
  font-size: 1.2rem;
}
.newslist02_typeA li a .news-photo img { 
  max-width: 100%;
  max-height: 230px;
}
.news-photo01_typeB img { 
  max-height: 200px;/*0913変更*/
}
}
@media screen and (min-width: 376px) {
.newslist02_typeA li a .news-photo img { 
  max-height: 236px;
}
}

/* newslist04 */
.newslist04_typeA { 
  margin-bottom: 10px;
}
.newslist04_typeA li { 
  margin: 0;
  padding: 2px 0;
}
.newslist04_typeA li a { 
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newslist04_typeA li a .news-photo { 
  overflow: hidden;
}
.newslist04_typeA li a .news-photo { 
  width: 35px;
  height: 35px;
}
.newslist04_typeA li a .news-photo img { 
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: 50% 0;
  border-radius: 3px;
}
.newslist04_typeA li a .news-photo img {
  min-width: 34px;
  min-height: 34px;
  width: 34px;
  height: 34px;
}
.newslist04_typeA li a .news-txt { 
  /*width: 66%;*/
  flex-basis: 62%;
  flex-grow: 1;
  margin-left: 10px;	
}
.newslist04_typeA li a .news-txt .news-ttle {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
}

.newslist04_typeA li a .news-txt .news-ttle .ico_head-info { 
  width: auto;
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

#shittoko > .news-photo a {
  position: relative;
  overflow: hidden;
  display: block;
}
#shittoko > .news-photo img { 
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: 50% 0;
  border-radius: 7px;
}
#shittoko > .news-photo img.noimage { 
  object-position: 50% 50%;
}
@media screen and (min-width: 321px) { 
#shittoko > .news-photo img { 
  height: 160px;
  border-radius: 8px;
}
}
@media screen and (min-width: 376px) { 
#shittoko > .news-photo img { 
  height: 170px;
}
}
#shittoko > .news-photo .news-txt { 
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  border-radius: 0 0 7px 7px;
}

#shittoko > .news-photo .news-txt .sub-category {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px 0 10px;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #0043ff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8),-1px -1px 2px rgba(0, 0, 0, 0.8);
}
#shittoko > .news-photo .news-txt .news-ttle { 
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8),-1px -1px 2px rgba(0, 0, 0, 0.8);
}
#shittoko > .news-photo .news-txt .date {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 8px 10px;
  font-size: 1rem;
  line-height: 1.2;
  color: #ddd;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8),-1px -1px 2px rgba(0, 0, 0, 0.8);
}
.ico_point { 
  width: 115px;
  margin: 0 0 5px 0;
}
.details .point > .news-ttle {
  margin: 10px 0;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 321px) {
#shittoko > .news-photo img { 
  width: 100%;
  height: 160px;
  border-radius: 8px;	
}
#shittoko > .news-photo .news-txt .sub-category {
  padding: 20px 12px 0 12px;
  font-size: 1.2rem;
}
#shittoko > .news-photo .news-txt .news-ttle {
  padding: 0 12px;
  font-size: 1.6rem;
}
#shittoko > .news-photo .news-txt .date {
  padding: 0 0 10px 12px;
  font-size: 1.1rem;
}
.ico_point { 
  width: 120px;
  margin: 0 0 5px 0;
}
.details .point > .news-ttle {
  margin: 10px 0;
  font-size: 1.8rem;
}
}
#shittoko > .news-photo.boder_sokuhou img {
  border: solid 3px #f00;
}

.shittoko .boder_sokuhou .news-photo {
  border: solid 3px #f00;
  border-radius: 20px 0 0 0;
}

#shittoko > .news-photo.boder_sokuhou a .label_sokuhou,
.shittoko .boder_sokuhou .news-photo .label_sokuhou {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px 3px 8px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #f00;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  border-top-left-radius: 8px;
}
#shittoko > .news-photo.boder_sokuhou .label_sokuhou::after,
.shittoko .boder_sokuhou .news-photo .label_sokuhou::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #f00;
  right: -4px;
  width: 2px;
}
#shittoko > .news-photo.boder_sokuhou .label_sokuhou span,
.shittoko .boder_sokuhou .news-photo .label_sokuhou span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  font-size: 1.2rem;
}

.news-sokuhou-title {
            font-size:1.6rem;
            line-height:1.4;
            font-weight:bold;
}

.news-sokuhou-title:before {
    display: inline-block;
    content: "";
    width: 64px;
    margin: 0 -5px -3px 0;
    height: 21px;
    background-image: url("/sp/ats-static/img/news2020/ico_sokuhou.svg");
    background-size: cover;
    background-repeat: no-repeat;   
        vertical-align: baseline;
}

.news-sokuhou-title2 {
            font-size:1.8rem;
            line-height:1.4;
            font-weight:bold;
}

.news-sokuhou-title2:before {
    display: inline-block;
    content: "";
    width: 64px;
    margin: 0 -5px -3px 0;
    height: 21px;
    background-image: url("/sp/ats-static/img/news2020/ico_sokuhou.svg");
    background-size: cover;
    background-repeat: no-repeat;   
        vertical-align: baseline;
}

/* banner
---------------------------------------------------------- */
.adBox {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  padding: 15px 0;
  background-color: #f5f5f5;
}
.bnr_ga01,
.bnr_ga02,
.bnr-01 {
  width: 70%;
}
.bnr_ga01,
.bnr_ga02 {
  margin: 0 auto;
}
.bnr-01 {
  margin: 15px auto;
}
.bnr_ga01 img,
.bnr_ga02 img,
.bnr-01 img {
  width: 100%;
  height: auto;
}
.adBox .label_ad01 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 5px;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  background-color: #ccc;
}
@media screen and (min-width: 321px) {
.adBox {
  margin: 25px 0;
  padding: 20px 0;
}
.bnr_ga01,
.bnr_ga02 {
  width: 100%;
  text-align: center;
}
.bnr-01 {
  width: 90%;
  text-align: center;
}
.bnr-01 {
  margin: 20px auto;
}
}
/* okkake
---------------------------------------------------------- */
#okkake > .bg_blu {
  overflow: hidden;
}
#okkake > .btn01_typeA {
  margin: 5px auto 10px auto !important;
}
#okkake > ul {
  padding: 10px 0;
}
.okkakeTop ul#add_news_list {
  padding: 20px 0;
}
.okkakelist.secBox01 {
  margin: 0;
}
.okkakelist .featured .label_follow01,
 .okkakelist .featured .label_follow01_off {
  margin: 20px 45px 0 0;
}
.okkake .sub-category { 
  margin: 0 0 10px 0;
  padding: 2px;
}
.okkake .sub-category a { 
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: normal;
  color: #0043ff;
}
.okkake .sub-category a:hover { 
  text-decoration: underline;
}
.okkake .details {
  padding-top: 5px;
}
.okkake .subTtl_typeA {
  border-bottom: solid 1px #0043ff;
}
.okkake .contentsTtl_typeA {
    border-bottom: solid 1px #0043ff;
}
/* button
---------------------------------------------------------- */
.btn01_typeC_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn01_typeA,
.btn01_typeB,
.btn01_typeC {
  display: block;
  height: 36px;
  padding: 0 7px;
  font-size: 1.5rem;
  line-height: 36px;
  background-color: #fff;
  border: solid 1px #666;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
}
.btn01_typeB {
  position: relative;
}
.btn01_typeA span,
.btn01_typeC span {
  position: relative;
  padding-left: 15px;
  color: #222;
  font-weight: bold; 
}
.btn01_typeA span::before,
.btn01_typeC span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #999;
}
.btn01_typeB::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
}
.btn01_typeA,
.btn01_typeB {
  width: 80vw;
  margin: 20px auto;
}
.btn01_typeC {
  width: 49%;
  margin: 20px 0;
}
.btn02_typeB {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  margin: 0;
  padding: 10px;
  font-size: 1.2rem;
  color: #222;
  line-height: 32px;
  white-space: nowrap;
  background-color: #fff;
  border: solid 1px #666;
  border-radius: 3px;
  cursor: pointer;
}
.btn02_typeB img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.btn02_typeB span {
  margin-left: 5px;
}
.btn02_typeB img {
  transform: scale(1);
}
.btn02_typeB:hover img {
  -webkit-animation: bound 1s ease-in; 
  -moz-animation:    bound 1s ease-in; 
  animation: bound 1s ease-in;
}
@keyframes bound {
  from { transform: scale(1); }
  25% { transform: scale(1.5); }
  50% { transform: scale(0.95); }
  75% { transform: scale(1.2); }
  to { transform: scale(1); }
}

.btn03_typeA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 38px;
  margin: 20px auto 0 auto;
  font-size: 1.3rem;
  background-color: #0043ff;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  transition: 0.3s;
}

.btn03_typeC {
    width: 100vw;
    margin: 0 auto;
    display: block;
    height: 36px;
    padding: 0 7px;
    line-height: 36px;
    background-color: #0043ff;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    font-size: 1.3rem;
    margin: 0 0 10px 0;
}

.btn03_typeC span {
    position: relative;
    padding-left: 15px;
    color: #fff;
}

.btn03_typeC span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
}

a.btn04_typeA {
  position: absolute;
  top: 5px;
  right: 10px;
  display: block;
  height: 26px;
  padding: 0 12px;
  font-size: 1.2rem;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #0043ff;
  border-radius: 30px;
  white-space: nowrap;
  transition: 0.3s;
}
.contentsTtl_typeA a.btn04_typeA {
  top: 8px;
}
.featured a.btn04_typeA,
.kiji a.btn04_typeA {
  position: relative;
  top: inherit;
  right: inherit;
  display: inline-block;
  margin-left: 6px;
}
/* featured */
.featured {
 position: relative;
  padding: 18px 0 30px 0;
}
.featured-top { }
.featured-top_inner { }
.top-right { 
  position: absolute;
  top: 5px;
  right: 6px;
  display: flex;
  align-items: center;
}
.featured-ttle { 
  margin: 24px 0 8px 0;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #0043ff;
}
.featured-photo {
  width: 100%;
  height: auto;
}
.featured-photo img {
  width: 100%;
  height: auto;
}
.sub-copy { 
  margin: 7px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}
.feature-info,
.related-list {
  padding: 0 9px;
  border-radius: 4px;
}

.related-list li {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 16px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.related-list.bg_gry li::before {
  border-left: 9px solid #fff;
}
.related-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.related-list.bg_gry li a {
  color: #fff;
  font-weight: bold;
}
.related-list.bg_wht li::before {
  border-left: 9px solid #0bf
}
.related-list.bg_wht li a {
  color: #0043ff;
  font-weight: bold;
  font-size: 1.3rem;
}

@media screen and (min-width: 321px) {
.featured-ttle {
  font-size: 1.9rem;
}
.sub-copy { 
  margin: 8px 0 0 0;
  font-size: 1.3rem;
}
}
.list .list-inner { 
  margin-top: -1px;
}
.list .list-ttle { 
  margin-bottom: 10px 0;
  padding: 10px 11px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #0043ff;
}
.list-ttle .pic-reporter { 
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
    vertical-align: middle;
}
.list-ttle .pic-reporter img { 
  margin: 0 10px 0 0;
  padding: 0;
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: 50% 0;
  border-radius: 50%;
}
.profile-reporter01 { 
  margin-bottom: 15px;
  padding: 0 11px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 321px) {
.list .list-ttle { 
  margin: 10px 0;
  padding: 0 12px;
  font-size: 1.6rem;
}
.profile-reporter01 { 
  padding: 0 12px;
  font-size: 1.1rem;
}
}
/* details */
.details {
 position: relative;
 padding: 18px 0;
}
body.details{
 padding: 0;
}
.details .top_area {
 margin: -20px 0 18px 0;
 padding: 15px 12px;
 background-color: #eee;
}
.details .top_area .curationTtl {
  margin-bottom: 8px;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  color: #000;
}
.details .top_area .chachcopy {
    font-size: 1.3rem;
	line-height: 1.8;
}
.details .top_area .date {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #999;
  margin: 2px 0 5px 5px;
}
.details .sub-category { 
  margin: 0 0 7px 0;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: bold;
  color: #0043ff;
}
.details .news-ttle { 
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
}
.details .category-date {
  margin: 2px 0 14px 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #999;
}
.details .category-date span {
  margin-left: 5px;
}
.details .txt01 { 
  margin: 13px 15px 13px 15px;/*0906変更*/
  font-size: 1.5rem;/*0906変更*/
  line-height: 1.7;/*0906変更*/
}
.details .txt01 ._sys-br,
.details .txt01 br { 
  content: " ";
  display: block;
  margin:1.5em;
}

.details .txt01 br.thin { 
  margin: 0;
  content: none;
}

.details .txt01 span.thin br { 
  margin: 0;
  content: none;
}

.details .txt01 span.thin ._sys-br{
  margin: 0;
  content:none;
}

.news-photo01_typeA {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 85%;
  margin: auto;
  min-height: 180px;
  max-height: 180px;
  /*background-color: #fff;*/
}
.news-photo01_typeA::before {
  content:"";
  display: inline-block;
  height: 100%;
}
.news-photo01_typeA img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 180px;/*0907変更*/
  object-fit: contain;
}
.feature .caption,
.details .caption {
  margin: 8px 40px 0 40px;/*0906変更*/
  font-size: 1.0rem;/*0906変更*/
  line-height: 1.4;
  color: #666;
}
/*20230710追記*/
.details .txt01>.caption._typeA {
  display: block;
  margin: 7px 0 20px 0;
  line-height: 1.4 !important;
}
/*20230710追記*/
.details .txt01>.caption._typeB {
  display: block;
  width: 80%;
  margin: 7px auto 20px auto;
  line-height: 1.4 !important;
}
@media screen and (min-width: 321px) {
.details {
 padding: 20px 0;
}
.details .top_area .curationTtl {
  font-size: 1.8rem;
}
.details .top_area .chachcopy {
    font-size: 1.4rem;
}
.details .sub-category { 
  margin: 0 0 8px 0;
  font-size: 1.2rem;
}
.details .news-ttle { 
  font-size: 1.8rem;
}
.details .category-date {
  margin: 2px 0 14px 0;
  font-size: 1.1rem;
}
.details .txt01 { 
  font-size: 1.5rem;
}
.news-photo01_typeA {
   min-height: 200px;/*0907変更*/
   max-height: 200px;/*0907変更*/
}
.news-photo01_typeA img {
  max-height: 200px;/*0907変更*/
}
.feature .caption,
.details .caption {
  margin: 8px 24px 0 24px;
  font-size: 1.1rem;
}
/*20230710追記*/
.details .caption._typeA {
  margin: 8px 0 15px 0;
}
/*20230710追記*/
.details .caption._typeB {
  margin: 8px auto 15px auto;
}
}
@media screen and (min-width: 414px) {
.news-photo01_typeA {
   max-height: 382px;
}
}
/* details .swiper-container
---------------------------------------------------------- */
.details .swiper-container {
  position: relative;
  width: 100%;
}
.details .swiper-button-next, 
.details .swiper-button-prev {
  top: 40%;
  /*width: 12px;
  height: 20px;*/
  width: 34px;
  height: 34px;
  margin-top: -13px;
  background-size: 34px 34px;
  z-index: 100;
}
.details .swiper-button-prev.swiper-button-black {
	background-image: url("/sp/ats-static/img/news2020/ico_btn_prev.png");
}
.details .swiper-button-next.swiper-button-black {
    background-image: url("/sp/ats-static/img/news2020/ico_btn_next.png");
}
.details .swiper-button-prev { left: -3px;}
.details .swiper-button-next { right: -3px;}

.swiper-container .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#thumbs {
  height: 60px;
  padding: 0;
  display: none; /*0907変更*/
}
#thumbs .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 60px;
  max-height: 60px;
  width: 60px;
  background-color: #f5f5f5;
  opacity: 0.2;
  cursor: pointer;
}
#thumbs .swiper-slide::before {
  content:"";
  display: inline-block;
  height: 60px;
  cursor: pointer;
}
#thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 60px;
  margin: 0;
  padding: 0;
  object-fit: contain;
  cursor: pointer;
}
#thumbs .swiper-slide-active {
  opacity: 1;
}

/* modalDialog
---------------------------------------------------------- */
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0, 0, 0.6);
  z-index: 100;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > .sharebox {
  width: 92%;
  position: relative;
  margin: 50% auto;
  padding: 10px 20px 20px 20px;
  border-radius: 10px;
  background: #222;
}
.modalDialog > .sharebox .shareTtl {
  width: 100%;
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.modalDialog > .sharebox .shareTtl span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
}
.modalDialog > .sharebox .shareicon-inner {
  display: flex;
  justify-content: center;
  width: 300px;
  margin: 10px auto 0 auto;
}
.modalDialog > .sharebox .shareicon-inner img {
  width: 80px;
  height: auto;
  padding: 20px;
  text-align: center;
}
.sharebox a.close {
  padding: 20px;
  vertical-align: middle;
}
.gdpr a.close {
  position: absolute;
  display: block;
  top: -6px;
  right: 10px;
  width: 21px;
  height: 21px;
  padding: 0 5px;
  background-color: rgba(100,100,100,0.9);
  background-color: rgba(100,100,100,0.9);
  border-radius: 50%;
}
a.close .share-close,
a.close .gdpr-close {
  display: inline-block;
  color: #fff;
  line-height: 1;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
a.close .share-close {
  margin-left: 89%;
  width: 1em;
  height: 0.1em;
}
a.close .gdpr-close {
  width: 1.2em;
  height: 0.15em;
}
a.close .share-close::before,
a.close .gdpr-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.details .reporter { 
  margin: 14px 0 0 0;
 }
.details .reporter a { 
 display: flex;
 justify-content: flex-start;
 align-items: center;
}
.details .reporter a .pic-reporter { 
  width: 31px;
  height: 31px;
  margin-right: 10px;
  border-radius: 50%;
}
.details .curator a .pic-reporter { 
    width: auto;
    height: auto;
}
.details .reporter a .pic-reporter img { 
  margin: 0;
  padding: 0;
  min-width: 31px;
  min-height: 31px;
  width: 31px;
  height: 31px;
  object-fit: cover;
  object-position: 50% 0;
  border-radius: 50%;
}
.details .reporter a .txt-reporter { }
.details .reporter a .txt-reporter .name { 
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: bold;
}
.details .curator {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.details .curator .pic-curator img {
  margin-right: 5px;
  height: 24px;
}
.details .curator a .pic-reporter {
  border: solid 3px #648eff;
}
.details .curator a .pic-reporter img { 
  min-width: 33px;
  min-height: 33px;
  width: 33px;
  height: 33px;
}
.details .curator a .txt-reporter .name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}
/*202306010追記*/
.details .detail-pic01,
.details .detail-pic02 {
  font-size: 0;
  text-align: center;
  display: block;
}
/*20230710追記*/
.details .detail-pic01 {
  width: 60%;
  margin: 0 auto;
}
/*20230710追記*/
.details .detail-pic02 {
  width: 80%;
  margin: 20px auto 0 auto;
  display: block;
}
.details .detail-pic02 img {
  width: 100%;
  height: auto;
}
/*20230710追記*/
.details .detail-pic02._first {
  width: 100%;
  margin: 20px auto 0 auto;
}
/*20230710追記*/
.details .detail-pic01::before,
.details .detail-pic02::before {
  content:"";
  display: inline-block;
  height:100%;
  vertical-align: middle;
}
/*20230710追記*/
.details .detail-pic01 img
.details .detail-pic02 img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
/*20230710追記*/
.details .detail-pic01 img {
  width: 100%;
  max-height: 100%;
}
/*20230710追記*/
.details .detail-pic02 img {
  width: auto;
  max-width: 100%;
  max-height: 270px;
}
/*20230710追記*/
.details .detail-pic02._first img {
  width: 100% !important;
  max-height: 100% !important;
}
@media screen and (min-width: 321px) {
.details .reporter { 
 margin: 15px 0 0 0;
}
.details .reporter .pic-reporter { 
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
}
.details .reporter .pic-reporter img { 
  margin: 0;
  padding: 0;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: 50% 0;
  border-radius: 50%;
}
.details .reporter .txt-reporter { }
.details .reporter .txt-reporter .name { 
  font-size: 1.2rem;
}
.details .detail-pic01 {
  width: 60%;
  margin-bottom: 20px;
}
/*20230710追記*/
.details .detail-pic02 {
  width: 80%;
}
}

/* dogas01 */
.dogas01 { }
.dogas01 .dogas-logo {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 0 5px 0;
}
.dogas01 .dogas-logo:hover {
  opacity: 0.7;
}
.dogas01 .dogas-logo img { 
  width: 80px;
  height: auto;
}
.dogas01 .dogas-inner { 
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.dogas01 .dogas-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.dogas01 .dogas-ttle {
  margin: 5px 0 0 0;
  font-size: 90%;
}
/* movie01 */
.dogas01,
.movie-list01 li {
  padding: 4px 0;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}
.movie-ttle {
  margin: 10px 0 6px 0;
  padding-left: 8px;
  font-size: 94%;
  line-height: 1em;
  font-weight: bold;
  border-left: solid #0043ff 4px;
}
.movie-in {
  position: relative;
  margin: 5px 0 0 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.movie-in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* relatedfiles */
.relatedfiles { }
/* label_follow01 */
.label_follow01,
.label_follow01_off { 
  position: absolute;
  display: block;
  font-weight: bold;
  white-space: nowrap;
}
.label_follow01 { 
  color: #fff;
  background-color: #79f;
}
.label_follow01_off { 
  color: #0043ff;
  border: solid 2px #0043ff;
}
.featured .label_follow01,
.kiji .label_follow01,
.featured .label_follow01_off,
.kiji .label_follow01_off {
  display: inline-block;
  position: relative;
  top: inherit;
  right: inherit;
  /*margin: 0 6px 0 0;*/
  margin: 0;
  font-size: 1rem;
  border-radius: 3px;
}
.featured .label_follow01,
.kiji .label_follow01 {
  height: 26px;
  padding: 0 8px;
  line-height: 26px;
}
.featured .label_follow01_off,
.kiji .label_follow01_off {
  height: 26px;
  padding: 0 6px;
  line-height: 22px;
}
.newslist01_typeB li a .news-txt .label_follow01,
.newslist01_typeB li a .news-txt .label_follow01_off,
.newslist02_typeA li a .news-txt .label_follow01,
.newslist02_typeA li a .news-txt .label_follow01_off {
  position: inherit;
  margin: 0 5px 8px 0;
  padding: 0 6px;
  font-size: 1rem;
  border-radius: 3px;
}
.newslist01_typeB li a .news-txt .label_follow01 {
  height: 20px;
  line-height: 20px;
}
.newslist01_typeB li a .news-txt .label_follow01_off {
  height: 20px;
  line-height: 14px;
}
.newslist02_typeA li a .news-txt .label_follow01 {
  height: 24px;
  line-height: 24px;
}
.newslist02_typeA li a .news-txt .label_follow01_off {
  height: 24px;
  line-height: 20px;
}

@media screen and (min-width: 321px) {
.feature-info,
.related-list {
  padding: 10px;
  border-radius: 4px;
}
.featured .label_follow01,
.kiji .label_follow01 { 
  padding: 0 8px;
  font-size: 1.1rem;
  border-radius: 4px;
}
.newslist02_typeA li a .news-txt .label_follow01 {
  top: -2px;
  padding: 0 6px;
  font-size: 1.1rem;
}	
}
/* grad-wrap */
.grad-wrap {
  position: relative;
  margin-bottom: 40px;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
  cursor: pointer;
  transition: .2s ease;
}
.grad-btn.type01::after {
  content: "全文を読む"
}
.grad-btn.type01::before,
.grad-btn.type02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -18px;
  width: 0;
  height: 0;
  border-top: 8px solid #999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.grad-btn.type02::after {
  content: "全文を読む"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked + .grad-btn {
  display: none;
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
/* share */
.shareInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.shareicon-inner {
  display: flex;
  width: 50%;
}
.shareicon-inner img {
  width: 32px;
  height: auto;
  margin-right: 10px;
  text-align: center;
}
.share-btn img { 
  width: 18px;
  height: auto;
}
/* taglist */
.taglist01_typeA {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 18px 0 10px 0;
}
.taglist01_typeA li {
  width: auto;
  margin: 0 6px 8px 0;
  border-radius: 2px;
  background-color: #e5e5e5;
}
.taglist01_typeA li a {
  display: block;
  padding: 0 10px;
  height: 17px;
  font-size: 1.1rem;
  line-height: 17px;
  color: #666;
}
.bg_blu .taglist01_typeA li {
  background-color: #fff;
}

/* ハッシュタグ用定義  */
.tyumoku-theme {
  margin: 1rem 1rem 0;
  border-bottom:solid 1px #ccc;
}
.taglist01_typeB {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.taglist01_typeB li a {
  display: block;
  padding: 0 10px;
  margin:3px 3px;
  height: 20px;
  font-size: 1.3rem;
  line-height: 1.35; /* 文字の高さ調節 */
  color: #0033ff;
  border:solid 1px #0033ff;
  text-decoration:none;
  border-radius:20px;
}
.taglist01_typeB li a:hover {
  background: #eee;
}

@media screen and (min-width: 321px) {
.taglist01_typeA li {
  margin: 0 6px 8px 0;
}
.taglist01_typeA li a {
  height: 18px;
  font-size: 1.2rem;
  line-height: 18px;
}
}

/* search myfollow settings
---------------------------------------------------------- */
.search { }
.settings { }
.myfollow { }
#header02_typeA {
  position: relative;
  padding: 10px 20px;
  text-align: center;
  border-bottom: solid 1px #ccc;
}
#header02_typeA .btn-return {
  position: absolute;
  top: 12px;
  left: : 20px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: rotate(-135deg);
}
#header02_typeA .title { 
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
}

/* search */
.search-box {
  position: relative;
  width: 90vw;
  margin: 10px auto;
}
.search-box .search-txt {
  position: absolute; 
  left: 0;
  top: 0;
  width: 100%;
  height: 34px;
  padding: 0 10px 0 45px; 
  outline: 0;
  font-size: 1.2rem;
  background: #eee;
  border: none;
  border-radius: 30px;
}
.search-box .search-icon {
  height: 18px;
  height: 18px;
  position: absolute; 
  left: 10px;
  top: 8px;
  background: none;
  color: #666;
  border: none;
}
.search-box .search-icon img {
  height: 18px;
  height: 18px;
  opacity: 0.5;
}
.follow-slide .following-ttle {
  display: table;
  margin-bottom: 15px;
  padding: 3px 14px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #79f;
  border-radius: 3px;
}
.follow-slide .subTtl,
.myfollow-category .subTtl {
  line-height: 1.2;
  text-align: center;
  color: #0043ff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.follow-slide .subTtl {
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.myfollow-category .subTtl {
  margin-bottom: 10px;
  font-size: 1.7rem;
}
/* follow-slide*/
.follow-slide {
  margin: 10px 0;
  padding: 20px 0 20px 20px;
}
.follow-slide ul { 
}
.follow-slide li { 
  min-height: 120px;
  text-align: center;
}
.follow-slide li .follow-photo {
  overflow: hidden;
  width: 82px;
  height: 82px;
  margin: 0 auto 8px auto;
  border-radius: 50%;
}
.follow-slide li .follow-photo img {
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
  height: 100%;
}
.follow-slide li .follow-txt { }
.follow-slide li .follow-txt .follow-ttle {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
}
.myfollow .category-ttle { 
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
}
.swiper01 .swiper-button-next,
.swiper01 .swiper-button-prev {
    display: none;
}

.follow-slide .announce {
  font-size: 1.6rem;
  line-height: 2;
  color: #0043ff;
  font-weight: bold;
  text-align: center;
}
.follow-slide .announce-sub {
  display: block;
  margin: 3px;
  font-size: 1.4rem;
}
.follow-slide .announce .label_follow01_off {
  position: inherit;
  display: inline-block;
  top: inherit;
  right: inherit;
  height: 26px;
  margin: 0 6px;
  padding: 0 6px;
  font-size: 1.4rem;
  line-height: 22px;
  color: #0043ff;
  border: solid 2px #0043ff;
  background-color: inherit;
  border-radius: 5px;
}

/* search settings
---------------------------------------------------------- */
.search { }
.search-list-container,
.setting-list-container { 
  width: 100%;
  height: 100vh;
  padding: 20px 10px 40px 10px;
}
.settings .sub-ttl { 
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: bold;
}
.search-list-container { 
  margin-top: 60px;
}
.list03_typeA { 
  margin-top: 20px 0;
}
.list03_typeA li {
  position: relative;
  margin: 10px 0;
}
.list03_typeA li a {
  display: block;
  padding: 10px 15px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
  background-color: #fff;
  border-radius: 3px;
}
.list03_typeA li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
/* bnr_popup01 
---------------------------------------------------------- */
.bnr_popup01 {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 100;
}
.bnr_popup01 .popup01 {
  width: 100%;
  height: auto;
}
.bnr_popup01 a.close {
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  max-width: 22px;
  height: auto;
}
@media screen and (min-width: 321px) {
.bnr_popup01 a.close {
  min-width: 26px;
  max-width: 7%;
}
}

.sokuhou-frame {
  position: relative;
}
.news-photo.sokuhou-frame {
  border: solid 3px #f00;
  border-radius: 10px;
}
.newslist01_typeA li a .news-photo .ico-sokuhou img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: inherit;
  height: auto;
  min-width: 120%;
  max-width: 120%;
  min-height: inherit;
  border-radius: 0 !important;
  overflow: hidden;
}

span.komidashi002l {
  line-height: 1.5em;
  padding: 0.5rem 2rem;
  margin: 2em 0 1em;
  font-size: 1.2em;
  font-weight: bold;
  border-left: 4px solid #000;
  display: block;
}
