@charset "utf-8";
/* CSS Document */

body {
  font-size: 16px;
}
a:hover {
  cursor: pointer;
}
/*------------------------------------------------------*/
/* TEMP
/*------------------------------------------------------*/
.h-registration a {
  margin-top: 4px;
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #208A98;
  border-radius: 4px;
  background: #208A98;
  color: #fff !important;
  text-align: center;
  letter-spacing: 0;
  padding: 10px 10px;
}
@media screen and (max-width: 768px) {
  .gnav_wrap {
    width: 100%;
  }
  .h-registration {
    padding-bottom: 40px !important;
    border-bottom: 1px dotted #E5E5E5;
  }
  .h-registration a {
    display: none;
    height: auto;
    padding: 8px 2px;
    width: 100%;
  }
  .h-registration_lead {
    position: relative;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
  }
  .h-registration_lead::before,
  .h-registration_lead::after {
    position: absolute;
    top: 2px;
    height: 10px;
    content: '';
  }
  .h-registration_lead::before {
    border-left: solid 2px;
    left: 0;
    transform: rotate(-30deg);
  }
  .h-registration_lead::after {
    border-right: solid 2px;
    right: 0;
    transform: rotate(30deg);
  }
  .m-cat-ttl {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-weight: 700;
    position: relative;
  }
  .m-cat-ttl::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
  }
  .m-cat-ttl::after {
    content: '';
    position: absolute;
    width: 20%;
    bottom: 10px;
    border-bottom: 1px solid #208A98;
  }
}


