@charset "UTF-8";

/*++++++++++++++++++++++++++
	背景
++++++++++++++++++++++++++*/

.wrapper {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
    max-width: 1100px;
    width: 92%;
    margin: auto;
}
body{
    background-color: #fff;
    color: #292929;
    overflow-x: hidden;
}
::selection {
    background: #292929;
    color: #fff;
}
::-moz-selection {
    background: #292929;
    color: #fff;
}
/*++++++++++++++++++++++++++
	ボタン
++++++++++++++++++++++++++*/

a{text-decoration:none; color:#292929 ;}
a:link{text-decoration:none; color:#292929 ;}
a:visited{text-decoration:none; color:#292929 ;}
a:hover{text-decoration:none; color:#292929 ;}
a:active {text-decoration:none; color:#292929 ;}

/*++++++++++++++++++++++++++
	共通コンテンツ
++++++++++++++++++++++++++*/
.midashi h1{
    font-family: 'Lato', "Noto Sans JP", "游ゴシック体", sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 5px;
}
.midashi h2{
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 60px;
}
.midashi .midashi-txt{
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 60px;
}
.color-w{
    color: #fff;
}
.en-lato{
    font-family: 'Lato', "Noto Sans JP", "游ゴシック体", sans-serif;
}
.sp{
    display: none;
}
.pc{
    display:block;
}
@media only screen and (max-width: 780px) {
.sp{
     display: inline-block;
}
.pc{
     display: none;
}
}

/*++++++++++++++++++++++++++
	ヘッダー
++++++++++++++++++++++++++*/
.main{
    height: 100vh;
    position: relative;
}
.main .main-bg img{
    position: fixed;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    vertical-align: top;
    z-index: -100;
}
.main .logo{
    max-width: 300px;
    width: 80%;
    position: absolute;
    left: 30px;
    top: 30px;
}
.main .toptitle{
    color: #fff;
    position: absolute;
    right: 30px;
    bottom: 50px;
}
.main .toptitle .tt-inner{
    text-align: right;
}
.main .toptitle h1{
    font-size: 95px;
    font-weight: 700;
    line-height: 1.1em;
}
.main .toptitle h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5em;
}
.main .floating-btn{
    position: fixed;
    right: 0;
    top: calc(50% - 75px);
    z-index: 10;
    writing-mode: vertical-lr;
}
.main .floating-btn-sp{
    display: none;
    transition:all .3s;
}
.is-hidden {
    visibility: hidden;
    opacity: 0;
}
.main .floating-btn a:hover{
    opacity: 1;
}
.main .floating-btn a:hover .inner{
    background-color: #F77200;
}
.main .floating-btn .inner{
    background-color: #FF9D00;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 50px 15px;
    transition: .3s;
}
.main .floating-btn .txt{
    text-align: left;
    color: #fff;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 780px) {
    .main{
        background-position: 30% center;
    }
    .main .logo{
        left: calc(50% - 150px);
    }
    .main .toptitle{
        right: calc(50% - 225px);
        bottom: 70px;
    }
    .main .toptitle .tt-inner{
        text-align: center;
    }
    .main .toptitle h1{
        font-size: 90px;
    }
    .main .toptitle h2{
        font-size: 35px;
    }
    .main .floating-btn{
        display: none;
    }
    .main .floating-btn-sp{
        display: block;
        position: fixed;
        top: auto;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }
    .main .floating-btn-sp a:hover .inner{
        background-color: #F77200;
    }
    .main .floating-btn-sp .inner{
        background-color: #FF9D00;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 15px 0;
        transition: .3s;
    }
    .main .floating-btn-sp .txt{
        text-align: center;
        color: #fff;
        letter-spacing: 0.1em;
    }
}
@media only screen and (max-width: 500px) {
    .main .toptitle{
        right: 5%;
    }
    .main .toptitle h1{
        font-size: 17vw;
    }
    .main .toptitle h2{
        font-size: 7vw;
    }
}
/*
@media only screen and (max-width: 600px) {
    .main .toptitle{
        right: calc(50% - 200px);
        bottom: 70px;
    }
    .main .toptitle h1{
        font-size: 80px;
    }
    .main .toptitle h2{
        font-size: 32px;
    }
}
@media only screen and (max-width: 500px) {
    .main .logo{
        max-width: 100%;
        left: 10%;
    }
    .main .toptitle{
        right: calc(50% - 180px);
    }
    .main .toptitle h1{
        font-size: 65px;
    }
    .main .toptitle h2{
        font-size: 27px;
    }
}
@media only screen and (max-width: 380px) {
    .main .toptitle{
        right: calc(50% - 140px);
    }
    .main .toptitle h1{
        font-size: 55px;
    }
    .main .toptitle h2{
        font-size: 22px;
    }
}
*/
/*++++++++++++++++++++++++++
	message
++++++++++++++++++++++++++*/
#message{
    padding: 150px 0 150px;
    background-image: radial-gradient(at 0% 0%, rgba(67, 67, 67, .9), rgba(0, 0, 0, .9));
    position: relative;
}
#message .mess-block{
    color: #fff;
    text-align: center;
}
#message .mess-block .txt1{
    font-size: 24px;
    margin-bottom: 60px;
}
#message .mess-block .txt2{
    font-size: 18px;
    font-weight: 300;
    line-height: 3em;
}
#message .fa{
    position: absolute;
    left: 0;
    bottom: 2%;
    width: 40%;
    max-width: 800px;
}
@media only screen and (max-width: 780px) {
    #message .mess-block .txt1{
        font-size: 22px;
    }
    #message .mess-block .txt2{
        font-size: 16px;
    }
    #message .fa{
        left: 0;
        width: 90%;
        max-width: 800px;
    }
}
/*++++++++++++++++++++++++++
	total
++++++++++++++++++++++++++*/
#total{
    padding: 200px 0;
    background-color: #fff;
}
#total h3{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    line-height: 1.7em;
}
#total .problem{
    position: relative;
}
#total .problem ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#total .problem ul li{
    width: 32%;
    position: relative;
}
#total h5{
    font-size: 38px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center;
    position: absolute;
    left: calc(50% - 10em);
    bottom: 40%;
}
#total .problem img{
    vertical-align: bottom;
}
#total .problem .prob-arrow {
    margin-top: 60px;
    margin-bottom: 200px;
}
#total .problem .prob-arrow .prob-type{
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    border-color: #292929 transparent transparent transparent;
}
#total .problem a:hover{
    opacity: 1;
}
#total .problem .os-img-sp{
    display: none;
}
@media only screen and (max-width: 780px) {
    #total{
        padding: 100px 0;
    }
    #total h3{
        font-size: 28px;
    }
    #total .problem ul{
        padding-bottom: 150px;
    }
    #total .problem ul li{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    #total .problem ul li .prob-img{
        width: 45%;
    }
    #total .problem ul li .prob-arrow{
        width: 10%;
    }
    #total .problem ul li .onestop{
        width: 45%;
    }
    #total .problem .prob-arrow {
        margin-top: 20%;
        margin-bottom: 0;
    }
    #total h5{
        font-size: 28px;
        left: calc(50% - 6em);
        bottom: 0;
    }
    #total .problem .prob-arrow .prob-type{
        border-width: 8px 0 8px 8px;
        border-color: transparent transparent transparent #292929;
    }
    #total .problem .os-img{
        display: none;
    }
    #total .problem .os-img-sp{
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    #total h3{
        font-size: 24px;
    }
    #total h5{
        font-size: 24px;
    }
}
/*++++++++++++++++++++++++++
	solution
++++++++++++++++++++++++++*/
#solution {
    background-image: url(../images/total-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-color: #fff;
}
#solution h3{
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
#solution h5{
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 1.8em;
    font-weight: 500;
}
#solution .offer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#solution .offer li{
    width: 23%;
    margin-top: 70px;
}
#solution .offer li img{
    vertical-align: bottom;
    margin-bottom: 20px;
}
#solution .offer li h6{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7em;
}
#solution .offer li p{
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 300;
}
@media only screen and (max-width: 780px) {
    #solution h3{
        font-size: 28px;
        margin-bottom: 40px;
    }
    #solution h5{
        font-size: 26px;
    }
    #solution .offer li{
        width: 48%;
        margin-top: 50px;
    }
    #solution .offer li img{
        margin-bottom: 12px;
    }
    #solution .offer li h6{
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 350px) {
    #solution .offer li{
        width: 100%;
    }
}
/*++++++++++++++++++++++++++
	product
++++++++++++++++++++++++++*/
#product{
    padding: 100px 0;
    background-color: #fff;
}
#product h3{
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 50px;
    line-height: 1.7em;
}
#product .product-inner{
    margin-bottom: 150px;
}
#product .pro-content{
    padding-top: 80px;
}
#product .pro-content .pro-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#product .pro-content .pro-block img{
    vertical-align: bottom;
}
#product .pro-content .pro-block .pro-img{
    width: 42%;
}
#product .pro-content .pro-block .pro-txt{
    width: 52%;
}
#product .pro-content .pro-block .pro-img .txt1{
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.8em;
}
#product .pro-content .pro-block .pro-txt ul{
    margin-bottom: 40px;
}
#product .pro-content .pro-block .pro-txt li{
    padding: 8px;
    border-bottom: solid 1px #EAEAEA;
}
#product .pro-content .pro-block .pro-txt li .column{
    display: inline-block;
    vertical-align: top;
}
#product .pro-content .pro-block .pro-txt li .detail-main{
    width: 9em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}
