@charset "UTF-8";

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-style:normal;font-weight: normal;font-size: 100%;vertical-align: baseline;}article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}html{overflow-y: scroll;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}input, textarea{margin: 0;padding: 0;}ol, ul{list-style:none;}table{border-collapse: collapse; border-spacing:0;}caption, th{text-align: left;}a:focus {outline:none;}a,a:hover {-webkit-transition: 0.7s; -moz-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s;}body{overflow-x:hidden;font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;}.pagination {overflow: hidden;clear: both;margin: 0 auto 60px;float: left;}.pagination a{font-family: Helvetica, Arial, Meiryo, sans-serif;padding:0 6px;height: 20px;display: inline-block;border: 1px solid #ccc;border-radius: 3px;text-align: center;color: #4c4c4c;margin-right:3px;}.inactive{background:#efefef;}
body {
  -webkit-text-size-adjust: 100%;
}
img {
vertical-align: bottom;
}
h2 {
    font-size: 30px;
    color: #50b660;
    text-align: center;
    font-weight: 1000;
    margin: 20px 0;
}

h3{
	font-size: 20px;
	color: #50b660;
	border-left: 3px solid #50b660;
	border-bottom: 1px solid #50b660;
	font-weight: normal;
	padding: 7px;
	margin:5px;
}
.sp-only {
	display: none;
}
header{
	overflow:hidden;
	padding: 16px 0 7px;
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	top: 0;
}
#header{
	background:url(../images/h_tel.png) no-repeat right 0px;
	width:1000px;
	margin:0 auto;
	overflow: hidden;
}
#header p{
	float:right;
}
h1{
	float:left;
}
#main{
	padding: 96px 0 80px;
	background: url(../images/main_image.jpg) no-repeat center 0px;
	width:100%;
	min-width:1000px;
	margin-top: 70px;
}
.main{
	background:url(../images/main_image.png) no-repeat center 0px;
	height:400px;
	min-width:1000px;
}
.main ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 413px;
}
.main ul li{
	float:left;
}
#contents{
	max-width:1000px;
	margin:0 auto;
}
#service{
	/*background: #f0f0f0;*/
	margin-top:8em;
	width:100%;
	max-width:1000px;
	margin-bottom:3em;
	padding:20px 0;
}
#tokuchou{
	margin-top: 80px;
}
.s_d_txt{
	padding: 30px 50px;
	background: #fff;
	margin:0 15px 40px 15px;
}
@media screen and (max-width: 640px) {
	img {
	width: 100%;
	}
	header{
		overflow:hidden;
		padding: 16px 0 7px;
		position: unset;
		width: 100%;
		z-index: 100;
		background-color: #fff;
		top: 0;
	}
	.s_d_txt{
		padding: 20px 15px;
		background: #fff;
		margin:0 0px 40px 0px;
	}
	.h-button{
		position: fixed;
		bottom: 0;
		background: #fff;
		padding: 10px 0;
		width: 100%;
		z-index: 999999;
	}
	#service{
		width: auto;
		margin-top: 2em;
		padding: 0px 10px;
	}
	#sec03_01{
		padding: 0 20px;
	}
}

.discription{
	margin-bottom:30px;
}

/*.possible_li ul li {
    width: 32%;
    display: inline-block;
    font-size: 15px;
    letter-spacing: -1px;
    margin-top: 10px;
	justify-content:space-around;
}*/

.possible_li .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.possible_li ul {
	margin-top: 10px;
	margin-left: 10px;
}
.possible_li ul li{
	width: 33%;
}
@media screen and (max-width: 640px) {
	.possible_li ul li{
		width: 50%;
	}
}
/*.possible_li ul li:before{
    content: "●";
    color: rgb(80, 182, 96);
    font-size: 1px;
    margin-right: 5px;
	
}*/
.cir_ic li{
    margin-bottom:10px;
    }

.cir_ic li:before{
  content: "";
  background-color: #50b660;
  font-size: 1px;
  margin-right: 5px;
  display:inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    vertical-align: middle;
}
.hov_area{
	margin-top: 20px;
}

ul.hov_area {
	display: flex;
flex-wrap: wrap; 
justify-content: center;
}
.hov_area li {
    width: 230px;
    position: relative;
    margin-right: 16px;
}

