@charset "utf-8";

input[type="radio"],
input[type="checkbox"] { 
	margin: -2px 5px 0 0;
    font-family: "Noto Sans JP","Noto Sans Japanese","游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
    border: 1px solid #C4C4C4;
}
input[type="checkbox"] { 
border-radius: 0;
border: 1px solid #000;
width: 20px;
height: 34px;
margin-left: 3%;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="date"] {
	padding: 20px;
	height: 50px;
	width: 100%;
    font-family: "Noto Sans JP","Noto Sans Japanese","游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 5px;    
}
input::placeholder {
    font-family: "Noto Sans JP","Noto Sans Japanese","游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
    font-size: 18px;
    color: #757575;
}
select {
    width: 50%;
	padding: 20px;
	height: 50px;
	border-radius: 2px;
    color: #1e1b1b;
    font-family: "Noto Sans JP","Noto Sans Japanese","游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
    border: 1px solid #C4C4C4;
}
textarea {
	width: 100%;
	padding: 20px;
    font-family: "Noto Sans JP","Noto Sans Japanese","游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
/* ---IME ON--- */
.ime_on { ime-mode: active; }
/* ---IME KILL--- */
.ime_off { ime-mode: desabled; }
#formEnd {
  margin-top: 60px;
  font-size: 18px;
  font-family:  "Noto Sans JP","Noto Sans Japanese","游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
  font-weight: 400;
}
#formEnd a {
    text-decoration: none;
}
.mw_wp_form_confirm #formEnd .check-box {
    display: none;
}
.list_btn_submit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
}
.list_btn_submit .btn_submit {
    margin: 0 5%;
}
.list_btn_submit .btn_submit {
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}
.list_btn_submit .btn_submit .style_submit {
    background: #3DA3CA;
    border: 2px solid #3DA3CA;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-family:  "Noto Sans JP","Noto Sans Japanese","游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
    letter-spacing: 0.03em;
    padding: 20px;
    position: relative;
    font-weight: 500;
    min-width: 320px;
    color: #fff;
    cursor: pointer;
}
.list_btn_submit .btn_submit .style_btn02 .style_submit:hover {
    background: #fff;
    color: #3DA3CA;
}
.list_btn_submit .btn_submit .style_btn02 .style_submit:hover .cm-arr {
    background: #3DA3CA;
}
.list_btn_submit .btn_submit .style_btn02 .style_submit:hover .cm-arr:after {
    border: solid #3DA3CA;
    border-width: 0 2px 2px 0;
}
.list_btn_submit .btn_submit .style_btn02 .style_submit:hover .cm-arr.arr_back:after {
    border: solid #3DA3CA;
    border-width: 2px 0 0 2px;
}
.list_btn_submit .btn_submit .style_submit.style_reset {
    background: #a6a6a6;
    border: 2px solid #a6a6a6;
    margin-bottom: 2rem;
}
.list_btn_submit .btn_submit .style_btn02 .style_submit.style_reset:hover .cm-arr {
    background: #a6a6a6;
}
.list_btn_submit .btn_submit .style_btn02 .style_submit.style_reset:hover .cm-arr:after {
    border: solid #a6a6a6;
    border-width: 0 2px 2px 0;
}
.list_btn_submit .btn_submit .style_btn02 .style_submit.style_reset:hover .cm-arr.arr_back:after {
    border: solid #a6a6a6;
    border-width: 2px 0 0 2px;
}
.to-tel{
    width: 80%;
    margin: 60px auto 40px;
    background: #F5F5F5;
    border-radius: 24px;
    text-align: center;
    padding:24px 16px;
    font-weight: 700;
}
.to-tel p{
    color:#000000;
    margin-bottom: 20px;
}
.to-tel a{
    color: #3DA3CA;
    background-color: #fff;    
    border-radius: 24px;
    margin: 10px 5px;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
}
.to-tel a img{
    padding-right: 10px;
    position: relative;
    bottom: -2px;
}
@media screen and (max-width: 767px) {
    .list_btn_submit {
        margin-top: 50px;
    }
    .to-tel a{
        margin: 10px auto;
        width: 85%;
    }
}