@charset "EUC-JP";
header .header_lead {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f4f4f4;
    padding: 3px 6px;
    overflow: hidden;
}
.topicpath ul {
    font-size: 0;
    padding: 10px;
}
.topicpath ul li {
    display: inline-block;
    font-size: 11px;
}
.topicpath ul li::after {
    content: ">";
    display: inline-block;
    margin: 0 4px 0 5px;
}
.topicpath ul li:last-child::after {
    content: none;
}
.topicpath ul li a {
    color: #0000ff;
    text-decoration: underline;
}
main.hosho_content {
    font-family: "Hiragino Kaku Gothic Std","メイリオ","Meiryo",Arial;
    color: #000;
}
h2, h3, h4 {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;;
}

/* common */
.hosho_content img {
    width: 100%;
    height: auto;
}
.hosho_content em {
    color: #e6001b;
    font-weight: bold;
    font-style: normal;
}
.hosho_content strong {
    font-weight: bold;
}
.sec_02, .sec_04, .sec_06 {
    background: #fff9e0;
}
.com_h2 {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-top: 18px;
    margin-bottom: 18px;
}
.com_h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 45px;
    height: 5px;
    background: #e6001b;
    border-radius: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#contents table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
#contents section {
    padding: 40px 15px;
}

/* mv */
.mv_area {
    height: 376px;
    text-align: center;
    background: url('../img/main_01.png') no-repeat;
    background-size: cover;
    padding: 20px 10px;
    box-sizing: border-box;
}
.mv_area .mv_lead img {
    max-width: 335px;
    height: auto;
}
.mv_area h2 {
    padding-top: 37px;
    margin-bottom: 16px;
}
.mv_area h2 img {
    max-width: 360px;
    height: auto;
}
.mv_area .point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
}
.mv_area .point_list li {
    margin-right: 5px;
}
.mv_area .point_list li:last-child {
    margin-right: 0;
}
.mv_area .point_list li img {
    max-width: 60px;
    height: auto;
}

/* search_btn */
.search_btn {
    position: relative;
    max-width: 320px;
    width: 100%;
    background: #e6001b;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 auto;
}
.search_btn a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 13px;
}
.search_btn a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
}
.search_btn:hover a::after {
    opacity: .3;
}
#float_btn {
    position: fixed;
    bottom: 0;
    left: auto;
    width: 100%;
    background: rgba(149, 149, 149, .5);
    padding: 20px;
    z-index: 10;
    box-sizing: border-box;
}


.hosho_notice{
    margin: 0 auto;
    border: 3px solid #e02d42;
    padding: 20px 15px;
    box-sizing: border-box;
    margin: 25px 15px 0;
}
.hosho_notice .noticetxt{
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.hosho_notice .noticelist{
    margin-bottom: 10px;
}
.hosho_notice .noticelist.textadd1{
    text-indent: -7em;
    padding-left: 7em;
}
.hosho_notice .noticelist.textadd2{
    text-indent: -5em;
    padding-left: 5em;
}
.hosho_notice p{
    font-size: 14px;
}
.hosho_notice .notice-title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}
.hosho_notice table{
    margin-bottom: 20px;
    font-size: 12px;
}
.hosho_notice table td{
    padding: 5px;
}
.hosho_notice table .fontred{
    color: #ff0000;
    font-weight: bold;
}


