@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@charset "utf-8";
@import url("css/reset.css");
@import url("css/formParts.css");
@import url("css/drawer.css");
@import url("css/over.css");

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.025em;
	background-color: #FFF;
	color: #202020;
}

div, p{
	text-align: justify;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

a[x-apple-data-detectors]{
  position: static !important;
  display: inline !important;
}

@media screen and (max-width:1049px){


body{
	position: relative;
    padding: 0 0 0 0;
}

body.front{
    padding: 0 0 180px 0;
}


:root {
    --blue: #43b5e9;
    --blue_deep: #228dc5;
    --blue_pale: #cfeaf7;
    --sky: #e8f5fb;
    --bg: #FFF;
    --yellow: #ffd42f;
    --yellow_deep: #f3c300;
    --text: #333;
    --muted: #6d7782;
    --line: #d8dee5;
    --white: #fff;
    --shadow: 0 12px 28px rgba(0,0,0,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }


/* bread */

.bread{
    display: block;
    width: 95%;
    margin: 0 auto;
}

.bread ul{
    display: flex;
    padding: 10px 0;
}

.bread ul li{
    position: relative;
    display: block;
    margin: 0 15px 0 0;
    font-size: 12px;
}

.bread ul li::after{
    position: absolute;
    display: block;
    content: "";
    top: 8px;
    right: -10px;
    margin: auto 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

.bread ul li:last-child::after{
    display: none;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.site_header {
    background: rgba(255,255,255,1);
    position: sticky;
    top: 0;
    z-index: 9999;
    /*border-bottom: 1px solid #ebeff2;*/
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    height: 60px;
}
.site_header_inner {
    width: 100%;
    height: 60px;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site_logo {
    height: 40px;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: .06em;
    color: #2f4e62;
}

.site_logo img {
    width: auto;
    height: 40px;
}

.global_nav {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    font-size: 16px;
    color: #1094b0;
    font-weight: 400;
}
.global_nav a:hover { color: var(--blue_deep); }

.hero_section {
    position: relative;
    padding: 0;
    z-index: 100;
}

.hero_section .container{
    padding: 0;
}

.hero_title{
    width: 100%;
}

.hero_title img{
    width: 100%;
    height: auto;
}

.hero_visual{
    position: absolute;
    bottom: -45px;
    left: -4px;
    width: 172px;
    height: 392px;
}

.hero_card_wpr{
    position: absolute;
    top: 220px;
    left: 185px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 326px;
    height: 301px;
}

.hero_card {
    position: relative;
    overflow: hidden;
  display: flex;
  align-items: center;   /* 上下中央 */
    width: 152px;
    height: 142px;
    margin: 0 0 16px 0;
    background-color: rgba(32, 159, 195, .8);
}

.hero_card::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 24px;
    height: 24px;
    border-top: 1px solid #c7e1e7;
    border-left: 1px solid #c7e1e7;
}

.hero_card::after {
    content: "";
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 24px;
    height: 24px;
    border-bottom: 1px solid #c7e1e7;
    border-right: 1px solid #c7e1e7;
}

.hero_card p{
    width: 152px;
    font-size: 25px;
    line-height: 35px;
    color: #FFF;
    font-weight: 900;
    text-align: center;
}

.hero_card p.triple{
    line-height: 29px; 
}

.hero_baloon{
    position: absolute;
    top: 40px;
    right: 205px;
    width: 210px;
    height: 97px;
}

.hero_student{
    position: absolute;
    bottom: 0;
    right: -13px;
    width: 513px;
    height: 469px;
}

section.hero_ribon{
    position: relative;
    border-top: 4px solid #7391b5;
    z-index: 90;
    padding: 20px 0 20px 0;
    background-color: #c2def2;
    background-image: url('http://k-plus-ins.co.jp/wp-content/uploads/2026/03/white_slash.webp');
}

.hero_bannerWpr{
    width: 320px;
    margin: 0 auto;

}

.hero_banner{
    width: 320px;
}

.center_banner{
    width: 320px;
    margin: 0 auto 15px auto;
}

.button_amazon{
    position: relative;
    display: block;
    width: 320px;
    padding: 20px 0 15px 0;
    background-color: #ffd814;
    border-radius: 35px;
    border: 1px solid #dbb705;
    text-align: center;
}

.button_amazon::after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(45deg);
}

.button_amazon span{
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: 2px;
}

.button_amazon img{
    display: inline-block;
    width: 120px;
    height: auto;
    margin: 0 6px;
}

.button_sample{
    position: relative;
    display: block;
    width: 320px;
    padding: 20px 0;
    background-color: #209fc3;
    border-radius: 35px;
    border: 1px solid #209fc3;
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
}

.button_sample::after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.hero_banner p{
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #244578;
}

.section_blue {
    background: #c2def2;
}

.section_blue .container{
    width: 100%;
    margin: 0 auto;
    padding: 75px 0 80px 0;
}

.section_white {
    background: #fff;
}

.section_white .container{
    padding: 35px 0 30px 0;
}

#supply .container{
    padding: 0 0 30px 0;
}

#reason .container{
    padding: 35px 0 0 0;
}

.section_gray {
    background: #f8f8f8;
}

.section_gray .container{
    padding: 35px 0;
}

.section_blue#features .container{
    padding: 10px 0 30px 0;
}

.section_head {
    text-align: center;
}

#features .section_head {
    width: 350px;
    margin: 0 auto;
}

#features .section_head img{
    width: 100%;
    height: auto;
}


.section_head_sub {
    color: #929aa4;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 8px;
}
.section_head_title {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    color: #3399cc;
    text-align: center;
}
.text_accent {
    color: var(--blue_deep);
}

.reason_head{
    width: 100;
    margin: 0 auto 25px auto;
}

