@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
color:#333;

}
a{
transition: all 0.35s ease;
}
a:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-filter: alpha(opacity=50);
}

/***************header*************/

header {
	    display: flex;
    padding: 20px;
    justify-content: space-between;
}
header .logo {
	width: 40%;
}
header ul{
    display:flex;
    list-style:none;
    width: 100%;
    margin: 0;
    justify-content: flex-end;
}
header ul li a{
    display:block;
    text-decoration:none;
    background-color: #253692;
    color: #fff;
    font-weight: bold;
    padding:10px 20px;
    border-radius:4px;
    width: 230px;
    text-align: center;
    margin-left: 5px;
}



header ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
     margin-left: 20px;
}

/******************MV*************/

.mv {
background: url(../img/mv.png) no-repeat center center #fff;
    height: 50vh;
    width: 100%;
    margin: 0;
    padding: 0;
	position: relative;
	
}

.mv .mv_in{
    margin: 0;
    padding: 20px 100px;
	position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width:1200px;
/*background: #ffffff52;*/
}
.mv .mv_in .t01{
   font-weight:bold;
   text-align:right;
   font-size:1.4em;
   
}

.mv .mv_in .t01 span {
    border: 3px solid #253692;
    color: #253692;
    border-radius: 50px;
    padding: 0.3% 1.5%;
    text-align: center;  font-weight: bold; 
	    text-shadow: 3px 3px 3px #ffffff, -3px -3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff, 3px 0px 3px #ffffff, -3px -0px 3px #ffffff, 0px 3px 3px #ffffff, 0px -3px 3px #ffffff;
}

.mv .mv_in h2{
    margin: 0;
    padding: 0;
	font-size:5.5em;
    text-shadow: 3px 3px 3px #ffffff, -3px -3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff, 3px 0px 3px #ffffff, -3px -0px 3px #ffffff, 0px 3px 3px #ffffff, 0px -3px 3px #ffffff;		    line-height: 1.3;
}
.mv .mv_in h2 span{
display:block;
	font-size:22px;
}

.mv .mv_in .mv_btn{
    width: 500px;
    float: right;
    text-align: center;
    font-weight: bold;
	color:#FF0000;
	    line-height: 1.3;

}
.mv .mv_in .mv_btn .sub_mvbtn{

text-shadow: 3px 3px 3px #ffffff, -3px -3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff, 3px 0px 3px #ffffff, -3px -0px 3px #ffffff, 0px 3px 3px #ffffff, 0px -3px 3px #ffffff;
}

.mv .mv_in .mv_btn a{
    margin: 0;
    padding: 0;
	    display:block;
    text-decoration:none;
    background-color: #e73e34;
    color: #fff;
    font-weight: bold;
    padding:20px 20px;
    border-radius:50px;
	text-align:center;
	font-size:1.8em;
	border: 1px solid #a43a32;
}


.mv .mv_in .mv_btn a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
  font-weight: 900;
     margin-left: 20px;
}


section#p01,section#p02,section#p03{
background-color:#e8f5fb;
padding:30px 0;
}
section .inner{
width:1200px;
margin:0px auto;
}


section h2.ttl {
  position: relative;
  text-align: center;
  padding: 1em;
  text-align:center;
  font-size:3em;

}


section h2.ttl::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: #4050a8;
}