/* sec_01 */
.sec_01 {
    padding: 40px 15px 30px;
}
.map_area {
    position: relative;
    background: #fff;
}
.map_area .map_area_txt {
    position: relative;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #E6001B;
    width: 265px;
    margin: 0 auto;
}
.map_area .map_area_txt span{
    font-size: 24px;
}
.map_area .map_area_txt:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 32px;
    background: url('../img/icon_mark_l.png') no-repeat;
    background-size: 100%;
}
.map_area .map_area_txt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 32px;
    background: url('../img/icon_mark_r.png') no-repeat;
    background-size: 100%;
}
.map_area .map_lead {
    font-family:  "Hiragino Kaku Gothic Std","メイリオ","Meiryo",Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 12px;
}
.map_area .map_lead em {
    font-size: 26px;
    padding-right: 4px;
}
.map_area .map_guide {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.map_area h3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 15px;
}
.map_area h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 5px;
    height: 22px;
    background: #e6001b;
    border-radius: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.map_select {
    padding: 10px 12px;
}
.pref_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 62px;
}
.pref_select {
    position: relative;
    display: inline-block;
    width: calc(50% - 5px);
    border: 1px solid #707070;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 5px;
}
.pref_select::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    display: block;
    border: 7px solid transparent;
    border-top: 8px solid #e6001b;
}
.pref_select span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}
.pref_list {
    display: none;
}
.pref_list.open {
    position: absolute;
    display: block;
    width: 100%;
    left: 50%;
    border: 1px solid #707070;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 6px;
    z-index: 10;
}
.pref_list.open::before,
.pref_list.open::after {
    content: "";
    position: absolute;
    left: 45%;
    -webkit-transform: translateY(-50%) rotate(-46deg);
    -ms-transform: translateY(-50%) rotate(-46deg);
    transform: translateY(-50%) rotate(-46deg);
}
.pref_list.open::before {
    top: 0;
    border-left: 16px solid transparent;
    border-top: 17px solid #707070;
}
.pref_list.open::after {
    top: 1px;
    border-left: 15px solid transparent;
    border-top: 15px solid #fff;
}
.pref_list li {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #707070;
    box-sizing: border-box;
}
.pref_list li a {
    color: #000;
}
.pref_list li:last-child {
    border-bottom: none;
}
.pref_list li label {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.pref_list li input {
    display: none;
}
.pref_list li:active {
    background: #eee;
}
.maker_area .maker_area-box{
    position: relative;
}
.maker_area .maker_area-box .maker_title{
    font-size: 16px;
    font-weight: bold;
    width: 260px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 10px;
    text-align: center;
    line-height: 1.2;
}
.maker_area .maker_area-box ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 27px 25px 20px;
    width: 250px;
    margin: 0 auto;
}
.maker_area .maker_area-box ul li{
    border-radius: 4px;
}
.maker_area .maker_area-box ul li a{
    display: grid;
    place-items: center;
    width: 118px;
    height: 36px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.maker_area .maker_area-box ul li:hover{
    opacity: 0.7;
    color: #fff;
}
.maker_area .maker_area-box ul .area01{
    background: #3066be;
}
.maker_area .maker_area-box ul .area02{
    background: #5e239d;
}
.maker_area .maker_area-box ul .area03{
    background: #345995;
}
.maker_area .maker_area-box ul .area04{
    background: #e02d42;
}
.maker_area .maker_area-box ul .area05{
    background: #7fb800;
}
.maker_area .maker_area-box ul .area06{
    background: #efd050;
}
.maker_area .maker_area-box ul .area07{
    background: #f05716;
}










/* sec_02 */
.sec_02 h2 .hosho_logo {
    display: inline-block;
    vertical-align: middle;
}
.sec_02 h2 .hosho_logo img {
    width: 70px;
    height: auto;
    padding-left: 10px;
}
.sec_02 .YT_item{
    margin-bottom: 20px;
}
.sec_02 .YT_item iframe{
    width: 100%;
    height: 250px;
}
.sec_02 h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}
.sec_02 h3:nth-of-type(2) {
    margin-bottom: 14px;
}
.sec_02 h3:nth-of-type(1) em span {
    font-size: 19px;
}
.sec_02 h3:nth-of-type(2) em span {
    display: inline-block;
    font-size: 26px;
    vertical-align: baseline;
    /* padding-bottom: 6px; */
}
.sec_02 h3.plus{
    position: relative;
    padding-bottom: 6px;
}
.sec_02 h3.plus::before{
    content: "＋";
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
}
.sec_02 h3 em span{
    font-size: 26px;
}
.sec_02 p {
    font-size: 14px;
    line-height: 2;
    margin: 0 auto 25px;
}
.sec_02 p span{
    display: block;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
}
.sec_02 p:last-child {
    margin-bottom: 0;
    margin-top: 10px;
}
.plan_table {

}
.plan_table table {
    height: 116px;
}
.plan_table table th,
.plan_table table td {
    font-family: "Hiragino Kaku Gothic Std","メイリオ","Meiryo",Arial;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 2px;
}
.plan_table table tr:first-child th:last-child {
    font-size: 10px;
}
.plan_table table tr:nth-of-type(2) th {
    font-size: 9px;
}
.plan_table table tr:first-child th {
    color: #fff;
    background: #308e89;
}
.plan_table table tr:first-child th:nth-of-type(2) {
    width: 70%;
    background: #e6001b;
}
.plan_table table tr:nth-of-type(2) th {
    background: #ffeae2;
}
.plan_table table td {
    background: #fff;
}
.plan_table table tr:nth-of-type(3) th:first-child {
    color: #333;
    background: #e7f2f1;
}
.plan_table table tr:nth-of-type(n+2) td:nth-of-type(1) {
    width: 32px;
    background: #c8efed;
    padding: 0 10px;
    box-sizing: border-box;
}
.plan_table table tr:nth-of-type(n+2) td:nth-of-type(n+2) {
    border-right: 1px dashed #bebebe;
    border-left: 1px dashed #bebebe;
}
.plan_table table tr:nth-of-type(n+2) td:nth-of-type(2) {
    border-left: none;
}
.plan_table table tr:nth-of-type(n+2) td:nth-of-type(4) {
    border-right: none;
}
.period_wrap {
    position: relative;
    width: 100%;
    height: 75px;
}
.hosho_period {
    position: absolute;
    top: 15%;
    left: -2px;
    width: 198%;
    text-align: center;
    background-color: #e6001b;
    padding: 10px 10px 9px;
    box-sizing: border-box;
    z-index: 10;
}
.hosho_period::after {
    content: "";
    position: absolute;
    top: 0;
    right: -36px;
    border: 26px solid transparent;
    border-left: 10px solid #e6001b;
}
.plan_table table img {
    width: 142px;
}
.sec_01 .plan_table p {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 8px;
    margin-bottom: 0;
}
.sec_02 .plan_table p em {
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}

