@charset 'utf-8';
/*汎用*/
/* フォントサイズ設定
   ベースフォントサイズ14pxからの相対値で算出 */
.fs10 {
  font-size: 71.4% !important;
}
/* font-size:10px */
.fs11 {
  font-size: 78.6% !important;
}
/* font-size:11px */
.fs12 {
  font-size: 85.7% !important;
}
/* font-size:12px */
.fs13 {
  font-size: 92.9% !important;
}
/* font-size:13px */
.fs14 {
  font-size: 100% !important;
}
/* font-size:14px */
.fs15 {
  font-size: 107.1% !important;
}
/* font-size:15px */
.fs16 {
  font-size: 114.3% !important;
}
/* font-size:16px */
.fs17 {
  font-size: 121.4% !important;
}
/* font-size:17px */
.fs18 {
  font-size: 128.6% !important;
}
/* font-size:18px */
.fs19 {
  font-size: 135.7% !important;
}
/* font-size:19px */
.fs20 {
  font-size: 142.9% !important;
}
/* font-size:20px */
/* 文字装飾設定 */
.italic {
  font-style: italic;
}
.small-caps {
  font-variant: small-caps;
}
.bold,
.textbold {
  font-weight: bold;
}
.overline {
  text-decoration: overline;
}
.underline {
  text-decoration: underline;
}
.colorbasic {
  color: #c00;
  /*赤色*/
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.textbold {
  font-weight: bold;
}
a:hover img {
  opacity: 1;
}
body:not(.yous-top) .top-only {
  display: none !important;
}
body:not(.yous-article) .article-only {
  display: none !important;
}
/*header_footer*/
#breadcrumb {
  border-bottom: none;
}
.sp_localnavi {
  display: none;
}
.form .localnavi {
  padding: 0;
  box-shadow: none;
}
.localnavi {
  position: relative;
  z-index: 0;
  display: block;
}
.localnavi .inner {
  width: 100%;
  margin: 0 auto;
}
.localnavi .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.localnavi .inner ul li {
  flex-basis: calc(100% / 3.1);
  flex-grow: 1;
  text-align: center;
}
.localnavi .inner ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  padding: 10px 0;
  color: #333;
}
.localnavi .inner ul li a strong {
  font-weight: bold;
}
.localnavi .inner ul li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #6bd3d6;
}
.localnavi .inner ul li.active-kansai a strong,
.localnavi .inner ul li.kanden-update a strong {
  transform: scaleX(.9);
  white-space: nowrap;
  letter-spacing: -.05em;
}
.localnavi .inner ul li.special1 a strong{
  max-width:6em;
  line-height:1.1;
}

.localnavi .inner ul li a span {
  font-size: 10px;
  display: block;
  width: 100%;
}
.page_top a {
  z-index: 999;
}
/* top */
#main_slider {
  overflow: hidden;
  width: 100%;
  margin: 20px auto 30px;
  padding-bottom: 30px;
}
#main_slider .slick-slide {
  padding: 0;
  outline: none;
}
#main_slider .slider_item img {
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
#main_slider .slider_item a:focus,
#main_slider .slider_item a:active,
#main_slider .slider_item:focus,
#main_slider .slider_item:active {
  border: none;
  outline: none;
}
#main_slider .slider_item p {
  height: 630px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#main_slider .slick-dots li {
  width: auto;
  height: auto;
}
#main_slider .slick-dots li button {
  position: relative;
  display: inline;
  width: 8px;
  height: 0;
  height: 8px;
  padding: 0;
  border-radius: 100%;
  background: #ccc;
}
#main_slider .slick-dots {
  bottom: 0;
}
#main_slider .slick-dots li button:before {
  display: none;
}
#main_slider .slick-dots li.slick-active button:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-animation: mymove 6s linear;
  -moz-animation: mymove 6s linear;
  animation: mymove 6s linear;
  border-radius: 100%;
  background-color: #808080;
}
#main_slider .slick-dots li:first-child.slick-active button:after {
  -webkit-animation: mymove 5.6s linear;
  -moz-animation: mymove 5.6s linear;
}
.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev {
  left: 45px;
  text-align: left;
}
.slick-prev.prevArrow,
.slick-next.nextArrow {
  width: 40px;
  height: 40px;
  padding: 9px;
  text-align: center;
  border: 1px solid #ddd;
  border: none;
  border-radius: 100%;
  background-color: #fff;
}
.slick-prev.prevArrow img,
.slick-next.nextArrow img {
  width: 60%;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-next {
  right: 45px;
  text-align: right;
}
.content,
.content,
#content {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0;
}
.yous_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 5px;
}
.yous_header .header_logo {
  flex-basis: 47%;
}
.yous_header .header_logo img {
  width: 100%;
}
.yous_header .header_buttons {
  flex-basis: 50%;
  max-width: 360px;
}
.yous_header .header_buttons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yous_header .header_buttons li {
  flex-basis: calc(100% / 2.1);
  box-sizing: border-box;
}
.yous-button {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 7px 3px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #e95550;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.yous-button:hover {
  text-decoration: none;
  opacity: .9;
}
.yous-button-subtext {
  font-size: 10px;
  font-weight: normal;
  display: block;
  width: 100%;
}
.yous-button.yaku {
  font-size: 12px;
  background-color: #2accd1;
}
.yous-button.opinion {
  letter-spacing: -.025em;
  background-color: #6b33a4;
}
.yous-button.mailmagazine {
  background-color: #fb9701;
}
.yous-button.mailmagazine .yous-button-subtext {
  font-size: 11px;
  display: none;
  transform: scaleX(.95);
  white-space: nowrap;
}

