/* common */
*{
	margin: 0;
	padding: 0;
	border: 0;
}

.tablet{
	display:none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

html{
	overflow-y: scroll;
	/* =16px */
	/*font-size: 100%;*/
	/* =10px */
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	margin:0 auto;
	font-size: 1.3rem;/* =13px */
	width:100%;
}
img{
	max-width: 100%;
}
a{

}
a img{
	border: none;
}
a:hover{
	text-decoration:none;
}
body {
	min-width: 1000px;
}

/* メディアクエリ */
/* パソコンで見たときは"pc"のclassが表示される */
.header_fixed_c2 .pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassが表示される */
@media only screen and (max-width: 750px) {
.header_fixed_c2 .pc { display: none !important; }
.sp { display: block !important; }
}

/*---------------------------------------------
  Hamburger Navigation
  ---------------------------------------------*/
#spMenu {
    display: block;
    z-index: 9999;
    position: fixed;
    top: 10px;
    right: 10px;
}

.hamburger-nav {
}
.hamburger-nav-toggle-btn {
  margin: 1em;
  position: fixed;
    top: 10px;
    right: 10px;
}
.hamburger-nav-toggle-btn.close::before, .hamburger-nav-toggle-btn.open::before {
  font-family: 'FontAwesome';
}
.hamburger-nav-toggle-btn.open::before {
  content: '\f00d';
  background: #b9ab4e;
  padding: 10px;
}
.hamburger-nav-toggle-btn.close::before {
  content: '\f0c9';
/*  background: #eee;*/
  background: #b9ab4e;
  padding: 10px;
}

.hamburger-nav-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px;
  background: #032A80;
  color: #fff;
  line-height: 1.6;
}
.hamburger-nav-list > li  {
  border-bottom: 1px solid #dfd780;
}
.hamburger-nav-list > li a {
  display: block;
  padding: 10px 1em;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}


footer {
  border-top: 1px solid #c9c9c9;
  margin-top: 100px;
}