/* sec_03 */
.sec_03 .com_h2 em {
    display: block;
    margin-top: -18px;
}
.sec_03 .com_h2 em strong {
    font-size: 40px;
}
.com_merit {
    padding-top: 15px;
    margin-bottom: 15px;
}
.com_merit .merit_h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    color: #e6001b;
    font-weight: bold;
    margin-bottom: 20px;
}
.com_merit .merit_h3 .merit_num,
.com_merit .merit_h3 .merit_icon {
    padding-right: 8px;
}
.com_merit .merit_h3 .merit_num img {
    width: 50px;
}
.com_merit.merit_01 .merit_h3 .merit_num img {
    width: 42px;
}
.com_merit.merit_04 .merit_h3 .merit_num img {
    width: 52px;
}
.com_merit .merit_h3 .merit_icon img {
    width: 66px;
}
.merit_content .merit_txt {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 5px;
}
.merit_content .merit_txt span{
    color: #DC0012;
    font-size: 16px;
    font-weight: bold;
}
.merit_content .attention {
    font-size: 12px;
    line-height: 1.8;
}
.merit_content .attention a{
    color: #0000FF;
    font-weight: 600;
    text-decoration: underline;
}
.merit_img img {
    display: block;
    margin: 0 auto 20px;
}
.merit_01 .merit_img img {
    width: 188px;
}
.merit_02 .merit_img img {
    max-width: 343px;
}
.merit_05 .merit_img img {
    width: 266px;
}

