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

.page_main_section{
margin: 100px auto 0 auto;
padding: 5% 0;
width: 90%;
max-width: 1234px;
position: relative;
}

.crumb{
font-size: 1.3rem;
margin-bottom: 4%;
}

.page_midashi_01{
font-size: 5.6rem;
margin-bottom: 2%;
}

.page_main_btn_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 10%;
}

.page_main_btn_01 li{
width: 44%;
margin-bottom: 4%;
border: #c7d4ed 4px solid;
padding: 2%;
border-radius: 20px;
position: relative;
transition: all 0.5s;/*アニメーション設定*/
}

.btn_title{
font-size: 3.5rem;
background: url("../img/page/line_01.jpg") no-repeat bottom left;
background-size: 83px 5px;
padding-bottom: 3%;
margin-bottom: 3%;
transition: all 0.5s;/*アニメーション設定*/
}

.btn_copy{
font-size: 2.0rem;
}

.page_main_btn_01 li i{
position: absolute;
top: 8%;
right: 3%;
font-size: 2.0rem;
color: #c7d4ed;
transition: all 0.5s;/*アニメーション設定*/
}
.page_main_btn_01 li a{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}

.page_main_btn_01 li:hover{
background: #c7d4ed;
border: rgba(68,92,171,1.00) 4px solid;
}

.page_main_btn_01 li:hover i{
color: rgba(68,92,171,1.00);
}

.page_main_btn_01 li:hover .btn_title{
background: url("../img/page/line_01.jpg") no-repeat bottom left;
background-size: 100% 5px;
}

.page_midashi_02{
font-size: 4.0rem;
text-align: center;
background: url("../img/page/line_02.jpg") no-repeat center bottom;
background-size: 195px 8px;
padding-bottom: 2%;
margin-bottom: 4%;
}

.qanda_01{

}

.qanda_01 li{
border: #b3b3b3 3px solid;
margin-bottom: 2%;
}

div.question {
cursor: pointer;
font-size: 2.0rem;
padding: 2%;
position: relative;
}

div.question::after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f067";
color: #a1b8e1;
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

div.one::after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f068";
color: #a1b8e1;
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

div.question:hover {

}

div.answer {
display: none;
font-size: 2.0rem;
padding: 2%;
border-top: #b3b3b3 2px dotted;
}

