@charset "utf-8";
/* CSS Document */
body{
	color: #0060B0;	
    line-height: 200%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;

}
a:hover {
  opacity: 0.5;
}
.wrap{
    padding-top: 281px;
    max-width: 1124px;
    margin: auto;
}
.wrap2{
    max-width: 900px;
    margin: auto;
}
#nav1,#nav2,#nav3,#nav4,#nav5,#nav6{
	margin-top:-300px;
  padding-top:300px;
}
.cont01,.cont02,.cont03,.cont04,.cont05,.cont06,.cont08{
    margin-bottom: 60px!important;
}
.head{
    margin-bottom: 30px;
}
.headnav{
    position: fixed;
    max-width: 1124px;
    margin: auto;
    z-index: 1;
    background: #fff;
}
.headfix{
    max-width: 1124px;
    margin: auto;
}
.clear{
	clear: both;
}
.nav01{
	background: #0060B0;
    text-align: center;
}
.nav02{
    margin: 50px auto;
}
.nav02 li {
    width: inherit;
    margin: 14px;
    height: 50px;
    float: none;
}
.nav02 ul {
    max-width: 260px;
}
    
ul{
	padding: 0;
	overflow: hidden;
	max-width: 1000px;
    margin: auto;
    padding-top: 12px;
}
li{
	width: 160px;
	float: left;
	list-style: none;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.subtitle{
	margin: 60px 0 40px;
}
.text01 {
	max-width: 600px;
    margin: 30px auto 20px;
	text-align: right;
}
.text01 strong{
	font-size: 22px;
}
.text02{ 
    font-size: 19px;
    max-width: 530px;
    border-top: 1px solid #0060B0;
    border-right: 1px solid #0060B0;
    border-bottom: 1px solid #0060B0;
    float: right;
    margin-right: 30px;
}
.text02 p{
    margin-top: -13px;
    background: #fff;
    width: 180px;
    margin-bottom: 10px;
}

.text03{ 
    padding: 0 20px 10px;
    /* font-size: 19px; */
    /* max-width: 530px; */
    border: 1px solid #0060B0;
    margin: 30px 0;
}
.text03 p{
    margin-top: -13px;
    background: #fff;
    width: 100px;
    margin-bottom: 0px;
}
.text04{
	font-size: 14px;
	margin-left: 20px;	
}
.text04 strong{
	font-size: 14px!important;
	color: #fff;
	background: #0060b0;
}
.squ1{
    margin-right: -8px;
    margin-top: -13px;
    float: right;
}
.squ2{
    margin-right: -8px;
    margin-bottom: -16px;
    float: right;
}
.imgright{
	float: right;
}
.cont02{
	text-align: center;
}
.cont02 p{
    border: 4px solid;
    font-size: 20px;
    max-width: 900px;
    margin: 20px auto 100px;
    padding: 10px;
}
.step{
    max-width: 550px;
    text-align: left;
    margin: 20px auto;
    padding-left: 100px;
}
.faq{
    max-width: 900px;
    margin: 20px auto;
    padding-left: 100px;
}
.faq img{
    margin-left: -100px;
}
.faq strong{
	color: #F39800;
	font-size: 26px;
}
.min{
    font-family: serif;
    font-weight: 900;
    max-width: 500px;
    margin: auto;
}
.min2{
	
    line-height: 270%;
    text-align: right;
    max-width: 550px;
    margin: 100px auto;
}

.min2 img{
	margin-left: 10px;
	float: right;
}
.min3{
    max-width: 560px;
    margin: 0px auto 50px;
}

.min3 p{
	text-align: center;
    border-bottom: 4px solid #0060b0;
}

.min3 strong{
    font-size: 26px;
}
.cont04 {
    max-width: 900px;
    margin: auto;
	color: #000000;
}
.cont04 img:nth-child(1){
	float: left;
}
.cont04 img:nth-child(2){
	margin: 40px 0;
    float: right;

}
.cont05 {
    max-width: 700px;
    margin: auto;
}

.cont05 strong{
	font-size: 20px;
}
.cont06,.cont07{
    text-align: center;
}
.cont08{
    max-width: 780px;
    margin: auto;
    text-align: center;
}
th{
    width: 140px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #0060b0;
}
td{
    padding-left: 10px;
}

.voice1 .arrow_box{
    float: right;
    position: relative;
    max-width: 600px;
    background:#FFFFFF;
    padding:20px;
    text-align:left;
    border:2px solid #0002FF;
    color:#333333;
    font-size:13px;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}
.voice1 .arrow_box:after,.voice1 .arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.voice1 .arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-right-color:#FFFFFF;
}
.voice1 .arrow_box:before{
    border-color: rgba(0, 2, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:36px;
    border-right-width:36px;
    margin-top: -12px;
    margin-right: 2px;
    border-right-color:#0002FF;
}


.voice2 .arrow_box{
    float: left;
    position: relative;
    max-width: 600px;
    background:#FFFFFF;
    padding:20px;
    text-align:left;
    border:2px solid #0002FF;
    color:#333333;
    font-size:13px;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}
.voice2 .arrow_box:after,.voice2 .arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.voice2 .arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-left-color:#FFFFFF;
}
.voice2 .arrow_box:before{
    border-color: rgba(0, 2, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:36px;
    border-right-width:36px;
    margin-top: -12px;
    margin-left: 2px;
    border-left-color:#0002FF;
}
.cont09{
	text-align: center;
}
.map p img{
    margin-bottom: -3px;
}
.map{
    text-align: left;
    max-width: 250px;
    margin: auto;
    padding-left: 140px;
}
.footer{
    background: #0060B0;
    color: #fff;
    overflow: hidden;
    margin-top: 30px;
}
.catch{
    background: #52A5DC;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.catch a{
    color: #FFF;
    display: block;
    text-decoration: none;
}

.logo {
    float: left;
    margin-left: 100px;
    margin: 3% 11%;
}
.address{
	float: left;
    margin-left: 100px;
}
.address p{
	float: left;
}
.atdress {
	padding: 20px;
}
.atdress .left {
    float: left;
    margin: 2% 3% 2%;
    width: 100px;
}
#inline-wrap{
    max-width: 900px;
    margin: auto;
    background: #fff;
    text-align: center;
}
p.subt{
    font-size: 26px;
    font-weight: 900;
    text-align: left;
    margin:20px 50px ;
    border-bottom: 3px solid #0060B0;
    padding-top: 50px;
}
p.stex{
    text-align: left;
    margin:0 50px;
	color: #111;
	
}
.kmar{
	text-align: left;
    max-width: 300px;
    margin: auto;
    border: 1px solid #0060B0;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
	border-radius: 10px;
	color: #111;
}

