@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body{
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 14px;
	color:#4D4D4D;
	line-height: 1.3;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {clear: both;}
.clearfix{*zoom: 1;}

#norton{text-align:right;}

#logo {
	margin-bottom: 5px;
	text-align: right;
}

#wrap {
	max-width: 960px;
	width: 100%;
	margin: 15px auto;
	text-align: center;
}

#contents {
	width: 90%;
	margin: 0 auto;
}

#privacy{
	border:solid 1px #999;
	padding:20px 30px;
	margin:20px 0 20px;
	height:150px;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align:left;
}
#privacy h5{
	color:#009944;
	font-size: 16px;
	margin-bottom:15px;
}
#privacy h6{
	font-size: 14px;
	margin:15px 0 10px;	
}
#privacy ul{
	margin:0 0 1em 30px;
}

input {
	padding: 2px;
	margin: 3px 0;
}

h1{
	padding:8px 15px 5px;
	margin: 0 0 20px;
	background: #094;
	font-size:20px;
	color:#fff;
	text-align:center;
}
h1#kinen_us{background:#4D372A;}
h1#school{background: #0686E7;}

h2 {
	border-left: 10px solid #094;
	margin: 20px 0 10px;
	padding-left: 8px;
	text-align: left;
	font-size: 17px;
}
h2.school{border-left: 10px solid #0686E7;}

p {
	margin-bottom: 1em;
}

.mailform {
	width: 100%;
	border-collapse: collapse;
}
.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	line-height:150%;
	border-collapse: collapse;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding: 7px 10px;
}
.mailform th {
	width: 30%;
	background-color:#f8f4eb;
}
.mailform tr th span {
	color:#f00;
	font-size:93%;
}

.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
.mailform tr td.textareaL textarea {
	height: 180px;

}

.mailform .textareaS {
	height: 50px;
}

.sizeL {
	width: 90%;
}
.sizeM {
	width: 60%;
}

.textL {
	font-size:120%;
}
.textS {
	color:#4D4D4D !important;
	font-size:93%;
}

.mb20 {
	margin-bottom: 20px;
}

.btnMoushikomi{
	font-size:1.4em;
	font-weight:bold;
	margin-top:20px;
	padding:10px 40px;
}



h3{
	color:#094;
	border-bottom:1px solid #094;
	margin: 20px 0 10px;
	padding:0 10px;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
}
p.sfp{
	line-height:130%;
	font-size:16px;
	padding-left:20px;
	text-align:left;
}
.sfp_ol,
.sfp_ul{
	margin:20px 0 20px 40px;
}
.sfp_ol li,
.sfp_ul li{
	line-height:130%;
	font-size:16px;
	text-align:left;
	padding-left:10px;
	margin-bottom:5px;
}
#sfp_form{
	margin-top:30px;
}
#sfp_form table td{
	line-height:200%;
}

/*LINEボタン追加*/
.btnLINE{
	font-size:1.4em;
	margin-top:20px;
	padding:10px 40px;
}
.btnLINE a{
	color: #FFF;
	background-color: #00B900;
	font-weight:bold;
	text-decoration: none;
	padding: 10px;
}


/* おとまるくんアンケート関連（PC） */
.bg_sub {
	background-color: #FFE1E1 !important;
}
.btn_ank{display:none;}
@media screen and (max-width:599px){
	.prz{font-size:16px;}
	.btn_ank{
		display:block;
	}
	.btn_ank a{
		width:95%;
		display:block;
		margin:10px auto;
		background-color:#009944;
		border-radius:10px;
		padding:15px 15px 15px 0;
		color:#FFF;
		box-sizing:border-box;
		font-size:20px;
		font-weight:bold;
		text-decoration:none;
		background-image:url(css/img/arrow_w.png);
		background-repeat:no-repeat;
		background-position:center right;
	}
.otomaru_form form{display:none;}

}

