@charset "UTF-8";

body {
    overflow-x: hidden;
}
div#mfp_hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}
div#mfp_hidden input {
    margin: 10px;
}
div.mfp_thanks {
    padding: 30px;
}
div.mfp_thanks p {
    line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
    margin: 0px;
    padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
    display: block;
    color: #C00;
    margin: 0px;
    padding: 5px 0px;
}
div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
}
div#mfp_thanks strong {
    color: #C00;
    font-size: 24px;
}
form#mailformpro {
    padding: 10px 0px;
}
form#mailformpro dl dt {
    float: left;
    width: 160px;
    clear: both;
    font-size: 12px;
    padding: 10px 0px;
    text-align: right;
    border-top: solid 1px #CCC;
    margin: 0px;
}
form#mailformpro dl dd {
    border-top: solid 1px #CCC;
    margin: 0px;
    padding: 10px 5px 20px 170px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
    margin: 0px;
    padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.must {
    display: block;
    background-color: #C00;
    border: solid 2px #C00;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 5px;
    font-size: 10px;
    color: #FFF;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
    background-image: url(_images/mfp_header.png);
    background-size: 100% 100%;
}
.optionally {
    display: block;
    background-color: #06C;
    border: solid 2px #06C;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 5px;
    font-size: 10px;
    color: #FFF;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
    background-image: url(_images/mfp_header.png);
    background-size: 100% 100%;
}
form#mailformpro label {
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
    white-space: nowrap;
}
form#mailformpro label.mfp_checked {
    padding: 3px;
    border: solid 1px #CCC;
    background-color: none;
    box-shadow: 0px 1px 3px #CCC inset;
}
form#mailformpro label.mfp_not_checked {
    padding: 3px;
    border: solid 1px #EEE;
}
table#mfp_confirm_table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
    background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
    background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
    text-align: left;
    font-size: 12px;
    border-top: solid 1px #CCC;
    padding: 5px 10px;
}
table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 200px;
}
table#mfp_confirm_table tr td {
    line-height: 1.5em;
    word-break: break-all;
}
div#mfp_phase_confirm {
    clear: both;
}
div#mfp_phase_confirm h4 {
    font-size: 36px;
    padding: 10px 0px 0px 0px;
    text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
    position: absolute;
    display: none;
    z-index: 10001;
}
div#mfp_overlay_inner {
    background-color: #FFF;
    padding: 15px;
    margin: 0px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
    width: 640px;
    max-width: 90%;
}
div#mfp_overlay_background {
    background-color: #000;
    position: absolute;
    display: none;
    z-index: 10000;
}
div#mfp_loading_screen {
    z-index: 20000;
    opacity: 0.8;
    display: none;
    background-color: #000;
    position: absolute;
}
div#mfp_loading {
    z-index: 20001;
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(_images/mfp_loading.gif);
}
/*
.mfp_colored {
    background-color: #F6F7F9;
}
*/
/*
.mfp_achroma {
    background-color: #FFF;
}
*/
div.mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 5px 17px;
    color: #F00;
    font-size: 12px;
    line-height: normal;
    background-image: url(_images/mfp_error.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

div.mfp_err {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em 0 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #BE0909;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #BE0909;
  box-sizing: border-box;
  font-weight: bold;
}

div.mfp_err:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 30px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

div.mfp_err:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #BE0909;
  z-index: 1;
}


