@charset "UTF-8";



	#container_area ul li .error_checkbox ,
	#container_area ul li .error select ,
	#container_area ul li .error input ,
	#container_area ul li .error textarea ,
	#container_area ul li .error label {
		background:#FFCCCC !important;
	}


	* html dl dd.error label {
		background:none;
	}

	*+html dl dd.error label{
		background:none;
	}

/*
	dl dd p.error{
		margin:0;
		color:red;
		font-weight:bold;
		margin-bottom:1em;
	}
*/
.shuiro-text{
		color: #cd0a0a;
}

	p.error{
		margin:0;
		color:red;
		font-weight:bold;
		margin-bottom:1em;
	}

	span.error{
		margin:0;
		color:red;
		font-weight:bold;
	/*	margin-bottom:1em;*/
	}

	.ok{
		margin:0;
		color:blue;
		font-weight:bold;
	/*	margin-bottom:1em;*/
	}


	#mail_confirm {
	font-size: xx-large;
	margin: 0;
	font-weight: normal;/*		margin-bottom:1em;*/
	}
.text_s01{
	padding-top:1em;
	padding-bottom:0;
	line-height:1.5;
	font-size:11px;
}

.text_s02{
	color:#999;
	font-size:11px;
}

/* -- iframe pc --*/
#iframetxt {
	width:560px;

	/*height:140px;*/
	height:100px;

	overflow: auto;
	line-height:1.6;
	font-size:12px;
}
#iflong #iframetxt {
	height:240px;
}




#readmore {
	cursor:pointer;
	text-decoration:none;
	font-size:14px;
	line-height:2;
}
#readmore_bg {
	text-align:center;
	max-width:620px; background-color:#ccc;
	margin-bottom:2%;
}
#readmore_next {
	text-align:center;
	font-size:14px;
	max-width:620px;
	margin-bottom:5%;
}



#iframetxt::-webkit-scrollbar {
    width: 8px;
}

#iframetxt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#iframetxt::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

#iframetxt::-webkit-scrollbar {
  all:unset;
  width: 12px;
  background: transparent;
}

#iframetxt::-webkit-scrollbar-track {
  all:unset;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 8px;
  background: transparent;
}

#iframetxt::-webkit-scrollbar-thumb {
  all:unset;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 8px;
  background: transparent;
}

#iframetxt::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  background: transparent;
}

/* -- //iframe pc --*/


	#submit_button_1,
	#submit_button_2,
	#submit_button_3,
	#submit_button_4 {
	/*		padding: 20px 40px;
		font-size: 16px;
		background-color: #ffffff;
		color: #024a8e;
	cursor: pointer;
		*/
	border: 0 none;
	cursor: default;
	display: table;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 339px;
	background-position: top;
	overflow: hidden;
	height: 1px;
	text-indent: -99999px;
	}
#submit_button_1{
	padding: 90px 0 0;
	background: url(img/btn-block_001.png);
}
	#submit_button_2,
	#submit_button_3,
	#submit_button_4 {
		padding:60px 0 0;
}
#submit_button_2{
	background: url(img/btn-block_002.png);
}
#submit_button_3{
	background: url(img/btn-block_003.png);
}
#submit_button_4{
	background: url(img/btn-block_004.png);
}


	#submit_button_confirm,
	#submit_button_confirm2 {
	/*	padding: 20px 40px;
		font-size: 16px;
		background-color: #024a8e;
		color: #fff;
		border: 3px #024a8e solid;
		cursor:pointer;
		margin-top:30px;
		margin-left:auto;
		margin-right:auto;*/
		cursor:pointer
	}




/* form style */
#container_area{
	max-width:620px;
}


li#doue01{
	background-color:#f5f5f5;
	text-align:center;
	line-height:1.5;
}
li#doue01 .input > span{
	background-color:#f5f5f5;
	text-align:center;
	display:block;
	padding-top:20px;
	padding-bottom:16px;
}


li#doue01 .title {
	float:right;
	position:relative;
}
li#doue01 .ok {
	display:none;
}
li#doue01 .error {
	position:absolute;
	display:block;
	margin-left:-4rem;
/*	*/
}


/* sample http://webdev.jp.net/checkbox-radio-custom-css/ */
input#confirm{
    display: inline-block;
}

input#confirm + label {
    position: relative;

    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
