section {
    position: relative;
    padding:60px 10px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.bx {
    max-width:1200px;
    margin:0 auto;
}
.bx h1 {
    position:relative;
    background:#a62126;
    color:#fff;
    line-height:50px;
    font-size:25px;
    margin-bottom:30px;
    text-align: center;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

/*------------------------------ tel ----------*/
#tel {
    font-size:20px;
    text-align: center !important;
}
#tel p {
    margin:0;
}
#tel .mg {
    padding:50px 0 0 0;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
#tel .fx-tel {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
#tel .telephone {
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size:33px;
    font-weight:500;
    display: block;
}
#tel .telephone a {
    color:#a62126 !important;
    text-decoration: none;
}
#tel .telephone strong {
    font-size:50px;
    margin-left:10px;
}
#tel span {
    display: block;
    font-size:17px;
}
#tel span br {
    display: none;
}

/*------------------------------ form ----------*/
.bx-form {
    position: relative;
    max-width:1200px;
    margin:0 auto 20px auto;
}
.bx-form p {
    font-size: 18px;
    margin-bottom:40px;
}
.bx-form img {
    display: block;
    margin:0 auto 40px auto;
}

/*------------------------------ form table ----------*/
table.default {
	width: 100%;
    border-top:1px solid #989898;
}
table.default th {
    position: relative;
	width: 280px;
    padding:30px 0 20px 40px;
	font-size: 18px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.default th span {
	font-size: 12px;
    color:#a62126;
}
table.default td {
	line-height: 100% !important;
    padding:20px 40px;
	font-size: 16px;
    vertical-align: middle;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.default td input[type="text"],
table.default td input[type="email"],
table.default td input[type="tel"],
table.default td textarea {
	font-size: 16px;
	-webkit-appearance: none;
			border-radius: 5px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.default td select {
	border-radius: 5px;
    border:1px solid #989898;
    padding: 10px;
	margin:0;
	width:30%;
	font-size:16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.default td input[type="text"],
table.default td input[type="email"],
table.default td input[type="tel"] {
	border:1px solid #989898;
	padding: 10px;
	margin:0;
	width:100%;
	font-size:16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.default td textarea {
	border:1px solid #989898;;
	line-height: 150%;
	padding: 10px;
	width:100%;
	border-radius: 5px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

#submit {
	position:relative;
	claer:both;
	overflow: hidden;
	display: block;
	background:#a62126;
	margin: 0 auto;
	line-height: 65px;
	width:400px;
    font-size:18px;
    font-weight:700;
	color:#fff;
    border:none;
	-webkit-appearance: button;
  			appearance: button;
}
#submit::-webkit-search-decoration,
#button::-webkit-search-decoration {
  display: none;
}
#submit::focus {
  outline-offset: -2px;
}
#submit:hover{
	cursor: pointer;
}
#complete {
	padding: 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	min-height: 300px;
	text-align: center;
}
#complete p strong {
	margin-bottom:20px;
	display: block;
}
#complete .ttl-sendmail {
    font-size:20px;
    font-weight:700;
    margin-bottom:40px;
    color:#a62126;
}
.h:before {
	position: absolute;
	content:'必須';
	top:27px;
	right:0;
	margin:0;
	color:#a62126;
	width:55px;
	font-size:12px;
    line-height: 30px;
	border:1px solid #a62126;
    border-radius:3px;
	text-align: center;
}
.error {
	display: block;
	margin:15px 0 0 0;
    font-weight:700;
	color:#d20f14;
}
.bx-error {
	border:1px solid #ff0000;
	line-height:45px;
	text-align:center;
	color:#ff0000;
	margin:80px auto;
	background:rgba(255,0,4,0.05);
}
.bx-error br {
    display: none;
}
.confirm td {
    line-height: 150% !important;
    vertical-align: middle !important;
}
.txt_submit {
    text-align: center;
}

