
#btm-page-top a {
	display: none;
}
.form {
    width: 600px;
	padding: 20px;
	margin: 0 auto;
	background-color: #E0F1F4;
	width: calc(100% - 40px);
    margin-bottom: 50px;
}
.form.shikijyo {
	background: #D5D4C2;
	border-radius: 20px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.form.shikijyo .in {
	padding: 0 10px 10px 10px;
}
.form.shikijyo .h {
	text-align: center;
}
.form.shikijyo .h1 {
	padding-top: 30px;
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.form.shikijyo .h2 {
	margin-bottom: 50px;
}
.form .row {
	display: flex;
	margin-bottom: 20px;
	display: block;
}
.form .row .req {
	font-size: 10px;
	color: #f04f5e;
}
.form .row .col1 {
	width: 100%;
}
.form .row .col2 {
	width: 100%;
}
.form .row .col2.padding-top {
	padding-top: 5px;
}
.form .row .col2 .flex {
	display: flex;
}
.form .row .col2 .flex .sub-col {
	display: inline-block;
	width: 2.5em;
	text-align: right;
	padding-right: 5px;
}
.form .address .zip-title {
	padding-top: 5px;
	margin-right: 5px;
}
.form .address .input {
	margin-bottom: 10px;
}
.form .btn {
	padding-top: 10px;
	text-align: center;
}
.size-l { width: 100%; }
.size-m { width: 70%; }
.size-m2 { width: 30%; }
.size-s { width: 15%; }
.form .row .col1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.form .row .req {
	display: inline-block;
	background: #f3746b;
	color: #ffffff;
	font-size: 11px;
	padding: 2px 2px 2px 3px;
	margin-left: 5px;
}
.form .row .col2 .flex {
	display: flex;
	width: 100%;
}
.form .row .col2 .flex .input {
	width: 100%;
	display: flex;
}
.form .row .col2 .flex .input .size-l{
	padding: 12px;
	border-radius: 8px;
}
.form .row .col2 .flex .input .size-m-edit{
	width: calc(100% - 48px);
	width: 100%;
	padding: 12px;
	border-radius: 8px;
}
.form .row .col2 .flex .input .name_1{
	width: 40px;
	display: inline-block;
    padding-top: 15px;
}
.form .row .col2 .flex .input .name_2{
	width: 48px;
    width: 52px;
	display: inline-block;
	text-align: right;
	padding-right: 8px;
    padding-top: 15px;
}
.form .row .col2 .t3 {
    font-size: 14px;
    color: #606060;
    font-weight: bold;
    padding-bottom: 5px;
}
.form .row .col2 input {
    height: 48px;
    padding: 6px 12px;
    border-radius: 8px;
}
.size-m3 {
    width: 25%;
}
.size-m33 {
    width: calc(33% - 50px);
}
.form .row .col2 .input span.cn {
    padding: 0px 5px;
    display: inline-block;
}
.btn .b-btn {
    background-color: #00578E;
    width: 100%;
    border-radius: 8px;
    padding: 6px;
    height: 48px;
}
.input_flex {
    display: flex;
}
.input_flex .l3 {
    width: 45px;
}
.form.shikijyo .row .l3.flex {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.form.shikijyo .row .h4 {
    font-size: 16px;
    font-weight: bold;
    color: #606060;
}
.form.shikijyo .row .l2 .required_select, .form.shikijyo .row .l3 .required_select {
    background-color: #D9534F;
    color: #fff;
    font-size: 11px;
    padding: 5px;
}
.input_title .input {
    display: flex;
    align-items: center;
}
.input_flex .input {
    width: calc(100% - 45px);
}
.input_title .input .sub-col {
    color: #606060;
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
    padding-left: 10px;
}
.form.shikijyo .row .input_title input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
}
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    background-color: white;
    background-image: url("../../images/commons/ico-arwDown.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    color: #999999;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 40px;
}
.party__more{
	margin: 0 auto;
	width: calc(100% - 40px);
}
.party_item {
    margin-bottom: 20px;
}
.in2 {
    border: 2px solid #a0936c;
}
.in2 .t2 {
    background-color: #a0936c;
    color: #ffffff;
    height: 32px;
    padding: 6px 12px;
}
.in3 {
    padding: 12px;
}
.in2 .flex {
    display: flex;
}
.in2 .row2 {
    margin-bottom: 10px;
}
.in2 .row2 .th2 {
    color: #00578E;
    font-weight: bold;
    font-size: 12px;
    width: 80px;
}
.in2 .row2 .td2 {
    width: calc(100% - 80px);
}
.in2 .row2 .td2 .td2-1 {
    display: flex;
    align-items: center;
}
.in2 .row2 .td2 .td2-2_2 {
    padding: 0px 10px;
}
.in2 .row2 .td2 .td2-1 .pre {
    white-space: pre-wrap;
}
.in2 .row3 {
    margin-bottom: 10px;
}
.in2 .row3.edit {
    justify-content: space-between;
    align-items: center;
}
.in2 .row3 .th3 {
    color: #00578E;
    font-weight: bold;
    font-size: 12px;
    width: 100px;
}
.in2 .row3 .th3.edit {
    width: 170px;
}
.c-btn.js-party-copy {
    color: #fff;
    background-color: #a0936c;
    width: 60px;
    height: 45px;
    border: 0;
    margin-right: 5px;
}
.c-btn.js-party-edit {
    color: #fff;
    background-color: #00578E;
    width: 60px;
    height: 45px;
    border: 0;
}
.accordion-item-header {
    padding: 0;
    position: relative;
    cursor: pointer;
}
.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.in2 .accordion-item-body .row2 .th2 {
    width: 200px;
}
.accordion-item-header svg {
    transform: rotate(0deg);
}
.accordion-item-header.active svg {
    transform: rotate(90deg);
}
.prefectures_select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    background-color: white;
    background-image: url("../../images/commons/ico-arwDown.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    margin-top: 10px;
    /*margin-bottom: 20px;*/
    padding-right: 40px;
}
