
* {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 14px;
    line-height: 1.7;

}
html {
  scroll-behavior: smooth;
}

body {
      font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    margin:0;
    line-height: 1.7;
    margin-bottom: 15px
}

ul {
    list-style: none;
    margin: 0;
}

.section-padding {
    padding: 25px 0 40px;
}

.mar-b-70 {
    margin-bottom: 40px;
}

.mar-t-50 {
    margin-top: 50px;
}

.mar-b-50 {
    margin-bottom: 50px;
}

.font600 {
    font-weight:400
}

/*=====================================*/

.banar-area {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,d2d2d2+100 */
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(left,  #f7f7f7 0%, #d2d2d2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f7f7f7 0%,#d2d2d2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f7f7f7 0%,#d2d2d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d2d2d2',GradientType=1 ); /* IE6-9 */
    padding: 20px 0 45px;
    position: relative;
    z-index: 1;
    /*background: url("assets/img/banar-bg.jpg") no-repeat a;*/
}

.the-logo {
    display: flex;
}

.the-logo a>img {
    vertical-align: baseline;
    max-width: 300%;
    height: 52px;
    margin-bottom: 20px;
}

.logo-part {
    display: inline-block;
}

.companyName img {
    height: 19px;
    display: block;
    margin-bottom: 5px;
    vertical-align: top;
}

.companyName {
    display: inline-block;
    padding-left: 10px;
    padding-top: 7px
}

.banar-left> img {
    display: block;
    width: 105%;
}

#top-right{ 
    position: relative;
}

#top-right img.valveInRay{
    position:absolute;right:-130px;
}

#top-right a>img{
    z-index: 100;
    width: 55%;
    transition: .5s ease;
    right:0px;
    top:10px;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

#top-right a:hover>img{
    opacity: 0.7;
}

.headet-title {
    position: relative;
    font-size: 27px;
    text-align: center;
    line-height: 1.5;
    padding: 0 15px;
    max-width: 575px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 700;
    color: #444;
}

.title-shape {
    position: absolute;
    left: 0;
    top: 14%;
    height: 76%;
}

img.title-shape.right {
    left: auto;
    right: 10px;
}

.banar-left {
    position: relative;
    z-index: 1;
}

.banar-left .banar-bg {
    position: absolute;
    left: -70px;
    top: 0;
    z-index: -1;
    opacity: .2;
    width: 100%;
    height: auto;
}

.banar-box-img {
    display: inline-block;
    box-shadow: 0 0 0px 6px #92c9c5;
    border-radius: 24px;
    overflow: hidden;
    width: 95%;
}

.banar-box-img img{
    width: 100%;
}

.banar-box span {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-top: 10px;
    font-weight: 600;
}

.banar-box {
    text-align: center;
    width: 100%;
}

.banar-shape {
    position: absolute;
    right: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    z-index: -1;
    /*transform: translateY(-50%);*/
    object-fit: cover;
}

/*========ProductTab========*/

.nav.product-pills .nav-item {
    flex-basis: 25%;
    flex-shrink: 0;
    text-align: center;
}

.nav-pills.product-pills .nav-link {
    padding: 23px 10px  !important;
    font-size: 1.6rem;
    color: #666666;
    transition: .3s;
    font-weight: 500;
    border-radius: 47px;
    position: relative;
}

ul.nav.nav-pills.product-pills {
    background: #d5fff0;
    border-radius: 47px;
}

.nav-pills.product-pills a.nav-link.active, .nav-pills.product-pills a.nav-link:hover {
    background: #04ab73 !important;
    color: #fff;
    box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.16);
}

.nav-pills.product-pills .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
    width: 0px;
    height: 4px;
    background: #fff;
    transition: .3s;
}

.nav-pills.product-pills .nav-link.active:after {
    width: 55px;
}

.product-img {
    /*padding: 15px;*/
    box-shadow: 0 0 12px #0000003d;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border:12px solid #04ab73;
    min-height: 300px;

}

.product-img img {
    display: block;
    width: 100%;
    /*border-radius: 10px;*/
}

.pr-name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pr-name h2 {
    font-size: 39px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 24px;
    max-width: 320px;
    font-weight: 800;
}