/* unique */
.header_fixed{
	width: 100%;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 100;
}
.header_fixed_c1{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
}
.header_fixed h1{
	width: 1000px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.fixed_c1_l{
	width: 40%;
	float: left;
}
.fixed_c1_l a{
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.fixed_c1_l a:hover{
	opacity: 0.8;
}
.fixed_c1_l img{
	display: inline-block;
}
.fixed_c1_r{
	width: 60%;
	float: right;
	text-align: right;
	padding-top: 12px;
}
.fixed_c1_r a{
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.fixed_c1_r a:hover{
	opacity: 0.8;
}
.fixed_c1_r img{
	display: inline-block;
}
.header_fixed_c2{
	background: url(../img/header_nav_bg.png);
	background-size: auto 100%;
	padding: 5px 0 2px;
}
.header_fixed_c2_box{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.header_fixed_c2_box div{
	width: 16.666%;
	float: left;
	text-align: center;
	/*background-color: mediumaquamarine;*/
}
.header_fixed_c2_box div span{
	font-size: 2.1rem;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.header_fixed_c2_box div span:hover{
	color: #f08d1d;
}
.header_fixed_c2_box a{
	text-decoration: none;
}

.header_bg{
	/*background: url(../img/header_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	position: relative;
	padding-top: 145px;
	border-bottom: 12px solid #006fbb;
}
.header_c1{
	width: 1000px;
	height: 120px;
	background-color: skyblue;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.header_c1 img{
	width: 23.8%;
}
.header_c1_img02{
	margin-left: 10px;
}
.header_c1 a:hover{
	opacity: 0.8;
}
.header_c2{
	background: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	/*height: 688px;*/
	padding-top: 5px;
	margin-top: 50px;
}
.header_c2_box{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.header_c2 img{
	display: block;
	margin: 0 auto;
	/*opacity: 0;*/
}
.header_bottom{
	height: 19px;
	background: url(../img/header_bottom.jpg);
	background-size: auto 100%;
}
.header_c2_btn01{
	width: 48.6%;
	position: absolute;
	top: 56%;
	left: 5%;
}
.header_c2_btn01 img{
	display: block;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.header_c2_btn01 img:hover{
	opacity: 0.8;
}
.header_c2_btn02{
	width: 32.4%;
	position: absolute;
	top: 62%;
	left: 61%;
}
.header_c2_btn02 img{
	display: block;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.header_c2_btn02 img:hover{
	opacity: 0.8;
}
.tier1{
	background: url(../img/tier1_bg.png);
	padding: 40px 0 0;
	margin-top: 50px;
	/*margin-bottom: 50px;*/
	background-repeat: repeat;
}
.tier1in{
	position: relative;
	width: 1000px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.tier1 img{
	display: block;
	margin: 0 auto;
	position: relative;/*文字の配置のため必要*/
}
.tier1:before{
	content: "";
	width: 100%;
	height: 2px;
	background: url(../img/tier1_border.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.tier1:after{
	content: "";
	width: 100%;
	height: 2px;
	background: url(../img/tier1_border.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

p#absolute_tier1 {
	position: absolute;
	top: 30%;
	left: 35%;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8;
	width: 60%;
}

.tier2{
	background: url(../img/tier2_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom center;
	/*border-top: 1px solid #000000;*/
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
	z-index: 8;
	box-shadow: 0px 0px 0px #adafb2, 0px 0px 0px #adafb2, 0px 10px 20px #061f44, 0px 0px 0px #adafb2;
}
.tier2_txt{
	text-align: center;
	padding-bottom: 40px;
	width: 1000px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.tier2_box{
	position: relative;
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
}
.tier2_box p{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	text-align: center;
	background: linear-gradient(#7adcfc,#01aae0);
	z-index: 3;
	padding-top: 2%;
	padding-bottom: 3%;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.3;
	font-size: 25px;
	border-radius: 30px 30px 0 0/ 30px 30px 0 0;
}
.tier2_box img{
	border-radius: 20%;
}


.tier2_txt02{
	padding-bottom: 40px;
}
.tier2_txt02 img{
	display: block;
	margin: 0 auto;
}
.tier2_txt03{
	text-align: center;
}
.tier2_txt03 a{
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.tier2_txt03 a:hover{
	opacity: 0.8;
}
.tier2_txt03 a img{
	display: inline-block;
}
.tier3{
	background: url(../img/tier3_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	/*border-top: 1px solid #000000;*/
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 0px #adafb2, 0px 0px 0px #adafb2, 0px 5px 20px #adafb2, 0px 0px 0px #adafb2;

}
.tier3_arrow{
	height: 23px;
	background: url(../img/tier3_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.tier3_title{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
.tier3_title img{
	max-width: 95%;
	display: block;
	margin: 0 auto;
}
.tier3_txt_box{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	/*background-color: skyblue;*/
}
.tier3_txt_box02{
	padding-top: 20px;
}
.tier3_txt_box img{
	display: block;
	float: left;
}
.tier4{
	/*background-color: #fef5f6;*/
	padding-top: 40px;
	box-shadow: 0px 0px 0px #061f44, 0px 0px 0px #061f44, 0px 5px 20px #061f44, 0px 0px 0px #061f44;
	position: relative;
	z-index: 7;
}
.tier4_title{
	padding-bottom: 35px;
}
.tier4_title img{
	max-width: 95%;
	display: block;
	margin: 0 auto;
}
.tier4_txt_box{
	background: url(../img/tier4_txt_bg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
	border-top: 3px solid #0070bb;
	position: relative;
}
.tier4_txt_bg{
	background: url(../img/tier1_bg.png);
}
.tier4_txt_bg img{
	display: block;
	margin: 0 auto;
}
.tier4_txt_box span{
	display: inline-block;
	width:0;
    height:0;
    border-width:30px 50px 0;
    border-style:solid;
    border-color:#0070bb transparent transparent;
    margin:0px auto;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tier4_txt_box span:after{
	content: '';
	width:0;
    height:0;
    border-width:30px 50px 0;
    border-style:solid;
    border-color:#FFFFFF transparent transparent;
    margin:0px auto;
    position:absolute;
    top: -34px;
    left: -50px;
}
.tier5{
	background: url(../img/tier5_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	padding: 40px 0 60px;
	box-shadow: 0px 0px 0px #adafb2, 0px 0px 0px #adafb2, 0px 5px 20px #adafb2, 0px 0px 0px #adafb2;
    position: relative;
    z-index: 6;
}
.tier5_title{
	padding-bottom: 25px;
}
.tier5_txtbox{
	padding-top: 40px;
}
.tier5 img{
	display: block;
	margin: 0 auto;
	max-width: 95%;
	margin-bottom: 20px;
}
.tier6 {
    padding-top: 40px;
    box-shadow: 0px 0px 0px #adafb2, 0px 0px 0px #adafb2, 0px 5px 20px #061f44, 0px 0px 0px #adafb2;
    position: relative;
    z-index: 5;
}
.tier6_title{
	padding-bottom: 35px;
}
.tier6_title img{
	display: block;
	margin: 0 auto;
}
.tier6_txt_box{
	background: url(../img/tier2_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    border-top: 3px solid #0070bb;
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
}
.tier6_txt_box span{
	display: inline-block;
	width:0;
    height:0;
    border-width:30px 50px 0;
    border-style:solid;
    border-color:#0070bb transparent transparent;
    margin:0px auto;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tier6_txt_box span:after{
	content: '';
	width:0;
    height:0;
    border-width:30px 50px 0;
    border-style:solid;
    border-color:#FFFFFF transparent transparent;
    margin:0px auto;
    position:absolute;
    top: -34px;
    left: -50px;
}
.tier6_txt{
	text-align: center;
}
.tier6_txt img{
	max-width: 48%;
}
.tier6_txt02{
	padding-top: 40px;
}
.tier6_txt02 img{
	display: block;
	margin: 0 auto;
}
.tier7{
	background: url(../img/tier5_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 40px 0 80px;
	box-shadow: 0px 0px 0px #adafb2, 0px 0px 0px #adafb2, 0px 5px 20px #adafb2, 0px 0px 0px #adafb2;
    position: relative;
    z-index: 4;
}
.tier7_title{
	padding-bottom: 25px;
}
.tier7_title img{
	display: block;
	margin: 0 auto;
}
.tier7_txt{
	width: 1000px;
	margin: 0 auto;
	/*background-color: skyblue;*/
	padding-top: 40px;
}
.tier7_txt_table{
	width: 100%;
}
.tier7_txt_table th{
	width: 20%;
	vertical-align: top;
	border-right: 3px dotted #FFFFFF;
	padding-bottom: 20px;
}
.tier7_txt_table td{
	vertical-align: top;
	padding: 3px 30px 20px;
}
.tier7_txt_table th span{
	display: inline-block;
	width: 143px;
	padding: 4px 0 3px;
	font-size: 2.1rem;
	font-weight: bold;
	color: #006fbb;
	background-color: #FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.tier7_txt_table td p{
	font-size: 2.1rem;
	font-weight: bold;
	color: #FFFFFF;
}
.tier7_txt_table td p a{
	font-size: 2.1rem;
	font-weight: bold;
	color: #FFFFFF;
}
.tier7_txt_map{
	width: 741px;
	max-width: 100%;
	position: relative;
}
.tier7_txt_map img{
	display: block;
	opacity: 0;
}
.tier7_txt_map{
	width: 100%;
	height: 300px;
}

#company table.suilist{
	width: 80%;
	margin: 2% auto;
}
#company table.suilist th{
	background: #f27b07;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2%;
	box-sizing: border-box;
	border: #ccc solid 1px;
	font-size: 15px;
	width: 20%;
}
#company table.suilist th:last-child{
	width: 30%;
}
#company table.suilist td{
	color: #333;
	text-align: center;
	padding: 2%;
	box-sizing: border-box;
	border: #ccc solid 1px;
	font-size: 15px;
	background: #fff;
}
#company table.suilist td:last-child{
	text-align: left;
}


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

	#company table.suilist{
		width: 90%;
	}
	#company table.suilist th{
		font-size: 12px;
	}
	#company table.suilist td{
		font-size: 12px;
		word-break: break-all;
	}
	#company table.suilist td:first-child{
		width: 15%;
	}

}


.tier8{
	padding-top: 40px;
    box-shadow: 0px 0px 0px #adafb2, 0px 0px 0px #adafb2, 0px 5px 20px #adafb2, 0px 0px 0px #adafb2;
    position: relative;
    z-index: 3;
}
.tier8_txt{
	text-align: center;
}
.tier8_txt img{
	display: block;
	margin: 0 auto;
	max-width: 98%;
	margin-bottom: 80px;
}
.tier8_txt img:nth-child(4){
	margin-bottom: 20px;
}
.tier8_02{
	padding-top: 40px;
}
.tier8_02_txt_box{
	border-top: 3px solid #d6cd74;
    position: relative;
    padding-top: 60px;
}
.tier8_02_txt_box span{
	display: inline-block;
    width: 0;
    height: 0;
    border-width: 30px 50px 0;
    border-style: solid;
    border-color: #d6cd74 transparent transparent;
    margin: 0px auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tier8_02_txt_box span:after{
	content: '';
    width: 0;
    height: 0;
    border-width: 30px 50px 0;
    border-style: solid;
    border-color: #FFFFFF transparent transparent;
    margin: 0px auto;
    position: absolute;
    top: -34px;
    left: -50px;
}
.tier8_02_txt{
	text-align: center;
}
.tier8_02_txt a{
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.tier8_02_txt a:hover{
	opacity: 0.8;
}
.tier8_02_txt img{
	display: inline-block;
}
.tier8_02_txt_box p{
	font-size: 1.8rem;
	color: #231f20;
	text-align: center;
	padding: 30px 0;
}

/*radio_style*/
.rdo {
    /*width: 20px !important;
    height: 20px !important;
    background-color: #000 !important;
    margin-right: 15px !important;
    border-radius: 50% !important;
    position: relative !important;
    vertical-align: middle !important;
    cursor: pointer !important;*/
}


.rdo[type="radio"]{
    display:none;
}
.rdo[type="radio"]+label{
    position: relative;
    font-size: 1.6rem;
    color: #414042;
    /*background-color: lightskyblue;*/
    margin-right: 40px;
    cursor: pointer;
}
.rdo[type="radio"]+label:before{
    content: "";
    width:18px;
    height:18px;
    background: url(../img/radio.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom:0px;
    left: -24px;
}
.rdo[type="radio"]:checked+label:before{
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/radio_checked.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom:0px;
    left: -24px;
    z-index: 99;
}

.chk[type="checkbox"]{
    display:none;
}
.chk[type="checkbox"]+label{
    position: relative;
    font-size: ;
    /*background-color: lightskyblue;*/
    margin-right: 35px;
    cursor: pointer;
    font-size: 1.6rem;
    color: #414042;
}
.chk[type="checkbox"]+label:before{
    content: "";
    width:17px;
    height:16px;
    background: url(../img/checkbox.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom:0px;
    left: -24px;
}
.chk[type="checkbox"]:checked+label:before{
    content: "";
    width: 17px;
    height: 16px;
    background: url(../img/checkbox_checked.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom:0px;
    left: -24px;
    z-index: 99;
}

.contact_P_text div{
	display: inline-block;
}







/*共有上のフォームと下のフォーム*/
.tier9 p.is{
	font-weight: bold;
	font-size: 25px;
	margin-top: 3%;
	color: #002f87;
	padding-left: 2%;
}
.tier9{
	padding: 0px 0 80px;
}
.tier9_title{
	padding-bottom: 40px;
}
.tier9_title img{
	display: block;
	margin: 0 auto;
}
.tier9_table_box{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	background-color: skyblue;
}
.contact_P_table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    /*border: 1px solid #d0d0d0;*/
}
.contact_P_table td {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    background: #FFFFFF;
    padding: 10px 0;
    font-size: 1.6rem;
}
.contact_P_table .contact_P_title {
   color: #006fbb;
   font-size: 2.0rem;
    width: 28%;
    padding: 0 2%;
    /*border-right: 1px solid #d0d0d0;*/
    font-weight: bold;
}
.contact_P_table .contact_P_title span{
   color: #e5547b;
}
.contact_P_title_color{
	color: #d6530b !important;
}


.contact_P_table .contact_P_text {
    width: 72%;
    padding: 15px 0% 15px 2%;
    /*font-weight: bold;*/
}
.contact_pd_chk{
	padding-left: 4% !important;
}
.contact_message_list {
    width: 100%;
    margin-bottom: 10px;
}
.contact_message_list li {
    list-style: none;
    padding-left: 5%;
    line-height: 26px;
    background: url(../img/unchecked.png) no-repeat left center;
    display: inline-block;
    font-size: 1.6rem;
    cursor: pointer;
}

.contact_P_table input {
    border: 1px solid #918f8f;
    box-sizing: border-box;
    padding: 0 10px;
   	width: 400px;
    height: 40px;
    /*background-color: #ffebeb;*/
    font-size: 1.7rem;
}
.contact_P_table textarea {
    border: 1px solid #918f8f;
    box-sizing: border-box;
    padding: 5px 10px;
   	width: 550px;
    height: 150px;
    /*background-color: #ffebeb;*/
    font-size: 1.7rem;
    resize:none;
}
.contact_P_title_align_top {
    vertical-align: top !important;
    padding-top: 15px !important;
}
.g-recaptcha div{
 margin: 5% auto;
}
.mg_right{
	margin-right: 80px;
}
/*日期*/
/*.tbl-input_2 {
    float: left;
    width: 580px;
}*/
.tbl-input_2 td {
    width: 655px;
    padding: 0;
    background: none;
    border: 0;
    text-align: left;
}
.select {
    margin-right: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    background: white;
    outline: none;
    /*border-radius: 0px 5px 5px 0px;*/
    background-color: #ffebeb;
    border: 1px solid #acacad;
    box-shadow: none;
    cursor: pointer;
}

.select:before, .select:after {
    content: '';
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 6px outset transparent;
    border-right: 6px outset transparent;
}

.select:before {
    width: 20px;
    background-color: #fc758b;
    top: 0px;
    right: 0;
    border-bottom: 0;
    height: 32px;
    /*background-image: -webkit-linear-gradient(to top, #fc758b, #fce7e7);
    background-image: linear-gradient(to top, #fc758b, #fce7e7);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fce7e7', endColorstr='#fc758b', GradientType=0);*/
}
.select:after {
    top: 12px;
    border-top: 6px solid #fff;
}






.select select {
	font-size: 1.7rem;
    position: relative;
    z-index: 2;
    width: 112%;
    height: 29px;
    line-height: 17px;
    padding: 5px 9px;
    padding-right: 0;
    /*color: #ccc;*/
    background: transparent;
    background: rgba(0, 0, 0, 0);
    border: none;
    -webkit-appearance: none;
    outline: none;
}





.tbl-input_2 th {
	font-size: 1.6rem;
    width: 50px;
    font-weight: lighter;
    min-width: 20px;
    padding: 0;
    background: none;
    border: 0;
    text-align: left;
}


.tbl-input_3 td{
    width: 365px;
}

.input_w550{
	width: 550px !important;
}
.affirm_span{
	font-size: 1.6rem;
	margin-left: 15px;
}

.va_top{
	vertical-align: top;
	padding-top: 20px !important;
}








input::-webkit-input-placeholder{
    color: #58595a;
    font-size: 16px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #58595a;
    font-size: 16px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #58595a;
    font-size: 16px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #58595a;
    font-size: 16px;
}

.tier9_btn{
	padding-top: 40px;
}
.tier9_btn div{
	width: 249px;
	height: 58px;
	cursor: pointer;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.tier9_btn div:hover{
	opacity: 0.8;
}
.footer{
	background-color: #fff2f4;
}
.footer_c1{
	padding: 8px 0 3px;
}
.footer_c1_l{
	width: 45%;
	float: left;
}
.footer_c1_l a:hover{
	opacity: 0.8;
}
.footer_c1_l img{
	width: 45%;
}
.footer_c1_l img:nth-child(1){
	margin-right: 2%;
}
.footer_c1_c{
	width: 25%;
	float: left;
	/*text-align: center;*/
}
.footer_c1_r{
	width: 30%;
	float: left;
}
.footer_c1_r p{
	font-size: 1.5rem;
}
.footer_c2{
	background: url(../img/tier1_bg.png);
	text-align: center;
    padding: 13px 0;
}
.footer_c2 span{
	color: #006fbb;
    font-size: 1.8rem;
}
.scrollTop_btn {
    cursor: pointer;
    position: fixed;
    bottom: 2%;
    left:  inherit;
    right: 3%;
    margin-left: 0;
    z-index: 5;
    /*display: none;*/
    z-index: 100;
}










/*pop_one*/
.popup_one{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 1001;
	display: none;
}
.popup_one_box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 600px;
	height: 200px;
	background-color: #FFFFFF;
	border: 2px solid #04327f;
	border-radius: 10px;
	overflow: hidden;
	padding: 25px 30px 20px;
}
.popup_one_box{
	height: 75px;
	min-height: 75px;
}

.popup_content{
	text-align: center;
	/*padding: 10px;*/
	padding-bottom: 10px;
}
.popup_content p{
	font-size: 25px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 600;
	color: #04327f;
	line-height: 30px;
}
.popup_bottom{
	text-align: right;
}
.popup_bottom span{
	font-size: 15px;
	color: #FFFFFF;
	cursor:pointer;
	display: inline-block;
	padding: 3px 20px;
	background-color: #04327f;
	border-radius: 5px;
	opacity: 0.9;
}
.popup_bottom span:hover{
	opacity: 1;
}

/*pop_two*/
.popup_two{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 1001;
	display: none;
}
.popup_two_box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/*width: 650px;*/
	width: 1000px;
	max-width: 90%;
	height: 420px;
	background-color: #FFFFFF;
	border: 2px solid #002b84;
	/*border-radius: 10px;*/
	overflow: hidden;
	padding: 25px 30px 20px;
  	overflow-y: scroll;
}
.check_tbl-contact{
	width: 100%;
	/*background-color: skyblue;*/
}
.check_tbl-contact th{
	width: 30%;
	font-size: 18px;
	color: #006fbb;
    padding: 12px 10px 10px;
    border-right: 3px solid #fff;
    font-weight: normal;
    background: #dcdcdc;
    text-align: left;
    border-top: 3px solid #fff;
    /*white-space: nowrap;*/
   	vertical-align: top;
}
.check_tbl-contact td {
    /*width: 675px;*/
    background: #f6f6f6;
    padding: 10px 17px 10px 30px;
    border-top: 3px solid #fff;
}
.check_input-pub{
	font-size: 16px;
	width: 94%;
    height: 33px;
    border: none;
    padding: 0 10px;
    background-color: #f6f6f6;
}

.check_textarea-pub {
	/*color: skyblue;*/
    font-size: 16px;
    width: 94%;
    height: 70px;
    border: none;
    padding: 0 10px;
    background-color: #f6f6f6;
    resize:none;
    outline: none;
}




.sendBox{
	overflow: hidden;
	/*background-color: skyblue;*/
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

button.btn-03 {
	font-size: 18px;
	color: #FFFFFF;
    /*width: 452px;*/
    /*height: 38px;*/
   	padding: 8px 30px;
    /*display: block;*/
    text-align: center;
    /*background: #cd254c;*/
    background: url(../img/header_nav_bg.png);
    background-size: auto 100%;
    border-radius: 2px;
    cursor: pointer;
    /*float: left;*/
    /*margin-top: 10px;*/
    margin-right: 90px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 0.9;
    outline: none;
}
button.btn-03:hover{
	opacity: 1;
}

button.btn-04 {
	font-size: 18px;
	color: #FFFFFF;
    /*width: 120px;*/
    /*height: 38px;*/
   padding: 8px 40px;
    /*float: left;*/
    /*display: block;*/
    text-align: center;
    background: #a0a0a0;
    border-radius: 2px;
    cursor: pointer;
    /*margin-top: 10px;*/
   -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 0.9;
    outline: none;
}
button.btn-04:hover{
	opacity: 1;
}

.content_fb{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	/*margin: 0 auto;*/
	width: 1000px;
	height: 285px;
    border-top: 2px solid #002b84;
    border-bottom: 2px solid #002b84;
    padding: 40px 0;
    text-align: center;
}
.content_fb p{
	text-align: center;
    font-size: 21px;
    color: #006fbb;
    font-weight: 600;
}

.content_fb_btn{
	font-size: 18px;
    color: #FFFFFF;
    /* width: 452px; */
    /* height: 38px; */
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    background: url(../img/header_nav_bg.png);
    background-size: auto 100%;
    border-radius: 2px;
    cursor: pointer;
    /* float: left; */
     margin-top: 20px;
    /*margin-right: 90px;*/
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 0.9;
    outline: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.content_fb_btn:hover{
	opacity: 1;
}


.flitembox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 5%;
	width: 1000px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.flitemea{
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 49%;
	margin: 0.5%;
	background: #f2eded;
}

.flim img{
	background: #fff;
	padding: 1%;
	box-sizing: border-box;
	max-width: 100%;

}

.fldt{
	padding: 1%;
	box-sizing: border-box;
	font-size: 16px;
	color: #000;

}



@media only screen and (max-width: 1600px) {
/* content
---------------------------------------------------- */
.header_c2 {
    background: url(../img/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    /* height: 688px; */
    padding-top: 5px;
}
.tier2 {
    background: url(../img/tier2_bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
    /* border-top: 1px solid #000000; */
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    z-index: 8;
    box-shadow: 0px 0px 0px #adafb2, 0px 0px 0px #adafb2, 0px 10px 20px #061f44, 0px 0px 0px #adafb2;
}
.tier3 {
    background: url(../img/tier3_bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
    /* border-top: 1px solid #000000; */
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 0px #adafb2, 0px 0px 0px #adafb2, 0px 5px 20px #adafb2, 0px 0px 0px #adafb2;
}








}
@media only screen and (max-width: 1380px) {
	/* footer
---------------------------------------------------- */
.scrollTop_btn {
    margin-left: 500px;
}




}

@media only screen and (max-width: 1200px) {
/* content
---------------------------------------------------- */

	/* footer
---------------------------------------------------- */
.scrollTop_btn {
    cursor: pointer;
    position: fixed;
    bottom: 2%;
    left:  inherit;
    right: 3%;
    margin-left: 0;
    z-index: 100;
}


}
@media only screen and (max-width: 1000px) {
/* content
---------------------------------------------------- */




}


@media only screen and (max-width: 780px) {
	/* content
---------------------------------------------------- */

.c_thanks{
	max-width: 100%;
	height: auto;
}





}


@media only screen and (max-width: 480px) {
	/* content
---------------------------------------------------- */





}

/*******************************
フッター
*******************************/

#footback {
    background-color: #ccecfe;
    padding: 5% 1% 15% 1%;
        padding-bottom: 15%;
}

/*#footback {
	background: #3eb2cb;
	padding: 2%;
	text-align: center;
	width: 96%;
}*/

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

	#footback{
	    margin: 0 auto;
	    overflow: hidden;
	}
}

@media screen and (max-width: 768px) {
	#footback .inner {
	}
}
#footback p {
	font-size: 14px;
	line-height: 24px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footback a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
#footback a {
		font-size: 14px;
	}
}
.foot_in p {
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	font-size: 14px;
}
.foot_in a {
	font-size: 14px;
}


@media screen and (max-width: 480px) {
.foot_in p {
	font-size: 10px;
	}
}

/************
対応エリア
*************/
#area{
	background-color: #fff6cf;
	padding-bottom: 2%;
}
#area .inner_hd{
	width: 1000px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 1%;
	border-radius: 10px;
	margin-top: 2%;
	margin-bottom: 2%;
}


/********************
近隣エリア
*********************/
#footback{
background-color: #ccecfe;
padding: 5% 1% 15% 1%;
}
@media screen and (max-width:1024px) {
	#footback{
	padding-bottom: 200px;
	}
}
#footback a{
	font-weight:bold;
	text-decoration: none;
}
#footback a:before{
	content: "\f00e";
	font-family: FontAwesome;
	margin-right: 1%;
	color: #ff4d4d;
}
#footback .footbackinner {
	width:1000px;
	max-width: 100%;
	margin:0 auto 0 auto;
}
#footback p.tt{
	font-weight: bold;
	font-size: large;
}
#footback p.tt:before{
	content: "\f03a";
	font-family: FontAwesome;
	margin-right: 1%;
	color: #ff4d4d;
}

#footback .footarea ul li{
	display: inline-block;
	margin-right: 1%;
	width: 23%;
	vertical-align: top;
}
@media screen and (max-width:768px) {
	#footback .footarea ul li{
	width: 48%;
}
}
#footback .footarea ul li a:before{
	content: "\f00e";
	font-family: FontAwesome;
	margin-right: 1%;
	color: #47a8e1;
}