/*    line-height: 30px;*/

    cursor: pointer;
}



/*old*//*
.thanks_sendmail_p{
	font-size:16px;
	line-height:1.9;
	text-align:center;
}*/
.thanks_auth_p ,
.thanks_sendmail_p{
	font-size:23px;
	line-height:1.9;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	display:table;
}
.thanks_auth_p p ,
.thanks_sendmail_p p{
	margin-bottom:1.5em;
}


@media (min-width: 1px) {
input#confirm {
        display: none;
        margin: 0;
    }
input#confirm + label {
        padding: 0 0 0 31px;
    }
input#confirm + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 25px;
        height: 25px;
        margin-top: -15px;

        background: #FFF;
    }
input#confirm+ label::before {
        border: 1px solid #b5b5b5;
    }
input#confirm:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
input#confirm:checked + label::after {
        left: 3px;

        width: 20px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #666;
        border-bottom: 3px solid #666;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





div.balloon01{
    dispay: inline-block;
    position: relative;
	padding:39px 39px 49px;
    border: 1px solid #b5b5b5;
	background-color:#fff;
	margin-bottom:32px;


}
div.balloon01:before {
    content: "";
    display: inline-block;;
    position: absolute;
    left: 50%;
    bottom: -30px;
	margin-left:-40px;

	border-style: solid;
	border-width: 30px 40px 0 40px;
	border-color: #b5b5b5 transparent transparent transparent;


}
div.balloon01:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
	margin-left:-40px;
    bottom: -29px;
	border-style: solid;
	border-width: 30px 40px 0 40px;
	border-color: #fff transparent transparent transparent;


}
div.balloon02{
	padding:39px 39px 49px;
    border: 1px solid #b5b5b5;
	background-color:#fff;
	margin-bottom:12px;
}


.balloon01 > ul ,
.balloon02 > ul {
	border-top:1px #b5b5b5 solid;
	width:100%;
}
.balloon01 > ul li,
.balloon02 > ul li{
	border-bottom:1px #b5b5b5 solid;
	display: table;
	width:100%;
}
.balloon01 > ul li .title ,
.balloon02 > ul li .title {
	display: table-cell;
	vertical-align: top;
	padding-top:1.5em;
	padding-bottom:1.5em;
	font-size:14px;

}
.balloon01 > ul li .input,
.balloon02 > ul li .input{
	display: table-cell;
	vertical-align: top;
	padding-top:1em;
	padding-bottom:1em;
	font-size:14px;

}
.balloon01 > ul li .title ,
.balloon02 > ul li .title {
/*	width:200px;
	padding-right:1.5rem;*/
	width:208px;
	padding-right:1rem;

}

.balloon01 .title em.em_nini ,
.balloon01 .title span.error ,
.balloon01 .title span.ok ,
.balloon02 .title em.em_nini ,
.balloon02 .title span.error ,
.balloon02 .title span.ok {
	float:right;
	display:inline-block;
	color:#fff;
	min-width:3em;
	padding-left:0.3rem;
	padding-right:0.3rem;
	box-sizing:border-box;
	text-align:center;
	font-size:12px;
	line-height:1.5;
	vertical-align:middle;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.balloon01 .title span#error_mail.error {
	float: left;
	display: inline-block;
	width: 12.5em;
	text-align: left;
	font-size: 12px;
	margin-top:1em;
/*	color:#024a8e;
	background-color:#fff;
	border:#024a8e 1px solid;*/
}


.balloon01 .title span.error ,
.balloon02 .title span.error {
	background-color:#024a8e;
	}

.balloon01 .title span.ok ,
.balloon02 .title span.ok {
	background-color:#00cc66;
}

.balloon01 .title em.em_nini ,
.balloon02 .title em.em_nini {
	background-color: #bbb;
	font-style: normal;
}

.balloon01 input[type=text] ,
.balloon02 input[type=text] ,
.balloon01 input[type=tel] ,
.balloon02 input[type=tel] ,
.balloon01 input[type=email] ,
.balloon02 input[type=email] {
	max-width:100%;
	width:95.5%;
}
.balloon01 textarea ,
.balloon02 textarea {
	max-width:100%;
	width:98%;
}
.unit_add01 ,
.balloon01 input[type=text].unit_add01 ,
.balloon02 input[type=text].unit_add01 ,
.balloon01 input[type=tel].unit_add01 ,
.balloon02 input[type=tel].unit_add01 ,
.balloon01 input[type=email].unit_add01 ,
.balloon02 input[type=email].unit_add01 {
	max-width:95%;
	width : 90% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 4rem) ;
	width : calc(100% - 4rem) ;
}
.balloon01 input + em ,
.balloon02 input + em {
	font-style:normal;
	padding-left:0.5em;
	font-size:12px;
}