.pr-name h2 img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 40%;
}

.product-contetn {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.value-btn {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.value-btn span {
    display: block;
    font-size: 19px;
    line-height: 1;
    border: 1px solid;
    padding: 20px 30px;
    border-radius: 35px;
    font-weight: bold;
}

.value-btn span.value-shape {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px -27px;
    background: #fff;
    position: relative;
}

.value-btn span.value-shape img {
    height: 22px;
}

.value-btn span.left-va {
    padding-right: 33px;
    background: #fff;
    border-radius: 35px 0px 0px 35px;
}

.value-btn span.right-va {
    padding-left: 33px;
    background: #e73219;
    color: #fff;
    border-color: #e73219;
        border-radius: 0px 35px 35px 0px;
}

.pro-condations h3 {
    font-size: 1.6rem;
    margin: 12px 0 10px 0;
}

.pro-condations {
    /*max-width: 650px;*/
    margin-top: auto;
}

.pro-condations-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.condation-btn {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 15px 30px;;
    border-radius: 24px;
    font-size: 20px;
    font-weight: 400;
    margin: 8px 5px;
}

.condation-btn img {
    display: block;
    width: 20px;
    margin-right: 13px;
}

.cond-color-1 {
    background: #ffc000;
}

.cond-color-2 {
    background: #2e75b6;
}

.cond-color-3 {
    background: #ff762e;
}

.cond-color-4 {
    background: #92d050;
}

.cond-color-5 {
    background: #f9865d;
}

.cond-color-6 {
    background: #c55a11;
}


/*+++++++++++++++++++++*/

.pro-icon {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 15px 15px;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    /*z-index: 1;*/
}


.pro-icon:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.6);
    /*z-index: -1;*/
    transform: rotate(45deg);
    border-radius: 15px;
}

.pro-icon:hover:after {
    transform: rotate(405deg);
    transition: 1s;
}

.pro-icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.6);
    /*z-index: 0;*/
    /* transform: rotate(45deg); */
    border-radius: 15px;
}

.pro-icon img {
    display: block;
    /*max-width: 75%;*/
    width: 75%;
    height: 66%;
    z-index: 2;
}

.pro-info {
    padding: 40px 50px 40px 20px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pro-info:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 95%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.16);
    z-index: 0;
    transform: rotate(7deg);
    transform-origin: left;
}

.pro-info:after {
    position: absolute;
    content: "";
    z-index: -1;
    background: #4a4b4b;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.greenbg.pro-info:after {
    background: #0cb782;
}

li.single-proinfo {
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    display: flex;
    display: flex;
    align-items: flex-start;
}

li.single-proinfo i {
    width: 30px;
    height: 30px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 22px;
    padding-left: 3px;
    margin-right: 10px;
}

.proinfoicon {
    height: 100%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}


/*Replesment*/

.replesmentt-text {

    /*transform: skewX(-21deg);*/
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 33px;
    font-weight: 800;
    position: relative;
}

.replesment-area{
    position: relative;

    /*height: 200px;*/
    /*background: #2bdfb8;*/
    /*background: url("assets/img/replesment-bg-m.jpg") no-repeat scroll center / cover;*/
    /*padding: 50px 0;*/
}

.replesment-area:after{

    position: absolute;
    content: url("assets/img/replesment-bg-left-m.jpg");
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: #ffffffa6;*/
    z-index: -1;
    /*transform: rotate(45deg);*/
    /*border-radius: 15px;*/
}


.replesment-area:before{

    position: absolute;
    content: url("assets/img/replesment-bg-right-m.jpg");
    /*left: 0;*/
    right: 0;
    top: 0;
    bottom: 0;
    /*background: #ffffffa6;*/
    z-index: -1;
    /*transform: rotate(45deg);*/
    /*border-radius: 15px;*/
}

.replesmentt {  
    position: relative;
    padding: 30px 0;
    height: 100px;
}


.reples-shape {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    width: auto;
    margin-right: -60px;
}

.repl-shape {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    width: auto;
    margin-right: -200px;
    margin-top:20px;
    margin-bottom:40px;

}