.qanda_q{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.qanda_q dt{
width: 5%;
}

.qanda_q dt p{
background: #e60012;
color: #fff;
width: 50px;
text-align: center;
border-radius: 10px;
font-size: 3.2rem;
}

.qanda_q dd{
width: 93%;
padding-top: 10px;
}

.qanda_a{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.qanda_a dt{
width: 5%;
}

.qanda_a dt p{
background: #4472c4;
color: #fff;
width: 50px;
text-align: center;
border-radius: 10px;
font-size: 3.2rem;
}

.qanda_a dd{
width: 93%;
padding-top: 10px;
}

.qanda_a dd a{
display: inline-block;
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
color: #445cab;
border: #445cab 2px solid;
border-radius: 10px;
padding: 0.5% 3% 0.5% 2%;
margin-top: 2%;
}

.qanda_a dd a::after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: #445cab;
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.page_two_column_section_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
}

.r_content{
width: 68%;
}

.l_content{
width: 25%;
}

.l_menu_01{
border: #c7d4ed 4px solid;
padding: 6% 6% 0.5% 6%;
}

.l_menu_midashi_01{
font-size: 2.8rem;
color: #445cab;
position: relative;
margin-bottom: 6%;
}

.l_menu_midashi_01::after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: #445cab;
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.l_menu_midashi_01:hover{
opacity: 0.7;
}

.l_menu_midashi_01 a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.l_menu_list_01{
width: 100%;
margin: 0 auto;
}

.l_menu_list_01 li{
border-top: #c7d4ed 3px dotted;
}

.l_menu_list_01 li a{
font-size: 1.8rem;
padding: 6% 5%;
display: block;
position: relative;
}

.l_menu_list_01 li a::after{
font-size: 1.2rem;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f35d";
color: #a1b8e1;
position: absolute;
top: 50%;
right: 5%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.l_menu_list_01 li a:hover{
background: #fffdd9;
opacity: 1;
}

.application_button{
text-align: center;
font-size: 2.1rem;
color: #445cab;
border: #445cab 3px solid;
background: #fff100;
width: 98.5%;
display: block;
padding: 5% 0;
border-radius: 10px;
margin-top: 5%;
}

.application_button::after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: #445cab;
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}


.application_button_02{
text-align: center;
font-size: 2.1rem;
color: #445cab;
border: #445cab 3px solid;
background: #fff;
width: 98.5%;
display: block;
padding: 5% 0;
border-radius: 10px;
margin-top: 5%;
}

.application_button_02::after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: #445cab;
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.page_copy_01{
font-family: Hiragino Kaku Gothic W7 JIS2004;
font-size: 3.0rem;
padding-left: 1em;
margin-bottom: 4%;
}
.page_copy_01::before{
content: "■";
color: #445cab;
margin-left: -1em;
}

.products_table{
font-size: 2.0rem;
margin-bottom: 2%;
}

.products_table tr{

}

.products_table tr th{
padding: 3% 2%;
border: #c7d4ed 3px solid;
text-align: center;
background: #4472c4;
}

.products_table tr th a{
color: #ffff00;
text-decoration: underline;
}

.products_table tr th:first-of-type{
background: #fff;
}

.products_table tr td{
padding: 3% 2%;
border: #c7d4ed 3px solid;
width: 37.5%;
}

.products_table tr td:first-of-type{
background: #fffdd9;
width: 25%;
}

.products_table2{
font-size: 1.5rem;
margin-bottom: 2%;
width:100%;
}

.products_table2 tr{

}

.products_table2 tr th{
padding: 3% 2%;
border: #c7d4ed 3px solid;
text-align: center;
background: #4472c4;
color:#FFF;
width:25%;
}

.products_table2 tr th a{
color: #ffff00;
text-decoration: underline;
}

.products_table2 tr th:first-of-type{
background: #fff;
color:#000;

}

.products_table2 tr td{
padding: 3% 2%;
border: #c7d4ed 3px solid;
width:25%;
}

.products_table2 tr td:first-of-type{
background: #fffdd9;

}



.table_list_link{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 15%;
}

.table_list_link li:first-child{
width: 25%;
}

.table_list_link li{
width: 37.5%;
}

.table_list_link li a{
text-align: center;
font-size: 2.0rem;
color: #445cab;
border: #445cab 3px solid;
width: 85%;
margin: 0 auto;
display: block;
padding: 3% 0;
border-radius: 10px;
}

.table_list_link li a::after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: #445cab;
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.follow_01{
position: -webkit-sticky;
position: sticky;
top: 120px;
}

.page_copy_02{
font-size: 2.0rem;
}

.page_midashi_section{
position: relative;
background: #4472c4;
margin-bottom: 3%;
padding: 1.5% 0 4% 4%;
border-radius: 20px;
}

.page_midashi_section h1{
font-size: 5.8rem;
color: #fff;
line-height: 100%;
}

.page_midashi_section h1 span{
font-size: 3.0rem;
color: #fff;
}

.page_midashi_section img{
width: 213px;
position: absolute;
bottom: 0;
right: 0;
}

.marginbottom15{
margin-bottom: 15%;
}


.number_midashi_01{
display: flex;
flex-wrap: wrap;
margin-bottom: 2%;
}

.number_midashi_01 dt{
margin-right: 1%;
}

.number_midashi_01 dt p{
background: #4472c4;
color: #fff;
width: 50px;
text-align: center;
border-radius: 50px;
font-size: 3.2rem;
}

.number_midashi_01 dt p span{
font-size: 50%;
}

.number_midashi_01 dd{
padding-top: 2px;
font-size: 3.0rem;
}

.page_honbun_01{
font-size: 1.7rem;
line-height: 190%;
}

.number_list_01{
margin-bottom: 8%;
}

.number_list_01 li{
margin-bottom: 7%;
}


.archive_link_02{
width: 100%;
margin: 0 auto;
padding-bottom: 15%;
}

.archive_link_02 a{
font-size: 2.2rem;
}

.archive_link_02 a i{
color: #e60012;
}

.flow_list_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 10%;
}

.flow_list_01 li:nth-of-type(even){
width: 2.0%;
font-size: 1.8rem;
color: #445cab;
text-align: center;
}

