@charset "UTF-8";
/* CSS Document*/

.main-content{
  color: #333;
  font-family: "Arial" ,"小塚ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  padding-bottom: 70px;
  width: 100%;
}

.main-content > section:nth-of-type(2n-1){
  background: #f4f5f8;
}


/*title*/
.title{
  background: #f8f8f6;
}
.title > img{
  margin: 0 auto;
}

.title-sub{
  background: #fff;
  line-height: 1.8;
  padding: 25px 0;
  text-align: center;
}

/*headline*/
.headline > img{
  max-width: 570px;
}
.headline-sub{
  margin-top: 30px;
  line-height: 1.7;
}
/* .content-wrap:last-of-type .headline,
.content-wrap:last-of-type .headline-sub{
  text-align: center;
} */

/*content*/
.content-wrap{
  padding: 50px 0;
  max-width: 100%;
}


.content{
  margin: 0 auto;
  max-width: 1000px;
}
.content-inner{
  align-items: center;
  display: flex;
  margin-top: 40px;
}

.img-box{
  max-width: 430px;
}
.img-box img{
  width: 100%;
}

.item-wrap{
  max-width: 540px;
  margin-left: 30px;
}
.item-box{
  display: flex;
}


/* item-list-headline */
.item-list-headline{
  margin-top: 50px;
  text-align: center;
}
.item-list-headline img{
  max-width: 320px;
}



/*item-list*/
.item-list-headline img{
  max-width: 320px;
}

.item-list{
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
/* .main-content > section:last-of-type .item-list{
  margin-top: 40px;
} */
.item-list > li{
  box-sizing: border-box;
  padding: 15px 15px 20px;
  width: 100%;
  max-width: 25%;
}
.item-list > li:not(:first-of-type){
  margin-left: 10px;
}
.item-list > li a{
  box-sizing: border-box;
  border-top: 2px dashed #ccc;
  display: block;
  padding: 10px 0 10px 10px;
  position: relative;
}
.item-list > li a::after{
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;

  top: 50%;
  right: 0;
}
.item-list > li a:last-of-type{
  border-bottom: 2px dashed #ccc;
}
.item-list > li img{
  max-width: 100%;
}
.item-name{
  font-size: 20px;
  font-weight: 600;
  padding: 8px 0;
  text-align: center;
}


.main-content > section:nth-of-type(2n-1) .item-list > li{
  background: #fff;
}
.main-content > section:nth-of-type(2n) .item-list > li{
  background: #f4f5f8;
}



/* under-link-box */
.under-link-box{
	margin-top: 30px;
  text-align: center;
}
.under-link-head{
	margin-top: 20px;
	font-size: 24px;
}

.under-link li{
	display: inline-block;
	width: 320px;
	margin: 5px;
}




/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/


@media screen and (max-width: 640px){
/* SMP settings */


.title > img{
  width: 100%;
}
.title-sub{
  box-sizing: border-box;
  padding-right: 12px;
  padding-left: 12px;
  text-align: justify;
}


/*SMP headline*/
.headline img{
  margin-top: 20px;
  width: 100%;
}
.headline-sub{
  margin-top: 20px;
  text-align: justify;
}

/*SMP content*/
.content-wrap{
  padding: 30px 0 30px;
}


.content{
  max-width: 96%;
}
.content-inner{
  display: block;
  margin-top: 0;
}

.img-box{
  max-width: 100%;
}

.item-wrap{
  margin-left: 0;
  max-width: 100%;
}
/*SMP item-list*/
.item-list-headline{
  border-top: 2px dashed #ddd;
  font-size: 28px;
  margin-top: 30px;
  padding-top: 20px;
}
.item-list-headline img{
  width: 100%;
}
.item-list{
  margin-top: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.item-list > li{
  margin-top: 10px;
  padding: 10px 10px 15px;
  width: 100%;
  max-width: 49%;
}
.item-list > li:not(:first-of-type){
  margin-left: 2%;
}
.item-list > li:nth-of-type(2n-1){
  margin-left: 0;
}
.item-list > li a{
  display: flex;
}
.item-list > li div:nth-of-type(n+2){
  padding-left: 10px;
}
.item-list .item-name{
  font-size: 18px;
}




}/* end media */

@media screen and (min-width: 641px){
.main-content a:hover{
  opacity: .7;
}
