@charset "UTF-8";

/*Reset
---------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
/*small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
article,nav,section,header,footer,aside,main,address{
	display:block;
}
* {
	box-sizing: border-box;
}
nav ul,nav li {
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

/*フォーム*/
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
}



/*body
---------------------------------------------------------------------*/
body{
margin: 0px;
padding: 0px;
background-color: #FFF;
color: rgba(30,30,30,1.00);
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
/*font-size: 16px;*/
line-height: 1.5;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'メイリオ', sans-serif;
}

/*wrapper
---------------------------------------------------------------------*/
#WRAPPER{
	margin:0px;
	padding:0px;
	height:100%;
	position:relative;
}

#WRAPPER{
}

/*inner
---------------------------------------------------------------------*/
.inner{
	margin:0 auto;
	padding:0 5%;
}


/*header
-----------------------------------------------------------------------------*/
#header{
	padding:10px 0;
}
#header #logo{
	text-align:center;
}
/*topimage
-----------------------------------------------------------------------------*/

/*main
-----------------------------------------------------------------------------*/
#main{
	position:relative;
	z-index:10;
}
.inner{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 575px) {
.inner {
		width: 96%;
		font-size:90%;
  }
}
@media (min-width: 576px) {
.inner {
		max-width: 540px;
		padding:0 2%;
  }
}
@media (max-width: 767px) {
.inner {
		padding:0 2%;
}
}
@media (min-width: 768px) {
.inner {
		max-width: 720px;
}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

/*お問い合わせ
-----------------------------------------------------------------------------*/

/*footer
---------------------------------------------------------------------*/
#footer{
	clear:both;
	margin:30px auto 0;
	padding:0px 0 0 0;
	overflow:hidden;
}

#copyright{
	padding:5px;
	margin:0px 0 0 0;
	background-color:#80d100;
	font-size:10px;
	text-align:center;
}

/*Common
---------------------------------------------------------------------*/
table,img{
	border:none;
}
img {
	border:none;
	max-width:100%;
	height:auto;
	box-sizing:border-box;
}


p{
	margin:0.5em 0 1em;
	padding:0;
}
h1,h2,h3{
}
h1{
}
#main h1{
	padding:0.5em 5%;
	margin:1em -5%;
	text-align: center;
	font-size:1.6em;
	background-color:#fffeeb;
	border-top: 1px solid #9bd031;
	border-bottom: 1px solid #9bd031;
}
#main h2{
	font-size: 1.4em;
	margin:1.5em 0 1.5em;
	padding:5px 10px;
	background-color: #588A00;
	color:#FFF;
	font-weight: bold;
	border-radius:10px;
}
#main h3{
	margin:1.5em 0 1em;
	padding:5px 10px;
	font-size:1.15em;
	position: relative;
	background-color:#D7E3C4;
	border-radius:10px;
}

#main h4{
	margin:1.25em 0 1em;
	font-size:1.1em;
}
.sei{
	background-color:rgba(200,255,255,1);
}
.jun{
	background-color:rgba(255,255,200,1);
}

em{
	font-style:normal;
	color:rgba(255,68,71,1.00);
}
.red{
	color:rgba(255,68,71,1.00);
}
.txtright{
	text-align:right;
}
a{
	text-decoration: none;
	text-indent:0;
	transition: all .4s ease;
}
a:hover{
}

.small{
	font-size:80%;
}
.large{
	font-size:120%;
}
.center{
	text-align:center;
}
.clear{
	clear:both;
}
.chui{
    text-indent:-1.5em;
    margin-left:1.5em; 
}
.chui:before{
content: '※ ';
}