.header-bottom {
  width: 100%;
  background: #1CB0C4;
}
.header-bottom_box {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px;
  max-width: 1100px;
  margin: 0 auto;
}
.header-bottom li {
  width: 50%;
  border-left: 1px solid #fff;
}
.header-bottom li:last-of-type {
  width: 50%;
  border-right: 1px solid #fff;
}
.header-bottom a {
  display: flex;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.header-bottom a b {
  color: #feff9b;
  font-weight: 700;
}
.header-bottom_link::after {
  content: ">";
  margin-left: 4px;
}
@media screen and (max-width: 1130px) {
  .header-bottom li {
    border-left: 0;
  }
  .header-bottom li:last-of-type {
    border-left: 1px solid #fff;
    border-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .header-bottom a {
    font-size: 11px;
  }
  .header-bottom_item_spnone {
    display: none;
  }
  .header-bottom_link::after {
    content: "";
  }
}

/*------------------------------------------------------*/
/* overwrite
/*------------------------------------------------------*/
.header-container.magcst {
  border-bottom: 1px solid #f0f0f0;
}
.header-inner.magcst {
  height: 76px;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
.header-logo.magcst {
  width: 150px;
  padding: 0;
}
.header-inner.magcst .header-left {
  padding-left: 0;
}
.header-inner.magcst .header-nav li {
  padding: 0;
}
.main-content.magcst {
  padding-top: 113px;
  background: #F8F8F8;
}
.copyright.magcst {
  padding: 30px 0 40px;
}
.gnav.magcst {
  display: none;
}
.ft_nav ul.magcst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0;
}
.ft_nav ul.magcst li a {
  font-size: 13px;
  letter-spacing: 0;
  padding: 0 10px;
}
@media screen and (max-width: 1130px) {
  .header-inner.magcst {
    max-width: 100%;
    padding: 0 15px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .gnav.magcst {
    display: block;
  }
  .header-inner.magcst {
    height: 60px;
  }
  .header-right.magcst {
    margin-right: 0;
  }
  .header-logo.magcst {
    width: 100px;
  }
  .head-sp-hamburger.magcst {
    top: 60px;
  }
  .h-menu {
    width: 20px;
  }
  .header-nav-item-sp {
    width: 20px;
  }
  .main-content.magcst {
    padding-top: 95px;
  }
}


/*------------------------------------------------------*/
/* layout
/* コンテンツ幅:1100px
/*------------------------------------------------------*/
.inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0;
}
.main-content {
  padding-top: 105px;
  padding-bottom: 100px;
} 
.magcst section .inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1130px) {
  .inner {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .main-content {
    padding-top: 76px;
  }
}


/**
 * コンテンツレイアウト
 * content-wrap: 大外
 * right-wrap: サイドカラム
 * main-wrap: メインカラム
 */
.article-wrap {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  padding-top: 60px;
  justify-content: space-between;
}
.single-magazine .article-wrap,
.search .article-wrap,
.tax-magazine_tag .article-wrap,
.tax-magazine_cat .article-wrap {
  padding-top: 40px;
}
.main-wrap {
  padding-top: 0;
  width: 740px;
  margin-left: 0;
}
.right-wrap {
  width: 300px;
  order: 2;
  margin-top: 30px;
}
@media screen and (max-width: 1130px) {
  .article-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .main-wrap {
    width: calc(100% - 380px);
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .article-wrap {
    flex-direction: column;
    padding: 60px 20px;
  }
  .right-wrap {
    width: 100%;
  }
  .main-wrap {
    width: 100%;
    order: 1;
    padding-top: 0;
    margin-left: 0;
  }
  .rihgt-wrap {
    border-top: 1px solid #E6E6E6;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .single-magazine .article-wrap,
  .search .article-wrap,
  .tax-magazine_tag .article-wrap,
  .tax-magazine_cat .article-wrap {
    padding-top: 20px;
  }
  .article-wrap {
    padding: 10vw 5px;
  }
}


/*------------------------------------------------------*/
/* Material
/*------------------------------------------------------*/
.side-banner {
  margin-bottom: 20px;
  text-align: center;
}
.side-banner.last {
  margin-bottom: 40px;
}
.side-banner img {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.right-nav {
  margin-bottom: 40px;
}
.tag-box {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.tag-box a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 5px 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  line-height: 1;
  border-radius: 100vh;
}

/*------------------------------------------------------*/
/* Common
/*------------------------------------------------------*/
.c-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.b-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.title-base::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 4px solid #E5E5E5;
}
.title-base::after {
  content: '';
  position: absolute;
  width: 20%;
  left: 0;
  bottom: 0;
  border-bottom: 4px solid #208A98;
}

/*リスト*/

.item-box {
  margin-bottom: 60px;
}
.item-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-list::after {
  display: block;
  content: '';
  width: 31.5%;
}
.item-list .desc {
  font-size: 14px;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}

.p-thumbnail {
  position: relative;
  width: 100%;
}
.p-thumbnail img {
  width: 100%;
}
.p-thumbnail.interview {
  display: none;
  text-align: center;
}
.p-thumbnail.interview  img {
  width: 80%;
}
.p-item .p-thumbnail img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.category_name {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0;
  padding: 2px 4px;
  background: #0291AC;
  color: #fff;
}
.p-content {
  padding: 10px 15px 15px;
}
.p-item {
  width: 31.5%;
  display: flex;
  margin-bottom: 20px;
}
.p-item a {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: #fff;
  font-size: 16px;
}
.p-title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.p-date {
  display: flex;
  line-height: 1;
  margin-bottom: 5px;
}
.p-time {
  position: relative;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #5F5F5F;
  padding-left: 17px;
}
.p-time::before {
  content: '';
  background: url('./time.svg') no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-time.p-modified::before {
  background: url('./modified.svg') no-repeat;
  background-size: contain;
}
.interview-description {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p-item {
    width: 48.5%;
  }
}
@media screen and (max-width: 600px) {
  .c-title {
    font-size: 4vw;
  }
  .title-base::before {
    border-bottom: 2px solid #E5E5E5;
  }
  .title-base::after {
    border-bottom: 2px solid #208A98;
  }
  .item-box {
    margin-bottom: 10vw;
  }
  .category_name {
    font-size: 2.5vw;
  }
  .p-content {
    padding: 1.8vw 2vw 3vw;
  }
  .p-date {
    margin-bottom: 1vw;
  }
  .p-time {
    position: relative;
    font-size: 2.3vw;
  }
  .p-title {
    font-size: 3vw;
  }
  .p-time {
    padding-left: 3vw;
  }
  .p-time::before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
/*------------------------------------------------------*/
/* Text
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/* トップページ
/*------------------------------------------------------*/

/* スライダー
--------------------------------------------------------*/


.mag_slider .p-title {
  margin-top: 10px;
}
.mag_slider {
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mag_slider .swiper {
  overflow: visible;
}
.mag_slider .slide {
  overflow: hidden;
}
.mag_slider .slide-title {
  display: -webkit-box;
/*
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
*/
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
}
.mag_slider .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  .mag_slider .swiper {
    padding: 0 200px;
  }
}
@media only screen and (max-width: 768px) {
  .mag_slider {
    margin-top: 15px;
  }
  .mag_slider .swiper {
    padding: 0 15vw;
  }
}

/* 前へ / 次へボタン custom */
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 12px;
  height: 12px;
  content: "";
  border: solid #ddd;
  border-width: 2px 2px 0 0;
}
.swiper-button-prev::after {
  margin-left: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/* 前へ / 次へボタン position */
.mag_slider .swiper-button-prev {
  left: -30px;
}
@media only screen and (max-width: 1130px) {
  .mag_slider .swiper-button-prev {
    left: -10px;
  }
}
.mag_slider .swiper-button-next {
  right: -30px;
}
@media only screen and (max-width: 1130px) {
  .mag_slider .swiper-button-next {
    right: -10px;
  }
}

/*------------------------------------------------------*/
/* 固定ページ
/*------------------------------------------------------*/
.page-wrap {
  margin: 40px 0;
  line-height: 2;
  font-size: 14px;
}
.page-wrap h2 {
  font-size: 18px;
  margin-top: 40px;
  padding-bottom: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-wrap h4 {
  margin-top: 20px;
  font-weight: bold;
}
.page-wrap p {
  margin: 10px 0;
}
.page-wrap ul {
  margin: 10px 0 10px 30px;
}
.page-wrap ul li {
  list-style: disc;
}
.page-wrap ol {
  margin: 10px 0 10px 30px;
}
.page-wrap ol li {
  list-style: decimal;
}

.page-wrap ol li ol {
  margin: 10px 0 10px 2em;
}
.page-wrap ol li ol li {
	list-style-type: none;
	counter-increment: cnt;
}
.page-wrap ol li ol li::before {
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}


/* 下層共通
--------------------------------------------------------*/
.notice {
  color: #c1141e;
}
.page-ttl {
  position: relative;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.01em;
  padding: 40px 0;
  border-bottom: 2px solid #E6E6E6;
}
.page-ttl:after {
  content: "";
  position: absolute;
  background-color: #0291ac;
  width: 135px;
  height: 2px;
  bottom: -2px;
  left: 0;
}

@media screen and (max-width: 960px) {
  .page-ttl {
    font-size: 24px;
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .page-ttl {
    font-size: 22px;
    padding: 20px 0 10px;
  }
}

/* */
.page_contents .inner {
  margin: 20px auto 40px;
}

.contents .top-box {
  padding: 20px 0;
}
.page_contents .top-box_ttl .h2 {
  font-size: 30px !important;
}
.page_contents .top-box_ttl {
  font-size: 13px !important;
  padding: 15px 0 10px;
}
@media screen and (max-width: 768px) {
  .page_contents .inner {
    margin: 0;
  }
}
/* 共通テーブル */
.table-base {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  margin: 0 0 60px;
}
.table-base tr {
  border-top: 1px solid #d7d3cd;
}
.table-base tr:last-of-type {
  border-bottom: 1px solid #d7d3cd;
}
.table-base th {
  width: 22%;
  background: #f5f2ed;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #605e59;
}
.table-base td {
  padding: 20px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  color: #555555;
}
@media screen and (max-width: 768px) {
  .table-base {
    margin: 0 0 10px;
  }
  .table-base tr {
    border-top: none;
  }
  .table-base th {
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 7px 10px;
    border-bottom: none;
    box-sizing: border-box;
  }
  .table-base td {
    width: 100%;
    display: block;
    font-size: 12px;
    box-sizing: border-box;
  }
}


/*------------------------------------------------------*/
/* 投稿
/*------------------------------------------------------*/

.post-wrap {
  
}

.detail_title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #343434;
  border-bottom: 0;
  padding-bottom: 0;
  margin: 10px 0 15px;
}
.meta-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  line-height: 1;
  align-items: center;
}
.meta-wrap.meta-wrap-sns {
  justify-content: space-between;
}
.date-wrap {
  display: flex;
}
.detail_cat_list {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.detail_cat_item {
  display: flex;
}
.detail_cat_item a {
  display: flex;
  font-size: 12px;
  line-height: 1;
  background: #0291AC;
  color: #fff;
  letter-spacing: 0;
  padding: 5px 5px;
  margin-right: 5px;
}
.detail_tag_item a {
  display: flex;
  font-size: 12px;
  line-height: 1;
  background: #fff;
  border-radius: 100vh;
  letter-spacing: 0;
  padding: 5px 5px;
  margin-right: 5px;
}
.tag-note {
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}
.meta-wrap .p-date {
  display: flex;
  margin-right: 10px;
  margin-bottom: 0;
}
.post-wrap .p-thumbnail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.detail {
  font-size: 15px;
  line-height: 1.6;
}
.detail-wrap {
  word-wrap: break-word;
  word-break: break-all;
}
.detail-wrap a {
  text-decoration: underline;
}
.detail-wrap p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 10px 0 20px;
}
.detail-wrap h2 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 50px 0 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-left: 4px solid #208A98;
  position: relative;
}
.detail-wrap h2::before {
  border-bottom: 4px solid #000;
}
.detail-wrap h3 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 25px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E0E0E0;
}
.detail-wrap b, 
.detail-wrap strong {
  font-weight: 700;
  background: linear-gradient(transparent 50%, #f2f235 50%);
}
.detail-wrap.interview b, 
.detail-wrap.interview strong {
  font-weight: 700;
  background: initial;
}
.detail-wrap ol,
.detail-wrap ul {
  list-style: disc;
  padding-left: 20px;
}
.detail-wrap li {
  list-style: disc;
  padding-bottom: 10px;
  line-height: 1.4;
}
.detail-wrap pre {
  white-space: pre-wrap;
}
.detail-wrap p.imgw80 {
  text-align: center;
}
.detail-wrap img {
  max-width: 100% !important;
  margin-bottom: 20px;
}
.detail-wrap img.w80 {
  max-width: 80% !important;
  height: auto;
  margin: 40px auto 0;
}
/* table */
.detail-wrap table {
  border-collapse: collapse;
  margin: 30px auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
}
.detail-wrap table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #E0E0E0;
}
.detail-wrap table thead{
  border-bottom: 3px solid #208a98;
}
.detail-wrap table tr:last-child{
  border-bottom: none
}
.detail-wrap table th,
.detail-wrap table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #E0E0E0;
}
.detail-wrap table th:last-child,
.detail-wrap table td:last-child{
  border: none;
}
.detail-wrap tbody th {
  color: #208a98;
  background: #eee;
}
/* sns */
.sns-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
}
.sns-item_ttl {
  font-size: 12px;
  color: #666;
}
.sns-item a {
  display: flex;
  flex-wrap: nowrap;
  padding: 8px;
}
.sns-item a:hover {
  cursor: pointer;
}
.sns-item a img {
  width: 18px;
  height: 18px;
}
/* TOC */
#toc_container {
  width: 100% !important;
  margin: 2em auto 0 !important;
  padding: 1.5em 1.2em !important;
  border: 3px solid #e1e1e1 !important;
  background: inherit !important;
}
#toc_container p.toc_title {
  font-weight: 700;
  text-align: left;
  margin: 0 auto;
  font-size: 100%;
  vertical-align: middle;
}
#toc_container .toc_title .toc_toggle {
  font-size: 80%;
  font-weight: 400;
  margin-left: .2em;
}
#toc_container .toc_list {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
#toc_container li {
  margin: 1em 0 !important;
  font-weight: 700;
}
#toc_container .toc_number {
  display: inline-block;
  font-weight: 700;
  font-size: 75%;
  min-width: 2.1em;
  min-height: 2.1em;
  line-height: 2.1;
  text-align: center;
  border-radius: 1em;
  margin-right: .3em;
  padding: 0 7px;
}
@media screen and (max-width: 768px) {
}