.flow_list_01 li:nth-of-type(odd){
width: 22%;
font-size: 1.8rem;
text-align: center;
border: #c7d4ed 4px solid;
position: relative;
padding: 3% 0;
border-radius: 10px;
background: rgba(255,253,221,1.00);
}

.flow_list_01 li:nth-of-type(odd):hover{
opacity: 1;
background: rgba(255,241,0,1.00);
}

.number_point_01{
background: #445cab;
color: #fff;
font-size: 1.2rem;
width: 20px;
border-radius: 50px;
position: absolute;
top: 5%;
left: 2%;
}

.flow_list_01 li a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.page_two_column_section_02{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.page_two_column_section_02 div:first-of-type{
width: 65%;
}

.page_two_column_section_02 div:last-of-type{
width: 30%;
}

.link_btn_02{
font-size: 2.0rem;
color: #445cab;
border: #445cab 3px solid;
padding: 1.5% 10%;
display: inline-block;
margin-top: 2%;
border-radius: 10px;
position: relative;
}

.link_btn_02::after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: #445cab;
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.line_01{
border-bottom: #c7d4ed 4px solid;
padding-top: 8%;
margin-bottom: 8%;
}

.contents_innner{
    padding-top: 140px;
    margin-top:-140px;
}

.page_midashi_03{
font-size: 2.0rem;
color: #fff;
text-align: center;
background: rgba(74,92,166,1.00);
padding: 1% 0;
margin-bottom: 4%;
}

.data_01{
font-size: 2.0rem;
margin-bottom: 10%;
}

.data_01 dt{
padding-left: 1em;
}

.data_01 dt::before{
content: "●";
color: #445cab;
margin-left: -1em;
}

.data_01 dd{
padding-left: 1em;
font-family: source-han-sans-japanese, sans-serif;
font-weight: 300;
font-style: normal;
border-bottom: #b3b3b3 2px dotted;
padding-bottom: 3%;
margin-bottom: 3%;
}

.summary_loan_section_01{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
background: rgba(255,253,218,1.00);
padding: 5%;
}

.summary_loan_section_01 div{
width: 42%;
text-align: center;
}

.summary_loan_section_01 div:nth-of-type(1){
margin-bottom: 8%;
}

.summary_loan_section_01 div:nth-of-type(2){
margin-bottom: 8%;
}

.summary_loan_section_01 div img{
width: 40%;
margin-bottom: 3%;
}

.summary_loan_section_01 div p{
font-size: 1.8rem;
margin-bottom: 3%;
}
.summary_loan_section_01 div p b{
color: #ed1c24;
}

.summary_loan_div_01{
width: 80%!important;
background: #fff;
border: #4472c4 3px solid;
text-align: center;
padding: 4% 0 2% 0;
border-radius: 20px;
margin: 0 auto;
margin-top: 5%;
}

.summary_loan_div_01 p{
font-size: 2.7rem !important;
}

.arrow_01{
text-align: center;
}

.arrow_01 img{
width: 45px;
padding: 2% 0;
}

.summary_loan_section_02{
background: rgba(255,253,218,1.00);
padding: 5%;
margin-bottom: 10%;
}

.summary_loan_div_02{
width: 80%;
background: #fff;
border: #4472c4 3px solid;
text-align: center;
padding: 4% 0 4% 0;
border-radius: 20px;
margin: 0 auto;
}


.summary_loan_div_02 p:nth-of-type(1){
font-size: 1.7rem;
margin-bottom: 2%;
}

.summary_loan_div_02 p:nth-of-type(2){
font-size: 2.7rem;
margin-bottom: 2%;
}


.summary_loan_div_02 p:nth-of-type(2) b{
color: #ed1c24;
}

.summary_loan_div_02 p:nth-of-type(3){
font-size: 1.3rem;
}

.page_copy_03{
font-size: 2.7rem;
margin-bottom: 3%;
}

.summary_loan_div_03{
width: 80%;
background: #4472c4;
border: #4472c4 3px solid;
text-align: center;
padding: 2% 0 2% 0;
border-radius: 20px;
margin: 0 auto;
margin-top: 3%;
}

.summary_loan_div_03 p{
font-size: 2.7rem;
color: #fff;
}

.marginbottom5{
margin-bottom: 5%;
}

#teble_res{
font-size: 1.7rem;
line-height: 180%;
}

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

.page_two_column_section_03 div:first-of-type{
width: 35%;
}

