@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++
  ヘッダー
++++++++++++++++++++++++++++++++++++++++++++*/
header{
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
    width: 100%;
    background: #fff;
}
.header-txt {
    background-color: #0156a7;
}

h1 {
    color: #ffffff;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 16px;
}

.header-area {
    display: flex;
    justify-content: space-between;
}

.header-area .header-logo {
    max-width: 395px;
    width: 41.14%;
}

.header-area .header-logo h2 img {
    width: 100%;
}

.header-area .header-info {
    display: flex;
    max-width: 540px;
    padding: 5px 0;
    width: 56.25%;
}

.header-area .header-info .header-img {
    height: auto;
    margin-right: 10px;
    max-width: 150px;
    width: 27.7%;
}

.header-area .header-info .header-btn1 {
    display: block;
    margin-right: 4px;
    max-width: 290px;
    width: 53.7%;
}

.header-area .header-info .header-btn1 img {
    height: auto;
    width: 100%;
}

.header-area .header-info .header-btn2 {
    display: block;
    margin-right: 4px;
    max-width: 80px;
    width: 14.8%;
}

.header-area .header-info .header-btn2 img {
    height: auto;
    width: 100%;
}
@media only screen and (max-width: 640px) {
    header{
        position: relative;
        height: auto;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++
  コンテンツ
++++++++++++++++++++++++++++++++++++++++++++*/

#main {
    overflow: hidden;
    margin-top: 105px;
}

/*  メインビジュアル(con1)  */

#con1 {
    background-color: #e8e8ea;
}

.mv {
    min-width: 1000px;
    overflow: hidden;
    width: 100%;
}

.mv .main-img {
    left: 50%;
    margin-left: -700px;
    position: relative;
}

/*  リンクバナー(go01)  */

#go01 {
    background: #74cff8 url(../img/go-01.jpg) no-repeat top center;
}

.go01-txt {
    margin: 0 auto;
    max-width: 843px;
    padding: 50px 0 0;
}

.go01-txt-sp {
    display: none;
}

.go01-txt img {
    width: 100%;
}

.go01-txt02 {
	display: none;
}

.go01-area-pc {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 825px;
    padding: 50px 0 20px;
    width: 86%;
}

.go01-area-pc .btn-tel {
    max-width: 500px;
    width: 60.6%;
}

.go01-area-pc .btn-contact {
    max-width: 300px;
    width: 36.4%;
}

.go01-area-pc img {
    width: 100%;
}

.go01-area-sp {
    display: none;
}

.go01-area-sp .btn-tel {
    margin: 0 auto;
    padding: 1em 0 0 0;
    width: 100%;
    box-sizing: border-box;
}

.go01-area-sp .btn-contact {
    margin: 0 auto;
    padding: 1em 0 0 0;
    width: 100%;
    box-sizing: border-box;
}

.go01-area-sp img {
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    #main {
        margin-top: 0;
    }
    .go01-txt {
        padding: 5% 10px 0;
    }

    .go01-area-pc {
        padding: 5% 10px 2%;
    }

    .go02-txt {
        padding: 5% 10px 0;
    }

    .go02-area-pc {
        padding: 5% 10px 5%;
    }
}

@media only screen and (max-width: 640px) {
	#go01 {
		background: #74cff8 url(../img/go-01-sp.jpg) no-repeat top center;
		background-size: 100% auto;
	}
	.go01-txt {
		display: none;
	}
	.go01-txt-sp {
		display: block;
	}
	.go01-txt02 {
		display: block;
	}
	.go01-txt02 {
		margin: 0 auto;
		max-width: 640px;
		padding: 1.5em 0 0 0;
	}	
	.go01-txt02 img {
		width: 100%;
		height: auto;
	}
	.go01-area-pc {
		display: none;
	}
	.go01-area-sp {
		display: block;
		padding: 1em;
		box-sizing: border-box;
	}
}

/*  リンクバナー(go02)  */

#go02 ,
#go03 {
    background: #fbf8f8 url(../img/go-02.jpg) no-repeat top center;
}

.go02-txt {
    margin: 0 auto;
    max-width: 843px;
    padding: 30px 0 0;
}

.go02-txt img {
    width: 100%;
}

.go02-area-pc {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 825px;
    padding: 50px 0 40px;
    width: 86%;
}

