/********** common **********/

body {
	font-family:  'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #333;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
	line-height: 1.6;
}
img {
	width: 100%;
}
h1, h2, h3, p, tr, td, dd, dt, span{
	font-family:  'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
h1 {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}

header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
header .logo {
	max-width: 240px;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
}

.another {
	font-size: 14px;
	text-align: right;
}
.another a {
	color: #eb4962;
}
.another a:hover {
	color: #ff2143;
	text-decoration: none;
}
form table{
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	vertical-align: top;
}
form table td{
	padding: 3px 12px 8px;

}
.kouza {
	width: 60%;
	float: left;
	margin: 20px 0 5px !important;
}
form#mailformpro .kouza label  {
	font-size: 16px;
}
.number {
	float: left;
}
.mailform_l {
	width: 820px;
	margin-top: 0;
}
.checklist {
	margin-top: 15px !important;
}
.checklist dt,
.checklist input {
	display: inline-block;
}
.checklist li {
	margin-bottom: 15px;
    text-indent: -1em;
    padding-left: 1em;
}
.checklist li .mfp_err {
	text-indent: 0em;
    padding-left: 0em;
}
form#mailformpro dl dd.checklist input,
form#mailformpro dl dd .reason input,
form#mailformpro dl dd .manzokudo input {
	width: 1em !important;
}
form#mailformpro dl dd .reason li,
form#mailformpro dl dd .manzokudo li {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 10px;
}
.privacypolicy {
	text-align: center;
	margin: 30px 0 40px;
}
.lead {
	font-size: 20px;
	margin-top: 20px;
}
.content {
	max-width: 800px;
	margin: 80px auto 20px;
	font-size: 20px;
	padding: 0 20px;
}

.branch_btn {
	width: 40%;
	margin: 60px auto;
}
.branch_btn li {
	text-align: center;
}
.branch_btn li a {
	color: #fff;
	text-decoration: none;
	/*border-radius: 4px;*/
	border-radius: 10px;
	background-color: #eb4962;
	width: 100%;
	margin: 30px auto 0;
	padding: 10px;
	display: block;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	font-size: 18px;
	font-weight: 700;
}
.branch_btn li a span {
	font-size: 24px;
}

.branch_btn a:hover {
  background-color: #ff2143; 
}
.contents {
  margin: 40px 0 20px;
}
h2 {
	font-size: 30px;
	font-weight: 700;
	color: #04823c;
	position: relative;
	margin-top: 60px;
	padding: .1em 0 .2em .75em;
	border-left: 6px solid #04823c;
}
h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0 10px;
}
#mailfield h3 {
	color: #04823c;
}
.flow {
	margin: 40px 0;
}
.flow li {
	margin-bottom: 10px;
}
.flow_detail {
    text-indent: -1em;
    padding-left: 1em;
}
.flow li strong {
	color: #eb4962;
	font-weight: 500;
}
.notification {
	text-align: center;
	margin: 40px 0;
	padding: 10px 20px;
	border: 1px solid #eb4962;
	color: #eb4962;
	font-weight: 500;
}
.pdf{
	display:inline;
	margin:0 0 0 5px;
}
.pdf .pdf_icon{
	width:24px;
	height:auto;
	vertical-align:middle;
}





footer {
	background-color: #04823c;
	padding: 3px 0 3px;
	margin-top: 30px;
	color: #FFFFFF;
}
footer .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
footer .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 20px 15px;
	overflow: hidden;
}
footer .left {
	width: 45%;
	float: left;
}
footer table th,
footer table td {
	padding: 6px 10px 6px 0;
}
footer table th {
	width: 6em;
	vertical-align: top;
}
footer .right {
	width: 50%;
	float: right;
}
footer small {
	display: block;
	text-align: center;
	font-size: 13px;
	margin: 15px 0 15px;
}

/********** contact **********/

header {
	max-width: initial;
	background-color: #04823c;
	position: initial;
}
header .inner {
	max-width: 1000px;
	margin: 0 auto;
}
header .logo {
	margin-top: 5px;
}

.contactform header {
	max-width: initial;
	background-color: #04823c;
	position: initial;
}
.contactform header .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.contactform header .logo {
		margin-top: 5px;
}