.hov_area li:last-child {
    margin-right: 0;
}

.hov_area li .info {
	position: absolute;
	bottom: 0;
	font-size: 14px;
	background: rgba(80,182,96,.6);
	color: #fff;
	height: 88%;
	box-sizing: border-box;
	padding: 20px;
	opacity: 0;
	line-height: 1.25;
}

.hov_area li img{
	width: 100%;
}

.hov_area li:hover .info {
    opacity: 1;
    transition-duration: .5s;
}

.hov_area li .title{
	text-align: center;
	margin-bottom: 10px;
	color: #50b660;
}
#tokuchou h3 {
	color: #50b660;
	border: none;
	font-weight: bold;
	font-size: 25px;
	padding-left: 0;
	margin-left: 0;
}
#tokuchou ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
#tokuchou ul li {
	box-sizing: border-box;
	width: 500px;
	padding: 20px 20px 50px ;
	border: 1px solid #50b660;
}
#tokuchou ul li:nth-child(1) {
	background:url(../images/tokuchou01.png);
}
#tokuchou ul li:nth-child(2) {
	background:url(../images/tokuchou02.png);
}
#tokuchou ul li:nth-child(3) {
	background:url(../images/tokuchou04.png);
}
#tokuchou ul li:nth-child(4) {
	background:url(../images/tokuchou03.png);
}
#tokuchou ul li:nth-child(5) {
	background:url(../images/tokuchou05.png);
}
#tokuchou ul li:nth-child(6) {
	background:url(../images/tokuchou06.png);
}
@media screen and (max-width: 640px) {
	#tokuchou {
		margin-top: 80px;
		padding: 0 20px;
	}
	#tokuchou ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}
	#tokuchou ul li {
		box-sizing: border-box;
		width: 100%;
		padding: 20px 20px 50px ;
		border: 1px solid #50b660;
	}
	#tokuchou ul li:nth-child(1) {
		background:url(../images/tokuchou01.png);
	}
	#tokuchou ul li:nth-child(2) {
		background:url(../images/tokuchou02.png);
	}
	#tokuchou ul li:nth-child(3) {
		background:url(../images/tokuchou04.png);
	}
	#tokuchou ul li:nth-child(4) {
		background:url(../images/tokuchou03.png);
	}
	#tokuchou ul li:nth-child(5) {
		background:url(../images/tokuchou05.png);
	}
	#tokuchou ul li:nth-child(6) {
		background:url(../images/tokuchou06.png);
	}
}
.ossm{
	margin-top: 30px;
	background:url(../images/bg_ck.png) center;
	min-width:1000px;
	position:relative;
}
.ossm:after {
	content: ' ';
	background: url(../images/arrow.png);
	display: block;
	height: 17px;
	width: 42px;
	position: inherit;
	bottom: -17px;
	margin: 17px auto;
	z-index:999;
}
.ossm img{
	display:block;
	width:1000px;
	margin:0 auto;
}
.omks{
	margin-top: -17px;
	background:url(../images/bg_ckg.png) center;
	padding-bottom:40px;
	min-width:1000px;
}
.omks ul {
	overflow: hidden;
	width: 910px;
	margin: 0 auto;
	background: url(../images/bg_img03.png);
	padding: 234px 0 0 90px;
	color: #fff;
}
.omks ul li{
	margin:0 0 130px;
}
.chsh{
	background: url(../images/bg_img04.png);
	width:1000px;
	margin:0 auto;
}
.chsh ul {
	padding: 483px 0 55px 350px;
	color: #fff;
}
.chsh ul li{
	margin-bottom:44px;
}
#chjr{
	background:#f1f4f1;
	width:100%;
}
.chjr{
	background: url(../images/bg_img05.png) no-repeat;
	width:1000px;
	margin:0 auto;
	color:#555;
	padding-bottom: 40px;
}
.chjr ul{
	padding: 160px 0 10px 350px;
}
.chjr ul li{
	margin-bottom: 60px;
}
.chjr ul li pre{
	line-height:24px;
	font-size: 14px;
}
.ttl{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.sub{
    font-size: 14px;
    margin-bottom: 40px;
}
.ghcn{
	background:url(../images/bg_ckg2.png) center;
	padding-bottom:40px;
	min-width:1000px;
}
.ghcn ul {
	background: url(../images/bg_img06.png) center top no-repeat;
	margin: 0 auto;
	width: 967px;
	padding: 210px 0 9px 33px;
	color:#555;
}
.ghcn ul li{
	margin:0 0 163px;
}
.voice{
	background: url(../images/v_bg.png) repeat-x;
}
.voice ul,
.voice h2{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}
.voice ul{
	padding-bottom: 33px;
}
.voice ul li{
	width: 500px;
	height: 306px;
	float: left;
	position: relative;
}
.v02 p,
.v04 p{
	left: 55px !important;
}
.voice ul li p{
	width: 457px;
	height: 160px;
	position: absolute;
	left: 26px;
	top: 33px;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.08em;
	font-weight: normal;

}
.voice ul li p span{
	color: #159039;
	font-weight: bold;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
	letter-spacing: -0.10em;
}
.v01{
	background: url(../images/v01.png) no-repeat;
}
.v02{
	background: url(../images/v02.png) no-repeat;
}
.v03{
	background: url(../images/v03.png) no-repeat;
}
.v04{
	background: url(../images/v04.png) no-repeat;
}
@media screen and (max-width: 640px) {
	.voice ul,
	.voice h2{
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}
	.voice ul li{
		width: 100%;
		height: 306px;
		float: left;
		position: relative;
	}
	.voice ul li p{
		width: 100%;
		height: 160px;
		position: absolute;
		left: 26px;
		top: 33px;
		font-size: 18px;
		line-height: 1.4;
		letter-spacing: -0.08em;
		font-weight: normal;
	}
}


.exp{
	width:1000px;
	height:300px;
	padding-top:20px;
	margin: auto;
}

.exp .inline {
    width: 49%;
    vertical-align: top;
    margin: 5px;
	float: left;
}
.exp ul {
    padding: 20px;
    height: 170px;
    box-sizing: border-box;
    background: #f0f0f0;
}

.exp .ul .d_tb bg_gla{
	width: 480px;
}
.h3_03 {
    font-size: 20px;
    color: #fff;
    background: #50b660;
    font-weight: normal;
    padding: 7px 15px;
    margin:0;
}
#qa{
	background: url(../images/sec02_bg.png) repeat;
	padding-bottom: 30px;
}
#qa h2{
	font-size: 45px;
	color: #50b660;
	text-align: center;
	font-weight: 1000;
    margin: 20px 0;
	float: none;
	padding-top: 20px;
}
#qa h3{
	margin: 10px 0 20px 0;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px 40px;
	color: #000;
	text-align: left;
}
#qa .qa{
	background-color: #fff;
	max-width:940px;
	width: 80%;
	margin: 20px auto;
	padding: 20px 30px;
	box-shadow: 0 0 8px gray inset;
}
#qa .qa ul li::before{
	content: "●";
	padding: 1em;
}
#qa .qa ul p{
	padding-left: 30px;
}
#qa a{
	color: #10a13c;
	font-size: 20px;
	text-decoration: none;
}
#qa a:hover{
	text-decoration-line: underline;
}

