@charset "utf-8";


.ellipse{
	width: 100%;
	height: 30px;
	background:#ceceef;
	-moz-border-radius: 50% / 15px;
	-webkit-border-radius: 50% / 15px;
	border-radius: 50% / 15px;
	background-repeat:no-repeat;
}

.bg-navy{
background:#0A2986;
}
.triangle{
    width: 0;
    height: 0;
    border-top: solid 20px #a40000;
    border-right: solid 40px transparent;
    border-bottom: 0;
    border-left: solid 40px transparent;
    margin: 0 auto;
}
.height67{
height:67px;
}

/*
2023/11/28*****************************/
.text-orange{
color:#F08300!important;
}
.bg-efukuri-orange{
background:#FFB55D!important;
}
.bg-efukuri-orange02{
background:#FFCE93!important;
}
.bg-efukuri-orange03{
background:#FEF9DE!important;
}
.bg-efukuri-orange04{
background:#FFE6C9!important;
}
.bg-efukuri-blue{
background:#D1E6F6!important;
}
.bg-efukuri-blue02{
background:#D9D9D9!important;
}
.bg-efukuri-blue03{
background:#C6CBF5!important;
}
.bd-efukuri-orange{
border-color:#FFCE93!important;
}
.bd-efukuri-orange02{
border-color:#FFE6C9!important;
}

.flex-ai--end{
align-items:flex-end;
}
.flex-ai--start{
align-items:flex-start;
}
.flex-ai--center{
align-items:center;
}
.flex-jc--around{
justify-content:space-around;
}

.bd-radius--25{
border-radius:25px;
}
.bd-radius--50{
border-radius:50px;
}
.p-relative{
position:relative;
}
.bd-bottom--1{
border-bottom:1px solid;
}
.p-absolute-t-20{
position:absolute;
top:-20px;
}
.p-absolute-t-10{
position:absolute;
top:-10px;
}
.p-absolute-t-40{
position:absolute;
top:-40px;
}
.p-absolute-b-5{
position:absolute;
bottom:-5px;
}
.p-absolute-b-20{
position:absolute;
bottom:-20px;
}
.p-absolute-b0_r0{
position:absolute;
bottom:0;
right:0;
}
.p-absolute-b-30_l0{
position:absolute;
bottom:-30px;
left:0;
}
.p-absolute-t0_l35{
position:absolute;
top:0;
left:35px;
}
.p-absolute-t0_l0{
position:absolute;
top:0;
left:0;
}
.p-absolute-t0_r0{
position:absolute;
top:0;
right:0;
}
.p-absolute-t10_r0{
position:absolute;
top:10px;
right:0;
}
.p-abso-left--center{
left:50%;
transform:translateX(-50%);
}

.arrow {
width: 0;
height:10px;
border: solid 10px transparent;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 0;
display:block;
}
.arrow.bd-top-01{
border-top-color: #FFCE93;
}
.arrow.bd-top-02{
border-top-color: #FFB55D;
}
.arrow.bd-top-03{
border-top-color: #F08300;
}
.height140{
height:140px;
}
.height150{
height:150px;
}
.height240{
height:240px;
}
.height450{
height:450px;
}
.height500{
height:500px;
}
.obj-cover{
object-fit:cover;
}

.arrow_box{
    position:relative;
    width:45%;
    height:30px;
    background:#FFCE93;
    padding:5px 10px;
    text-align:center;
    color:#000000;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    margin-bottom:1em;
margin-left:5px;
margin-right:5px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 206, 147, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:5px;
    border-right-width:5px;
    margin-left: -5px;
    border-top-color:#FFCE93;
    top:90%;
    left:50%;
    transform: rotate(-20deg);
}
.arrow_box.num01{
    background:#D1E6F6;
}
.arrow_box.num01:after{
    border-color: rgba(209,230,246,0);    
    border-top-color:#D1E6F6;
    transform: rotate(20deg);
}
.arrow_box.num02{
    background:#D9D9D9;
}
.arrow_box.num02:after{
    border-color: rgba(217,217,217,0);    
    border-top-color:#D9D9D9;
    transform: rotate(-20deg);
}
.arrow_box.num03{
    background:#C6CBF5;
}
.arrow_box.num03:after{
    border-color: rgba(198,203,245,0);    
    border-top-color:#C6CBF5;
    transform: rotate(20deg);
}
.arrow_box-02{
    position:relative;
    width:200px;
    padding:15px 5px 5px;
    background:#F2F2F2;
    text-align:left;
    color:#000000;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow_box-02:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(242, 242, 242, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    border-right-color:#F2F2F2;
    right:100%;
    top:30%;
}




.circle-orange{
width:70px;
height:70px;
text-align:center;
display:flex;
align-items:center;
justify-content:center;
}
.z-index--9{
z-index:9;
}
.mT65em{
margin-top:6.5em;
}

.ttl-List-flx {
border-bottom: 1px solid #ccc;
position: relative;
}
/*.ttl-List-flx:first-child{
border-top:none!important;
}*/
.ttl-List-flx li:hover {
    background-color: #F2F8FC !important;
}
.ttl-List-flx .right-cell {
    width: calc(100% - 210px);
    padding:2em;
}

@media screen and (max-width:767px) and (min-width:1px) {
.height67,
.height500{
height:initial;
}
.sp-height500{
height:500px;
}
.p-absolute-t-40{
position:static;
top:0;
}
.sp-list-text{
width:calc(100% - 80px)!important;
}
}