.mfp_parent_error {
    border: solid 2px #F00;
}
.problem {
    background-color: #FCC;
}
div#mfp_error {
    background-color: #FEE;
    border: solid 1px #F00;
    padding: 10px;
    display: none;
}
div#mfp_error p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    text-align: center;
}
div#mfp_error p strong {
    font-size: 18px;
    color: #F00;
}
div#mfp_warning {
    background-color: #FEE;
    border: solid 1px #F00;
    padding: 10px;
    display: none;
    border-radius: 5px;
}
div#mfp_warning p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    text-align: center;
}
div#mfp_warning p strong {
    font-size: 18px;
    color: #F00;
}
div#mfp_price {
    color: #C00;
    font-size: 36px;
    padding: 10px;
    font-weight: bolder;
}
div#mfp_price span {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}
button.mfp_next,button.mfp_prev {
    font-size: 18px;
    margin: 10px;
    padding: 5px 10px;
}
button.mfp_next {
    float: right;
}
button.mfp_prev {
    float: left;
}
ul#mfp_phase_stat {
    padding: 10px;
    text-align: center;
}
ul#mfp_phase_stat li {
    display: inline-block;
    padding: 6px 10px;
    line-height: 1em;
    margin: 0px 0px;
    list-style: none;
    font-size: 12px;
}
ul#mfp_phase_stat li:first-child {
    border-radius: 5px 0 0 5px;
}
ul#mfp_phase_stat li:last-child {
    border-radius: 0 5px 5px 0;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
    box-shadow: none;
    color: #999;
    padding: 8px 0px;
    display: none;
}
ul#mfp_phase_stat li.mfp_active_phase {
    box-shadow: 0px 1px 3px #999;
    background-image: url(_images/mfp_header.png);
    background-size: 100% 100%;
    background-color: #0068B7;
    border: solid 2px #0068B7;
    font-weight: bolder;
    color: #FFF;
    text-shadow: 0px 1px 1px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
    background-image: url(_images/mfp_header.png);
    background-size: 100% 100%;
    background-color: #EEE;
    border: solid 2px #EEE;
    color: #999;
    box-shadow: 0px 1px 3px #999;
}
div#mfp_shopping_cart {
    border: solid 1px #CCC;
    margin: 0px;
    padding: 0px;
}
div#mfp_shopping_cart p {
    margin: 0px;
    text-align: center;
    padding: 20px 10px;
    font-size: 12px;
    background-color: #FEE;
}
table.mfp_shoppingcart {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
table.mfp_shoppingcart thead tr td {
    background-color: #EEE;
    border-bottom: solid 1px #CCC;
    text-align: center;
    font-size: 12px;
    padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
    font-size: 12px;
    padding: 5px;
    border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
    display: block;
    margin: 0px auto;
    text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
    text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
    display: block;
    font-weight: normal;
    font-size: 10px;
    color: #666;
    padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
    padding: 5px;
    font-size: 16px;
    font-weight: bolder;
    color: #900;
}
td.msc_price {
    font-size: 12px;
    text-align: right;
}
div.mfp_buttons {
    clear: both;
    padding: 10px 0px;
    text-align: center;
}
div.mfp_buttons button#mfp_button_send {
}
div.mfp_buttons button#mfp_button_cancel {
}
.imagebutton {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    background: none;
}
.mfp_element_all {
    max-width: 90%;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #CCC inset;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;
}
.mfp_element_checkbox,
.mfp_element_radio {
    vertical-align: middle;
    margin: 0px 2px;
}
.mfp_element_file {
    font-size: 12px;
    display: inline-block;
    padding: 10px 10px;
    vertical-align: middle;
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #CCC inset;
    background: #EEE;
}
.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
    border-radius: 5px;
    padding: 5px 10px;
    border: solid 1px #CCC;
    background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -moz-linear-gradient(top, #EEE, #CCC);
    background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
    text-shadow: 0px 2px 0px #FFF;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}
.mfp_element_reset {
    color: #333;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
    background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
    background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
    background: -moz-linear-gradient(top, #FFF, #CCC);
    background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
    box-shadow: 0px 2px 15px #CCC;
}
button.mfp_next,button.mfp_prev {
    font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
    display: none;
}
div#mfp_reserve_wrapper {
    position: relative;
    overflow: hidden;
    border: solid 1px #CCC;
}
div#mfp_reserve_inner {
    position: relative;
    padding: 0px 0px 0px 100px;
    overflow: auto;
}
div#mfp_reserve_wrapper table {
    border-spacing: 0px;
    border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    background-color: #FEE;
    z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
    padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
    cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
    background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
    background-color: #0068B7;
    color: #FFF;
}
td.mfp_reserve_disabled {
    background-color: #CCC;
}
td.mfp_reserve_warning {
    background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
    border: solid 1px #CCC;
    padding: 0px 5px;
    font-size: 12px;
    text-align: center;
    font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-weight: normal;
    height: 20px;
    text-align: left;
}
td.mfp_reserve_week_0 {
    color: #F00;
    background-color: #FEE;
}
td.mfp_reserve_week_6 {
    color: #00F;
    background-color: #EEF;
}
div.mfp_ok {
    border-radius: 5px;
    background-color: #090;
    border: solid 1px #090;
    display: inline-block;
    line-height: 1.5em;
    padding: 0px 5px;
    margin: 0px 2px;
    color: #FFF;
    font-size: 10px;
    background-image: url(_images/mfp_header.png);
    background-size: 100% 100%;
    display: none;
}
div.prefcodeWrapper {
    position: relative;
}
div.prefcodeResult {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    border: solid 1px #CCC;
    background-color: #FFF;
    box-shadow: 0px 0px 5px #CCC;
    display: none;
}
div.prefcodeResult div {
    cursor: pointer;
}
div.prefcodeResult div:hover {
    background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
    background-color: #EEE;
    text-align: center;
}
div.prefLoading {
    padding: 60px 100px;
    background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
div.mfpSuggestWrapper {
    position: relative;
}
div.mfpSuggestResult {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    border: solid 1px #CCC;
    background-color: #FFF;
    box-shadow: 0px 0px 5px #CCC;
    display: none;
}
div.mfpSuggestResult div {
    cursor: pointer;
}
div.mfpSuggestResult div:hover {
    background-color: #C9EBFB;
}
div.mfpSuggestResult div.mfpSuggestNext {
    background-color: #EEE;
    text-align: center;
}
div.prefLoading {
    padding: 60px 100px;
    background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
div#wrapper div#container {
    margin: 15px auto;
    border: solid 1px #CCC;
    background: #FFF;
    padding: 15px;
    border-radius: 3px;
}
div#wrapper div#container form#mailformpro dl dt {
    float: none;
    width: auto;
    clear: both;
    font-size: 12px;
    padding: 20px 0 10px 20px;
    text-align: left;
    border-top: solid 1px #CCC;
    margin: 0px;
    font-weight: bolder;
    font-size: 18px;
}
div#wrapper div#container form#mailformpro dl dt,
div#wrapper div#container form#mailformpro dl dt span {
    vertical-align: middle;
    line-height: 1em;
}
div#wrapper div#container form#mailformpro dl dt span {
    margin-top: -0.3em;
}
div#wrapper div#container form#mailformpro dl dd {
    border: none;
    margin: 0px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
}
.mfp_rows {
    clear: both;
    padding-bottom: 20px;
}
.mfp_rows:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows input[type="file"],
.mfp_rows select,
.mfp_rows button,
form#mailformpro .mfp_rows label {
    width: 100%;
    min-width: 100%;
    word-break: break-all;
    white-space: normal;
}
.mfp_rows textarea {
    width: 100%;
    min-width: 100%;
}
/*
.mfp_rows .mfp_col1,.mfp_rows .mfp_col2,.mfp_rows .mfp_col3,.mfp_rows .mfp_col4,.mfp_rows .mfp_col5,.mfp_rows .mfp_col6,.mfp_rows .mfp_col7,.mfp_rows .mfp_col8,.mfp_rows .mfp_col9,.mfp_rows .mfp_col10 {
    float: left;
    padding: 0 1.5%;
}
*/
/*
.mfp_rows .mfp_col1 {width: 10%;}
.mfp_rows .mfp_col2 {width: 20%;}
.mfp_rows .mfp_col3 {width: 30%;}
.mfp_rows .mfp_col4 {width: 40%;}
.mfp_rows .mfp_col5 {width: 50%;}
.mfp_rows .mfp_col6 {width: 60%;}
.mfp_rows .mfp_col7 {width: 70%;}
.mfp_rows .mfp_col8 {width: 80%;}
.mfp_rows .mfp_col9 {width: 90%;}
.mfp_rows .mfp_col10 {width: 100%;}
*/
.hidefield {
    height: 0px;
    overflow: hidden;
}
.showfield {
    height: auto;
    overflow: visible;
}
div.mfp_attached_thumbnails {
    display: none;
    padding: 5px;
    margin: 5px auto;
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #CCC inset;
    background: #EEE;
}
div.mfp_attached_thumbnails ul {
    margin: 0px;
    padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    border: solid 4px #FFF;
    margin: 5px;
    box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
    display: block;
    max-height: 100px;
    overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
    display: block;
    max-width: 80px;
}
button.mfp_attached_reset {
    font-size: 14px;
}
div.mfp_attached_filelist {
}
div.mfp_draganddrop {
    margin: 5px auto;
    width: 100%;
    height: 200px;
    border: solid 2px #CCC;
    border-radius: 3px;
    background: url(_images/draganddrop.png) no-repeat center center #EEE;
    background-size: auto 80%;
}
div.mfp_dragover {
    border: solid 2px #0068B7;
    background-color: #FFF;
}
div.mfp_attached_filelist {
    margin: 5px auto;
    padding: 5px;
    width: 100%;
    border: solid 1px #CCC;
    border-radius: 3px;
}
form#mailformpro dl dd div.mfp_attached_filelist ul,
div.mfp_attached_filelist ul {
    padding: 5px;
}
form#mailformpro dl dd div.mfp_attached_filelist ul li,
div.mfp_attached_filelist ul li {
    padding: 5px 5px 5px 2em;
    background: url(_images/file.png) no-repeat 5px center;
    background-size: 1.3em 1.3em;
    display: inline-block;
    margin-right: 1em;
}
form#mailformpro dl dd div.mfp_attached_filelist ul li:last-child,
div.mfp_attached_filelist ul li:last-child {
    border: none;
}
div.mfp_guide {
    position: relative;
    width: 1px;
    height: 1px;
}
div.mfp_guide div {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: -2em;
    white-space: nowrap;
    border-radius: 5px;
    padding: 5px 10px;
    line-height: 1em;
    font-size: 12px;
    color: #FFF;
    font-weight: bolder;
    background: #F00;
    display: none;
}
div#mfp_numticket_wrapper,
div#mfp_numticket_wrapper * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
div#mfp_numticket_wrapper {
    clear: both;
    padding: 15px;
}
div#mfp_numticket_wrapper section#numticket_message_wrapper {
    border: solid 3px #F00;
    border-radius: 5px;
    background: #FEE;
    padding: 15px;
    font-size: 16px;
    line-height: 1.7em;
    margin: 5px auto;
}
div#mfp_numticket_wrapper section#numticket_waitTime {
    border: solid 3px #CCC;
    border-radius: 5px;
    background: #FFF;
    padding: 15px;
    font-size: 16px;
    margin: 10px auto;
}
div#mfp_numticket_wrapper section#numticket_waitTime strong {
    font-size: 32px;
    display: block;
    text-align: center;
}
div#mfp_numticket_wrapper section#numticket_waitTime p.numticket_center {
    text-align: center;
}
div.mfp_traffic_status {
    max-width: 460px;
    margin: 10px auto;
    border: solid 1px #CCC;
    border-radius: 3px;
    padding: 15px;
}
div.mfp_traffic_status h3 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}
div.mfp_traffic_status table {
    text-align: center;
    width: 100%;
}
div#wrapper div.mfp_traffic_status table tr th,
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td,
div.mfp_traffic_status table th {
    border: none;
    padding: 0;
}
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td {
    padding: 0 2px;
}
div#wrapper div.mfp_traffic_status table tr th,
div.mfp_traffic_status table th {
    border-top: solid 1px #CCC;
    font-size: 10px;
    font-weight: normal;
    padding-top: 5px;
    color: #999;
}
div.mfp_traffic_status table td {
    height: 100px;
}
div.mfp_traffic_status table td span {
    display: block;
    background: #7BAAF7;
    border-radius: 3px 3px 0 0;
    border-top: solid 1px #66A1F7;
    border-right: solid 1px #66A1F7;
    border-left: solid 1px #66A1F7;
    min-width: 10px;
    max-width: 30px;
    margin: 0 auto;
    padding-bottom: 10px;
}
div.mfp_traffic_status table td span.mfp_traffic_status_current {
    background: #5D7AF2;
    border-top: solid 1px #546CD1;
    border-right: solid 1px #546CD1;
    border-left: solid 1px #546CD1;
}
.mfp_ok {
    background-color: rgba(0,255,0,0.2);
}
.mfp_ng {
    background-color: rgba(255,0,0,0.2);
}
div#mfp_OperationCheck {
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
    display: none;
}
div#mfp_OperationCheck strong {
    background: #090;
    display: block;
    color: #222;
    text-align: center;
    border-radius: 3px;
}
div#mfp_OperationCheck * {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}
div#mfp_OperationCheck p {
    padding: 0px 5px;
    margin: 0px;
    font-size: 12px;
}
div#mfp_OperationCheck p a {
    color: #0C0;
    text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
    text-decoration: underline;
}
div#mfp_OperationCheck p button {
    border: none;
    background: none;
    color: #0C0;
    cursor: pointer;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
    line-height: 12px;
    font-size: 12px;
    list-style: none;
    vertical-align: middle;
}
div#mfp_OperationCheck ul li {
    padding: 5px 10px;
}
div#mfp_OperationCheck ul li label {
    text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
    border-radius: 5px;
    padding: 5px 10px 5px 2em;
    border: solid 1px #CCC;
    background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -moz-linear-gradient(top, #EEE, #CCC);
    background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
    text-shadow: 0px 2px 0px #FFF;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 5px auto;
}
button#mfp_recorder_record {
    background: url(_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
    background-size: 24px 24px;
}
button#mfp_recorder_clear {
    background: url(_images/mfp_record_remove.png) no-repeat 5px center #EEE;
    background-size: 24px 24px;
}
button#mfp_recorder_restore {
    background: url(_images/mfp_record_restore.png) no-repeat 5px center #EEE;
    background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
    background: url(_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
    background-size: 24px 24px;
}
div#mfp_recorder_wrap {
    border: solid 1px #CCC;
    padding: 10px;
    text-align: center;
    margin: 5px auto;
}
td.request_image {
    width: 100px;
}
td.request_image img {
    max-width: 100px;
}
button.mfp_submit_enable {
    background: none;
    background: #000090;
}
button.mfp_submit_disable {
    background: none;
    background: #FD8282;
}
span.mfp_tips {
    background-image: url(_images/mfp_header.png);
    background-size: 100% 100%;
    background-color: #FCC;
    display: block;
    border-radius: 5px;
    padding: 10px;
    margin: 2px;
    box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
    color: #800040;
}
span.mfp_tips span {
    display: block;
    padding: 10px;
    color: #008080;
}
span.mfp_tips em {
    font-style: normal;
    color: #090;
    font-weight: bold;
}
div.mfp_estimate_wrapper {
    border: solid 1px #CCC;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap {
    position: relative;
    padding: 10px;
    border: solid 1px #CCC;
    border-radius: 5px;
    margin: 10px 0;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap div.mfp_estimate_label {
    position: absolute;
    top: -0.7em;
    left: 1em;
    display: inline-block;
    background: #FFF;
    font-size: 12px;
    padding: 0 0.5em;
    color: #666;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap select {
    font-size: 18px;
    margin: 5px 0;
    padding: 5px 10px;
    line-height: 1em;
    min-height: 2.5em;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap img {
    width: 100%;
    max-width: 240px;
    display: block;
    margin: 0 auto;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap strong {
    display: block;
    text-align: right;
    color: #900;
    font-size: 24px;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap strong em {
    display: inline-block;
    font-size: 30px;
}
div.mfp_estimate_wrapper button.mfp_estimate_button {
    margin: 10px 0 0 0;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 1px #CCC;
    background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -moz-linear-gradient(top, #EEE, #CCC);
    background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
    text-shadow: 0px 2px 0px #FFF;
}
div.mfp_estimate_list table.mfp_estimate_list_table {
    width: 100%;
    margin: 10px 0;
}
div.mfp_estimate_list table.mfp_estimate_list_table thead tr th {
    text-align: center;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tr td {
    border: none;
    border-bottom: solid 1px #333;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td {
    border: none;
    text-align: right;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td {
    padding: 0;
    margin: 0;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th {
    padding: 0 10px;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span {
    font-size: 10px;
    display: block;
    color: #666;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1) {
    width: 80px;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2) {
    text-align: right;
    padding: 0 10px;
    width: 120px;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3) {
    width: 60px;
}
div.mfp_estimate_list table.mfp_estimate_list_table tbody td img {
    max-width: 80px;
}
div.mfp_estimate_list table.mfp_estimate_list_table tbody td button {
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
}
div.mfp_rows div.mfp_calc_price {
    text-align: right !important;
    padding: 1em 10px;
    font-size: 12px;
    border-top: 1px solid #C4C4C4;
}
div.mfp_rows div.mfp_calc_price span {
    color: #FF2222;
    font-size: 24px;
}
div.mfp_right {
    text-align: right;
}
span.required,
span.option {
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    color: #FFF;
    vertical-align: middle;
    padding: 3px 5px;
    margin-right: 5px;
}
span.required {
    background: #FF8080;
}
span.option {
    background: #0099FF;
}
form#mailformpro dl dd ul.caution {
    margin-left: 1.5em;
    padding-top: 5px;
}
form#mailformpro dl dd ul.caution li {
    list-style-type: disc;
    padding-bottom: 5px;
}
@media screen and (max-width: 800px) {
    form#mailformpro dl dt {
        float: none;
        width: auto;
        font-size: 12px;
        padding: 5px;
        text-align: left;
    }
    form#mailformpro dl dd {
        clear: both;
        border-top: none;
        padding: 5px 15px;
        font-size: 12px;
        line-height: 1.5em;
    }
    div.mfp_buttons button {
        font-size: 14px;
    }
    div#mfp_phase_confirm h4 {
        font-size: 18px;
    }
    ul#mfp_phase_stat {
        padding: 0px;
        text-align: left;
    }
    ul#mfp_phase_stat li {
        text-align: center;
        padding: 5px 0px;
        border-radius: 3px;
        margin: 5px;
        list-style: none;
        font-size: 14px;
        width: 28%;
    }
    ul#mfp_phase_stat li.mfp_phase_arrow {
        bos-shadow: none;
        display: none;
    }
    ul#mfp_phase_stat li.mfp_active_phase {
    }
    ul#mfp_phase_stat li.mfp_inactive_phase {
    }
    table#mfp_confirm_table tr th {
        white-space: nowrap;
        width: 100px;
    }
    div#mfp_thanks {
        text-align: center;
        font-size: 18px;
        padding: 20px 0px;
    }
    div#mfp_thanks strong {
        color: #C00;
        font-size: 24px;
        display: block;
    }
}