.reples-shape.shape-2 {
    height: 132px;
    margin: 0;
    left: -119px;
}



.pt-30 {
    padding-top: 15px;
}


/*valve-set-intro-are*/

.valve-set-intro-are.section-padding {
    padding: 35px 0 35px 0;
}

.valve-intro-content .accordion>.card {
    border: 0;
    border-radius: 0;
    padding-bottom: 1px;
    margin-bottom: 15px;
}

.valve-intro-content .accordion>.card .card-header {
    padding: 0;
    border: 0;
}

.valve-intro-content .card-header .btn-link {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    border: 2px solid #00A569 !important;
    border-radius: 0;
    padding: 0;
    font-size: 2rem;
    font-weight: 800;
    color: #333;
    text-decoration: none;
    background: #e8fff7;
    box-shadow: 0 0 5px #e8fff7;
    text-align: left;
}

.valve-intro-content .card-header .btn-link:hover, .valve-intro-content .card-header .btn-link:focus {
    text-decoration: none;
}

.valve-intro-content .accordion>.card .card-header h2 {
    display: flex;
}

.accodian-icon:before {
    position: absolute;
    content: "";
    left: -40px;
    right: 29px;
    top: -75px;
    bottom: -44px;
    background: #00A569;
    /* z-index: 0; */
     transform: rotate(25deg); 
    
}

span.accodian-icon {
    display: block;
    position: relative;
    width: 144px;
    /*background: #00A569;*/
    color: #00A569;
    padding: 39px 26px;
    /*-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);*/
        margin: -1px 0;
    margin-right: 25px;
    font-size: 1.5rem;
    overflow: hidden;
}

span.accodian-icon i {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: .1s;
    opacity: 1;
    margin-left: -7px;
}

.valve-intro-content .card-header .btn-link span.accodian-icon i.fas.fa-plus {
    visibility: hidden;
    opacity: 0;
}

.valve-intro-content .card-header .btn-link.collapsed span.accodian-icon i.fas.fa-minus {
    visibility: hidden;
    opacity: 0;
}

.valve-intro-content .card-header .btn-link.collapsed span.accodian-icon i.fas.fa-plus {
    visibility: visible;
    opacity: 1;
}

.valve-text {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: #333333;
    padding-bottom: 25px;
}

.valve-img-box, .face-to-face {
    position: relative;    
    border-radius: 32px;
    padding: 60px 10px 10px 10px;
    height: 100%;
}

.valve-img-box {
    border: 3px solid #00A569;
}




.valve-img-box.valve-img-1 img {
    margin-top: 46px;
}

.valve-img-box.valve-img-1 {
    padding-bottom: 50px;
    margin-right: 15px;
}

.valv-top-text {
    position: absolute;
    background: #00A569;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.3;
    border-radius: 38px;
    top: 5px;
    left: 5px;
    z-index: 1;
}

.valv-top-text.po-center {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
}

.gradiant-bg.valv-top-text {
    background: #927d3d; /* Old browsers */
    background: -moz-linear-gradient(left,  #927d3d 1%, #88722f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #927d3d 1%,#88722f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #927d3d 1%,#88722f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#927d3d', endColorstr='#88722f',GradientType=1 ); /* IE6-9 */
}

.face-to-face {
    position: relative;
    padding-bottom: 15px;
    border: 3px solid #88722f;
}

.valve-img.valve-img-1-3 img {
    height: auto;
    width: 85%;
    /*max-width: 90%;*/
    /*max-width: 409px;*/
}

.valve-img.valve-img-1-3 {
    padding-left: 78px;
}

.valve-img.pad-botm.valve-img-1-2 img {
    width: 85%;
    /*max-width: 444px;*/
}

.valve-img-box img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.valve-img-box img.arrow-img {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 39px;
    margin-left: 7px;
    margin-top: -20px!important;
}

.valve-img-box.valve-img-1-1 img {
    /*height: 246px;*/
    margin: 0 auto;
}

.valv-top-text.align-right {
    right: 5px;
    left: auto;
}

.valve-down-btn {
    padding: 30px 0;
    text-align: center;
}

.valve-down-btn button {
    margin: 0 auto;
    border: 2px solid #1D9D62;
    padding: 20px 30px;
    background: #fff;
    border-radius: 35px;
    font-size: 25px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-weight: 600;
}

.valve-down-btn button img {
    display: block;
    margin-right: 15px;
}

.valve-img img {
    display: block;
    max-width: 100%;
}

.valve-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
}

