@charset "UTF-8";
/* CSS Document */


.main-content{
  font-weight: 500;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
.main-content > section:nth-of-type(n+2){
  border-bottom: 1px dashed #ccc;
  margin-top: 30px;
  padding-bottom: 90px;
}

/* title */
.title-box{
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
}
.title-box h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 1.1;
}

.title-box .is-pc {
  width: 1000px;
  margin: 0 auto;
  aspect-ratio: 5/2;
}

.title-box .is-sp {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/15;
}

.title-box .logo{
  max-width: 160px;
}

.title-box .content-btn {
    display: inline-block;
    width: calc(100% - 24px);
    margin: 5px 12px 20px;
}

.title-lead {
  font-size: 14px;
  margin-top: 20px;
  padding: 15px 0;
  background-color: #eee;
}

.title-lead p + .content-btn {
  margin-top: 1em;
}

.read-box{
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 13px;
  line-height: 2em;
  width: 100%;
  padding: 20px 0;
}

/* section */
.main-content > section h2{
  font-family: 'Montserrat', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 30px;
  letter-spacing: .02em;
  line-height: 1.4;
  text-align: center;
  margin: 40px auto 20px;
}

.head-txt {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  font-size: 14px;
}

.item-container{
  margin: 40px auto 0;
  width: 1000px;
}

/* item-box */
 .item-box{
  display: flex;
  justify-content: center;  
  align-items: center;
  padding-bottom: 70px;
  position: relative;
  width: 950px;
  gap: 50px;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}

.item-box.reverse{
  flex-direction: row-reverse;
}

 /* .item-box:nth-of-type(2n){
  margin-left: 50px;
} */
 .item-box a{
  display: block;
}
 .item-box img{
  margin-bottom: 4px;
   transition: .3s;
  width: 50%;
}
 .item-box:nth-of-type(n+3){
   margin-top: 100px;
}

.item-box h3{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  border-top: 2px solid #3d3d3d;
  border-bottom: 2px solid #3d3d3d;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .08em;
  margin-top: 10px;
  padding: 5px 0;
  position: relative;
  text-align: center;
}
.item-box h3::before{
  background: #fff;
  border-top: 2px solid #3d3d3d;
  border-right: 2px solid #3d3d3d;
  content: "";
  display: block;
  height: 13px;
  margin: 0 auto;
  position: absolute;
  transform: rotate(-45deg);
  width: 13px;

  top: -9px;
  right: 0;
  left: 0;
}

.item-box h3 img{
  width: 140px;
  margin: 5px auto;
  display: block;
}

.item-txt{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  text-align: justify;
}

.item-box a.btn{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #3d3d3d;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  position: absolute;
  text-align: center;
  width: 300px;
  right: 0;
  bottom: 0;
  left: 0;
}

.item-list-wrapper p {
  font-family: 'Montserrat', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3d3d3d;
  /* padding: 0.2em 0.4em; */
}

/* .item-list-wrapper p:first-of-type {
  padding: 0.2em 0.5em;
  border-left: 7px double #ccc;
} */

.item-list-pickup {
  border-bottom: 2px dotted #ccc;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 0;
}

.item-list li, .item-list-pickup li{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  padding: 5px 0;
  text-align: left;
}

.item-list li a::after{
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  content: "Check";
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 18px;
  padding: 2px 20px;
  float: right;
}

.item-list-pickup li a::after {
  background: #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 18px;
  padding: 2px 20px;
  float: right;
}

.item-list2{
  border-top: 2px dotted #ccc;
  margin-top: 10px;
  padding-top: 15px;
}
.item-list2 li{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  float: left;
  width: 47.5%;
  padding: 5px;
  background-color: #fff;
  text-align: left;
  border-bottom: #ccc 1px dotted;
  border-right: #ccc 1px dotted;
}
.item-list2 li:nth-child(even) {
  font-size: 15px;
  float: left;
  width: 47.5%;
  padding: 5px;
  background-color: #fff;
  border-bottom: #ccc 1px dotted;
  border-right: none;
}
.item-list2 li a img{
  display: block;
  overflow: hidden;
  width: 65px;
  float: left;
}

.item-list2 li a span{
  display: block;
  font-size: 13px;
  margin: 5px 0 2px;
  line-height:1.2em;
  float: left;
  height: 40px;
  padding: 0 0 0 5%;
  width: 60%;
}

.item-list2 li a::after{
  background: #45433f;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: inline-block;
  font-size: 12px;
  letter-spacing: .05em;
  margin: 5px;
  padding: 2px 20px;
  float: right;
}

/* under link */
.under-link-box{
  overflow: hidden;
}
.under-link{
  margin: 50px auto 100px;
  text-align: center;
  width: 100%;
  max-width: 1000px;
}
.under-link li{
  display: inline-block;
  margin: 8px 0px;
  text-align: center;
  width: 280px;
}
.under-link li a{
  font-weight: bold;
  background: #45423f;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 14px 0;
}

