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


/*================================================================== 
    form
===================================================================*/
input,
select,
textarea,
button {
  font: 16px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #333333;
  height: 35px; }


input:focus,
select:focus,
textarea:focus {
  color: #000000; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  outline: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #12C164; }

input[type="file"] {
  width: 100%;
  font-size: 12px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #efefef inset; }

/* ======= check ======= */
input[type="checkbox"],
input[type="radio"] {
  width: 1.5em;
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1, 1);
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(1, 1); }

input[type="button"],
input[type="submit"] {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }

input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 0.4;
  cursor: pointer; }

/* ======= select ======= */
select {
  -webkit-appearance: none;
  width: 100%;
  position: relative; }

/*selectは疑似要素NGなのでlabelにafter*/
label#selectTri {
  position: relative; }

label#selectTri::after {
  position: absolute;
  top: 0.7rem;
  content: '\f0dc';
  right: 10px;
  font-family: 'fontawesome';
  display: block;
  font-size: 14px; }

/*firefoxはデフォルト*/
@-moz-document url-prefix() {
  label#selectTri::after {
    display: none; } }


input, textarea, select {
  background-color: #fafafa !important;
  border-radius: 0 !important;
  font-size: 15px; }

::-webkit-input-placeholder {
  color: #999999;
  font-size: 15px; }

input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus, input[type="tel"]:focus {
  border: 1px solid #be2a2a; }

form {
  padding-top: 30px;
  padding-bottom: 50px; }

@media screen and (max-width: 768px) {
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form select,
  form textarea {
    -webkit-appearance: none;
    font-size: 15px; } 
}



/*================================================================== 
    #contact
===================================================================*/
/*================================================================== 
    base
===================================================================*/

#contact {
    padding: 100px 0 200px;
    margin: 0 auto;
    width: 640px;
}
#contact p,label {
    text-align: left;
   font-size: 16px;
}

#contact h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
	color: #366C9A;
}
#contact p.kaki {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    #contact {
        padding: 50px 20px 30px;
        width: 100%;
    }
    #contact h2 {
        font-size: 20px;
    }
}

/* ======= LPのsytle 打ち消し ======= */
#contact .soudan {
     width: auto;
     padding: 19px 0;
     background-color: #fff;
     text-align: left;
}
/* ======= LPのsytle 打ち消し ここまで ======= */

/*================================================================== 
    #thanks
===================================================================*/
#contact #thanks {
    padding: 100px 0 140px;
}
#contact #thanks .mb40 {
    margin-bottom: 40px;
}
#contact #thanks .center {
    text-align: center;
}
@media screen and (max-width: 768px) {
    #contact #thanks {
        padding: 50px 0 50px;
    }
}


/* ----------------------------------------------- 
    .numberBox 電話番号リンク
------------------------------------------------*/
.numberBox {
  border: #1678bf solid 3px;
  margin-top: 30px;
  position: relative; }

.numberBox .phoneIcon {
  width: 40px;
  padding: 20px 0;
  margin-left: 20px;
  margin-right: 5px; }

.numberBox .phoneEn {
  padding: 30px 0; }

.numberBox .num {
  color: #1678bf;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  padding: 10px 20px 10px 3px;
  margin: 20px 0;
  border-right: 1px solid #cccccc;
  font-family: 'Poppins', sans-serif; }

.numberBox .numInfo {
  position: absolute;
  top: 20px;
  right: 50px;
  display: inline-block;
  padding: 10px 0 20px 20px;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  .numberBox {
    margin-top: 10px;
    text-align: center; }

  .numberBox .phoneIcon {
    width: 30px;
    padding: 1.5rem 0 0;
    margin-left: 0;
    display: inline-block; }

  .numberBox .phoneIcon img {
    width: 30px; }

  .numberBox .num {
    font-size: 24px;
    padding: 10px 0px 5px 0px;
    margin: 10px 0;
    border-right: none; }

  .numberBox .numInfo {
    position: static;
    display: inline-block;
    padding: 5px 0 10px 0;
    border-top: 1px solid #ccc;
    vertical-align: middle;
    font-size: 12px;
    text-align: center; } }