/*追記*/
/*formcss リセット*/
#cr-style input,
#cr-style button,
#cr-style select,
#cr-style textarea,
button.enabled#mfp_recorder_record{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#cr-style textarea {
    resize: vertical;
}

#cr-style input[type='checkbox'],
#cr-style input[type='radio'] {
    display: none;
}

#cr-style input[type='submit'],
#cr-style input[type='button'],
#cr-style label,
#cr-style button,
#cr-style select {
    cursor: pointer;
}

#cr-style select::-ms-expand {
    display: none;
}
#cr-style form#mailformpro label.mfp_not_checked {
    padding: 0;
    border: none;
}
#cr-style form#mailformpro label{
    margin: 0 auto 14px;
    border-radius: 0;
}
#cr-style form#mailformpro label.mfp_checked {
    padding: 0;
    border: none;
    background-color: #ececec;
    box-shadow: none;
    color: #a0a0a0;
}
#cr-style form#mailformpro label.u-checkbox.mfp_checked{
    background-color: none;
}
#cr-style form#mailformpro dl dd {
    border-top: none;
    margin: 0px;
    padding: 0;
    font-size: 100%;
    line-height: 1.5em;
    text-align: left;
}
form#mailformpro dl dt {
    float: none;
    width: auto;
    clear: both;
    font-size: 100%;
    padding: 0;
    text-align: left;
    border-top: none;
    margin: 0px;
}
form#mailformpro dl dd ul.caution {
    margin-left: 0;
    padding-top: 0;
}
form#mailformpro dl dd ul.caution li{
    list-style-type: none;
    padding-bottom: 0;
}
/*共通パーツ*/
#cr-style{
    font-feature-settings: "palt";
    letter-spacing: .03em;
}
#cr-style .sp_br{
    display: none;
}
#cr-style .l-row{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 12px);
}
#cr-style .l-row-2{
    width: calc(50% - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
}
#cr-style .l-row-3{
    width: calc(33.3333% - 16px);
    margin-right: 12px;
    position: relative;
    display: flex;
}
#cr-style .l-row-5{
    width: calc(20% - 12px);
    margin-right: 12px;
    position: relative;
    display: flex;
}
#cr-style form#mailformpro .c-bg_be{
    background: #F7F5F1;
    padding: 25px 15px;
}
#cr-style form#mailformpro .c-section-box{
    margin-bottom: 40px;
}
#cr-style form#mailformpro .u-text-pk{
    color: #F06767;
}
#cr-style form#mailformpro .u-text-or{
    color: #E67229;
}
#cr-style form#mailformpro .u-text-bl{
    color: #4484CE;
}
#cr-style .u-text-center{
    text-align: center;
}
#cr-style .u-text-right{
    text-align: right;
}
#cr-style .u-text-bold{
    font-weight: bold;
}
#cr-style .u-mb-1{
    margin-bottom: 1rem;
}
#cr-style .u-mb-2{
    margin-bottom: 2rem;
}
#cr-style .u-mb-3{
    margin-bottom: 3rem;
}
#cr-style .u-mb-4{
    margin-bottom: 4rem;
}
#cr-style .u-mb-5{
    margin-bottom: 5rem;
}
#cr-style .u-mr-1{
    margin-right: .5rem;
}
#cr-style .u-title-1{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
    background: none;
}
#cr-style button#mfp_recorder_restore,button#mfp_recorder_clear,button.enabled#mfp_recorder_record,button#mfp_recorder_record{
    padding: 8px 18px 8px 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    margin: 5px;
}
#cr-style button#mfp_recorder_restore,
#cr-style button#mfp_recorder_record{
    border: 1px solid #13954A;
    color: #13954A;
    background: url(../../image/mfp/ico-download.svg)no-repeat;
    background-position: 5px;
}
#cr-style button.enabled#mfp_recorder_record{
    border: 1px solid #13954A;
    color: #13954A;
    background: url(../../image/mfp/ico-check-circle-u.svg)no-repeat;
    background-position: 5px;
}
#cr-style button#mfp_recorder_clear{
    border: 1px solid #888888;
    color: #888888;
    background: url(../../image/mfp/ico-delete.svg)no-repeat;
    background-position: 5px;
}
#cr-style form#mailformpro label.u-button.ico-plus{
    background: url(../../image/mfp/ico-plus.png)no-repeat;
    padding: 29px 12px;
    background-position: right 15px top 50%;
}
#cr-style form#mailformpro label.u-button.ico-plus.mfp_checked{
    background: url(../../image/mfp/ico-minus.png)no-repeat #fff8e7;
    padding: 29px 12px;
    background-position: right 15px top 50%;
}

