@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.wrap_bk {
	background-color: #f5f2e9;
	border: solid 15px #14774b;
}

.st_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 1% 0;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
}

.st_wrap a{
    text-decoration: none;
}


.st_wrap h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	text-align: center;
	margin: 1% auto;
    line-height: 1.5em;
	font-weight: 600;
	color: #d93734;
}

.st_wrap h2 {
	font-size: 22px;
    line-height: 1.6em;
	letter-spacing: 0.085em;
	text-align: center;
	font-weight: 500;
    margin: 2% auto 5%;
}

.st_wrap h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 2%;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.col1 {
	color: #14774b;
}

.col2 {
	color: #f19cb1;
}

.col3 {
	color: #DCC157;
}

.st_wrap p {
    text-align: center;
    font-size: 13px;
    line-height: 1.7em;
    margin: 3% auto;
	font-weight: 400;
}

.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.linethroug {
    text-decoration: line-through;
}

#Main {
    width: 100%;
	margin:0 auto 4%;
}


.sp {
	display:none;
}

.Lead {
	font-weight: 500;
	text-align:center;
	font-size: 16px;
	margin: 1% auto 3%;
	line-height: 1.8em;
}

.ttl {
	width: 80%;
	max-width: 800px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
	margin: 5% auto;
}

.icon_box {
	width: 80%;
	margin: 2% auto;
	display: flex;
	flex-wrap: nowrap;
	align-content: space-around;
}

.icon {
	width: 45%;
	margin: 0 auto;
	position: relative;
}

.icon_pic {
	width: 150%;
	position: absolute;
	top: 8%;
	left: -25%;
}

.link_box {
	width: 80%;
	margin: 2% auto 6%;
	border: solid 3px #d93734;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.link_box div {
	width: 100%;
	text-align: center;
	border-bottom: solid 3px #d93734;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 3.5em;
}

.link_box div a {
	color: #000;
}

.link_box div:last-child {
	border-bottom: none;
}

.link_box div span {
	font-size: 230%;
}

.cate_box {
	width: 80%;
	margin: 1% auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.box_pink {
	background-color: #F4CAD4;
	width: 80%;
	margin: 4% auto;
	padding: 6% 3%;
}

.bdr_box {
	margin: 5% auto;
	padding: 5% 8%;
	border: solid 3px #d93734;
	background-color: #fff;
}

.bdr_top {
	margin: 6% auto;
	padding: 1% 0;
	border-top: dashed 2px #d93734;
}

.name {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 500;
	margin: 2% auto 0;
	text-align: center;
}


.Sml {
	font-size: 14px;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

small {
	font-size: 80%;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 90%;
	max-width: 800px;
	margin: 2% auto 6%;
    display: flex;
	justify-content: space-between;
	align-items: center;
}

.thumb_1, .thumb_2 {
	width: 48%;
	font-size:14px;
	line-height:1.4em;
	text-align:center;
    position: relative;
}


.Btn_s {
	display: block;
	background-color: #999;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	padding: 10px 20px;
	width: 75%;
	max-width: 380px;
	margin: 5% auto 0;
	border-radius: 5px;
}

.Btn_L {
	display: block;
	background-color: #999;
	font-size: 15px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	padding: 10px 20px;
	width: 75%;
	max-width: 380px;
	margin: 5% auto 0;
	border-radius: 5px;
}

.btn-arrow-right {
  position: relative;
  display: block;
}

a.btn-arrow-right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: block;
	margin: 3% auto;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
    display: block;
    width: 40%;
	max-width: 200px;
	font-size: 20px;
	margin: 4% auto 5%;
	padding: 10px;
	background-color: #14774b;
	color: #fff;
}

.Btn-2 {
	width: 49%;
	margin: 1% 0;
	padding: 3% 0 3%;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	line-height: 3em;
    text-align: center;
	background-color: #898989;
	font-weight: 600;
}

.Btn-3 {
	width: 49%;
	margin: 1% 0;
	padding: 3% 0 3%;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	line-height: 3em;
    text-align: center;
	background-color: #f19cb1;
	font-weight: 600;
}

.Btn-4 {
	width: 49%;
	margin: 1% 0;
	padding: 3% 0 3%;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	line-height: 3em;
    text-align: center;
	background-color: #14774b;
	font-weight: 600;
}

.Btn-5 {
	width: 49%;
	margin: 1% 0;
	padding: 3% 0 3%;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	line-height: 3em;
    text-align: center;
	background-color: #DCC157;
	font-weight: 600;
}

.triangle-button{
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
	font-size: 25px;
}

.triangle-button::after{
    content: '';
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}



.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 3px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.point_video {
	display: block;
    width: 90%;
	margin: 5% auto;
}

.point_video iframe {
    width: 100%;
}

@media only screen and (max-width: 750px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	.wrap_header {
		background-size: 150%;
	}
	
	.Lead {
		font-size:16px;
		margin: 3% auto 3%;
	}
	
	
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}
	
	.ttl {
		width: 97%;
	}
	
	.st_wrap h1 {
		font-size: 20px;
		margin: 3% 5% 1%;
	}	
	
    .st_wrap h1 span {
        font-size: 16px;
    }
    
	.st_wrap h2 {
		font-size: 13px;
        padding: 3% auto 2%;
	}
	
	.st_wrap h3 {
		font-size: 16px;
		margin: 4% auto 2%;
	}	

    .st_wrap p {
        font-size: 12px;
        margin: 3% auto 4%;
    }
    
	.bdr_box {
		padding: 0;
        margin: 5% 3%;
	}
	
	.Lead {
		font-size: 13px;
	}

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.icon_box {
		width: 90%;
	}
	
	.link_box {
		width: 90%;
	}
	
	.link_box div {
		line-height: 2.8em;
		font-size: 16px;
	}
	
	.link_box div span {
		font-size: 180%;
	}
	
	.cate_box {
		width: 90%;
	}
	
	.box_pink {
		width: 90%;
	}
	
	.thum_box {
		width: 94%;
		margin: 2% auto 8%;
		padding: 3% 2% 0;
		flex-direction: column;
	}
    
    .thumb_1 {
        width: 100%;
		order: 1;
    }
    .thumb_2 {
        width: 100%;
		order: 2;
    }
	
	
	
    .Btn_s {
        width: 80%;
		font-size: 12px;
    }	

	
    .Btn_L {
        width: 70%;
		font-size: 15px;
		margin: 5% auto;
    }	

	/* Button 1 */
	.Btn-1 {
		width: 60%;
		font-size: 13px;
		margin: 5% auto 10%;
    	padding: 2%;
		position: relative;
	}
	
	
	.triangle-button {
		font-size: 15px;
	}
	
	.triangle-button::after {
    	right: 8px;
		border-width: 8px 0 8px 8px;
	}
	
}

