﻿@charset "utf-8";

.csLink {
	text-decoration: none;
	color: #3366cc;
}
.csLink:hover {
	text-decoration: underline;
}
/***********************************************************
layout
***********************************************************/
.h1wrap01 {
	margin: 0 0 47px;
	padding: 60px 0 45px;
	border-bottom: none;
	background: -moz-linear-gradient(top, rgba(0, 76, 142, 1) 0%, rgba(87, 184, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 76, 142, 1) 0%, rgba(87, 184, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 76, 142, 1) 0%, rgba(87, 184, 255, 1) 100%);
	text-align: center;
}
.cardBlk {
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
}
.cardBlk p:not(:first-child) {
	margin-left: 41px;
}
.posiLinkBlk {
	position: relative;
}
.posiLinkBlk [class^="posiLink0"] {
	position: absolute;
	top: 74%;
	width: 30%;
	text-align: center;
	font-size: 0.9rem;
	color: #003fb3;
	line-height: 1.4;
	letter-spacing: -1px;
}
.posiLinkBlk .posiLink01 {
	left: 3%;
}
.posiLinkBlk .posiLink02 {
	left: 34.5%;
}
.posiLinkBlk .posiLink03 {
	left: 66.7%;
}
.posiLinkBlk [class^="posiLink0"] p {
	position: relative;
}
.posiLinkBlk [class^="posiLink0"] p sup {
	position: absolute;
	top: -20%;
}
.posiLinkBlk [class^="posiLink0"] a.linkType02 {
	font-size: 0.9rem;
}
.faceTitle{
	margin-bottom: 40px;
}
.appBtnBlk {
	margin-top: 56px;
	margin-bottom: 31px;
	padding-top: 60px;
	border-top: 2px solid #00256c;
	border-bottom: 2px solid #00256c;
}
.appBtnBlk .btnWrap{
	margin-bottom: 50px;
	text-align: center;
	font-size: 0;
}
.appBtnBlk .btnWrap + .btnWrap {
	margin-bottom: 60px;
}
.appBtnBlk .btnItem {
	margin-left: 41px;
}
.appBtnBlk .btnItem:first-child {
	margin-left: 0;
}
.appBtnBlk .btnItem p {
	margin-bottom: 39px;
}
.appBtnBlk .btnItem a:hover {
	opacity: 0.7;
}
.cautionBlk .cautionList {
	padding: 30px 42px 10px;
}
.oneCLM #cmnNaviHeader {
	margin-bottom: 0;
	background: #fff;
}
.oneCLM #main {
	width: 100%;
}
#contents {
	width: 100%;
}
/***********************************************************
parts
***********************************************************/
.textIndent01{
	padding-left: 1em;
	text-indent: -1em;
}
.cardface01{
	max-width: 280px;
	margin: 0 auto;
}
.mb0 {
	margin-bottom: 0;
}
.pl30 {
	padding-left: 30px;
}
.pr30 {
	padding-right: 30px;
}
.pt30 {
	padding-top: 30px;
}
.boxCont {
	box-sizing: content-box;
}
.w750 {
	width: 750px;
	margin: 0 auto;
}
.familyBlk {
	margin-bottom: 43px;
}
.familyBlk .famImg01 {
	margin-bottom: 48px;
}
.familyBlk .head01{
	position: absolute;
	width: 100%;
	top: -20px;
	left: 0;
}
.familyBlk .famInr {
	width: 665px;
	margin: 0 auto;
}
.familyBlk .famBox {
	border: 2px solid #00256c;
	padding: 35px 30px 13px;
	position: relative;
}
.familyBlk .famBox + .famBox {
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 9px;
}

/*---------------
contactBlock
------------------*/
.contactBlock {
    max-width: 900px;
    border-radius: 10px;
    margin: 0 auto;
}
.contactBlock dt {
    padding: 18px 10px;
    background: #DBDBDB;
    font-size: 1.2858rem;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0;
    border-color: #CFCFCF;
    border-width: 1px;
    border-style: solid solid none;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.contactBlock dd {
	padding: 25px 3.5%;
	border-radius: 0 0 10px 10px;
	border-color: #CFCFCF;
	border-width: 1px;
	border-style: none solid solid;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.contactBlock .note {
	color: #666;
	font-size: 12px;
}
.contactBlock .wid100 {
    width: 100%;
}
.contactBlock .textLine {
	text-decoration: underline;
}
.contactBlock .telWrap {
	margin-top: 10px;
}
.contactBlock .detail {
	margin-top: 10px;
	padding-left: 15px;
}
.contactBlock .txtType01{
	margin-bottom: .78571rem;
}
.contactBlock .cIcoM {
    width: 56px;
    display: inline-block;
    padding-right: 7px;
}
.contactBlock .telNumber {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
.contactBlock .telNumber a {
    display: inline-block;
    text-decoration: none;
	pointer-events: none;
	color: #333;
}
.contactBlock .recept {
	margin-top: 20px;
}
.contactBlock .box03 {
	border: 1px solid #CFCFCF;
	padding: 20px 30px;
	margin-top: 20px;
}
.contactBlock .mb30 {
	margin-bottom: 30px;
}
/*----modal----*/

.modalContent {
	width: 598px;
}
.labelModalBox .labelCloseBtn {
	margin: 0 0 0 auto;
}
.labelModalBox .labelModalCnt {
	padding: 15px 15px 35px 15px;
	width: 598px;
	max-width: 925px;
}
.labelModalBox .table.type02 th {
	width: 165px;
}
/***********************************************************
cmpClose
***********************************************************/
.cmpClose {
	position: fixed;
	width: 100%;
	height: 100vh;
}
@media print {
	.cmpClose {
		position: relative;
		width: auto;
	}
}
.cmpClose > .closeTxt {
	position: absolute;
	z-index: 7;
	font-size: 2.285rem;
	font-weight: bold;
	margin: auto;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(231,231,231,0.5);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.cmpClose > .closeTxt > span {
	color: #E60000;
}
