
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
    width: 100%;
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

#container {
	background-color: #FFF;
}

.st_wrapper a { text-decoration: none;}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0 0 5%;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
}

.wrap_content {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
}


.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper h1 {
	width: 60%;
	max-width: 500px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	margin:6% auto 3%;
	text-align: center;
	color: #000;
}

.st_wrapper h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	margin:3% auto 1%;
	text-align: center;
	color: #000;
}

.st_wrapper h3 {
	font-size: 20px;
	margin: 6% auto 3%;
	padding: 1%;
	color: #fff;
	text-align: center;
	background-color: #0ec5cc;
}

.st_wrapper p{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
    margin: 0 2%;
}

.Top {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 5%;
    border-radius: 0 0 30px 30px;
}

.Lead {
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 2.0em;
    margin: 3% auto;

    font-weight: 400;
    font-style: normal;
}

.fl_box {
    width: 100%;
    max-width: 800px;
    margin: 5% auto 7%;
    display: flex;
    flex-wrap: wrap;
}

.link_stf {
    width: 23%;
    margin: 1%;
}

.stf_img {
    width: 88%;
    margin: 0 auto 2%;
}

.stf_img_s {
    width: 36%;
    margin: 0 4% 0 0;
    float: left;
}

.stf_img img, .stf_img_s img {
    width: 100%;
    border-radius: 50%;
	border: solid 0px #2ecec2;
}

.stf_name {
    margin: 5% 10%;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    background-color: #fff;
    padding: 5px 0 5px 20px;
    border-radius: 20px;
    position: relative;
}

a .stf_name {
    color: #000;
}


a .stf_name:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}

.stf_info {
    width: 80%;
    margin: 3% auto;
}

.style1 {
    width: 100%;
    margin: 0 2% 0;
    position: relative;
}

.subno {
    position: absolute;
	width: 94%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
	font-weight: 600;
    font-style: normal;
    font-size: 36px;
    line-height: 1.0em;
    margin: 1% 0 5%;
    text-align: center;
    color: #000;
}

.marker {
	background:linear-gradient(transparent 60%, #2ecec2 60%);
}

#item_list {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding-top: 12%;
}

.item_box {
	padding: 3%;
	text-align: center;
	font-size: 11.5px;
}

.item_box img {
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}


.item_box span {
	font-size: 70%;
}

.w_60 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
    font-family: "ten-mincho-text", serif;
    font-weight: 400;
    font-style: normal;
}

/* Button 1 */
.btn-1 {
	width: 60%;
	max-width: 500px;
	margin: 4% auto 10%;
    padding: 15px 0;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	color: #000;
	border-radius: 80px;
	background-color: #fff;
	border: 2px #000 solid;
    text-align: center;
}

.btn-2 {
	width: 70%;
    max-width: 600px;
	margin: 2% auto 1%;
    padding: 20px 25px 20px 25px;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
	border-radius: 80px;
	background-color: #000;
    text-align: center;
}

a.btn-2:before {
	display: block;
	content: "";
	position: absolute;
	top: 35%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-left: 15px solid #fff;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}
a.btn-2:hover:before {
	right: 20px;        /*マウスオーバーで三角をずらす */ 
}

/*back to top*/
.gotop{
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 50px;
  color: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper p {
		font-size: 13px;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}
	
	.st_wrapper h2 {
		font-size: 16px;
	}
	
	.st_wrapper h3 {
		font-size: 14px;
	}

    
	.Lead {
		font-size: 13px;
	}
	
.fl_box {
    width: 80%;
    max-width: 800px;
    margin: 5% auto 7%;
    display: flex;
    flex-wrap: wrap;
}
    
.link_stf {
    width: 46%;
    margin: 3% 2%;
}

	
    .stf_name {
        margin: 5% 3%;
        padding: 3px 0 3px 7px;
        font-size: 10px;
    }
	
    a .stf_name:before {
        right: 2px;
    }
    
    .wht_box {
        width: 90%;
        padding: 8% 0;
    }
    
    .style1 {
        width: 90%;
        margin: 0 5% 0;
    }
    
    .subno {
		width: 100%;
        font-size: 26px;
        text-align: center;
		padding-bottom: 4%;
    line-height: 1.2em;
    }
    
#item_list {
	padding-top: 20%;
}
	
.item_box {
	font-size: 10px;
}   
	
	.w_50 {
    width: 45%;
    margin: 0 0 0 2%;
}
    
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	
	/* Button 1 */
	.btn-1 {
        width: 50%;
		font-size: 13px;
        margin: 6% auto 14%;
        padding: 7px 0 7px 0;
	}
	
    a.btn-1:before {
	right: 5px;
	border: 11px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 11px solid #000;
    }
        
	.btn-2 {
        width: 70%;
		font-size: 13px;
        padding: 15px 0 15px 0px;
	}	
	
    a.btn-2:before {
	right: 5px;
	border-left: 11px solid #fff;
    }			

    
	.btn-3 {
        width: 80%;
		font-size: 15px;
        margin: 4% auto;
        padding: 7px 0 7px 20px;
	}
	
    a.btn-3:before {
	right: 5px;
	border: 11px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 11px solid #fff;
    }
    
	.gotop {
		font-size: 35px;
		padding: 5px;
	}	
	
	
	
}