/* ナビ */
.mag_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0 60px;
  text-align: center;
}
.mag_nav li {
  width: 150px;
  margin-right: 20px;
  text-align: center;
  list-style-type: none !important;
}
.mag_nav li a {
  color: #000;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  line-height: 20px;
  background: #fff;
  font-size: 13px;
  padding: 10px 0;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background: #fff;
  letter-spacing: 0.1em;
}
.mag_nav li a:hover {
  opacity: 0.8;
  background: #DEDEDE;
}
@media screen and (max-width: 768px) {
  .mag_nav {
    padding: 30px 0 0;
  }
  .mag_nav li a {
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    padding: 10px 0;
  }
}

/*------------------------------------------------------*/
/* FAQ
/*------------------------------------------------------*/

/*rihgt nav*/
.rihgt-nav .title {
  font-size: 13px;
  font-weight: bold;
}
.list02 {
  margin: 0 0 40px;
  padding: 0;
}
.list02 li {
  font-size: 16px;
  width: 100%;
  margin: 0;
  list-style: none;
}
.list02 li a {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  padding: 5px 0 5px 5px;
  border-left: 0 !important;
}
.list02 li.current a {
  border-left: 4px solid #208A99;
  color: #208A99;
  font-weight: bold;
  background-color: #f2f2f2;
}
.list02 li a:hover {
  color: #208A99;
  background-color: #fafafa;
  /* background-color: #ffc926; */
}
@media screen and (max-width: 768px) {
  .list02 {
    margin: 10px 0 30px;
  }
  .list02 li a::after {
    width: 6px;
    height: 6px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .4s;
    border-top: 1px solid #645e53;
    border-right: 1px solid #645e53;
  }
}