.page_two_column_section_03 div:last-of-type{
width: 62%;
}

.about_section_01{
border: #445cab 3px solid;
text-align: center;
padding-bottom: 2%;
margin-bottom: 15%;
margin-top: 3%;
}

.about_section_01 p{
margin-bottom: 2%;
}

.about_section_01 h2{
font-size: 6.0rem;
}

.about_section_01 h3{
font-size: 2.7rem;
}

.coporate_dl_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.8rem;
}

.coporate_dl_01 dt{
width: 20%;
margin-bottom: 2%;
color: rgba(68,92,171,1.00);
}

.coporate_dl_01 dd{
width: 80%;
margin-bottom: 2%;
}

.page_two_column_section_04{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.page_two_column_section_04 div{
width: 48%;
margin-bottom: 4%;
}

.page_two_column_section_04 div iframe{
width: 100%;
height: 220px;
}

.question_search{
margin-bottom: 5%;
}

.question_search input{
font-size: 2.5rem;
background: rgba(199,212,237,1.00);
border: 0;
padding: 2%;
border-radius: 20px;
}

.question_search input[type="search"]{
width: 60%;
}

.question_search input[type="submit"]{
width: 15%;
background: rgba(68,92,171,1.00);
color: #fff;
}


.qanda_q_02{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.qanda_q_02 dt{
width: 5%;
}

.qanda_q_02 dt p{
background: #e60012;
color: #fff;
width: 50px;
text-align: center;
border-radius: 10px;
font-size: 3.2rem;
}

.qanda_q_02 dd{
width: 89%;
font-size: 4.0rem;
line-height: 130%;
}

.img_33{
width: 30%;
display: block;
margin: 5% auto;
}



.qanda_q_03{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 5% 0;
}

.qanda_q_03 dt{
width: 5%;
}

.qanda_q_03 dt p{
background: #e60012;
color: #fff;
width: 50px;
text-align: center;
border-radius: 10px;
font-size: 3.2rem;
}

.qanda_q_03 dd{
width: 93%;
font-size: 3.7rem;
line-height: 130%;
}

.questionnaire_section{
margin-top: 15%;
text-align: center;
padding: 4%;
border: rgba(199,212,237,1.00) 3px solid;
border-radius: 20px;
}

.questionnaire_section h3{
font-size: 2.5rem;
margin-bottom: 3%;
}

.questionnaire_section ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.questionnaire_section ul li{
width: 48%;
}

.questionnaire_section ul li a{
font-size: 2.0rem;
border: rgba(199,212,237,1.00) 3px solid;
display: block;
width: 100%;
padding: 2% 0;
border-radius: 20px;
position: relative;
}

.questionnaire_section ul li a i{
position: absolute;
    top: 50%;
	right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: rgba(68,114,196,1.00);
}


div.question_02 {
cursor: pointer;
font-size: 2.0rem;
padding: 2%;
position: relative;
}

div.question_02 a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

div.question_02:hover{
opacity: 0.7;
}

div.question_02::after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: #a1b8e1;
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}


.basic_archive_section_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.basic_archive_section_01 div{
width: 26%;
border: #c7d4ed 3px solid;
padding: 2%;
position: relative;
margin-bottom: 5%;
border-radius: 20px;
}

.basic_archive_section_01::after{
  content:"";
  display: block;
  width:30%;
  }

.basic_archive_section_01 div img{
margin-bottom: 2%;
}

.basic_archive_section_01 div a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.basic_archive_section_01 div h2{
font-family: Hiragino Kaku Gothic W7 JIS2004;
font-size: 2.0rem;
}

.basic_archive_section_01 div ul{
margin-top: 4%;
}

.basic_archive_section_01 div ul li{
font-size: 1.7rem;
}

.basic_archive_section_01 div ul li::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: #E60012;
}



.wp-pagenavi {
width: 100%;
margin: 5% auto 0 auto;
margin-bottom: 0px;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 15%;
}

.wp-pagenavi a i{
font-size: 1.5rem;
}

.wp-pagenavi a {
border: #4472c4 1px solid;
font-size: 2.8rem;
color: #4472c4;
display: block;
text-align: center;
width: 30px;
line-height: 100%;
margin: 0 5px;
padding: 0.5%!important;
}

