/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 06 2025 | 04:09:58 */
#contact_wrap {
    background: #eff6fa;
    padding: 80px 0
}

.form_wrap {
    width: 1080px;
    margin: auto
}

.form_table {
    border-collapse: separate;
    border-spacing: 0 30px;
    margin: 50px 0
}

.form_table th {
    width: 20%;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    vertical-align: top;
    padding-top: 20px
}

.form_table td {
    width: 70%
}

.form_table td input,.form_table td select,.form_table td textarea {
    width: 100%;
    border: none;
    background: rgba(255,255,220,.9);
    border-radius: 3px;
    padding: 20px 10px
}

.form_table td input:focus,.form_table td select:focus,.form_table td textarea:focus {
    background: #fff
}

.hissu {
    position: relative
}

.hissu:after {
    content: "必須";
    position: absolute;
	top: 14px;
    right: 20px;
    background: #167ccb;
    font-size: 15px;
    color: #fff;
    padding: 5px 15px
}

.hissu_en {
    position: relative;
}

.hissu_en:after {
    content: "*";
    position: absolute;
    top: 10px;
    font-size: 15px;
    color: red; /* 赤文字に変更 */
    padding: 5px 15px;
}

.privacy {
    height: 250px;
    overflow-Y: scroll;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    padding: 20px 50px;
    font-size: 14px;
    line-height: 2em
}

.privacy p {
    margin-bottom: 30px
}

.privacy dt {
    font-weight: 500
}

.privacy dd {
    margin-bottom: 30px
}

.privacy::-webkit-scrollbar {
    width: 10px
}

.privacy::-webkit-scrollbar-track {
    background-color: #cecece
}

.privacy::-webkit-scrollbar-thumb {
    background-color: #167ccb
}

input[type=submit] {
	margin:auto 0!important;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 17px;
}

#check01-1 {
    display: none
}

#check01-1:checked+span:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    display: block;
    width: 17px;
    height: 10px;
    border-left: 4px solid #167ccb;
    border-bottom: 4px solid #167ccb;
    transform: rotate(-39deg)
}

#check01-1+span {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 35px;
    cursor: pointer;
    user-select: none
}

#check01-1+span:after {
    display: none
}

#check01-1+span:before {
    content: "";
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px
}

.contact_bt02 {
    position: relative;
    margin: auto!important;
    z-index: 999;
}

.contact_bt02 input {
	margin: 0 auto!important;
    display: block;
    padding: 30px 0;
    width: 50%;
    text-align: center;
    font-size: 18px;
    letter-spacing: .1em;
    background: linear-gradient(90deg,#00589b 0%,#5db6e7 100%)
}

.contact_bt03 {
    position: relative;
    display: inline-block;
    text-align: center;
    background: linear-gradient(90deg,#00589b 0%,#5db6e7 100%);
    z-index: 999
}

.contact_bt03 a {
    display: block;
    padding: 20px 45px 20px 80px;
    font-size: 16px;
    color: #fff;
    letter-spacing: .1em
}

.contact_bt02:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    height: 1px;
    width: 50px
}

.contact_bt02:after {
    content: "";
    border-style: solid;
    border-width: 0 0 5px 15px;
    position: absolute;
    top: 52%;
    left: 50px;
    transform: translate(0,-50%)
}

.contact_bt03:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    height: 1px;
    width: 35px
}

.contact_bt03:after {
    content: "";
    border-style: solid;
    border-width: 0 0 5px 15px;
    position: absolute;
    top: 52%;
    left: 35px;
    transform: translate(0,-50%)
}

.contact_bt02,.contact_bt03 {
    color: #fff;
    border-color: #fff;
    transition: all .5s ease
}

.contact_bt02:before,.contact_bt03:before {
    background: #fff
}

.contact_bt02:after,.contact_bt03:after {
    border-color: #fff transparent transparent #fff
}

.contact_bt02:hover,.contact_bt03:hover {
    opacity: .7
}

@media (max-width: 959px) {
	.form_wrap {
		width:100%;
	}
	.hissu:after {
		position:static;
		font-size:11px;
		content:"(*)";
		background:none;
		color:#ff0000;
		padding:0;
	}
	.form_table th {
		width:27%;
		padding-top:10px;
	}
	.form_table td{
		vertical-align:middle;
	}
	.form_table td input,.form_table td select,.form_table td textarea {
		padding:10px 10px;
		font-size:0.5em;
	}
	.privacy {
		padding:10px;
	}
	.contact_bt02 input {
		width:100%;
	}
}
}