.w-1 {
    width: 80%;
}

.w-2 {
    width: 90%;
}

.valve-box-text {
    background: #d9d9d9;
    margin-top: 15px;
    font-size: 18px;
    color: #373737;
    text-align: center;
    padding: 15px 30px;
    border-radius: 5px;
    display: block;
    font-weight: 600;   
    max-width: 100%; 
}

.valve-img.valve-2-img img {
    /*max-height: 380px;*/
    margin-top: 20px;
}

.valve-img-box.valve-3-img {
    display: flex;
    /*align-items: flex-end;*/
    align-items: center;
    padding-bottom: 20px;
    padding-top: 70px;
}

.valve-img-box.valve-3-img img {
    /*max-height: 430px;*/
    /*margin-top: 20px;*/
}

.valve-img-text {
    position: absolute;
    top: 64px;
    left: 25px;
    width: 254px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

p.valve-img-text.right {
    left: auto;
    right: 10px;
    width: 35%;
}

/*ContactForm*/

.contact-header.pr-name {
    margin-bottom: 20px !important;
}

.contact-header.pr-name h2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.contact-header.pr-name h2 img {
    display: block;
    max-width: 100%;
    width: auto;
}

.formcheck {
    display: flex;
    align-items: center;
}

.formcheck span.forck {
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
}

.formcheck .forck:last-child {
    margin-right: 0;
}



.single-check input {
    display: none;
}

.single-check {
    margin-right: 30px;
}
.single-check:last-child {
    margin-right: 0px;
}


#contactUs {
    padding: 20px 40px;
    box-shadow: 0 0 6px #00000059;
    border-radius: 10px;
}

.formcheck {
    padding: 10px 0 30px;
}

.single-input {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 30px;
}

.single-input label, #postal_code_label {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px;
}



.single-input input, .single-input textarea {
    display: block;
    width: 100%;
    padding: 15px 30px;
    font-size: 18px;
    color: #333333;
    border-radius: 10px;
    outline: none;
    border: 1px solid #dbdbdb;
    transition: .3s;
    box-shadow: 0 0 0 ;
}

.single-input input:hover {
    border: 1px solid #ccc;
}

.single-input input:focus {
    border: 1px solid #ccc;
}

/*.single-input input:active, .single-input textarea:active {
    box-shadow: 0 0 3px #0006;
}
.single-input input::placeholder {
    color: #dbdbdb;
}*/
/*
.submitButton button {
    display: block;
    margin: 0 auto;
    background: #02a971;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 15px 55px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 0px 1px #00000078;
}*/

.submitButton button.btn {
    background: #02a971;
    color: #fff;
    font-size: 24px;
    padding: 13px 53px;
    border: 2px solid #02a971;
    margin: 0 auto;
    display: block;
    transition: .3s;
}

.submitButton button.btn:hover, .submitButton button.btn:focus {
    background: transparent !important;
    color: #02a971 !important;
    border: 2px solid #02a971 !important;
}


.pc-show {
    display: block;
}

.mobile-show {
    display: none!important;
}


.pc1024-show {
    display: block;
    width: 6%;
    height: auto;  /* ←縦横比を維持する高さを自動計算 */
}

.mobile1024-show {
    display: block!important;
}




.pc1023-show {
    display: block;
}

.mobile1023-show {
    display: none!important;
}

label.required:after {
    content: url('assets/img/required.png');
    line-height: 1;
    padding: 0.5px 1px;
    background-color: #fb2a79;
    color: #ffffff;
    font-size: 10px;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: 2px;
    display: inline-block;
}





.checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 1px 5px 0;
    padding: 6px 12px 6px 42px;
    /*border-radius: 4px;*/
    /*background-color: #f6f7f8;*/
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    /*border: solid 1px #e0e0e0;*/
    }

