@charset "utf-8";

body {
   font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif !important;
}

input[type="submit"] {
    -webkit-appearance: none;}

h2, h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
}

.required {
	color: #D80000;
    font-size: 12px;
	font-weight: normal;
}

.btn{width: 100%;
    text-align: center;
    margin: 20px 0;}

.btn_space {
	margin: 0;
    overflow: visible;
    padding: 10px 20px !important;
    color: #fff;
    background-color: #e95198;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.btn_space:hover {
    opacity: .7;
}

.err {
	color: #D80000;
	font-weight: bold;
}

@media screen and (max-width: 533px){
h3{font-size:16px !important;}
.tb05 th{width:90% !important; float:left;}
.tb05 td{width:90% !important; float:left;}
}

@media (min-width: 992px){
.col-md-12 {
    width: 100%;
    float:left;
    font-size: 14px;
    }
}

.plus-line span {
    font-size: 14px;
}
.plus-line {
    margin-bottom: 10px;
    text-align: center;
}
.plus-line span:before {
    content: '';
    width: 60px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    margin-left: 0;
    background-color: #ccc;
}
.plus-line span:after {content: '';
    width: 60px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
    margin-right: 0;
    background-color: #ccc;
}

.section-subtitle {
    margin-bottom: 20px;
    text-align: center;
}
.section-subtitle h2 {
    font-size: 24px;
}
#border2 {
    margin: 10px 0 30px 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
}
.transmission_frame input, textarea {
    position: relative;
    width: 95%;
    margin: 0;
    padding: 14px 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif !important;
    font-size: 12px;
    font-weight: normal;
    color: #3a3a3a;
    vertical-align: middle;
    z-index: 1;
}

.transmission, .return{
    float: left;
    margin: 0 10px;}

.tb05{text-align: left;width: 100%; font-size: 14px;}

.tb05 tr, th, td{ padding:10px !important;}

.tb05 th{ width:30%;}
.tb05 td{ width:70%;}