#cr-style button.mfp_next,#cr-style button.mfp_element_submit.mfp_element_all{
    color: #fff;
    background: url(../../image/mfp/ico-arrow-right.svg)no-repeat #FF7301;
    background-size: 40px;
    background-position: left 24px top 50%;
    padding: 14px 24px 14px 70px;
    text-align: center;
    margin: 0 auto 20px;
    text-shadow:none;
    border-radius: 5px;
    box-shadow: 0px 3px #cfcdca;
    float: right;
    font-weight: bold;
}
#cr-style button.mfp_prev{
    color: #fff;
    background: url(../../image/mfp/ico-arrow-left.svg)no-repeat #c9c9c9;
    background-size: 40px;
    background-position: left 24px top 50%;
    padding: 14px 24px 14px 70px;
    text-align: center;
    margin: 0 auto 20px;
    text-shadow:none;
    border-radius: 5px;
    box-shadow: 0px 3px #cfcdca;
    float: left;
    font-weight: bold;
}

#cr-style .u-annotation{
    font-size: 12px;
    line-height: 1.6;
    color: #555;
    padding-left: 15px;
    position: relative;
    text-indent: -1em;
}
#cr-style .u-annotation.u-text-bold{
    font-size: 14px;
}
#cr-style .u-annotation:before{
    content: '※';
    font-size: 12px;
    color: #555;
    left: 0;
    position: relative;
    line-height: 1.3;
}
#cr-style em{
    color: #BE0909;
    font-style: normal;
    font-size: 10px;
}
#cr-style .u-title-2{
font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 16px;
    text-align: left;
}
#cr-style .u-title-2 span{
    background: #707070;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    vertical-align: middle;
    padding: 6px 5px;
    margin-right:14px;
    color:  #fff;
}
#cr-style .u-title-2 b{
    color: #E67229;
}
#cr-style .u-title-2 .required{
    background: #BE0909;

}
#cr-style .u-title-2 span:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 11px solid #707070;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 100%;
    z-index: 2;
}
#cr-style .u-title-2 .required:after{
    border-left: 11px solid #BE0909;
}
#cr-style .u-title-3{
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}
#cr-style .u-title-4{
    font-weight: bold;
    color: #fff;
    background: #FF7301;
    padding: 4px 8px;
    border-radius: 5px 5px 0 0;
    display: block;
    margin: 0 auto 0 0;
    text-align: center;
    width: 200px;
    line-height: 1.3;
}

