@charset "UTF-8";

/*----------▼共通部分▼------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
}
ol, ul {
    list-style: none;
}
.pc_dp_n{
    display: none;
    color: #ff6001;
} 
.mb20{
    margin-bottom: 20px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.mt80{
    margin-top: 80px;
}
.mb0{
    margin-bottom: 0px;
}
.mb80{
    margin-bottom: 80px;
}
.marker_b {
    background: linear-gradient(transparent 60%, #def3ff 60%);
    font-weight: bold;
}
/*----------sp------------*/
@media (max-width: 767px) { 
.pc_dp_n{
    display: block;
}
.sp_dp_n{
    display: none;
}
}
/*----------▲共通部分▲------------*/

/* タブ */
input[name="tab_item"] {
display: none;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content,
#tab08:checked ~ #tab08_content,
#tab09:checked ~ #tab09_content,
#tab10:checked ~ #tab10_content,
#tab11:checked ~ #tab11_content{
display: block;
}

.case-tabs input:checked + .tab_item {
background-color: #3266cc;
color: #fff;
}
.tab_item {
    width: 30%;
    padding: 15px 0;
    background-color: #6c8dcd;
    font-size: 18px;
    text-align: center;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px 2px;
}
.tab_item:hover {
opacity: 0.75;
}

.tab_content {
    display: none;
    margin: 40px 0 0;
    padding: 25px;
    background: #fffbeb;
}

.tab_content02 {
    margin: 0;
    padding: 25px;
    background: #fffbeb;
}
.case_btn_area {
    margin-top: 35px;
}
.case_content{
    display: flex;
    justify-content:space-between;
    margin-bottom: 20px;
}
.case_box {
    width: 49%;
}
.case_box table {
    width: 100%;
    border: solid 2px #6c8dcd;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    background: #fff;
    height: 86%;
}
.case_box tbody {
    font-size: 17px;
}
p.case_box_title {
    margin: 0;
    padding: 5px 0;
    background: #3266cc;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
.case_box th,.case_box td {
    padding: 5px 0 5px 5px;
    border-bottom: solid 1px #ccc;
}
.case_box tbody tr:last-child th,.case_box tbody tr:last-child td {
    border-bottom: none;
}
.case_box th {
    text-align: left;
}
.case_box td {
    width:37%;
}
.column_h1 {
    padding: 5px 34px;
    margin-bottom: 30px;
    background: #3266cc;
    text-align: center;
    color: white;
}
h2 {
    padding: 8px 15px 5px;
    position: static;
    background: none;
    color: #000;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 0;
    border-left: 5px solid #1062d3;
    text-shadow: none;
    font-size: 150%;
    text-align: left;
    margin-bottom: 2%;
    text-align: left !important;
}
.mt20 {
    margin-top: 20px;
}
.case-tabs_box {
    border: 1px solid #3266cc;
    width: 95%;
    margin: auto;
    padding-bottom: 20px;
}
.case-tab_content_box {
    display: flex;
    background: #fff;
    padding: 15px;
    width: 100%;
    box-shadow: 3px 3px 8px #c3c3c3;
    justify-content:space-between;
    margin-bottom: 20px;
}
.case-tab_content_box img{
        width: 30%;
}
.case-tab_content_text {
    text-align: left;
    width: 67%;
    padding-top: 10px;
}
.tab_content_text_days span {
    padding: 4px;
    background: #3366cc;
    color: #fff;
}
.tab_content_text_title {
    font-weight: bold;
    border-left: 5px solid #36c;
    padding-left: 10px;
    font-size: 20px;
    margin-top: 20px;
}
.tab_content_text_btn {
    background: #fe9309;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}
.case-tab_content_text a{
    text-decoration: none;
}
.case-tab01_content h4 {
    margin-bottom: 30px;
    border-bottom: 5px solid #3266cc;
    width: 50%;
}
.column_textbox01 {
    text-align: left;
}
.column_all {
    clear: both;
    background-color: #FF9900;
}
.column_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f0f0f0;
}
.column02_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #c9dbff;
}
.clumn_all topic {
    width: 48%;
    position: relative;
    display: block;
    padding: 15px 15px 30px;
    margin: 0 0 20px 0;
}