#product .pro-content .pro-block .pro-txt li .detail-sub{
    width: calc(98% - 9em);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    word-wrap: break-word;
}
/*+++++++++++++++++++++++ line-3 +++++++++++++++++++++++*/
#product .pro-content .pro-block .pro-txt .line-3 li .detail-main{
    width: 30%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}
#product .pro-content .pro-block .pro-txt .line-3 li .detail-sub{
    width: 30%;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    word-wrap: break-word;
}
/*+++++++++++++++++++++++ line-4 +++++++++++++++++++++++*/
#product .pro-content .pro-block .pro-txt .line-4 li .detail-main{
    width: 30%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}
#product .pro-content .pro-block .pro-txt .line-4 li .detail-sub{
    width: 20%;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    word-wrap: break-word;
}

#product .pro-content .movie-txt{
    margin-bottom: 150px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
#product .pro-content .movie-block {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
#product .pro-content .movie-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#product .pro-content .type p{
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
}
#product .pro-content .type .txt-top{
    position: absolute;
    top: 15px;
    left: 5px;
}
#product .pro-content .type .txt-btm{
    position: absolute;
    bottom: 15px;
    left: 5px;
}
@media only screen and (max-width: 780px) {
    #product{
        padding: 100px 0 20px;
    }
    #product h3{
        font-size: 20px;
        margin-bottom: 30px;
    }
    #product .pro-content .pro-block .pro-img{
        width: 100%;
        margin-bottom: 40px;
    }
    #product .pro-content .pro-block .pro-txt{
        width: 100%;
    }
}
/*++++++++++++++++++++++++++
	case
++++++++++++++++++++++++++*/
#case{
    padding: 80px 0;
    background-color: #F6F7F9;
}
#case .swip-inner {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    min-height: 450px;
}
#case .swip-inner h3{
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
    min-height: 4em;
    color: #FF0000;
}
#case .swip-inner p{
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 300;
    margin-bottom: 20px;
    min-height: 7em;
}
#case .swip-inner .txt-block{
    margin-top: 20px;
}
#case .swip-inner .txt-block .main-txt{
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 2px;
    color: #A3A2A2;
}
#case .swip-inner .txt-block .detail-txt{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.7em;
}
/*++++++++++++++++swiper+++++++++++++++++++*/
@media only screen and (max-width: 780px) {
    #case .swiper{
        margin-right: calc(50% - 50vw );
        margin-left: calc(50% - 50vw );
        padding-bottom: 70px;
        padding-left: 4%;
        padding-right: 4%;
    }
    #case .swiper-pagination-bullets {
        text-align: center;
    }
    #case .swiper-pagination-bullet{
        background-color: #C2C3C6;
        padding: 1px;
        opacity: 1;
    }
    #case .swiper-pagination-bullet-active{
        background-color: #FF0000;
        opacity: 1;
    }
    #case .swiper-button-prev{
        top: 50%;
        right: auto;
        left: 0;
        width: 40px;
        height: 100px;
    }
    #case .swiper-button-next{
        top: 50%;
        right: 0;
        left: auto;
        width: 40px;
        height: 100px;
    }
    #case .swiper-button-prev::after,
    #case .swiper-button-next::after{
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        margin: auto;
        width: 40px;
        height: 100px;
    }
    #case .swiper-button-prev::after{
        background-image: url(../images/prev.svg);
    }
    #case .swiper-button-next::after{
        background-image: url(../images/next.svg);
    }
}
/*++++++++++++++++++++++++++
	about
++++++++++++++++++++++++++*/
#about{
    padding: 100px 0;
    background-color: #fff;
}
#about .sum-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#about .sum-cont ul{
    width: 48%;
}
#about .sum-cont li{
    padding: 24px 0;
    border-bottom: solid 1px #EAEAEA;
}
#about .sum-cont li .column{
    display: inline-block;
    vertical-align: top;
}
#about .sum-cont li .sum-main{
    font-size: 14px;
    font-weight: 500;
    width: 7em;
}
#about .sum-cont li .sum-sub{
    font-size: 14px;
    font-weight: 300;
    width: calc(98% - 7em);
}
#about .sum-cont li .ic-map::after{
    content: '';
    display: inline-block;
    vertical-align:middle;
    background-image: url(../images/icon-map.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    margin-left: 7px;
}
@media only screen and (max-width: 780px) {
    #about .sum-cont ul{
        width: 100%;
    }
}

