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

.taC{
	text-align: center;
}
.mB10{
	margin-bottom: 10px;
}
.mB20{
	margin-bottom: 20px;
}
.mB40{
	margin-bottom: 40px;
}
.mB15{
	margin-bottom: 15px;
}
.mT15{
	margin-top: 15px;
}
#seiryoudai2509 {
background:url("bg.jpg") left top repeat-y;
	background-size: contain;
}

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

.greetingBox p {
	line-height: 1.7;
padding: 15px 20px 20px;
	font-weight: bold;
	background-color: #fff;
	
}

.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: 15px;

	border-radius: 6px;
	padding: 15px;
background: url("bg2.png") -20px -20px no-repeat;
	background-size: 30%;
		background-color:#fff;
}
.secBox h4 {
	margin: 0 5px 10px;
}
.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: #ed5d65;
}

.conTit + .inBox{
	padding-top: 0;
}

.taR{
	text-align: right;
}

.kodawari1 h4{
	color: #cb3181;
}

.dataBox{
	border: #126dca solid 1px;
	background-color: #e2f1ff;
	border-radius: 6px;
	padding: 15px;
	margin: 15px 0;
}

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

.fk1 {
	position: relative;
	background: #fff;
	border: 2px solid #00697d;
	border-radius: 16px;
	padding: 20px;
	margin: 10px 0 20px;
	width: 54%;
}

.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: 98%;
        top: 50%;
        border-width: 8px 20px 8px 20px;
        border-color: transparent #FFF 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:#dceef1;
	padding: 10px;
	margin: 10px 0;
}

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

.csBox p{
	margin-left: 1.4em; 
text-indent: -1.4em; 
}

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

.cvBox p{
	color: #ed5d65;
}

.secBox .flex{
	align-items: stretch;
}

.bluetx{
	color: #00697d;
}
.endBox{
margin: 0 15px 0;
	background-color: #fff;
	padding: 15px 15px 0;
	border: #000 solid 2px;
	border-radius: 6px;

}

.endBox > div{

}