#yous-navi-switcher{
  border:none;
}

.yous-navi-switcher-label {
  display: block;
  margin-top: 3px;
  text-align: right;
}
body.yous-top .yous-navi-switcher-label {
  display: none;
}
.yous-navi-switcher-label label {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
}
.yous-navi-switcher-label label::after {
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: 1em;
  content: '';
  transform: rotate(45deg);
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #6bd3d6;
}
body:not(.yous-top) .localnavi {
  overflow: hidden;
  max-height: 0;
  transition: all .5s;
}
body:not(.yous-top) #yous-navi-switcher:checked+.localnavi {
  box-sizing: border-box;
  max-height: 500vh;
  padding: 0 0 10px 10px;
}
.content .message_pc,
#content .message_pc {
  width: 100%;
  margin: 20px auto 0;
}
.content .message_pc img,
#content .message_pc img {
  width: 100%;
}
.content .message_sp,
#content .message_sp {
  display: none;
}
.content .keyvisual_pc,
#content .keyvisual_pc {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
}
.content .keyvisual_pc p,
#content .keyvisual_pc p {
  font-size: 8px;
  position: absolute;
  right: 0;
  bottom: -30px;
  text-align: right;
}
.content .keyvisual_pc img,
#content .keyvisual_pc img {
  width: 100%;
}
.content .keyvisual_pc.shadow,
#content .keyvisual_pc.shadow {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .2);
}
.content .keyvisual_sp,
#content .keyvisual_sp {
  display: none;
}
.content h2,
#content h2 {
  font-size: 24px;
  margin: 30px 0 5px 0;
  text-align: center;
}
.content h3,
#content h3 {
  font-size: 16px;
  margin-bottom: 60px;
  text-align: center;
}
.content h2.category_title,
#content h2.category_title {
  font-size: 24px;
  margin: 75px 0 5px 0;
  text-align: center;
}
.content h3.category_title,
#content h3.category_title {
  font-size: 36px;
  margin-bottom: 70px;
  text-align: center;
}
.notice {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  color: #e95550;
}
.issue_box dd {
  margin-bottom: 30px;
}
.issue_title {
  font-size: 136%;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1em;
  margin-left: 20px;
  padding-left: 1em;
  border-left: solid 8px #6bd3d6;
}
.artiles_box {
  font-size: 0;
  display: flex;
  /* display: -webkit-box; */
  display: -moz-box;
  display: -ms-flexbox;
  /* display: -webkit-flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.artiles_box::after {
  width: 31.5%;
  content: '';
}
.artiles_box a {
  text-decoration: none;
}
.artiles_list {
  position: relative;
  overflow: hidden;
  width: 31.5%;
  margin: 0 0 60px;
  padding: 0;
  vertical-align: top;
  border-radius: 3px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}
.category_list .new,
.artiles_list .new {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 79px;
}
.category_list .new img {
  width: 100%;
}
.artiles_list img {
  z-index: 1;
  width: 100%;
}
.artiles_list .title {
  z-index: 100;
  margin-top: -20px;
  text-align: center;
  color: #fff;
}
.artiles_list .title span {
  font-size: 16px;
  font-weight: bold;
  z-index: 100;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #333;
}
.artiles_list .text {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  padding: 20px;
  color: #000;
}
.artiles_list .text span.date {
  font-size: 10px;
  color: #666;
}
.category_box {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.category_box:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.category_box a {
  text-decoration: none;
  color: #333;
}
.category_list {
  position: relative;
  width: 100%;
  margin: 0 0 60px 0;
  padding: 0;
  vertical-align: top;
}
.category_list:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.category_img {
  position: relative;
  float: left;
  clear: left;
  width: 300px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.category_img img {
  width: 100%;
}
.category_img .new {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 79px;
}
.category_list .text {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 0 320px;
  padding: 0 0 0 20px;
}
.category_list .text span.date {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin: 0 0 10px 0;
  color: #666;
}
.category_list .text span.name {
  font-size: 14px;
  display: block;
  margin: 50px 0 0 0;
}
.backnumber_box {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.backnumber_box:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.backnumber_box a {
  text-decoration: none;
  color: #333;
}
.backnumber_list {
  float: left;
  box-sizing: border-box;
  width: 50%;
  margin: 0 0 60px 0;
  padding: 0 3%;
  vertical-align: top;
}
.backnumber_list p.title {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 5px 10px;
  vertical-align: top;
  color: #fff;
  background: #6bd3d6;
}
.backnumber_list:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.backnumber_img {
  position: relative;
  float: left;
  clear: left;
  width: 160px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.backnumber_img img {
  width: 100%;
}
.backnumber_list .text {
  margin: 0 0 0 170px;
  padding: 0 0 0 10px;
}
.content .ttl,
#content .ttl {
  width: 100%;
  max-width: 750px;
  margin: 40px auto 65px;
}
.content .ttl .ttl_category,
#content .ttl .ttl_category {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  background: #333;
}
.content .ttl .ttl_day,
#content .ttl .ttl_day {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  color: #666;
}
.content .ttl h2,
#content .ttl h2 {
  font-size: 32px;
  line-height: 48px;
  margin: 20px 0 60px 0;
  text-align: left;
}
#pagecontent_wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#pagecontent_wrap_inner {
  position: relative;
  width: 100%;
  margin: 50px auto 0;
}
#pagecontent {
  max-width: 750px;
  margin: 0 auto 0;
}
#pagecontent p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 40px 0;
}
#pagecontent p span.small {
  font-size: 12px;
}
#pagecontent .toc {
  font-size: 18px;
  box-sizing: border-box;
  width: 610px;
  margin: 0 auto;
  padding: 40px;
  background: #e6e6e6;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .2);
}
#pagecontent .toc ul {
  font-size: 16px;
  margin: 20px 0 0 0;
  padding: 0;
}
#pagecontent .toc ul li {
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0 0 0 23px;
  list-style: none;
  border-left: 5px solid #6bd3d6;
}
#pagecontent .toc ul li:last-child {
  margin: 0;
}
#pagecontent .toc ul li a {
  text-decoration: none;
  color: #333;
}
#pagecontent .pageblock {
  margin: 60px auto 0;
  padding: 60px 0 0;
  border-top: 1px solid #b3b3b3;
}
#pagecontent .pageblock.page {
  margin: 0 auto 0;
  padding: 0;
  border-top: none;
}
#pagecontent .pageblock h3 {
  font-size: 23px;
  line-height: 36px;
  margin: 0 auto 60px;
  padding: 0 0 0 25px;
  border-left: 5px solid #6bd3d6;
}
#pagecontent .pageblock .subblock {
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  background: #e1f6f7;
}
#pagecontent .pageblock .subblock:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
#pagecontent .pageblock .clearfix:after {
  display: block;
  clear: both;
  content: '';
}
#pagecontent .pageblock .subblock h3 {
  font-size: 23px;
  line-height: 36px;
  margin: 0 auto 30px;
  padding: 0 0 0 25px;
  border-left: 5px solid #6bd3d6;
}
#pagecontent .pageblock .subblock p {
  margin: 0 auto 30px;
}
#pagecontent .pageblock .subblock p.subtxt {
  font-size: 12px;
  line-height: 24px;
  float: left;
  width: 318px;
  margin: 0 auto 30px;
}
#pagecontent .pageblock .subblock p.subtxt span {
  color: #2accd1;
}
#pagecontent .pageblock img {
  max-width: 750px;
  margin: 0 auto 60px;
}
#pagecontent .pageblock img.mb_0,
#pagecontent .pageblock p.mb_0 {
  margin: 0 auto 0 !important;
}
#pagecontent .pageblock p span {
  font-weight: bold !important;
}
#right-box {
  overflow: hidden;
  width: 100%;
  max-width: 750px;
}
#right-box p {
  margin: 0;
}
#right-box .space {
  float: right;
  height: 4em;
}
#right-box .img {
  float: right;
  clear: both;
  width: 375px;
  height: 222px;
  margin: 20px 0 0 20px;
}
#right-box .img img {
  width: 100%;
}
.right-img01 {
  float: right;
  width: 306px;
  margin: 0 0 0 20px;
}
.right-img01 img {
  width: 306px;
}
.left-img01 {
    float: left;
    width: 306px;
    margin: 0 20px 0 0;
  }
  .left-img01 img {
    width: 306px;
  }
.right-img02 {
  float: right;
  width: 375px;
  margin: 0 0 20px 20px;
}
.right-img02 img {
  width: 375px;
  margin: 0 !important;
}
.right-img02.w365 {
  width: 365px;
}
.right-img {
  float: right;
  margin: 0 0 20px 20px;
}
.img_box img,
.right-img img {
  width: 100%;
  margin: 0 !important;
}
.img_box p,
.right-img p {
  font-size: 12px !important;
  line-height: 1.8em !important;
  margin: 5px 0 0 0 !important;
  padding: 0 !important;
  text-align: right;
}
.right-img.w352 {
  width: 352px;
}
.right-img.w247 {
  width: 247px;
}
.right-img.w258 {
  width: 258px;
}
.right-img.w271 {
  width: 271px;
}
.right-img.w250 {
  width: 250px;
}
#pagecontent p.pagecaption,
#pagecontent .pageblock p.pagecaption {
  font-size: 11px;
  line-height: 25px;
  margin: 0 auto 15px;
}
#pagecontent p.pagecaption.last-child #pagecontent .pageblock p.pagecaption.last-child {
  margin: 0 auto 60px !important;
}
#pagecontent dl.interviewer {
  width: 100%;
  margin: 0 0 60px 0;
}
#pagecontent dl.interviewer dt {
  float: left;
  clear: left;
  width: 132px;
  height: 132px;
  padding: 0 38px 0 0;
}
#pagecontent dl.interviewer dt img {
  width: 100%;
}
#pagecontent dl.interviewer dd {
  font-size: 12px;
  line-height: 24px;
  display: table-cell;
  height: 132px;
  margin-left: 170px;
  vertical-align: middle;
}
#pagecontent dl.interviewer dd span.name {
  font-size: 24px;
  line-height: 32px;
}
#pagecontent dl.interviewer dd a {
  text-decoration: none;
  color: #333;
}
#pagecontent dl.interviewer:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.nextpage a {
  font-size: 18px;
  display: block;
  box-sizing: border-box;
  width: 610px;
  margin: 0 auto 0;
  padding: 25px 25px 25px 80px;
  text-decoration: none;
  color: #333;
  background: #e6e6e6;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .2);
}
.nextpage a .ttl {
  font-size: 20px;
  line-height: 36px;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  border-left: 5px solid #6bd3d6;
}
.contactbtn {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 350px;
  width: 200px;
  height: 200px;
}
.contactbtn .close {
  position: absolute;
  top: 0;
  right: 22px;
  width: 48px;
  cursor: pointer;
}
.contactbtn .close img {
  width: 48px;
}
.slick-pagenation {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 40px 0 40px;
  align-items: center;
}
.slick-pagenation .slick-arrow,
.slick-pagenation .slick-dots li{
  font-size: 24px;
  font-weight: bold;

}
.slick-pagenation .slick-dots li{
  margin: 0 25px;
  height: 100%;
  cursor: pointer;
}

.slick-pagenation .slick-arrow{
  background:none;
  border:none;
  cursor:pointer;
}

.slick-pagenation .prev {
  font-weight: normal;
  margin-right: 45px;
  color: #333;
  order:1;
}

[data-current="0"] .prev,
[data-islast="true"] .next{
  pointer-events:none;
  visibility:hidden;
}


.slick-pagenation .slick-active {
  color: #999;
}


.slick-pagenation .slick-dots{
  position:  static;
  order:2;
  width: auto;
}

.slick-pagenation .next {
  font-weight: normal;
  margin-left: 45px;
  color: #333;
  order:3;
}

.pagenation {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 60px;
  text-align: center;
}

.pagenation .prev {
  font-weight: normal;
  margin-right: 45px;
  color: #333;
}

.pagenation .next {
  font-weight: normal;
  margin-left: 45px;
  color: #333;
}

.pagenation .current {
  margin: 0 25px;
  color: #999;
}

.pagenation .links a {
  margin: 0 25px;
  text-decoration: none;
  color: #333;
}

.pagenation .prev a, .pagenation .next a {
  text-decoration: none;
  color: #333;
}

.youstop a {
  font-weight: bold;
  display: block;
  max-width: 250px;
  margin: 0 auto 60px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #6bd3d6;
}
.youstop a:hover {
  text-decoration: none;
  opacity: .8;
}
/* form */
.form #form_content {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
.form #form_content h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 95px 0 70px 0;
}
.form #form_content .form_lead {
  font-size: 16px;
  font-weight: bold;
}
.attention {
  color: #e95550;
}
.privacy {
  font-size: 12px;
  margin-top: 40px;
}
.privacy strong {
  font-weight: bold;
}
.form_table {
  margin: 60px 0 40px;
  padding-top: 40px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
.form_table dl {
  margin-bottom: 40px;
}
.form_table dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 25px;
  border-left: 5px solid #6bd3d6;
}
.form_table dt span {
  font-size: 14px;
}
.form_table dd textarea,
.mail_box dd textarea {
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
}
.form_table dd span {
  font-size: 16px;
  font-weight: bold;
  margin-right: 35px;
}
input[type=radio] {
  margin-right: 5px;
  border-radius: 50%;
  -webkit-appearance: radio;
}
.form_table table th,
.form_table table td {
  padding: 5px 0;
}
.mail_box dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.mail_box dd {
  margin-bottom: 40px;
}
.submit_btn {
  width: 200px;
  margin: 30px auto 70px;
}
.submit_btn input {
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  padding: 25px 0;
  cursor: pointer;
  text-indent: center;
  border: none;
  background: #e6e6e6;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}
/* kanden-update 0430 */
.img_box_update0430 {
  position: relative;
}
.img_box_update0430 p.caption01 {
  font-size: 8px !important;
  line-height: 1.8em !important;
  position: absolute;
  top: 16%;
  right: 85%;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right;
}
.img_box_update0430 p.caption02 {
  font-size: 8px !important;
  line-height: 1.8em !important;
  position: absolute;
  top: 40%;
  right: 67%;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right;
}
/* active-kansai 0430 */
.img_box_kansai0430 {
  position: relative;
  margin: 0 0 60px 0;
}
.img_box_kansai0430 img {
  margin: 0 !important;
  padding: 0 !important;
}
.img_box_kansai0430 p.caption01 {
  font-size: 8px !important;
  line-height: 1.8em !important;
  position: absolute;
  top: 82%;
  left: 61%;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
table.img_table {
  margin: 0 0 60px 0;
  word-break: break-all;
}
table.img_table p {
  font-size: 8px !important;
  line-height: 1.8em !important;
  display: inline-block;
  margin: 5px 0 !important;
}
table.img_table p.right {
  font-size: 8px !important;
  line-height: 1.8em !important;
  display: inline-block;
  margin: 5px 0 !important;
  text-align: right;
}
table.img_table p.right a {
  margin: 0 !important;
  text-decoration: none;
  color: #333;
}
table.img_table p.mb_l {
  margin: 5px 0 80px 0 !important;
}
table.img_table p.ml_s {
  margin: 0 0 0 2em !important;
}
table.img_table img {
  margin: 0 !important;
}
@media screen and (max-width: 1020px) {
  .sp_localnavi {
    position: absolute;
    z-index: 998;
    top: -45px;
    right: 0;
    display: block;
  }
  .sp_localnavi a {
    display: block;
    text-decoration: none;
  }
  .sp_localnavi label {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    display: block;
    height: 25px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
    border-bottom: 6px solid #6bd3d6;
  }
  .sp_localnavi input {
    display: none;
  }
  .sp_localnavi ul {
    margin: 0;
    list-style: none;
    background: #fff;
  }
  .sp_localnavi li {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    height: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
  }
  #title:checked~ul li {
    display: block;
    height: 3.0em;
    opacity: 1;
    border-bottom: 1px solid #b3b3b3;
  }
  #title:checked~ul li:last-child {
    border-bottom: none;
  }
  .sp_localnavi li div {
    line-height: 1.2;
    padding: 10px 5px;
    vertical-align: middle;
  }
  .sp_localnavi li a {
    display: block;
    color: #333 !important;
  }
  .sp_localnavi li.single div {
    padding: 15px 5px 5px 5px;
  }
  .sp_localnavi li span {
    font-size: 10px;
  }
  .sp_localnavi ul li.backnumber.you div {
    font-size: 12px;
    padding: 10px;
  }
  .category {
    display: none;
  }
  #pagecontent_wrap {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
  }
  .content .ttl,
  #content .ttl {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 5% 3% 0;
  }
  #pagecontent .toc {
    width: 90%;
    margin: 0 auto;
    padding: 40px;
  }
  .nextpage a {
    display: block;
    width: 90%;
    margin: 0 auto 0;
    padding: 10px 10px 10px 20px;
    background: #e6e6e6;
  }
}
@media screen and (max-width: 980px) {
  .content h2,
  #content h2 {
    margin: 10% 0 0 0;
    text-align: center;
  }
  .content h3,
  #content h3 {
    margin-bottom: 5%;
  }
  .content h2.category_title,
  #content h2.category_title {
    font-size: 12px;
    display: block;
    margin: 20px 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
  }
  .content h2.category_title span,
  #content h2.category_title span {
    display: block;
    padding: 8% 0 0 0 !important;
  }
  .content h3.category_title,
  #content h3.category_title {
    font-size: 24px;
    display: block;
    margin-bottom: 8%;
    text-align: center;
  }
  .notice {
    margin-bottom: 5%;
  }
  .artiles_box {
    width: 90%;
    margin: 0 auto;
  }
  .artiles_list {
    width: calc(100% / 2.2);
    margin: 0 1% 8% 1%;
  }
  .category_box {
    width: 90%;
    margin: 0 auto;
  }
  .category_list {
    width: 100%;
    margin: 0 1% 8% 1%;
    padding: 0;
    vertical-align: top;
  }
  .category_img {
    position: relative;
    float: none;
    clear: left;
    width: 100%;
    margin: 0 0 2% 0;
    padding: 0;
    vertical-align: top;
    ;
  }
  .category_img img {
    width: 100%;
  }
  .category_img .new {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 79px;
  }
  .category_list .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .category_list .text span.date {
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin: 0 0 10px 0;
    color: #666;
  }
  .category_list .text span.name {
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
    display: block;
    margin: 10px 0 0 0;
  }
  .backnumber_box {
    width: 90%;
    margin: 0 auto;
  }
  .backnumber_list {
    float: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0 1% 8% 1%;
    padding: 0;
    vertical-align: top;
  }
  .backnumber_list p.title {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    vertical-align: top;
    color: #fff;
    background: #6bd3d6;
  }
  .backnumber_img {
    position: relative;
    float: left;
    clear: left;
    width: 160px;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  .backnumber_img img {
    width: 100%;
  }
  .backnumber_list .text {
    margin: 0 0 0 170px;
    padding: 0 0 0 10px;
  }
  .pagenation {
    margin: 8% auto 8%;
  }
  #pagecontent .pageblock .subblock p.subtxt {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
  }
  .right-img.w352 {
    width: 50%;
  }
  body:not(.yous-top) .localnavi {
    position: absolute;
    z-index: 1;
    right: 0;
    width: auto;
  }
  body:not(.yous-top) .localnavi ul {
    display: block;
    border-top: solid 2px #6bd3d6;
    border-radius: 0 0 0 3px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 1px -1px, rgba(0, 0, 0, .14) 0 1px 1px 0, rgba(0, 0, 0, .12) 0 1px 3px 0;
  }
  body:not(.yous-top) .localnavi .inner ul li {
    width: auto;
  }
  body:not(.yous-top) .localnavi .inner ul li:not(:nth-last-of-type(1)) {
    border-bottom: solid 1px #ccc;
  }
  body:not(.yous-top) .localnavi .inner ul li a {
    /* display:inline-block; */
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .content .message_pc,
  #content .message_pc {
    display: none;
  }
  .content .ttl .ttl_category,
  #content .ttl .ttl_category {
    font-size: 14px;
    line-height: 24px;
    margin: 0 20px 0 0;
  }
  .content .ttl .ttl_day,
  #content .ttl .ttl_day {
    font-size: 16px;
    line-height: 24px;
  }
  .content .ttl h2,
  #content .ttl h2 {
    font-size: 26px;
    line-height: 42px;
    margin: 20px 0 50px 0;
  }
  .content .keyvisual_pc,
  #content .keyvisual_pc {
    display: block;
    width: 100%;
    margin: 20px auto 30px;
  }
  .content .keyvisual_pc.shadow,
  #content .keyvisual_pc.shadow {
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .2);
  }
  .content .keyvisual_pc img,
  #content .keyvisual_pc img {
    width: 100%;
  }
  .sp_localnavi {
    top: -35px !important;
  }
  .content .message_sp,
  #content .message_sp {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 15px auto 0;
    border-bottom: 1px solid #b3b3b3;
  }
  .form #form_content h2 {
    font-size: 28px;
  }
  .form_table dd span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
  }
  #pagecontent dl.interviewer {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 60px 0;
    padding: 0 3%;
  }
  #pagecontent dl.interviewer dt {
    float: left;
    clear: left;
    width: 100px;
    height: 100px;
    padding: 0 20px 0 0;
  }
  #pagecontent dl.interviewer dt img {
    width: 100%;
  }
  #pagecontent dl.interviewer dd {
    font-size: 12px;
    line-height: 24px;
    display: table-cell;
    box-sizing: border-box;
    height: 100px;
    margin-left: 120px;
    vertical-align: middle;
    word-break: break-all;
  }
  .contactbtn {
    position: fixed;
    z-index: 100;
    right: 10px;
    bottom: 150px;
    width: 120px;
    height: 120px;
  }
  .contactbtn .close {
    position: absolute;
    top: 0;
    right: 15px;
    width: 24px;
    cursor: pointer;
  }
  .contactbtn .close img {
    width: 24px;
  }
  #pagecontent .pageblock img {
    width: 100%;
    margin: 0 auto 60px;
  }
  #pagecontent .pageblock .subblock p.subtxt {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
  }
  #right-box {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
  }
  #right-box p {
    margin: 0;
  }
  #right-box .space {
    display: none;
  }
  #right-box .img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #right-box .img img {
    clear: both;
    width: 100%;
    height: auto;
  }
  .right-img01 {
    float: none;
    width: 100%;
    margin: 0 0 8% 0;
  }
  .right-img01 img {
    width: 100%;
  }
  .left-img01 {
    float: none;
    width: 100%;
    margin: 0 0 8% 0;
  }
  .left-img01 img {
    width: 100%;
  }
  .right-img02 {
    float: none;
    width: 100%;
    margin: 0 0 8% 0;
  }
  .right-img02 img {
    width: 100%;
  }
  .right-img {
    float: none;
    width: 100%;
    margin: 0 0 8% 0;
  }
  .right-img img {
    width: 100%;
    margin: 0 !important;
  }
  .right-img.w352 {
    width: 100%;
  }
  .right-img.w247 {
    width: 100%;
  }
  .right-img.w258 {
    width: 100%;
  }
  .right-img.w271 {
    width: 100%;
  }
  .right-img.w250 {
    width: 100%;
  }
  .right-img02.w365 {
    width: 100%;
  }
  table.img_table p.mb_l {
    margin: 5px 0 40px 0 !important;
  }
  .img_box_update0430 p.caption02 {
    font-size: 8px !important;
    line-height: 1.8em !important;
    position: static;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    text-align: left;
  }
  .img_box_kansai0430 p.caption01 {
    font-size: 8px !important;
    line-height: 1.8em !important;
    position: static;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    text-align: left;
  }
}
.indent1 {
  margin-left: 1em;
  text-indent: -1em;
}
/*Movie*/
.icon_movie {
  position: relative;
}
.icon_movie::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/icon_play.png) no-repeat center center / contain;
}
.kp-flex {
  justify-content: space-between;
}
.kp-width-1-2 {
  width: 47% !important;
}
.kp-width-1-3 {
  width: calc(100% / 3.3) !important;
}
.moviebox a {
  position: relative;
  display: block;
}
.txt_contents_container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
}
#pagecontent .txt_contents_container p {
  font-size: 90%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  padding: 10px;
  color: #fff;
}
#pagecontent .icon_movie img {
  width: 100%;
  margin: 0;
  border-radius: 5px;
}
.icon_movie img:hover {
  opacity: .8;
}
.socialbtn {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.socialbtn ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.socialbtn ul li {
  text-align: center;
}
.socialbtn ul li a {
  display: inline-block;
  max-width: 48px;
  padding: 0 10px;
}
.socialbtn ul li a img {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
	.kp-width-1-2,
	.kp-width-1-3,
	.kp-width-2-3,
	.kp-width-1-10,
	.kp-width-2-10,
	.kp-width-3-10,
	.kp-width-4-10,
	.kp-width-6-10,
	.kp-width-7-10,
	.kp-width-8-10,
	.kp-width-9-10 {
    width: 100% !important;
  }
  .moviebox iframe {
    width: 100%;
  }
}
/*add2020.8.27*/
#pagecontent .fs11 {
  font-size: 78.6% !important;
}
#pagecontent .fs12 {
  font-size: 85.7% !important;
}
/*add2021.9.16*/
.fs8pt {
  font-size: 8pt !important;
}
/*add2021.11.15*/
@media screen and (max-width: 980px) {
  .kp-flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 979px) {
  .yous_header .header_buttons li:not(:nth-last-of-type(-n+2)) {
    padding-bottom: 10px;
  }
  .yous_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  .yous_header .header_logo {
    flex-basis: 36%;
  }
  .yous_header .header_logo img {
    width: 100%;
  }
  .yous_header .header_buttons {
    flex-basis: 35%;
  }
  .yous_header .header_buttons li {
    flex-basis: calc(100% / 2.1);
  }
  .yous-button {
    font-size: 14px;
  }
  .yous-button-subtext {
    font-size: 10px;
  }
  .yous-button.opinion {
    letter-spacing: 0;
  }
  .yous-navi-switcher-label {
    display: none !important;
  }
  body:not(.yous-top) .localnavi {
    max-height: none !important;
    margin-top: 20px;
    transition: none;
  }
  .localnavi .inner {
    max-width: 1000px;
  }
  .localnavi .inner ul li {
    flex-basis: auto;
  }
  .localnavi .inner ul li a {
    padding: 10px 20px;
  }
  .localnavi .inner ul li.active-kansai a strong,
  .localnavi .inner ul li.kanden-update a strong {
    transform: none;
    white-space: pre-wrap;
    letter-spacing: 0;
  }
  .localnavi .inner ul li.special1 a strong {
    max-width:none;
  }
  .socialbtn {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 0;
    width: 48px;
  }
  .socialbtn ul {
    display: block;
  }
  .socialbtn ul li {
    width: 48px;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
  }
  .socialbtn ul li a {
    padding: 0;
  }
  .socialbtn ul li img {
    width: 100%;
  }
  .issue_title {
    margin-left: 0;
  }
  #main_slider {
    margin: 30px auto;
  }
  #main_slider .slick-slide {
    width: 48.85vw;
    padding: 0 30px;
    max-width: 1000px;
  }
  .slick-next {
    text-align: right;
  }
  .slick-prev.prevArrow,
  .slick-next.nextArrow {
    top: 50%;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    padding: 19px;
    text-align: left;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  }
  .slick-prev.prevArrow::after,
  .slick-next.nextArrow::after {
    line-height: 1;
    position: relative;
    top: -2px;
    ;
    display: inline-block;
    width: 13px;
    height: 13px;
    content: '';
    border-bottom: solid 3px #e60012;
    border-left: solid 3px #e60012;
    border-radius: 2px;
  }

  .slick-prev.prevArrow:hover,
  .slick-next.nextArrow:hover {
    opacity:1;
    background:#ffffff;
  }
  
  .slick-prev.prevArrow {
    left: 50%;
    transform: translate(calc(48.85vw / 2 * -1 - 50%), -30px);
  }
  .slick-prev.prevArrow::after {
    transform: rotate(45deg);
  }
  .slick-next.nextArrow {
    right: 50%;
    transform: translate(calc(48.85vw / 2 + 50%), -30px);
    text-align: right;
  }
  .slick-next.nextArrow::after {
    left: -4px;
    transform: rotate(-135deg);
  }
  .slick-prev.prevArrow img,
  .slick-next.nextArrow img {
    width: auto;
  }
}
.yous-article-footer {
  margin-bottom: 20px;
}
.yous-article-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 565px;
  margin: 0 auto;
}
.yous-article-menu ul li {
  flex-basis: 260px;
  min-height: 50px;
  margin-bottom: 15px;
}
.yous-footer {
  margin: 40px auto 40px !important;
}
.yous-footer-menu ul {
  display: grid;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto;
  grid-template-columns: 50% 50%;
}
.yous-footer-menu ul li {
  min-width: 12em;
  margin-bottom: 10px;
}
.yous-footer-menu ul li a {
  display: flex;
  width: auto;
  margin: 0 7px;
}
.yous-article-menu .yous-button.mailmagazine .yous-button-subtext {
  font-size: 12px;
  display: inline;
}
.yous-article-menu ul li a {
  font-size: 16px;
}
.recommend {
  margin-bottom: 40px;
}
.recommend .category_title {
  font-size: 20px;
}
.recommend_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto 0;
}
.recommend_list li {
  overflow: hidden;
  width: 30%;
  margin: 0 1.5% 20px 1.5%;
  border-radius: 3px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}