/*++++++++++++++++++++++++++
	footer
++++++++++++++++++++++++++*/
footer{
    padding: 100px 0 50px;
    background-color: #fff;
}
footer .pagetop{
    margin-bottom: 80px;
}
footer .pagetop .txt1{
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}
footer .pagetop .txt1::before{
    content: '';
    display: inline-block;
    vertical-align:middle;
    background-image: url(../images/pagetop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    margin-right: 8px;
}
footer .foot-contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .foot-contents .left{
    width: 70%;
    display: flex;
    align-items: flex-end;
}
footer .foot-contents .right{
    width: 28%;
}
footer .foot-contents .left .foot-logo{
    max-width: 300px;
    width: 100%;
}
footer .foot-contents .left .address .txt2{
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8em;
}
footer .foot-contents .left .address .map::after{
    content: '';
    display: inline-block;
    vertical-align:middle;
    background-image: url(../images/icon-map.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    margin-left: 5px;
}
footer .foot-contents .left .address{
    margin: auto 2% auto 5%;
}
/*
footer .foot-contents .left .map{
    padding-bottom: 2px;
}
footer .foot-contents .left .map .txt3{
    font-size: 11px;
    font-weight: 300;
    text-decoration: underline;
}
*/
footer .foot-contents .right .txt4{
    display: block;
    font-size: 11px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 10px;
    transition: .3s;
}
footer .foot-contents .right .txt4:hover{
    color: #FF0000;
}
footer .foot-contents .right .txt5{
    font-size: 10px;
    font-weight: 300;
    text-align: right;
}
@media only screen and (max-width: 780px) {
    footer{
        padding: 20px 0 100px;
    }
    footer .foot-contents .left{
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    footer .foot-contents .right{
        width: 100%;
    }
    footer .foot-contents .left .foot-logo{
        margin: auto auto 25px;
    }
    footer .foot-contents .left .address .txt2{
        text-align: center;
    }
    footer .foot-contents .left .address{
        margin: auto auto 10px;
    }
    /*
    footer .foot-contents .left .map{
        text-align: center;
    }
    */
    footer .foot-contents .right .txt4{
        text-align: center;
    }
    footer .foot-contents .right .txt5{
        text-align: center;
    }
}
/*++++++++++++++++++++++++++
	ふわっと表示
++++++++++++++++++++++++++*/
.scroll-up {
    opacity: 0; 
    visibility: hidden;
    transform: translateY(30px);
    transition: all 1s;
  }
  .scroll-up.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
/*++++++++++++++++++++++++++
	フォーム
++++++++++++++++++++++++++*/
#contact{
    padding: 80px 0;
    background-color: #fff;
}
#formWrap {
	width:100%;
	margin: auto;
	line-height:120%;
	font-size:90%;
}
#formWrap ul{
    margin-bottom: 50px;
}
#formWrap .sentaku .btn-design{
    display: inline-block;
    margin-right: 20px;
}
#formWrap .mgn-top{
    margin-top: 30px;
}
#formWrap .mgn-top80{
    margin-top: 80px;
}
#formWrap .txt-cen{
    text-align: center;
}
#formWrap .hissu{
    font-size: 16px;
    font-weight: 300;
    text-align: right;
}
#formWrap .hissu span{
    color: #FF0000;
    margin-right: 1em;
}
#formWrap .pri-txt{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
}
#formWrap .pri-txt a{
    color:#243C5E;
}
#formWrap .txet{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}
#formWrap .txet span{
    color: #FF0000;
    margin-left: 1em;
}
#formWrap .box-design input{
    background-color: #F4F6F8;
    width: calc(100% - 40px);
    border: none;
    color: #3d3d3d;
    height: 30px;
    padding: 20px;
    font-size: 16px;
    outline: none;
    line-height: 1.7em;
}
#formWrap .formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
#formWrap .box-design textarea{
    background-color: #F4F6F8;
    width: calc(100% - 40px);
    border: none;
    color: #3d3d3d;
    height: 300px;
    padding: 20px;
    outline: none;
    font-size: 16px;
}
#formWrap .submit-btn {
    position: relative;
    margin: 80px auto auto;
}
#formWrap .submit-btn input[disabled]{
    background-color: #C2C2C2;
    cursor:inherit;
}
#formWrap .submit-btn input{
    letter-spacing: 0.1em;
    display: block;
    margin: auto;
    color: #fff;
    border: none;
    width: 60%;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 300;
    background-color: none;
    background-color: #333333;
    position:relative;
    cursor: pointer;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:780px) {
    #contact{
        padding: 80px 0 50px;
    }
    #formWrap .sentaku .btn-design{
        display: block;
        margin-right: 0px;
    }
    #formWrap .submit-btn input{
        width: 100%;
    }
}
::placeholder {
    color: #DDDDDD;
}