/*favorite*/
.under-link li a.m-btn-inactive{
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  height: auto;
  line-height: inherit;
}

.m-banner-area {
  padding-bottom: 40px;
}

.m-banner-area h2 {
  margin-bottom: 20px;
}

.m-banner-area img {
  width: 100%;
  max-width: 100%;
}

.main-content > section .m-banner-area h2 {
  font-size: 28px;
}

/*-----*/
/* SMP */
/*-----*/
@media screen and (max-width: 640px) {
/*  */

.main-content{
  margin: 0 auto;
  width: 100%;
}
.main-content > section:nth-of-type(n+2){
  margin-top: 20px;
  padding-bottom: 0;
}

/* SMP title */
.title-box{
  text-align: center;
}
.title-box h1{
  font-size: 40px;
  line-height: 1.1;
}
.title-box h1 img{
  width: 100%;
}
.title-box p{
  font-size: 14px;
  line-height: 1.8;
  /* margin-top: 20px; */
  padding: 15px 4vw;
  text-align: left;
}

.title-box .logo{
  max-width: 80px;
}

/* SMP section */
.main-content > section h2{
  font-size: 24px;
  letter-spacing: .02em;
  line-height: 1.4;
  text-align: center;
}

.item-container{
  display: block;
  margin: 40px auto 0;
  width: 90%;
}

/* SMP item-box */
 .item-box, .item-box.item-box.reverse{
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
  position: static;
  width: 100%;
}
 .item-box:nth-of-type(2n){
  margin-left: 0;
}
 .item-box img{
  width: 100%;
}
 .item-box:nth-of-type(n+3){
   margin-top: 0;
}

.item-box h3{
  font-size: 20px;
  letter-spacing: .08em;
  margin-top: 10px;
  padding: 5px 0;
}
.item-box h3::before{
  height: 13px;
  margin: 0 auto;
  width: 13px;

  top: -9px;
  right: 0;
  left: 0;
}

.item-box h3 img{
  width: 100px;
}

.item-txt{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: justify;
}

.item-box a.btn{
  margin: 15px auto 0;
  padding: 12px 0;
  position: static;
  width: 100%;
}

.item-list-wrapper {
  width: 100%;
}

.item-list{
  padding-top: 10px;
}
.item-list li, .item-list-pickup li{
  font-size: 13px;
  padding: 10px 0;
}
.item-list li a, .item-list-pickup li a{
  position: relative;
  width: 80%;
}

.item-list li a::after, .item-list-pickup li a::after{
  font-size: 10px;
  margin-left: 20px;
  padding: 2px 10px;
  position: absolute;
  right: -25%;
}

.item-list2{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  padding-top: 10px;
}
.item-list2 li{
  font-size: 12px;
  width: 48%;
  padding: 0 5px 0 0;
}
.item-list2 li:nth-child(2n) {
  font-size: 12px;
  width: 48%;
  padding: 0 0 0 5px;
}

.item-list2 li a{
  position: relative;
  width: 100%;
}
.item-list2 li a img{
  width: 35%;
  margin: 10px 0;
}

.item-list2 li a::after{
  font-size: 11px;
  margin-left: 5px;
  padding: 2px 10px;
  position: static;
  right: 0;
  float: right;
}
.item-list2 li a span{
  font-size: 12px;
  height: auto;
}

/* SMP under link */

.under-link li{
  margin: 0 5px;
  width: 280px;
}
.under-link li a{
  color: #fff;
  padding: 14px 0;
}

/* SMP favorite */
.under-link li a.m-btn-inactive{
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
  height: auto;
  line-height: inherit;
}

/* SMP under link */
ul.under-link {
  margin: 10vw auto 100px;
  width: 92%;
}
ul.under-link li{
  margin: 0 0 10px;
  width: 100%;
}
ul.under-link li a{
  margin: 0;
}




}/* end SMP */


@media screen and (min-width: 641px) {

.title-box .content-btn {
  max-width: 300px;
  margin: 5px auto;
}

.item-list-wrapper {
  min-width: 350px;
}

/* hover settings */

.title-box .content-btn a {
  transition: .3s;
}

.item-box a.btn:hover{
  opacity: .6;
}
.item-box a:hover > img{
  opacity: .6;
}

.item-list-pickup li a:hover {
  opacity: .6;
}

.item-list li a:hover{
  opacity: .6;
}

.item-list2 li a:hover{
  opacity: .6;
}

/* HOVER under-link */
.under-link a:hover{
  background: #666;
  color: #fff;
}
.under-link li a.m-btn-inactive:hover{
  background: #f2f2f2;
}

.item_list > li > a:hover{
  opacity: .6;
}

.m-banner-area a:hover {
  opacity: .6;
}

}/* end hover */