.reason_head_upr{
    display: flex;
    width: 295px;
    height: 48px;
    margin: 0 auto 10px auto;
    padding: 14px 10px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.kPlus_blacklogo{
    margin: 0 15px 0 0;
    width: 130px;
    height: 19px;
}

.reason_head_upr p{
    font-size: 22px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
}

.reason_list {
    width: 95%;
    margin: 0 auto;

}

.reason_card {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    background-color: #fafbe6;
    padding: 20px 15px;
    border-top: 6px solid #3399cc;
}

.reason_card:nth-child(2n){
    padding: 20px 15px;
    border-top: 6px solid #3399cc;
}

.reason_card_header{
    display: flex;
    margin: 0 0 10px 0;
}

.reason_number {
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 7px 0 0;
    background-color: #333366;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 28px;
}

.reason_title {
    margin: 0 0 6px;
    color: #3399cc;
    font-size: 21px;
    font-weight: 900;
    line-height: 28px;
}
.reason_text {
    width: calc(100% - 100px);
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.note {
    margin: 0;
    width: calc(100% - 100px);
    font-size: 12px;
    color: #999999;
    line-height: 17px;
}

.reason_text span{
    color: #eb8500;
}

.reason_illust{
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #c8e1f3;
}

.reason_card:nth-child(1) .reason_illust{
    bottom: 60px;
    right: 5px;
}

.reason_card:nth-child(2) .reason_illust{
    top: 70px;
    right: 5px;
}

.reason_card:nth-child(3) .reason_illust{
    bottom: 20px;
    right: 5px;
}

.reason_card:nth-child(4) .reason_illust{
    bottom: 40px;
    right: 5px;
}

.reason_card:nth-child(1) .reason_illust .reason_img{
    position: absolute;
    top: -10px;
    right: 10px;
}

.reason_card:nth-child(2) .reason_illust .reason_img{
    position: absolute;
    bottom: -40px;
    right: 10px;
}

.reason_card:nth-child(3) .reason_illust .reason_img{
    position: absolute;
    bottom: 0;
    right: 10px;
}

.reason_card:nth-child(4) .reason_illust .reason_img{
    position: absolute;
    bottom: -10px;
    right: 10px;
}


.feature_intro {
    text-align: center;
    margin-bottom: 28px;
    color: #5f6d79;
    font-weight: 700;
}
.feature_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.feature_card {
    width: 100%;
    margin: 0 0 10px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.feature_card_title {
    background: var(--blue_deep);
    color: #fff;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.feature_card_body {
    padding: 14px;
}
.feature_card_image {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}
.feature_card_text {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
    color: #333;
    text-align: center;
}

.vertical_unit{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vertical_unit .feature_card{
    width: 48%;
}

.vertical_unit .feature_card .feature_card_body{
    padding: 20px 14px 14px 14px;
}

.vertical_unit .feature_card:last-child .feature_card_body .feature_card_image{
    padding: 50px 0 0 0;
}

.spec_table_wrap {
    width: 90%;
    background: #fff;
    margin: 0 auto 20px auto;
    padding: 10px;
    border-radius: 6px;
}

.spec_table_Ttl{
    width: 90%;
    margin: 0 auto 5px auto;
    font-size: 14px;
}

.spec_table_Ttl span{
    margin: 0 5px 0 0;
}

.tableWpr{
    width: 100%;
    margin: 0 auto 10px auto;
}

.spec_table {
    width: 100%;
    font-size: 13px;
}

.spec_table td {
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 0;
    font-size: 13px;
    vertical-align: top;
}

.spec_table tr:last-child td{
    border-bottom: 0px solid #cfcfcf;
}

.spec_table td p{
    border-left: 2px solid #3399cc;
    padding: 0 10px;
}

.button_wrap {
    text-align: center;
    margin-top: 26px;
}

.warranty_box {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.warranty_mark {
    color: #b99b4c;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: .08em;
}
.warranty_title {
    margin: 0 0 24px;
    font-size: 32px;
    color: #6b6046;
}
.warranty_card {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 26px;
    align-items: center;
    text-align: left;
    background: #fff;
    border-radius: 8px;
    padding: 28px;
    box-shadow: var(--shadow);
}
.warranty_image {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    background: linear-gradient(135deg, #dce7ee, #f9fcff);
    position: relative;
    overflow: hidden;
}
.warranty_image::before {
    content: "";
    position: absolute;
    left: 28%;
    top: 20%;
    width: 44%;
    height: 56%;
    background: linear-gradient(180deg, #35597a, #20384d);
    border-radius: 28px 28px 0 0;
}
.warranty_image::after {
    content: "";
    position: absolute;
    left: 35%;
    top: 14%;
    width: 28%;
    height: 24%;
    border-radius: 50%;
    background: #ffd8c7;
    box-shadow: 0 -18px 0 10px #2f2f2f;
}
.warranty_text {
    margin: 0 0 10px;
    font-size: 14px;
    color: #5f6770;
}

/* supply */

.supply_box{
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.supply_title{
    margin: 0 0 20px 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
}

.button_blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    background: var(--blue_deep);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

.supply_image_wpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 20px;
    background-color: #f4f4f4;
}

.supply_icon{
  display: flex;
  width: 40px;
  align-items: center;   /* 上下中央 */
  margin: 10px;
}

.supply_text{
    font-size: 13px;
    line-height: 19px;
    text-align: center;
}


/* news */

.section_gray .container .news{
    margin: 0 0 40px 0;
}

.news .section_head_sub{
    margin: 0;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    color: #333;
    line-height: 23px;
}

.news .section_head_title{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #333;
}


.news_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
    margin: 0 auto;
}
.news_card {
    border-radius: 6px;
    overflow: hidden;
}
.news_thumb {
    aspect-ratio: 16 / 10;
    position: relative;
}

.news_thumb img{
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.news_body {
    padding: 12px 0 16px;
}

.news_body .date{
    color: #3399cc;
}

.news_title {
    font-size: 13px;
    color: #57636d;
    margin: 0;
    line-height: 19px;
}
.button_more {
    position: relative;
    display: block;
    width: 290px;
    height: 53px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #94c7da;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    line-height: 50px;
}

.button_more::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 26px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}



.site_footer {
    background: #d3dbe1;
    padding: 25px 10px;
    margin-top: 18px;
    border-top: 10px solid #e9edf0;
}
.footer_inner {
    width: 100%;
    text-align: center;
}
.footer_brand {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 19px;
    
}
.footer_brand .site_logo {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
}

.footer_brand .site_logo img{
    display: block;
    margin: 0 auto;
}

.footerAddress{
    margin: 0 auto 15px auto;
    text-align: center; 
    line-height: 1.3rem;
}

.footerAddress a{
    display: block;
    color: #209fc3;
    padding: 3px;
}

.footer_nav {
    display: flex;
    flex-wrap: wrap;
    width: 330px;
    margin: 0 auto;
    justify-content: center;
    font-size: 15px;
    color: #687781;
    margin-bottom: 26px;
}

.footer_nav a{
    display: block;
    width: 33%;
    padding: 6px 0;
    text-align: center;
}

.footer_tel {
    position: relative;
    display: block;
    width: 95%;
    height: 43px;
    margin: 0 auto;
    padding: 0 18px;
    background: #334155;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
}

.footer_tel::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
}




.copyright {
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    color: #717171;
    background: #d3dbe1;
    border-top: 1px solid #FFF;
}




.fixed_amazon {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    z-index: 60;
    width: min(480px, calc(100% - 28px));
    text-align: center;
}
.fixed_amazon a {
    display: block;
    min-height: 52px;
    line-height: 52px;
    background: linear-gradient(180deg, #ffe34f, #f7cb16);
    color: #4e4a21;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(226,185,0,.26);
}

@media (max-width: 1024px) {
    .hero_card,
    .warranty_card,
    .footer_inner,
    .reason_card {
    grid-template-columns: 1fr;
    }
    .feature_grid,
    .news_grid {
    grid-template-columns: repeat(2, 1fr);
    }

    .feature_card_tall { grid-row: auto; }
}

@media (max-width: 768px) {
    .global_nav { display: none; }
    .site_header_inner { min-height: 62px; }
    .hero_card {
    min-height: auto;
    }
    .hero_content {
    padding: 28px 22px 20px;
    }
    .hero_points {
    justify-content: center;
    }
    .point_circle {
    width: 92px;
    height: 92px;
    font-size: 12px;
    }
    .section {
    padding: 0;
    }
    .feature_grid,
    .news_grid {
    grid-template-columns: 1fr;
    }
    .footer_inner {
    grid-template-columns: 1fr;
    }
    .footer_nav {
    justify-content: flex-start;
    }
}


/* contact */

.panel.contact{
    background-image: url('http://k-plus-ins.co.jp/wp-content/uploads/2026/03/cover_contact.webp');
    background-position: top right;
    background-size: cover;
}

.contact .panel_ctnr{
    display: block;
    width: 90%;
    height: 100px;
    padding: 35px 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    color: #222;
    text-align: left;
}

.contact .ctnr{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 100px 0;
}

.contactLeed{
    margin: 0 auto 20px auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.contact .ctnr table.companyData input{
    width: 100%;
}

.contact .ctnr table.companyData tr td:last-child{
    padding: 10px 0;
}

.contactSubmit{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #209fc3;
    border-radius: 35px;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 47px;
}

.contactSubmit::after{
    position: absolute;
    content: "";
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

input.wpcf7-submit{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #209fc3;
    border-radius: 35px;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border: 0 solid #FFF;
}

/* whole contact */

.wholePanel{
    width: 100%;
    margin: 0 auto 1rem auto;
    padding: 15px 20px;
    background-color: #fafbe6;
    border: 2px solid #cccf9a;
}

.wholePanelTtl{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cccf9a;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 29px;
}

.wholePanelBody{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.wholePanelBody span{
    color: #eb8500;
}


/* waranty */

.panel{
    width: 100%;
}

.panel.waranty{
    background-image: url('http://k-plus-ins.co.jp/wp-content/uploads/2026/03/cover_waranty.webp');
}

.panel_ctnr{
    width: 95%;
    height: 100px;
    margin: 0 auto;
}

.waranty .panel_ctnr{
    display: block;
    width: 90%;
    height: 100px;
    padding: 25px 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    color: #222;
    text-align: center;
}

.waranty .panel_ctnr span{
    font-size: 20px;
    font-weight: 400;
}

.warantyWpr{
    width: 92%;
    margin: 0 auto;
    padding: 20px 0;
}

h2.overviewTtl{
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #209fc3;
    text-align: center;
    padding: 0 !important;
    color: #209fc3;
    text-align: center;
    background-color: #FFF !important;
}

.post_content h2.overviewTtl::before{
    display: none !important;
}

.overview{
    margin: 0 auto 35px auto;
}

.overview h3{
    position: relative;
    width: 100%;
    height: 95px;
    padding: 12px 0;
    margin: 0 auto 2dvh auto;
    border-radius: 50px;
    background-color: #209fc3;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    line-height: 23px;
    text-align: center;
}

.overview h3::before{
    position: absolute;
    display: block;
    content: "";
    top: -15px;
    left: 60px;
    width: 0; height: 0;
    border-style: solid;
    border-width: 0px 5px 20px 5px;
    border-color: transparent transparent #209fc3 transparent;
    transform: rotate(35deg);
}

.overviewBody{
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #222;
}

.overviewBody span{
    color: #209fc3;
}

.coverageWpr{
    position: relative;
    width: 100%;
    padding: 15px 25px;
    margin: 0 auto 15px auto;
    background-color: #fafbe6;
}

.coverageTag{
    position: relative;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;   /* 上下中央 */
    justify-content: center; /* 左右中央 */
    width: 67px;
    height: 67px;
    border-radius: 54px;
    background-color: #935c2f;
    font-size: 16px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
}

.coverageTtl{
    margin: 0 auto 10px auto;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.coverageBody{
    font-size: 13px;
    line-height: 19px;

}

.coverageNote{
    width: 100%;
    margin: 0 auto 40px auto;
    font-size: 13px;
    line-height: 20px;
}

.serviceWpr h4{
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0 auto 25px auto;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #209fc3;
    text-align: center;
    border-left: 0 solid #FFF;
}

.serviceWpr h4::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 15px;
    height: 70px;
    border: 1px solid #209fc3;
    border-right: 0px solid #209fc3;
}

.serviceWpr h4::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 15px;
    height: 70px;
    border: 1px solid #209fc3;
    border-left: 0px solid #209fc3;
}

.serviceUnitWpr{
    width: 100%;
    margin: 0 auto 35px auto;
}

.serviceUnit{
    width: 100%;
    margin: 0 0 15px 0;
    border: 2px solid #3399cc;
    border-radius: 7px;
    overflow: hidden;
}

.serviceUnitTtl{
    width: 100%;
    padding: 10px 15px 10px 15px;
    background-color: #3399cc;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    line-height: 22px;
    text-align: center;
}

.serviceUnitTtl span{
    margin: 0 10px 0 0;
    font-size: 23px;
    font-family: "Oswald", sans-serif;
    vertical-align: -2px;
}

.serviceUnitBody{
    padding: 15px;
}

.serviceUnitBody p.note{
    width: 100%;
}

.serviceUnitBody p:last-child{
    display: none;
}

.checkedTtl{
    display: flex;
    margin: 0 0 15px 0;
}

.iconLeed span.material-symbols-outlined{
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 42;
  color: #222;
  font-size: 28px;
  margin: 0 6px 0 0;
  vertical-align: -6px;
}

.iconLeed{
    min-width: 125px;
    font-size: 16px;
    font-weight: 700;
    color: #3399cc;
    line-height: 23px;
}

.iconLeed span.thin{
    font-size: 16px;
    font-weight: 400;
}

.iconLeed span.black{
    font-size: 18px;
    color: #333;
}

.checkedTtl p{
    font-size: 18px;
    font-weight: 700;
    color: #3399cc;
    line-height: 24px;
}


.serviceUnitImg{
    margin: 0 0 1rem 0;
}

.serviceUnitImg.full{
    padding: 20px 0;
}

.serviceUnitBody p.note{
    font-size: 15px;
    line-height: 20px;
    color: #333;
}

.serviceUnitBody p.note.mini{
    font-size: 13px;
    line-height: 20px;
    color: #333;
    text-align: center;
}

.serviceUnitBody ul{
    padding: 0 0 0 15px;
    list-style-type: disc;
}

.serviceUnitBody ul li{
    font-size: 13px;
    line-height: 20px;
}

.warantyDefWpr{
    width: 100%;
    margin: 0 auto 35px auto;
    padding: 35px 0 0 0;
    border-top: 5px solid #f1f1f1;
}


.warantyDefWpr .warantyDef{
    position: relative;
    width: 100%;
    height: 55px;
    margin: 0 auto 30px auto;
    padding: 5px 0 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 43px;
    color: #209fc3;
    text-align: center;
}

.warantyDefWpr .warantyDef::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 55px;
    border: 1px solid #209fc3;
    border-right: 0px solid #209fc3;
    background: none !important;
}

.warantyDefWpr .warantyDef::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 20px;
    height: 55px;
    border: 1px solid #209fc3;
    border-left: 0px solid #209fc3;
}

.warantyDefBody{
    position: relative;
    width: 100%;
    border: 3px solid #e4e4e4;
    border-radius: 8px;
    margin: 0 auto 5px auto;
    padding: 75px 25px 45px 25px;
    overflow-x: scroll;
}

.normalTtl{
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    right: 0;
    width: 330px;
    margin: 0 auto;
    background-color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}

.normalTtl::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 20px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

.normalTtl::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
}

.warantyDefImg{
    width: 766px;
}

.warantyDefImg img{
    width: 766px;
    height: auto;
}

.scrollNotice{
	width: 95%;
	margin: 0 auto 10px auto;
	text-align: center;
}

.balckTtl{
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    padding: 6px 0;
    background-color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 21px;
    color: #fff000;
}

.demeritWpr{
    margin: 0 auto 25px auto;
}

.demeritTtl{
    margin: 0 auto 20px auto;
    font-size: 18px;
    font-weight: 700;
    color: #3399cc;
    text-align: center;
}

.demeritBody{
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.warantyInqBtn{
    position: relative;
    display: block;
    width: 330px;
    height: 50px;
    margin: 0 auto;
    border-radius: 35px;
    background-color: #209fc3;
    font-size: 23px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 47px;
}

.warantyInqBtn::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}


/* itemList */

.panel.itemList{
    background-image: url('http://k-plus-ins.co.jp/wp-content/uploads/2026/03/cover_waranty.webp');
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_blue .itemList{
    margin: 0 0 30px 0;
}

.panel_ctnr{
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

.itemList .panel_ctnr{
    display: block;
    width: 90%;
    height: 100px;
    padding: 38px 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    color: #222;
}

.itemList .ctnr{
    padding: 30px 0;
    width: 90%;
    margin: 0 auto 65px auto;
}

.itemListTtlWpr{
    display: flex;
    justify-content: space-around;
    width: 330px;
    height: 40px;
    margin: 0 auto 40px auto;
    border-radius: 20px;
    background-color: #FFF;
    overflow: hidden;
}

.itemListTtlLogo{
    width: 130px;
    padding: 14px 0 16px 30px;
}

.itemListTtlLogo img{
    width: 86px;
    height: auto;
}

.itemListTtl{
    position: relative;
    right: -10px;
    width: 190px;
    height: 40px;
    background-color: #3399cc;
    transform: skewX(-20deg);
}

.post_content h2.itemListTtl{
    position: relative;
    right: -10px;
    width: 190px;
    height: 40px;
    margin: 0;
    padding: 0;
    background-color: #3399cc;
    transform: skewX(-20deg);
}

.post_content h2.itemListTtl::before{
    display: none;
}

.itemListTtl p{
    width: 190px;
    height: 40px;
    padding: 0 10px 0 0;
    transform: skewX(20deg);
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    line-height: 37px;
}

.itemListUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.itemListUnit{
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #FFF;
}

.itemListUnit h3{
    background-color: #3399cc;
    font-size: 20px;
    color: #FFF;
    padding: 8px;
    text-align: center;
}

.itemListUnitBodyWpr{
    padding: 20px 25px;
}

.itemListUnitImg{
    margin: 0 auto 10px auto;
    width: 100%;
    max-width: 300px;
}

.itemListUnitBodyWpr h4{
    margin: 0 0 10px 0;
    font-size: 19px;
    font-weight: 700;
    color: #3399cc;
    line-height: 23px;
    padding: 0;
    border-left: solid 0px var(--color_htag);
}

.itemListUnitBody{
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 21px;
}


.itemListUnit .button_amazon{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 14px 0;
    background-color: #ffd814;
    border-radius: 35px;
    border: 0px solid #dbb705;
    text-align: center;
}

.button_amazon span{
    font-size: 18px;
    font-weight: 700;
    vertical-align: 2px;
}

.button_amazon img{
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 0 3px;
}


/* policy */

.panel.policy{
    background-image: url('http://k-plus-ins.co.jp/wp-content/uploads/2026/03/cover_policy.webp');
}

.policy .panel_ctnr{
    width: 90%;
    height: 100px;
    padding: 35px 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    color: #222;
    text-align: left;
}

section.policy .ctnr{
    padding: 50px 0;
}

.policyWpr{
    width: 90%;
    margin: 0 auto;
}

.policyTtlWpr{
    position: relative;
    width: 245px;
    height: 55px;
    margin: 0 auto 40px auto;
}

.policyTtlWpr.wide{
    width: 300px;
}

.policyTtlWpr::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 55px;
    border: 1px solid #209fc3;
    border-right: 0px solid #209fc3;
}

.policyTtlWpr::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 20px;
    height: 55px;
    border: 1px solid #209fc3;
    border-left: 0px solid #209fc3;
}

.policyTtl{
    width: 100%;
    margin: 0 auto 10px auto;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #209fc3;
}

.post_content h2.policyTtl{
    width: calc(100% - 70px);
    margin: 0 auto 5px auto;
    padding: 8px 0 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: #209fc3;
    background-color: #FFF;
}

.post_content h2.policyTtl::before{
    border: 0px solid #FFF;
}

.policyTtlLogo{
    font-size: 13px;
    text-align: center;
}

.policySign{
    margin: 0 0 20px 0;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
}

.policyUnit{
    margin: 0 0 20px 0;
}

.policyUnitTtl{
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700;
    color: #209fc3;
}

.policyUnit ul{
    list-style: disc;
    padding: 0 0 0 10px;
}

.policyUnit ul li{
    font-size: 13px;
}


/* company */

.compnay .ctnr{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 80px 0;
}

table.companyData{
    width: 100%;
    margin: 0 0 30px 0;
}

table.companyData tr{
    display: flex;
    flex-wrap: wrap;
}

table.companyData tr td{
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    border: 0px solid #cccccc;
}

table.companyData tr td a{
    color: #209fc3;
}


table.companyData tr td:first-child{
    font-weight: 700;
    background-color: #f4f4f4;
}

table.companyData tr td:last-child{
    padding: 10px;
}

table.companyData tr td:first-child p{
    border-left: 3px solid #209fc3;
    padding: 2px 0 2px 10px;
}

table.history tr td:first-child p{
    border-left: 0px solid #209fc3;
    padding: 0 0 0 20px;
}

.messageWpr{
    width: 100%;

}

.messageImg{
    width: 300px;
    margin: 0 auto 15px auto;
    padding: 0 60px;
}

.messageImg img{
    width: 100%;
    height: auto;
}

.messageBodyWpr{
    width: 100%;
}

.messageBody{
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 21px;
}

.messageBodyWpr p{
    width: 100%;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    text-align: right;
}

.messageBodyWpr p span{
    margin: 0 15px 0 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    vertical-align: 5px;
}

/* faq */
.faqWpr{
    width: 100%;
    padding: 30px 0;
}

.faq{
    width: 92%;
    margin: 0 auto;
}

.faqTtl{
    margin: 0 auto 20px auto; 
}

.faqTtl h3{
    margin: 0 auto 40px auto;
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    font-size: 43px;
    font-weight: 400;
    color: #e9acb4;
    text-align: center;
}

.faqTtl p{
    margin: 0 auto 20px auto;
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

.qaItem {
	margin-bottom: 9px;
	padding: 5px 0;
	border-radius: 4px;
    background-color: #FFF;/*QとAの背景色*/
    border-radius: 8px;
}

.qaBox__q {
	position: relative !important;
	padding: 10px 40px 10px 45px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	color: #333;
	line-height: 21px;
}

.qaBox__q span{
	position: absolute;
	display: block;
    top: 0;
    bottom: 0;
	left: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: auto 0;
    border-radius: 10px;
    font-family: "Arial", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #209fc3;
    text-align: center;
    line-height: 20px;
}

.qaBox__a {
	display: none;
}

.qaBox__content {
	position: relative;
	padding: 10px 40px 10px 45px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #333;
    line-height: 21px;
}

.qaBox__content span{
	position: absolute;
	display: block;
	left: 10px;
    width: 20px;
    height: 20px;
    font-family: "Arial", sans-serif;
    border-radius: 10px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
    text-align: center;
}

.qaBox__icon {
	width: 30px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qaBox__arw {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 5px;
	width: 8px;
	height: 8px;
	margin: auto 0;
	border-bottom: 2px solid #209fc3;
	border-right: 2px solid #209fc3;
	transform: rotate(45deg);
	transition: .3s;
}

.qaBox__icon.is-open .qaBox__arw {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}

.cr{
    width: 100%;
    padding: 15px 0 145px 0;
    font-size: 13px;
    border-top: 1px solid #ee628e;
    text-align: center;
    color: #FFF;
    background-color: #e9306a;
}

.fixHeader{
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 180px;
    text-align: center;
    z-index: 9999;
	margin: 0 auto;
    padding: 20px;
	bottom: -80px;
	opacity: 0;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}


.fixHeader .hero_bannerWpr{
    width: 320px;
    margin: 0 auto;

}

.fixHeader .hero_banner{
    width: 320px;
}

.fixHeader .center_banner{
    width: 320px;
    margin: 0 auto 15px auto;
}

.fixHeader .button_amazon{
    position: relative;
    display: block;
    width: 320px;
    padding: 10px 0;
    background-color: #ffd814;
    border-radius: 35px;
    border: 1px solid #dbb705;
    text-align: center;
}

.fixHeader .button_amazon::after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(45deg);
}

.fixHeader .button_amazon span{
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: 1px;
}

.fixHeader .button_amazon img{
    display: inline-block;
    width: 70px;
    height: auto;
    margin: 0 3px;
}

.itemListUnitCTA br{
    display: none;
}

.fixHeader .button_sample{
    position: relative;
    display: block;
    width: 320px;
    padding: 10px 0;
    background-color: #209fc3;
    border-radius: 35px;
    border: 1px solid #209fc3;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
}

.fixHeader .button_sample::after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.fixHeader .hero_banner p{
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #244578;
}

.pc{
    display: none;
}

}

@media screen and (min-width:1050px){

img{
	display: block;
	width: 100%;
	height: auto;
}

body{
	position: relative;
    padding: 0 0 0 0;
}

body.front{
    padding: 0 0 145px 0;
}


:root {
    --blue: #43b5e9;
    --blue_deep: #228dc5;
    --blue_pale: #cfeaf7;
    --sky: #e8f5fb;
    --bg: #FFF;
    --yellow: #ffd42f;
    --yellow_deep: #f3c300;
    --text: #444;
    --muted: #6d7782;
    --line: #d8dee5;
    --white: #fff;
    --shadow: 0 12px 28px rgba(0,0,0,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }


/* bread */

.bread{
    display: block;
    width: 1050px;
    margin: 0 auto;
}

.bread ul{
    display: flex;
    padding: 10px 0;
}

.bread ul li{
    position: relative;
    display: block;
    margin: 0 30px 0 0;
    font-size: 14px;
}

.bread ul li::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

.bread ul li:last-child::after{
    display: none;
}

.container {
    position: relative;
    width: 1050px;
    margin: 0 auto;
}

.site_header {
    background: rgba(255,255,255,1);
    position: sticky;
    top: 0;
    z-index: 9999;
    /*border-bottom: 1px solid #ebeff2;*/
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    height: 83px;
}
.site_header_inner {
    width: 1050px;
    height: 83px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.site_logo {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: .06em;
    color: #2f4e62;
}

.global_nav {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    font-size: 16px;
    color: #1094b0;
    font-weight: 400;
}
.global_nav a:hover { color: var(--blue_deep); }

.hero_section {
    position: relative;
    background-image: url('http://k-plus-ins.co.jp/wp-content/uploads/2026/03/fvBg.webp');
    background-size: cover;
    background-position: center top;
    padding: 0;
    height: 550px;
    z-index: 100;
}

.hero_section .container{
    height: 550px; 
    padding: 0;
}

.hero_title{
    position: absolute;
    top: 45px;
    left: 0;
    width: 609px;
    height: 140px;
}

.hero_visual{
    position: absolute;
    bottom: -45px;
    left: -4px;
    width: 172px;
    height: 392px;
}

.hero_card_wpr{
    position: absolute;
    top: 220px;
    left: 185px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 326px;
    height: 301px;
}

.hero_card {
    position: relative;
    overflow: hidden;
  display: flex;
  align-items: center;   /* 上下中央 */
    width: 152px;
    height: 142px;
    margin: 0 0 16px 0;
    background-color: rgba(32, 159, 195, .8);
}

.hero_card::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 24px;
    height: 24px;
    border-top: 1px solid #c7e1e7;
    border-left: 1px solid #c7e1e7;
}

.hero_card::after {
    content: "";
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 24px;
    height: 24px;
    border-bottom: 1px solid #c7e1e7;
    border-right: 1px solid #c7e1e7;
}

.hero_card p{
    width: 152px;
    font-size: 25px;
    line-height: 35px;
    color: #FFF;
    font-weight: 900;
    text-align: center;
}

.hero_card p.triple{
    line-height: 29px; 
}

.hero_baloon{
    position: absolute;
    top: 40px;
    right: 205px;
    width: 210px;
    height: 97px;
}

.hero_student{
    position: absolute;
    bottom: 0;
    right: -13px;
    width: 513px;
    height: 469px;
}

section.hero_ribon{
    position: relative;
    border-top: 7px solid #7391b5;
    z-index: 90;
    padding: 40px 0 30px 0;
    background-color: #c2def2;
    background-image: url('http://k-plus-ins.co.jp/wp-content/uploads/2026/03/white_slash.webp');
}

.hero_bannerWpr{
    display: flex;
    justify-content: center;

}

.hero_banner{
    width: 390px;
    margin: 0 13px;
}

.center_banner{
    width: 390px;
    margin: 0 auto;
}

.button_amazon{
    position: relative;
    display: block;
    width: 390px;
    height: 70px;
    padding: 22px 0;
    background-color: #ffd814;
    border-radius: 35px;
    border: 1px solid #dbb705;
    text-align: center;
}

.button_amazon::after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 21px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(45deg);
}

.button_amazon span{
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    vertical-align: 3px;
}

.button_amazon img{
    display: inline-block;
    width: 130px;
    height: 25px;
    margin: 0 6px;
}

.itemListUnitCTA br{
    display: none;
}

.button_sample{
    position: relative;
    display: block;
    width: 390px;
    height: 70px;
    padding: 0;
    background-color: #209fc3;
    border-radius: 35px;
    border: 1px solid #209fc3;
    font-size: 23px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    color: #FFF;
}

.button_sample::after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 21px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.hero_banner p{
    padding: 5px 0 0 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #244578;
}

.section_blue {
    background: #c2def2;
}

.section_blue .container{
    width: 1050px;
    margin: 0 auto;
    padding: 75px 0 80px 0;
}

.section_white {
    background: #fff;
}

.section_white .container{
    padding: 65px 0 100px 0;
}

.section_gray {
    background: #f8f8f8;
}

.section_gray .container{
    padding: 65px 0 100px 0;
}

.section_blue#features .container{
    padding: 10px 0 100px 0;
}

.section_head {
    text-align: center;
}

#features .section_head {
    width: 873px;
    height: 205px;
    margin: 0 auto;
}


.section_head_sub {
    color: #929aa4;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 8px;
}
.section_head_title {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    color: #3399cc;
}
.text_accent {
    color: var(--blue_deep);
}

.reason_head{
    display: flex;
    justify-content: space-between;
    width: 555px;
    height: 48px;
    margin: 0 auto 45px auto;
}

.reason_head_upr{
    display: flex;
    width: 295px;
    height: 48px;
    padding: 14px 10px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.kPlus_blacklogo{
    margin: 0 15px 0 0;
    width: 130px;
    height: 19px;
}

.reason_head_upr p{
    font-size: 22px;
    font-weight: 700;
    line-height: 17px;
}

.reason_list {
    width: 790px;
    margin: 0 auto;
}

.reason_card {
    position: relative;
    display: block;
    margin: 0 auto 40px;
    background-color: #fafbe6;
    padding: 30px 170px 25px 35px;
    border-left: 6px solid #3399cc;
}

.reason_card:nth-child(2n){
    padding: 30px 35px 35px 140px;
    border-left: 0px solid #3399cc;
    border-right: 6px solid #3399cc;
}

.reason_card_header{
    display: flex;
    margin: 0 0 20px 0;
}

.reason_number {
    display: block;
    width: 43px;
    height: 43px;
    margin: 0 13px 0 0;
    background-color: #333366;
    font-family: 'Oswald', sans-serif;
    font-size: 37px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 42px;
}

.reason_title {
    margin: 0 0 6px;
    color: #3399cc;
    font-size: 33px;
    font-weight: 900;
    line-height: 43px;
}
.reason_text {
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #666;
    line-height: 29px;
}
.note {
    margin: 0;
    font-size: 13px;
    color: #999999;
    line-height: 19px;
}

.reason_text span{
    color: #eb8500;
}

.reason_illust{
    position: absolute;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background-color: #c8e1f3;
}

.reason_card:nth-child(1) .reason_illust{
    top: 63px;
    right: -30px;
}

.reason_card:nth-child(2) .reason_illust{
    top: 63px;
    left: -64px;
}

.reason_card:nth-child(3) .reason_illust{
    top: 35px;
    right: -40px;
}

.reason_card:nth-child(4) .reason_illust{
    top: 63px;
    left: -64px;
}

.reason_card:nth-child(1) .reason_illust .reason_img{
    position: absolute;
    top: -77px;
    right: 45px;
}

.reason_card:nth-child(2) .reason_illust .reason_img{
    position: absolute;
    top: -42px;
    right: 25px;
    width: 135px;
}

.reason_card:nth-child(3) .reason_illust .reason_img{
    position: absolute;
    top: 22px;
    right: 10px;
    width: 203px;
}

.reason_card:nth-child(4) .reason_illust .reason_img{
    position: absolute;
    top: -50px;
    left: 35px;
    width: 152px;
}


.feature_intro {
    text-align: center;
    margin-bottom: 28px;
    color: #5f6d79;
    font-weight: 700;
}
.feature_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feature_card {
    width: 515px;
    margin: 0 0 20px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.feature_card_title {
    background: var(--blue_deep);
    color: #fff;
    padding: 12px 14px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.feature_card_body {
    padding: 14px;
}
.feature_card_image {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}
.feature_card_text {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    color: #333;
    text-align: center;
}

.vertical_unit{
    display: flex;
    justify-content: space-between;
    width: 515px;
}

.vertical_unit .feature_card{
    width: 250px;
}

.vertical_unit .feature_card .feature_card_body{
    padding: 50px 14px 0 14px;
}

.vertical_unit .feature_card:last-child .feature_card_body .feature_card_image{
    padding: 60px 0 27px 0;
}

.spec_table_wrap {
    background: #fff;
    margin: 10px 0 70px 0;
    padding: 18px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.spec_table_Ttl{
    padding: 0 0 0 0;
    font-size: 14px;
}

.spec_table_Ttl span{
    margin: 0 5px 0 0;
}

.tableWpr{
    display: flex;
    justify-content: space-between;
}

.spec_table {
    width: 49%;
    font-size: 13px;
}

.spec_table td {
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 12px;
    font-size: 15px;
    vertical-align: top;
}

.spec_table tr:last-child td{
    border-bottom: 0px solid #cfcfcf;
}

.spec_table td p{
    border-left: 3px solid #3399cc;
    padding: 0 0 0 15px;
}


.button_wrap {
    text-align: center;
    margin-top: 26px;
}

.warranty_box {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.warranty_mark {
    color: #b99b4c;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: .08em;
}
.warranty_title {
    margin: 0 0 24px;
    font-size: 32px;
    color: #6b6046;
}
.warranty_card {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 26px;
    align-items: center;
    text-align: left;
    background: #fff;
    border-radius: 8px;
    padding: 28px;
    box-shadow: var(--shadow);
}
.warranty_image {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    background: linear-gradient(135deg, #dce7ee, #f9fcff);
    position: relative;
    overflow: hidden;
}
.warranty_image::before {
    content: "";
    position: absolute;
    left: 28%;
    top: 20%;
    width: 44%;
    height: 56%;
    background: linear-gradient(180deg, #35597a, #20384d);
    border-radius: 28px 28px 0 0;
}
.warranty_image::after {
    content: "";
    position: absolute;
    left: 35%;
    top: 14%;
    width: 28%;
    height: 24%;
    border-radius: 50%;
    background: #ffd8c7;
    box-shadow: 0 -18px 0 10px #2f2f2f;
}
.warranty_text {
    margin: 0 0 10px;
    font-size: 14px;
    color: #5f6770;
}

/* supply */

.supply_box{
    width: 720px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.supply_title{
    margin: 0 0 50px 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
}

.button_blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    background: var(--blue_deep);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

.supply_image_wpr{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 35px auto;
    padding: 50px 60px;
    background-color: #f4f4f4;
}

.supply_icon{
  display: flex;
  align-items: center;   /* 上下中央 */
}

.supply_text{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}


/* news */

.section_gray .container .news{
    margin: 0 0 40px 0;
}

.news .section_head_sub{
    margin: 0;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    color: #333;
    line-height: 23px;
}

.news .section_head_title{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #333;
}


.news_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 1050px;
    margin: 0 auto;
}
.news_card {
    border-radius: 6px;
    overflow: hidden;
}
.news_thumb {
    aspect-ratio: 16 / 10;
    position: relative;
    background-color: red;
}

.news_thumb img{
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.news_body {
    padding: 12px 0 16px;
}
.news_title {
    font-size: 14px;
    color: #57636d;
    margin: 0;
    line-height: 22px;
}
.button_more {
    position: relative;
    display: block;
    width: 290px;
    height: 53px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #94c7da;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    line-height: 50px;
}

.button_more::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 26px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}



.site_footer {
    background: #d3dbe1;
    padding: 25px 0 38px;
    margin-top: 18px;
    border-top: 13px solid #e9edf0;
}
.footer_inner {
    display: flex;
    justify-content: space-between;
}
.footer_brand {
    font-size: 14px;
    color: #333;
    line-height: 19px;
}
.footer_brand .site_logo {
    font-size: 24px;
    margin-bottom: 8px;
    display: inline-block;
}

.footerAddress{
    line-height: 1.3rem;
}

.footerAddress a{
    display: block;
    color: #209fc3;
    padding: 3px;
}

.footer_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    font-size: 15px;
    color: #687781;
    margin-bottom: 26px;
}
.footer_tel {
    position: relative;
    display: block;
    width: 426px;
    height: 43px;
    margin: 0 0 0 auto;
    padding: 0 18px;
    background: #334155;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}

.footer_tel::before,
.footer_tel::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
}

.footer_tel::after{
    right: 22px;
}


.copyright {
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    color: #717171;
    background: #d3dbe1;
    border-top: 1px solid #FFF;
}


.fixed_amazon {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    z-index: 60;
    width: min(480px, calc(100% - 28px));
    text-align: center;
}
.fixed_amazon a {
    display: block;
    min-height: 52px;
    line-height: 52px;
    background: linear-gradient(180deg, #ffe34f, #f7cb16);
    color: #4e4a21;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(226,185,0,.26);
}

@media (max-width: 1024px) {
    .hero_card,
    .warranty_card,
    .footer_inner,
    .reason_card {
    grid-template-columns: 1fr;
    }
    .feature_grid,
    .news_grid {
    grid-template-columns: repeat(2, 1fr);
    }

    .feature_card_tall { grid-row: auto; }
}

@media (max-width: 768px) {
    .global_nav { display: none; }
    .site_header_inner { min-height: 62px; }
    .hero_card {
    min-height: auto;
    }
    .hero_content {
    padding: 28px 22px 20px;
    }
    .hero_points {
    justify-content: center;
    }
    .point_circle {
    width: 92px;
    height: 92px;
    font-size: 12px;
    }
    .section {
    padding: 58px 0;
    }
    .feature_grid,
    .news_grid {
    grid-template-columns: 1fr;
    }

    .footer_inner {
    grid-template-columns: 1fr;
    }
    .footer_nav {
    justify-content: flex-start;
    }
}

/* waranty */

.panel{
    width: 100%;
    height: 190px;
}

.panel.waranty{
    background-image: url('http://k-plus-ins.co.jp/wp-content/uploads/2026/03/cover_waranty.webp');
}

.panel_ctnr{
    width: 1050px;
    height: 190px;
    margin: 0 auto;
}

.waranty .panel_ctnr{
    display: block;
    width: 1050px;
    height: 190px;
    padding: 75px 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 30px;
    color: #222;
    text-align: center;
}

.waranty .panel_ctnr span{
    font-size: 20px;
    font-weight: 400;
}

.warantyWpr{
    width: 1050px;
    margin: 0 auto;
    padding: 80px 0;
}

h2.overviewTtl{
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 80px 0;
    padding: 0 !important;
    color: #209fc3;
    text-align: center;
    background-color: #FFF !important;
}

h2.overviewTtl::before{
    display: none !important;
}

.overview{
    margin: 0 auto 70px auto;
}

.overview h3{
    position: relative;
    width: 645px;
    height: 100px;
    padding: 12px 0;
    margin: 0 auto 40px auto;
    border-radius: 50px;
    background-color: #209fc3;
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
    line-height: 36px;
    text-align: center;
}

.overview h3::before{
    position: absolute;
    display: block;
    content: "";
    top: -31px;
    left: 90px;
    width: 0; height: 0;
    border-style: solid;
    border-width: 0px 8px 40px 8px;
    border-color: transparent transparent #209fc3 transparent;
    transform: rotate(35deg);
}

.overviewBody{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #222;
}

.overviewBody span{
    color: #209fc3;
}

.coverageWpr{
    position: relative;
    width: 645px;
    padding: 25px 30px 25px 175px;
    margin: 0 auto 15px auto;
    background-color: #fafbe6;
}

.coverageTag{
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0 !important;
    margin-top: auto !important;
    display: flex;
    align-items: center;   /* 上下中央 */
    justify-content: center; /* 左右中央 */
    width: 107px;
    height: 107px;
    border-radius: 54px;
    background-color: #935c2f;
    font-size: 24px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
}

.post_content div.coverageTag>:first-child{
    margin: auto 0 !important;
}

.coverageNote{
    width: 645px;
    margin: 0 auto 100px auto;
    font-size: 13px;
    line-height: 20px;
}

.serviceWpr h4{
    position: relative;
    width: 640px;
    height: 85px;
    margin: 0 auto 60px auto;
    padding: 5px 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: #209fc3;
    text-align: center;
}

.serviceWpr h4::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 35px;
    height: 85px;
    border: 1px solid #209fc3;
    border-right: 0px solid #209fc3;
}

.serviceWpr h4::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 35px;
    height: 85px;
    border: 1px solid #209fc3;
    border-left: 0px solid #209fc3;
}

.serviceUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 865px;
    margin: 0 auto 85px auto;
}

.serviceUnitWpr p{
    display: none;
}

.serviceUnitWpr .serviceUnit p{
    display: block;
}

.serviceUnit{
    width: 425px;
    margin: 0 0 25px 0;
    border: 3px solid #3399cc;
    border-radius: 7px;
    overflow: hidden;
}

.serviceUnitTtl{
    width: 100%;
    padding: 15px 15px 18px 15px;
    background-color: #3399cc;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    line-height: 22px;
}

.serviceUnitTtl span{
    margin: 0 10px 0 0;
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    vertical-align: -3px;
}

.serviceUnitBody{
    padding: 26px 30px;
}

.checkedTtl{
    display: flex;
    margin: 0 0 15px 0;
}

.iconLeed span.material-symbols-outlined{
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 42;
  color: #222;
  font-size: 28px;
  margin: 0 6px 0 0;
  vertical-align: -6px;
}

.iconLeed{
    min-width: 125px;
    font-size: 18px;
    font-weight: 700;
    color: #3399cc;
    line-height: 30px;
}

.iconLeed span.thin{
    font-size: 16px;
    font-weight: 400;
}

.iconLeed span.black{
    font-size: 18px;
    color: #333;
}

.checkedTtl p{
    font-size: 18px;
    font-weight: 700;
    color: #3399cc;
    line-height: 24px;
}


.serviceUnitImg{
    margin: 0 0 1.5rem 0;
}

.serviceUnitImg.full{
    padding: 20px 0;
}

.serviceUnitBody p.note{
    font-size: 15px;
    line-height: 20px;
    color: #333;
}

.serviceUnitBody p.note.mini{
    font-size: 13px;
    line-height: 20px;
    color: #333;
    text-align: center;
}

.serviceUnitBody ul{
    padding: 0 0 0 15px;
    list-style-type: disc;
}

.serviceUnitBody ul li{
    font-size: 13px;
    line-height: 20px;
}

.warantyDefWpr{
    width: 865px;
    margin: 0 auto 85px auto;
    padding: 65px 0 0 0;
    border-top: 5px solid #f1f1f1;
}


.warantyDefWpr .warantyDef{
    position: relative;
    width: 640px;
    height: 85px;
    margin: 0 auto 60px auto;
    padding: 5px 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 70px;
    color: #209fc3;
    text-align: center;
}

.warantyDefWpr .warantyDef::before{
    position: absolute;
    display: block !important;
    content: "";
    top: 0;
    left: 0;
    width: 35px;
    height: 85px;
    border: 1px solid #209fc3;
    border-right: 0px solid #209fc3;
    background: none !important;
}

.warantyDefWpr .warantyDef::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 35px;
    height: 85px;
    border: 1px solid #209fc3;
    border-left: 0px solid #209fc3;
}

.warantyDefBody{
    position: relative;
    width: 100%;
    border: 5px solid #e4e4e4;
    border-radius: 8px;
    margin: 0 auto 55px auto;
    padding: 55px 45px 45px 45px;
}

.normalTtl{
    position: absolute;
    display: block;
    top: -22px;
    left: 0;
    right: 0;
    width: 430px;
    margin: 0 auto;
    background-color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}

.normalTtl::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 20px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

.normalTtl::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
}

.balckTtl{
    position: absolute;
    display: block;
    top: -22px;
    left: 0;
    right: 0;
    width: 580px;
    margin: 0 auto;
    background-color: #333;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    color: #fff000;
}

.demeritWpr{
    margin: 0 auto 95px auto;
}

.demeritTtl{
    margin: 0 auto 30px auto;
    font-size: 26px;
    font-weight: 700;
    color: #3399cc;
    text-align: center;
}

.demeritBody{
    width: 590px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.warantyInqBtn{
    position: relative;
    display: block;
    width: 390px;
    height: 70px;
    margin: 0 auto;
    border-radius: 35px;
    background-color: #209fc3;
    font-size: 23px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 65px;
}

.warantyInqBtn::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

/* itemList */

.panel.itemList{
    background-image: url('http://k-plus-ins.co.jp/wp-content/uploads/2026/03/cover_waranty.webp');
}

.section_blue .itemList{
    margin: 0 0 65px 0;
}

.panel_ctnr{
    width: 1050px;
    height: 100px;
    margin: 0 auto;
}

.itemList .panel_ctnr{
    display: block;
    height: 100px;
    padding: 25px 0;
    font-size: 45px;
    font-weight: 900;
    line-height: 125px;
    color: #222;
    text-align: left;
}

.itemList .ctnr{
    padding: 70px 0;
    width: 1050px;
    margin: 0 auto 65px auto;
}

.itemListTtlWpr{
    display: flex;
    justify-content: space-around;
    width: 470px;
    height: 60px;
    margin: 0 auto 70px auto;
    border-radius: 30px;
    background-color: #FFF;
    overflow: hidden;
}

.itemListTtlLogo{
    width: 190px;
    padding: 22px 0 22px 34px;
}

.itemListTtlLogo img{
    width: 106px;
    height: 16px;
}

.itemListTtl{
    position: relative;
    right: -10px;
    width: 310px;
    height: 60px;
    background-color: #3399cc;
    transform: skewX(-20deg);
}

.post_content h2.itemListTtl{
    position: relative;
    right: -10px;
    width: 310px;
    height: 60px;
    margin: 0;
    padding: 0;
    background-color: #3399cc;
    transform: skewX(-20deg);
}

.post_content h2.itemListTtl::before{
    display: none;
}

.itemListTtl p{
    width: 310px;
    height: 60px;
    padding: 0 10px 0 0;
    transform: skewX(20deg);
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    line-height: 55px;
}

.itemListUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.itemListUnit{
    width: 336px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #FFF;
}

.itemListUnit h3{
    background-color: #3399cc;
    font-size: 20px;
    color: #FFF;
    padding: 10px;
}

.itemListUnitBodyWpr{
    padding: 20px 25px;
}

.itemListUnitImg{
    margin: 0 0 10px 0;
    width: 100%;
}

.itemListUnitBodyWpr h4{
    margin: 0 0 10px 0;
    font-size: 19px;
    font-weight: 700;
    color: #3399cc;
    line-height: 23px;
    padding: 0;
    border-left: solid 0px var(--color_htag);
}

.itemListUnitBody{
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 21px;
}


.itemListUnit .button_amazon{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 0;
    background-color: #ffd814;
    border-radius: 35px;
    border: 0px solid #dbb705;
    text-align: center;
}

.button_amazon span{
    font-size: 18px;
    font-weight: 700;
    vertical-align: 2px;
}

.button_amazon img{
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 0 3px;
}

.itemListUnitCTA br{
    display: none;
}

/* policy */

.panel.policy{
    background-image: url('http://k-plus-ins.co.jp/wp-content/uploads/2026/03/cover_policy.webp');
}

.policy .panel_ctnr{
    display: block;
    height: 100px;
    padding: 30px 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 125px;
    color: #222;
    text-align: left;
}

section.policy .ctnr{
    padding: 50px 0 80px 0;
}

.policyWpr{
    width: 815px;
    margin: 0 auto;
}

.policyTtlWpr{
    position: relative;
    width: 295px;
    height: 73px;
    margin: 0 auto 80px auto;
}

.policyTtlWpr.wide{
    width: 445px;
}

.policyTtlWpr::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 35px;
    height: 73px;
    border: 1px solid #209fc3;
    border-right: 0px solid #209fc3;
}

.policyTtlWpr::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 35px;
    height: 73px;
    border: 1px solid #209fc3;
    border-left: 0px solid #209fc3;
}

.policyTtl{
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 8px 0 0 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #209fc3;
}

.post_content h2.policyTtl{
    width: calc(100% - 70px);
    margin: 0 auto 15px auto;
    padding: 8px 0 0 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #209fc3;
    background-color: #FFF;
}

.post_content h2.policyTtl::before{
    border: 0px solid #FFF;
}

.policyTtlLogo{
    text-align: center;
}

.policySign{
    margin: 0 0 40px 0;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
}

.policyUnit{
    margin: 0 0 40px 0;
}

.policyUnitTtl{
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #209fc3;
}

.policyUnit ul{
    list-style: disc;
    padding: 0 0 0 20px;
}

/* company */

.compnay .ctnr{
    width: 810px;
    margin: 0 auto;
    padding: 50px 0 80px 0;
}

table.companyData{
    width: 100%;
    margin: 0 0 70px 0;
    border-top: 1px solid #cccccc;
}

table.companyData tr td{
    padding: 10px 0;
    border: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    vertical-align: top;
}

table.companyData tr td a{
    color: #209fc3;
}


table.companyData tr td:first-child{
    width: 260px;
    font-weight: 700;
}

table.companyData tr td:first-child p{
    position: relative;
    border-left: 3px solid #209fc3;
    padding: 2px 0 2px 20px;
}

table.history tr td:first-child p{
    position: relative;
    border-left: 0px solid #209fc3;
    padding: 0 0 0 20px;
}

table.companyData tr td:first-child p span,
table.history tr td:first-child p span{
    position: absolute;
    display: block;
    top: 7px;
    bottom: 0;
    right: 13px;
    font-size: 12px;
    width: 35px;
    height: 22px;
    line-height: 18px;
    padding: 2px 4px 0 4px;
    background-color: #209fc3;
    color: #FFF;
    text-align: center;
}

.sendLeed{
    margin: 0 auto 2rem auto;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.sendBody p{
    margin: 0 auto 1rem auto;
    text-align: center;
}

.messageWpr{
    display: flex;
    width: 100%;
}

.messageImg{
    width: 340px;
    padding: 0 60px;
}

.messageImg img{
    width: 100%;
    height: auto;
}

.messageBodyWpr{
    width: 460px;
}

.messageBody{
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 30px;
}

.messageBodyWpr p{
    width: 100%;
    font-size: 27px;
    font-weight: 700;
    line-height: 27px;
    text-align: right;
}

.messageBodyWpr p span{
    margin: 0 15px 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    vertical-align: 5px;
}



/* contact */

.panel.contact{
    background-image: url('http://k-plus-ins.co.jp/wp-content/uploads/2026/03/cover_contact.webp');
}

.contact .panel_ctnr{
    display: block;
    height: 100px;
    padding: 30px 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 125px;
    color: #222;
    text-align: left;
}

.contact .ctnr{
    width: 810px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
}

.contactLeed{
    margin: 0 auto 60px auto;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}

.contactLeed span{
    color: #eb8500;
}

.contactSubmit{
    position: relative;
    display: block;
    width: 360px;
    height: 60px;
    margin: 0 auto;
    background-color: #209fc3;
    border-radius: 35px;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 57px;
}

.contactSubmit::after{
    position: absolute;
    content: "";
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

input.wpcf7-submit{
    position: relative;
    display: block;
    width: 360px;
    height: 60px;
    margin: 0 auto;
    background-color: #209fc3;
    border-radius: 35px;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    border: 0 solid #FFF;
}

input.wpcf7-submit::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}


/* whole contact */

.wholePanel{
    width: 100%;
    margin: 0 auto 3rem auto;
    padding: 25px 35px;
    background-color: #fafbe6;
    border: 3px solid #cccf9a;
}

.wholePanelTtl{
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #cccf9a;
    font-size: 29px;
    font-weight: 900;
    text-align: center;
    line-height: 29px;
}

.wholePanelBody{
    font-size: 17px;
    line-height: 29px;
    text-align: center;
}

.wholePanelBody span{
    color: #eb8500;
}

/* faq */

.faqWpr{
    width: 100%;
    padding: 70px 0 80px 0;
}

.redTtlWpr{
    margin: 0 auto 60px auto;
}

.redTtlSubTtl{
    font-family: "Arial", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #209fc3;
}

.redTtl{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #333;
}

.faq{
    width: 1050px;
    margin: 0 auto;
}

.faqTtl{
    margin: 0 auto 40px auto; 
}


.qaItem {
	margin-bottom: 12px;
	padding: 5px 0;
	border-radius: 4px;
    background-color: #FFF;/*QとAの背景色*/
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.qaBox__q {
	position: relative !important;
	padding: 17px 70px 17px 65px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	color: #333;
	line-height: 26px;
}

.qaBox__q span{
	position: absolute;
	display: block;
    top: 0;
    bottom: 0;
	left: 17px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: auto 0;
    border-radius: 10px;
    font-family: "Arial", sans-serif;
	font-size: 27px;
	font-weight: 700;
	color: #209fc3;
    text-align: center;
    line-height: 20px;
}

.qaBox__a {
	display: none;
}

.qaBox__content {
	position: relative;
	padding: 17px 70px 17px 65px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #333;
}

.qaBox__content span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    font-family: "Arial", sans-serif;
    border-radius: 10px;
	font-size: 31px;
	font-weight: 700;
	color: #666666;
    text-align: center;
}

.qaBox__icon {
	width: 30px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qaBox__arw {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto 0;
	border-bottom: 2px solid #209fc3;
	border-right: 2px solid #209fc3;
	transform: rotate(45deg);
	transition: .3s;
}

.qaBox__icon.is-open .qaBox__arw {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}



.fixHeader{
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 145px;
    padding: 25px 0;
    text-align: center;
    z-index: 9999;
	margin: 0 auto;
	bottom: -80px;
	opacity: 0;
    background-color: #FFF;
}


.modal{
    display: none !important;
}

.sp{
	display: none;
}

}