/*＝＝＝＝　flex　=＝＝＝＝*/
.flex_normal{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 10px 0;
flex-wrap: wrap;
max-width: 1500px;
margin: 0 auto;
}
.flex_between{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 10px 0;
flex-wrap: wrap;
}
.flex_start{
display: flex;
flex-direction: row;
align-items:flex-start;
justify-content: space-around;
padding: 10px 0;
flex-wrap: wrap;
}
.flex_end{
display: flex;
flex-direction: row;
align-items:flex-end;
justify-content: center;
padding: 10px 0;
flex-wrap: wrap;
}
.flex_around,.flex_around02{
display: flex;
flex-direction: row;
align-items:center;
justify-content: space-around;
padding: 10px 0;
flex-wrap: wrap;
}

.flex_justify_st{
justify-content: flex-start;
}
.flex_column{
flex-direction: column;
}
.flex_normal img,.flex_between img,.flex_start img,.flex_end img,.flex_around img,.flex_around02 img,.top_cont img,.footer_info img{
width: 100%;
}
.flex_10{
width: 8%;
}
.flex_20{
width: 18%;
}
.flex_25{
width: 23%;
}
.flex_30{
width: 26%;
}
.footer_30{
width: 26%;
}
.flex_35{
width: 33%;
}
.flex_40{
width: 38%;
}
.flex_45{
width: 43%;
margin: auto;
}
.flex_50{
width: 48%;
}
.flex_60{
width: 58%;
}
.flex_65{
width: 63%;
}
.flex_70{
width: 68%;
}
.flex_75{
width: 73%;
}
.flex_80{
width: 78%;
}
.flex_90{
width: 88%;
}
.flex_99{
width: 98%;
}
/*　＝＝＝　width　＝＝＝　*/
.wi95{
width: 95%;
margin: 0 auto;
}
.wi90{
width: 90%;
margin: 0 auto;
}
.wi85{
width: 85%;
margin: 0 auto;
}
.wi80{
width: 80%;
margin: 0 auto;
}
.wi60{
width: 60%;
}
.wi50{
width: 50%;
}
.icon_img{
width:5%;
}
.icom_img img{
width: 100%;
}
.wi50img{
width: 50%;
margin: 0 auto;
}
.wi50img img{
width: 100%;
}
.wi30img{
width: 30%;
}
.wi30img img{
width: 100%;
}
/*　＝＝＝　font　＝＝＝　*/
.bbb{
font-weight: bold;
}
.bb900{
font-weight: 900;
}
.fo_95{
font-size: 95%;
}
.fo_90{
font-size: 90%;
}
.fo_85{
font-size: 85%;
}
.fo_80{
font-size: 80%;
}
.fo_70{
font-size: 70%;
}
.fo_110{
font-size: 110%;
}
/*　＝＝＝　text　＝＝＝　*/
.te_center{
text-align: center;
}
/*　＝＝＝　padding　＝＝＝　*/
section{
padding: 20px 0;
}
.pa5{
padding: 5px 0;
}
.pa10{
padding: 10px 0;
}
.pa20{
padding: 20px 0;
}
.pp5{
padding: 5px;
}
.pp10{
padding: 10px;
}
.pp20{
padding:20px;
}
.pp30{
padding: 30px;
}
.pdb5{
padding-bottom: 5px;
}
.pdb10{
padding-bottom: 10px;
}
.pdb20{
padding-bottom: 20px;
}
.heig12{
line-height:1.2; 
}
/* ＝＝＝　color　=＝＝＝ */
.co_aka{
color: crimson;
}
.co_ao{
color: darkblue;
}
.co_ao{
color: darkblue;
}
.co_pink{
color: #E70567;
}
.co_bace{
color: #28A000;
}
.co_bace02{
color: #6B4413;
}
.bg_co_bace{
background: #D0FBD8;
}
.bg_co_yello{
background: #fcf7de;
}
.bg_co_paple{
background: #F1E5F5;
}
/*＝＝＝＝　font　=＝＝＝＝*/
.fo_95{
font-size: 95%;
}
.sp_fo_93{
font-size: 100%;
}
/*＝＝＝＝　other　=＝＝＝＝*/
.dis_inine{
display:inline-block;
}

.dis_none{
display: block;
}
#page_top{
width: 90px;
height: 90px;
position: fixed;
right: 0;
bottom: 0;
opacity: 0.6;

}
#page_top a{
position: relative;
display: block;
width: 90px;
height: 90px;
text-decoration: none;
}
#page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f102';
font-size: 25px;
color: #54A293;
position: absolute;
width: 25px;
height: 25px;
top: -40px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
#page_top a::after{
content: 'PAGE TOP';
font-size: 13px;
position: absolute;
top: 45px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
color: #54A293;
}
.sp_none{
display: block;
}
.sp_on{
display: none;
}
@media screen and (max-width: 789px) {
/*flex*/
.flex_between{
flex-direction: column;
justify-content: center;
}
.flex_around{
flex-direction: column;
justify-content: center;
}
.flex_around02{
flex-direction: column-reverse;
justify-content: center;
}
.flex_start{
display: flex;
flex-direction: column;
align-items:center;
justify-content: center;
padding: 10px 0;
flex-wrap: wrap;
}
.flex_justify_st{
flex-direction: column;
justify-content: center;
}
.flex_10{
width: 50%;
}
.flex_20{
width: 70%;
}
.flex_25{
width: 80%;
}
.flex_30{
width: 85%;
margin: 5px auto 10px;
}
.footer_30{
width: 50%;
}
.flex_35{
width: 95%;
}
.flex_40{
width: 95%;
}
.flex_90,.flex_80,.flex_70,.flex_65,.flex_60,.flex_50,.flex_45{
width: 98%;
margin: 0 auto;
}
.flow_cont.flex_70{
font-size: 90%;
}
.bell{
font-size: 105%;
font-weight: bold;
padding: 20px 0 40px;
position: relative;
}
.wi95,.wi90{
width: 98%;
}
.wi95 p{
font-size: 93%;
line-height: 1.3;
}
.wi80,.wi85{
width: 95%;
}
.wi30img{
width: 50%;
}
.dis_none{
display: none;
}
.maru_pink{
color: #ffffff;
background: #E51373;
font-weight: bold;
border-radius: 50%;
padding: 0 3px;
margin-right: 5px;
font-size: 90%;
}
.pa20{
padding: 10px 0;
}
.sp_none{
display: none;
}
.sp_on{
display: block;
}
.sp_fo_93{
font-size: 93%;
}
}