.previouspostslink{
border: #4472c4 1px solid;
font-size: 3.8rem;
display: block;
text-align: center;
width: 30px;
background: #4472c4;
color: #fff !important;
line-height: 100%;
margin: 0 5px;
}

.previouspostslink i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.nextpostslink{
border: #4472c4 1px solid;
font-size: 2.8rem;
display: block;
text-align: center;
width: 30px;
background: #4472c4;
color: #fff !important;
line-height: 100%;
margin: 0 5px;
}

.nextpostslink i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.tag_list{
margin-top: 4%;
display: flex;
flex-wrap: wrap;
margin-bottom: 5%;
}

.tag_list li{
font-size: 1.7rem;
margin-right: 2%;
}

.tag_list li::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: #E60012;
}

.basic_page img{
margin: 2em 0;
}

.table_of_contents{
border: #c7d4ed 3px solid;
margin: 5% 0;
padding: 2%;
}

.table_of_contents h2{
font-size: 2.3rem;
}

.table_of_contents li{
margin-top: 1%;
}

.table_of_contents li::before{
content: "・";
font-size: 1.5rem;
}

.table_of_contents a{
font-size: 1.5rem;
text-decoration: underline;
}

.basic_page h2{
margin-top: 0.5%;
}

.author_section{
border: #c7d4ed 3px solid;
margin: 15% 0 0 0;
padding: 2%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.author_section h2{
width: 100%;
display: block;
}

.author_section div:first-of-type{
width: 25%;
}

.author_section div img{
margin: 0;
}

.author_section div:last-of-type{
width: 70%;
font-size: 1.5rem;
}


.top_news_section{
width: 100%;
margin: 0 auto;
}


.top_news_section dl{
background: #fff;
padding: 3%;
border: #c7d4ed 5px solid;
border-radius: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.8rem;
margin-bottom: 1.5%;
}

.top_news_section dl dt{
width: 20%;
border-bottom: #4472c4 1px dotted;
padding-bottom: 3%;
margin-bottom: 3%;
}

.top_news_section dl dd{
width: 80%;
border-bottom: #4472c4 1px dotted;
padding-bottom: 3%;
margin-bottom: 3%;
}

.top_news_section dl dt:last-of-type{
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

.top_news_section dl dd:last-of-type{
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

.news_page_day{
text-align: right;
font-size: 1.8rem;
margin: 5% 0;
}



/*タブ*/
.tab_wrap {
  width: 100%;
  margin: 5% auto;
}
input[type="radio"] {
  display: none;
}
.tab_area {
  font-size: 0;
  margin: 0 0;
}
.tab_area label {
  width: 33.3333333333333%;
  margin: 0 0;
  display: inline-block;
  padding: 1.5% 0;
  color: #445cab;
  background: #c7d4ed;
  text-align: center;
  font-size: 3.0rem;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
.tab_area label:hover {
  opacity: 0.5;
}
.panel_area {
border-top: #445cab 3px solid;
  background: #fff;
}
.tab_panel {
  width: 100%;
  padding: 5% 0;
  display: none;
  margin-bottom: 5%;
}


#tab1:checked ~ .tab_area .tab1_label {
  background: #445cab;
  color: #fff;
}
#tab1:checked ~ .panel_area #panel1 {
  display: block;
}
#tab2:checked ~ .tab_area .tab2_label {
  background: #445cab;
  color: #fff;
}
#tab2:checked ~ .panel_area #panel2 {
  display: block;
}
#tab3:checked ~ .tab_area .tab3_label {
  background: #445cab;
  color: #fff;
}
#tab3:checked ~ .panel_area #panel3 {
  display: block;
}

/*タブ*/



.service_img_01{
width: auto;
height: 210px;
display: block;
margin: 2% auto 5% auto;
}




.flow_list_02{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 5% 0;
}

.flow_list_02 li:nth-of-type(even){
width: 2.0%;
font-size: 1.8rem;
color: #445cab;
text-align: center;
}

.flow_list_02 li:nth-of-type(odd){
width: 14%;
font-size: 1.8rem;
text-align: center;
border: #c7d4ed 4px solid;
position: relative;
padding: 3% 0;
border-radius: 10px;
background: rgba(255,253,221,1.00);
}

.flow_list_02 li:nth-of-type(odd):hover{
opacity: 1;
background: rgba(255,241,0,1.00);
}