.balloon01 input[type=radio] {
    display: inline-block;
    margin-right: 6px;
}
.balloon01 input[type=radio] + label {
    position: relative;

    display: inline-block;
    margin-right: 12px;

    font-size: 14px;
    line-height: 30px;

    cursor: pointer;
}


 /* --confirm.php-- */
.confir ,
div.balloon02.confir{
	margin-bottom:15px;
}

.confir > ul li .input,
.balloon02.confir > ul li .input{
	vertical-align: middle;
}

.confir > ul li .input:after,
.balloon02.confir > ul li .input:after{
	vertical-align: middle;
	content: "　"
}


#button_1.block_006 {
	clear:both;
	padding:50px 15px 0;
}

#button_1.block_006:before, #button_1.block_006:after {
    content: '';
    display: table;
}
#button_1.block_006:after {
    clear: both;
}
#button_1.block_006 {
    zoom: 1; /* for IE6/7 */
}

#submit_button_confirm ,
#submit_button_confirm2 {
	background-position: center top;
	border: 0 none;

    height: 1px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-indent: -99999px;
    width: 339px;
	padding:59px 0 0;
	background-repeat:no-repeat;
	background-image:url(img/btn-submit_001.png);
}
#submit_button_confirm {
	float:right;
}
#submit_button_confirm2 {
	margin-bottom:2%;
	margin-left:140px;
}

#button_1.block_006 p {
		width: 150px;
		height:60px;
}


#button_1.block_006 a {
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-indent: -99999px;
	width: 150px;
	padding: 59px 0 0;
	background-repeat: no-repeat;
	background-image: url(img/btn-back_001.png);
	display:block;
}

#submit_button_confirm:hover ,
#submit_button_confirm2:hover ,
#button_1.block_006 a:hover {
	opacity:0.8;
}

#button_1.block_006 #not_input p {
		width: 100%;
		height: auto;
		font-size:14px;
		text-align:center;
		padding-bottom:1rem;
}



#breadcrumbs ol.no_hover li a:hover {
    text-decoration: none;
}


 /* --//confirm.php-- */


@media (min-width: 1px) {
    .balloon01 input[type=radio] {
        display: none;
        margin: 0;
    }
    .balloon01 input[type=radio] + label{
        padding: 0 0 0 24px;
    }
    .balloon01 input[type=radio] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 16px;
        height: 16px;
        margin-top: -8px;

        background: #fff;
    }
    .balloon01 input[type=radio] + label::before {
        border: 1px solid #bbb;
        border-radius: 30px;
    }
    .balloon01 input[type=radio]:checked + label::before {
        border: 1px solid #0087ff;
        background: #0087ff;
    }
    .balloon01 input[type=radio]:checked + label::after{
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .balloon01 input[type=radio]:checked + label::after {
        left: 4px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #fff;
        border-radius: 8px;
    }

}




/* --select-- */
select {
/*	width: 100%;*/
	padding: 0.5em 30px 0.5em 0.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ddd;
	background: #fff;
	background: url(../common/img/select_icon01.png) right 50% no-repeat;/*-webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../img/select_icon01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;*/
}
#ui-datepicker-div select {

/*	padding: 0;*/
	-webkit-appearance: normal;
	-moz-appearance: normal;
	appearance: normal;
	border: 1px solid #ddd;
/*	background: #fff;
	background-image:none;*/
	 width: auto;
	 background-color:#ffffff;
	 padding-bottom:0;
	 padding-top:0;
	 margin-left:3px;
}



/*
#ui-datepicker-div select {

	padding: 0;
	-webkit-appearance: normal;
	-moz-appearance: normal;
	appearance: normal;
	
	background-image:none;
	 width: auto;
}
*/

#container_area ul li .error select {
	background: url(../common/img/select_icon01.png) right 50% no-repeat #ffcccc !important;
}

