@charset "utf-8";
/* CSS Document */
body * * {
    font-size: inherit;
}
.greetingBox {
    padding: 1.5em 1em 0;
	background-color: #f6f6f6;
}
.greetingBox h3 {

	margin-bottom: 0.5em;
}


#komagabayashi202601 img{
	width: 100%;
	height: auto;
	display: block;
}
	
	
.marker {
	padding: 3px 5px;
	background: #c4e3ff;
}
.eng{
	font-size: 200%;
	font-family: "Times New Roman", Times, "serif";
}

#end{
	padding:25px 40px 40px 30px;

background: url("../202509/endbg.jpg") left bottom no-repeat;
	background-size: 100%;
}

#end h3{
	color: #4d2612;
}

.flexEn{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;	
}


.mt10{
	margin-top: 10px;
}

.fBnd{
	color: #a00505;
	    background: linear-gradient(transparent 60%, #ffff00 60%);
    padding: 0 5px 0 !important;
}

.inBox .fzL{
	font-size: 115% !important;
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.imgfloatR {
    float: right;
    margin: 0 0 10px 10px;
}
.imgfloatL {
    float: left;
    margin: 0 10px 10px 0;
}


.mT15 {
    margin-top: 15px;
}
.mT30 {
    margin-top: 30px;
}
.linkbox {
    margin-top: 20px;
    border-left: #f95f7a solid 5px;
    padding-left: 15px;
    font-weight: bold;
}
.inW {
    margin: 0;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 40px;
}
.leadBox {
    padding: 20px 15px;
    background-color: #ccf2f0;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.mB0 {
    margin-bottom: 0 !important;
}
.mB10 {
    margin-bottom: 10px !important;
}
.mB20 {
    margin-bottom: 20px;
}
.mB40 {
    margin-bottom: 40px;
}
.mB15 {
    margin-bottom: 15px;
}


.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt20 {
    margin-top: 20px;
}
.mb5 {
    margin-bottom: 5px;
}
.fRed {
    color: #e01a6d !important;
    font-weight: bold !important;
    font-size: 15px !important;

}

/*------------*/

#komagabayashi202601 p{
	font-size: 16px;
	line-height: 1.6
}
.textBox {
	padding: 0 10%;
	background: url("lead_bg.jpg");
	background-size: 100%;
}
.textBox p{
	margin-bottom: 15px;
	line-height: 1.5;
}
.textBox p:first-child{
	margin-bottom: 10px 0;
	font-size: 20px!important;
	color:#d72e2e;
}
.textBox p:last-child{
	margin-bottom: 0;
}

#endBox {
	background: #53acda;
}

#endBox p {
	padding: 0px 10% 40px;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
}

.linkBtnBox {
	display:flex;
	justify-content: space-between;
	padding-bottom: 10px;
}
.linkBtnBox a {
	display: flex;
	justify-content: center;
	width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 4px;
    align-items: center;
	gap: 5px;
}

.linkBtnBox a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
	margin-top: 2px;
}
.linkBtnBox a:first-child{
	background: #e30b52 !important
}
.linkBtnBox a:last-child{
	background: #001d8e !important;
}




.explan dl dd p{
	padding: 20px 10% 5px;
	background: url("explan_bg.jpg");
	background-size: 100%;
}

.con02textBox{
padding: 0 10% 5px;
	background: url("con02_bg.jpg");
	background-size: 100%;	
}

.con03textBox{
padding: 0 10% 5px;
	background: url("end_bg.jpg");
	background-size: 100%;	
}