#otomaru_ank{
	margin:0 auto 30px;
	padding:30px;
	font-family:'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background:radial-gradient(#00c949, #009944);
	box-sizing:border-box;
}
#otomaru_ank h1{
	margin:0 0 5px;
	text-align:left;
	color:#009944;
	line-height:1.3;
	font-weight:bold;
	font-size:20px;
	background-color:transparent;
}
#otomaru_ank h1 span{
	display:inline-block;
	background-color:#FFF;
	text-align:center;
	padding:5px 100px;
	border-radius:6%/100%;
}
#otomaru_ank h3{
	margin:0 10px;
	text-align:left;
	font-size:40px;
	color:#FFF;
	position:relative;
}
#otomaru_ank h3 span{
	display:inline-block;
	padding:10px 0;
	position:relative;
	z-index:500;
}
#otomaru_ank h3::after{
	content:"";
	display:block;
	width:550px;
	height:5px;
	border-bottom:5px solid #FFC900;
	z-index:10;
}
#otomaru_ank h3 img{
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}
#otomaru_ank .pretxt{
	margin-top:20px;
	margin-left:100px;
	text-align:left;
	color:#FFF;
	font-size:23px;
	font-weight:bold;
}
#otomaru_ank .preBox{
	margin-top:20px;
	margin-left:50px;
	width:400px;
	padding:10px;
	position:relative;
	background-color:#FFF;
	border-radius:30px;
	box-sizing:border-box;
}
#otomaru_ank .preBox img{
	max-width:100%;
}
#otomaru_ank .preBox span{
	position:absolute;
	top:-35px;
	left:-55px;
	width:125px;
	height:125px;
	padding-top:27px;
	line-height:1.1;
	display:block;
	color:#FFF;
	font-size:18px;
	vertical-align:middle;
	font-weight:bold;
	background-color:#FDB900;
	border-radius:50%;
	transform: rotate(-10deg);
	-webkit-backface-visibility: hidden; /*chrome対策*/
	box-sizing:border-box;
}
#otomaru_ank dl{
	margin:30px 0 0;
	padding:10px 10px;
	text-align:left;
	border-top:2px solid #FFC900;
	border-bottom:3px solid #FFC900;
	background-color: rgba(255,255,255,1);
}
#otomaru_ank dl dt,#otomaru_ank dl dd{
	font-size:16px;
	padding:2px 0;
}
#otomaru_ank dl dt{
	width:100px;
	float:left;
	font-weight:bold;
}
#otomaru_ank dl dd{
	margin-left:100px;
	display:block;
}
#otomaru_ank dl dd::after{
  display:block;
  content: "";
  clear: both;
}
@media only screen and (max-width:900px){
	#otomaru_ank{
		width:100%;
	}
	#otomaru_ank h1{
		text-align:center;
	}
	#otomaru_ank h1 span{
		display:block;
		padding:5px;
	}
	#otomaru_ank h3{
		margin-left:30px;
		font-size:30px;
	}
	#otomaru_ank h3 span{
		border-bottom:5px solid #FFC900;
	}
	#otomaru_ank h3::after{
		content:inherit;
	}
	#otomaru_ank h3 img{
		width:150px;
		height:auto;
	}

}

@media only screen and (max-width:730px){
	#otomaru_ank{
		padding:10px !important;
	}
	#otomaru_ank h1{
		margin:0;
		padding:0;
	}
	#otomaru_ank h1 span{
		border-radius:10px;
	}
	#otomaru_ank h3{
		margin:0;
		padding:0;
		text-align:center;
		font-size:25px;
	}
	#otomaru_ank h3 span{
		display:block;
	}
	#otomaru_ank h3 img{
		display:none;
	}
	#otomaru_ank .pretxt{
		margin:10px 0;
		text-align:center;
		font-size:18px;
	}	

	#otomaru_ank .preBox{
		margin:30px auto 10px;
		padding:20px 10px 5px;
		width:90%;
		max-width:400px;
	}
	#otomaru_ank .preBox span{
		top:-25px;
		left:-20px;
		width:90px;
		height:90px;
		padding-top:20px;
		font-size:14px;
		transform:none;
	}

}


 
@media only screen and (max-width:480px){
    .mailform { margin: 0 -10px; }
	.mailform th,
    .mailform td{
        width: 100%;
        display: block;
        border-top: none;
		box-sizing:border-box;
    }
	.mailform td,.mailform th {
		border-top: none!important;
	}
	.mailform tr:first-child th   { border-top: 1px solid #999999!important; }
	input[type=text].spInputBox100 {
            width: 100%;
            box-sizing: border-box;
        }
	table td select.sp_w100{
		width:100%
}

}


.text01{
	margin:10px 0 5px;
	padding:0 25px;
	font-size:93%;
}

#ftInfo {
	clear: both;
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.red {
	color:#f00;
	font-size:93%;
}

.yamashinaTit {
	background: #6eb92b;
	color: #fff;
}
.marutaTit {
	background: #eaa5c7;
	color: #fff;
}
.koseiTit {
	background: #58c2e1;
	color: #fff;
}
.careTit {
	background: #DDA71A;
	color: #fff;
}
.tojiminamiTit {
	background: #DA864E;
	color: #fff;
}

ul.listInput li{
	padding-left:20px;
	text-indent:-20px;
	list-style:none;
}
.imgRight{
	float:right;
}
.imgLeft{
	float:left;
}
.nobr{
	display:none;
	}

@media only screen and (max-width:480px){
	.res480 {
		display: none;
	}
	.imgRight{
		float:none;
	}
	.imgLeft{
		float:none;
	}
	.nobr{
		display:inline !important;
	}	
}
