@charset "utf-8";

/*---   header   ---*/
#header_bg{
	background-image: url(../image/bg_header.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 105px;
}

#header{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header .logo{
	position: absolute;
	top: 20px;
	left: 5px;
}

#header .tell{
	position: absolute;
	top: 20px;
	right: 0;
}
#header .dl-menuwrapper{
	display: none;
}


/*---   globalNavi   ---*/
#globalNavi_bg{
	height: 50px;
	margin: 0;
	background-image: url(../image/bg_navi.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

.globalNavi{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.globalNavi ul li{
	float: left;
	margin: 0;
}

/*---   main content   ---*/
#container{
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.left{
	float: left;
	width: 710px;
	margin-bottom: 30px;
}

.left #title{
	background: url(../image/bg_title.jpg) no-repeat left center;
	width: 685px;
	padding-left: 25px;
	height: 50px;
}

.left #title h2{
	font-size: 22px;
	font-weight: bold;
	color: #08377B;
	padding: 8px 0;
	letter-spacing: 0.2em;
}

.left .main{
	padding: 15px;
	clear: both;
}

.right{
	float: right;
	width: 200px;
	margin-bottom: 30px;
}

.right .section{
	margin: 0 0 20px 0;
}
.right .section h3{
	color: #ffffff;
	padding: 10px;
	background: #08377B;
}
.right .section ul{
	border-left: #98D8F4 solid 1px;
	border-right: #98D8F4 solid 1px;
}
.right .section ul li a{
	display: block;
	padding: 10px;
	border-bottom: #98D8F4 solid 1px;
}
.right .section ul li a:hover{
	text-decoration: none;
	background: #eeeeec;
}

.right ul li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.contact{
	background: url(../image/bg_contact.jpg) repeat;
	height: 100px;
	width: 940px;
	position: relative;
}

.contact p.tel{
	position: absolute;
	top: 12px;
	left: 20px;
}
.contact p.text{
	position: absolute;
	top: 10px;
	left: 460px;
	font-size: 124%;
	font-weight: bold;
	color: #fff;
}
.contact p.caution{
	position: absolute;
	top: 40px;
	left: 700px;
    font-size: 96%;
    line-height: 1.4;
    width: 220px;
	color: #d9f151;
}
.contact p.button{
	position: absolute;
	top: 40px;
    left: 460px;
}

.contactArea{
    display: flex;
}
#header .contactArea{
    position: absolute;
	top: 20px;
	right: 0;
}
.contactArea .mailArea,
.contactArea .lineArea{
    width:315px;
    height:100px;
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}
#header .contactArea .mailArea,
#header .contactArea .lineArea{
    width:220px;
    height:70px;
    padding: 6px 8px;
}
.contactArea .title{
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 5px;
}
.contactArea .title::before{
    content: "";
    width:100%;
    height: 2px;
    display: block;
    position: absolute;
    top:calc(50% - 1px);
    background: #FFFFFF;
    z-index: 10;
}
.contactArea .title strong{
    font-size:22px;
    font-weight: bold;
    color:#FFFFFF;
    padding: 0 12px;
    position: relative;
    z-index: 20;
    line-height: 1.5;
}
#header .contactArea .title strong{
    font-size:16px;
    padding: 0 6px;
}
.contactArea .mailArea,
.contactArea .mailArea strong{
    background: #00AFEC;
    transition: 0.3s;
}
.contactArea .mailArea:hover,
.contactArea .mailArea:hover strong{
    background: #00769f;
}
.contactArea .lineArea,
.contactArea .lineArea strong{
    background: #63C14E;
    transition: 0.3s;
}
.contactArea .lineArea:hover,
.contactArea .lineArea:hover strong{
    background: #428534;
}
.contactArea .lineArea{
    margin-left: 14px;
}
#header .contactArea .lineArea{
    margin-left: 10px;
}
.contactArea .btn{
    width:calc(100% - 24px);
    height:44px;
    margin: 0 auto;
}
#header .contactArea .btn{
    width:calc(100% - 14px);
    height:30px;
}
.contactArea .mailArea .btn a{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    font-weight: bold;
    color:#00AFEC;
    background: #FFFFFF;
    border-radius: 15px;
    transition: 0.3s;
}
#header .contactArea .mailArea .btn a{
    font-size:14px;
}
.contactArea .mailArea:hover .btn a,
.contactArea .mailArea .btn a:hover{
    color: #00769f;
    text-decoration: none;
}
.contactArea .lineArea .btn{
    display: flex;
    gap:8px;
}
#header .contactArea .lineArea .btn{
    gap:5px;
}
.contactArea .lineArea .btn::after{
    width:48px;
    height:44px;
    background: url("../../image/icon_line.png") no-repeat center center/contain;
    content: "";
    display: block;
}
#header .contactArea .lineArea .btn::after{
    width:33px;
    height:30px;
}
.contactArea .lineArea .btn a{
    width:calc(100% - 56px);
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    font-weight: bold;
    color:#63C14E;
    background: #FFFFFF;
    border-radius: 15px;
    transition: 0.3s;
}
#header .contactArea .lineArea .btn a{
    width:calc(100% - 38px);
    font-size:14px;
}
.contactArea .lineArea:hover .btn a,
.contactArea .lineArea .btn a:hover{
    color: #428534;
    text-decoration: none;
}
.contactArea .cautionArea{
    width: 276px;
    margin-left: 20px;
}
.contactArea .cautionArea .subtitle{
    font-size:18px;
    font-weight: bold;
    color:#FF2626;
    border-bottom: 1px solid #FF2626;
    margin-bottom: 10px;
}
.contactArea .cautionArea .text{
    font-size: 16px;
    line-height: 1.2;
}

