@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #1a1919;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

a:link {
    color: #37859a;
    text-decoration: underline;
}

a:visited {
    color: #37859a;
    text-decoration: underline;
}

a:hover {
    color: #139eb1;
    text-decoration: none;
}

a img {
    border-style: none;
}

a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a img {
    border-style: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

img {
    vertical-align: bottom;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

p {
    font-size: 100%;
    line-height: 160%;
}

@media screen and (min-width:769px) {
    p {
        font-size: 18px;
        line-height: 180%;
        letter-spacing: 1px;
    }
}

.list_child {
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
}

.list_child2 {
    list-style: none;
    line-height: 160%;

}

@media screen and (max-width:768px) {
    .spnone {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .pcnone {
        display: none;
    }
}

h1 {}

h2 {}

h3 {}

h4 {}

li {
    font-size: 100%;
    padding-bottom: 1em;

}

header {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 9990;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: solid 1px #54b3ad;
}

header a:link {
    color: #1a1919;
    text-decoration: none;
}

header a:visited {
    color: #1a1919;
    text-decoration: none;
}

header a:hover {
    color: #ff2e34;
    text-decoration: none;
}

.headbox {
    margin: 0 15px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width:1025px) {
    header {
        height: 80px;
    }

    .headbox {
        width: 1200px;
        margin: 0 auto;
    }
}

.logo {
    margin: 0 auto 0 0;
    padding: 5px 0 0 0;
    font-size: 60%;
    line-height: 150%;
}

.logo img {
    margin-top: 4px;
    height: 28px;
}

@media screen and (min-width:769px) {
    .logo {
        padding: 7px 0 0 0;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .logo img {
        height: 40px;
    }
}


header nav {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
}

ul.menu {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
    z-index: 9999;
}

ul.menu li {
    margin: 0;
    padding: 0;
    color: #fff;
    border-bottom: solid 1px #444;
    text-align: left;
}

ul.menu li:last-child {
    border-bottom: none;
}

ul.menu li a {
    display: block;
    margin: 0;
    padding: 14px 15px 12px 0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

ul.menu li a:hover {
    color: #999;
}

ul.menu li:last-child a {
    margin: 15px 15px 0 0;
    padding: 15px 15px;
    color: #fff;
    background: #01ab9e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

ul.menu li:last-child a:hover {
    text-decoration: none;
    color: #fff;
    background: #0eb577;
}

@media screen and (min-width:769px) {
    header nav {
        margin: 0;
        padding: 28px 0 0 0;
        text-align: right;
    }

    ul.menu {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        z-index: 9999;
    }

    ul.menu li {
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-weight: bold;
        line-height: 100%;
        letter-spacing: 1px;
        position: relative;
        border-bottom: none;
    }

    ul.menu li a {
        display: block;
        margin: 0;
        padding: 5px 15px;
        color: #1a1919;
        text-decoration: none;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    ul.menu li a:hover {
        color: #555;
    }

    ul.menu li a:first-child {
        padding: 5px 0 5px 15px;
    }

    ul.menu li:last-child a {
        margin: 0 0 0 20px;
        padding: 5px 15px;
        color: #fff;
        background: #01ab9e;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    ul.menu li:last-child a:hover {
        text-decoration: none;
        color: #fff;
        background: #0eb577;
    }
}


/*---------- ナビゲーションドロワー ----------*/

.click {
    background: transparent url(img/btn.png) no-repeat 0 0;
    background-size: 70px 35px;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
}

@media screen and (min-width:769px) {
    .click {
        top: 22px;
    }
}

.peke {
    background-position: -35px 0;
}

@media only screen and (max-width:1024px) {
    .drawr {
        display: none;
        background-color: rgba(0, 0, 0, 0.80);
        position: absolute;
        top: 0;
        right: 0;
        width: 310px;
        padding: 45px 0 20px 0;
        z-index: 9990;
    }
}

@media screen and (min-width: 1025px) {
    .click {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .peke {}
}

@media screen and (min-width: 1025px) {
    .drawr {}
}



#top {
    margin: 60px 0 0 0;
    padding: 0 15px;
    z-index: -1;
    height: 480px;
    background-image: url(img/copy_bg_sp.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#top img {
    width: 80%;
}

h1 {
    margin: 0 auto;
    padding: 90px 0 0 0;
    text-align: left;
}

@media screen and (min-width:769px) {
    #top {
        margin: 80px 0 0 0;
        padding: 0;
        height: 665px;
        background-image: url(img/copy_bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 2000px 665px;
    }

    #top img {
        width: 1100px;
    }

    h1 {
        padding: 65px 0 0 0;
        text-align: center;
    }
}

#top_device {
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 100%;
    line-height: 160%;
    color: #fff;
    text-align: center;
}

#top_device a:link {
    color: #fff;
    text-decoration: none;
}

#top_device a:visited {
    color: #fff;
    text-decoration: none;
}

#top_device a:hover {
    color: #fff;
    text-decoration: none;
}

.btn {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    font-size: 95%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #01ab9e;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.btn:hover {
    color: #fff;
    background: #0eb577;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width:769px) {
    #top_device {
        padding: 30px 0 0 0;
    }

    #top_device a:link {
        color: #fff;
        text-decoration: none;
    }

    #top_device a:visited {
        color: #fff;
        text-decoration: none;
    }

    #top_device a:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn {
        width: 480px;
        margin: 0 auto;
        padding: 20px 0 20px 0;
        font-size: 21px;
        display: inline-block;
        letter-spacing: 1px;
        text-decoration: none;
        color: #fff;
        background: #01ab9e;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        border-radius: 45px;
    }

    .btn:hover {
        color: #fff;
        background: #0eb577;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
}