.go02-area-pc .btn-tel {
    max-width: 500px;
    width: 60.6%;
}

.go02-area-pc .btn-contact {
    max-width: 300px;
    width: 36.4%;
}

.go02-area-pc img {
    width: 100%;
}

.go02-area-sp {
    display: none;
}

.go02-area-sp .btn-tel {
    margin: 0 auto;
    padding: 1em 0 0 0;
    width: 100%;
    box-sizing: border-box;
}

.go02-area-sp .btn-contact {
    margin: 0 auto;
    padding: 1em 0 0 0;
    width: 100%;
    box-sizing: border-box;
}

.go02-area-sp img {
    width: 100%;
}

@media only screen and (max-width: 640px) {
	#go02 ,
	#go03 {
		background: #eeeeee url(../img/go-02-sp.jpg) no-repeat top center;
		background-size: 100% auto;
	}
	.go02-txt {
		display: none;
	}
	.go02-txt-sp {
		display: block;
	}
	.go02-txt02 img {
		width: 100%;
		height: auto;
	}
	.go02-area-pc {
		display: none;
	}
	.go02-area-sp {
		display: block;
		padding: 1em;
		box-sizing: border-box;
	}
}

/*  選ばれる5つの理由  */

.con2-area {
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
}

.con2-area .con2-box {
    border: 1px solid #53c5ea;
    border-radius: 10px;
    padding: 25px 10px 25px;
    width: 18.3%;
}

.con2-area .con2-box .con2-top {
    display: flex;
    flex-direction: column-reverse;
}

.con2-area .con2-box .con2-top .con2-img {
    margin: 5px 0 30px;
}

.con2-area .con2-box .con2-top .con2-img img {
    margin: 0 auto;
    width: 60px;
}

.con2-area .con2-box .con2-top .con2-ttl {
    align-items: center;
    color: #06375f;
    display: flex;
    font-size: 1.8rem;
    justify-content: center;
    min-height: 75px;
    text-align: center;
}

.con2-area .con2-box .con2-txt {
    font-size: 1.4rem;
    padding: 0 10px;
}

/*  サービス(con3)  */

#con3 {
    background-color: #86dae7;
}

