@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;
}

.mt10{
margin-top: 10px;
}

.mT15{
	margin-top: 15px;
}

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

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

.fzL{font-size: 125%;}

.fRed{
	color: #e94f47;
}

.fB{
	font-weight: bold;
}

.greetingBox {
	margin: 0;
	padding: 20px 20px 40px;
	background-color: #fff;
}

.greetingBox p {
	line-height: 1.7;
	text-align: left;
}

.tx01 {
text-align: center;
font-weight: bold;
border-top: #00adef solid 1px;
border-bottom: #00adef solid 1px;	
border-right: #00adef solid 4px;	
border-left: #00adef solid 4px;		
margin-bottom: 10px;
padding: 10px;
}

.conWrap{
	padding-bottom: 0;
	background: url("bg.jpg") left top repeat-y;
	background-size: 100%;
}

.secBox {
margin:0 0 30px;
padding: 0 15px;
}




.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: 170%;
color: #00aff0;
text-align: left;
padding:0;
line-height: 1.4;
display: flex;
	justify-content: space-between;
	align-items: center;
}

.conTit h3{
       padding-left: 0.2em;
        text-indent: -0.2em;
}

.conTit span{
    background: linear-gradient(transparent 60%, #ffe43f 60%);	
	padding: 0 0.2em;
}

.imgFloatR{
	float: right;
	margin-left: 5px;
}

.taR{
	text-align: right;
}

.secBox h4 {

}

.itemNm{
	margin:1.6em 0 0.8em;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;	
	background-color: #00aff0;
	color: #fff;
	padding: 0.3em 0.7em;
	display: inline-block;
	border-radius: 0 0 10px 0;
}

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

.rcBox{
	margin: 25px 0;
	background-color: #fff;
	border: #00aff0 solid 2px;
	border-radius: 15px;
	padding: 15px 15px 10px;
	line-height: 1.8;
}

.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: #fff;
	border: 1px solid #00aff0;
	border-radius: 16px;
	padding: 15px;
	margin: -10px 0 10px;
}

.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: 10%;
        bottom: 99%;
        border-width: 30px 10px 30px 10px;
        border-color: transparent transparent #fff transparent;
}
.fk1:before {
        right: 10%;
        bottom: 100%;
        border-width: 30px 10px 30px 10px;
        border-color: transparent transparent #00aff0 transparent;
}

.endBox p{
line-height: 1.7;
}

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

.gyBox p{
	color: #000;
}






.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: #e3f6fd;
	padding: 40px 15px 25px;
position: relative;

}
.endBox:before {
	position: absolute;
	top:0;
	left:45%;
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #fdfbf3 transparent transparent transparent;
    margin: 0 auto 10px;
display: inline-block;	
}


.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);	
}