.flow_list_02 li a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.seven_img{
width: 50%;
}


.sitemap_list_01{
margin-top: 2%;
}

.sitemap_list_01 li{
margin-top: 0;
font-size: 2.0rem;
margin-left: 1.5em;
margin-bottom: 1%;
}

.sitemap_list_01 li a{
font-size: 2.0rem;
}
.sitemap_list_01 li::before{
content: "●";
color: #f9be00;
margin-right: 0.5em;
margin-left: -1.5em;
}

.top_midashi_02_02{
margin-bottom: 1%;
display: inline-block;
  color: #fff100;
  font-size: 6.4rem;
  text-shadow: 
       3px  3px 5px #445cab,
      -3px  3px 5px #445cab,
       3px -3px 5px #445cab,
      -3px -3px 5px #445cab,
       3px  0px 5px #445cab,
       0px  3px 5px #445cab,
      -3px  0px 5px #445cab,
       0px -3px 5px #445cab;        /* 文字の影 */
}







/*お申し込み*/


.privacy-frame{
	width: 96%;
	height: 200px;
	margin: 0 0 5%;
	padding: 2%;
	text-align: center !important;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px dotted #aaa;
}

.privacy-frame_02{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px 0 80px 0;
	text-align: center !important;
}


.privacy-frame_03{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px 20px 30px 20px;
	text-align: center !important;
	border: 1px dotted #aaa;
}

.privacy-list{
	width: 100%;
	height: 300px;
	padding: 0 0 0px !important;
	margin: 0 auto 0px;
}


.privacy-list dt {
	font-size: 1.4rem;
	font-weight: bolder;
	color: #E50012;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: left !important;
}
.privacy-list dd {
	font-size: 1.3rem;
	line-height: 180%;
	margin-bottom: 2%;
	text-align: left !important;

}


.internetcashing-form {
	margin-top: -10px;
	margin-bottom: 30px;
	border: 1px none #ABABAB;
}
.internetcashing-form td {
	padding-top: 9px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	font-size: 80%;
	line-height: 135%;
	padding-left: 0.5em;
}

.internetcashing-form.komoku {
	padding-right: 3em;
}

.main-p01 {
	margin: 0 auto 20px !important;
	font-size: 2.0rem;
	line-height: 150%;
	text-align: left !important;
}


.main-p02 {
	margin: 0 auto 30px !important;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 150%;
	text-align: center !important;
}


.main-p02_02 {
	font-size: 70%;
	font-weight: bold;
	line-height: 150%;
	text-align: left !important;
}