.con3-area {
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con3-area .con3-box {
    border: 1px solid transparent;
    width: 18.3%;
}

.con3-area .con3-box .con3-top {
    border-radius: 10px;
    height: 200px;
}

.con3-area .con3-box .con3-top .con3-ttl {
    background-color: rgba(0, 75, 145, 0.6);
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

.con3-area .con3-box .con3-top .con3-ttl h4 {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1;
    padding: 15px 0 10px;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
}

.con3-area .con3-box ul {
    margin: 10px 0;
}

.con3-area .con3-box ul li {
    border-top: 1px solid #ffffff;
    font-size: 1.2rem;
    padding: 5px 0;
}

.con3-area .con3-box ul li::before {
    color: #0684c9;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

.con3-area .con3-box .con3-price {
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

.con3-area .con3-box .con3-price .price-ttl {
    align-items: center;
    background-color: #fe0000;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-size: 1.2rem;
    height: 40px;
    justify-content: center;
    line-height: 1.2;
    width: 40px;
}

.con3-area .con3-box .con3-price .price-card {
    color: #fe0000;
    font-size: 2rem;
    margin-left: 10px;
}

.con3-img01 {
    background: url(../img/service01.png) no-repeat center center;
    background-size: 306px auto;
}

.con3-img02 {
    background: url(../img/service02.png) no-repeat center center;
    background-size: 306px auto;
}

.con3-img03 {
    background: url(../img/service03.png) no-repeat center center;
    background-size: 306px auto;
}

.con3-img04 {
    background: url(../img/service04.png) no-repeat center center;
    background-size: 306px auto;
}

.con3-img05 {
    background: url(../img/service05.png) no-repeat center center;
    background-size: 306px auto;
}

.campaign {
    align-items: center;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    margin: 30px auto 5px;
    max-width: 595px;
}

.campaign .campaign-txt {
    background-color: #0080c8;
    border-radius: 10px;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 20px;
    position: relative;
}

.campaign .campaign-txt::after {
    border-bottom: 9px solid transparent;
    border-left: 20px solid #0080c8;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}

.campaign .campaign-txt .ylw {
    color: #fffc00;
}

.campaign .campaign-txt .fnt-24 {
    font-size: 3rem;
}

.campaign .campaign-txt .fnt-14 {
    font-size: 1.4rem;
    margin-top: 5px;
}

.campaign img {
    margin-left: 30px;
}

.campaign-remark {
    font-size: 1.4rem;
    padding-bottom: 60px;
    text-align: center;
}

/*  お客様の声  */

.con4-area {
    background-color: #86dae7;
    margin: 105px auto 40px;
    max-width: 960px;
    position: relative;
}

.con4-area h3 {
    background-color: #17bacc;
    border-radius: 10px;
    color: #ffffff;
    font-size: 3rem;
    left: 0;
    margin: -45px auto 0;
    padding: 35px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
    width: 93.75%;
}

.con4-area #sliderArea {
    padding-top: 50px;
}

.con4-area #sliderBox {
    margin: 0 auto 20px auto;
    padding: 30px 0;
    position: relative;
    width: 900px;
}

.con4-area .swiper-slide {
    background-color: #ffffff;
    min-height: 350px;
}

.con4-area .con4-img img {
    height: auto;
    width: 100%;
}

.con4-area .con4-ttl {
    color: #17bacc;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 10px 10px 5px;
}

.con4-area .con4-txt {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 10px 10px;
}

/*  お支払い  */

.con5-txt {
    font-size: 1.6rem;
    margin-bottom: 35px;
    text-align: center;
}

.con5-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.con5-wrap .con5-box .con5-ttl {
    color: #e50000;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.con5-wrap .con5-box .con5-img img {
    height: auto;
    width: 100%;
}

/*  ご依頼からの流れ  */

#con6 {
    background-color: #86dae7;
}

.con6-area {
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
}

.con6-area .con6-box {
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 25px 10px 10px;
    width: 18.3%;
}

.con6-area .con6-box .con6-top .con6-img img {
    margin: 0 auto 25px;
}

.con6-area .con6-box .con6-top .con6-ttl {
    color: #17bacc;
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
}

.con6-area .con6-box .con6-btm .con6-txt {
    font-size: 1.4rem;
    line-height: 1.6;
}

.con6-area .con6-box .con6-btm .con6-txt img {
    margin: 50px auto 0;
}

.con6-area .con6-arrow {
    position: relative;
}

.con6-area .con6-arrow img {
    left: -6px;
    position: absolute;
    top: 48%;
}

.con6-area .con6-under {
    display: none;
}

/*  対応エリア  */

.con7-area {
    background: url(../img/area-bg.jpg) no-repeat top center;
    height: 425px;
    margin: 105px auto 40px;
    position: relative;
}

.con7-area h3 {
    background-color: #17bacc;
    border-radius: 10px;
    color: #ffffff;
    font-size: 3rem;
    left: 0;
    margin: -45px auto 0;
    padding: 35px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
    width: 93.75%;
}

.con7-area p {
    display: block;
    font-size: 2.4rem;
    padding-top: 80px;
    text-align: center;
}

.con7-area p span {
    display: block;
    font-size: 1.8rem;
    padding-top: 10px;
}

.con7-area .con7-box-pc img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 25px;
    width: 78.5%;
}

.con7-area .con7-box-sp {
    display: none;
}

.con7-area .con7-box-sp img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 25px;
    width: 90%;
}

/*  よくある質問  */

.qandaArea {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 20px;
}

.qandaBox {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.qandaBox:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

.qandaBox .questionText {
    display: flex;
    margin-bottom: 10px;
}

.qandaBox .questionText .qaCircle {
    flex-basis: 25px;
}

.qandaBox .answerText {
    display: flex;
}

.qaCircle {
    align-items: center;
    border-radius: 50%;
    display: flex;
    font-size: 1.4rem;
    height: 25px;
    justify-content: center;
    margin-right: 12px;
    width: 25px;
}

.qaText {
    flex: 1;
}

.qandaBox .questionText .qaCircle {
    background-color: #026bb7;
}

.qandaBox .questionText .qaText {
    color: #026bb7;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.7;
}

.qandaBox .answerText .qaCircle {
    background-color: #00b6cb;
}

.qandaBox .answerText .qaText {
    font-size: 1.4rem;
    line-height: 1.7;
}

.qaCircle {
    color: #ffffff;
    font-family: "Quicksand", sans-serif;
}

/*  メールフォーム  */

.contact-txt {
    color: #c60000;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
}

.contact-tel {
    margin: 0 auto 30px;
    width: 290px;
}

#form-input {
    margin: 0 auto;
    max-width: 800px;
}

