@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');

body {
	font-size: 16px;
	/*line-height: 140%;*/
	line-height: 1.6;
	font-family: "Zen Kaku Gothic Antique",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color: #222;
	 -webkit-text-size-adjust: 100%;
	font-weight: 500;
	letter-spacing: .01em;
}
img{
	max-width: 100%;
}
#wrap section{
	max-width: 1000px;
	width: 95%;
	text-align: center;
	margin: 0 auto;
}
section article{
	max-width: 800px;
	margin: 0 auto 60px;
}
section article:last-child{
	margin-bottom: 0;
}

.pc { display:block;}
.sp { display:none;}

a:hover { opacity: 0.7; text-decoration: none;}


h2{
	font-size: 35px;
	font-weight: bold;
	line-height: 1.3;
	color: #1bb8ce;
	border-bottom: solid 3px #1bb8ce;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 35px;
}
h2::before{
	position: absolute;
 	bottom: -10px;
 	left: 0;
	width: 100%;
  	content: '';
  	border-bottom: 2px solid #1bb8ce;
}

h3{
	font-size: 20px;
	font-weight: bold;
    line-height: 1.3;
    color: #000;
    background-color: #1bb8ce;
    border-radius: 10px;
    padding: 12px 0;
    margin-bottom: 22px;
	    text-align: center;
}
.pink{
	color: #1bb8ce;
}
@media screen and (max-width: 750px) {

	body {
		font-size: 13px;
	}
	.pc { display:none!important;}
	.tb { display:none;}
	.sp { display:block;}
	
	h2 {
		font-size: 25px;
		padding-bottom: 12px;
		margin-bottom: 30px;
	}
	h3 {
    	font-size: 15px;
		border-radius: 6px;
    	padding: 8px 0;
		margin-bottom: 12px;
	}
	section article {
    	margin: 0 auto 30px;
	}
}

ul.gray li{
	text-align: left;
	position:relative;
	padding-left: 22px;
	margin-bottom: 6px;
}
ul.gray li:last-child{
	margin-bottom: 0;
}
ul.gray li::before{
	counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #d7d7d7;
  top: 3px;
}
@media screen and (max-width: 750px) {
	ul.gray li{
		padding-left: 16px;
	}
	ul.gray li::before{
	  height: 10px;
	  width: 10px;
	}
}