#qa .sonota-qa{
	max-width:940px;
	width: 80%;
	text-align: right;
	margin: 0 auto;
}
#flow{
	background: url(../images/fl_bg.png) ;
	padding: 50px 0 ;
}
#flow h2{
	font-size: 45px;
	color: #fff;
	text-align: center;
	font-weight: 1000;
    margin: 20px 0;
	float: none;
	padding-top: 20px;
}
#flow .flow {
	width: 100%;
	max-width:940px;
	margin: 10px auto ;
	background: #fff;
	padding: 20px;
}
@media screen and (max-width: 640px) {
	#qa h3 img,
	#qa p img{
		width: 20px;
	}
	#qa .qa{
		background-color: #fff;
		max-width:unset;
		width: auto;
		padding: 30px 15px;
	}
	#qa .sonota-qa{
		max-width:unset;
	}
	#flow {
		padding: 50px 15px;
	}
	#flow .flow {
		width: auto;
		max-width:unset;
		padding: 20px;
	}
	#flow h2{
		font-size: 30px;
	}
}


.table_flow {
	border-collapse: collapse;
	margin: 10px auto 50px ;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.table_flow {
		border-collapse: collapse;
		margin: 10px auto 50px ;
		width: 100%;
	}
}
.table_flow td {
	text-align: center;
	vertical-align: middle;
}
.table_flow .td1, .td2, .td3, .td4, .td5, .td6, .td7 {
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
}
.table_flow .td1 {
	background-color: crimson;
	color: #ffffff;
}
.table_flow .td2 {
	background-color: lavenderblush;
	color: #000;
}
.table_flow .td3 {
}
.table_flow .td4 {
	background-color: darkgreen;
	color: #ffffff;
}
.table_flow .td5 {
	background-color: #dbffdb;
	color: #000;
}
.table_flow .td6 {
}
.table_flow .td7 {
}
.table_flow .td8 {
	background-color: royalblue;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.table_flow .td9 {
	background-color: whitesmoke;
	font-weight: bold;
	padding: 10px;
}
.table_flow hr {
	margin: 20px;
	border-top: 1px dashed #8c8b8b;
}
#flow p{
	text-align: center;
}
.form{
	overflow: hidden;
	width: 1000px;
	margin:0 auto;
	padding: 0;
}
.form_contents{
	overflow: hidden;
	margin-bottom: 14px;
}
.form_contents p{
	float: left;
}
.form_contents .form01{
	float: left;
	margin-right: 14px;
	background: #50b660;
	width: 262px;
	font-size: 17px;
	color: #fff;
	height: 64px;
}
.form_contents .form01 i{
	line-height: 64px;
	margin-left: 21px;
}
.form_contents .form01 span{
	margin: 18px 12px 18px 0;
	float: right;
	color: #FFF;
	font-size: 12px;
	padding: 5px 8px;
	background: #e90000;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.form_contents .form02 textarea,
.form_contents .form02 input[type="text"]{
	border: 1px solid #b7b7b7;
	padding: 20px;
	font-size: 16px;
	margin: 1px 0;
	width: 671px;
}
.form_contents .form02 span{
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
}
.check{
	padding-top: 19px;
}
.form_contents .textarea01 textarea{
	height: 122px;
}
.form_contents .form02 input[type="file"]{
	padding: 20px 0;
	font-size: 17px;
}
.tyuusyaku{
	text-align: right;
	margin-bottom: 35px;
}
.tyuusyaku a{
	display: block;
	font-size: 14px;
	color: #50b660;
}


.confirm-note {
	text-align: center;
	border:3px solid #50b660;
	margin: 0 20px ;
	padding: 5px 0 ;
}


.sbt_1 {
	width: 80%;
	padding: 10px 0 ;
	background-color: tomato;
	border: none;
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
	margin: 20px 0 ;
}
.sbt_1:hover {
	opacity: 0.7;
}
.sbt_2 {
	width: 70%;
	padding: 5px 0 ;
	background-color: #999;
	border: none;
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	margin: 10px;
}
.sbt_2:hover {
	opacity: 0.7;
}



.submit input{
	width: 411px;
	height: 68px;
	display: block;
	border: none;
	text-indent: -9999px;
	background: url(../images/submit_on.png) no-repeat;
	margin: 0 auto 54px;
	cursor: pointer;
}
.submit input:hover{
	background-position: 0 -68px;
}
.contact {
	background: url(../images/contact_bg.png) repeat-x;
}
.contact div{
	background: url(../images/tel.png) no-repeat;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.contact div a{
	float: right;
	padding: 25px 0 21px;
}
footer{
	background: url(../images/footer_bg.png) repeat-x;
	padding: 26px 0 30px;
}
#footer{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#footer .left{
	float: left;
}
#footer .left .f_logo{
	margin-bottom: 23px;
}
#footer .right{
	float: right;
	width: 500px;
	text-align: right;
}
#footer .right .f_r_logo{
	margin-bottom: 13px;
}
#footer .right p{
	font-size: 10px;
}
.copy{
	font-size: 10px;
	padding: 8px;
	text-align: center;
	color: #FFF;
	background: #109f3b;
}