/* merit_03 */
.merit_03 .price_list table {
    margin-bottom: 20px;
}
.merit_03 .price_list table th,
.merit_03 .price_list table td {
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 8px 2px;
}
.merit_03 .price_list table th {
    background: #ccc;
}
.merit_03 .price_list table td {
    width: 38%;
    font-size: 18px;
    padding: 8px 19px;
}
.merit_03 .price_list table th:nth-of-type(1) {
    font-weight: normal;
    background: #fff9e0;
}
.merit_03 .price_list table tr:first-child th:first-child {
    background: #fff;
}
.merit_03 .price_list table tr:first-child th:nth-of-type(2) {
    color: #fff;
    background: #308e89;
}
.merit_03 .price_list table tr:first-child th:nth-of-type(3) {
    color: #fff;
    background: #e6001b;
}
.merit_03 .price_list table td:nth-of-type(1) {
    background: #d9edec;
}
.merit_03 .price_list table td:nth-of-type(2) {
    background: #ffeaec;
}
.merit_03 .price_list table td span {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-top: -4px;
}

/* merit_04 */
.merit_04 .parts_content{
    margin-bottom: 50px;
}
.merit_04 .parts_content .parts_title{
    background: #e6001a;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 24px;
    margin-top: 32px;
    line-height: 1;
}
.merit_04 .parts_content h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 15px;
}
.merit_04 .parts_content h4::before {
    content: "";
    position: absolute;
    top: 12%;
    left: 0;
    display: block;
    width: 5px;
    height: 22px;
    background: #e6001b;
    border-radius: 45px;
}
.merit_04 .parts_content .parts_list {
    font-size: 0;
    margin-bottom: 15px;
}
.merit_04 .parts_content .parts_list li {
    display: inline-block;
    font-size: 12px;
    background: #ffeaec;
    border-radius: 13px;
    padding: 4px 8px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.merit_04 .parts_not_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.merit_04 .parts_not_content .parts_title{
    background: #aaa;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    font-size: 22px;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 24px;
    flex-grow: 1;
    width: 100%;
}
.merit_04 .parts_not_content .not_parts_01{
    width: 452px;
}
.merit_04 .parts_not_content .not_parts_02{
    width: 452px;
}
.merit_04 .parts_not_content h4{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 14px;
}
.merit_04 .parts_not_content h4::before{
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    display: block;
    width: 5px;
    height: 22px;
    background: #999999;
    border-radius: 45px;
    transform: translateY(-50%);
}
.merit_04 .parts_not_content .parts_list{
    font-size: 0;
    margin-bottom: 25px;
}
.merit_04 .parts_not_content .parts_list li{
    display: inline-block;
    font-size: 12px;
    background: #eee;
    border-radius: 13px;
    padding: 4px 8px;
    margin-right: 4px;
    margin-bottom: 6px;
}
.merit_04 .parts_not_content .parts_list li:last-child{
    background: none;
}
.merit_04 .merit_04_txt{
    font-size: 12px;
}
.merit_04 .merit_04_txt span{
    color: #E6001B;
}
.merit_04 .merit_04-img{
    margin-top: 32px;
}








/* sec_04 */
.sec_04 .com_h2 {
    font-size: 25px;
}
.sec_04 p {
    font-size: 14px;
    line-height: 2;
}
.sec_04 .attention {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 10px;
}
.rs_content {
    padding-top: 20px;
}
.rs_head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.rs_head img {
    width: 66px;
}
.rs_head .rs_h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #e6001b;
    padding-left: 10px;
}
.rs_description {
    font-size: 14px;
    line-height: 2;
}
.rs_description .attention {
    padding-top: 10px;
}

/* sec_05 */
.step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0;
    padding: 26px 32px 15px;
}
.step_list li {
    position: relative;
    width: 100%;
    background: #e6001b;
    padding: 10px 10px 18px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 92px;
}
.step_list li:last-child {
    margin-bottom: 0;
}
.step_list li::after {
    content: "";
    position: absolute;
    bottom: -28%;
    left: 50%;
    display: block;
    border: 30px solid transparent;
    border-top: 20px solid #e6001b;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step_list li:last-child::after {
    content: none;
}
.step_num {
    display: block;
    position: absolute;
    top: -21px;
    left: 50%;
    width: 110px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #e6001b;
    border-radius: 38px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}