#cr-style form#mailformpro label.u-pulldown{
    display: block;
    margin-bottom: 1px;
    padding: 12px 12px 12px 32px;
    position: relative;
}
#cr-style form#mailformpro label.u-pulldown.mfp_checked{
background: #fff;
    border-bottom: none;
}
#cr-style form#mailformpro label.u-pulldown .u-toggle_btn {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: #0052a4;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}
#cr-style form#mailformpro label.u-pulldown .u-toggle_btn:before, #cr-style form#mailformpro label.u-pulldown .u-toggle_btn:after {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#cr-style form#mailformpro label.u-pulldown .u-toggle_btn:before {
    width: 2px;
    height: 10px;
}
#cr-style form#mailformpro label.u-pulldown.mfp_checked .u-toggle_btn{
    background: #999;
}
#cr-style form#mailformpro label.u-pulldown.mfp_checked .u-toggle_btn:before{
    width: 0;
}
#cr-style form#mailformpro label.u-title-4.mfp_not_checked,
#cr-style form#mailformpro label.u-title-4.mfp_checked{
    padding: 4px 8px;
    position: relative;
    box-shadow: 0px 3px #cfcdca;
    border-radius: 5px;
}

#cr-style a.u-text-link{
    color: #069187;
    text-decoration: underline;
    padding: 5px 0 5px 18px;
    background: url(../../image/mfp/question-circle-fill.svg)no-repeat;
    background-size: auto;
    background-size: 16px;
    background-position: 0px 4px;
    font-size: 12px;
    font-weight: normal;
}
#cr-style .box {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 24px 24px 12px;
}
#cr-style ::selection{
    background: #fff8e7;
}
#cr-style input.u-input,#cr-style textarea.u-input {
    border-radius: 10px;
    padding: 12px 16px;
    border: 1px solid #CFCDCA;
    background: #F0F0F0;
}
#cr-style input.u-input.problem{
    background: #F8E5E5;
}
#cr-style .u-checkbox-input{
    display: none;
}
#cr-style .u-checkbox-parts{
    padding-left: 40px;
    position:relative;
    color: #000;
}
#cr-style .u-checkbox-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: 0;
    background: #F0F0F0;
    width: 35px;
    height: 35px;
    border: 1px solid #CFCDCA;
    border-radius: 3px;
}
#cr-style .u-checkbox-parts.no-required::before{
    background: #F0F0F0;
}