ul.chuilist{
	margin:0;
	padding:0;
}
ul.chuilist li{
	list-style:none;
    text-indent:-1em;
    margin-left:1.5em; 
	padding:0;
}
.chuilist li:before{
content: '※ ';
}
.caution{
	border:solid 1px rgba(233,76,78,1.00);
	padding:1em;
}
.underline{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
a.blank:after{
	content:'';
	display:inline-block;
	margin:0 3px;
	width:20px;
	height:1em;
	background:url('../../img/blank.png') no-repeat center center;
	background-size:15px;
}
a.pdf,
a.doc,
a.xls{
	/*white-space:nowrap;*/
}
a.pdf:after,
a.doc:after,
a.xls:after{
	display:inline-block;
	margin:0 3px;
    border-radius: 20px;
    padding: 0px 10px;
    font-size: 10px;
	vertical-align:middle;
}
a.pdf:after{
	content:'PDF';
    color: rgba(233,76,78,1.00);
    border: solid 1px rgba(233,76,78,1.00);
}
a.doc:after{
	content:'Word';
    color: rgba(0,33,158,1.00);
    border: solid 1px rgba(0,33,158,1.00);
}
a.xls:after{
	content:'Excel';
    color: rgba(0,158,0,1.00);
    border: solid 1px rgba(0,158,0,1.00);
}


/*ul dl table*/
table.default{
	border-collapse:collapse;
	width:100%;
	margin:0 0 20px;
}
table.default tr{
}
table.default th,
table.default td{
	padding:10px 15px;
	text-align:left;
}

table.default th{
	white-space:nowrap;
	border-top:solid 1px rgba(0,144,191,1.00);
	vertical-align: top;
    background-color: rgba(0,144,191,.050);
}
table.default td{
	border-top:solid 1px rgba(0,144,191,.50);
}
table.default tr:last-child th{
	border-bottom:solid 1px rgba(0,144,191,1.00);
}
table.default tr:last-child td{
	border-bottom:solid 1px rgba(0,144,191,.50);
}

dl.dl_form{
}
dl.dl_form div{
	margin:0 0 1em 0em;
	border-bottom:1px dotted #aaa;
}
dl.dl_form dt{
	margin:0 0 0.5em 0em;
	font-size:110%;
	font-weight:bold;
    position: relative;
}
dl.dl_form dd{
	margin:0 0 0.5em 2em;
}
dl.dl_form dd.flex{
	display:flex;
	gap:1em;
	flex-wrap:wrap;
}
dl.dl_form dd.flex input{
	width:40%;
}
/*form
-------------------------------------------------------------*/
input[type=text] ,
button,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input,
textarea{
	font-size:16px;
}
input::placeholder{
	font-size:80%;
}

input[type=text] ,
input[type=tel] ,
input[type=email] ,
textarea{
	box-sizing:border-box;
	padding:8px;
	margin:5px 0;
	border:1px solid #999;
	border-radius:5px;
	width:100%;
}

input.num{
	width:10em;
}

textarea{
	height:10em;
}

input[type=text]:focus,
textarea:focus{
	box-shadow: 0 0 3px rgba(244,0,129,1.00);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #FFAD00;
	border: 1px solid #FFAD00;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label{
	margin-left:0.5em;
	padding-bottom:5px;
}
label.checkbox {
	cursor       : pointer;
	padding-left : 25px;
	/*overflow     : hidden;*/
	position     : relative;
	display      : inline-block;
	box-sizing   : border-box;
	width:100%;
}
label.checkbox:before {
	content  : '';
	position : absolute;
	width    : 20px;
	height   : 20px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
}
label.checkbox:after {
	content           : '';
	position          : absolute;
	top               : 8px;
	left              : 6px;
	display           : block;
	margin-top        : -8px;
	width             : 8px;
	height            : 12px;
	border-right      : 3px solid #DD7425;
	border-bottom     : 3px solid #DD7425;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
label input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
label input[type="checkbox"]:checked {
	box-shadow : none;
}
label input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #666;
	opacity    : 0.1;
}
label input[type="checkbox"]:focus {
	box-shadow : 41px 0px #EEE;
}

label.radio {
	cursor       : pointer;
	position     : relative;
	/*overflow     : hidden;*/
	padding-left : 20px;
	display      : inline-block;
	width:100%;
}
label.radio:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #666;
	border-radius : 50%;
	left          : 0px;
	top           : 2px;
	content       : '';
	z-index       : 3;
}
label.radio:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 5px;
	background-color : #DD7425;
	z-index          : 1;
}
label.radio input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 17px;
	height     : 17px;
	left       : -21px;
	top        : 2px;
	margin     :0px 0px;
	box-shadow : 20px 0px rgba(255,255,255,1.0);
	border-radius : 50%;
}
label.radio input[type="radio"]:checked {
	box-shadow : none;
}