/**/
.faq {
  margin-bottom: 40px;
}

.faq .h1-ttl {
  font-size: 20px;
  margin: 0;
  width: 260px;
}
.faq .h1-ttl small {
  font-size: 14px;
  display: flex;
  color: #fff;
}

.faq-box {
  margin-top: 0;
}
.faq-box section {
  margin-top: 40px;
}
.faq h2 {
  font-size: 20px;
  color: #2a2a2a;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 20px;
}
.faq h3 {
  font-size: 20px;
  color: #2a2a2a;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 30px;
  margin-bottom: 20px;
}
.list_num {
  font-size: 14px;
  margin-bottom: 20px;
}


/*------------------------------------------------------*/
/* ヘッダー
/*------------------------------------------------------*/
.header-mid {
  width: 100%;
  max-width: 410px;
}
/* 検索 */
.mag_search_box {
}
.mag_search_box .inner {
  display: flex;
  justify-content: space-between
}
.mag_search_box form {
  width: 100%;
  margin: 0 auto;
  zoom: 1;
}
.mag_search_box form input {
  -webkit-appearance: none;
  width: 100%;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  min-height: 1.8em;
  padding: 15px 20px;
  border-radius: 4px;
}
.mag_search_wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.mag_search__button {
  -webkit-appearance: button;
  border: none;
  cursor: pointer;
  font-size: 0px;
}
.mag_search__button {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  width: 24px;
  height: 24px;
  background: url(../icn_search_b.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .header-mid {
    width: 60%;
    padding: 0 20px;
  }
  .mag_search_box form input {
    font-size: 14px;
    min-height: 1.8em;
    padding: 10px;
    border-radius: 4px;
  }
  .mag_search__button {
    top: calc(50% - 10px);
    right: 10px;
    width: 20px;
    height: 20px;
  }
}

/*------------------------------------------------------*/
/* フッター
/*------------------------------------------------------*/
.footer_area.mgcst {
  position: relative;
  width: 100%;
  color: #212121;
  border-top: 1px solid #E6E6E6;
  margin-top: 0;
  padding-top: 20px;
}
.copyright {
  text-align: center;
  color: #777;
  padding: 60px 0 20px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .footer_area.mgcst {
    margin-top: 0;
  }
  .footer_area.mgcst .copyright {
    font-size: 10px;
    text-align: center;
  }
}



