@charset "Shift-JIS";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body{
	margin: 0;
    font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.75;
	-webkit-text-size-adjust:100%;
}

ul,p,h1,h2,h3{
	margin: 0;
	padding: 0;
	list-style:none;
	line-height: 100%;
}

div{
	line-height: 100%;
}

img{
	vertical-align:bottom;
}

a img{
	border: none;
}

.flex-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container{
	width:980px;
	margin: 0 auto 40px;
}

.ttl{
    margin-bottom: 40px;
    padding: 20px 0;
}
.ttl-type1{
    background-color: #e9536b;
}
.ttl-type2{
    background-color: #5ac2d8;
}
.ttl h1{
    width: 738px;
    margin: 0 auto;
}
.ttl h1 img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.container h2{
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    color: #e9536b;
    text-align: center;
	position: relative;
}
.container h2:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin: auto;
	background: #e9536b;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.container h2 span{
	padding: 0 30px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.container p{
    margin-bottom: 40px;
    line-height: 1.75;
}
.container p.mb0{
    margin: 0;
}
.container p a{
    color: #01a287;
    text-decoration: underline;
}
.container p a:hover{
    text-decoration: none;
}
.container ol{
    margin: 0;
    padding: 0;
    list-style: inside decimal;
}
.container ol li{
    margin-left: 1.25em;
    line-height: 1.75;
    text-indent: -1.25em;
}

.about{
    justify-content: space-between;
}
.about div h2{
    margin: 0 0 40px -0.5em;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}
.about div p{
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
}
.about div p span{
    padding: 2px 5px;
    background-color: #ffef5b;
}
.about + p{
    margin: 0;
    padding: 0;
    text-align: center;
}
.read{
    margin: -40px 0 60px;
    padding: 40px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 2;
    color: #01a287;
    text-align: center;
    background-color: #ffef5b;
}
.sample{
    justify-content: space-between;
    flex-wrap: wrap;
}
.sample div{
    width: 470px;
    margin: 0 0 30px;
    position: relative;
}
.sample div h3{
    padding: 20px;
    font-size: 20px;
    font-eight: 700;
    background-color: #1e82e6;
}
.sample div h3 span{
    display: inline-block;
    font-size: 36px;
    vertical-align: baseline;
    letter-spacing: 0.1em;
}
.sample div a img{
    opacity: 1;
    border: solid 4px #f5f1eb;
}
.sample div a:hover img{
    opacity: 0.8;
}
.sample div.fin{
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
.btn{
    display: block;
    width: 420px;
    margin: 0 auto 60px;
    padding: 25px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1;
    text-decoration: none;
	background: linear-gradient(to bottom,rgba(100,215,240,1),rgba(90,194,216,1));
    border-radius: 10px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    opacity: 1;
}
.btn:hover{
    opacity: 0.8;
}

.survey{
    justify-content: space-between;
    align-items: center;
}
.survey div h2{
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
	color: #e9536b;
}
.survey div h2:after{
	content: none;
}
.survey div p{
    font-size: 16px;
    font-weight: 500;
}

.survey-box{
    margin: 0;
    padding: 60px 0;
    background-color: #ffef5b;
}
.survey-box h2{
    margin: 0 0 40px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #333;
}
.suevey_main{
	width:960px;
	margin: 0 auto 40px;
	padding: 10px;
    border-radius: 10px;
	border: solid 1px #ccc;
}

.suevey_main .sect{
	margin-top: 10px;
	margin-bottom: 15px;
}

.suevey_main .sect hr{
	margin: 15px 50px 15px 50px;
	border:1px dashed #CCC;
}

.suevey_main .sect .headline{
    font-weight: bold;
    font-size: 17px;
}
.suevey_main .sect .sample{
    color: #f98298;
}

.suevey_main .sect .qstn{
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
    font-size: 15px;
	line-height: 20px;
}

.suevey_main .sect .answer{
	width:850px;
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 30px;
	line-height: 23px;
    font-size: 14px;
}

.suevey_main .sect .answer .sub{
	width:820px;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 20px;
	line-height: 23px;
    font-size: 14px;
}

.suevey_main .sect .answer .opt input{
    font-size: 14px;
	border:1px solid #999;
}

.suevey_main .sect .answer .opt textarea{
	width:640px;
	height:80px;
	border:1px solid #999;
    font-size: 14px;
}

.suevey_main .opt{
	margin-left: 20px;
	margin-right: 5px;
}


.suevey_main .foot{
	width: auto;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: right;
}

.input_user{
	width:960px;
	margin: 0 auto 10px;
	padding: 10px;
}

.input_user .line{
	width:860px;
	margin-left: 60px;
	margin-bottom: 20px;
	border-bottom:dashed 1px #DDDDDD;
}

.input_user span{
	margin-left: 10px;
}

.input_user input{
	margin-left: 8px;
	margin-right: 25px;
	height: 20px;
	border:1px solid #999;
}

.privacy h2{
	color: #1e82e6;
}
.privacy h2:after{
	content: none;
}

.form-box .form-btn{
	width: 640px;
	margin: 0 auto 60px;
	justify-content: space-between;
}
.form-box .form-btn input{
	width: 300px;
	display: block;
	padding: 25px 0;
	font-size: 20px;
    font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	border: none;
	cursor: pointer;
}

.form-box .form-btn input.reset{
	color: #fff;
	background: linear-gradient(to bottom,rgba(204,204,204,1),rgba(153,153,153,1));
}
.form-box .form-btn input.submit{
	color: #fff;
	background: linear-gradient(to bottom,rgba(100,215,240,1),rgba(90,194,216,1));
}

.command{
	width: 980px;
	margin: 60px auto;
    text-align: center;
}

.command input.close{
	width: 150px;
	height:42px;

	background: #01a287;
	border-radius:4px;
	border:none;

	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	color: #fff;
	letter-spacing:0.05em;

	cursor:pointer;
}
