@charset "UTF-8";
/***********************
entry
************************/
#entry .text{
	color: #000000;
}
/**contbox01**/
#entry .contbox01 .titlebox .title{
	margin-bottom: 35.5px;
	font-size: 3.6rem;
	color: #221551;
    text-align: center;
}
#entry .contbox01 {
    margin-bottom: 259px;
}
#entry .contbox02{
    margin-bottom: 150px;
}
#formwrap{
	margin-top: 50px;
}
#formwrap .contactform { 
	width: 100%;
	table-layout: fixed;
}
#formwrap .contactform .text { 
	font-size: 1.4rem;
}
#formwrap .contactform th .text { 
	font-weight: bold;
	padding-top: 5px;
}
#formwrap .contactform th.first{
	border-top: solid 1px #eeeeee;
}
#formwrap .contactform th { 
    padding: 15px 0px;
	width: 200px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #eeeeee;
    vertical-align: middle;
}
#formwrap .contactform .top_th { 
	vertical-align: top;
}
#formwrap .contactform .top_th .text { 
		padding-top: 0px;
}
#formwrap .contactform .flexbox{
    display: flex;
}
#formwrap .contactform ul{
    width: 50%;
}
#formwrap .contactform ul li {
    color: #000000;
    margin-bottom: 5px;
    font-size: 1.4rem;
}
#formwrap .contactform td.first{
	border-top: solid 1px #eeeeee;
}
#formwrap .contactform td { 
    padding: 15px 0px;
	text-align: left;
	color: #000000;
	border-bottom: solid 1px #eeeeee;
}
#formwrap .contactform td .sansyo_wrap{
    margin-bottom: 5px;
}
#formwrap .contactform td .sansyo {
    background: #e1e1e1;
    padding: 3px;
    width: 60px;
    font-size: 1.2rem;
    font-weight: bold;
    border: solid 1px #adadad;
    margin-right: 10px;
    color: #000000;
}
#formwrap .contactform .address .flexbox{
    display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#formwrap .contactform .address .flexbox .address_number{
    margin-left: 5px;
}
#formwrap .contactform .address .flexbox .address_number .textbox{
    width: 110px;
}
#formwrap .contactform td .textbox {
    height: 30px;
    background: #eeeeee;
    border-radius: 3px;
    width: 100%;
    border: none;
    padding: 0 2%;
    box-sizing: border-box;
}
#formwrap .contactform td .textarea {
    height: 150px;
    background: #eeeeee;
    border-radius: 3px;
    border: none;
    width: 100%;
    box-sizing: border-box;
}
#formwrap .robot{
	text-align: center;
	margin-bottom: 50px;
}
#formwrap .robot img{
	width: auto;
}
#formwrap .kiyaku{
	margin: 40px 0px 30px;
}
#formwrap .kiyaku .text{
	text-align: center;
}
.form_red_icon{
	color: #ff0000;
	font-size: 1.4rem;
}

#formwrap input[type="checkbox"]{
    display: none;
}
#formwrap input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
	display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
#formwrap input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color: #000000;
    background-color: #FFF;
}
#formwrap input[type="checkbox"]:checked+label::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 8px;
    margin-top: -8px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #000000;
}
input[type=radio] {
    display: none;
}
.radiobtn {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 23px;
    position: relative;
    width: auto;
}
.radiobtn::before {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 50%;
    content: '';
    display: block;
    height: 13px;
    left: 0px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 13px;
}
.radiobtn::after {
    background: #000000;
    border-radius: 50%;
    content: '';
    display: block;
    height: 9px;
    left: 3px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 9px;
}
input[type=radio]:checked + .radiobtn::after {
    opacity: 1;
}
/******************************************
ie対策
*******************************************/
@media all and (-ms-high-contrast: none){
#formwrap input[type="checkbox"]+label {
   padding-top: 5px;
}
#formwrap .contactform th { 
    padding: 7px 0px 0px;
	vertical-align: middle;
	}
}


/******************************************
レスポンシブ
*******************************************/
@media only screen and (max-width: 1040px){

}
@media only screen and (max-width: 767px){
#entry .contbox01 {
    margin-bottom: 32.533vw;
}
#entry .contbox01 .titlebox .title {
    margin-bottom: 30px;
    font-size: 2.6rem;
}
#formwrap .robot img {
    width: 100%;
}
#formwrap .contactform ul li {
    width: 100%;
}
#entry .contactform th,
#entry .contactform td{
    width: 100%;
    display: block;
    border-top: none;
    }
#formwrap .contactform td {
    padding: 5px 0px 15px;
	}
#formwrap .contactform th {
    padding: 15px 0px 0px;
    border-bottom: none;
}
#entry .contactform tr:first-child th { border-top: 1px solid #ddd; }

#formwrap .contactform td.first {
    border-top: none;
}
#formwrap .contactform td .textbox {
    font-size: 16px;
    transform: scale(0.9);
    transform-origin: left top;
}
#formwrap .contactform td .textarea {
    font-size: 16px;
    transform: scale(0.9);
    transform-origin: left top;
}
#formwrap .contactform th .text { 
	padding-top: 0px;
}
}

.textbox.under_button {
	margin-top: 35.5px;
}

@media only screen and (max-width: 767px) {
	.textbox.under_button {
		margin-top: 30px;
	}
}

#formwrap .kiyaku a {
	text-decoration: underline;
}