@charset "UTF-8";


/* -------------------------------------------------

 CONTACT US

------------------------------------------------- */

#page .sec01 {
	margin: 80px 0 100px;
	position: relative;
}
@media screen and (max-width: 898px)  {
#page .sec01 {
	margin: 50px 0 80px;
}
}
@media screen and (max-width: 480px)  {
#page .sec01 {
	margin: 30px 0 80px;
}
}


/*  お問い合わせ
================================================== */
.contact_wrp	{
 width: 980px;
 margin: 0px auto;
}
.contact_wrp .cp	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:400;
	font-size:20px;
	position:relative;
	margin: 0 0 30px;
}
.contact_inner	{
	width:100%;
 margin: 0px auto;
	padding:0 0 50px;
}
.contact_inner:last-child	 {
	width:100%;
 margin: 0px auto;
	padding:0;
}
.contact_inner p	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 16px;
	margin-left: 20px;
}
.contact_inner p a	{
	color:#0010C2;
	text-decoration: underline;
}
.contact_inner p a:hover	{
	color: #0075C2;
	text-decoration: none;
}
.contact_inner > section	{
	width:100%;
	margin:0;
}
.contact_inner > section h3	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:500;
	font-size:22px;
	position:relative;
	margin: 0 0 30px;
	padding: 8px 15px;
	background-color:#C8E9FF;
	line-height: normal;
}
@media screen and (min-width: 899px) and (max-width: 1140px) {
.contact_wrp	{
 width: 95%;
 margin: 0px auto;
}
}
@media screen and (max-width: 898px)  {
.contact_wrp	{
 width: 95%;
 margin: 0px auto;
}
.contact_wrp .cp	{
	width: 95%;
	font-size:18px;
	margin: 0 auto 30px;
}
}
@media screen and (max-width: 768px)  {
.contact_inner > section h3	{
	font-size:18px;
	margin:0 0 15px;
}
.contact_inner p	{
	font-size: 14px;
	line-height:1.5;
}
}
@media screen and (max-width: 480px)  {
.contact_wrp .cp	{
	font-size:16px;
	margin: 0 auto 20px;
}
.contact_inner > section h3	{
	font-size:16px;
}
.contact_inner p	{
	margin: 0 10px;
}
}


/* 入力フォーム
================================================== */
.contact_form	{
	padding:20px 0 0;
}
.contact_form::after {
 content: "";
 display: block;
 clear: both;
}
form.mail_form	{
 width:100%;
	margin:0 auto;
 font-family:'Noto Sans JP', sans-serif;
	font-style:normal;
	font-weight:400;
}
form.mail_form dl	{
 width:100%;
 overflow:hidden;
 border-top:1px solid #ccc;
 border-bottom:1px solid #ccc;
}
form.mail_form dl dt	{
 clear:both;
 width:40%;
 float:left;
 text-align:left;
 border-top:1px solid #ccc;
	padding:40px 0;
	font-weight:normal;
}
form.mail_form dl dd	{
 width:60%;
 float:left;
 border-top:1px solid #ccc;
	padding:40px 0;
}
form.mail_form dl dt:first-child,
form.mail_form dl dt:first-child+dd	{
 border:none;
 background:none;
}
form.mail_form input	{
 border:2px solid #8ba3cb;
 border-radius:5px;
 background:#fafafa;
	height:50px;
	padding:7px 10px 10px 10px;
}
/*form.mail_form select	{
 border : 1px solid #6DA692;
 border-radius : 3px;
 background : #fafafa;
	height:35px;
}*/
form.mail_form input:focus	{
 box-shadow:0px 0px 5px #c1d3f1;
	background-color:#c1d3f1;
	outline:0;
 background:#fff;
}
form.mail_form ul li	{
 list-style-type:none;
}
form.mail_form textarea#mail_contents_inq {
	width:100%;
 height:200px;
 /*resize : vertical;*/
 border:2px solid #8ba3cb;
 border-radius:5px;
 background:#fafafa;
	padding:7px 10px 10px 10px;
	resize:none;
}
form.mail_form textarea#mail_address	{
	width:100%;
 height:100px;
 /*resize : vertical;*/
 border:2px solid #8ba3cb;
 border-radius:5px;
 background:#fafafa;
	padding:7px 10px 10px 10px;
	resize:none;
}
form.mail_form textarea#mail_contents_inq:focus,
form.mail_form textarea#mail_address:focus	{
 box-shadow:0px 0px 5px #c1d3f1;
	background-color:#c1d3f1;
	outline:0;
 background:#fff;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:#999;
		font-size:14px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#999;
		font-size:14px;
}
::placeholder{ /* Others */
	 color:#999;
		font-size:14px;
}
.privacy_txt	{
	line-height: 1.8;
	text-align: center;
	margin: 0 0 30px;
}
a.link	{
	color:#0010C2;
	text-decoration:underline;
}
a.link:hover	{
	text-decoration:none;
}
@media screen and (max-width: 768px)  {
.contact_form	{
	padding:5px 0 0;
}
form.mail_form dl	{
 width:auto;
}
form.mail_form textarea#mail_contents_inq,
form.mail_form textarea#mail_address	{
 max-width:100%;
}
form.mail_form dl dt	{
 width:auto;
 float:none;
	padding:20px 0 5px;
	font-weight:bold;
}
form.mail_form dl dd	{
 width:auto;
 float:none;
	border-top:none;
	padding:5px 0 20px 0px;
}
}
@media screen and (max-width: 480px)  {
.contact_form	{
	padding:15px 0 0;
}
form.mail_form dl dt,
form.mail_form input,
form.mail_form textarea#mail_contents_inq,
form.mail_form textarea#mail_address	{
	font-size:14px;
}
.privacy_txt	{
	font-size:14px;
	text-align:left;
	margin: 0 0 20px;
}
}