/*================================================================== 
    #form
===================================================================*/

#form {
	margin-top: 0px;
}
#form p {
	padding: 0px;
}
#form .komeBox {
	color: #a72727;
	display: inline-block;
	padding-left: 10px;
}
#form .komeBox .mojiBox {
	color: #fff;
	background-color: #F7931E;
	display: inline-block;
	padding: 0px 5px 0 5px;
	margin-left: 3px;
	font-size: 15px;
	font-weight: bold;
    vertical-align: middle;
}
#form .pb20 {
    padding-bottom: 20px;
}
#form dl {
	border-bottom: dotted 1px #d0d0d0;
	padding: 19px 0 19px 0;
}
#form dl dt {
	float: left;
	width: 250px;
	font-weight: bold;
	font-size: 15px;
}
#form dl dd {
	float: left;
	width: 390px;
}
#form .sex {
	padding: 18px 0 0 0;
}
#form .sex dd div {
	float: left;
}
#form .sex label {
	width: 70px;/*float: left;*/
}
#form .sex label:hover {
        cursor: pointer;
    }
#form .sex input {
	width: 100px;
	float: left;
}
#form .styledRadio {
	float: left;
	clear: both;
	margin: 0 6px 6px 0;
}
#form select {
	color: #333;
	font-size: 15px;
	padding-left: 10px;
}
#form select:hover {
	cursor: pointer}
#form .telOk dd label {
	width: 180px;
	padding-bottom: 2px;
}
#form .telOk dd label:hover {
	cursor: pointer
}
#form .telOk dd .mojihosoku {
	font-size: 15px;
}
#form .telOk {
	padding-top: 30px 0 20px 0;
}
#form .telOk dd div {
	width: 180px;
	float: left;
	margin-bottom: 10px;
}
#form .telOk dd label {
	width: 180px;
	padding-bottom: 2px;
}
#form .soudan dd label {
	width: 180px;
	padding-bottom: 2px;
}
#form .soudan dd label:hover {
    cursor: pointer
}
#form .soudan {
	padding-top: 30px;
}
#form .soudan dd div {
	width: 180px;
	float: left;
	margin-bottom: 10px;
}
#form .soudanArea {
	padding-top: 30px;
	padding-bottom: 40px;
}
#form .soudanArea textarea {
	border-radius: 0;
    resize: vertical;
    height:160px;
    width: 100% !important;
}
#form .caution {
	margin-top: 30px;
}
#form .caution dt {
	float: none;
}
#form .caution dd .policy {
	height: 120px;
	width: 642px;
	overflow-y: scroll;
	font-weight: normal;
	border: solid 1px #cccccc;
	padding: 5% 10%;
	color: #999999;
	font-size: 15px;
}
#form label {
	display: block;
}
#form .styledCheckbox {
	float: left;
	clear: both;
	margin: 0 6px 6px 0;
	width: 180px;
}
#form .caution {
	padding-bottom: 20px;
	border-bottom: none;
}
#form .caution dd label {
    cursor: pointer
}
#form .caution dd {
	float: none;
	font-weight: bold;
	padding-top: 20px;
}
#form textarea {
    min-height: 160px;
}
#form .btn {
	margin-top: 30px;
}
#form .btn .soushin {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 642px;
	padding: 30px 0;
	padding-bottom: 60px;
	border: none;
    transition: all 0.2s;
	background: #f29847; /* Old browsers */
	background: -moz-linear-gradient(left, #f29847 0%, #ee7300 50%, #d45e12 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f29847 0%,#ee7300 50%,#d45e12 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f29847 0%,#ee7300 50%,#d45e12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29847', endColorstr='#d45e12',GradientType=1 ); /* IE6-9 */
}
/*  hover
---------------------------------------------*/
#form button:hover {
	cursor: pointer;
    background-color: #1678bf !important;
}