.contact {
	padding-bottom: 160px;
	max-width: 1000px;
	padding: 20px;
	margin: 0 auto;
}


input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
form dl{
	width : 600px;
	margin : 10px auto;
	font-size: 18px;
}

form dl dt:first-child,
form dl dt:first-child+dd{
	border : none;
}
form dl dd .field {
	padding:5px 10px; 
	line-height: 1.5;
	border:1px solid #aca0a4;
	width: 578px;
}
form dl dd .radio {
	margin: 0 5px 10px;
}
form dl dt span{
	font-size : 1.4rem;
	color : #cc1800;	
}
form dl dd .other {
	border : 1px solid #ccc;
}
form dl dt .notes {
	font-size: 16px;
	font-weight: normal;
	color: #34242a;
}
form dl dt .undecided {
	color: #999;
	font-size: 12px;
	font-weight: normal;

}

#form_submit {
	text-align: center;
}
#form_submit_button{
	width: 600px;
	background-color: #003e7d;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    padding: 20px;
    font-size: 2.4rem;
    transition: all 0.3s;
}
#form_submit_button:hover{
	background-color: #34242a;
}
::placeholder {
	color: #aca0a4;
	opacity: 0.75;
}
::-webkit-input-placeholder {
	color: #aca0a4;
	opacity: 0.75;
}
/* IE */
:-ms-input-placeholder {
	color: #aca0a4;
	opacity: 0.75;
}
/* Edge */
::-ms-input-placeholder {
	color: #aca0a4;
	opacity: 0.75;
}



.sp_only {
	display: none;
}


/****************************** tablet表示 *******************************/
@media screen and (min-width: 768px) and (max-width: 1024px) {

	
}



/****************************** SP表示 *******************************/
@media screen and (max-width: 767px) {
	header {
		padding: 5px  10px;
	}
	header .logo {
		width: 160px;
		margin-top: 16px;
		margin-right: 2%;
	}
	.content {
		width: 96%;
		padding: 0 3%;
		font-size: 15px;
	}
	footer {
		padding: 5px 0 5px;
	}

	footer .inner {
		padding: 20px 4% 15px;
		font-size: 12px;
	}
	footer .left,
	footer .right {
		width: 100%;
	}

	.contact {
	padding: 1%;
	}
    
    form dl dt .notes {
    font-size: 12px;
    }
	form dl,
	.mailform_l {
	width: 100%;
	margin-bottom: 30px;
	}
	form dl dd .field {
	width: 93%;
	}
	form table{
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	vertical-align: top;
	}
	form table td {
		padding: 0 5px;
	}
	form#mailformpro dl dd .reason {
		margin-bottom: 30px;
	}
	form#mailformpro dl dd .reason li {
		width: 45%;
		margin-right: 0;
	}
	form#mailformpro dl dd .reason li.text {
		width: 100%;
	}
	form#mailformpro .reason li.text textarea {
		width: 80% !important;
	}
	form#mailformpro dl dd .manzokudo li {
		width: 30%;
		margin-right: 0;
	}
	form#mailformpro dl dd .manzokudo li :last-child {
		margin-right: 0;
	}
	form#mailformpro dl dd textarea {
	min-height: 150px;
	}
	#form_submit_button {
	width: 100%;
	}
	::placeholder {
	font-size: 16px;
	}
	.contact {
	padding: 20px 4% 0;
	}
	form#mailformpro dl dd select {
		font-size: 16px;
	}
	
	h1 {
	font-size: 24px;
	margin-bottom: 20px;
	}
	h2 {
	font-size: 22px;
    margin-top: 20px;
	}
	h3 {
	font-size: 20px;
	}
	#mailfield h3 {
	margin-bottom: 0;
	}
	.flow {
	margin: 20px 0;
	}
	.branch_btn {
	width: 100%;
	margin: 60px auto;
	}
	.branch_btn li a {
	width: auto;
	}
	.branch_btn li a span {
	font-size: 20px;
	font-weight: 700;
	}
	.mailform .lead {
		font-size: 18px;
	}

	.pc_only {
	display: none;
	}
	.sp_only {
	display: block;
	}

}