#cr-style form#mailformpro label.u-checkbox{
    background: none;
}
#cr-style .mfp_checked .u-checkbox-input{
    color: #d01137;
}
#cr-style .mfp_checked .u-checkbox-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 11px;
    width: 12px;
    height: 20px;
    transform: rotate(
        40deg);
    border-bottom: 3px solid #d01137;
    border-right: 3px solid #d01137;

}
#cr-style .mfp_checked .u-checkbox-parts::before{
    background: #fff8e7;
}
#cr-style .u-fukidashi {
    position: absolute;
    display: inline-block;
    margin: 1.5em 0;
    text-align: center;
    padding: 6px;
    min-width: 105px;
    max-width: 100%;
    color: #fff;
    font-size: 10px;
    border-radius: 30px;
    background: #eee;
    line-height: 1;
    top: -13px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
#cr-style .u-fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    border: 4px solid transparent;
    border-top: 7px solid #eee;
}
#cr-style .c-bg_pk{
    background: #F06767;
}
#cr-style .c-bg_bl{
    background: #4484CE;
}
#cr-style .c-bg_ye{
    background: #FCCC4F;
    color: #F20000;
}
#cr-style .u-fukidashi.c-bg_pk:before {
    border-top: 7px solid #F06767;
}
#cr-style .u-fukidashi.c-bg_bl:before {
    border-top: 7px solid #4484CE;
}
#cr-style .u-fukidashi.c-bg_ye:before {
    border-top: 7px solid #FCCC4F;
}
#cr-style form#mailformpro label.u-button{
    border: 2px solid #CFCDCA;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px #CFCDCA;
    padding:25px 12px;
    width: 100%;
}
#cr-style form#mailformpro label.u-button:active{
    box-shadow: none;
    position: relative;
    top: 3px;
}
#cr-style form#mailformpro label.u-button.mfp_checked{
    box-shadow: none;
    position: relative;
    top: 3px;
    background: #fff8e7;
    color: #000;
}
#cr-style form#mailformpro label.u-button.mfp_checked:after{
    position: absolute;
    bottom: -15px;
    content: url(../../image/mfp/ico-select.png);
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#cr-style form#mailformpro label.u-button.area-chest{
    background: url(../../image/mfp/area-chest.png)no-repeat;
    background-size: contain;
    background-position: left 10px top 0;
    padding-left: 100px;
}
#cr-style form#mailformpro label.u-button.area-back{
    background: url(../../image/mfp/area-back.png)no-repeat;
    background-size: contain;
    background-position: left 10px top 0;
    padding-left: 100px;
}
#cr-style form#mailformpro label.u-button.area-sleeve{
    background: url(../../image/mfp/area-sleeve.png)no-repeat;
    background-size: contain;
    background-position: left 10px top 0;
    padding-left: 100px;
}
#cr-style form#mailformpro label.u-button.area-others{
    background: url(../../image/mfp/area-others.png)no-repeat;
    background-size: contain;
    background-position: left 10px top 0;
    padding-left: 150px;
}
#cr-style form#mailformpro label.u-button.area-chest.mfp_checked{
    background: url(../../image/mfp/area-chest.png)no-repeat #fff8e7;
    background-size: contain;
    background-position: left 10px top 0;
}
#cr-style form#mailformpro label.u-button.area-back.mfp_checked{
    background: url(../../image/mfp/area-back.png)no-repeat #fff8e7;
    background-size: contain;
    background-position: left 10px top 0;
}
#cr-style form#mailformpro label.u-button.area-sleeve.mfp_checked{
    background: url(../../image/mfp/area-sleeve.png)no-repeat #fff8e7;
    background-size: contain;
    background-position: left 10px top 0;
}
#cr-style form#mailformpro label.u-button.area-others.mfp_checked{
    background: url(../../image/mfp/area-others.png)no-repeat #fff8e7;
    background-size: contain;
    background-position: left 10px top 0;
}