div#mfp_overlay_inner button:hover {
    opacity: 0.5;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #form .web {
        margin-top: 50px;
    }
    #form dl dt {
        width: 100%;
        margin-bottom: 3%;
        font-size: 16px !important;
    }
    #form dl dd {
        float: left;
        width: 100%;
        /*height: 40px;*/
    }
    #form .sex input {
        width: 100px;
        float: left;
    }
    #form .telOk dd {
        float: left;
        width: 100%;
    }
    #form .telOk {
        padding-top: 30px;
    }
    #form .soudan {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #form .soudan dd {
        float: left;
        width: 100%;
        height: auto;
    }
    #form .caution dt {
        float: none;
        width: 100%;
    }
    #form .caution dd .policy {
        width: 100%;
    }
    #form .btn .soushin {
        font-size: 16px;
        width: 100%;
        padding: 15px 0 40px 0;
    }
    #form button {
        cursor: pointer;
    }
    #form .komeBox .mojiBox {
        display: inline-block;
        padding: 0px 5px 0 5px;
        margin-left: 3px;
        font-size: 13px;
    }
}


/* ----------------------------------------------- 
    radio mailformpro
------------------------------------------------*/

label.radio.mfp_not_checked input,
label.radio.mfp_checked input,
label.radio.mfp_element_radio {
    display: none;
}
label.radio.mfp_not_checked,
label.radio.mfp_checked {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
label.radio.mfp_not_checked::before,
label.radio.mfp_checked::before {
	position: absolute;
	content: '';
	top: 14px;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 2px solid #bcc2ba;
	border-radius: 100%;
}
label.radio.mfp_checked::after {
	position: absolute;
	content: '';
	top: 13px;
	left: 3px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #F7931E;
	border-radius: 100%;
}
   
    
/* ----------------------------------------------- 
    checkbox mailformpro
------------------------------------------------*/   
label.check input {
    display: none;
}
label {
	line-height: 1.4;
}
label.check {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 22px;
	cursor: pointer;
}
label.check::before {
	position: absolute;
	content: '';
	top: 14px;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 2px solid #ccc;
}
label.check.mfp_checked::before {
	position: absolute;
	content: '';
	top: 14px;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #F7931E;
	border: 1px solid #F7931E;
}    
label.check.mfp_checked::after {
	position: absolute;
	content: '';
	top: 9px;
	left: 3px;
	width: 10px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*  mfp_confirm_table
---------------------------------------------*/

table#mfp_confirm_table tr th, 
table#mfp_confirm_table tr td {
    font-size:15px !important;
}
div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel{
    font-size: 17px !important;
}
#mfp_overlay_inner h4 {
    margin-bottom: 30px !important;
    font-size: 17px !important;
}
@media screen and (max-width: 768px) {
    table#mfp_confirm_table tr th, 
    table#mfp_confirm_table tr td {
        font-size:14px !important;
    }
    div.mfp_buttons button#mfp_button_send,
    div.mfp_buttons button#mfp_button_cancel{
        font-size: 16px !important;
    }
    #mfp_overlay_inner h4 {
        margin-bottom: 20px !important;
        font-size: 16px !important;
    }
	.small {
    font-size: 0.8em;
    margin-bottom: 10px!important;
}
}





/* ********************** ヘッダー・メイン画像 ************************ */
	
	#header {
		padding: 10px ;
		text-align: center;
		background-color: #366C9A;
	}
	
	#header br {
		display: none;
	}
	
	#header h1 {
		font-size: 16px;
		color: #fff;
	}
	
	#mainImg .inner {
		background-image: url(img/sumikawa/mainImg-back_sumikawa.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 60px 0 20px;
	}

/* ********************** フッター ************************ */
	footer {
		padding: 20px 0 150px;
		background-color: #366C9A;
	}
footer p {
	text-align: center;
	color: #fff;
}
	.to-top {
		position: fixed;
		bottom: 10px ;
		right: 10px;
        z-index: 100;
	}
	
.contact {
	background-color: #fff;
	font-size: inherit;
}
.small {
    font-size: 14px;
    margin-bottom: 10px!important;
}
@media screen and (min-width: 750px){
	.thanks {
		background-color: #fff!important;
		font-size: 20px!important;
	}
}