#form-input .form-box {
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

#form-input .form-box .formhead {
    align-items: center;
    display: flex;
    flex-basis: 230px;
    justify-content: space-between;
    max-width: 230px;
}

#form-input .form-box .formhead .form-ttl {
    font-size: 1.6rem;
}

#form-input .form-box .formhead .require-sp , #form-input .form-box .formhead .require-pc , #form-input .form-box .formhead .optional-sp , #form-input .form-box .formhead .optional-pc {
    font-size: 1.4rem;
}

#form-input .form-box .formhead .require-sp {
    display: none;
}

#form-input .form-box .formhead .require-pc {
    background-color: #c60000;
    color: #ffffff;
    margin-right: 10px;
    padding: 0 10px;
}

#form-input .form-box .formhead .optional-sp {
    display: none;
}

#form-input .form-box .formhead .optional-pc {
    background-color: #999999;
    color: #ffffff;
    margin-right: 10px;
    padding: 0 10px;
}

#form-input .form-box .form-input {
    flex-basis: 570px;
    max-width: 570px;
}

#form-input .form-box .form-input input[type="text"] , #form-input .form-box .form-input input[type="email"] , #form-input .form-box .form-input input[type="tel"] {
    font-size: 1.8rem;
    height: 4.5rem;
    padding: 0 10px;
    width: 100%;
}

#form-input .form-box .form-input input[type="radio"] {
    margin-left: 10px;
}

#form-input .form-box .form-input .zip {
    align-items: center;
    display: flex;
    margin-bottom: 12px;
}

#form-input .form-box .form-input .zip label {
    font-size: 1.4rem;
    margin: 0 10px;
}

#form-input .form-box .form-input textarea {
    font-family: inherit;
    font-size: 1.6rem;
    height: 15rem;
    padding: 1rem;
    width: 100%;
}

#form-input .form-box .form-input .date , #form-input .form-box .form-input .time {
    align-items: center;
    display: flex;
    margin-bottom: 12px;
}

#form-input .form-box .form-input .date input[type="text"] , #form-input .form-box .form-input .time input[type="text"] {
    flex-basis: 255px;
    max-width: 255px;
}

#form-input .form-box .form-input .date select , #form-input .form-box .form-input .time select {
    font-size: 1.6rem;
    height: 4.5rem;
}

#form-input .form-box .form-input .date label , #form-input .form-box .form-input .time label {
    font-size: 1.4rem;
    margin: 0 10px;
}

#form-input .form-box .form-input .form-remark {
    color: #999999;
    display: block;
    font-size: 1.4rem;
}
#form-input .form-box .form-input .form-remark span {
    color: #c60000;
}

#form-input .form-box .form-select label {
    display: block;
    font-size: 1.6rem;
}

#form-input .submit {
    display: flex;
    justify-content: center;
}

#form-input .submit button[type="button"] {
    background-color: #0080c8;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 2.2rem;
    height: 7rem;
    line-height: 7rem;
    margin: 1.5rem auto 6rem;
    width: 30rem;
}

#form-input .submit button[type="button"] img {
    display: inline;
    height: auto;
    margin-left: 2rem;
    width: 1.6rem;
}

.error {
    color: #c60000;
    font-size: 1.6rem;
    line-height: 1.4;
}