/*mfp_phase_stat*/
ul#mfp_phase_stat li {
    display: inline-block;
    padding: 0;
    line-height: 1em;
    margin: 0px 0px;
    list-style: none;
    font-size: 12px;
}
ul#mfp_phase_stat li:first-child {
    border-radius: 0;
}
ul#mfp_phase_stat li.mfp_active_phase {
    box-shadow: 0px 0px 0px #999;
    background-image: none;
    background-size: 100% 100%;
    background-color: #0068B7;
    border: none;
    font-weight: bolder;
    color: #FFF;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
ul#mfp_phase_stat li.mfp_inactive_phase {
    background-image: none;
    background-size: 100% 100%;
    background-color: #EEE;
    border: none;
    color: #000;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#cr-style ul#mfp_phase_stat {
    background: #FFCB40;
    margin: 0;
}
#cr-style ul#mfp_phase_stat li {
    padding: 10px;
    position: relative;
    margin-right: 16px;
    background: #fff;
}
#cr-style ul#mfp_phase_stat li.mfp_active_phase{
    background-color: #FF7301;
}
#cr-style ul#mfp_phase_stat li::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 11px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 100%;
    z-index: 2;
}
#cr-style ul#mfp_phase_stat li.mfp_active_phase::after{
    border-left: 11px solid #FF7301;
}
#cr-style ul#mfp_phase_stat li:last-child{
    background-color: #FFCB40;
}
#cr-style ul#mfp_phase_stat li:last-child::after{
    border-left: 0 solid #FFCB40;
}
#cr-style .p-plan-text{
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
}
#cr-style .p-plan-text span{
    color: #F06767;
    font-weight: bold;
    font-size: 130%;
}
#cr-style form#mailformpro .p-step1-1{
    padding-top: 32px
}
#cr-style .cf:before {
    content: " ";
    display: table;
}

#cr-style .cf:after {
    content: " ";
    display: table;
    clear: both;
}
#cr-style .cf .l-row-3{
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
}
input:checked + label {
    background: #eee;
}
#cr-style .p-total-box {
    background: #eee;
    padding: 24px;
    margin: 10px auto;
    text-align: left;
}
#cr-style .p-total-box .u-flex{
    display: flex;
    justify-content: end;
    align-items: self-end;
}
#cr-style .p-total-box .box{
    padding: 12px 24px 12px;
}
#cr-style .p-total-box_ttl{
    position: relative;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    line-height: 1.2;
    padding-right: 24px;
    margin-right: 24px;
}
#cr-style .p-total-box_ttl:after{
    content: '';
    width: 24px;
    height: 24px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(
        45deg);
    transform: rotate(
        45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
}
.p-total-box_text{
    font-weight: bold;
    line-height: 1.2;
    padding-right: 24px;
    margin-left: 10px;
}
#cr-style #mfp_price {
    color: #FF2222;
    font-size: 32px;
    padding: 0;
    font-weight: normal;
    line-height: 1;
    text-align: right;
}
#cr-style #mfp_price span{
    color: #FF2222;
}

#cr-style .c-select select{
    border-radius: 3px;
    padding: 4px 42px 4px 16px;
    border: 1px solid #CFCDCA;
    position: relative;
    border-right: 34px solid #CFCDCA;
}
#cr-style .c-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px; height: 10px;
    top: 50%; right: 12px;
    margin-top: -3px;
    border-bottom: 2px solid #626262;
    border-right: 2px solid #626262;
    transform: rotate(45deg) translateY(-50%);
    transition: all .2s ease-in-out;
    transform-origin: 50% 0;
}

.c-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}
.c-select-wrapper select {
    display: none;
}
.c-select {
    position: relative;
    display: inline-block;
}
.c-select-trigger {
    position: relative;
    display: block;
    width: 500px;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #b5b5b5;
}
.c-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px; height: 10px;
    top: 50%; right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .2s ease-in-out;
    transform-origin: 50% 0;
}
.c-select.opened .c-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    font-weight: 600;
    color: #2d2d2d;
    line-height: 4rem;
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 3;
}
.c-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%; right: 25px;
    width: 7px; height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    font-weight: 600;
    color: #2d2d2d;
    line-height: 4rem;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9;
}
.c-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}
.c-select-wrapper select {
    display: none;
}
.c-select {
    position: relative;
    display: inline-block;
}
.c-select-trigger {
    position: relative;
    display: block;
    width: 500px;
    padding: 10 84px 10 22px;
    cursor: pointer;
}
.c-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px; height: 10px;
    top: 50%; right: 25px;
    margin-top: -3px;
    border-bottom: 2px solid #545454;
    border-right: 2px solid #545454;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.c-select.opened .c-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}