.topic{
    width: 33%;
    position: relative;
    display: block;
    padding: 15px 15px 30px;
}
.topic2{
    position: relative;
    padding: 15px 15px 50px;
    background-color: #fff;
    height: auto;
    box-shadow: 3px 3px 8px #c3c3c3;
    height: 100%;
}
.topic2 p {
    font-size: 17px;
    margin-top: 10px;
}
.wid38 {
    width: 100%;
}
.column_textbox01 a {
    color: #3c3c3c;
}
.topic2 a {
    color: #3c3c3c !important;
}
.column_tittle_area {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #f0f0f0;
    padding: 5px;
    padding-bottom: 0px;
    margin-top: 80px;
}
.column_tittle {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;
    padding-top: 18px;
}
.column_tittle02_area{
    background-color: #c9dbff;
    padding: 5px;
    padding-top: 18px;
    padding-bottom: 0px;
    margin-top: 80px;
}
.column_tittle02 {
    display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
p.column_tittle::before,
p.column_tittle::after {
	content: '';
	width: 2px;
	height: 26px;
	background-color: #000000;
}
p.column_tittle::before {
	margin-right: 15px;
	transform: rotate(-25deg)
}
p.column_tittle::after {
	margin-left: 15px;
	transform: rotate(25deg)
}

.column_tittle02::before,
.column_tittle02::after {
	content: '';
	width: 2px;
	height: 26px;
	background-color: #000000;
}
.column_tittle02::before {
	margin-right: 15px;
	transform: rotate(-25deg)
}
.column_tittle02::after {
	margin-left: 15px;
	transform: rotate(25deg)
}



/*----------sp------------*/
@media (max-width: 767px) {    
.case_content {
    flex-wrap: wrap;
    margin-bottom: 0px;
}.case_box {
    width: 100%;
    margin-bottom: 20px;
}
.case_box tbody {
    font-size: 15px;
}
.tab_item {
    font-size: 15px;
    width: 45%;
}
.tab_content {
    margin: 20px 0 0;
}
.case_btn_area {
    margin-top: 15px;
}
h2 {
     text-align: center;
     width: 98%;
     border-bottom: 0px solid #ebb615;
     border-top: 0px solid #ebb615;
}
.case-tab_content_box{
    flex-wrap: wrap;
}
.case-tab_content_box img {
    width: 100%;
}
.case-tab_content_text {
    width: 100%;
}
.tab_content_text_days {
    line-height: 1.7;
}
.tab_content_text_title {
    line-height: 1.2;
}
.case-tab01_content h4 {
    margin-bottom: 25px;
    font-size: 19px;
    width: 100%;
}
.column_textbox01 {
    text-align: left;
    margin-left: 14px;
}
.mat0 {
    margin-top: 0px;
}
.mt80{
    margin-top: 40px;
}
.mb80 {
    margin-bottom: 40px;
}
.column_all {
    clear: both;
    background-color: #FF9900;
    
}
.column_flex {
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f0f0f0;
}
.column02_flex {
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #c9dbff;
}
.clumn_all topic {
    width: 48%;
    position: relative;
    display: block;
    padding: 15px 15px 30px;
    margin: 0 0 20px 0;
}
.topic{
    width: 100%;
    position: relative;
    display: block;
    padding: 15px 15px 20px;
}
.topic2{
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    box-shadow: 3px 3px 8px #c3c3c3
}
.topic2 p {
    font-size: 17px;
    margin-top: 10px;
    margin-left: 10px;
}
.wid38 {
    width: 42%;
}
.pat0 {
    padding-top:0;
}
.column_tittle_area {
    margin-top: 45px;
}
.column_tittle {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #f0f0f0;
    padding: 5px;
    padding-top: 18px;
    padding-bottom: 0px;
    margin-top: 0;
}
}

.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
    margin-bottom: 30px;
}
.s_01 .accordion_one .accordion_header {
background-color: #fe6a01;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 9%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 60%;
    right: 5%;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #fe6a01;
  border-right: 2px solid #fe6a01;
  border-bottom: 2px solid #fe6a01;
  box-sizing: border-box;
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
.column_are02{
    padding:0 10px;
}
}
.txt_a_ac p {
    font-size: 16px;
}
p.mokuji_01 {
    font-size: 18px !important;
}
p.mokuji_01 a {
    /* text-decoration: none; */
    color: #3366cc;
    font-weight: bold;
}
.section.s_01 {
       margin: auto;
    margin-top: 33px;
    width: 80%;
    margin-bottom: 2%;
}
.column_are02 p a{
        color: #404040;
}
@media screen and (max-width: 767px) {
    .section.s_01 {
    width: 100%;
}
.s_01 .accordion_one .accordion_inner {
    padding: 20px 20px;
    
}
}
p.topic_tag {
  margin: 0;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    display: flex;
    align-items: center;
    width: 89%;
    justify-content: space-between;
}
.topic_tag b {
    padding: 5px;
    background: #3265cd;
    color: #fff;
}
.topic2 a {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .topic_tag b {
    padding: 4px;
}
p.topic_tag {
    bottom: 7%;
    width: 52%;
    right: 3%;
    font-size: 10px;
}
}