.error-wrap {
    border: 3px solid #c60000;
    color: #c60000;
    font-size: 1.6rem;
    padding: 5px 50px;
    text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++
  フッター
++++++++++++++++++++++++++++++++++++++++++++*/

.footer-area {
    background-color: #86dae7;
    padding-top: 60px;
}

.footer-area h3 {
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
}

.footer-area .footer-box {
    margin: 0 auto 40px;
    max-width: 620px;
}

.footer-area .footer-box .company {
    display: flex;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.footer-area .footer-box .com_li .company {
    display:none;
}
.footer-area .footer-box .com_li.open .company {
    display: flex;
}
.footer-area .footer-box .com_li .more {
    text-align: center;
}
.footer-area .footer-box .com_li button{
    display: inline-block;
    background-color: #fc4748;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0 1.5em;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    color: #fff;
}
.footer-area .footer-box .com_li button:before{
    content: "各支店一覧はこちら";
}
.footer-area .footer-box .com_li.open button:before{
    content: "とじる";
}
.footer-area .footer-box .company .office {
    flex-basis: 110px;
    max-width: 110px;
}

.footer-area .footer-box .company .address {
    flex-basis: 510px;
    max-width: 510px;
}

.footer-area .copyright {
    font-size: 1.2rem;
    text-align: center;
}

.spBox {
        align-items: center;
        background: #fff;
        box-shadow: 0 0 8px gray;
        display: flex;
        justify-content: center;
	flex-wrap: wrap;
}

.spBox .footerText {
        width: 100%;
	background: #fff;
	margin: 0 auto;
        padding: 0;
}
.spBox .footerTel {
        width: 50%;
	background: -moz-linear-gradient(top, #ff4e4e, #df0000);
	background: -webkit-linear-gradient(top, #ff4e4e, #df0000);
	background: linear-gradient(to bottom, #ff4e4e, #df0000);
        padding: 0;
}
.spBox .footerMail {
        width: 50%;
	background: -moz-linear-gradient(top, #a1dc01, #4ca200);
	background: -webkit-linear-gradient(top, #a1dc01, #4ca200);
	background: linear-gradient(to bottom, #a1dc01, #4ca200);
        padding: 0;
}

.spBox .footerTel a , .spBox .footerMail a {
        display: block;
}
.spBox .footerText img {
	text-align: center;
        width: auto;
	height: 20px;
	margin: 0 auto;
}
.spBox .footerTel a img , .spBox .footerMail a img {
        width: 100%;
        height: auto;
        margin: 0;
}
.footerTop{display:none;}
/*++++++++++++++++++++++++++++++++++++++++++++
//  pageTop
++++++++++++++++++++++++++++++++++++++++++++*/

#pageTop {
    right: 0;
    z-index: 50000;
}

#pageTop a i {
    color: #ffffff;
    font-size: 18px;
    padding: 12px 0 0 0;
    text-align: center;
    transition-duration: 0.3s;
    transition-property:         transform, -webkit-transform;
    transition-property:         transform;
    transition-property: -webkit-transform;
}

#pageTop a {
    background: #0ba5b6;
    color: #ffffff;
    display: block;
    height: 40px;
    text-align: center;
    width: 40px;
}

#pageTop a:hover i {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}

/*++++++++++++++++++++++++++++++++++++++++++++
  確認画面
++++++++++++++++++++++++++++++++++++++++++++*/

#confirm {
    margin-top: 6rem;
    padding: 0 1rem 6rem;
}

#confirm .confirm-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

#confirm .confirm-text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    text-align: center;
}

#confirm table {
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 auto 3rem;
    width: 100%;
}

#confirm table tr th {
    background-color: #b2b2b2;
    border: 1px solid #7f7f7f;
    color: #ffffff;
    line-height: 1.4;
    padding: 2rem;
    text-align: left;
    width: 30%;
}

#confirm table tr td {
    border: 1px solid #7f7f7f;
    line-height: 1.4;
    padding: 2rem;
}

#confirm .submit-btn {
    align-items: center;
    display: flex;
    justify-content: center;
}

#confirm button[type="button"] , #confirm button[type="submit"] {
    border: none;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 2.2rem;
    height: 7rem;
    line-height: 7rem;
    margin: 1.5rem auto 6rem;
    text-align: center;
    width: 30rem;
}

#confirm button[type="button"] .arrow-left , #confirm button[type="submit"] .arrow-left {
    display: inline;
    height: auto;
    margin-right: 2rem;
    width: 1.6rem;
}

#confirm button[type="button"] .arrow-right , #confirm button[type="submit"] .arrow-right {
    display: inline;
    height: auto;
    margin-left: 2rem;
    width: 1.6rem;
}

#confirm button[type="button"] {
    background-color: #b2b2b2;
}

#confirm button[type="submit"] {
    background-color: #0080c8;
}

/*++++++++++++++++++++++++++++++++++++++++++++
  送信完了
++++++++++++++++++++++++++++++++++++++++++++*/

#thanks {
    margin-top: 0;
}