input[type=radio]:checked + .checkbox:before {
    opacity: 1;
}

.checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    /* transition: opacity 0.2s linear; */
    position: absolute;
    top: 40%;
    left: 16px;
    display: block;
    margin-top: -5px;
    width: 8px;
    height: 15px;
    border-right: 3px solid #00a56a;
    border-bottom: 3px solid #00a56a;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 30%;
    left: 5px;
    display: block;
    margin-top: -8px;
    width: 30px;
    height: 30px;
    border: 2px solid #00a56a;
    border-radius: 50%;
    content: '';
}



.line {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.line:before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #DFCEB9;
    position: relative;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: 10px;
  }

.line:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 780px;
    height: 3px;
    background: 
      linear-gradient(to right,
        #DFCEB9 0%,
        #DFCEB9 45%,
        rgba(0,0,0,0) 45%,
        rgba(0,0,0,0) 55%,
        #DFCEB9 55%,
        #DFCEB9 100%);
  }



h1 img{
    width: 3.2rem;
}

.gradient {
  align-items: stretch;
  margin: 0em 0 0.5em 0;
  height: 1.9em;
  line-height: 1.8em;
  color: white;
  background: #04ab73;
  font-size: 1.8rem;
}

.gradient:before {
    background: linear-gradient(to right, white, #04ab73);
  }

.gradient:after {
    background: linear-gradient(to left, white, #04ab73);
    }

.divider {
  display: flex;
}

.divider:before {
    content: "";
    flex: 1;
  }

.divider:after {
    content: "";
    flex: 1;
  }


#postal_code {
    margin-left:30px;
    width: 90%;
}

.postal_symbol {
    position: absolute;
    padding: 14px 0px;
    font-size: 20px;
    color: #666;
}


/*confirmation*/
.confirmPage {    
    font-size: 1.3rem;
    font-weight: 400;    
    padding: 8px 15px;
    border-radius: 5px;
    background: #eee;
}



#backButton {
    background: #eee;
    color: #000;
    border-color: #ccc;

}

.privatePolicyDiv{
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.privatePolicyDiv a{
    text-decoration: underline;
    color: #333;

}

.privatePolicyDiv a>i{
    color: #04ab73;    
}

.privatePolicyDiv a:hover{
    color: #02a971;
}

.privatePolicyDiv label {
    cursor: pointer;
}

#privatePolicyError {
    display: none;
}

section.copyRight {
    position: relative;
    background: #d9d9d9;
    text-align: center;
    padding: 10px 0px 15px 0px;
}

.copyRight a{
    text-decoration: underline;
    /* position: fixed; */
    z-index: 2000;
    color: #333;
    font-size: 1.1rem;
    display: block;
    float: right;
    margin-right: 15px;
}


.copyRight a:hover{
    color: #02a971;
}

.contactConfirm h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem
}


.contactConfirm p {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0.5rem
}

.contactConfirm img {
    width: 100px;
}










section.box1 {
    position: relative;
    background: #d9d9d9;
    text-align: center;
    padding: 5px 0px 5px 0px;
}

.box1 a{
    text-decoration: underline;
    /* position: fixed; */
    z-index: 2000;
    color: #333;
    font-size: 1rem;
    display: block;
    float: right;
    margin-right: 15px;
}


.box1 a:hover{
    color: #02a971;
}





/*Rep*/

.rep-text {
    padding: 10px 25px 10px 210px;
    /*transform: skewX(-21deg);*/
    text-align: left;
    position: relative;
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.rep-area{
   position: relative;
    /*height: 1000px;*/
    /*background: #C0C0C0;*/
    /*padding: 100px 0;*/
}

.rep-area:after{

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20;
    /*background: #C0C0C0;*/
    z-index: -1;
    /*transform: rotate(45deg);*/
    /*border-radius: 15px;*/
}


.rep-area:before{

    position: absolute;
    /*left: 0;*/
    right: 0;
    top: 0;
    bottom: 020;
    /*background: #C0C0C0;*/
    z-index: -1;
    /*transform: rotate(45deg);*/
    /*border-radius: 15px;*/
}




.rep-shape {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    width: auto;
    margin-right: -60px;
}

.rep-shape.shape-2 {
    height: 1000px;
    margin: 0;
    left: -119px;
}

.rep {  
    position: relative;
}

.pt-30 {
    padding-top: 15px;
}




.list_check {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list_check > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px;

}
.list_check > li::before,
.list_check > li::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}
.list_check > li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #333333;
}
.list_check > li::after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #009999;
    border-right: 3px solid #009999;
}

