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

body * * {
    font-size: inherit;
}

.taC{
	text-align: center;
}
.mB10{
	margin-bottom: 10px;
}
.mB20{
	margin-bottom: 20px;
}
.mB40{
	margin-bottom: 40px;
}
.mB15{
	margin-bottom: 15px;
}
.mT15{
	margin-top: 15px;
}

.fBnd {
    background: linear-gradient(transparent 60%, #fed0cd 60%);
}

.fBnd2 {
    background: linear-gradient(transparent 60%, #d2e7ff 60%);
}

.fzL{font-size: 115%;}

.fRed{
	color: #e94f47;
}

.fB{
	font-weight: bold;
}

.greetingBox {
	margin: 0 15px;
	padding: 20px 0 20px;
}

.greetingBox p {
	line-height: 1.7;
}

.wrBox{
	margin: 15px 15px 0;
	border: #000 solid 1px;
	border-radius: 10px;
	background-color: #fff;
	padding: 0 15px 15px;
}

.wrBox p{
	margin-top: -20px;
}

.wrBox p strong{
	color: #ed5d65;
font-size: 120%;
	text-shadow:0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
}

.wrBox ul{
	list-style-type: none;
}

.wrBox li{
	list-style-type: none;
	margin: 0.3em 0;	
    line-height: 1.8;	
}

.wrBox li:before{
content: "\f14a";
    font-family: "Font Awesome 5 Free";
	font-weight: 500;
	margin-right: 0.3em;
	color: #c00;
	
}

.conWrap{
	padding-bottom: 15px;
}

.secBox {
margin:0 0 30px;

}
.secBox h4 {
	margin: 0 5px 12px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
}
.secBox .note {
	padding:10px;
	border: dotted 1px #000;
}


.inBox {
	margin: 0 15px;
	padding: 15px 0;
}

.inBox p{
	line-height: 1.7;
}

.inBox .flex{
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.conTit{
font-size: 140%;
	margin-bottom: 1em;
	color: #fff;
	background-color: #e94f47;
	text-align: center;
	padding: 15px 10px;
	line-height: 1.7;
	    position: relative;
}

.conTit:after {
    border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: calc(50% - 15px);
    top: 100%;
    border-width: 16px 16px 16px 16px;
    border-color: #e94f47 transparent transparent transparent;
}

.conTit + img{
	margin-top: -20px;
}

.taR{
	text-align: right;
}

.boxCb{
	border: #e84e49 dashed 4px;
	padding: 12px;
	margin: 10px 0;
	font-weight: bold;
	font-size: 115%;
	text-align: center;
}

.rcBox{
	margin-bottom: 15px;
}

.rcBox dt{
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 5px;
}

.flex{
	display: flex;
	justify-content: space-between;
    align-items:flex-start;	
}

.fk1 {
	position: relative;
	background: #E0EDFB;
	border: 1px solid #00697d;
	border-radius: 16px;
	padding: 15px;
	margin: 10px 0 20px;
	width: 44%;
}

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

.fk1:after, .fk1:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.fk1:after {
        right: 99%;
        top: 50%;
        border-width: 8px 20px 8px 20px;
        border-color: transparent #E0EDFB transparent transparent;
}
.fk1:before {
        right: 100%;
        top: 50%;
        border-width: 8px 20px 8px 20px;
        border-color: transparent #00697d transparent transparent;
}

.endBox p{
line-height: 1.7;
}

.gyBox{
	background-color: #d3e9fe;
	padding: 10px;
	margin: 0 15px 15px;
}

.gyBox p{
	color: #000;
}



.mt10{
margin-top: 10px;
}



.tx2{
	font-size: 110%;
	text-align: center;
	margin: 10px 0;
}

.tx2 span{
	    background: linear-gradient(transparent 60%, #88e1dc 60%);
}


.renoBx{
	text-align: center;
	padding: 15px 0;
}

.renoBx p{
	font-size: 110%;
}

.tx1:before,
.tx1:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #000;
    width: 2px;
    height: 2.5em;
    margin: 0.5em 1em;
    vertical-align: -1.5em;
    bottom: 0;

}



.tx1:before {
    transform: rotate(-30deg);
}

.tx1:after {
   transform: rotate(30deg);

}


.renoLink{
color: #fff;
background-color: aquamarine;
padding: 10px 40px;
border-radius: 24px;
display: inline-block;
margin: 15px;
background: #82EBF9;
background: linear-gradient(270deg,rgba(130, 235, 249, 1) 0%, rgba(213, 156, 255, 1) 100%);	
box-shadow: 0px 3px 0px #00173f;
text-decoration: none;
font-weight: bold;
    transition: 0.5s;
	font-size: 110%;
}

.renoLink:before{
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
	    font-weight: bold;
    margin-right: 0.3em;
    color: #fff;
    font-size: 150%;
	vertical-align: middle;
}

.renoLink:hover{
	-webkit-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);	
}

.tx3{
	text-align: center;
	margin-top: 15px;
}

.tx3:before,
.tx3:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #4a99ea;
    width: 2px;
    height: 3.5em;
    margin: 0.5em 1em;
    vertical-align: -1.5em;
    bottom: 0;
}



.tx3:before {
    transform: rotate(-30deg);
}

.tx3:after {
   transform: rotate(30deg);

}

.tx3 p{
	font-size: 120%;
display: inline-block;
	font-weight: bold;
}


.csBox{
/*	background:#f2f2f2;*/

	margin: 15px 0;
}

.csBox h3{
	color: #4a99ea;
	font-size: 150%;
	text-align: center;
	margin: -15px auto 0;
	display: inline-block;
}

.cvBox{
	background:#fff;
	padding: 10px;
	margin: 10px 0;
	border: #ed5d65 solid 1px;
	display: flex;
	align-items:flex-start;
}

.cvBox p{
	color: #ed5d65;
}

.csBox.flex > div{
	background-color: #f2f2f2;
	padding: 25px 15px;
}

.secBox .flex{

}

.bluetx{
	color: #00697d;
}
.endBox{
margin: 0 0 0;
	background-color: #f2f2f2;
	padding: 25px 15px;
background-image: url("endbar.jpg"),url("endbar.jpg");
	background-position: top left,bottom left;
	background-repeat: no-repeat;
	background-size: contain,contain;

}



.linkBox{
	background-color: #fde3e1;
	padding:0 20px 20px;
	border-radius: 6px;
	margin: 20px 0;
	line-height: 2;

}

.linkBox img{
	margin: -20px 0 0 -25px;
}

.linkBox > div{
	text-align: center;
}

.linkBox a{
	color: #e84e49;

}

.linkBox a:before{
	font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: bold;
    color: #e84e49;
    font-size: 120%;
	margin-right: 0.2em;
}

.csBox h5 {
    position: relative;
    color: #e84e49;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.5em;
    border-bottom:none;
    text-align: left;
    width: 91%;
}

.csBox h5:before,
.csBox h5:after{
	background: none;
}

.tx02{
	margin-top: 15px;
	text-align: center;
	font-size: 120%;
	color: #e94f47;
}

.list1{
	list-style-type: none;
}

.list1 li{
padding-left: 1.5em;
text-indent: -1.5em;
	margin-bottom: 1em;
}

.nm{
	background: #e84e49;
	color: #fff;
border-radius: 50%;	
	    width: 20px;
    display: inline-block;
    text-align: center;
    padding-left: 0;
    text-indent: 0;	
}



.tx03{
	text-align: center;

margin: 1em -1em;

}



.tx03 p{
	font-weight: 600;
	color: #e94f47;
	font-size: 1.10em;
	display: inline-block;
	text-align: center;
	padding: 0 0.1em;
}



.tx03:before,
.tx03:after {
    position: relative;
    display: inline-block;
    content: "";
    background:#e94f47;;
    width: 2px;
    height: 3.5em;
    margin: 0.5em 0.64em;
    vertical-align: -1.2em;
    bottom: 0;
}

.tx03:before {
    transform: rotate(-30deg);
}

.tx03:after {
    transform: rotate(30deg);
}


.srLink{

color: #fff;
padding: 10px 40px;
border-radius: 24px;
display: block;
margin: 15px;
background: #BCF1F8;
box-shadow: 0px 3px 0px #00173f;
text-decoration: none;
font-weight: bold;
    transition: 0.5s;
	font-size: 110%;
	text-align: center;
	position: relative;
}

.srLink a{
	color: #e94f47;
}

.srLink:before{
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
	    font-weight: bold;
    margin-right: 0.3em;
    color: #e94f47;
    font-size: 150%;
	vertical-align: middle;
	position: absolute;
	left: 20px;
	top:20px;
}

.srLink:hover{
	-webkit-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);	
}