/*  	送信ボタン
================================================== */
#send_btn[type="submit"]{
 width : auto;
 height : auto;
 padding : 10px 100px;
 vertical-align : middle;
 color : #ffffff;
 background:#194F99;
 border : 1px solid #194F99;
 border-radius : 3px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
 font-weight : 500;
	margin-top:15px;
	transition: .3s;
	position:relative;
	font-size: 20px;
}
#send_btn[type="submit"]:hover{
 cursor : pointer;
 color : #333;
 background:	#fff;
 border : 1px solid #999;
}
#send_btn[type="submit"][disabled] {
 color : #ddd;
 background:#fff;
 border : 1px solid #cccccc;
	cursor:default;	
}
@media screen and (max-width: 768px)  {
#send_btn[type="submit"]{
	font-size: 18px;
}
}
@media screen and (max-width: 480px)  {
#send_btn[type="submit"],
#send_btn[type="submit"][disabled]{
 width :	100%;
 padding : 15px 0px;
	font-size:16px;
}
}

/*  チェックボックス
================================================== */
.label_list {
 margin: auto;
 max-width: 100%;
 line-height: 1.3;
}
.label_list::after {
 display: block;
 content: '';
 clear: both;
}
.label_list_item2 {
 width: 100%;
	margin:15px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.label_list_item2 label {
 position: relative;
 display: block;
 word-break: break-all;
}
.label_list_item2 label input[type="checkbox"] + span {
 position: relative;
 padding: 0 0 0 30px;
}
@media screen and (max-width: 480px)  {
.label_list_item2 label input[type="checkbox"] + span {
	font-size:14px;
}
.label_list_item2 label {
	font-size:14px;
}
}

/*  チェックボックスの色
================================================== */
.checkbox label span {
 display: inline-block;
	padding:0 0 10px 35px;
	font-weight:normal;
}
.checkbox label input[type="checkbox"] {
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
}
.checkbox label input[type="checkbox"] + span::before, .checkbox label input[type="checkbox"] + span::after {
 position: absolute;
 top: 0;
 left: 0;
 display: inline-block;
 content: '';
 box-sizing: border-box;
}
.checkbox label input[type="checkbox"] + span::before {
 z-index: 0;
 background-color: #fff;
 width: 22px;
 height: 22px;
 border: 2px solid #194F99;
 border-radius: 5px;
}
.checkbox label input[type="checkbox"] + span::after {
 z-index: 1;
 margin: 5px 8px;
 width: 6px;
 height: 9px;
}
.checkbox label input[type="checkbox"]:checked + span::before {
 background-color: #194F99;
}
.checkbox label input[type="checkbox"]:checked + span::after {
 border: 2px solid #fff;
 border-width: 0 2px 2px 0;
 -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
         transform: rotate(45deg);
}
@media screen and (max-width: 568px)  {
.checkbox label span {
 display: inline-block;
	padding:0 0 5px 35px;
	font-weight:normal;
}
}

/*  送信ボタン
================================================== */
form.mail_form input#mail_submit_button[type="submit"]{
 width : auto;
 height : auto;
 padding : 15px 30px;
 vertical-align : middle;
 color : #ffffff;
 background:	#333;
 border : 1px solid #cccccc;
 border-radius : 3px;
 font-weight : bold;
	margin-top:20px;
}
form.mail_form input#mail_submit_button[type="submit"]:hover{
 cursor : pointer;
 color : #ffffff;
 background:#194F99;
}
form.mail_form input#mail_submit_button[type="submit"][disabled] {
 width : auto;
 height : auto;
 padding : 15px 30px;
 vertical-align : middle;
 color : #ffffff;
 background : #ccc;
 border : 1px solid #cccccc;
 border-radius : 3px;
 font-weight : bold;
	margin-top:20px;
	cursor:default;	
}
@media screen and (max-width: 375px)  {
form.mail_form input#mail_submit_button[type="submit"]{
 padding : 15px 30px;
	font-size:14px;
}
}

