/*====================================================================

    mailformpro.css

====================================================================*/
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(../../mailform/mfp.statics/_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(../../mailform/mfp.statics/_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: #E8EEF9;
    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(../../mailform/mfp.statics/_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(../../mailform/mfp.statics/_images/mfp_error.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
.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: 8px 15px;
    border-radius: 5px;
    margin: 0px 5px;
    list-style: none;
    font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
    box-shadow: none;
    color: #999;
    padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
    box-shadow: 0px 1px 6px #000;
    background-image: url(../../mailform/mfp.statics/_images/mfp_header.png);
    background-size: 100% 100%;
    background-color: #0068B7;
    border: solid 2px #0068B7;
    font-weight: bolder;
    color: #FFF;
    text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
    background-image: url(../../mailform/mfp.statics/_images/mfp_header.png);
    background-size: 100% 100%;
    background-color: #EEE;
    border: solid 2px #EEE;
    color: #999;
    box-shadow: 0px 1px 6px #CCC;
}
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_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(../../mailform/mfp.statics/_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(../../mailform/mfp.statics/_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(../../mailform/mfp.statics/_images/mfp_zip_loading.gif) no-repeat center center;
}
.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_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;
}
.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(../../mailform/mfp.statics/_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
    background-size: 24px 24px;
}
button#mfp_recorder_clear {
    background: url(../../mailform/mfp.statics/_images/mfp_record_remove.png) no-repeat 5px center #EEE;
    background-size: 24px 24px;
}
button#mfp_recorder_restore {
    background: url(../../mailform/mfp.statics/_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(../../mailform/mfp.statics/_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(../../mailform/mfp.statics/_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;
}
@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;
    }
}


/*====================================================================

    slick.css

====================================================================*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*====================================================================

    PC/SP共通

====================================================================*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* add style */
li {
    list-style: none;
}


/*---------------------------------------------
    Base style
---------------------------------------------*/
html {
    font-size: 62.5%;
}
body {
    color: #333333;
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
input,
select,
textarea,
#schedule {
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
img {
    max-width: 100%;
    backface-visibility: hidden;
}
.inner-a {
    position: relative;
}
.text-area {
    font-size: 1.4rem;
    line-height: 2.2;
}
.marker.yerrow {
    background: linear-gradient(transparent 60%, #ffdf66 60%);
}
.marker.pink {
    background: linear-gradient(transparent 60%, #f2b0c4 60%);
}
.marker.blue {
    background: linear-gradient(transparent 60%, #70c2e3 60%);
}
.marker.green {
    background: linear-gradient(transparent 60%, #a3cf8b 60%);
}

/*====================================================================*/


@media print, screen and (min-width:768px) {
/*====================================================================

    PC

====================================================================*/

    /*---------------------------------------------
        common style
    ---------------------------------------------*/
    .inner-a {
        max-width: 1000px;
        padding: 0 10px;
        margin: 0 auto;
    }
    a img {
        transition: 0.3s opacity;
    }
    a:hover img {
        opacity: 0.8;
    }
    .hidden-pc,
    .visible-sp {
        display: none;
    }


    /*---------------------------------------------
        header
    ---------------------------------------------*/
    header .inner-a {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        height: 80px;
    }
    header .inner-a:after {
        content: none;
    }
    header .logo {
        width: 60%;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    header .logo .title {
        order: 2;
        margin-left: 20px;
        font-size: 1.6rem;
        font-weight: bold;
    }
    header .logo .logo-mark {
        order: 1;
        width: 190px;
    }
    header .header-nav {
        width: 67%;
        padding: 0 2% 0 0;
        box-sizing: border-box;
    }
    header .header-nav .header-contact {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        margin: 20px 0;
    }
    header .global-nav {
        width: 40%;
    }
    header .global-nav ul {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        font-size: 1.6rem;
    }
    header .global-nav ul li {
        margin-right: 20px;
    }
    header .global-nav ul li:last-child {
        margin-right: 0;
    }
    header .global-nav ul li a {
        background: url(../images/bg_link_arrow.png) no-repeat left center;
        background-size: 16px auto;
        padding-left: 20px;
        text-decoration: none;
        color: #818181;
    }
    header .global-nav ul li a:hover {
        text-decoration: underline;
    }


    /*---------------------------------------------
        #main-header
    ---------------------------------------------*/
    body.top main {
        display: block;
        background: url(../images/bg_header.png) no-repeat center top;
        background-size: 100% auto;
    }
    body.company main {
        display: block;
        background: url(../images/bg_header_company.png) no-repeat center top;
        background-size: 100% auto;
    }
    #main-header .inner-a {
        padding: 0 0 26px 0;
    }
    #main-header .head-name {
        position: relative;
        padding: 40px 0 0 0;
    }
    #main-header .head-name .head-name-1 {
        width: 50%;
        margin: 0 0 30px 6%;
    }
    #main-header .head-name .head-name-2 {
        width: 59%;
    }
    #main-header .head-name .head-3 {
        position: absolute;
        top: 20px;
        right: 0;
        width: 49%;
    }


    /*---------------------------------------------
        body.company
    ---------------------------------------------*/
    body.company #main-header .inner-a {
        height: 240px;
    }
    body.company #main-header .inner-a .title {
        text-align: center;
        font-size: 3.8rem;
        font-weight: bold;
        color: #01777E;
        padding-top: 120px;
    }
    body.company .profile {
        padding-bottom: 80px;
    }
    body.company .profile .list {
        border-top: 1px dashed #01777E;
    }
    body.company .profile .list li {
        border-bottom: 1px dashed #01777E;
        padding: 30px;
        font-size: 1.6rem;
        line-height: 1.6;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    body.company .profile .list li .name {
        width: 30%;
        text-align: right;
        padding-right: 8%;
        box-sizing: border-box;
        font-weight: bold;
        color: #01777E;
    }
    body.company .profile .list li .value {
        width:70%;
    }
    body.company .profile .list li .value.column {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    body.company .profile .list li .value:nth-of-type(2).column {
        margin-bottom: 20px;
    }
    body.company .profile .list li:last-child .value:nth-of-type(2).column {
        margin-bottom: 0;
    }
    body.company .profile .list li .value.column .text {
        width: 60%;
        padding-right: 2%;
        box-sizing: border-box;
    }
    body.company .profile .list li .value.column figure {
        width: 40%;
    }
    body.company .profile .list li .link {
        margin-top: 10px;
    }
    body.company .profile .list li .link a {
        background: url(../images/bg_link_arrow.png) no-repeat left center;
        background-size: 16px auto;
        padding-left: 20px;
        text-decoration: none;
        color: #818181;
    }
    body.company .profile .list li .link a:hover {
        text-decoration: underline;
    }
    body.company .access-map.profile .title  {
        text-align: center;
        font-size: 2.6rem;
        font-weight: bold;
        color: #01777E;
    }
    body.company .access-map.profile .list {
        border-top: none;
    }
    body.company .access-map.profile .list li {
        border-bottom: none;
    }
    body.company .access-map.profile .list li .map {
        margin-top: 20px;
        width: 100%;
        height: 400px;
    }
    body.company .access-map.profile .list li .map iframe {
        width: 100%;
        height: 100%;
    }
    body.company .access-map.profile .list li .name {
        width: 14%;
        padding-right: 4%;
        text-align: left;
    }
    body.company .access-map.profile .list li .value {
        width: 86%;
    }

    /*---------------------------------------------
        body.thanks
    ---------------------------------------------*/
    body.thanks main {
        display: block;
        background: url(../images/bg_header_company.png) no-repeat center top;
        background-size: 100% auto;
    }
    body.thanks #main-header .inner-a {
        height: 240px;
    }
    body.thanks #main-header .inner-a .title {
        text-align: center;
        font-size: 3.8rem;
        font-weight: bold;
        color: #01777E;
        padding-top: 120px;
    }
    body.thanks .inner-a p {
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    body.thanks .content {
        padding: 0 0 300px;
        width: 600px;
        margin: 0 auto;
    }

    /*---------------------------------------------
        .manga
    ---------------------------------------------*/
    .manga01 {
        margin-bottom: 20px;
    }
    .manga03 {
        margin-bottom: 60px;
    }

    /*---------------------------------------------
        .strength
    ---------------------------------------------*/
    .strength {
        padding: 40px 0;
    }
    .strength .title {
        text-align: center;
        margin-bottom: 20px;
    }
    .strength .title img {
        width: 340px;
    }
    .strength .list li {
        padding: 40px 50px 60px 50px;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        position: relative;
    }
    .strength .list li .text {
        width: calc(62% - 30px);
        margin-right: 30px;
    }
    .strength .list li .image {
        width: 38%;
    }
    .strength .list li .text .num {
        width: 120px;
        margin-bottom: 20px;
    }
    .strength .list li .text .sub-title {
        font-size: 3.6rem;
        font-weight: bold;
        line-height: 1.4;
        color: #01777E;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 2px dashed#4A9297;
    }
    .strength .list li .text p {
        font-size: 1.6rem;
        font-weight: bold;
        color: #666666;
        line-height: 1.8;
    }
    .strength .list li:nth-of-type(1) {
        background:  #F6FEFF url(../images/bg_strength-1.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .strength .list li:nth-of-type(2) {
        background: #E8FBFC url(../images/bg_strength-2.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .strength .list li:nth-of-type(3) {
        background: #DDF6F8 url(../images/bg_strength-3.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .strength .list li:nth-of-type(2) .text {
        order: 2;
        margin-left: 30px;
        margin-right: 0;
    }
    .strength .list li:nth-of-type(2) .image {
        order: 1;
    }
    .strength .list li:nth-of-type(3) {
        padding: 10px 50px 80px 50px;
    }


    /*---------------------------------------------
        #free-trial
    ---------------------------------------------*/
    #free-trial {
        background: #F6FEFF;
        position: relative;
        padding-bottom: 60px;
    }
    #free-trial:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: #fff;
    }
    #free-trial .title-head {
        position: relative;
        z-index: 10;
    }
    #free-trial .title-head .sub-title {
        width: 420px;
        margin: 0 auto 20px;
    }
    #free-trial .title-head .section-title {
        width: 100%;
        padding: 40px 0;
        margin-bottom: 90px;
        background: #01777E;
        text-align: center;
        position: relative;
    }
    #free-trial .title-head .section-title:after {
        content: "";
        position: absolute;
        bottom: -34px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 34px 100px 0 100px;
        border-color: #01777E transparent transparent transparent;
    }
    #free-trial .title-head .section-title img {
        width: 840px;
    }
    #free-trial .title-tel {
        width: 180px;
        margin: 0 auto 20px;
    }
    #free-trial .title-mail {
        width: 346px;
        margin: 0 auto 20px;
    }
    #free-trial .tel-box {
        padding: 14px 0 0;
        background: #fff;
        padding-top: 10px;
        margin-bottom: 60px;
    }
    #free-trial .tel-box .tel-num {
        width: 521px;
        margin: 0 auto;
    }
    #free-trial .tel-box .service-time {
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        padding-bottom: 25px;
    }
    #free-trial .mail-form {
        padding: 30px 0 0;
        background: #fff;
    }
    #free-trial .free-trial-form {
        width: 1000px;
        margin: 0 auto;
        padding: 40px 60px;
        background: #fff;
        box-sizing: border-box;
    }
    #free-trial .free-trial-form .form {
        width: 100%;
        border-top: 1px solid #dddddd;
    }
    #free-trial .free-trial-form .form tr .form {
        border-top: none;
    }
    #free-trial .free-trial-form .form .width-100-per {
        width: -webkit-calc(100% - 20px)!important;
        width: calc(100% - 20px)!important;
    }
    #free-trial .free-trial-form .form .width-60-per {
        width: -webkit-calc(60% - 20px)!important;
        width: calc(60% - 20px)!important;
    }
    #free-trial .free-trial-form .form .width-40-per {
        width: -webkit-calc(40% - 20px)!important;
        width: calc(40% - 20px)!important;
    }
    #free-trial .free-trial-form .form .width-30-per {
        width: -webkit-calc(30% - 20px)!important;
        width: calc(30% - 20px)!important;
    }
    #free-trial .free-trial-form .form input {
        font-size: 1.4rem;
        padding: 6px 10px;
        margin: 0;
    }
    #free-trial .free-trial-form .form [type="text"],
    #free-trial .free-trial-form .form textarea {
        border: 1px solid #dddddd;
    }
    #free-trial .free-trial-form .form tr {
        border-bottom: 1px solid #dddddd;
    }
    #free-trial .free-trial-form .form tr .form tr,
    #free-trial .free-trial-form .form tr.borderOff {
        border-bottom: none;
    }
    #free-trial .free-trial-form .form tr th,
    #free-trial .free-trial-form .form tr td {
        padding: 14px 20px;
        font-size: 1.4rem;
        line-height: 1.4;
        vertical-align: middle;
        box-sizing: border-box;
    }
    #free-trial .free-trial-form .form tr.borderOff th,
    #free-trial .free-trial-form .form tr.borderOff td {
        padding: 14px 20px 0;
    }
    #free-trial .free-trial-form .form tr.borderOff + tr th,
    #free-trial .free-trial-form .form tr.borderOff + tr td {
        padding: 0 20px 14px;
    }
    #free-trial .free-trial-form .form tr th {
        text-align: left;
        width: 35%;
    }
    #free-trial .free-trial-form .form tr .required:after,
    #free-trial .free-trial-form .form tr .any:after {
        color: #fff;
        padding: 3px 5px;
        margin-left: 8px;
        font-size: 1.1rem;
        line-height: 1;
    }
    #free-trial .free-trial-form .form tr .form tr th {
        padding: 14px 20px 14px 0;
        width: 34.2%;
    }
    #free-trial .free-trial-form .form tr .form tr td {
        padding: 14px 0 14px 20px;
    }
    #free-trial .free-trial-form .form tr .required:after {
        content: "\5fc5\9808";/* 必須 をUnicode変換して記述*/
        background: #00757D;
    }
    #free-trial .free-trial-form .form tr .any:after {
        content: "\4efb\610f";/* 任意 をUnicode変換して記述*/
        background: #989898;
    }
    #free-trial .free-trial-form .form tr .email,
    #free-trial .free-trial-form .form tr .confirm_email {
        display: inline-block;
    }
    #free-trial .free-trial-form .form tr th .email,
    #free-trial .free-trial-form .form tr th .confirm_email {
        padding: 5px 0;
    }
    #free-trial .free-trial-form .form tr td .email,
    #free-trial .free-trial-form .form tr td .confirm_email {
        width: 100%;
    }
    #free-trial .free-trial-form .form tr .radio {
        margin-bottom: 5px;
    }
    #free-trial .free-trial-form .form tr td .radio:last-child {
        margin-bottom: 0;
    }
    #free-trial .free-trial-form .form tr td .radio label {
        margin-left: 5px;
        cursor: pointer;
        display: inline;
        text-decoration: none;
        padding: 0;
        margin-bottom: 0;
        border-radius: 0;
    }
    #free-trial .free-trial-form .form tr td .text {
        margin-bottom: 8px;
        line-height: 1.4;
    }
    #free-trial .free-trial-form .form tr td input + .text {
        margin-top: 5px;
    }
    #free-trial .free-trial-form .form tr td .text.red-text {
        color: #ff0000;
    }
    #free-trial .free-trial-form .form tr td .text.mini {
        font-size: 1.2rem;
    }
    #free-trial .free-trial-form .form tr td select {
        padding: 4px 8px 8px;
        border: 1px solid #dddddd;
    }
    #free-trial .free-trial-form .form textarea {
        padding: 8px;
        min-height: 180px;
    }
    #free-trial .privacy-policy-area {
        width: 1000px;
        margin: 0 auto;
        padding: 0 60px;
        background: #fff;
        box-sizing: border-box;
    }
    #free-trial .privacy-policy-area .title {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
    #free-trial .privacy-policy-area .roll {
        padding: 20px;
        border: 1px solid #dddddd;
        font-size: 1.2rem;
        line-height: 1.6;
        height: 120px;
        overflow-y: auto;
    }
    #free-trial .btn-area {
        width: 1000px;
        margin: 0 auto;
        padding: 40px 60px;
        background: #fff;
        box-sizing: border-box;
        text-align: center;
    }
    #free-trial .btn-area button {
        -webkit-appearance: none;
        background: none;
        border: none;
        padding: 0;
        margin: 0 auto;
        cursor: pointer;
        transition: 0.3s opacity;
        border-radius: 0;
        text-shadow: initial;
        box-shadow: initial;
        width: 420px;
    }
    #free-trial .btn-area button:hover {
        opacity: 0.8;
    }
    #mfp_overlay_inner h4,
    #mfp_overlay_inner .confirm-title {
        margin: 15px 0 20px;
        padding: 0 10px;
        font-size: 1.6rem;
    }
    #mfp_overlay_inner .mfp_buttons {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        margin: 20px 0 10px 0;
    }
    #mfp_overlay_inner .mfp_buttons .mfp_element_button {
        margin: 0 10px;
        padding: 10px 0;
        width: 200px;
    }


    /*---------------------------------------------
        .free-trial-floating
    ---------------------------------------------*/
    .free-trial-floating {
        position: fixed;
        bottom: 140px;
        right: 10px;
        z-index: 20;
        width: 116px;
    }
    .free-trial-floating #btn-free-Trial {
        display: none;
    }


    /*---------------------------------------------
        footer
    ---------------------------------------------*/
    footer .profile-link {
        background: #E8FBFC;
        padding: 20px 0;
    }
    footer .profile-link .inner-a {
        display: -webkit-flex;
        display: flex;
    }
    footer .profile-link .inner-a .text {
        width: 57%;
    }
    footer .profile-link .inner-a .text .logo {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    footer .profile-link .inner-a .text .logo .logo-mark {
        width: 150px;
        margin-right: 20px;
    }
    footer .profile-link .inner-a .text .logo .title {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
    }
    footer .profile-link .inner-a .text .logo .title span {
        font-size: 1.2rem;
        display: block;
    }
    footer .profile-link .inner-a .address {
        width: 44%;
    }
    footer .profile-link .inner-a .address dl {
        display: -webkit-flex;
        display: flex;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    footer .profile-link .inner-a .address dl dt {
        font-weight: bold;
        margin-right: 20px;
    }
    footer .profile-link a {
        color: #818181;
        font-size: 1.2rem;
    }
    footer .copyright {
        background: #F3F3F3;
        text-align: center;
        padding: 12px 0;
        color: #818181;
        font-size: 0.9rem;
    }
    footer .inner-a:after {
        content: none;
    }
    footer .global-nav {
        margin-top: 10px;
    }
    footer .global-nav ul {
        display: -webkit-flex;
        display: flex;
        font-size: 1.4rem;
    }
    footer .global-nav ul li {
        margin-right: 15px;
    }
    footer .global-nav ul li a {
        background: url(../images/bg_link_arrow.png) no-repeat left center;
        background-size: 14px auto;
        padding-left: 20px;
        text-decoration: none;
    }
    footer .global-nav ul li a:hover {
        text-decoration: underline;
    }


}
/*====================================================================*/


@media screen and (min-width:768px) and (max-width:1000px) {
    /*====================================================================
    
        TAB
    
    ====================================================================*/
    .inner-a {
        max-width: 100%;
        padding: 0 20px;
    }
    #main-header .inner-a {
        padding: 0 20px 10px;
    }
    #main-header .head-name {
        padding: 40px 20px 0;
    }
    #main-header .head-name .head-3 {
        right: 20px;
        top: 28px;
        width: 47%;
    }
    footer .profile-link .inner-a .text {
        width: 50%;
    }
    footer .profile-link .inner-a .address {
        width: 50%;
    }
    footer .profile-link .inner-a .address dl dt {
        margin-right: 10px;
        width: 20%;
    }
    #free-trial .free-trial-form,
    #free-trial .privacy-policy-area,
    #free-trial .btn-area,
    #free-trial .title-head .section-title img {
        width: 100%;
    }
    #free-trial .title-head .section-title {
        padding: 40px 20px;
        box-sizing: border-box;
    }



}
/*====================================================================*/