.submenu-bg04 li {
	text-shadow: 0px 1px 2px #236B57;
	float: left;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-size: 95%;
	line-height: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
.submenu-bg04   a {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(/img/return/submen-point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.submenu-bg04    a:hover {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(/img/return/submen-point_f2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #FFDA00;
	font-weight: bold;
}
.submenu-cr04   {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(/img/return/submen-point_cr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #FFDA00;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.fome_btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 30px 10px 30px;
  border: solid #1f628d 1px;
  text-decoration: none;
}

.fome_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
p.error {
  font-size: 12px;
  color: red;
}
br.br {
  display: none;
}
h3.mb20 {
  margin-bottom: 20px;
}
.fome_btn2 {
  display: inline-block;
  background-color: #F15A25;
  color: #FFF;
  border-radius: 10px;
  width: 40%;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.ifn_content {
  width: 80%;
  margin: 0 auto;
}

.ifn_content h4 {
  background-color: #004AA6;
  padding: 10px;
  color: #FFF;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
}

.ifn_content input[type="text"] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 90%;
  font-size: 16px;
}
.ifn_content input[type="tel"] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 90%;
  font-size: 16px;
}

.ifn_content input[type="email"] {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 90%;
    font-size: 16px;
}

.ifnradio {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.ifnradio_label {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  transition: all .2s;
  border: solid 1px #CCC;
  width: 43%;
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
}
.ifnradio:checked + .ifnradio_label {
  background: #B54A4A;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, .7);
  font-size: 1.6rem;
}
.ifnradio:focus + .ifnradio_label {
  outline-color: #4D90FE;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
  font-size: 1.6rem;
}
.ifn_content1 {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  margin-bottom: 30px;
}
.ifn_content1 a {
  display: inline-block;
  background-color: #F15A25;
  color: #FFF;
  border-radius: 10px;
  width: 40%;
  text-decoration: none;
  padding: 15px;
  text-align: center;
}
.ifnradio_label:nth-of-type(odd) {
  margin-right: 7%;
}
.ifn_form {
  margin-bottom: 5%;
}
.ifn_form1 {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0px 10% 15px;
  align-items: center;
  font-size: 16px;
}
.ifn_form2 {
  display: flex;
  width: 80%;
  margin: 0px 10% 10px 10%;
  align-items: center;
  font-size: 16px;
}
.form1_child {
  width: 48%;
}
.haigusyanensyu {
  display: none;
}
.ifn_keitai input[type="text"] {
  width: 20%;
  text-align: center;
}
.ifn_keitai input[type="tel"] {
  width: 20%;
  text-align: center;
}
.ifn_form2 select {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 40%;
  font-size: 16px;
}
.ifn_form3 {
  width: 80%;
  margin: 0px 10%;
  font-size: 16px;
}
.ifn_form3 label {
  margin-bottom: 20px;
}
.ifn_form4 {
  margin: 0px 5% 15px;
  align-items: center;
  font-size: 16px;
}
.email1, .email2 {
  margin-bottom: 15px;
}
.email2 select {
  width: 90%;
}
.email3 {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
input#ICFYubin {
  width: auto;
}
input#ICFYatin, input#ICFJyusyoNen, input#ICFJyusyoTuki, input#ICFDokyo, input#ICFKinmusakiYubin, input#ICFKyuryo, input#ICFNensyu, input#ICFNyusyaNen, input#ICFNyusyaTuki, input#ICFKibouKingaku, input#ICFHaigusyaNensyu {
  width: auto;
  text-align: right;
}
.ifn_form5 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0px 5% 15px;
  align-items: center;
  font-size: 16px;
}

#overlay, #overlay2{
    position: fixed;
    top: 0;
	left:0;
    z-index: 999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
	overflow-y: scroll;
}
.flex{
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.overlay-inner{
    padding:20px;
    background-color:#FFF;
    text-align:center;
	width:60%;
	height:80%;
	overflow-y: scroll;
	z-index: 999;
}
#open-btn, #close-btn, #open-btn2{
    display:block;
    margin:20px auto;
    padding:10px 30px;
}

.overlay-inner label{margin-bottom:5px;}

/*2022/06/28 基礎知識記事ページ追加分ここから*/

.basic_page h1{
font-size: 4.6rem;
margin-bottom: 2%;
}

.basic_page h3{
font-size: 2.2rem;
font-weight: bold;
margin-top: 7%;
margin-bottom: 1%;
color: #445CAB;
}


.basic_page table{
font-size: 1.5rem;
margin: 2% 0;
width: 100%;
  overflow-x: auto; /* 横スクロールを有効に */
  -webkit-overflow-scrolling: touch; /* スクロールをスムーズに (モバイル対応) */

}

.basic_page table tr{

}

.basic_page table tr th{
padding: 1.5% 1%;
border: #c7d4ed 3px solid;
text-align: center;
background: #4472c4;
}

.basic_page table tr th a{
color: #ffff00;
text-decoration: underline;
}



.basic_page table tr td{
text-align: center;
vertical-align: middle;
padding: 1.5% 1%;
border: #c7d4ed 3px solid;
}

#support_view table tr td{
	text-align:left;
}


.basic_page ul{
}

.basic_page li{
margin-top: 1%;
font-size: 1.5rem;
}

.basic_page li::before{
content: "・";
font-size: 1.5rem;
}

/*2022/06/28 基礎知識記事ページ追加分ここまで*/


/*2022/06/29 基礎知識記事ページ追加分ここから*/
.wp-pagenavi {
width: 100%;
margin: 5% auto 0 auto;
margin-bottom: 0px;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 15%;
}


.wp-pagenavi span a{
border: #4472c4 1px solid;
font-size: 2.8rem;
color: #4472c4;
display: block;
text-align: center;
width: 30px;
line-height: 100%;
margin: 0 12px;
padding: 8%!important;
}

.current {
font-size: 2.8rem;
text-align: center;
width: 32px;
background: #4472c4;
color: #fff;
line-height: 100%;
margin: 0 5px;
padding: 0.5%!important;
}

.r_content basic_page{
}