textarea {
/*	width: 100%;
	padding: 0.5em 30px 0.5em 0.5em;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ddd;
}
input[type="button"],input[type="text"],input[type="tel"],input[type="email"],input[type="submit"] {
	padding: 0.5em;
}
.form_p01 input[type="email"]{
	padding:1px;
}
/*
.ok {
    color: blue;
    font-weight: bold;
    margin: 0 0 1em;
}

span.error {
    color: red;
    font-weight: bold;
    margin: 0 0 1em;
}
*/
#form_end-btn{
	text-align:center;
	margin-top:40px;
}

#form_end-btn a img{
	margin-left:auto;
	margin-right:auto;
}


@media screen and (max-width: 759px) {


.policyarea {
    padding: 3.8% 1.8% 3.8% 3.8%;
    width: 100%;
}
/* -- iframe sp --*/

#iframetxt {
    font-size: 10px;
    height: 100px;
    line-height: 1.6;
    overflow: auto;
    width: 100%;
}
#iflong #iframetxt {
	    height: 200px;
}

/*↑↑↑
土屋さんへ「2」

スマホ版の設定です。

*/

/* -- //iframe sp --*/


li#doue01 .input > span {
    background-color: #f5f5f5;
    display: block;
    padding: 1ex;
    text-align: left;
}


li#doue01 .error {
    display: inline-block;
    margin-left: 0;
    position: relative;
}
li#doue01 .title {
    float: none;
    position: relative;
	display:inline;
}










div.balloon01{
    dispay: inline-block;
    position: relative;
	padding:0 0 6.5%;
    border: 1px solid #b5b5b5;
	background-color:#fff;
	margin-bottom:32px;


}
div.balloon01:before {
    content: "";
    display: inline-block;;
    position: absolute;
    left: 50%;
    bottom: -15px;
	margin-left:-22px;

	border-style: solid;
	border-width: 15px 22px 0 22px;
	border-color: #b5b5b5 transparent transparent transparent;


}
div.balloon01:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
	margin-left:-22px;
    bottom: -14px;
	border-style: solid;
	border-width: 15px 22px 0 22px;
	border-color: #fff transparent transparent transparent;


}


div.balloon02{
/*	padding:39px 39px 49px;
    border: 1px solid #b5b5b5;
	background-color:#fff;*/
	padding:0 0 0;
}


.balloon01 > ul ,
.balloon02 > ul {
	border-top:0 none;
	width:100%;
}

.balloon01 > ul li,
.balloon02 > ul li{
/*	border-bottom:1px #b5b5b5 solid;
	display: table;
	width:100%;*/
	display: block;

}
.balloon01 > ul li:last-child,
.balloon02 > ul li:last-child{
	border-bottom:0 none;


}
.balloon01 > ul li .title ,
.balloon02 > ul li .title {
/*	display: table-cell;
	vertical-align: top;*/
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size:14px;
	display: block;
	background-color:#f5f5f5;
	vertical-align: middle;

}
.balloon01 > ul li .input,
.balloon02 > ul li .input{
/*	display: table-cell;
	vertical-align: top;*/
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size:14px;
	display: block;
	padding-right:0.5rem;
	padding-left:0.5rem;

}
.balloon01 > ul li .title ,
.balloon02 > ul li .title {
	width:100%;
	padding-right:0.5rem;
	padding-left:0.5rem;

}

.balloon01 .title em.em_nini ,
.balloon01 .title span.error ,
.balloon01 .title span.ok ,
.balloon02 .title em.em_nini ,
.balloon02 .title span.error ,
.balloon02 .title span.ok {
	float:none;
	margin-left:1ex;
	margin-top:-1%;
/*	display:inline-block;
	color:#fff;
	min-width:3em;
	padding-left:0.3rem;
	padding-right:0.3rem;
	box-sizing:border-box;
	text-align:center;
	font-size:12px;
	line-height:1.5;
	vertical-align:middle;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
}


.balloon01 .title span#error_mail.error {
/*	float: left;
	display: inline-block;
	width: 12.5em;
	text-align: left;
	font-size: 12px;*/

	margin-top:0;
	float: none;

}

.balloon01 input[type=text] ,
.balloon02 input[type=text] ,
.balloon01 input[type=email] ,
.balloon02 input[type=email] ,
.balloon01 input[type=tel] ,
.balloon02 input[type=tel] {
	max-width:93%;
}
.balloon01 input.c000,
.balloon02 input.c000 {
	max-width:93%;
}

