* { box-sizing: border-box;}
html , body {
    min-height: 100%;
    background: #FFFFFF;
    margin: 0;
}
body {
    font-size: 14px;
    padding: 56px 0 0 200px;
}
label { margin: 0;}
a { text-decoration: none;}

.hide { display: none;}
.red { color: #ff0000;}
.nowrap { white-space:nowrap; }

.query .confirmonly { display: none !important; }
.confirm .queryonly { display: none !important; }

input[type="text"], select {
    padding: 5px;
    border: solid 1px #BBB;
    border-bottom:solid 2px #003C8C;
}
input.l { width: 100%; }
input.m { width: 150px; }
input.zip1 { width:  3em;}
input.zip2 { width:  4em;}
input.tel  { width:  5em;}


.main { margin: 0px auto; max-width: 1000px; width:100%; padding: 20px 0 50px;}
.wrapper { padding: 0 50px;}

header {
    height: 40px;
}
header img { height: 100%;}

.page_title_wrp {
	padding: 10px 0 10px 60px;
    position: relative;
}
.page_title_wrp::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 10px;
    mask-image: url('../img/btn_user.svg');
    mask-repeat: no-repeat;
    background-color: #003C8C;
}
.page_title {
    color: #003C8C;
    display: flex;
    flex-direction: column;
}
.page_title span:first-child {
    font-size: 16px;
}
.page_title span:last-child{
    font-size: 30px;
    line-height: 35px;
}

.top_msg { padding: 20px 0;}

.section .caption {
    border-bottom: solid 2px #003C8C;
}

.section .caption span{
    display: inline-block;
    color: #003C8C;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 30px;
    width: 200px;
    border: solid 2px #003C8C;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

table.app {
    width: 100%;
    border-collapse: collapse;
}

table.app th {
    text-align: left;
    color: #003C8C;
    padding: 10px 10px;
    background: #F7F7F7;
    width: 200px;
    border-bottom: solid 1px #DBDBDB;
    vertical-align: top;
    position: relative;
}
table.app th span.require{
    color: #fff;
    background: #ff0000;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    width: 40px;
    min-width: 40px;
    text-align: center;
}
.confirm table.app th span.require{
    display: none;
}
table.app th .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
table.app th .flex span.require{
    position: static;
}

table.app td {
    padding: 10px 5px;
    border-bottom: solid 1px #DBDBDB;
}

.name_area {
    display: flex;
}
.query .name {
    border-bottom: solid 2px #003C8C;
}
.name span {
    display: inline-block;
    width: 40px;
    color: #003C8C;
}
.query .name:first-child {
    margin-right: 30px;
}
.confirm .name:first-child {
    margin-right: 1em;
}

.name input[type="text"] {
    border-bottom: none;
}
.confirm .name span {
    display: none;
}

.sep { height: 30px;}

table.app td.address_td { padding: 0;}
.address_area .line  { display: flex; }
.address_area .line span.tag {
    color: #003C8C;
    display: inline-block;
    width: 210px;
    padding: 10px 15px;
    background: #F7F7F7;
}
.address_area .line div.f {
    flex-grow: 1;
    margin: 5px;
}

a.btnAutoAddress{
    padding: 0 3px;
    background: #003C8C;
    color: #FFFFFF;
    text-decoration: none;
}
a.btnAutoAddress:hover{
    opacity: 0.8;
    color: #FFFFFF;
}


div.btn_area {
    padding: 50px 0;
    text-align: center;
}

div.btn_area a.btn{
    display: inline-block;
    color:#fff;
	text-decoration: none;
	width: 270px;
    padding: 10px 0;
    margin: 20px 10px 0;
    text-align: center;
	background-repeat: no-repeat;
    background-position: left 10px center;
    border-radius: 20px;
}
div.btn_area a.btn01 {
    background-image: url('../img/btn_login_wh.png');
	background-color: #003C8C;
}
div.btn_area a.btn02 {
    background-image: url('../img/btn_back_wh.png');
	background-color: #cccccc;
}

div.btn_area a.btn:hover{
    opacity: 0.8;
}


footer {
    background: #003C8C;
    color: #FFFFFF;
    padding: 30px 0;
}
.f_wrapper {
    margin: 0px auto;
    max-width: 1000px;
    width:100%;
    display: flex;
}

.footer_left { flex-grow: 1;}

.copyright { text-align: center; padding-top: 20px;}


.footer_link {
    border :solid 1px #ffffff;
    color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 150px;
}

.footer_logo_area {
    width: 100%;
    max-width: 280px;
}

.footer_logo_area img{
    width: 100%;
}

@media (max-width: 680px) { /*mobile*/
    td , th { display: block; width: 100% !important;}
    .wrapper { padding: 0 20px;}
    .address_area .line { flex-direction: column; padding-bottom: 10px;}
    .address_area .line span { width: 100%;}
    .f_wrapper { flex-direction: column; text-align: center;}
    .footer_logo_area { margin: 0 auto; padding: 30px 0 0;}

}

ul.simple {
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
}
ul.simple li {
    padding: 5px 0;
}

ul.yoko li {
    float: left;
    min-width: 100px;
    margin-right: 10px;
}
ul.yoko li:last-child {
    margin-right: 0;
}
.fclear {
    clear: both;
}
