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

/*横幅1480pxで計算*/

html {
    visibility: hidden;
    overflow-y: scroll;
	overflow-x: hidden;
	font-size:92.5%;
}

@media screen and (max-width: 1700px) {
  html {
	font-size:90%;
	}
}

@media screen and (max-width: 1400px) {
  html {
	font-size:87.5%;
	}
}

@media screen and (max-width: 1300px) {
  html {
	font-size:85%;
	}
}

@media screen and (max-width: 1200px) {
  html {
	font-size:72.5%;
	}
}


html.wf-active {
    visibility: visible;
}

body {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 1.08rem;
	line-height: 1.5;
	color: #1A1A1A;
}

#all_wrap{
    box-sizing: border-box;
    border: 0.27rem solid #0b2c84;/* 枠線 */
}

*{
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	outline: none;
	color: #1A1A1A;
	text-decoration:none;
	transition: 0.3s;
}

a {
	opacity: 1;
}

table{
    border-collapse:separate;
    border-spacing:0px;  
}

a:hover {
	opacity: 0.6;
}

a.disabled{
    pointer-events: none;
}

.pc_hide {
	display: none !important;
}

.sp_hide {
}

/*電話番号のリンクはsp時のみ機能*/
a.tellink{
    pointer-events: none;   
}

/* iOSでのデフォルトスタイルをリセット */
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;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

select::-ms-expand {
    display: none;
}

/**/

/*totop*/

#page-top {
  position: fixed;
  bottom: 3.38rem;/*50*/
  right: 2.70rem;/*40*/
  z-index: 99;
}
#page-top a {
  text-decoration: none;
  width: 4.73rem;/*70*/
  text-align: center;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

/*-----------------------------------------------------------*/

#header_wrap{
    width: 76.89rem;/*1138*/
    height: 5.20rem;/*77*/
    margin: 2.70rem auto 3.72rem;
    overflow: hidden;
    position: relative;
}

#header_wrap .logo{
    position: absolute;
    top: 0;
    left: 0rem;
    width: 18.92rem;
}

#header_wrap .g_menu{
    position: absolute;
    top: 0.95rem;/**/
    left: 18.80rem;/*189.5*/
}

#header_wrap .g_menu ul{
    display: flex;
}

#header_wrap .g_menu ul li{
    list-style-type: none;
    font-size: 1.15rem;
    margin: 0 1.15rem;/*17*/
    font-family: vdl-v7mincho,sans-serif;
    font-weight: 500;
    font-style: normal;
}

#header_wrap .g_menu ul li:last-child{
    display: none;
}

#header_wrap .btn_yoyaku{
    position: absolute;
    top: 0.27rem;
    right: 0rem;
}

#header_wrap .btn_yoyaku a{
    display: block;
    width: 11.35rem;/*168*/
    padding: 0.68rem 0;/*13,0*/
    background-color: #00A3E1;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-align: center;
}

#header_wrap .btn_yoyaku span{
    color: #fff;
    font-family: vdl-v7mincho,sans-serif;
    font-weight: 500;
    font-style: normal;
}

/*--------------------------------*/

#footer_wrap{
    width: 100%;
    background-image: url("./image/index/bg04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    /*position: relative;*/
    z-index: -1;
}

#footer_wrap section{
	/*width: 81.08rem;/*1200*/
    margin: 0px auto;
    padding: 6.76rem 0 21.28rem 0;/*100,315*/
    overflow: hidden;
    position: relative;
}

#footer_wrap section div.left, #footer_wrap section div.right{
	
}

#footer_wrap section div.left{
	width: 34.53rem;/*511*/
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -33.78rem;/*500*/
}

#footer_wrap section div.left dl.block_access{
    margin-bottom: 2.84rem;/*42*/
}

#footer_wrap section div.left dl.block_access dt{
    color: #0B2C84;
    font-size: 2.36rem;/*35*/
    font-family: vdl-v7mincho,sans-serif;
    font-weight: 500;
    font-style: normal;
}

#footer_wrap section div.left dl.block_access dd{
    font-size: 1.15rem;/*17*/
    font-weight: bold;
    line-height: 180%;
}

/*コアページの時は高さを持たせる*/
#footer_wrap section#he_on{
    height: 25.00rem;/**/
    overflow: hidden;
}

#footer_wrap section div.right{
	width: 57.5%;/**/
    float: right;
}

#footer_wrap section div.right iframe{
	width: 100%;
    height: 37.89rem;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-bottomleft: 24px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

#footer_wrap .linkbtn{
    width: 18.04rem;/*267*/
    margin-bottom: 4.42rem;
}

#footer_wrap .linkbtn a{
    display: block;
    background-color: #00A3E1;
    color: #fff;
    font-size: 1.49rem;/*17*/
    font-family: vdl-v7mincho,sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    padding: 1.22rem 0;/**/
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
}

#footer_wrap .linkbtn a img{
    display: inline-block;
    margin-left: 0.5rem;
    margin-bottom: 0.4rem;
}

#footer_wrap .block_info{
}

#footer_wrap .block_info dt{
    margin-bottom: 2.70rem;/*40*/
}

#footer_wrap .block_info dd{
    color: #0B2C84;
}

#footer_wrap .block_info dd ul li{
    list-style-type: none;
}

#footer_wrap .block_info dd ul li a{
    color: #0B2C84;
    }

#footer_wrap .block_info dd ul li:nth-child(1){
    font-size: 0.81rem;/*12*/
}

#footer_wrap .block_info dd ul li:nth-child(2){
    font-size: 1.76rem;/*26*/
    font-weight: bold;
    margin: 0.05rem auto 0.75rem;
    color: #0B2C84;
}

#footer_wrap .block_info dd ul li:nth-child(3){
    font-size: 0.61rem;/*9*/
}

/**/
.logo-title {
	max-width: 90%;
}




























/**/