/* 正規のパンくず非表示 */
header {
    height: 100px;
    padding: 49px 0 90px;
}
.breadcrumbs,
#breadcrumbs {
    display: none;
}
/* 直書きパンくず */
.pnkz{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 50px;
    background-color: #236dea !important;
    margin: 0 auto 30px;
    padding: 13px 0 0 20px;
}
.pnkz_inner {
    list-style: none;
    display: flex;
    color: #fff;
    font-size: 16px;
    vertical-align: center;
}
.pnkz_inner a{
    color: #fff;
}
.pnkz_inner li:not(:last-child)::after{
	content: ">";
    color: #fff;
    font-weight: bolder;
    margin: 0 5px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ パンくずリスト ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

.required{position: relative;}
.required:after{
	position: absolute;
	content:"(必須)";
	color: red;
	font-size: .8em;
	right: 1em;
}
.btn,
.btn:hover{
    font-size:24px;
    color:#fff;
    font-weight:bold;
}
.btn_submit{	
    background: #fff;
    /* border: 3px solid rgba(11,23,97,1); */
    padding: .25em 2em;
    border-radius: 3em;
    margin-top: 50px;
}
.btn_back{
    font-size: 1.25em;
    font-weight: bold;
    padding: 0 1em;
    line-height: 2em;
    color: #236de9;
    border-bottom: 1px solid #236de9;
}
#contact_form{
    padding: 0 9px;
    /* margin: .5em 0 30px; */
    margin: 100px 0 30px;
}
#contact_form_wrap{
    /* border: 3px solid rgb(19,141,191); */
}
.contact_form_title {
    padding: .5em 1em;
    /* background: rgb(19,141,191); */
    font-size: 26px;
    color: #236de9;
    font-weight: bold;
    margin: 0 auto 60px;
    text-align: center;
    border-bottom: 2px solid #236de9;
}
.contact_item_row {
    display: flex;
    align-items: stretch;
    margin-bottom: 10px;
}
.contact_item_row > div:first-child{
    margin-right: 2%;
    padding: .75em;
    font-size: 1.25em;
    font-weight: bold;
    vertical-align: middle;
    background: #eef5fe;
    /* background-image: linear-gradient(-45deg,#fff 25%,#E6E6E6 25%, #E6E6E6 50%,#fff 50%, #fff 75%,#E6E6E6 75%, #E6E6E6);
    background-size: 8px 8px; */
}
.contact_item_row > div:last-child{
}





@media screen and (max-width: 768px){
    .contact_item_row {align-items: center;flex-wrap:wrap;margin-bottom: 1.5em;}
    .contact_item_row > div:first-child {
        width: 100%;
        padding: .25em .75em;
        font-size: 1.0em;
        margin-right: 0;
    }
    .contact_item_row > div:last-child{width: 100%;padding: 0!important}
    .text-center.font_16{font-size: 14px;text-align: left!important;}
    .btn_submit{padding: 10px 40px;font-size: 18px;}
    .btn_back{margin: 1rem 2rem;display: inline-block;}

    .pnkz_inner{
        padding-left: 0;
    }
    .btn{
        width:100%;
    }
}