@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0 0 1%;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
}

.st_wrap h1 {
	font-family: "poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 35px;
	text-align: center;
	margin: -6% auto 2%;
	line-height: 1.3em;
    padding: 0;
}



.st_wrap h2 {
	font-family: "poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 35px;
	text-align: center;
	margin: -14% auto 2%;
	line-height: 1.3em;
    padding: 0;
}

.st_wrap h2 small {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 23px;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;
}

.st_wrap h3 span {
	font-size: 13px;
	font-weight: 400;
}

.st_wrap h3 img {
	width: 30%;
}

.st_wrap h4 {
	font-family: "Lato", sans-serif;
	font-size: 30px;
    font-weight: 700;
	text-align: center;
	margin: 13% auto 6%;
}

.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
	background-color: #888;
	color: #fff;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.co01 {
    color: #a2807e;
}

.st_wrap p {
	margin: 10px auto;
    font-size: 13px;    
    line-height: 1.7em;
}

.logo {
	width: 35%;
	max-width: 300px;
	margin: 8% auto 4%;
}

.Main {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 15px;
	position:relative;
    display: flex;
	background-color: #fff;
}

.sp {
	display:none;
}

.wbox {
	background-color: #fff;
	margin: 10% 0;
	padding: 3%;
}

.flx {
	display: flex;
	justify-content: space-around;
}

.thumb {
	width: 46%;
	text-align: left;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 15px;
	padding:0 ;
	margin: 4% auto;
	line-height: 1.8em;
}


.name_item {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 2% 0 ;
	text-align: center;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Sml strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #cebf98 30%);
}

.copy {
	text-align: center;
	font-size: 12px;
	margin: 6% auto 2%;
}


.Red {
	color: #FF0004;
}

.st_wrap section {
	max-width: 1200px;
	margin: 0 auto 1%;
	padding-bottom: 1%;
}


.clear {
	clear:both;
}

.btn-1 {
    display: block;
    font-size: 12px;
    margin: 2% auto 5%;
    padding: 0 20px;
	text-align: right;
    color: #333;
}

a.btn-1 {
    text-decoration: none;
}

.btn-s {
	width: 80%;
	max-width: 400px;
	margin: 5% auto 20%;
}

.arrow_r {
  position: relative;
}

.arrow_r:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}


#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.item_box{
	width: 75%;
	margin: 5% auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.item1{
	/*width: 48%;*/
	width: 100%;
	margin: 0 0 10%;
	box-sizing: border-box;
}

.item2{
	width: 32%;
	margin: 0 0 10%;
}

.item1 img{border: 1px solid #B7B7B7;}

.item_box_2{
	width: 84%;
	margin: 5% auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

.item_box_2 .item1 {
	width: 47%;
}

.item1 .Red {
	font-weight: 500;
}

@media only screen and (max-width: 750px) {
	.Main {
	    padding: 0 0 10px;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}

    .st_wrap p {
        font-size: 12px;
        margin: 7px 0;
    }
    
	.st_wrap h1 {
		font-size: 28px;
		margin: -8% auto 3%;
	}	
    
    .st_wrap h2 {
        font-size: 28px;
		margin: -18% auto 3%;
    }
    
    .st_wrap h3 {
        font-size: 16px;
		margin: 4% auto 4%;
    }
    
    .st_wrap h4 {
        font-size: 20px;
        margin: 18% auto 8%;
    }
	
	.st_wrap h5 {
		font-size: 16px;
	}
	

    
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.date {
		font-size: 14px;
	}
	
	.name_item {
		font-size: 14px;
	}
	
	.copy {
		font-size: 10px;
	}
	
    .btn-1 {
        font-size: 12px;
    }
	
}


