@charset "utf-8";
/*------------------------------------------------------------
	資料請求・お問い合わせ
------------------------------------------------------------*/
/* PC/スマホ共通 */

input {
border:solid 1px #e4e0d3;
background-color: #fdfbf6;
}
textarea {
border:solid 1px #e4e0d3;
background-color: #fdfbf6;
}

.select-box {
  background: #fdfbf6;
  border: 1px solid #e4e0d3;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 140px;
}

.wrap_box {
    margin: 0;
    box-shadow: none;
    clear: both;
}
.wrap_box input[type=radio],
.wrap_box input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.wrap_box input[type=radio] + label,
.wrap_box input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}

#btn_submit {
	margin: 0 auto;
	padding: 40px 0 80px;
	width: 100%;
	text-align: center;
}

#btn_back {
	margin: 0 auto;
	padding: 40px 0 80px;
	width: 100%;
	text-align: center;
}

/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input{
background:url(../img/contact/img_btn03_contact.png) no-repeat top left;
width:268px;
height:44px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
text-align: center;
}
 
.mw_wp_form_confirm .btn input{
/*送信ボタン用*/
background:url(../img/contact/img_btn05_contact.png) no-repeat top left;
width:268px;
height:44px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
margin-left: 20px;
}
 
#submitback input{
/*戻るボタン用*/
background:url(../img/contact/img_btn04_contact.png) no-repeat top left;
width:268px;
height:44px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
padding-right: 15px;
}
 
@media (min-width: 1px) {
    .wrap_box input[type=radio],
    .wrap_box input[type=checkbox] {
        display: inherit;
        margin: 3px;
    }
    .wrap_box input[type=radio] + label,
    .wrap_box input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .wrap_box input[type=radio] + label::before,
    .wrap_box input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #fdfbf6;
    }
    .wrap_box input[type=radio] + label::before {
        border: 1px solid #e4e0d3;
        border-radius: 30px;
    }
    .wrap_box input[type=checkbox] + label::before {
        border: 1px solid #e4e0d3;
    }
    .wrap_box input[type=radio]:checked + label::after,
    .wrap_box input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .wrap_box input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #fdfbf6;
        border-radius: 8px;
    }
    .wrap_box input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