.kmar2 {
	text-align: left;
    max-width: 500px;
    margin: auto;
    border: 1px solid #0060B0;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
	border-radius: 10px;
	color: #111;
}


/* これが無いとモーダルウィンドウ表示の際に余白が出る */
*{
  margin: 0;
  padding: 0;
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
    height: 80%;
    width: 90%;
  background: white;
  padding: 40px;
    text-align: center;
    background-image: url(../img/logobg.png);
    background-repeat: no-repeat;
	/*
    background-position: 95% 80%;
	*/
	background-size: cover;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#modal08 img{
	float: right;
}
.del img{
    width: 90%;
    float: none!important;
    text-align: center;
}
#modal09 img.right{
    width: 50%;
	float: right;
	margin-left: 20px;
}
img.map{
	float: right;
}
.mtex{
    float: left;
    text-align: left;
    /* margin: 0 50px; */
    color: #111;
    margin-left: 20px;
}
div iframe{
	margin: 10px 0;
	width: 100%;
	height: 300px;
}

.clImg{
	height: 794px;
    position:relative;
    margin:0 auto;
}
.clImg img {
    position:absolute;
    left:0;
    top:0;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.wrap2{
	text-align: center;
    background-image: url(../img/logobg.png);
    background-repeat: repeat-y;
    background-position: 98% 81%;
    /* background-attachment: fixed; */
}

.normalTbl {
	margin: 40px 0 40px 0;
	font-size: 90%;
}

.normalTbl table {
	border-top: 1px solid #EEE;
	border-spacing:0;
	width:100%;
}

.normalTbl table td {
	border-bottom: 1px solid #EEE;
	padding: 20px;
	background-color: #FFFFFF;
	text-align: left;
}

.normalTbl table th {
	border-bottom: 1px solid #EEE;
	border-right: none;
	padding: 20px 20px;
	width: 25%;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	color: #333;
	background: #F5F5F5;
}

.normalTbl table th span.must {
	background: #ff9400;
	padding: 5px 10px;
	margin-right: 10px;
	color: #FFF;
	font-size: 80%;
	border-radius: 3px;
}

.normalTbl table th span.nomust {
	background: #CCC;
	padding: 5px 10px;
	margin-right: 10px;
	color: #FFF;
	font-size: 80%;
	border-radius: 3px;
}

.normalTbl input {
	font-size: 100%;
	color: #666;
	padding: 8px 10px;
	border: 1px solid #CCC;
}

.normalTbl label {
	font-size: 110% !important;
	color: #666;
}

.normalTbl input[type=checkbox] {
	margin: 10px 0;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #C32B27;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

@media screen and (max-width: 980px){
	img{
		max-width: 100%;
	}
	.text02 {
    float: none;
    margin: auto;
    display: block;
}
	.imgright {
    float: none;
    margin: 10px auto 30px;
    display: block;
}
	.top2{
    margin-top: 71%;
}
	.clImg {
    height: auto;
	}
}
.atdress .left{
	float: left;
}
.sponly{
		display: none;
	}
@media screen and (max-width: 700px){
	.cont01,.cont02,.cont03,.cont04 ,.cont05 ,.cont06 ,.cont07 {
		padding: 0 10px;
	}
	.min2 img {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}
	.min2 {
    line-height: 270%;
    text-align: center;
    max-width: 550px;
    margin: 100px auto;
}
	.modal-content {
    max-width: 100%;
}
	.step {
    padding-left: inherit;
}
	.atdress .left {
    float: none;
}
	.wrap {
	padding-top: 34%;
	}
	p.subt,p.stex{
		margin-left: 0;
		margin-right: 0;
		
	}
	
.normalTbl table td,
.normalTbl table th {
	display: block;
	width: auto;
}

@media screen and (max-width: 500px){
.nav01 li {
    width: 32.8%;
	}
	.nav02 li {
    float: none;
}
	.cont04 img{
		width: 45%;
	}
	.logo {
    float: none;
}
	.sponly{
		display: block;
	}
	.squ1,.squ2{
		display: none;
	}
}