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



#wrap {
	background: #f6f7fa;
	overflow: hidden;
}



#topWrap {
	padding-top: 80px;
	overflow: hidden;
}
#topWrap  .headBox {
	background: #edeff5;
	padding: 60px 0 60px;
}


#topWrap  .headBox .headWarp {
	max-width: 1200px;
	display: flex;
	justify-content:space-between;
	margin: auto;
	align-items: center;
}

#topWrap  .headBox .headWarp .textBox{
	/*width: 50%;*/
	padding-right: 15px;
	
}
#topWrap  .headBox .headWarp .topimg{
	display: block;
	width: 50%;
	max-width: 580px;
	height: auto;
	
}
#topWrap .headBox  .headWarp .deco {
    color: #fff;
    font-size: clamp(42px, 8vw, 120px);
    font-weight: normal;
    font-family: Century Gothic, sans-serif;
    white-space: nowrap;
    margin-bottom: -40px;
    display: block;
}
#topWrap .headBox  .headWarp h1{
	font-size: clamp(28px, 4vw, 70px);
    color: #0d276a;
    margin-bottom: 40px;
    padding: 0;
    font-weight: 600;
    position: relative;
    z-index: 2;
    line-height: 1.5;
}

#topWrap .headBox .headWarp .headBox .bread {
	font-size: clamp(14px, 2vw, 24px);
    color: #0d276a;
	display: flex;
	align-items: center;
}
#topWrap .headBox .headWarp .headBox .bread::after {
	content: "";
	height: 1px; 
	width: 40px;
	background:  #0d276a;
	margin-left: 10px;
}
@media screen and (max-width: 1280px) {
#topWrap  .headBox .headWarp {
	margin: 0 5%;
}
}


@media screen and (max-width: 767px) {

#topWrap {
	padding-top: 0px;
	overflow: hidden;
}
	
#topWrap  .headBox {
	background: #edeff5;
	padding: 80px 0 40px;
}	
	
#topWrap  .headBox .headWarp {
	display: flex;
    flex-direction: column;
	align-items: flex-start;
}
#topWrap  .headBox .headWarp .textBox{
	width: 100%;
}
#topWrap  .headBox .headWarp .topimg{
	width: 100%;
	
}
	
#topWrap .headBox  .headWarp h1{
    margin-bottom: 40px;
}	
#topWrap .headBox .headWarp .deco {
  margin-bottom: -20px;
}
}


/*共通パーツ*/















#tcWp {
    padding-top: 0;
}

.pgTtl{
	background:#40C5E0 url(../contact/img/ttl.bgjpg.jpg) center center no-repeat;
}

#ldBx{
padding: 20px 40px;
  border: 2px dotted #013384;
	
}
#ldBx p {
	font-size: 14px;
	text-align: center;
}
.secTc .inner {
    display: inline-block;
    background-image: none;
    padding: 38px 28px 38px;
    width: 100%;
}

@media screen and (max-width: 767px){
	
.pgTtl .ttl img {
    height: 40px;
    width: auto;
    margin-left: 15px;
}
#ldBx{
padding: 15px 5%;
	border: 1px dotted #333;
	
}	
#ldBx p{
	text-align: left;
}
	
#tcWp {
    padding-top: 0;
}
.secTc .inner {
    display: inline-block;
    padding: 20px 14px 10px;
}
	
}




/*---メールフォーム---*/


#contactform {
	max-width: 920px;
	margin: 40px auto 40px;
}

.formTable {
	border-collapse: collapse;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 30px;
}
.formTable tr {
	background: #fff;
	margin-bottom:10px;
	display: block;
	display: flex;
}
.formTable th,
.formTable td {
	 font-weight: normal;
	 padding: 20px;
	text-align: left;
	line-height: 1.6;
}

.formTable label {
	margin: 5px 5px;
	
}
.formTable th {
	width: 28%;
	max-width: 240px;
	font-weight: bold;
	vertical-align: top;
font-size: clamp(14px, 2vw, 16px);
}
.formTable td  {
	flex: 1;
	font-size: clamp(14px, 2vw, 16px);
}

.formTable em {
	color: #A17077;
	font-size: 13px;
	font-style: normal;
	
}
.formTable span {
	color: #cc0000;
	font-weight: normal;
	font-size: clamp(12px, 2vw, 14px);
	margin-left: 10px;
}
input[type="text"],
textarea {
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
	font-size: 16px;
	padding: 8px 5px;
	background: #f6f7fa;
	  border: 1px solid #8a94a6;
}
input.wS {
	width: 160px;
	margin-bottom: 5px;
}
select.wS {
	width: 160px;
	margin-bottom: 5px;
}
input[type="email"] {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 460px;
	font-size: 16px;
	padding: 5px 5px;
}
select {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100px;
	font-size: 16px;
	padding: 5px 5px;
	
}
input[type="reset"] {
	
}
input[type="submit"] {
}
#btnbox {
	text-align: center;
}
input[type="submit"], input[type="button"], button, .btn {
    /* font-weight:bold; */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    padding: 8px 30px;
    color: #fff;
    background-color: #0e326e;
    border: 2px solid #0e326e;
    margin: 0 10px;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	-webkit-appearance: none;
  font-size: clamp(14px, 2vw, 16px);
}