.form_chu {
	font-size:12px;
	padding:0 0 20px;
}

@media screen and (max-width: 640px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	#header {
		background-image: none;	
		width: 100%;	
	}
	#header .bt {
		position: relative;
		bottom: 10px;
		right: 5px;
	}
	#header .tel {
		position: absolute;
		left: 140px;
	}
	#header .tel a {
		display: inline-block;
	}
	#header h1 {
		position: absolute;
		left: 20px;
	}
	#header .bt a img {
		height: 60px;
	}
	.h-button a {
		display: inline-block;
		padding-left: 3px;
	}
	#main {
		padding-bottom: 30px;
		width: 100%;
		min-width: 100%;
		background: url(../images/main_image_sp.png) no-repeat center 0px;
		background-size: 100%;
		margin-top: 50px;
	}
	.main{
		height: auto;
		background-image: none;
		min-width: 100%;
	}
	.main ul {
		width: 100%;
		margin: 0;
		text-align: center;
		padding-top: 445px;
		padding-left: 10px;
	}
	.main ul li {
		float: none;
		display: inline-block;
		margin-bottom: 30px;
	}
	.main-icon {
		width: 100%;
		text-align: center;
		padding-top: 280px;
	}
	.main-icon img{
		width: 90%;
	}
	#contents {
		width: 100%;
	}
	.hov_area li:nth-child(2) {
		margin-right: 0;
	}
	#hut {
		margin: 0;
		height: 1500px;
		background: url(../images/bg_img01_sp.png) no-repeat center;
	}
	#hut ul li {
		float: none;
		height: auto;
		padding-top: 140px;
		padding-left: 40px;
		display: none;
	}
	#hut ul li.s {
		height: auto;
		padding: 125px 0 0 40px;
	}
	#hut ul li:nth-child(3) {
		padding-top: 155px;
	}
	#hut ul li:nth-child(4) {
		padding-top: 145px;
	}
	#hut ul li:nth-child(6) {
		padding-top: 155px;
	}
	.voice {
		background-size: contain;
		padding: 0 20px;
	}
	.voice ul li {
		float: none;
	}
	.voice ul .v01 {
		background: url(../images/v01.png) no-repeat;
		background-size: 100%;
	}
	.voice ul .v02 {
		background: url(../images/v02.png) no-repeat;
		background-size: 100%;
	}
	.voice ul .v03 {
		background: url(../images/v03.png) no-repeat;
		background-size: 100%;
	}
	.voice ul .v04 {
		background: url(../images/v04.png) no-repeat;
		background-size: 100%;
	}
	.voice ul .v02 p,
	.voice ul .v04 p {
		left: 0px !important;
	}
	.voice h2 {
		width: 100%;
		text-align: center;
		padding: 80px 0 50px;
	}
	.flow p img {
		width: 100%;
		display: block;
		padding: 0 20px 20px;
		box-sizing: border-box;
	}
	.exp{
		width: 100%;
		height: 450px;
		margin: auto;
	}
	.exp .inline {
		vertical-align: top;
		margin: 0 15px;
		float: none;
		width: auto;
	}
	.contact {
		background-size: contain;
		padding: 10px 0;
		width: 100%;
	}
	.contact div {
		width: auto;
    	padding: 5px 15px;
		background-size: 100%;
		background-position-x: unset;
		background-image: none;
	}
	.contact div a{
		display: inline-block;
		width: 49%;
	}
	.contact div img{
		width: 100%;
	}
	.contact div a {
		padding: 0
	}
	.contact div a:first-child {
		float: left;
	}
	#footer {
		text-align: center;
	}
	#footer .left {
		position: absolute;
		right: 0;
		left: 0;
	}
}




