@charset "utf-8";
/* CSS Document */


/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

.indentback{
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	border: solid 1px #ccc;
	width: auto;
	padding: 20px 40px;
	margin: 0 auto 0px;
}
.send_back{
	margin-top:-50px;
	
}

del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
body {
	-webkit-text-size-adjust : 100%!important;
}
#form div #str4 {
}


/*PCでの表示*/
@media screen and (min-width: 768px) {
		.form_pdflink{
		width: 500px;
		overflow: hidden;
		  padding-left:0em;
  text-indent: 0em;
		margin: 20px auto;
		}
#content {
	padding: 0 50px;
}
/*入力*/
.form_area {
	width: 1022px;
	margin: 0 auto;
	overflow: hidden;
}
.form_textarea {
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 15px;
}
.form_textarea .midasi {
	width: 240px;
	float: left;
	text-align: left;
}
.form_textarea .textbox {
	width: 420px;
	float: left;
}
.form_textarea .textbox2 {
	width: 770px;
	float: left;
}
.form_textarea .star {
	color: red;
}
}
/*PCでの表示end*/
 /* ↓スマホ・PC両方での表示 */  
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*ヘッダー*/

#hed {
	text-align: left
}
/*-------------------------
---------------------------*/
.sp_list {
	font-size: 15px;
}
.gray_area {
	border: 1px solid #009fe6;
}
.sp_area {
	padding: 10px;
}
input:focus {
	border: 1px solid #009fe6;
}
textarea:focus {
	border: solid 1px #009fe6;
}
.hoge_pink {
	background-color: #ffffff;
	line-height: 180%;
}
.formmidasi2 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 25px;
	line-height: 200%;
	padding: 5px;
	width: 97%;
}
.formmidasi3 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 25px;
	line-height: 200%;
	padding: 5px;
	width: 97%;
}
.formmidasi4 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 200%;
	padding: 5px;
	width: 97%;
}
/*********************************************
 * フォーム用
 *********************************************/
.hide {
	display: none;
}
.def {
}
.fm_table {
	margin-left: auto;
	margin-right: auto;
}
.fm_tr {
	overflow: hidden;
	border-bottom: dotted #999999 1px;
}
.fm_th {
	float: left;
	padding: 10px;
	text-align: right;
	font-weight: bold;
}
.fm_td {
	float: left;
	padding: 10px;
}
.fm_button {
	text-align: center;
	padding: 15px;
}
.check_mark {
	font-size: 24px;
	color: #00aa00;
}
.check_mark2 {
	font-size: 24px;
	color: #00aa00;
	margin: 20px;
	display: block;
	float: right;
}
.koumokuari {
	color: #04a4e1;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	line-height: 130%;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left
}
.koumokuari2 {
	color: #04a4e1;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	line-height: 130%;
	padding-left: 1em;
	text-indent: -1em;
	text-align: center
}
.ok_mark {
	color: #00aa00;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.fm_button {
	text-align: center;
	padding: 15px;
}
.fa-check-square-o {
	font-size: 24px;
	color: #F36;
}
.btn_check {
	cursor: pointer;/*カーソルを指先型にします*/
}
.dot_border {
	border-bottom: dotted 1px #CCCCCC;
	padding-bottom: 10px;
}
.hmidasi {
	background-color: #00aa00;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	height: 20px;
	text-align: left;
	margin-top: 10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.kakunin_midasi {
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	font-size: 22px;
	line-height: 120%;
	margin-bottom: 10px;
	color: #00aa00;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.kakunin_text {
	font-size: 16px;
	line-height: 150%;
	color: #FFF;
}
.green_back2 {
	background-color: #00aa00;
	padding: 12px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.tel_bango {
	margin: 0 auto;
	text-align: center;
}
/*for Webkit*/
input::-webkit-input-placeholder {
color: #ccc
}
/*for Firefox*/
input:-moz-placeholder {
color: #ccc
}
input#check {
	padding: 30px 40px;
	height: 60px;
	font-size: 20px;
	background-color: #00a1e9;
	color: #FFF
}
input#back {
	height: 60px;
	font-size: 20px;
	padding: 30px 40px;
	background-color:#CCC
}
input#send {
	height: 60px;
	font-size: 19px;
	padding: 30px;
	background-color:#00a1e9;
	color:#FFF
}
.btn_check {
	height: 60px;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 0px;
}
.del {
	font-size: 20px;
	color: #00aa00;
	height: auto;
	display: block;
	padding-bottom: 30px;
	padding-top: 10px;
	line-height: 1.5em;
	text-align: left;
}
#content {
	margin: 0 5px;
}
/*********************************************
注意書きテキスト
 *********************************************/
 
 
.red {
	color: red;
	margin: 10px 0;
	display: block;
}
.content_text {
	line-height: 1.3em;
}
.form_area {
	margin-top: 30px;
}
sup {
	font-size: larger;
	color: #04a4e1;
}
.hituyou {
	margin: 20px 0 10px;
	color: #04a4e1;
}
.midasi {
	font-size: 16px;
	font-weight: bold;
	line-height: 180%;
}
#copyright {
	font-size: 10px;
	text-align: center;
	margin: 20px 0;
}
* {
	-webkit-appearance: none;
}
.tel_area {
	margin: 5px 0 20px;
}
.wise_tel {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	text-decoration: none;
}
.tel_toiawase {
	margin-bottom: 5px;
	background-color: #faee00;
	padding: 10px 10px 10px 10px;
	line-height: 25px;
	height: 40px;
	color: #333;
	font-weight: bold;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

.text_size {
	font-size: 16px;
	line-height: 180%;
}
.f_left {
	float: left;
	width: 80%
}
.f_left02 {
	float: left;
	width: 20%;
}
.kakomi {
	overflow: hidden;
}
.table_m {
	padding: 5px 5px 5px 0;
	line-height: 150%;
}
.table_b {
	color: #04a4e1;
}
.hogosya {
	font-size: 20px;
	border-bottom: dotted #ccc 1px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 180%;
}
/*チェックボタン*/            
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 25px;
	display: inline-block;
	color: #666;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;/*外枠の大きさ*/
	height: 20px;/*外枠の大きさ*/
	border: 1px solid #ccc;
	background: #fff;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	content: '';
	width: 14px;
	height: 14px;
	background: #04a4e1;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*チェックボタン　end*/    
.hogosya_program {
	text-align: center;
	margin: 45px auto;
}
#oreiaisatu_area {
	text-align: center;
	padding: 10px 10px 10px 10px;
}
.green_back {
	text-align: left;
}
.mousiokmi_end {
	font-weight: bold;
	color: red;
	font-size: 22px;
	line-height: 150%;
	margin-top: 20px;
}
 /* ↓スマホでの表示 */  
 @media screen and (max-width: 768px) {
.form_textarea .midasi {
	width: 240px;
	float: none;
	text-align: left;
	margin-bottom: -15px
}
.form_textarea .textbox {
	width: 90%;
	float: left;
}
.form_tel h2 {
	width: 105px;
	text-align: center;
	margin: 0 auto
}
img {
	float : none;
}
.tel_toiawase {
	margin-bottom: 5px;
	background-color: #faee00;
	padding: 10px 10px 10px 10px;
	line-height: 25px;
	height: 40px;
	color: #333;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.f_left {
	float: none;
	width: 100%
}
.f_left02 {
	float: none;
	width: 50%;
}
.green_back {
	padding: 0 50px;
}
.green_back {
	background-color: #00aa00;
	padding: 15px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	color: #ffffff;
	line-height: 150%;
}
.form_tel .tel_sp {
	width: 370px;
	margin: 0 auto 45px;
}
}