.unit_add01 ,
.balloon01 input[type=text].unit_add01 ,
.balloon02 input[type=text].unit_add01 ,
.balloon01 input[type=tel].unit_add01 ,
.balloon02 input[type=tel].unit_add01 ,
.balloon01 input[type=email].unit_add01 ,
.balloon02 input[type=email].unit_add01{
	max-width:90%;
	width : 90% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 4rem) ;
	width : calc(100% - 4rem) ;
}


#button_1,
#button_2,
#button_3 {
	border-top:1px #b5b5b5 solid;
}


	#submit_button_1,
	#submit_button_2,
	#submit_button_3,
	#submit_button_4 {
	/*		padding: 20px 40px;
		font-size: 16px;
		background-color: #ffffff;
		color: #024a8e;
	cursor: pointer;

	border: 0 none;
	cursor: default;
	display: table;
	margin-left: auto;
	margin-right: auto;
	background-position: top;
	overflow: hidden;
	height: 1px;
	text-indent: -99999px;*/

	margin-top: 6.5%;
	width: 80.95%;
	background-size: 100% 200% !important;
	background-repeat:no-repeat;

	}
#submit_button_1{
	padding: 21.42% 0 0;
	background: url(img/btn-block_001.png);
}
	#submit_button_2,
	#submit_button_3,
	#submit_button_4 {
		padding:14.28% 0 0;
}







#button_1.block_006 {
	clear:both;
	padding:1em 1em 1em;
}

#submit_button_confirm ,
#submit_button_confirm2 {
/*	background-position: center top;
	border: 0 none;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-indent: -99999px;
	background-repeat: no-repeat;*/
	background-image: url(img/btn-submit_001-sp.png);
	background-size:cover;
	float: none;
	padding: 19.04% 0 0;
    width: 100%;
}
#submit_button_confirm2 {
	margin-left:0;
}

#button_1.block_006 p {
		width: 100%;
		height: auto;
		padding-top:6.3%;
}
#button_1.block_006 #not_input p {
		padding-top:0;
}


#button_1.block_006 a {
/*	height: 1px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-indent: -99999px;
	width: 150px;
	padding: 59px 0 0;
	display: block;
	background-repeat: no-repeat;*/
	background-image: url(img/btn-back_001-sp.png);
	padding: 13.33% 0 0;
	background-size:cover;
    width: 47.61%;
}

#form_end-btn{
/*	text-align:center;*/
	margin-top:8%;
}
#form_end-btn img{
	width:53.135%;
	height:auto;

	}

.balloon01 > ul li, .balloon02 > ul li {
    border-bottom: 0 none;
}




input#confirm + label {
    font-size: 14px;
}

input#confirm + label::before {
/*
        content: "";
        position: absolute;
        top: 50%;
        background: #FFF;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
		*/
        left: 0.3em;
        width: 1.2em;
        height: 1.2em;
        margin-top: -0.6em;

    }


.balloon01 input[type=radio] + label::before {
		/*
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        background: #fff;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
*/
        width: 1.4em;
        height: 1.4em;
        margin-top: -0.7em;
}


    .balloon01 input[type=radio] + label::before {
        border: 1px solid #bbb;
        border-radius: 30px;
    }
    .balloon01 input[type=radio]:checked + label::before {
        border: 1px solid #0087ff;
        background: #0087ff;
    }
    .balloon01 input[type=radio]:checked + label::after{
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .balloon01 input[type=radio]:checked + label::after {
        left: 0.4em;

        width: 0.6em;
        height: 0.6em;
        margin-top: -0.3em;

        background: #fff;
        border-radius: 0.7em;
    }

#mail_confirm {
 /*   font-size: xx-large;
    font-weight: normal;
    margin: 0;*/
    font-size: x-large;
word-break: break-all;
line-height:1.2;
padding:3% 0;
}


/*old*//*
.thanks_sendmail_p{
	font-size:13px;
	line-height:1.8;
}*/
.thanks_sendmail_p{
/*	font-size:25px;*/
	font-size:3.2vw;
}
.thanks_auth_p {
/*	font-size:23px;*/
	font-size:3.0vw;
}
}