/* --------- 引用　-------------*/




/* ä»¥ä¸‹ã«å…¨ä½“ã¾ãŸã¯å¹…1001pxä»¥ä¸Šã®è¨­å®šã‚’è¨˜è¿°ã—ã¦ãã ã•ã„ã€‚*/

/*------ å…¨ä½“æ§‹é€  ------ */

/* ãƒœãƒ‡ã‚£ */

/*------ ãƒ•ãƒƒã‚¿ãƒ¼ ------ */
/*------ ãƒ•ã‚©ãƒ¼ãƒ éƒ¨åˆ† ------ */
/*------ å…¨ä½“å…±é€šè¨­å®š ------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

html, body, p, form, label {
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/*------ ã‚°ãƒ«ã‚¤ãƒ³ãƒ»åº§è«‡ä¼š ------ */
#toiawase .gi form {
	font-size: 150%;
}
#toiawase .gi form h2 {
	text-align: center;
	font-size: 3.0em;
	color: #41cebe;
	margin: 50px 0 ;
}

#toiawase .nyuryoku-ran {
	width: 96%;
	margin: 0 auto;
	max-width: 1000px;
}
#toiawase dl {
	border-bottom: 1px solid #f5814d;
	padding: 30px 5px;
}
#toiawase dl dt {
	float: left;
	width: 33%;
	padding-right: 10px;
	padding-bottom: 10px;
}