/*  ラジオボタン・チェックボックス
================================================== */
.label_list {
 margin: auto;
 max-width: 100%;
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
 line-height: 1.3;
}
.label_list::after {
 display: block;
 content: '';
 clear: both;
}
.label_list_item {
 /*float: left;
 width: 33.3%;*/
	width: 100%;
	padding-bottom: 8px;
}
.label_list_item:last-child {
	padding-bottom: 0px;
}
.label_list_item2 {
 width: 100%;
	text-align:center;
}
.label_list_item label,
.label_list_item2 label {
 position: relative;
 display: block;
 word-break: break-all;
}
.label_list_item2 label input[type="checkbox"] + span,
.label_list_item label input[type="radio"] + span {
 position: relative;
 padding: 0 0 0 30px;
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
/*.label_list_item {
 float: left;
 width: 50%;
}*/
}
@media screen and (max-width: 768px)  {
/*.label_list_item {
 float: none;
 width: 100%;
	display:block;
	margin:0 0 10px;
}*/
.label_list_item label span {
 font-size:14px !important;
}
}
@media screen and (max-width: 480px)  {
.label_list_item label,
.label_list_item2 label {
	font-size:14px;
}
}

/*  ラジオボタンの色
================================================== */
.radio label span {
 display: inline-block;
	font-weight:normal;
	font-size:16px;
}
.radio label input[type="radio"] {
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
}
.radio label input[type="radio"] + span::before {
 position: absolute;
 display: inline-block;
 content: '';
 box-sizing: border-box;
 border-radius: 22px;
}
.radio label input[type="radio"] + span::before {
 z-index: 0;
 top: 0;
 left: 0;
 background-color: transparent;
 width: 22px;
 height: 22px;
 border: 2px #194F99 solid;
}
.radio label input[type="radio"]:checked + span::before {
 border-width: 6px;
}

/*  チェックボックスの色
================================================== */
.checkbox label span {
 display: inline-block;
	padding:0 0 10px 35px;
	font-weight:normal;
}
.checkbox label input[type="checkbox"] {
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
}
.checkbox label input[type="checkbox"] + span::before, .checkbox label input[type="checkbox"] + span::after {
 position: absolute;
 top: 0;
 left: 0;
 display: inline-block;
 content: '';
 box-sizing: border-box;
}
.checkbox label input[type="checkbox"] + span::before {
 z-index: 0;
 background-color: #fff;
 width: 22px;
 height: 22px;
 border: 2px #194F99 solid;
 border-radius: 5px;
}
.checkbox label input[type="checkbox"] + span::after {
 z-index: 1;
 margin: 5px 8px;
 width: 6px;
 height: 9px;
}
.checkbox label input[type="checkbox"]:checked + span::before {
 background-color: #194F99;
}
.checkbox label input[type="checkbox"]:checked + span::after {
 border: 2px solid #fff;
 border-width: 0 2px 2px 0;
 -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
         transform: rotate(45deg);
}
@media screen and (max-width: 568px)  {
.checkbox label span {
 display: inline-block;
	padding:0 0 5px 35px;
	font-weight:normal;
}
}



/*  inputの幅
================================================== */
.Font_Req {				/*   必須項目   */
	font-size:12px;
	line-height:normal;
	color:#fff;
	margin-left:8px;
	padding:0 8px 2px;
	background-color:#F32B2F;
	vertical-align:2px;
}
.Form_w50 {
	width:50px;
}
.Form_w100 {
	width:100px;
}
.Form_w200 {
	width:200px;
}
.Form_w300 {
	width:300px;
}
.Form_w400 {
	width:100%;
}
.Form_w500 {
	width:100%;
}
@media screen and (max-width: 768px)  {
.Font_Req {
	font-weight:400;
}
.Form_w100 {
	width:100px;
}
.Form_w200 {
	width:200px;
}
.Form_w300 {
	width:300px;
}
.Form_w400,
.Form_w500 {
	width:100%;
}
}
@media screen and (max-width: 568px)  {
.Form_w100 {
	width:100px;
}
.Form_w200 {
 width:100%;
}
.Form_w300 {
 max-width:100%;
}
.Form_w400,
.Form_w500 {
 max-width:100%;
}
}
@media screen and (max-width: 375px)  {
.Form_w50 {
	width:40px;
}
}

/* 色
================================================== */
.bg_blue	{
	background-color:#2559AB;
}