#contact_area {
	width: 99%;
}
#contact_area .border_box .inner .news_list {
	margin: 0px 0px 10px;
	padding: 5px 0px;
	border-bottom: 1px dotted #b8b8b8;
}
.table_form {
	width: 890px;
	margin: 0 auto 14px;
	clear: both;
}
.table_form tr th {
	border: 1px solid #dbdbdb;
	padding: 20px 15px;
	width: 440px;
}
.table_form tr td {
	border: 1px solid #dbdbdb;
	padding: 20px 15px;
}
.table_form tr th {
	background: #e5f1fa;
	text-align: center;
}
.table_form a:after {
	background: none;
}
.font_red {
	color: #ea3743;
}
.font_blue {
	color: #5ba6db;
	font-weight: bold;
}
 @media screen and (min-width: 681px) {
#contact_area .main_image h1 img {
	border: 3px solid #FFF;
}
.main_image {
	text-align: center;
	position: relative;
	margin: 0px auto 20px;
}
.main_image:before, .main_image:after {
	background: none repeat scroll 0 0 #777777;
	bottom: 18px;
	box-shadow: 0 15px 10px #777777;
	content: "";
	left: 10px;
	max-width: 300px;
	position: absolute;
	top: 80%;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	width: 50%;
	z-index: -1;
}
.main_image:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
#contact_area .page_navi {
	background: #dcebf5;
	margin: 0px 0px 14px;
	padding: 8px 0;
	text-align: center;
}
#contact_area .otoiawase {
	width: 323px;
	margin: 20px auto;
}
#contact_area .otoiawase p {
	padding-top: 12px;
}
#contact_area .siryou {
	width: 323px;
	margin: 20px auto;
}
#contact_area .siryou p {
	padding-top: 12px;
}
#contact_area .page_navi li {
	width: 22%;
	text-align: center;
	background: #FFF;
	display: inline-block;
	box-shadow: 0px 0px 4px rgba(103,172,220,.4);
	font-size: 15px;
	font-weight: bold;
	margin: 0 0.65%;
	border-radius: 5px;
}
#contact_area .page_navi li a {
	padding: 14px 0;
	display: block;
}
#contact_area .page_navi .navi01 a {
	color: #42a3e8;
}
#contact_area .page_navi .navi02 a {
	color: #f36f74;
}
#contact_area .page_navi .navi03 a {
	color: #a1c757;
}
#contact_area .page_navi .navi04 a {
	color: #fba44d;
}
#contact_area #summary h1 {
	font-size: 25px;
	font-weight: bold;
	background: url(../img/beginners/bg_line01.png) repeat-x left bottom;
	text-align: center;
	margin: 14px 0 30px;
	padding: 0px 0px 30px;
	line-height: 1.2;
}
#contact_area #summary .right_box {
	float: right;
	width: 47.06%;
}
#contact_area #summary .left_box {
	float: left;
	width: 50%;
}
#contact_area #summary .left_box li {
	margin: 0 0 2em;
}
#contact_area #summary .left_box li h2 {
	color: #61afe6;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 1em;
	background: url(../img/beginners/icon_02.png) no-repeat left center;
	padding: 0 0 0 15%;
}
#contact_area #summary .left_box li:first-child h2 {
	background: url(../img/beginners/icon_01.png) no-repeat left center;
}
#contact_area #summary .left_box li:last-child h2 {
	background: url(../img/beginners/icon_03.png) no-repeat left center;
	line-height: 2.8;
}
#contact_area #summary .left_box ul li .icon_arrow {
	background: url(../img/beginners/icon_arrow01.png) no-repeat left center;
	padding: 0px 0px 0px 1em;
}
.form-name01 {
	width: 215px;
	float: left;
	clear: both;
}
.form-name02 {
	width: 215px;
	float: left;
}
.form-name03 {
	width: 230px;
	float: left;
	clear: both;
}
.form-name04 {
	width: 230px;
	float: left;
}
}
/* ▼表示領域が680px未満の場合 */
@media screen and (max-width: 680px) {
#contact_area .main_image h1 img {
	border: 3px solid #FFF;
}
.main_image {
	text-align: center;
	position: relative;
	margin: 0px auto 20px;
}
.main_image:before, .main_image:after {
	background: none repeat scroll 0 0 #777777;
	bottom: 18px;
	box-shadow: 0 15px 10px #777777;
	content: "";
	left: 10px;
	max-width: 300px;
	position: absolute;
	top: 80%;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	width: 50%;
	z-index: -1;
}
.main_image:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
#contact_area .page_navi {
	background: #dcebf5;
	margin: 0px 0px 14px;
	padding: 8px 0;
	text-align: center;
}

.table_form {
	width: auto;
	margin: 0 auto 14px;
}
.table_form tr th, .table_form tr td {
	border: 1px solid #dbdbdb;
	padding: 9px 3px;
	font-weight: bold;
}
.table_form th {
        width: 96%;
        display: block;
}
.table_form td {
        width: 96%;
        display: block;
        text-align: left;
}

textarea {
	width: 95%;
}
#contact_area .otoiawase {
	text-align: center;
	padding-bottom: 30px;
}

#contact_area .otoiawase p {
	text-align: left;
	width: 280px;
	margin: 0 auto 15px;
}

#contact_area .siryou {
	text-align: center;
}

#contact_area .siryou p {
	text-align: left;
	width: 280px;
	margin: 0 auto 15px;
}

#contact_area #charm .wrap_box .table_form tr .ttl {
	font-size: 16px;
	display: block;
}

.form-name01 {
	width: 100%;
}
.form-name02 {
	width: 100%;
}
.form-name03 {
	width: 100%;
}
.form-name04 {
	width: 100%;
}
}