.p01_list{display:flex;justify-content: space-between;flex-wrap: wrap;}
.p01_list .waku{width: 48%;margin-bottom: 20px;border: 2px solid #4050a8;border-radius: 16px;
background-color:#fff;}


.p01_list .waku p.title01{
    background: #3F51B5;
    color: #ffffff;
	font-weight:bold;
	text-align:center;
	font-size:1.5em;
	margin:4px;
	padding:12px 0;
	border-radius: 8px;
	    margin-bottom: 15px;

}

.p01_list .waku p.title01:before {
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 900;
     margin-right: 10px;
}




.waku p{
margin:1% 0;
    line-height: 1.2;
	font-size:1.2em;
}
.s01{
font-weight:bold;
text-align:center;
color: #4050a8;
font-size:1.3em;


}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.sub{
	text-align:center;
	background:#71abc6;
	color:#fff;
	font-weight:bold;
	padding:1.5%;
	display:table;
	margin: auto;
	font-size: 0.8em !important;
	
}
.line {
    background: linear-gradient(transparent 65%, #fff799 65%);
}
.center{
text-align:center;
}

.small{
font-size:0.8em;
color:#666;
}
.bold{
font-weight:bold;
}
.blue{
color: #4050a8;
}

.f50{
font-size:3em;
}

section h3 {
  position: relative;
  text-align: center;
  padding: 1em;
  text-align:center;
  font-size:2em;

}

.p02_bnr{
    display:flex;
    flex-wrap: wrap;
width:80%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
    }

.p02_bnr a{width: 45%;}

.p02_bnr a img{width: 100%;}

.mb50{
margin-bottom:50px;
}

.p02_toptxt{
font-size:1.4em;
}
ul.p02_btn,.p02_btn li{
list-style:none;
margin:0;
padding:0;
}


.p02_btn li a{
display:block;
text-decoration:none;
padding:22px;
margin-bottom:15px;
color:#fff;
font-weight:bold;
font-size:1.4em;
border-radius:10px;
text-align:center;
}

.p02_btn li a{
display:flex;justify-content: space-around;align-items: center;}

.p02_btn li a div:nth-child(1){
display:block;
text-decoration:none;
background-color:#FFEB3B;
color:#a54180;
font-weight:bold;
font-size:0.8em;
border-radius:50px;
padding:10px 20px;	
text-align:center;
width:20%;
}
.p02_btn li:nth-child(2) a div:nth-child(1){
display:block;
text-decoration:none;
background-color:#FFEB3B;
color:#ed7700;
font-weight:bold;
font-size:0.8em;
border-radius:50px;
padding:10px 20px;	
text-align:center;
}
.p02_btn li:nth-child(3) a div:nth-child(1){
display:block;
text-decoration:none;
background-color:#FFEB3B;
color:#2e3141;
font-weight:bold;
font-size:0.8em;
border-radius:50px;
padding:10px 20px;	
text-align:center;
}
.p02_btn li a div:nth-child(2){

width:40%;    text-align: left;
}

.p02_btn li a span{
display:block;
text-decoration:none;

color:#fff;
font-weight:normal;
font-size:0.81em;

}



.p02_btn li:nth-child(1) a{
background-color:#a54180;
}
.p02_btn li:nth-child(2) a{
background-color:#ed7700;
}
.p02_btn li:nth-child(3) a{
background-color:#2e3141;
}


.p02_btn li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f35a';
  font-weight: 900;
     margin-left: 20px;font-size: 2em;
}

.s02{
color:#e73e34;
}
.s03{
font-size:1.6em;
}


.point{
	display:flex;flex-wrap: wrap; /* 折返し指定 */
  gap: 6px 4px; /* 余白 */
}
.point_box{
	width:255px;
	background-color:#e7eff0;
	border-radius:10px;
	padding:20px;
	text-align:center;
	font-weight:bold;
	    font-size: 1.2em;
}

.point_box img{
	    height: 100px;
}
.point_faq{
padding:20px;
    background-color: #ffffff;
    border: 4px solid #e7eff0;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}

.point_faq .point_faq_txt{
display:flex;    gap: 0px 20px;border-bottom: 1px dotted #ccc;
}

.point_faq .point_faq_txt p{
font-size: 1.2em;
}

.point_faq .point_faq_txt p:nth-child(1){
color:#ccc;
    font-size: 1.5em;
    text-align: center;
}
.point_faq .point_faq_txt p:nth-child(2){
color:#cc0000;
    font-size: 1.5em;
    text-align: center;
}


/*************SERVICE********************/
.service{
	display:flex;flex-wrap: wrap; /* 折返し指定 */
  gap: 6px 4px; /* 余白 */
}
.service_box{
	width:250px;
	border-radius:10px;
	padding:20px;
	text-align:center;
	    border: 3px solid #afcfde;
}

.service_box img{
	    height: 100px;
}
.service_box p{
font-weight:bold;
}
.service_box p span{
display:block;
font-size:0.8em;
font-weight:normal;
color:#333;
    margin-top: 10px;
    border-top: 2px dotted #afcfde;
    padding-top: 10px;
}



/*********************************/
.tab-wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.tab-label {
    color: White;
    background: LightGray;
   
    padding:20px;
    order: -1;
	    width: 29%;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}

.tab-label:hover {
    color:#ffffff85;
    background:#3f51b5b5;
}



.tab-content {
    width: 100%;
	    background: #fff;
    padding: 30px;
    border-radius: 16px;
    margin: 30px 0;
   display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background:#4050a8;
    border-bottom: 10px solid #8BC34A;}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}


.logo_top{
	display:flex;
	gap: 6px 4px; /* 余白 */
	width:100%;
	margin:0 auto;
	justify-content: space-evenly;
	align-items: center;
}

.logo_top .logo{
	width:30%;
}
.logo_top .logo_btn{
	width:50%;
	text-align:center;
	 font-weight: bold;
}
.logo_top .logo_btn a{
margin: 50px auto;
    padding: 0;
    display: block;
    max-width: 100%;
    text-decoration: none;
    background-color: #e73e34;
    color: #fff;
    font-weight: bold;
    padding: 20px 0px;
    border-radius: 50px;
    text-align: center;
    font-size: 1.5em;
    border: 1px solid #a43a32;
}


	
.plan_tit{
font-size: 1.3em;
	 font-weight: bold;

}
.plan_subtit{
font-size: 1em;
	 font-weight: bold;
	color:#699f2b

}
.plan_subtit:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0eb';
  font-weight: 900;
     margin-right: 10px;
}




.logo_top .logo_btn a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 900;
     margin-left: 20px;
}


.hosho{
	display:flex;
	gap: 6px 14px; /* 余白 */

	margin:0 auto;
	    justify-content: space-between;
}


.box26 {
flex: 1;
    position: relative;
    margin: 2em 0;
   padding: 1.2em 2em;
    border: solid 3px #a54180;
    border-radius: 8px;
}
.box27 {
flex: 1;
    position: relative;
    margin: 2em 0;
   padding: 1.2em 2em;
    border: solid 3px #ed7700;
    border-radius: 8px;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 10px;
    padding: 8px 20px;
    line-height: 1;
    font-size: 1.5em;
    background: #FFEB3B;
    color: #a54180;
    font-weight: bold;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 10px;
    padding: 8px 20px;
    line-height: 1;
    font-size: 1.5em;
    background: #FFEB3B;
    color: #ed7700;
    font-weight: bold;
}
.box26 p,.box27 p {
    margin: 0; 
    padding: 0;
	font-weight:bold;
	font-size:1.3em;
}

.box26 p:before {
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 900;
     margin-right: 10px;
}


.box26 p .s02,.box27 p .s02 {
    text-decoration: underline 4px solid #FFEB3B;
	font-size:1.8em;
}


.syujutu p {
    margin: 0;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.syujutu p span:nth-child(1){
  margin-right:20px;
  width: 40%;
}

.nyuin div{
	position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.tab1_t {
    background-image: url(../img/tab1_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    text-align: center;
}
.tab2_t {
    background-image: url(../img/tab2_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    text-align: center;
}
.sub_txt{
	font-size:1.6em;
}
.hoken_table td,.hoken_table th{
padding:13px 0;
text-align:center;
font-weight:bold;
}
.hoken_table th{
    background-color: #3F51B5;
    color: #fff;
}
.hoken_table td{
background-color:#f5f5f5;
}
.hoken_table tr:nth-child(3){
color:#2196F3;
}
.hoken_table tr:nth-child(4){
color:#ef67a6;
}
.hoken_table td span{
font-size:1.5em
}

.point_t {
    text-align: center;
    font-weight: bold;
    /* border-top: 1px solid #333; */
    /* border-bottom: 5px solid #afcfde; */
    margin: 10px auto 0;
    background: #e8f5fb;
    padding: 30px 0 0;
    color: #7496a6;
    /* width: 20%; */
    font-size: 1.3em;
}
.tab_point{
	display:flex;
	flex-wrap: wrap; /* 折返し指定 */
	background: #e8f5fb;
	padding: 10px 20px 50px;
justify-content: space-between;
}
.tab_point_box{
	width: 27.6%;
	border-radius: 32px;
	padding:20px;
	text-align:center;
	border: 3px solid #afcfde;
	background: #fff;
}


.tab_point_box img{
	    height: 100px;
}
.tab_point_box p{
font-weight:bold;
}
.tab_point_box p span{
font-weight:normal;
font-size:0.8em;
}

.tab_point_box p:nth-child(3),.tab_point_box p:nth-child(4){
text-align:left;
}



.chui{
	text-indent:-40px;
list-style:none;

}

.chui li{
list-style:none;
font-size:0.8em;
}

.btn a {
    margin: 50px auto;
    padding: 0;
    display: block;
	max-width:50%;
    text-decoration: none;
    background-color: #e73e34;
    color: #fff;
    font-weight: bold;
    padding: 20px 0px;
    border-radius: 50px;
    text-align: center;
    font-size: 1.5em;
	    border: 1px solid #a43a32;
}
.btn a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
  font-weight: 900;
     margin-left: 20px;
}


.btn2 a {
    margin: 50px auto;
    padding: 0;
    display: block;
	max-width:50%;
    text-decoration: none;
    background-color: #e73e34;
    color: #fff;
    font-weight: bold;
    padding: 20px 0px;
    border-radius: 50px;
    text-align: center;
    font-size: 1.5em;
	    border: 1px solid #a43a32;
}


.btn2 a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 900;
     margin-left: 20px;
}


.plan{
	display:flex;
	list-style:none;
	    width: 90%;
    margin: 0 auto;
	padding: 0;
	justify-content: space-between;
}
.plan li{background-color: #ed7700;border-radius:16px;color: #fff;padding:20px;font-weight:bold;font-size:1.6em;text-align:center;}
.plan li span{
display:block;
	font-size:0.6em;
}



.f30{
font-size:3em;
}

.logo_top2{
	display:flex;
	gap: 6px 4px; /* 余白 */
	width:80%;
	margin:0 auto;
	    justify-content: space-between;align-items: center;
}

.logo_top2 .logo{
	width:50%;
}


.logo3_box {

    border: 3px solid #e6e6e9;
    padding: 2% 5%;
    display: flex;
    gap: 20px 20px;
    border-radius: 10px;
    margin: 0 auto 20px;
    justify-content: flex-start;    align-items: center;
	font-weight:bold;
}


.iryo_box{
    background-image: url(../img/tab1_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
	    background-position: 98% 30px;
}
.teiki_box {
    background-image: url(../img/tab2_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
	    background-position: 98% 30px;
}




.logo3_box .logo{
	width:30%;
}

.box27 .plan{
	display:flex;
	list-style:none;
	    width: 90%;
    margin: 0 auto;
	padding: 0;
	justify-content: space-between;
}
.box27 .plan li{background-color: #ed7700;border-radius:16px;color: #fff;padding:20px;font-weight:bold;font-size:1.3em;text-align:center;}

.box27 .plan{
	display:flex;
	list-style:none;
	width: 100%;
	margin: 10px auto;
	padding: 0;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 6px 4px;
	width: 80%;
}
.box27 .plan li{background-color: #ed7700;border-radius:16px;color: #fff;padding: 10px 20px;font-weight:bold;font-size: 1.2em;text-align:center;width: 15%;}
.osusume{
background-color: #3e4fb1;
    padding: 0.5%;
    color: #FFEB3B;
    font-weight: bold;
    display: block;
    width: 15%;
    margin: 0 auto;
}

.box27 p.small {
    font-size: 0.8em;
    color: #666;
    font-weight: normal;
}
section .tab-content h3 {
    padding:0;
	}
/*************************/

section#agent{
background-color:#efefef;
padding:30px 0;
}
section#agent h2{
font-size:1.2em;
font-weight:normal;
text-align:center;
}


.agent_list {
    display: flex; gap: 6px 20px; /* 余白 */
    justify-content: center;
    text-align: left;
}

.agent_item {
    width: 30%;
    padding: 20px 20px;
    border-radius: 16px;
    background: #fff;
}



.agent_headline {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
}

.agent_txt {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0;
}

/********************************/

 .article_all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		margin:50px auto;
		gap: 10px 20px;
    }
  .article_all a {
      display:inline-block;  width: 32.2222%; margin: 15px 0;
	  text-decoration:none;
    }

    .article_list {
        background-size: 16px;
        background-position: right 20px bottom 20px;
        border-radius: 8px;
        -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
		min-height:380px;
    }


    .article_list img{
        width: 90%;
        margin:0 auto;
padding:5%;

    }

    a .article_list .data {
    font-size:0.8em;
   text-align: right;
    display: block;
    padding-right: 30px;
	color:#ccc; }
	

    h2.article_ttl {
   padding: 10px 15px 5px;
     background-color: #6eb92a00;
    color: #2b2b2b;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align:left;
    line-height: normal;
	
    }
	
	
	
    .article_list p {
   padding: 0 15px;
    font-size: 0.8em;
    text-align:left;
    line-height: normal;
    }
		
	    a .article_list p  {
color:#666666;
    }
	a .article_list p span  {
color:#0066CC;
text-decoration:underline;
    }
	.article_linkbtn a{
    display: block;
    text-align: center;
    color: #fff;
    max-width: 30%;
    text-decoration: none;
    background-color: #3F51B5;
    padding: 1% 0;
    font-weight: bold;
    border-radius: 50px;
    margin: 0 auto;
	}
	
	/***************/
	.sitelink_Box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e7f3f9;
    text-align: center;
    margin: 20px auto;
}

.sitelink_ttl {
    margin: 0;
    padding-top: 10px;
    font-size: 1.6em;
    color: #3F51B5;
}

.sitelink_list {
    margin: 0;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
}

.sitelink_list li {
    position: relative;
    width: 23.333%;
    height: 35px;
    margin-bottom: 15px;
    background-color: #fff;
}

.sitelink_list li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    font-size: 1em;
    text-decoration: none;
}

.sitelink_list img {
    display: inline-block;
    padding-right: 10px;
    vertical-align: sub;
}


/****************FOOter*************/
footer{
text-align:center;
margin-top:50px;
}
footer .cp_right{
    background-color: #3F51B5;
    color: #fff;
    padding: 2px 0;
    font-size: 0.8em;
}

.red{
color:#FF0000;
}
.t_left{
text-align:left!important;
}

#footerFloatingMenu {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 !important;
	    background: #41414163;
}
#footerFloatingMenu p{
  padding:0;
  margin:0;
}
#footerFloatingMenu .btn a{
    max-width:30%;
	margin:20px auto;
}
.nyainy-btn {
display: inline-block;
position: relative;
padding: 10px 20px;
margin: 10px auto;
background-color: #e99710;
box-shadow: 1px 1px 5px gray;
border-radius: 5px;
font-weight: bold;
font-size: 18px;
color: #fff !important;
text-align: center;
text-decoration: none;
overflow: hidden;
}

.nyainy-btn::before {
position: absolute;
content: '';
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
transform: skewX(-45deg);
animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}
@keyframes nyainy-btn {
0% {
left: -100%;
}
25% {
left: 100%;
}
100% {
left: 100%;
}
}




.tab_box .btn_area {
    display: flex;

    justify-content: space-between;
}

.tab_box .tab_btn {
    padding: 8px 0;
    color: #fff;
    background:LightGray;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
	    padding: 20px;
    order: -1;
    width: 29%;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
	border-bottom: 10px solid #ccc;
}

.tab_box .tab_btn:hover {
    background-color: #dce1e4;
}

.tab_box .tab_btn.active {
    background: #07539f;
    color: #fff;
border-bottom: 10px solid #8BC34A;}

.tab_box .panel_area {
       padding: 5%;
    width: 90%;
    background: #fff;
    /* padding: 30px; */
    border-radius: 16px;
    margin: 30px 0;
}

.tab_box .tab_panel {
    display: none;

}

.tab_box .tab_panel.active {
    display: block;
}