/*---   footer   ---*/
#footer_bg{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #172C67;
	background-color: #EEEEEE;
}

#footer{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#link{
	margin-top: 10px;
	margin-bottom: 15px;
}

.profile{
	float: left;
	font-size: 13px;
	line-height: 18px;
	width: 400px;
}

.profile h2{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.copyright {
	float: right;
	margin-top: 70px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


@media (max-width: 740px) {
#header_bg{
	height: 60px;
	border-bottom: #08377b solid 1px;
}

#header .logo{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 220px;
}
#header{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header .tell{
	display: none;
}
#header .contactArea{
    display: none;
}
#header .dl-menuwrapper{
	display: block;
}
#globalNavi_bg{
	display: none;
}
#container{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.left{
	float: none;
	width: 100%;
	margin-bottom: 40px;
}

.left #title{
	width: 100%;
}
.left #title h2{
	font-size: 16px;
	padding: 13px 0;
	letter-spacing: 0;
}

.left .main{
	padding: 0;
	clear: both;
}

.right{
	float: none;
	width: 200px;
	margin: 0 auto 20px auto;
}

.contact{
	background: url(../image/bg_contact.jpg) repeat;
	height: auto;
	width: 92%;
	padding: 4%;
	position: static;
}

.contact p.tel{
	position: static;
	top: 12px;
	left: 20px;
}
.contact p.text{
	position: static;
	top: 10px;
	left: 460px;
	font-size: 124%;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
}
.contact p.caution{
	position: static;
	top: 40px;
	left: 700px;
    font-size: 96%;
    line-height: 1.4;
    width: 100%;
	color: #d9f151;
}
.contact p.button{
	position: static;
	top: 40px;
    left: 460px;
	text-align: center;
	margin: 10px auto 0 auto
}

.contactArea{
    display: block;
}
.contactArea .mailArea,
.contactArea .lineArea{
    width:100%;
    height:auto;
}
.contactArea .title{
    margin-bottom: 10px;
}
.contactArea .title strong{
    font-size:20px;
}
.contactArea .lineArea{
    margin-top: 20px;
    margin-left: 0;
}
.contactArea .cautionArea{
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
}
.contactArea .cautionArea .text{
    font-size: 14px;
}


/*---   footer   ---*/
#footer_bg{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #172C67;
	background-color: #EEEEEE;
}

#footer{
	width: 96%;
}

#link{
	margin-top: 10px;
	margin-bottom: 15px;
}

.profile{
	float: none;
	width: 100%;
}

.copyright {
	float: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	font-size: 86%;
}	
}

.sp{
    display: none;
}
@media (max-width: 740px) {
    .pc{
        display: none;
    }
    .sp{
       display: block; 
    }
}