.step_img_outer {
    position: relative;
    height: 160px;
    background: #fff;
    border-radius: 4px 4px 0 0;
    padding: 25px 10px 10px;
    box-sizing: border-box;
}
.step_img_outer img {
    position: absolute;
    top: 22%;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.step_01 .step_img_outer img {
    top: 10%;
    width: 165px;
}
.step_02 .step_img_outer img {
    width: 148px;
}
.step_03 .step_img_outer img {
    width: 100px;
}
.step_04 .step_img_outer img {
    width: 148px;
}
.step_detail h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    padding-top: 12px;
    margin-bottom: 8px;
}
.step_detail p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

/* sec_06 */
.notes_list li {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 10px;
}
.notes_list li .sec_06_fs{
    font-size: 12px;
    font-weight: bold;
}
.hosho_list li {
    text-indent: 1em;
    margin-bottom: 0;
}

.back_btn {
    position: relative;
    max-width: 320px;
    width: 100%;
    background: #e6001b;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 30px auto 0;
}
.back_btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    top: 50%;
    left: 3%;
    background: url('../img/icon_11.png') no-repeat center center/contain;
    transform: translateY(-50%);
}
.back_btn a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 13px;
}
.back_btn a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 0;
}
.back_btn:hover a::after {
    opacity: .3;
}
/* sec_07 */
.sec_07 {
    padding: 64px 0 78px;
}
.sec_07_inner {

}
.sec_07 .com_h2 {
    margin-bottom: 40px;
}
.sec_07 .sec_07-titlebox{
    border-radius: 4px;
    background: #DC0012;
    place-items: center;
    display: grid;
    margin-bottom: 55px;
    position: relative;
    padding: 10px 0;
}
.sec_07 .sec_07-titlebox::before{
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    height: calc(60px / 2 * tan(25deg));
  width: 28px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #E6001B;
}
.sec_07 .sec_07-titlebox:first-child::before{
    content: none;
}
.sec_07 .sec_07-titlebox p{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.sec_07 .sec_07-box01,
.sec_07 .sec_07-box02,
.sec_07 .sec_07-box03,
.sec_07 .sec_07-box04,
.sec_07 .sec_07-box05{
    margin-bottom: 54px;
}
.sec_07 .sec_07-box01 .sec_07-item .box01-txt02{
    color: #DC0012;
    font-weight: bold;
    margin: 11px 0;
    line-height: 1.4;
}
.sec_07 .sec_07-box01 .sec_07-item .box01-txt02 span{
    font-size: 24px;
    display: block;
}
.sec_07 .sec_07-box01 .sec_07-item .box01-txt03{
    font-size: 12px;
    line-height: 2;
}
.sec_07 .sec_07-box01 .sec_07-item .box01-txt04{
    font-size: 12px;
    margin-top: 15px;
}
.sec_07 .sec_07-box01 .sec_07-item .box01-attention{
    font-size: 12px;
}
.sec_07 .sec_07-title{
    border: 3px solid #DC0012;
    border-radius: 4px;
    place-items: center;
    display: grid;
    box-sizing: border-box;
    position: relative;
    padding: 12px 0;
    margin-bottom: 15px;
}
.sec_07 .sec_07-title::before{
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    height: calc(60px / 2 * tan(25deg));
  width: 28px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #E6001B;
}
.sec_07 .sec_07-title p{
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #E6001B;
}
.sec_07 .sec_07-item p{
    font-size: 14px;
    line-height: 2;
}
/* footer */
div#footer {
    margin-bottom: 100px;
}

@media screen and (max-width: 320px) {
    .mv_area .point_list li img {
        max-width: 50px;
    }
    .com_h2 {
        font-size: 24px;
    }
    .sec_01 h2 .hosho_logo img {
        width: 50px;
    }
    .com_merit .merit_h3 {
        font-size: 18px;
        line-height: 1.3;
    }
    .com_merit .merit_h3 .merit_num img {
        width: 46px;
    }
    .merit_03 .price_list table td {
        padding: 8px 10px;
    }
    .com_merit.merit_04 .merit_h3 .merit_num img {
        width: 48px;
    }
    .com_merit .merit_h3 .merit_icon img {
        width: 55px;
    }
}