.thanksText {
    margin: 0 auto;
    max-width: 700px;
}

.thanksText p {
    font-size: 1.6rem;
}

.thanksText p a {
    color: #00b6cb;
}

.thanksText .back {
    align-items: center;
    background-color: #b2b2b2;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 2.2rem;
    height: 7rem;
    justify-content: center;
    line-height: 7rem;
    margin: 3rem auto 8rem;
    width: 30rem;
}

.thanksText .back img {
    display: inline;
    height: auto;
    margin-left: 2rem;
    width: 1.6rem;
}
@media only screen and (max-width: 1200px) {
    .pc-show {
        max-width: 1050px;
        margin: 0 auto;
    }
    .mv .main-img {
        left: 0;
        margin-left: 0;
        position: relative;
    }
}

    

@media only screen and (max-width: 1000px) {
    .mv {
        min-width: 100%;
    }

    .mv .main-img {
        left: 0;
        margin-left: 0;
        position: static;
    }

    .mv .main-img img {
        height: auto;
        width: 100%;
        margin-top: 11%;
    }
    .campaign {
        margin: 10px auto 5px;
        padding: 0 10px;
    }
    .con4-area {
        padding: 0 10px;
    }

    .con4-area #sliderBox {
        width: 92%;
    }

    .con5-wrap .con5-box {
        width: 48%;
    }

    .con7-area {
        background-size: cover;
        height: 42.5vw;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 900px) {
    .con2-area {
        justify-content: space-around;
        padding-bottom: 30px;
    }

    .con2-area .con2-box {
        margin-bottom: 30px;
        width: 30%;
    }

    .con3-area {
        justify-content: space-around;
    }

    .con3-area .con3-box {
        margin-bottom: 30px;
        width: 30%;
    }

    .con6-area {
        justify-content: space-around;
        padding-bottom: 40px;
    }

    .con6-area .con6-box {
        justify-content: space-around;
        margin-bottom: 20px;
        width: 30%;
    }
}

@media only screen and (max-width: 768px) {
    .campaign .campaign-txt {
        font-size: 1.4rem;
    }

    .campaign .campaign-txt .fnt-24 {
        font-size: 1.8rem;
    }

    .campaign .campaign-txt .fnt-14 {
        font-size: 1.2rem;
    }

    .campaign-remark {
        font-size: 1.2rem;
        line-height: 1.2;
        padding: 0 10px;
        padding-bottom: 30px;
        text-align: left;
    }

    .con7-area {
        margin: 85px auto 40px;
    }

    .con7-area h3 {
        margin: -30px auto 0;
        padding: 20px 0;
    }

    #confirm button[type="button"] , #confirm button[type="submit"] {
        font-size: 1.6rem;
        height: 6rem;
        line-height: 6rem;
        margin: 1.5rem auto 4rem;
        width: 20rem;
    }

    #confirm button[type="button"] .arrow-left , #confirm button[type="submit"] .arrow-left {
        height: auto;
        margin-right: 1rem;
        width: 1.3rem;
    }

    #confirm button[type="button"] .arrow-left , #confirm button[type="submit"] .arrow-left {
        margin-right: 0.5rem;
    }

    #confirm button[type="button"] .arrow-right , #confirm button[type="submit"] .arrow-right {
        height: auto;
        margin-left: 1rem;
        width: 1.3rem;
    }

    #confirm button[type="button"] .arrow-right , #confirm button[type="submit"] .arrow-right {
        margin-right: 0.5rem;
    }

    .thanksText .back {
        font-size: 1.6rem;
        height: 6rem;
        line-height: 6rem;
        margin: 3rem auto 5rem;
    }
}

