@charset "UTF-8";
.info article.fl_box{
    justify-content: space-between;
    margin-bottom: 68px;
    margin-top: 30px;
}
.info dl{
    width: 31%;
}
.info dt{
    background: #1258ad;
    color: #fff;
    display: table;
    font-weight: bold;
    padding:  3px 15px;
    margin-bottom: 15px;
}
.info .tel{
	color: #212121;
	font-size: 180%;
	font-weight: bold;
    text-decoration: none !important;
}
.info .tel small{
	display: inline-block;
	margin-right: 5px;
	vertical-align: text-top;
	font-size: 60%;
	font-weight: normal;
}
.info dd .btn_link{
    margin-top: 15px;
}
.info dd .btn_link a{
    background: none;
    border: 1px solid #1258ad;
    color: #1258ad !important;
}
.info dd .btn_link a:hover{
    color: #fff !important;
}
.info dd .btn_link a::before{
    border-color: #1258ad;
}
.info dd .btn_link a:hover::before{
    border-color: #fff;
}


.info .btn_link.ta_center{
    border: 1px solid #d1deed;
    padding: 30px;
}
.info .btn_link.red a{
    color: #fff !important;
    border: none !important;
    background: rgb(213,21,99);
    background: linear-gradient(90deg, rgba(213,21,99,1) 0%, rgba(255,127,85,1) 100%);
}
.info .btn_link.red a::before{
    border-color: #fff !important;
}
.info .btn_link.red a::after{
    background: #b30229;
}

.bg_gr{
    background: #eff6fc;
    mix-blend-mode: multiply;
    padding: 30px;
    margin: 30px auto;
}

#mail_form th{
    color: #212121;
    width: 200px;
}
#mail_form table.bd{
    border-top: 1px solid #212121;
    margin-top: 15px;
    width: 100%;
}
#mail_form table.bd tr:first-of-type th,
#mail_form table.bd tr:first-of-type td{
    padding-top: 40px;
}
#mail_form tr th:first-of-type:not(:only-of-type){
    width: 120px;
}

#mail_form td div.fl_box{
    align-items: center;
    margin-bottom: 10px;
}
#mail_form td div.fl_box input{
    margin: 0 0.5em;
    max-width: 150px;
}

#mail_form th.hissu::after{
    content: "\5FC5\9808";
    background: #1258ad;
    color: #fff;
    font-size: 80%;
    padding: 0 5px;
    margin-left: 1em;
}
#mail_form input,
#mail_form textarea{
    width: 100%;
    font-size: 100%;
}
#mail_form input.sm{
    max-width: 60px;
    margin-right: 0.5em;
    text-align: center;
}
#mail_form textarea{
    resize: vertical;
}
#mail_form td img{
    display: block;
}
#mail_form input[type="radio"],
#mail_form input[type="checkbox"]{
    display: none;
}
#mail_form .radio_box{
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: all ease .3s;
}
#mail_form .radio_box:hover{
    border-color: #b30229;
}
#mail_form .radio_box label span{
    display: inline-flex;
    position: relative;
    padding: 15px 30px 15px 35px;
    cursor: pointer;
    transition: all ease .3s;
    border-right: 1px solid #eee;
}
#mail_form .radio_box label:last-of-type span{
    border-right: none
}
#mail_form .radio_box label span:hover{
    background: rgba(213,21,99,0.05);
}
#mail_form td input:checked + span,
#mail_form td input:checked + span:hover{
    background: rgba(213,21,99,1);
    color: #fff;
}
#mail_form .radio_box label span::before{
    content: "";
    position: absolute;
    left: 15px;
    top: 48%;
    transform: translateY(-50%) rotate(45deg);

    width: 5px;
    height: 8px;
    border-bottom: 1px solid #212121;
    border-right: 1px solid #212121;

    opacity: 0;
    transition: all ease .3s;
}
#mail_form .radio_box label span::after{
    content: "";
    position: absolute;

    left: 11px;
    top: 50%;
    transform: translateY(-50%);

    width: 12px;
    height: 12px;
    border: 1px solid #ddd;

    transition: all ease .3s;
}