label ~ label {
    margin-left: 0px;
}
#formWrap .btn-design{
    margin-top: 30px;
}
  /* ベースのラジオボタン
#formWrap .btn-design label {
    padding-left: 10px;
    font-size: 17px;
    font-weight: 100;
    z-index: 1;
}*/
#formWrap .btn-design input[type=radio],
#formWrap .btn-design input[type=checkbox] {
    display: none;
}
#formWrap .btn-design label {
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    line-height: 1.7em;
    font-weight: 300;
    z-index: 1;
}
#formWrap .btn-design input[type=radio]  + label::before,
#formWrap .btn-design input[type=radio]  + label::after,
#formWrap .btn-design input[type=checkbox]  + label::before,
#formWrap .btn-design input[type=checkbox]  + label::after{
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: -3px;
    z-index: -1;
    transform: scale(0, 0);
    border-radius: 0;
}
#formWrap .btn-design input[type=radio]  + label::after,
#formWrap .btn-design input[type=checkbox]  + label::after {
    /*background: #ffffff;*/
    border: solid 1px #DDDDDD;
    transform: scale(1, 1);
    border-radius: 0;
}
#formWrap .btn-design input[type=radio]:checked + label::after,
#formWrap .btn-design input[type=checkbox]:checked + label::after {
    background-image: url(../images/check.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    border-radius: 0;
    /*background: #333333;*/
    transform: scale(1, 1);
}
/*---------------------------------
              safari用
---------------------------------*/