#nayami_bg {
    margin: 0;
    padding: 45px 0;
    background: #e6ebee;
}

.nayami_title {
    margin: 0;
    padding: 0;
    font-size: 150%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.nayami {
    margin: 0 auto;
    padding: 10px 20px 0 20px;
}

.nayami table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.nayami table th {
    width: 25px;
    font-size: 100%;
    line-height: 150%;
    padding: 10px 0 5px 0;
    color: #f4425f;
    vertical-align: top;
    text-align: left;
}

.nayami table td {
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    padding: 12px 0 5px 0;
    border-bottom: dotted 1px #999;
    vertical-align: top;
    text-align: left;
}

#message_bg {
    margin: 0 0 45px 0;
    padding: 45px 0;
    font-size: 100%;
    line-height: 150%;
    text-align: center;
    color: #fff;
    background: -moz-linear-gradient(left, #01ab9e, #54b3ad);
    background: -webkit-linear-gradient(left, #01ab9e, #54b3ad);
    background: linear-gradient(to right, #01ab9e, #54b3ad);
}

.message {
    margin: 0;
    padding: 5px 0 8px 0;
    font-size: 180%;
    font-weight: bold;
    line-height: 150%;
}

@media screen and (min-width:769px) {
    #nayami_bg {
        padding: 60px 0 90px 0;
        background-image: url(img/nayami_bg.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .nayami_title {
        margin: 0 0 45px 0;
        font-size: 36px;
    }

    .nayami {
        width: 530px;
        padding: 0 470px 0 0;
    }

    .nayami table th {
        width: 35px;
        font-size: 21px;
    }

    .nayami table td {
        font-size: 21px;
        padding: 12px 0 5px 0;
    }

    #message_bg {
        margin: 0 0 90px 0;
        font-size: 21px;
        letter-spacing: 1px;
    }

    .message {
        font-size: 36px;
    }
}



.subtitle {
    margin: 0;
    padding: 0;
    font-size: 150%;
    line-height: 160%;
    text-align: center;
}

hr {
    width: 40px;
    margin: 15px auto 30px auto;
    padding: 0;
    height: 0;
    border: 0;
    border-top: 3px solid #54b3ad;
}

.contents_box {
    margin: 0 auto;
}

.type_01 {
    padding: 1px 20px 25px 20px;
}

.type_02 {
    padding: 1px 20px 25px 20px;
}

.reason {
    margin: 0 0 20px 0;
    padding: 0;
}

.number {
    margin: 0;
    padding: 15px 0 20px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.number span {
    padding: 5px 14px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -moz-linear-gradient(left, #01ab9e, #54b3ad);
    background: -webkit-linear-gradient(left, #01ab9e, #54b3ad);
    background: linear-gradient(to right, #01ab9e, #54b3ad);
}

.reason_title {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 125%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #01ab9e;
}

.reason_txt {
    margin: 0;
    padding: 0;
    font-size: 95%;
    line-height: 160%;
    text-align: justify;
    text-justify: inter-ideograph;
}

.solution {
    margin: 0 0 20px 0;
    padding: 24px 25px 20px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.solution_icon {
    width: 50%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #ebf3f3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.solution_icon img {
    width: 100%;
}

.solution_txt {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.solution_etc {
    margin: 0 0 45px 0;
    padding: 0;
    font-size: 150%;
    line-height: 160%;
    text-align: center;
}

@media screen and (min-width:769px) {
    .subtitle {
        font-size: 36px;
    }

    .contents_box {
        width: 1024px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .type_01 {
        justify-content: center;
        padding: 15px 0 45px 0;
    }

    .type_02 {
        justify-content: space-between;
        padding: 15px 0 0 0;
    }

    .reason {
        width: 320px;
        margin: 0 10px 30px 10px;
    }

    .reason_title {
        font-size: 21px;
    }

    .reason_txt {
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 1px;
    }

    .solution {
        width: 23%;
        margin: 0 0 30px 0;
        padding: 24px 25px 20px 25px;
    }

    .solution_icon {
        width: 70%;
    }

    .solution_txt {
        font-size: 18px;
    }

    .solution_etc {
        margin: 0 0 75px 0;
        font-size: 24px;
        line-height: 180%;
        letter-spacing: 1px;
    }
}


#talent_bg {
    margin: 0 0 60px 0;
    padding: 45px 0 60px 0;
    background-image: url(img/back2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.talent_top {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 150%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #01ab9e;
}

.talent {
    margin: 0;
    padding: 20px 30px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.talent_detail {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 2px dashed #54b3ad;
}

.talent_icon {
    width: 75px;
    margin: 0;
    padding: 0 15px 0 0;
    display: table-cell;
    vertical-align: middle;
}

.talent_icon img {
    width: 100%;
}

.talent_business {
    margin: 0;
    padding: 0;
    font-size: 125%;
    font-weight: bold;
    line-height: 150%;
    display: table-cell;
    vertical-align: middle;
}

.strong_title {
    margin: 0;
    padding: 15px 0 5px 0;
    font-size: 90%;
    font-weight: bold;
    line-height: 150%;
    font-family: 'Roboto Condensed', sans-serif;
}

.strong_point {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 160%;
}

.strong_point span {
    color: #54b3ad;
}

@media screen and (min-width:769px) {
    #talent_bg {
        margin: 0 0 90px 0;
        padding: 75px 0 90px 0;
    }

    .talent_top {
        margin: 0 0 45px 0;
        font-size: 36px;
        letter-spacing: 1px;
        color: #01ab9e;
    }

    .talent {
        padding: 30px 60px;
    }

    .talent_business {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .strong_title {
        font-size: 16px;
    }

    .strong_point {
        font-size: 18px;
        line-height: 180%;
        letter-spacing: 1px;
    }
}


#ex_box {
    margin: 0 auto;
    padding: 15px 20px 30px 20px;
}

.ex {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 100%;
    line-height: 150%;
}

.ex img {
    width: 100%;
}

.ex_title {
    margin: 15px 0 5px 0;
    padding: 0;
    font-size: 125%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

#price {
    margin: 0 20px 60px 20px;
    padding: 0;
}

#price img {
    width: 100%;
}

.price_txt {
    margin: 0;
    padding: 0;
}

#step_box {
    margin: 0 auto;
    padding: 15px 20px 15px 20px;
}

.step {
    margin: 0 0 45px 0;
    padding: 0;
    font-size: 100%;
    line-height: 150%;
}

.step_number {
    margin: 0;
    padding: 1px 0 20px 0;
    text-align: center;
    font-size: 100%;
    line-height: 100%;
}

.step_number span {
    padding: 5px 15px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: -moz-linear-gradient(left, #01ab9e, #54b3ad);
    background: -webkit-linear-gradient(left, #01ab9e, #54b3ad);
    background: linear-gradient(to right, #01ab9e, #54b3ad);
}

.step_icon {
    margin: 0;
    padding: 0;
    text-align: center;
}

.step_icon img {
    width: 50%;
}

.step_title {
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 125%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

@media screen and (min-width:769px) {
    #ex_box {
        width: 1024px;
        padding: 15px 0 90px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ex {
        width: 32%;
        margin: 0;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .ex_title {
        margin: 15px 0 10px 0;
        font-size: 21px;
    }

    #price {
        width: 768px;
        margin: 0 auto 90px auto;
    }

    .price_txt {
        text-align: center;
    }

    #step_box {
        width: 1024px;
        padding: 15px 0 90px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .step {
        width: 24%;
        margin: 0;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .step_number {
        font-size: 14px;
    }

    .step_icon img {
        width: 60%;
    }

    .step_title {
        margin: 15px 0 10px 0;
        font-size: 21px;
    }
}


#contact {
    margin: 0;
    padding: 45px 15px 60px 15px;
    background: -moz-linear-gradient(left, #01ab9e, #54b3ad);
    background: -webkit-linear-gradient(left, #01ab9e, #54b3ad);
    background: linear-gradient(to right, #01ab9e, #54b3ad);
}

.contact_title {
    margin: 0 0 45px 0;
    padding: 0;
    font-size: 150%;
    line-height: 150%;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.form_box {
    margin: 0 auto;
    padding: 60px 30px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form_title {
    margin: 0;
    padding: 0 0 45px 0;
    font-size: 100%;
    line-height: 150%;
    text-align: center;
}

.form_title span {
    padding: 10px 0;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

@media screen and (min-width:769px) {
    #contact {
        padding: 45px 0 90px 0;
    }

    .contact_title {
        font-size: 24px;
    }

    .form_box {
        width: 720px;
        padding: 60px 120px;
    }

    .form_title {
        font-size: 21px;
        letter-spacing: 1px;
    }

    .form_title span {
        padding: 10px 10px;
    }
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

table.form th {
    font-size: 100%;
    line-height: 150%;
    padding: 0 0 5px 0;
    text-align: left;
    border-bottom: solid 1px #ccc;
    display: block;
}

table.form td {
    font-size: 100%;
    line-height: 150%;
    padding: 10px 0 20px 0;
    display: block;
}

@media screen and (min-width:769px) {
    table.form th {
        width: 280px;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 1px;
        padding: 15px 15px 5px 0;
        display: table-cell;
    }

    table.form td {
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 1px;
        padding: 15px 0 5px 5px;
        display: table-cell;
    }
}

.req {
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
}

.req span {
    margin: 0;
    padding: 1px 2px 2px 2px;
    font-size: 12px;
    font-weight: normal;
    line-height: 100%;
    color: #fff;
    background: #f4425f;
}

input[type="text"],
textarea,
select {
    width: 100%;
    border: 0;
    padding: 10px;
    font-size: 16px;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 7px #999999;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
    color: #999;
}

/* Firefox */
::-moz-placeholder {
    color: #999;
}

/* Firefox 18以前 */
:-moz-placeholder {
    color: #999;
}

/* IE */
:-ms-input-placeholder {
    color: #999;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
    cursor: pointer;
    webkit-transition: all .5s;
    transition: all .5s;
    background: #01ab9e;
    border: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
    color: #fff;
}

.selectbox select {
    background: url(img/arrow_pull.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: url(img/arrow_pull.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-size: 20px, 100%;
    padding: 5px 30px 5px 10px;
}

select::-ms-expand {
    display: none;
}

.submit {
    margin: 0;
    padding: 30px 0 0 0;
    text-align: center;
}

.submit a:link {
    color: #fff;
    text-decoration: none;
}

.submit a:visited {
    color: #fff;
    text-decoration: none;
}

.submit a:hover {
    color: #fff;
    text-decoration: none;
}

.push {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    font-size: 100%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #01ab9e;
}

.push:hover {
    background: #54b3ad;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pp_caption {
    margin: 15px 0;
    padding: 0;
    font-size: 14px;
    line-height: 150%;
    color: #666;
    text-align: center;
}

.pp {
    margin: 0;
    padding: 1px 15px 15px 15px;
    border: solid 1px #ccc;
    overflow: auto;
    height: 60px;
}

.pp p {
    font-size: 75%;
    color: #666;
}

@media screen and (min-width:769px) {
    .submit {
        padding: 45px 0 0 0;
    }

    .push {
        width: 320px;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .pp p {
        font-size: 12px;
    }
}


#subpage {
    margin: 0 auto;
    padding: 45px 20px 45px 20px;
}

#subpage strong {
    font-size: 120%;
}

.page_title {
    margin: 0;
    padding: 45px 0 15px 0;
    font-size: 125%;
    line-height: 150%;
    text-align: center;
}

.page_subtitle {
    margin: 30px 0 20px 0;
    padding: 2px 0 2px 12px;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    border-left: solid 6px #01ab9e;
}

.txt {
    margin: 0;
    padding: 0;
    text-align: center;
}

.txt img {
    width: 100%;
}

.acd-check {
    display: none;
}

.acd-label {
    display: block;
    margin-bottom: 1px;
    padding: 0;
    position: relative;
}

.acd-label:after {
    background: #ccc;
    box-sizing: border-box;
    content: '＋';
    display: block;
    height: 30px;
    padding: 3px 10px 0 10px;
    position: absolute;
    right: 0;
    top: 0px;
}

.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked+.acd-label:after {
    content: '－';
}

.acd-check:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
}

@media screen and (min-width:769px) {
    #subpage {
        width: 640px;
        margin: 0 auto;
        padding: 75px 0 120px 0;
    }

    #subpage p {
        font-size: 16px;
    }

    .page_title {
        padding: 60px 0 30px 0;
        font-size: 30px;
    }

    .page_subtitle {
        margin: 25px 0 0 0;
        font-size: 16px;
    }

    .txt img {
        width: 70%;
    }
}

table.spec {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

table.spec th {
    font-size: 100%;
    line-height: 150%;
    padding: 0 0 5px 0;
    text-align: left;
    border-bottom: solid 1px #01ab9e;
    display: block;
}

table.spec td {
    font-size: 100%;
    line-height: 150%;
    padding: 10px 0 20px 0;
    display: block;
}

.ggmap {
    margin: 15px 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:769px) {
    table.spec th {
        width: 100px;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 1px;
        padding: 15px 15px 15px 0;
        display: table-cell;
    }

    table.spec td {
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 1px;
        padding: 15px 0 15px 5px;
        display: table-cell;
        border-bottom: solid 1px #ccc;
    }
}

#policy {
    margin: 0 auto;
    padding: 5px 0 5px;
}

#policy strong {
    font-size: 120%;
}


@media screen and (min-width:769px) {
    #policy {
        width: 640px;
        margin: 0 auto;
        padding: 5px 0 5px;
    }

    #policy p {
        font-size: 16px;
    }

}

/*---------- 文字装飾 ----------*/

.mt {
    margin-top: 30px;
}

.bold {
    font-weight: bold;
}

.ul {
    text-decoration: underline;
}

.red {
    font-weight: bold;
    color: #f4425f;
}

.yellow {
    font-weight: bold;
    color: #ffe24d;
}

.through {
    text-decoration: line-through;
}

.ym {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffe24d 60%);
}

.caption {
    font-size: 75%;
    color: #666666;
    font-weight: normal;
    line-height: 150%;
}

/*---------- 文字位置 ----------*/

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/*---------- フッター ----------*/

#footer {
    margin: 0 auto;
    padding: 25px 20px;
    font-size: 75%;
    line-height: 150%;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_link {
    margin: 0;
    padding: 0;
}

.footer_ads {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer_ha {
    margin: 0;
    padding: 0 0 0 20px;
    text-align: center;
}

#footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
}

#footer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 1px;
}

#footer a:link {
    color: #333;
    text-decoration: none;
}

#footer a:visited {
    color: #333;
    text-decoration: none;
}

#footer a:hover {
    color: #333;
    text-decoration: underline;
}

/* タブレット・PC用 */
@media screen and (min-width: 769px) {
    #footer {
        width: 1000px;
        padding: 45px 20px;
        font-size: 12px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }

    .footer_link {
        flex: 0 0 auto;
        margin-right: auto;
    }

    .footer_ha {
        flex: 0 0 auto;
        text-align: left;
        padding-left: 20px;
    }

    .footer_ads {
        flex: 0 0 auto;
        text-align: right;
    }

    #footer ul {
        justify-content: flex-start;
        gap: 20px;
    }
}

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#pagetop i {
    padding-top: 6px
}

#pagetop a {
    display: block;
    z-index: 999;
    padding: 5px 4px 3px 4px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #999;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#pagetop a:hover {
    text-decoration: none;
    opacity: 0.7;
}



/* Slider click */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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;
    padding: 0
}

.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;
}

.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;
}

.slick-slide:focus {
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto
}

.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;
}

/* Dots */
.slick-slider {
    margin-bottom: 1px;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    border-radius: 100%;
    display: block;
    width: 5px;
    height: 5px;
    padding: 2px;
    opacity: 0.5;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
    opacity: 1;
}

.slide-voice {
    margin: 0 auto;
    padding: 0;
}

@media screen and (min-width:769px) {
    .slide-voice {
        width: 1000px;
    }
}

.slide-voice .voice_box {
    opacity: 0.7;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.slide-voice .slick-current.voice_box {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slide-voice .slick-arrow {
    position: absolute;
    width: 50px;
    height: 45px;
    border: 0;
    text-indent: -9999px;
    z-index: 1000;
    padding: 0;
    top: 125px;
    cursor: pointer;
}

.slide-voice button:focus {
    outline: none
}

.slide-voice .slick-prev {
    background: url(img/prev.png) no-repeat;
    left: 1%;
}

.slide-voice .slick-next {
    background: url(img/next.png) no-repeat;
    right: 1%;
}

.slide-voice .voice_box {
    width: 90%;
}

@media screen and (min-width:769px) {
    .slide-voice .slick-prev {
        background: url(img/prev.png) no-repeat;
        left: 10.5%;
    }

    .slide-voice .slick-next {
        background: url(img/next.png) no-repeat;
        right: 10.5%;
    }

    .slide-voice .voice_box {
        width: 80%;
    }
}