.recommend_list img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .recommend_list li {
    width: 47%;
    margin: 0 1.5% 20px 1.5%;
  }

  .artiles_list {
    width: 100%;
  }
}


.issue_box{
  overflow:hidden;
}

.issue_item{
    padding:0 3px;
}
.pageblock sup { vertical-align: super; }
sup { vertical-align: super; }


.fixed-banner {
  position: fixed;
  width: clamp(100px, 40vw, 240px);
  bottom: 5.5vh;
  left: 3vw;
  z-index: 1000;
}

#close-fixed-baner {
  width: 0;
  height: 0;
  display: none;
}

#close-fixed-baner:checked+label,
#close-fixed-baner:checked+label+a {
  display: none;
}

.fixed-banner label {
  position: absolute;
  color: transparent;
  width: clamp(20px, 7vw, 30px);
  height: clamp(20px, 7vw, 30px);
  border-radius: 100%;
  border: none;
  z-index: 1;
  background: #e6e6e6;
  transform: translate(50%, -50%);
  right: 0;
  top: 0;
  cursor: pointer;
}

.fixed-banner label::before,
.fixed-banner label::after {
  content: "";
  width: 60%;
  height: 2px;
  background: #252525;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20%;
  transform-origin: center;
}

.fixed-banner label::before {
  transform: rotate(45deg);
}

.fixed-banner label::after {
  transform: rotate(-45deg);
}


.fixed-banner a {
  display: block;
  max-width: 100%;
}

.fixed-banner img {
  object-fit: contain;
  width: 100%;
}

  .opa {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .opa:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }