@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.bk {
	background-color: #e8ac15;
	padding: 3% 0;
}

.st_wrap {
	clear: both;
	width:100%;
	max-width: 800px;
	padding: 0;
	margin:0 auto 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #fef9d9;	
    font-size: 16px;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.st_wrap a{
    text-decoration: none;
}

.st_wrap h1 {
	font-size: 35px;
	text-align: center;
	margin: 3% auto 5%;
    line-height: 1.2em;
	font-weight: 500;
    color: #e8ac15;
}

.st_wrap span {
	padding: 2px 8px;
	background-color: #fef9d9;
}


.st_wrap strong {
    font-size: 140%;
}

.st_wrap h2 {
	font-size: 18px;
    line-height: 1.2em;
	font-weight: 500;
	text-align: center;
    margin: 0 auto 4%;
	padding: 4px 10px;
    color: #e8ac15;
	background-color: #fef9d9;
}

.st_wrap h3 {
	font-size: 18px;
    line-height: 1.2em;
	font-weight: 500;
	text-align: center;
    margin: 0 1% 0;
	padding: 4px 10px;
    color: #e8ac15;
	background-color: #fef9d9;
}
.st_wrap p {
    text-align: center;
    font-size: 15px;
	font-weight: 400;
    line-height: 1.5em;
    margin: 2% auto;
}

.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.linethroug {
    text-decoration: line-through;
}

#Main {
    width: 70%;
	max-width: 500px;
	margin: 3% auto 5%;
}

.w_box {
	background-color: rgba(255,255,255,0.70);
	padding: 2%;
	text-align: center;
}


.sp {
	display:none;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size:13px;
	margin:2% auto 3%;
	line-height:1.8em;
	color: #000000;
}

.ttl {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
	margin: 2% auto;
}

.t_P {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    margin: 3% 5%;
}


.icon {
    width: 28%;
    position: absolute;
    top: -2%;
    right: -2%;
}

.co01 {
    color: #D39BA5;
    font-size: 90%;
}

.co02 {
    color: #638A92;
    font-size: 90%;
}

.name_item {
	font-size: 14px;
	line-height: 1.7em;
	margin: 2% 0 0;
	text-align: left;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

small {
	font-size: 80%;
}

.w80 {
	width: 90%;
	max-width: 650px;
	margin: 6% auto;
}

.Icon  {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 100%;
	margin: 2% auto 4%;
    padding: 0;
    display: flex; 
	justify-content: space-around;
}

.thumb {
	width: 48%;
	line-height:1.4em;
	padding: 0;
	margin: 0;
	text-align:center;
    position: relative;
}

.thumb img {
    width: 100%;
}

.cap {
	text-align: left;
}

.cap span {
	font-size: 14px;
	text-align: left;
	margin: 2% 0;
	padding: 3px;
	background-color: #97d2f4;
}

.Btn_s {
    width: 160px;
    margin: 2% auto;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 1.2rem;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
    line-height: 1.2em;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
    display: block;
    font-size: 14px;
    width: 50%;
	margin: 3% auto 6%;
	padding: 2% 0;
	background-color: #000;
	color: #fff;
	font-weight: 500;
    border-radius: 3px;
}

.Btn-1 span {
    font-size: 70%;
}

.Btn-2 {
	margin: 10px 0 20px;
	padding: 2%;
    text-align: center;
	background-color: #777;
	color: #FFFFFF;
}

.arrow_r {
  position: relative;
}

.arrow_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.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;
	}
	.Lead {
		font-size:12px;
		margin: 3% auto 3%;
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}

	.info_box {
		margin: 4% 5% 6%;
		padding: 2%;
	}
	
	.st_wrap h1 {
		font-size: 23px;
        line-height: 1.8em;
		margin: 6% auto 4%;
	}	
    
	.st_wrap h2 {
		font-size: 14px;
	}
	
	.st_wrap h3 {
		font-size: 14px;
		margin: 4% 3% 2%;
	}	

    .st_wrap p {
        font-size: 13px;
    }
    
    .t_P {
        font-size: 11px;
        margin: 4% 2%;
    }
    
	.name_item {
		font-size: 11px;
		line-height: 1.5em;
		margin: 2% 0 0;
	}
    
    .ttl {
        font-size: 12px;
    }

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.thum_box {
		width: 96%;
		margin: 2% auto 8%;
	}

	
	.info_txt {
		font-size: 10px;
		margin: 1% 0;
	}
	
	.cap {
		line-height: 1.6em;
	}
	
	.cap span {
		font-size: 8px;
		margin: 1%;
	}


	
	.br_sp {
		display: block;
	}
	
    .Btn_s {
        width: 80%;
		margin: 1% auto 7%;
    }	
/* Button 1 */
.Btn-1 {
	width: 60%;
	font-size: 14px;
    line-height: 1.2em;
	padding: 10px;
	margin: 4% auto 10%;
}
	
.Btn-2 {
        font-size: 8px;
        text-align: left;
        line-height: 1.5em;
        padding: 3% 4%;
        margin: 2% 2%;
    } 
	
	
}