.c-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%; right: 25px;
    width: 7px; height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    line-height: 4rem;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.mfp_element_select-one{
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
#cr-style form#mailformpro .u-title-4_box {
    padding: 16px;
    border: 1px solid #C4C4C4;
}
#cr-style form#mailformpro #other_item label{
margin: 0;
}

@media screen and (max-width: 800px){
    #cr-style .sp_br{
        display: block;
    }
    #cr-style ul#mfp_phase_stat {
        background: none;
        padding: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
    }
    #cr-style ul#mfp_phase_stat li {
        padding: 0;
        margin-right: 8px;
        font-size: 10px;
        width: 17%;
        line-height: 1.2;
    }
    #cr-style ul#mfp_phase_stat li:last-child {
        background-color: transparent;
    }
    #cr-style ul#mfp_phase_stat li.mfp_active_phase{
        background-color: transparent;
        color: #000;
    }
    #cr-style ul#mfp_phase_stat li::after {
        content: " ";
        display: block;
        width: 10px;
        height: 10px;
        background: #ffffff;
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        position: absolute;
        top: auto;
        margin-top: -16px;
        bottom: -12px;
        left: 43%;
        z-index: 2;
        border: 1px solid #bbb;
        border-radius: 50%;
    }
    #cr-style ul#mfp_phase_stat li.mfp_active_phase::after {
        border-left: 0;
        background: #FF7301;
    }
    #cr-style .l-row-5 {
        width: calc(50% - 12px);}
    #cr-style .l-row-5.p-saleplan{
        width: 100%;}
    #cr-style .l-row-2 {
        width: 100%;}
    #cr-style #order_date .l-row-2 {
        width: calc(50% - 12px);}
    #cr-style .u-title-2{
        font-size: 14px;
        padding-left: 38px;
        border-bottom: none;
    }
    #cr-style .u-title-2 span{
        position: absolute;
        left: 15px;
    }
    #cr-style .u-title-3{
        font-size: 14px;
    }
    #cr-style form#mailformpro .c-bg_be {
        background: none;
        padding: 0;
    }
    #cr-style .box{
        padding: 15px;
    }
    #cr-style .u-annotation {
        font-size: 10px;
        line-height: 1.5;
        margin: 10px auto;}

    #cr-style button.mfp_next, #cr-style button.mfp_element_submit.mfp_element_all,#cr-style button.mfp_prev{
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        height: auto;
        padding: 30px 10px;
    }
    #cr-style #mfp_phase_1 .l-row-2{
        width: calc(50% - 12px);}
    #cr-style form#mailformpro #mfp_phase_1 .l-row-2 label.u-button{
        padding: 15px 12px 15px 90px;
        font-size: 15px;
        font-weight: bold;
    }

    #cr-style form#mailformpro #other_item .l-row-3{
        width: calc(50% - 8px);
        margin-right: 0px;
    }
    #cr-style form#mailformpro #other_item label.u-button{
        padding: 8px 10px 16px;
        font-size: 10px;
        margin-bottom: 0;
        white-space: initial;
    }
    #cr-style .u-title-1 {
        color: #fff;
        font-size: 14px;
        background: #f87303;
        padding: 10px 14px;
        position: relative;
    }
    #cr-style .u-title-1:before,#cr-style .u-title-1:after {
        content: "";
        background: #f87303;
        position: absolute;
        width: 16px;
        height: 43px;
        top: 0;
    }
    #cr-style .u-title-1:before{
        left: -15px;
    }
    #cr-style .u-title-1:after {
        right: -15px;
    }
    #cr-style .mfp_phase{
        padding: 0 15px;
        background: #ece5d6;
    }
    #cr-style .u-text-bold span {
        font-weight: bold;
    }
    #cr-style .p-total-box{
        margin: 0 auto;
    }
    #cr-style form#mailformpro .u-title-4_box{
        padding: 16px 0;
        border: none;
        margin-bottom: 2rem;
    }
    #cr-style .u-title-4{
        width: 100%;
        border-radius: 5px;
        position: relative;
    }
    #cr-style .u-title-4:not(.mfp_checked,.mfp_not_checked):before {
        content: "";
        position: absolute;
        top: 98%;
        left: 53%;
        margin-left: -15px;
        border: 7px solid transparent;
        border-top: 12px solid #FF7301;
    }
    .mfp_rows#order_date{
        padding-bottom: 0;
    }
    #cr-style form#mailformpro label{
        margin: 0 auto 18px;
    }
    #cr-style .u-checkbox-parts{
        line-height: 2;
    }
    #cr-style .c-select select{
        padding: 15px 42px 15px 16px;
        font-weight: bold;
        font-size: 16px;
    }
/*
    #cr-style .p-total-box{
        position: fixed;
        bottom: 38px;
        width: 100%;
        left: 0;
        z-index: 4;
        border-top: 3px solid #c5c5c5;
    }
*/
    #cr-style .p-total-box .box{
        flex-flow: wrap;
    }
    #cr-style .p-total-box_ttl,#cr-style #mfp_price{
        margin-bottom: 10px;
    }
    .p-total-box_text {
        padding-right: 0;
        width: 100%;
        text-align: right;
        font-size: 18px;
    }
}

#cr-style form#mailformpro label.u-title-4.mfp_checked .add_text:before{
    content: "削除する";
}
#cr-style form#mailformpro label.u-title-4.mfp_not_checked .add_text:before{
    content: "追加する";
}