/*label.radio input[type="radio"]:focus {
	opacity    : 0;
	box-shadow : 20px -1px #FFF;
}*/

label.w2{
	width:auto;
	min-width:6em;
}

label.w3{
	width:auto;
	min-width:6em;
}
@media (max-width: 575px) {
	label.w2{
		width:43%;
	}
	
	label.w3{
		width:28%;
		white-space:nowrap;
	}
}


.select{
	overflow: hidden;
	text-align: center;
    display: inline-block;
	position: relative;
	background-color: rgba(255,255,255,1.00);
	border:solid 1px #666;
	border-radius:6px;
	/*box-shadow:2px 2px 6px rgba(100,100,100,0.6);*/
	padding:0;
	color: rgba(42,76,61,1);
}
.select select{
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding:15px 38px 15px 8px;
	font-size: 16px;
}
.select select::-ms-expand {
    display: none;
}
.select::before {
	position: absolute;
	top: 45%;
	right: 7%;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #DD7425;
	pointer-events: none;
}



.req:after{
	content:'必須';
	font-weight:normal;
	font-size:12px;
	border-radius:3px;
	padding:3px 5px;
	display:inline-block;
	line-height:1;
	vertical-align:middle;
	width:2.5em;
	text-align:center;
	margin-left:0.5em;
	border:solid 1px rgba(230,27,5,1.00); 
	color: rgba(230,27,5,1.00);
}


input:required ,
input.required,
textarea:required {
	/*background-color:rgba(255,225,225,.50);*/
}
input:required:focus,
textarea:required:focus {
	/*background-color:rgba(255,225,225,0);*/
}


.mail_error {
  display: block;
  color: rgb(224, 16, 70);
  font-size: 90%;
}

.mail_error:before {
  content: "* ";
}



input.submitbtn,
input.button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: 0;
	display: inline-block;
	margin: 0.5em 0.5em;
	font-size: 1em;
	cursor: pointer;
	background-color:rgba(221,116,37,1);
	padding:15px 10%;
	border-radius:60px;
	text-align:center;
	min-width:240px;
	box-sizing:border-box;
	color: #FFF !important;
	transition: all .4s;
}
input#submitshusei{
	background-color: rgba(200,200,200,1.00);
}
input#submitshusei:hover{
	background-color: rgba(200,200,200,.5);
}
input.submitbtn:hover,
input.button:hover{
	background-color:rgba(221,116,37,0.5);
}
input.button{
	padding: 0.5em 1em;
	font-size: 0.8em;
}
input.yubin{
	min-width:0px;
	padding: 0.25em .5em;
	font-size: 0.8em;
}


p.kakunin,
span.kakunin_checkbox{
	padding:10px;
	border-radius:5px;
	background-color:rgba(248,250,200,1);
}
span.kakunin_checkbox{
	display:inline-block;
	margin:0 0.5em 0.5em;
}


ol#step{
	list-style:none;
	margin:20px auto;
	padding:0;
	display:flex;
	position: relative;
	text-align: center;
}
ol#step li{
	font-size: 12px;
	position: relative;
	width: 33.333%;
	line-height:1;
}
ol#step li:after{
	background:rgba(200,200,200,1.00);
	content: "";
	width: calc(100% - 30px);
	height: 10px;
	position: absolute;
	left: calc(-50% + 16px);
	top: 13px;
	z-index:1;
	display:block;
}
ol#step li:first-child:after {
	display: none;
}
ol#step li.current:after {
	background:  rgba(221,116,37,1);
	z-index:0;
}
ol#step li span {
	background:rgba(200,200,200,1.00);
	color: #ffffff;
	display: inline-block;
	font-weight:bold;
	height:36px;
	margin-bottom: 5px;
	line-height: 36px;
	width:36px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 18px;
	z-index:10;
	position: relative;
}
ol#step li.current span {
	background-color:rgba(221,116,37,1);
}

ol#step li.current{
	color: rgba(221,116,37,1);
}


@media screen and (orientation:portrait){
}





