﻿@import url(reset.css);
@import url(layout.css);

.ready_img img {
    width: 100%;
    vertical-align: top
}

.chk_list li:before,
.dot_list li:before {
    position: absolute;
    top: 0;
    left: 0
}

.select_menu dt:after,
.col_box .btn .ico_gt {
    position: absolute;
    top: 0;
    right: 0
}

.gallery .slick-arrow {
    overflow: hidden;
    text-indent: -999px;
    font-size: 0
}

.content:after,
.article:after,
.article ul:after,
.select_menu:after,
.time_table:after,
.vehicle:after {
    content: "";
    clear: both;
    display: block
}

.select_menu dt:after,
.chk_list li:before,
.caution:before,
.gallery .slick-arrow {
    background: url(../Images/ico.png) no-repeat;
    background-size: 250px auto
}

.table_default caption {
    display: none
}

.content {
    margin-bottom: 50px
}

.content h1 {
    height: 44px;
    font-size: 1.4rem;
    line-height: 44px;
    color: #fff;
    background: #f08eba;
    text-align: center;
    margin-bottom: 10px
}

.article {
    margin: 0 10px 40px
}

.article h2,
.article h3,
.article h4,
.article ol,
.article p,
.article dd,
.article.intro,
.article .mb20,
.article .img {
    margin-bottom: 20px
}

.article h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #333
}

.article h3 {
    font-size: 1.4rem;
    line-height: 2rem
}

.article h3.underline {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0
}

.article h4 {
    font-size: 1.2rem;
    line-height: 2rem
}

.article p {
    font-size: 1.2rem;
    line-height: 16px;
    color: #333
}

.article strong {
    font-weight: bold
}

.article.underline,
.article .underline {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.article li {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #333;
    position: relative
}

.article .text_big {
    font-size: 1.4rem
}

.article .text_small {
    font-size: 1.1rem;
    color: #999
}

.article .text_underline {
    text-decoration: underline
}

.article .pink_box {
    display: inline-block;
    height: 20px;
    line-height: 2rem;
    border: 1px solid #f08eba;
    text-align: center;
    vertical-align: middle
}

.article .mb10 {
    margin-bottom: 10px
}

.article .mb40 {
    margin-bottom: 40px
}

.paragraph {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #333
}

.paragraph dt {
    margin-bottom: 20px
}

.paragraph dd {
    margin-bottom: 40px
}

.paragraph.type_s dt {
    margin-bottom: 5px
}

.paragraph.type_s dd {
    margin-bottom: 10px
}

.select_menu {
    border: 1px solid #f08eba;
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 30px;
    color: #333;
    text-align: center;
    position: relative;
    z-index: 60
}

.select_menu a {
    display: block;
    color: #333;
    line-height: 30px;
    text-decoration: none;
    background: #f7edf2;
    border-top: 1px solid #fff;
    position: relative
}

.select_menu dt {
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative
}

.select_menu dt:after {
    top: 50%;
    right: 14px;
    display: inline-block;
    width: 12px;
    height: 6px;
    margin-top: -3px;
    background-position: 0 -100px;
    content: ""
}

.select_menu dd {
    position: absolute;
    left: -1px;
    width: 100%;
    border: 1px solid #f08eba;
    border-top: 0;
    display: none
}

.tabs {
    margin-bottom: 20px
}

.tabs a {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #333;
    text-decoration: none;
    margin-right: 20px
}

.tabs .active {
    border-bottom: 2px solid #333
}

.chk_list {
    margin-bottom: 20px
}

.chk_list li {
    padding-left: 20px
}

.chk_list li:before {
    top: 5px;
    display: inline-block;
    width: 11px;
    height: 11px;
    background-position: -25px -100px;
    content: ""
}

.dot_list {
    margin-bottom: 20px
}

.dot_list li {
    padding-left: 16px
}

.dot_list li:before {
    top: 9px;
    left: 5px;
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #333;
    content: ""
}

.dot_list.type_s li {
    padding-left: 8px
}

.dot_list.type_s li:before {
    left: 0;
    width: 1px;
    height: 1px
}

.doc_area {
    margin-bottom: 50px
}

.doc_area ul {
    margin-bottom: 20px
}

.doc_area p:before {
    display: block;
    width: 25px;
    height: 2px;
    background: #f08eba;
    margin-bottom: 8px;
    content: ""
}

.caution {
    position: relative
}

.caution:before {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-position: -50px -100px;
    vertical-align: middle;
    content: ""
}

.table {
    font-size: 1.2rem;
    line-height: 2rem
}

.table .box {
    display: inline-block;
    border: 1px solid #d44585;
    width: 8%;
    min-width: 52px;
    line-height: 2rem;
    border-radius: 20px;
    text-align: center
}

.table .inverse {
    border-radius: 10px;
    background: #d44585;
    color: #fff;
    padding: 5px 0
}

.table .th,
.table .td {
    padding-bottom: 10px;
    vertical-align: top
}

.table .th {
    width: 22%;
    min-width: 60px
}

.step_list .th,
.step_list .td {
    padding: 10px 0;
    border-top: 1px solid #dcdcdc;
    vertical-align: middle
}

.step_list li:first-child .th,
.step_list li:first-child .td {
    padding-top: 0;
    border-top: 0
}

.step_list .td {
    padding-left: 20px
}

.step_list .circle {
    width: 67px;
    height: 67px;
    border: 2px solid #d54a88;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 1.2rem;
    color: #d44585;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: bold
}

.step_list .circle em {
    display: block;
    font-size: 1rem;
    text-decoration: underline;
    margin: 7px 0
}

.table_default {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-bottom: 20px
}

.table_default th,
.table_default td {
    border-width: 0;
    border-bottom: 1px solid #c1c1c1;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #333;
    text-align: left;
    padding: 10px 20px
}

.table_default thead th {
    border-color: #333;
    text-align: center
}

.table_default tbody th {
    background: #f5f5f5
}

.gallery {
    position: relative
}

.gallery .slick-arrow {
    display: inline-block;
    width: 21px;
    height: 30px;
    margin-top: -15px;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: -95px -94px;
    z-index: 55
}

.gallery .slick-prev {
    left: 0
}

.gallery .slick-next {
    right: 0;
    background-position-x: -118px
}

.time_table {
    margin-bottom: 40px
}

.time_table li {
    border-top: 1px solid #d4d4d4;
    font-size: 1.2rem;
    line-height: 30px;
    color: #555
}

.time_table li:first-child {
    border-top: 0
}

.time_table li>div {
    display: inline-block;
    vertical-align: middle
}

.time_table .th {
    width: 35%;
    max-width: 225px;
    padding-left: 3px
}

.col_box {
    border: 1px solid #ccc;
    width: calc(45% - 10px);
    padding: 15px 9px
}

.col_box h3 {
    font-size: 1.2rem;
    margin-bottom: 15px
}

.col_box p {
    min-height: 128px
}

.col_box .btn {
    display: inline-block;
    width: 60%;
    min-width: 112px;
    height: 23px;
    line-height: 23px;
    position: relative;
    background: #d44585;
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
    padding-left: 5px
}

.col_box .btn .ico_gt {
    top: 50%;
    right: 5px;
    margin-top: -11.5px
}

.vehicle {
    margin-bottom: 40px
}

.vehicle li {
    margin-bottom: 20px
}

.vehicle li>span {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    text-align: center
}

.vehicle .box {
    border-radius: 3px;
    color: #fff;
    background: #333
}

.vehicle .blue {
    background-color: #3266bc
}

.vehicle .green {
    background-color: #56bc32
}


/*# sourceMappingURL=sub.css.map */