.list_check > li + li {
    margin: 1.8em 0px 0px;
}



#bun a:hover>img{
    opacity: 0.7;
}


/*Rea*/

.rea-text {
    /*transform: skewX(-21deg);*/
    text-align: center;
    position: relative;
    color: #DD0000;
    font-size: 33px;
    font-weight: 800;
    position: relative;
    line-height:3

}

.rea {  
    position: relative;
}
.rea-shape {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 80%;
    transform: translateY(-50%);
    width: auto;
    margin-right: -230px;
    display:none
}

.rea-shape.shape-2 {
    left: -130px;
}




.solid_line {
  /*上下にグレイの1pxの線*/
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
    margin-top:20px;
}

.solid_line2 {
  /*上下にグレイの1pxの線*/
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
    margin-top:0px;
}

.pt-30 {
    padding-top: 15px;
}




.yajirushi1 {
display: block;
margin: 0 auto;
width: 3%;
}





/*Cont*/

.cont-header.pl-name {
    margin-bottom: 30px !important;

}



.cont-header.pl-name h6 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 1.3;
    font-size: 33px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 0;
}



.cont-header.pl-name h6 img {
    display: block;
    max-width: 100%;
    width: auto;


}


.pc-show {
    display: block;
}

.mobile-show {
    display: none!important;
}


.pl-name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}



.pl-name h6 img {
    position: absolute;
    bottom: 10;
    left: 50%;
    transform: translate(-50%);
    width: 40%;
}





/*Reg*/

.reg-text {
    padding: 10px 25px 10px 390px;
    /*transform: skewX(-21deg);*/
    text-align: left;
    position: relative;
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

.reg2-text {
    /*transform: skewX(-21deg);*/
    text-align: left;
    position: relative;
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    position: relative;
}

.reg3-text {
    padding: 10px 25px 10px 0px;
    /*transform: skewX(-21deg);*/
    text-align: left;
    position: relative;
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}


.reg-area{
   position: relative;
    /*height: 1000px;*/
    /*background: #C0C0C0;*/
    /*padding: 50px 0;*/
}

.reg-area:after{

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: #C0C0C0;*/
    z-index: -1;
    /*transform: rotate(45deg);*/
    /*border-radius: 15px;*/
}


.reg-area:before{

    position: absolute;
    /*left: 0;*/
    right: 0;
    top: 0;
    bottom: 0;
    /*background: #C0C0C0;*/
    z-index: -1;
    /*transform: rotate(45deg);*/
    /*border-radius: 15px;*/
}




.reg-shape {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    width: auto;
    margin-right: -380px;
}

.reg-shape.shape-2 {
    height: 0px;
    margin: 0;
    left: -119px;
}

.reg {  
    position: relative;
}

.pt-30 {
    padding-top: 15px;
}


.pc1022-show {
    display: block;

}

.mobile1022-show {
    display: none!important;
    height: auto;  /* ←縦横比を維持する高さを自動計算 */
}




.reg3-area{
   position: relative;
    /*height: 1000px;*/
    /*background: #C0C0C0;*/
    /*padding: 50px 0;*/
}

.reg3-area:after{

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: #C0C0C0;*/
    z-index: -1;
    /*transform: rotate(45deg);*/
    /*border-radius: 15px;*/
}


.reg3-area:before{

    position: absolute;
    /*left: 0;*/
    right: 0;
    top: 0;
    bottom: 0;
    /*background: #C0C0C0;*/
    z-index: -1;
    /*transform: rotate(45deg);*/
    /*border-radius: 15px;*/
}


.reg3 {  
    position: relative;
}

.pt-30 {
    padding-top: 15px;
}

      