@media only screen and (max-width: 640px) {
    h1 {
        font-size: 0.9rem;
        line-height: 12px;
        text-align: center;
    }

    .header-area .header-logo {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 100%;
    }

    .header-area .header-logo h2 img {
        margin: 0 auto;
        width: 80%;
    }

    .con2-area {
        padding-bottom: 0;
    }

    .con2-area .con2-box {
        padding: 15px 10px 15px;
        width: 100%;
    }

    .con2-area .con2-box .con2-top {
        align-items: stretch;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 15px;
    }

    .con2-area .con2-box .con2-top .con2-img {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0;
        width: 50px;
    }

    .con2-area .con2-box .con2-top .con2-img img {
        height: auto;
        width: 80%;
    }

    .con2-area .con2-box .con2-top .con2-ttl {
        justify-content: flex-start;
        margin-left: 20px;
        min-height: 0;
        text-align: left;
        width: 200px;
    }

    .con3-area {
        flex-direction: column;
    }

    .con3-area .con3-box {
        width: 100%;
    }

    .con3-area .con3-box ul li {
        margin: 0 auto;
        padding: 5px 60px;
        width: 320px;
    }

    .con3-img01 {
        background-size: 100% auto;
    }

    .con3-img02 {
        background-size: 100% auto;
    }

    .con3-img03 {
        background-size: 100% auto;
    }

    .con3-img04 {
        background-size: 100% auto;
    }

    .con3-img05 {
        background-size: 100% auto;
    }

    .con4-area {
        margin: 60px auto 20px;
    }

    .con4-area h3 {
        margin: -30px auto 0;
        padding: 20px 0;
    }

    .con4-area .swiper-slide {
        min-height: 380px;
    }

    .con5-txt {
        margin-bottom: 10px;
    }

    .con5-wrap {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .con5-wrap .con5-box {
        width: 100%;
    }

    .con5-wrap .con5-box .con5-ttl {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #pay-top {
        margin-bottom: 20px;
    }

    .con6-area {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .con6-area .con6-box {
        margin-bottom: 10px;
        width: 100%;
    }

    .con6-area .con6-box .con6-top {
        display: flex;
        margin: 0 auto;
        width: 300px;
    }

    .con6-area .con6-box .con6-top .con6-img img {
        width: 80%;
    }

    .con6-area .con6-box .con6-top .con6-ttl {
        align-items: center;
        display: flex;
        font-size: 1.6rem;
    }

    .con6-area .con6-box .con6-btm .con6-txt img {
        margin: 10px auto 0;
    }

    .con6-area .con6-arrow {
        display: none;
    }

    .con6-area .con6-under {
        display: block;
        margin-bottom: 10px;
    }

    .con6-area .con6-under img {
        margin: 0 auto;
    }

    .con7-area {
        background: url(../img/area-bg-sp.jpg) no-repeat top center;
        background-size: cover;
        height: 73vw;
        margin: 60px auto 20px;
    }

    .con7-area .con7-box-pc {
        display: none;
    }

    .con7-area .con7-box-sp {
        display: block;
    }

    .qandaArea {
        padding: 0 10px;
    }

    #form-input {
        padding: 0 10px;
    }

    #form-input .form-box {
        display: block;
	border-bottom: none;
    }

    #form-input .form-box .formhead {
        background-color: #eeeeee;
        justify-content: flex-start;
        margin-bottom: 5px;
        max-width: 100%;
        padding: 10px;
        width: 100%;
    }

    #form-input .form-box .formhead .require-sp {
        background-color: #c60000;
        color: #ffffff;
        display: block;
        margin-right: 10px;
        padding: 0 10px;
    }

    #form-input .form-box .formhead .require-pc {
        display: none;
    }

    #form-input .form-box .formhead .optional-sp {
        background-color: #999999;
        color: #ffffff;
        display: block;
        margin-right: 10px;
        padding: 0 10px;
    }

    #form-input .form-box .formhead .optional-pc {
        display: none;
    }

    #form-input .form-box .form-input input[type="text"] , #form-input .form-box .form-input input[type="email"] , #form-input .form-box .form-input input[type="tel"] {
        padding: 0 0 0 0.5rem;
    }

    #form-input .submit button[type="button"] {
        margin: 1.5rem auto 2rem;
    }

    .footer-area {
        padding: 30px 10px 0;
    }

    .footer-area .footer-box .company .office {
        flex-basis: 140px;
        max-width: 140px;
    }

    .footer-area .footer-box .company .address {
        flex-basis: 480px;
        max-width: 480px;
    }

    .footerTop {
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 50000;
    }

    #confirm .confirm-title {
        font-size: 1.8rem;
    }

    #confirm table {
        border-left: 1px solid #7f7f7f;
        border-right: 1px solid #7f7f7f;
        border-top: 1px solid #7f7f7f;
    }

    #confirm table tr th {
        border-bottom: 1px solid #7f7f7f;
        border-left: none;
        border-right: none;
        border-top: none;
        display: block;
        padding: 1rem;
        width: 100%;
    }

    #confirm table tr td {
        border-bottom: 1px solid #7f7f7f;
        border-left: none;
        border-right: none;
        border-top: none;
        display: block;
        min-height: 4rem;
        padding: 1rem;
    }

    #confirm button[type="button"] , #confirm button[type="submit"] {
        height: 5rem;
        line-height: 5rem;
        margin: 1.5rem auto 2rem;
        width: 14rem;
    }

    .thanksText .back {
        height: 5rem;
        line-height: 5rem;
        margin: 3rem auto 3rem;
        width: 20rem;
    }

    .thanksText .back img {
        margin-left: 1rem;
        width: 1.3rem;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++
  追加180903
++++++++++++++++++++++++++++++++++++++++++++*/

#con4.anchor ,
#con7.anchor {
    display: block;
    padding-top: 0;
    margin-top: 60px;
}