input[type="reset"]{
    /* font-weight:bold; */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    padding: 8px 30px;
    border: 2px solid #0e326e;
    margin: 0 10px;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	-webkit-appearance: none;
    color: #022740;
    background-color:#fff;
    text-decoration: none!important;
	font-size: clamp(14px, 2vw, 16px);
}



input:hover[type="submit"], input:hover[type="button"], button:hover, .btn:hover {
 border: 2px solid #2d78f2;
    background-color: #2d78f2;
    text-decoration: none!important;

    box-shadow: none;
    -webkit-box-shadow: none;
}

input:hover[type="reset"]{
    background-color: #ACACAC;
	color: #fff;
}

.btnSub {
    text-align: center;
	padding: 40px 0;
}

.ttSub {
    font-size: 150%;
    margin-bottom: 1.5em;
	color: #1C3A5E;
}

.listP{
	margin:2em 2em 0 2em;
}

.listP li{
	margin-bottom: 1.5em;
}

.listP li .nm{
	color: #1C3A5E;
	font-size: 180%;
	display: inline-block;
	margin-right: 0.5em;
	font-style: italic;
	
}


#txComp h2{
	font-weight: bold;
	margin-bottom:0;
	padding: 0;
}




@media screen and (max-width:1000px){

#contactform {
	margin: 40px 5% 40px;
}
}
@media screen and (max-width:767px){
	


#contactform {
	padding: 0
}

.formTable {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
.formTable tr {
  display: flex;
  flex-direction: column;
}
.formTable th,
.formTable td {
	display: block;
}
.formTable td {
 padding: 15px 5% 20px;
}
	
	
.formTable td.ajst label{
  margin: 0;
	display: block;
	margin-bottom: 10px;
}	
	.formTable td.ajst label:last-child{
		margin-bottom: 0px;
	}
.formTable label {
	margin: 5px 5px;
}
.formTable th {
	width: 100%;
	border-right: none;
	border-bottom: none;
	padding: 20px 5% 0;
	max-width: none;

}
.formTable em {
	color: #A17077;
	font-size: 13px;
	font-style: normal;
	
}
.formTable span {
	color: #D00003;
}
input[type="text"],
textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14px;
	padding: 5px 5px;
}
input.wS {
	width: 160px;
	margin-bottom: 5px;
}
select.wS {
	width: 160px;
	margin-bottom: 5px;
}
input[type="email"] {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
	font-size: 16px;
	padding: 5px 5px;
}
select {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 50%;
	font-size: 16px;
	padding: 5px 5px;
}
	
	.btnSub {
	padding: 20px 0;
}
	
input[type="reset"] {
	
}
input[type="submit"] {
}
#btnbox {
	text-align: center;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .btn {
    font-size: 15px;
    /* font-weight:bold; */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    padding: 8px 15px;
    margin: 0 3px;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	-webkit-appearance: none;
}
input:hover[type="submit"], input:hover[type="reset"], input:hover[type="button"], button:hover, .btn:hover {
    color: #1C3A5E;
    background-color: #edeff2;
    text-decoration: none!important;

    box-shadow: none;
    -webkit-box-shadow: none;
}

.txm{
	margin-left: 0;
}
	
	
}


.stepbox {
	display: flex;
	max-width: 680px;
	margin: 40px auto;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	position: relative;
	
}
.stepbox li{
	width: 31%;
	text-align: center;
	background: #ddd;
	color: #fff;
	padding: 8px ;
	margin: 0;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(12px, 2vw, 14px);
}
.stepbox li .number{
	font-size: clamp(18px, 2vw, 22px);
	display: block;
	margin-right: 5px;
	font-family: Century Gothic, sans-serif;
	opacity: 0.5;
	
}
.stepbox li.current{
	background: #0e326e;
}
.stepbox::after {
	content: "";
	height: 1px;
	width: 100%;
	background: #ddd;
	display: block;
	position: absolute;
	top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
	z-index: 1;
}


/*thanks*/

#thanks {
	padding-top: 80px;
    overflow: hidden;
	margin: 0 5%;
	height: 80vh;
	position:relative;
}
#thanks #txComp{
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
#thanks .backBtn {
	background: url(../img/index_img/blue_bg.jpg) no-repeat;
    background-size: cover;
	text-decoration: none;
	color: #fff;
	padding: 15px 0;
	display: block;
	width: 240px;
	margin: 40px auto 0;
	font-weight: bold;
}
@media screen and (max-width:767px){
#thanks {
	height: 60vh;
}	

	#thanks .backBtn {
	padding: 10px 0;
    font-size: 16px;
	width: 200px;
}
}