/*---------- radio, checkbox ----------*/
table.default td label {
    line-height: 100%;
    margin:15px 40px 0 0;
}
table.default td label:hover {
	cursor: pointer;
}
table.default td.consul label,
div#agree input[type="checkbox"] {
    line-height: 100%;
    width:200px;
}
table.default td.consul label {
    display: block !important;
}
div#agree input[type="checkbox"] {
    display: inline-block !important;
    width:auto !important;
    margin-right:30px;
}
table.default td input[type="radio"],
table.default td input[type="checkbox"] {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top:-12px !important;
    height: 22px;
    width: 22px;
    vertical-align: -100%;
    transition:all .15s ease-out 0s;
    cursor: pointer;
    display: inline-block !important;
    margin: 0 15px 0 0;
    outline: none;
    border-radius: 10%;
	opacity:1 !important;
	-webkit-appearance: none;
    		appearance: none;
}
table.default td input[type="radio"] {
    border-radius: 50%;
}
table.default td input[type="radio"]:checked:before,
table.default td input[type="checkbox"]:checked:before {
    transform: scale(0.8);
}
table.default td input[type="radio"]:before {
    content: '';
	margin:0;
    width: 20px;
    height: 20px;
	display: block;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: 0.2s;
			transition: 0.2s;
}
table.default td input[type="checkbox"]:before {
    content: '';
	margin:0;
    width: 20px;
    height: 20px;
	display: block;
    transform: scale(0);
    -webkit-transition: 0.2s;
			transition: 0.2s;
}
table.default td input[type="radio"],
table.default td input[type="checkbox"] {
    border: 1px solid #999;
	background:#fff;
}
table.default td input[type="radio"]:checked,
table.default td input[type="checkbox"]:checked {
    border: 1px solid #a62126;
}
table.default td input[type="radio"]:checked:before,
table.default td input[type="checkbox"]:checked:before {
    background: #a62126;
}
table.default td input[type="checkbox"] {
	position: relative;
	width:22px;
	height:22px;
	top:5px;
	-webkit-transform:scale(1.1);
			transform:scale(1.1);
}

/*------------------------------ privacy policy ----------*/
.bx-privacy {
    position: relative;
    background:#fff;
    border-radius:10px;
    border:1px solid #989898;
    padding:40px 20px;
    max-width:1200px;
    margin:80px auto;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.bx-privacy h2 {
    position: relative;
    text-align: center;
    font-size:18px;
    font-weight:700;
    margin:40px 0;
}
.bx-privacy h3 {
    font-size:14px;
    font-weight:700;
}
.bx-privacy p {
    font-size:14px;
    margin-bottom:20px;
}
.bx-privacy ul {
    margin-bottom:20px;
}
.bx-privacy ul li {
    font-size:14px;
    list-style:disc;
    margin-left:20px;
}
.bx-privacy div {
    position: relative;
    height: 350px;
    overflow-x:hidden;
    padding:0 40px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

/*------------------------------ agree ----------*/
#agree {
    display: block;
    text-align: center;
    width:400px;
    margin: 0 auto;
    font-size:18px;
}
#agree input[type="checkbox"],
#agree input[type="radio"] {
    border:1px solid #ccc;
    margin-right:10px;
    -webkit-transform: scale(2.5, 2.5);
            transform: scale(2.5, 2.5);
}

/*----------------------------- send box ----------*/
.bx-send {
    position: relative;
    margin:40px auto 0 auto;
    width:400px;
}
.confirm table.default th,
.confirm table.default td {
    line-height:180% !important;
    font-size:18px !important;
}

.confirm table.default td {
    padding-top:22px !important;
    line-height:180% !important;
}


/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/