@media screen and (max-width:767px) {
/*====================================================================

    SP

====================================================================*/

    /*---------------------------------------------
        common style
    ---------------------------------------------*/
    .inner-a {
        max-width: 767px;
        margin: 0 auto;
    }
    .section-title img {
        width: 100%;
    }
    .hidden-sp,
    .visible-pc {
        display: none;
    }


    /*---------------------------------------------
        header
    ---------------------------------------------*/
    header .global-nav {
        display: none;
    }
    header .logo {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 12px 0 10px 10px;
        box-sizing: border-box;
    }
    header .logo .title {
        width: calc(100% - 98px);
        order: 2;
        margin-left: 10px;
        font-size: 1.0rem;
        font-weight: bold;
    }
    header .logo .logo-mark {
        order: 1;
        width: 88px;
    }


    /*---------------------------------------------
        #main-header
    ---------------------------------------------*/
    body.top main {
        display: block;
        background: url(../images/bg_header.png) no-repeat center top;
        background-size: 450% auto;
    }
    #main-header .head-name {
        position: relative;
        padding: 20px 0 0 0;
    }
    #main-header .head-name .head-name-1 {
        width: 88%;
        margin: 0 0 15px 6%;
    }
    #main-header .head-name .head-name-2 {
        width: 94%;
        margin: 0 0 20px 3%;
    }
    #main-header .head-name .head-3 {
        width: 74%;
        margin: 0 0 0 13%;
    }
    #main-header .head-name .head-3 img {
        vertical-align: bottom;
    }


    /*---------------------------------------------
        body.company
    ---------------------------------------------*/
    body.company main {
        display: block;
        background: url(../images/bg_header_company.png) no-repeat center top;
        background-size: 230% auto;
    }
    body.company #main-header .inner-a {
        height: 140px;
    }
    body.company #main-header .inner-a .title {
        text-align: center;
        font-size: 2.6rem;
        font-weight: bold;
        color: #01777E;
        padding-top: 50px;
    }
    body.company .profile {
        padding-bottom: 40px;
    }
    body.company .profile .list {
        border-top: 1px dashed #01777E;
    }
    body.company .profile .list li {
        border-bottom: 1px dashed #01777E;
        padding: 15px 20px;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    body.company .profile .list li .name {
        font-weight: bold;
        color: #01777E;
    }
    body.company .profile .list li .value {
    }
    body.company .profile .list li .value.column {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    body.company .profile .list li .value:nth-of-type(2).column {
        margin-bottom: 20px;
    }
    body.company .profile .list li:last-child .value:nth-of-type(2).column {
        margin-bottom: 0;
    }
    body.company .profile .list li .value.column .text {
        margin-bottom: 10px;
    }
    body.company .profile .list li .value.column figure {
        width: 60%;
        margin: 0 auto;
    }
    body.company .profile .list li .link {
        margin-top: 10px;
    }
    body.company .profile .list li .link a {
        background: url(../images/bg_link_arrow.png) no-repeat left center;
        background-size: 16px auto;
        padding-left: 20px;
        text-decoration: none;
        color: #818181;
    }
    body.company .profile .list li .link a:hover {
        text-decoration: underline;
    }
    body.company .access-map.profile .title  {
        text-align: center;
        font-size: 2.0rem;
        font-weight: bold;
        color: #01777E;
    }
    body.company .access-map.profile .list {
        border-top: none;
    }
    body.company .access-map.profile .list li {
        border-bottom: none;
    }
    body.company .access-map.profile .list li .map {
        margin-top: 10px;
        width: 100%;
        height: 260px;
    }
    body.company .access-map.profile .list li .map iframe {
        width: 100%;
        height: 100%;
    }

    /*---------------------------------------------
        body.thanks
    ---------------------------------------------*/
    body.thanks main {
        display: block;
        background: url(../images/bg_header_company.png) no-repeat center top;
        background-size: 230% auto;
    }
    body.thanks #main-header .inner-a {
        height: 140px;
    }
    body.thanks #main-header .inner-a .title {
        text-align: center;
        font-size: 2.6rem;
        font-weight: bold;
        color: #01777E;
        padding-top: 50px;
        line-height: 1.4;
    }
    body.thanks .inner-a p {
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    body.thanks .content {
        margin-bottom: 60px;
    }


    /*---------------------------------------------
        .manga
    ---------------------------------------------*/
    .manga {
        width: 96%;
        margin: 0 2%;
    }
    .manga.manga01 {
        margin: 0 2% 7px;
    }
    .manga.manga03 {
        margin-bottom: 30px;
    }


    /*---------------------------------------------
        .strength
    ---------------------------------------------*/
    .strength {
        padding: 40px 0;
    }
    .strength .title {
        text-align: center;
        margin-bottom: 20px;
    }
    .strength .title img {
        width: 240px;
    }
    .strength .list li {
        padding: 20px 20px 30px 20px;
        position: relative;
    }
    .strength .list li .text {
        margin-bottom: 10px;
    }
    .strength .list li .image {
        width: 80%;
        margin: 0 auto;
    }
    .strength .list li .text .num {
        width: 80px;
        margin-bottom: 10px;
    }
    .strength .list li .text .sub-title {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.4;
        color: #01777E;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px dashed#4A9297;
    }
    .strength .list li .text p {
        font-size: 1.6rem;
        font-weight: bold;
        color: #666666;
        line-height: 1.8;
    }
    .strength .list li:nth-of-type(1) {
        background:  #F6FEFF url(../images/bg_strength-1.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .strength .list li:nth-of-type(2) {
        background: #E8FBFC url(../images/bg_strength-2.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .strength .list li:nth-of-type(3) {
        background: #DDF6F8 url(../images/bg_strength-3.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .strength .list li:nth-of-type(2) .text {
        order: 2;
    }
    .strength .list li:nth-of-type(2) .image {
        order: 1;
    }


    /*---------------------------------------------
        #free-trial
    ---------------------------------------------*/
    #free-trial .title-head {
        position: relative;
        z-index: 10;
    }
    #free-trial .title-head .sub-title {
        width: 170px;
        margin: 0 auto 10px;
    }
    #free-trial .title-head .section-title {
        width: 100%;
        padding: 20px 10px;
        margin-bottom: 40px;
        background: #01777E;
        text-align: center;
        position: relative;
        box-sizing: border-box;
    }
    #free-trial .title-head .section-title:after {
        content: "";
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 60px 0 60px;
        border-color: #01777E transparent transparent transparent;
    }
    #free-trial .title-tel {
        width: 104px;
        margin: 0 auto 10px;
    }
    #free-trial .tel-box {
        background: #fff;
        margin-bottom: 20px;
    }
    #free-trial .tel-box .tel-num {
        width: 290px;
        margin: 0 auto;
    }
    #free-trial .tel-box .service-time {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        padding-bottom: 25px;
    }
    #free-trial .title-mail {
        width: 194px;
        margin: 0 auto 10px;
    }
    #free-trial .mail-form {
        padding: 30px 0 40px;
        background: #01777E;
    }
    #free-trial .inner-a:after {
        content: none;
    }
    #free-trial .free-trial-form {
        margin: 0 20px;
        padding: 10px;
        background: #fff;
        box-sizing: border-box;
    }
    #free-trial .free-trial-form .form {
        width: 100%;
    }
    #free-trial .free-trial-form .form .width-100-per {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    #free-trial .free-trial-form .form .width-60-per {
        width: -webkit-calc(60% - 20px);
        width: calc(60% - 20px);
    }
    #free-trial .free-trial-form .form .width-40-per {
        width: -webkit-calc(40% - 20px);
        width: calc(40% - 20px);
    }
    #free-trial .free-trial-form .form .width-30-per {
        width: -webkit-calc(30% - 20px);
        width: calc(30% - 20px);
    }
    #free-trial .free-trial-form .form input {
        font-size: 1.6rem;
        padding: 6px 10px;
        margin: 0;
    }
    #free-trial .free-trial-form .form [type="text"],
    #free-trial .free-trial-form .form textarea {
        border: 1px solid #dddddd;
    }
    #free-trial .free-trial-form .form tr {
        display: block;
        border-bottom: 1px solid #dddddd;
    }
    #free-trial .free-trial-form .form tr.borderOff {
        border-bottom: none;
    }
    #free-trial .free-trial-form .form tr th,
    #free-trial .free-trial-form .form tr td {
        display: block;
        font-size: 1.4rem;
        line-height: 1.4;
        vertical-align: middle;
        box-sizing: border-box;
    }
    #free-trial .free-trial-form .form tr.borderOff th,
    #free-trial .free-trial-form .form tr.borderOff td {
        padding: 14px 20px 0;
    }
    #free-trial .free-trial-form .form tr.borderOff + tr th,
    #free-trial .free-trial-form .form tr.borderOff + tr td {
        padding: 0 20px 14px;
    }
    #free-trial .free-trial-form .form tr th {
        text-align: left;
        padding: 14px 10px 10px 10px;
    }
    #free-trial .free-trial-form .form tr td {
        padding: 0 10px 14px 10px;
    }
    #free-trial .free-trial-form .form tr .required:after,
    #free-trial .free-trial-form .form tr .any:after {
        color: #fff;
        padding: 3px 5px;
        margin-left: 8px;
        font-size: 1.1rem;
        line-height: 1;
    }
    #free-trial .free-trial-form .form tr .form tr {
        border-bottom: none;
    }
    #free-trial .free-trial-form .form tr .form tr th {
        padding: 14px 0 10px 0;
    }
    #free-trial .free-trial-form .form tr .form tr td {
        padding: 0;
    }
    #free-trial .free-trial-form .form tr .required:after {
        content: "\5fc5\9808";/* 必須 をUnicode変換して記述*/
        background:#01777E;
    }
    #free-trial .free-trial-form .form tr .any:after {
        content: "\4efb\610f";/* 任意 をUnicode変換して記述*/
        background: #989898;
    }
    #free-trial .free-trial-form .form tr .email,
    #free-trial .free-trial-form .form tr .confirm_email {
        display: inline-block;
    }
    #free-trial .free-trial-form .form tr td .email,
    #free-trial .free-trial-form .form tr td .confirm_email {
        width: 100%;
    }
    #free-trial .free-trial-form .form tr .radio {
        margin-bottom: 5px;
    }
    #free-trial .free-trial-form .form tr td .radio:last-child {
        margin-bottom: 0;
    }
    #free-trial .free-trial-form .form tr td .radio label {
        margin-left: 5px;
        cursor: pointer;
        display: inline;
        text-decoration: none;
        padding: 0;
        margin-bottom: 0;
        border-radius: 0;
    }
    #free-trial .free-trial-form .form tr td .text {
        margin-bottom: 8px;
        line-height: 1.4;
    }
    #free-trial .free-trial-form .form tr td input + .text {
        margin-top: 5px;
    }
    #free-trial .free-trial-form .form tr td .text.red-text {
        color: #ff0000;
    }
    #free-trial .free-trial-form .form tr td .text.mini {
        font-size: 1.2rem;
    }
    #free-trial .free-trial-form .form tr td select {
        width: 100% !important;
        padding: 4px 8px 8px;
        border: 1px solid #dddddd;
        font-size: 1.6rem;
    }
    #free-trial .free-trial-form .form textarea {
        padding: 8px;
        width: -webkit-calc(100% - 20px)!important;
        width: calc(100% - 20px)!important;
        min-height: 200px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
    #free-trial .privacy-policy-area {
        margin: 0 20px;
        padding: 20px 10px;
        background: #fff;
        box-sizing: border-box;
    }
    #free-trial .privacy-policy-area .title {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
    #free-trial .privacy-policy-area .roll {
        padding: 20px;
        border: 1px solid #dddddd;
        font-size: 1.2rem;
        line-height: 1.6;
        height: 120px;
        overflow-y: auto;
    }
    #free-trial .btn-area {
        margin: 0 20px;
        padding: 20px 10px;
        background: #fff;
        box-sizing: border-box;
        text-align: center;
    }
    #free-trial .btn-area button {
        -webkit-appearance: none;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
        transition: 0.3s opacity;
        border-radius: 0;
        text-shadow: initial;
        box-shadow: initial;
    }
    #free-trial .btn-area button:hover {
        opacity: 0.8;
    }
    #mfp_overlay_inner h4,
    #mfp_overlay_inner .confirm-title {
        margin: 15px 0 20px;
        padding: 0 10px;
        font-size: 1.6rem;
    }
    #mfp_overlay_inner .mfp_buttons {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        margin: 20px 0 10px 0;
    }
    #mfp_overlay_inner .mfp_buttons .mfp_element_button {
        margin: 0 10px;
        padding: 10px 0;
        width: 200px;
    }
    table#mfp_confirm_table tr th {
        width: 30%;
    }
    table#mfp_confirm_table tr td {
        width: 70%;
    }

    /*---------------------------------------------
        .free-trial-floating
    ---------------------------------------------*/
    .free-trial-floating {
        position: fixed;
        bottom: -100%;
        left: 0;
        z-index: 20;
        transition: 0.8s bottom;

        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
        background: rgba(255,255,255,0.8);
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        padding: 10px 5px;
    }
    .free-trial-floating.visible {
        bottom: 0;
    }
    .free-trial-floating .btn {
        margin: 0 5px;
    }
    .free-trial-floating #btn-free-Trial {
        display: none!important;
    }


    /*---------------------------------------------
        footer
    ---------------------------------------------*/
    footer .profile-link {
        background: #E8FBFC;
        padding: 20px 0 10px;
    }
    footer .profile-link .inner-a .text .logo .logo-mark {
        width: 150px;
        margin: 0 auto 10px;
    }
    footer .profile-link .inner-a .text .logo .title {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
    }
    footer .profile-link .inner-a .text .logo .title span {
        font-size: 1.0rem;
        display: block;
    }
    footer .profile-link .inner-a .address {
        width: 80%;
        margin: 0 auto;
    }
    footer .profile-link .inner-a .address dl {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    footer .profile-link .inner-a .address dl dt {
        font-weight: bold;
        margin-bottom: 5px;
    }
    footer .profile-link .inner-a .address dl dd {
        line-height: 1.4;
    }
    footer .profile-link a {
        color: #818181;
        font-size: 1.6rem;
    }
    footer .copyright {
        background: #F3F3F3;
        text-align: center;
        padding: 12px 0;
        color: #818181;
        font-size: 0.9rem;
    }
    footer .inner-a:after {
        content: none;
    }
    footer .global-nav {
        margin: 15px 10px 5px;
    }
    footer .global-nav ul {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 1.4rem;
    }
    footer .global-nav ul li {
        margin-right: 15px;
        margin-bottom: 10px;
    }
    footer .global-nav ul li a {
        background: url(../images/bg_link_arrow.png) no-repeat left center;
        background-size: 14px auto;
        padding-left: 20px;
        text-decoration: none;
    }
    footer .global-nav ul li a:hover {
        text-decoration: underline;
    }

}
/*====================================================================*/