#mail_form .radio_box label span:hover::before{
    opacity: 1;
}
#mail_form td input:checked + span::before,
#mail_form td input:checked + span:hover::before{
    opacity: 1;
    border-color: #fff;
}

#mail_form button{
    border: none;
    cursor: pointer;
    transition: all ease .5s;
	display: table;
	min-width: 400px;
	position: relative;
	padding: 14px 25px 14px 10px;
    margin: 30px auto 0 auto;
	text-align: center;
    border-radius: 0;
    font-size: 110%;

	background: rgb(23,98,206);
	background: linear-gradient(90deg, rgba(23,98,206,1) 0%, rgba(91,144,220,1) 100%);

	color: #fff !important;
	text-decoration: none !important;
}
#mail_form button:hover{
	transform: translateY(5px);
}
#mail_form button span{
	position: relative;
	z-index: 1;
}
#mail_form button::before,
#mail_form button::after{
	content: "";
	position: absolute;
}
#mail_form button::before{
	z-index: 1;
	right: 10px;
	top: 50%;

	width: 7px;
	height: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;

	transform: rotate(-45deg) translateY(-50%);
	transition: all ease .5s .3s;
}
#mail_form button::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;

	width: 0;
	height: 100%;
	background:#1258ad;
	transition: all ease .5s;
}
#mail_form button:hover::after{
	width: 100%;
}

#mail_form select{
    width: 100%;
	cursor: pointer;
	padding-right: 50px;
	border: 1px solid #dae4ef;
    font-size: 100%;
}
#mail_form select:hover,
#mail_form select:focus{
	border-color: #1a6ee1;
	color: #000;
	background: #fff;
}
#mail_form .select_box{
	position: relative;
	cursor: pointer;
}
#mail_form .select_box::after{
	content: "";
	position: absolute;
	right: 15px;
	top: calc(50% - 3px);

	pointer-events: none;
	width: 10px;
	height: 10px;
	border-right: 2px solid #3b506a;
	border-bottom: 2px solid #3b506a;
	transform: translateY(-50%) rotate(45deg);
}


/* tablet */
@media screen and (max-width: 999px) {
    .info article.fl_box{
        flex-wrap: wrap;
    }
    .info dl{
        width: 48%;
        margin-bottom: 35px;
    }
    .info dl:last-of-type{
        width: 100%;
        margin-bottom: 0;
    }
    .info dl:last-of-type dd br:last-of-type{
        display: none;
    }
    .info dd .btn_link{
        float: right;
        margin-top: 0;
    }
}

/*smart*/
@media screen and (min-width: 0px) and (max-width: 600px){
    .info dl{
        width: 100%;
        text-align: center;
    }
    .info dl:last-of-type dd br:last-of-type{
        display: block;
    }
    .info dt{
        display: block;
    }
    .info dd .btn_link{
        float: none;
        margin-top: 15px;
    }

    #mail_form th,
    #mail_form td{
        display: block;
        width: 100%;
    }
    #mail_form th{
        padding-bottom: 0;
        letter-spacing: 0.1em;
    }
    #mail_form th br{
        display: none;
    }

    #mail_form tr th:first-of-type:not(:only-of-type){
        width: 100%;
        background: rgba(213,21,99,0.05);
        padding: 10px !important;
    }
    #mail_form table.bd{
        border-top: none;
        margin-top: 15px;
    }
    #mail_form table.bd tr:first-of-type th,
    #mail_form table.bd tr:first-of-type td{
        padding-top: 20px;
    }

    #mail_form td{
        padding: 10px 0;
    }
    #mail_form td img{
        width: 100%;
    }
    #mail_form button{
        min-width: auto;
        width: 100%;
    }
    .ta_center.sm_left{
        text-align: left !important;
    }

    #mail_form .radio_box{
        width: 100%;
    }
    #mail_form .radio_box label{
        width: 50%;
        text-align: center;
    }
    #mail_form .radio_box label span{
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
}