@media only screen and (max-width:800px) {

    section {
        position: relative;
        padding:8% 2%;
    }
    .bx {
        max-width:100%;
    }
    .bx h1 {
        font-size:20px;
        margin-bottom:6%;
    }

    /*------------------------------ tel ----------*/
    #tel {
        font-size:20px;
    }
    #tel p {}
    #tel .mg {
        padding:8% 0 0 0;
    }
    #tel .fx-tel {}
    #tel .telephone {
        font-size:25px;
        width:100% !important;
    }
    #tel .telephone a {}
    #tel .telephone strong {
        font-size:46px;
        margin-left:2%;
    }
    #tel span {
        display: block;
        font-size:14px;
    }
    #tel span br {
        display: block;
    }

    /*------------------------------ form ----------*/
    .bx-form {
        max-width:100%;
        margin:0 auto 4% auto;
    }
    .bx-form p {
        font-size: 16px;
        margin:0 2% 8% 2%;
    }

    /*------------------------------ form table ----------*/
    table.default {}
    table.default th {
        position: relative;
        width: 100%;
        display: block;
        padding:4% 2% 0 2%;
        margin-bottom:2%;
        font-size: 20px;
        font-weight: 700;
    }
    table.default th.h {
        padding:4% 2% 0 80px !important;
    }
    table.default th span {
        font-size: 14px;
        display: inline-block;
        margin-left:2%;
    }
    table.default th br {
        display: none;
    }
    table.default td {
        line-height: 100% !important;
        padding:2%;
        display: block;
        font-size: 16px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    table.default td input[type="text"],
    table.default td input[type="email"],
    table.default td input[type="tel"],
    table.default td textarea {}
    table.default td select {}
    table.default td input[type="text"],
    table.default td input[type="email"],
    table.default td input[type="tel"] {}
    table.default td textarea {}
    
    table.default td input[type="email"] {
        margin-bottom:10% !important;
    }

    #submit {
        line-height: 65px;
        width:80%;
    }
    #submit::-webkit-search-decoration,
    #button::-webkit-search-decoration {}
    #submit::focus {}
    #submit:hover{}
    #complete {
        padding: 4% 2%;
    }
    #complete p strong {
        margin-bottom:4%;
    }
    #complete .ttl-sendmail {
        font-size:18px;
        margin-bottom:10%;
    }
    .h:before {
        top:17px;
        right:auto;
        left:2%;
    }
    .error {
        margin:4% 0 0 0;
    }
    .bx-error {
        margin:12% auto;
    }
    .bx-error br {
        display: block;
    }
    .confirm td {}
    .txt_submit {}

    /*---------- radio, checkbox ----------*/
    table.default td label {
        line-height: 100%;
        margin:4% 0 !important;
        display: block;
    }
    table.default td label:hover {}
    table.default td.consul label,
    div#agree input[type="checkbox"] {
        width:100%;
    }
    table.default td.consul label {}
    div#agree input[type="checkbox"] {
        margin-right:6%;
    }
    table.default td input[type="radio"],
    table.default td input[type="checkbox"] {}
    table.default td input[type="radio"] {}
    table.default td input[type="radio"]:checked:before,
    table.default td input[type="checkbox"]:checked:before {}
    table.default td input[type="radio"]:before {}
    table.default td input[type="checkbox"]:before {}
    table.default td input[type="radio"],
    table.default td input[type="checkbox"] {}
    table.default td input[type="radio"]:checked,
    table.default td input[type="checkbox"]:checked {}
    table.default td input[type="radio"]:checked:before,
    table.default td input[type="checkbox"]:checked:before {}
    table.default td input[type="checkbox"] {}

    /*------------------------------ privacy policy ----------*/
    .bx-privacy {
        padding:2%;
        max-width:96%;
        margin:12% auto;
        border-radius:5px;
    }
    .bx-privacy h2 {
        font-size:18px;
        margin:12% 0;
    }
    .bx-privacy h3 {}
    .bx-privacy p {
        font-size:14px;
        margin-bottom:4%;
    }
    .bx-privacy ul {
        margin-bottom:4%;
    }
    .bx-privacy ul li {}
    .bx-privacy div {
        height: 450px;
        padding:0 40px;
    }

    /*------------------------------ agree ----------*/
    #agree {
        width:100% !important;
        margin: 0 auto;
        font-size:18px;
    }
    #agree input[type="checkbox"],
    #agree input[type="radio"] {}
    #agree label {
        width:100% !important;
        display: block;
        white-space: nowrap !important;
    }

    /*----------------------------- send box ----------*/
    .bx-send {
        margin:0 auto;
        padding:15% 0;
        width:100%;
        border-bottom:1px solid #ccc;
    }
    .confirm table.default th,
    .confirm table.default td {}

    .confirm table.customer td {
        padding:0 2% 2% 2%;
        border-bottom:1px solid #efefef;
    }
}