/* コラム28改修_230720 */
.update_date{
    margin: 2% 4%;
}
.update_date p{
    font-size: 0.8em;
}
h1.main_title{
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    background: #3266cc;
    padding: 2%;
    margin-top: 2%;
}
h2.main_title{
    font-style: normal;
    margin: 30px 0 20px;
    background: #3366cc;
    color: #fff;
    padding: 10px;
}

.wrapUp_box,.writer_prof{
    border: 2px solid #ff7800;
    border-radius: 0 15px 15px 15px;
    background-color: #fffbf7;
    padding: 20px;
    position: relative;
    margin: 50px auto 30px;
}
.wrapUp_box::before,.writer_prof::before{
    background-color: #ff7800;
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 10px 20px;
    position: absolute;
    bottom: 100%;
    left: -2px;
}
.wrapUp_box::before{
    content: 'この記事でわかること';
}
.wrapUp_box li+li{
    margin-top: 10px;
}

/* コラム */
.column_menu_toggle{
    display: block;
    text-align: center;
    color: #2177ed;
    font-weight: bold;
    font-size: 18px;
}
.column_menu{
    width: 95%;
    margin: 2% auto 0;
    padding: 2%;
    border: 2px solid #ff7800;
}
.column_menu a{
    display: block;
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
    text-decoration: none;
    border-bottom: 1px solid #ff7800;
    padding-bottom: 3px;
}
.column_menu .menu_child{
    font-size: 18px;
    padding-left: 20px;
}
.column_menu .menu_ttl{
    color: #ff7800;
}
.column_menu .menu_child+.menu_ttl{
    margin-top: 40px;
}
.case_btn_area h3.menu_title_txt {
    color: #1062d3;
    padding: 5px;
    font-size: 22px;
    font-style: normal;
    margin-bottom: 20px;
    text-align: center;
}
.case_btn_area h3.menu_title_txt .menu_toggle {
    color: #ff7800;
    text-decoration: underline;
}

.case_btn_area h3{
    color: #3266cc;
    padding: 5px;
    font-size: 21px;
    font-style: normal;
    margin-bottom: 20px;
}

.case_btn_area .sub_title{
    text-align: left;
    font-size: 20px;
    padding: 5px;
    margin-top: 30px;
    background: #def3ff;
    line-height: 1.8;
    color: #000000;
}

/* コラムの新しいデザインのボタンエリア */
.col_btn_are{
    background: #ffffe8;
}
.cta_btn_col{
    display: flex;
    gap: 2%;
    width: 100%;
    padding: 4%;
}
.cta_btn_col>a:first-child{
    width: 49%;
}
.cta_btn_col>a:last-child{
    width: 50%;
}


@media screen and (max-width: 767px) {
    h1.main_title{
        padding: 4%;
        font-size: 1.5em;
    }
    .wrapUp_box{
        margin-top: 70px;
    }
    .update_date p{
        font-size: 0.5em;
    }
}
.blog-card{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #2177ed;
    background-color: #f1f7ff;
    text-decoration: none;
    transition: all 0.5s;
    position: relative;
}
.blog-card img {
    width: 33%;
}
.blog-card>img {
    margin-right: 3%;
}
.blog-card p b {
    font-size: 16px;
    color: #2177ed;
}
.left12{
    text-align:left;
    font-size: 19px;
}
.detail{
    font-size: 0.8em;
}
.detail a{
    word-wrap: break-word;
}
.column_are02 p .blue{
    color: #3366cc;
}

/*ポップアップ 240116下層追加*/
.active{
    display: block !important;
    animation-name: fadeIn;
    animation-duration: .2s;
    animation-fill-mode: both;
}
.madal_container {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
}
.madal_contents {
    width: 29%;
    height: auto;
    position: absolute;
    top: 44%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.madal_contents span {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: -30px;
    color: #fff;
    font-size: 2em;
    z-index: 11111;
    font-weight: bold;
}


@media screen and (max-width: 640px){
.madal_contents {
    width: 75%;
    top: 47%;
}
}

/*ポップアップ end */

table.c_table {
    border-collapse: collapse;
    border: solid 2px #3366cc;
    width: 95%;
    margin: 30px auto;
}
table.c_table th, table.c_table td {
        border: dashed 1px #3366cc;
    padding: 5px 10px;
    font-size: 16px;
}
table.c_table th {
    background: #3366cc;
    color: #fff;
}