_::-webkit-full-page-media,_:future,:root #formWrap .box-design input{
    background-color: #F4F6F8;
    width: calc(100% - 40px);
    border: none;
    color: #3d3d3d;
    height: 30px;
    padding: 20px;
    font-size: 16px;
    outline: none;
    line-height: 1.7em;
}
_::-webkit-full-page-media,_:future,:root #formWrap .formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
_::-webkit-full-page-media,_:future,:root #formWrap .box-design textarea{
    background-color: #F4F6F8;
    width: calc(100% - 40px);
    border: none;
    color: #3d3d3d;
    height: 200px;
    padding: 20px;
    outline: none;
    font-size: 16px;
}
_::-webkit-full-page-media,_:future,:root #formWrap .submit-btn {
    position: relative;
    margin: 80px auto auto;
}
_::-webkit-full-page-media,_:future,:root #formWrap .submit-btn input[disabled]{
    background-color: #C2C2C2;
    cursor:inherit;
}
_::-webkit-full-page-media,_:future,:root #formWrap .submit-btn input{
    letter-spacing: 0.1em;
    display: block;
    margin: auto;
    color: #fff;
    border: none;
    width: 60%;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 300;
    background-color: none;
    background-color: #333333;
    position:relative;
    cursor: pointer;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:780px) {
    _::-webkit-full-page-media,_:future,:root #formWrap .sentaku .btn-design{
        display: block;
        margin-right: 0px;
    }
    _::-webkit-full-page-media,_:future,:root #formWrap .submit-btn input{
        width: 100%;
    }
}
_::-webkit-full-page-media,_:future,:root ::placeholder {
    color: #DDDDDD;
}

_::-webkit-full-page-media,_:future,:root label ~ label {
    margin-left: 0px;
}
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design{
    margin-top: 30px;
}
  /* ベースのラジオボタン
#formWrap .btn-design label {
    padding-left: 10px;
    font-size: 17px;
    font-weight: 100;
    z-index: 1;
}*/
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=radio],
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=checkbox] {
    display: none;
    border-radius: 0;
}
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design label {
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    font-weight: 300;
    z-index: 1;
}
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=radio]  + label::before,
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=radio]  + label::after,
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=checkbox]  + label::before,
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=checkbox]  + label::after{
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: -3px;
    z-index: -1;
    transform: scale(0, 0);
    border-radius: 0;
}
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=radio]  + label::after,
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=checkbox]  + label::after {
    /*background: #ffffff;*/
    border-radius: 0;
    border: solid 1px #DDDDDD;
    transform: scale(1, 1);
}
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=radio]:checked + label::after,
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=checkbox]:checked + label::after  {
    background-image: url(../images/check.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    border-radius: 0;
    /*background: #333333;*/
    transform: scale(1, 1);
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}