@media only screen and (max-width: 640px) {
#con4.anchor ,
#con7.anchor {
    display: block;
    padding-top: 0;
    margin-top: 30px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++
  追加190606
++++++++++++++++++++++++++++++++++++++++++++*/

.jimoto {
    background: #e3ffce;
}
.jimoto img{
    max-width:100%;
    margin: 0 auto;
}

/* --------------------------------------------
 *                    corona bnr
 * -------------------------------------------- */
.corona {
    background: #01b4ee;
    padding-top: 10px;
}
.corona img{
    max-width:100%;
    margin: 0 auto;
}
.corona .slick-slide img.sp-show {
    display: none;
}

.corona .slick-slide img.tab-show {
    display: none;
}

.corona .slick-slide img.pc-show {
    display: block;
}
@media only screen and (max-width: 768px) {
    .corona .slick-slide img.tab-show {
        display: block;
    }

    .corona .slick-slide img.pc-show {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .corona .slick-slide img.pc-none {
        display: block;
    }

    .corona .slick-slide img.sp-show {
        display: block;
    }

    .corona .slick-slide img.tab-show {
        display: none;
    }
    .mv .main-img img {
    margin-top: 0;
}
}
/* --------------------------------------------
 *                    slideImages
 * -------------------------------------------- */

.slideImages {
	width: 100%;
        margin: 0;
	padding: 0;
        background: #b8e8ff;
}
.slideImagesBox {
        width: 960px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}
.sliderList {
	margin: 0 auto;
}

@media all and (max-width: 1100px) {
.slideImagesBox {
	width: 96%;
	padding: 20px 0;
	box-sizing: border-box;
	}
}

/*--- sliderImgBox ----------------------------------------------------------------- */

.sliderImgBox {
	max-width: 225px;
	margin: 0 auto;
	padding: 0 1px;
}
.sliderImg {
	width: 100%;
	text-align: center;
	padding: 0;
}
.sliderImg img {
	max-width: 225px;
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++
  追加190704
++++++++++++++++++++++++++++++++++++++++++++*/

/*--- go ----------------------------------------------------------------- */

.btnLight {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 4s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 4s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 4s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 4s ease-in-out infinite;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*++++++++++++++++++++++++++++++++++++++++++++
  追加190905
++++++++++++++++++++++++++++++++++++++++++++*/

.areaBox {
	margin: 0 0 40px 0;
	padding: 0;
}
.areaBox h4 {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    color: #FC4747;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
}
.areaBox p {
	font-size: 14px;
}

/* --------------------------------------------
 *                    newStatus
 * -------------------------------------------- */

.newStatus {
	width: 100%;
        margin: 40px auto;
	padding: 0;
}
.newStatusTime {
        margin: 0 0 1.5em 0;
	padding: 0;
}
.newStatusTimeText {
	text-align: center;
	font-size: 19px;
	color: #fff;
        margin: 0;
	padding: .5em;
	background: #aaa;
	border-radius: 50px;
}
.newStatusBox ul {
        margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.newStatusBox ul li {
	font-size: 14px;
        margin: 0;
	padding: 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.newStatusBox ul li i {
	min-width: 30px;
	font-size: 20px;
        margin: 0;
	padding: 0;
}

@media all and (max-width: 767px) {
	.newStatusTimeText {
		font-size: 16px;
	}
}