#toiawase dl dd {
	float: left;
	width: 63%;
	padding-right: 10px;
	line-height: 1.2em;
}

input, textarea {
	font-size: 1.2em;
	background-color: mistyrose;
	border: 1px solid darkgray;
	padding: 4px;
	border-radius: 3px;
}

.any-nyuryoku input {
	background: azure;
	font-size: 1.0em;
}
.any-nyuryoku textarea {
	background: azure;
}
textarea.renraku {
	background: azure;
}
textarea {
	width: 100%;
	height: 7em;
}
input.anyfield {
	background-color: azure;
}
textarea.anyfield {
	background-color: azure;
}
input.tenpu {
	font-size: 1.0em;
	border: 1px solid darkgray;
	padding: 2px;
}
::-webkit-input-placeholder {
 color: darkgray;
 font-size: 0.8em;
}
::-moz-placeholder {
 color: darkgray;
 opacity: 1;
 font-size: 0.8em;
}
:-ms-input-placeholder {
 color: darkgray;
 font-size: 0.8em;
}
.required {
	color: #FFFFFF;
	background-color: crimson;
	font-size: 0.8em;
	padding: 3px;
	font-weight: bold;
	margin-right: 5px;
}
.any {
	color: #FFFFFF;
	background-color: dodgerblue;
	font-size: 0.8em;
	padding: 3px;
	font-weight: bold;
	margin-right: 5px;
}
p.form_privacy {
	margin: 10px 0;
	font-size: 0.9em;
}
/*------ è¦‹ç©ä¾é ¼ ------ */
.chousa-houhoua label {
	line-height: 1.5em;
}

/*------ ãƒ•ã‚©ãƒ¼ãƒ å…±é€š ------ */

.btn-area {
	text-align: center;
	padding: 50px 0;
}
.sbt_1 {
	width: 90%;
	padding: 20px;
	background-color: tomato;
	border: none;
	color: #fff;
	font-size: 2.0em;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}
.sbt_1:hover {
	opacity: 0.7;
}

/* ä»¥ä¸‹ã«å¹…641ï½ž1000pxã®å ´åˆã®è¨­å®šã‚’è¨˜è¿°ã—ã¦ãã ã•ã„ã€‚*/
@media screen and (max-width: 1000px) {
}

/* ã“ã“ã«å¹…640pxä»¥ä¸‹ã®å ´åˆã®è¨­å®šã‚’è¨˜è¿°ã—ã¦ãã ã•ã„ã€‚*/
@media screen and (max-width: 480px) {
	body {
		font-size: 13px;		/* æ–‡å­—ã‚µã‚¤ã‚º */
	}
/*------ ã‚³ãƒ³ãƒ†ãƒ³ãƒ„-ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ ------ */

/*------ ã‚³ãƒ³ãƒ†ãƒ³ãƒ„-ãƒ•ã‚©ãƒ¼ãƒ  ------ */
	#toiawase .nyuryoku-ran {
		margin: 0 auto;
	}
	#toiawase .nyuryoku-ran h2 img {
		width: 100%;
	}
	#toiawase dl {
		padding: 10px 0px;
	}
	#toiawase dl dt {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	#toiawase dl dd {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"] {
		width: 97%;
		height: 50px;
	}
	textarea{
		width: 97%;
	}
	input[type="file"] {
		width: 97%;
		height: 50px;
	}
}
