@charset "UTF-8";

h1.page-tit {
    width: 100%;
    height: 120px;
    background: #eeeeee;
}

h1.page-tit .inner {
    position: relative;
    width: 1100px;
    height: 120px;
    margin: 0px auto;
    overflow: hidden;
}

h1.page-tit .inner p {
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 240%;
    color: #222;
}

h1.page-tit .inner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*about----------------------------------------------------*/
.about {
    background: #FFF;
}

.about a {
    text-decoration: none;
    color: #283c9b;
}

.about h1 {
    padding-top: 40px;
}

.about.back,
.about-block.back {
    background: #EEEFF3;
}

.about.blue,
.about-block.blue {
    background: #F4F4EC;
}

.about .inner,
.about-block .inner {
    width: 1110px;
    margin: 0px auto;
    overflow: hidden;
}

div.about-list {
    padding: 30px 0px;
    width: 900px;
    margin: 0px auto;
    display: flex;
    /*横並び*/
    align-items: center;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

div.about-list::after {
    position: absolute;
    top: 45%;
    right: 20px;
    display: block;
    content: '';
    width: 28px;
    height: 28px;
    margin-top: -4px;
    border-top: 2px solid #283c9b;
    border-right: 2px solid #283c9b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.about-list h2 {
    font-size: 260%;
    line-height: 130%;
    text-decoration: none;
    color: #283c9b;
}

div.about-list h2 span {
    font-size: inherit;
    color: #D9242D;
}

.about .inner a:hover h2,
.about .inner a:hover h2 span {
    color: #e50038;
}

div.about-list div.left {
    width: 70%;
}

div.about-list div.right {
    width: 200px;
}

div.about-list div.right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

div.about-list p {
    font-size: 110%;
}

/*---------------------------------------------------------------------------------------------*/
.about-block {
    width: 100%;
    margin: 0px auto;
}

.about-block .inner {
    padding: 60px 0px;
    width: 900px;
}

.about-block h3 {
    font-size: 300%;
    color: #cc0000;
    font-weight: 700;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
    line-height: 1.4;
}

.about-block h3 span {
    font-size: inherit;
    color: #D5493C;
    font-weight: inherit;
}

.about-column .left {
    float: left;
    width: 54%;
}

.about-column .left p {
    line-height: 180%;
    font-size: 110%;
    margin-bottom: 30px;
}

.about-column .left h4 {
    padding: 10px;
    border-top: 1px solid #1D2C41;
    border-bottom: 1px solid #1D2C41;
    font-size: 160%;
    line-height: 160%;
    margin-bottom: 5px;
    color: #1D2C41;
    background: #FFE129;
}

.about-column .right {
    float: right;
    width: 43%;
    text-align: right;
}

.about-column .right img {
    width: 100%;
    border-radius: 6px;
}

.about-column .left ul.bnr {
    width: 100%;
    margin: 0px auto;
    padding: 20px 0% 20px 0%;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-column .left ul.bnr li {
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
}

.about-column .left ul.bnr li img {
    width: 98%;
}

ul.about-flow {
    width: 60%;
    margin: 0px auto;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    background: #FFF;
    border: 1px solid #EEE;
    overflow: hidden;
}

ul.about-flow li {
    font-size: 110%;
    color: #333;
}

ul.about-flow li i {
    font-size: 130%;
    color: #FF5338;
}

/*price_data-----------------------------------------------------*/
.price {
    background: #FFF;
}

h3.price_title {
    font-size: 260%;
    color: #17358e;
    text-align: center;
    line-height: 2;
}

h3.price_title.price_domestic_title {
    color: #109f2a;
    font-weight: bold;
}

h3.price_title.price_import_title {
    color: #17358e;
    font-weight: bold;
}

h3.price_title>span {
    margin: 0 0 0 20px;
    color: #17358e;
}

.price h2 {
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 30px;
    padding: 10px 0px;
    border-top: 1px solid #cc0000;
    border-bottom: 1px solid #cc0000;
    text-align: center;
    font-size: 310%;
    letter-spacing: 0px;
    background: #FFF;
    color: #cc0000;
}

.price .inner {
    width: 1100px;
    margin: 0px auto;
    padding: 60px 0px;
}

table.price_data {
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: center;
    border: 1px solid #999;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.price_data th {
    width: calc(100% / 6);
    font-size: 100%;
    border: 1px solid #999;
    color: #000;
    line-height: 1.4;
    padding: 8px 2px 8px 2px;
    background: #f5f5f5;
    font-weight: normal;
}

table.price_data td {
    border: 1px solid #999;
    padding: 10px 2px 10px 2px;
    font-size: 100%;
    background: #EEE;
    font-weight: bold;
}

table.price_data th.car {
    font-size: 90%;
}

table.price_data td.car {
    background: #FFFFFF;
    padding: 15px 0px 10px 0px;
}

table.price_data td.car img {
    width: 70%;
}

table.price_data td.price {
    padding: 0px 10px 0px 0px;
    font-size: 120%;
    text-align: right;
    background: #FFF;
    font-weight: bold;
}

table.price_data td.price_kensa {
    background: #ffeb3b17;
    text-align: center;
}

table.price_data td.price_waribiki {
    background: #ffeb3b17;
    text-align: center;
}

table.price_data td .price_kensa_domestic_text {
    color: #109f2a;
    font-weight: bold;
    font-size: 100%;
}

table.price_data td .price_kensa_waribiki_text {
    color: #ff2f00;
    font-weight: bold;
    font-size: 100%;
}

table.price_data td.price_jimu {
    text-align: center;
}

table.price_data td .price_kensa_import_text {
    color: #17358e;
    font-weight: bold;
    font-size: 100%;
}

table.price_data td.discount {
    background: #FFFF00;
    font-size: 100%;
}

table.price_data th.max {
    padding: 8px 10px 8px 2px;
    background: #FFFF00;
    font-size: 120%;
    color: #CC0000;
}

table.price_data td.max {
    padding: 8px 10px 8px 2px;
    background: #FFFF00;
    font-size: 200%;
}

.price-txt {
    text-align: left;
}

.price-txt li {
    margin-bottom: 5px;
    line-height: 1.5;
}

.tokuten_bnr {
    margin-bottom: 40px;
    text-align: center;
}

.tokuten_bnr img {
    width: 80%;
}

.price .inner .credit {
    width: 80%;
    margin: 0 auto;
    display: block;
}

/*WARIBIKI------------------------------------------------------*/
.waribiki * {
    box-sizing: border-box;
}

.waribiki h3 {
    font-size: 200%;
    color: #333;
    text-align: center;
    line-height: 1;
    background: linear-gradient(transparent 86%, #ffef77 86%);
    margin: 0 0 50px;
}

.waribiki h3 span {
    color: #FB2515;
    font-size: 130%;
}

.waribiki h3 span.zeikomi {
    color: #FB2515;
    font-size: 80%;
}

.waribiki {
    margin: 0px auto;
    margin-bottom: 40px;
    text-align: center;
}

.waribiki img {
    width: 80%;
}

.price .inner .waribiki img+img {
    margin-top: 60px;
}

.waribiki img.price_waribiki {
    width: 60%;
}

.waribiki table {
    width: 100%;
    border: 2px solid #D82F2C;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0 0 30px;
    position: relative;
}

.waribiki table tr {}

.waribiki table tr:first-of-type {
    background: #D82F2C;
    color: #FFF;
}

.waribiki table tr:first-of-type th {
    color: #FFF;
    font-size: 180%;
    line-height: 2;
    text-align: center;
}

.waribiki table th {
    width: 65%;
    border: 1px dashed rgb(207, 207, 207);
    border-left: none;
    border-right: none;
    font-size: 250%;
    line-height: 2;
    color: #FB2515;
    text-align: left;
    padding: 0 0 0 30px;
}

.waribiki table th span {
    font-size: 50%;
    color: #444;
    padding: 0 0 0 10px;
}

.waribiki table td {
    width: 35%;
    border: 1px dashed rgb(207, 207, 207);
    border-left: none;
    border-right: none;
    font-size: 180%;
    line-height: 2.2;
    color: #FB2515;
    font-style: italic;
}

.waribiki table th:last-of-type,
.waribiki table td:last-of-type {
    border-bottom: none;
}

/*TABLE------------------------------------------------------*/
table.reason_data {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #BBB;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.reason_data th,
table.reason_data td {
    padding: 3px 3px 3px 3px;
    border: 1px solid #BBB;
}

table.reason_data th {
    white-space: nowrap;
    vertical-align: middle;
    background: #E0EF9E;
    font-weight: bold;
    font-size: 90%;
    text-align: left;
}

table.reason_data td {
    background: #FFC;
    font-size: 115%;
    text-align: left;
    color: #EA0003;
}

/*-flow--------------------------------------------------------------------------------------------*/
.flow-block {
    width: 100%;
    background: #FFF;
}

.flow-block .inner {
    width: 860px;
    margin: 0px auto;
    padding: 30px 0%;
}

.flow-block .flow-block_top {
    text-align: center;
    margin: 40px auto;
    border: 2px solid #17358e;
    padding: 20px 0;
}

.flow-block .flow-block_top p {
    font-size: 150%;
    line-height: 1.5;
}

.flow-block .flow-block_top .flow-block_top_title span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 140%;
    margin-bottom: 5px;
    padding: 0 65px;
    text-align: center;
}

.flow-block .flow-block_top .flow-block_top_title span::before,
.flow-block .flow-block_top .flow-block_top_title span::after {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 6px;
    content: '';
    border-top: solid 2px #000;
}

.flow-block .flow-block_top .flow-block_top_title span::before {
    left: 0;
}

.flow-block .flow-block_top .flow-block_top_title span::after {
    right: 0;
}

.flow-block .flow-block_top .flow-block_top_strong {
    display: inline-block;
    font-weight: bold;
    font-size: 140%;
    margin-bottom: 20px;
    color: #17358e;
}

.flow-column {
    overflow: hidden;
    clear: both;
    margin-bottom: 40px;
}

.flow-column h3 {
    padding: 10px 30px;
    margin-bottom: 15px;
    font-size: 220%;
    background: #17358e;
    color: #FFF;
    border-radius: 20px 20px 0px 0px;
}

.flow-column h3 span {
    margin-right: 10px;
    font-size: 130%;
    color: #FFFD2A;
    font-weight: inherit;
}

.flow-column .right {
    float: right;
    width: 40%;
}

.flow-column .txt {
    float: left;
    width: 55%;
}

.flow-column p.img {
    width: 100%;
    margin-bottom: 10px;
}

.flow-column p.img img {
    width: 100%;
}

.flow-column ul li {
    width: 100%;
}

.flow-column ul li img {
    width: 100%;
}

.flow-column .txt p {
    margin-bottom: 15px;
    font-size: 120%;
    line-height: 2;
}

.flow-column .txt a {
    font-size: 100%;
    color: #003987;
}

.flow-column h4 {
    margin-bottom: 5px;
    padding: 2%;
    border-top: 1px solid #cc0000;
    border-bottom: 1px solid #cc0000;
    font-size: 140%;
    color: #cc0000;
}

.flow-column ul.bnr {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
}

.flow-column ul.bnr li {
    width: 80%;
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: center;
}

.flow-column ul.bnr li img {
    width: 95%;
}

/*info-page----------------------------------------------*/
.info-page {
    width: 100%;
    background: #D9EBF9;
    overflow: hidden;
}

.info-page .inner {
    width: 1146px;
    margin: 0px auto;
    padding: 20px 0px;
    overflow: hidden;
}

.info-page .inner div.txt {
    width: 766px;
    padding: 20px 20px 20px 20px;
    color: #333;
    font-size: 120%;
    line-height: 240%;
    background: #FFF;
    float: left;
}

.info-page .inner div.txt {}

.info-page .inner div.txt dl {
    padding: 5px 0px;
    margin: 0px auto;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: flex-start;
}

.info-page .inner div.txt dl dt {
    width: 120px;
}

.info-page .inner .category {
    float: right;
    width: 300px;
    background: #FFF;
}

.info-page .inner .category h3 {
    padding: 15px 10px;
    background: #D82F2C;
    color: #FFF;
    font-size: 120%;
}

.info-page .inner .category ul li a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    background: #FFF;
    color: #222;
    font-size: 120%;
    text-decoration: none;
}

.info-page .inner .category ul li a:hover {
    background: #FEE200;
    color: #333;
}

.info-page .inner .category ul li.now a {
    background: #275c92;
    color: #FFF;
}

/*BLOG-----------------------------------------------------------------*/
dt.date span {
    color: #CC0000;
    font-weight: bold;
    padding-left: 5px;
}

.column.info {
    margin: 0px 0px 20px 0px;
    background: #FFF;
}

.navi {
    text-align: center;
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.column.info h2.title {
    background: #D82F2C;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
    color: #FFFFFF;
    font-size: 130%;
    text-align: left;
}

.column.info h2.title a {
    color: #FFFFFF;
    font-size: 130%;
}

.column.info div.date {
    font-size: 120%;
    text-align: left;
    color: #353535;
    background: #EFEFEF;
    padding: 5px 10px;
}

dt.date span {
    color: #CC0000;
    font-weight: bold;
    padding-left: 5px;
}

.column.info div.text,
div.page-nav {
    padding: 0px 10px 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    background: #FFF;
}

.column.info div.text a img {
    clear: both;
    float: none;
    display: block;
    margin: 10px 0px;
}

.column.info div.text p {
    margin: 0px 0px 10px 0px;
}

.column.info div.text p.photo {
    text-align: center;
}

.column.info div.category {
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    line-height: 11px;
    text-align: right;
}

.info {
    overflow: hidden;
    margin: 0px 0px 15px 0px;
}

.info h4 {
    background: #EFEFEF;
    padding: 5px;
    border-bottom: 2px solid #F00;
}

.top_right.info ul {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
}

.category ul li.now a {
    display: block;
    background: #FFF7B9;
    padding: 8px;
    color: #353535;
    text-decoration: none;
    font-size: 15px;
}

.left h3 {
    font-size: 16px;
    font-weight: bold;
    color: #F00;
    background-color: #fff7b9;
    padding: 8px;
    margin: 0px 0px 20px 0px;
    border-radius: 5px;
}

/*-form-btn------------------------------------------------------------------------------------*/
.submit_btn {
    border: 0px;
    font-size: 120%;
    width: 204px;
    height: 55px;
    background: #FF9426;
    cursor: pointer;
    border-radius: 10px;
}

.submit_btn:hover {
    background: #F8D92E;
}

.submit_btn.back {
    margin-right: 20px;
    background: #DEDEDE;
}

/**/
.error {
    width: 740px;
    margin: 0px auto;
    margin-bottom: 20px;
    padding: 20px;
    background: #FFF89C;
    color: #EA0307;
}

table.form {
    margin: 0px 0px 30px 0px;
    width: 780px;
    text-align: center;
    border: 1px solid #BBB;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.form th,
table.form td {
    padding: 10px 8px 10px 8px;
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid #BBB;
    text-align: left;
    font-size: 100%;
    font-weight: normal;
    color: #000000;
}

table.form th {
    width: 210px;
    background: #F4F4EC;
}

table.form td span.red {
    font-size: 120%;
    color: #CC0000;
}

table.form td.reserve p {
    color: #CC0000;
}

table.form td input[type="text"] {
    height: 30px;
    width: 90%;
    margin: 0px auto;
    font-size: 120%;
}

table.form td select {
    font-size: 100%;
}

table.form td input[type="text"].small {
    width: 100px;
}

table.form td ul {
    margin-bottom: 10px;
}

table.form td ul li {
    font-size: 100%;
    margin-bottom: 10px;
}

.form .inner {
    padding: 10px 0px 40px 0px;
}

/*-callcenter-txt------------------------------------------------------------------------------------*/
.callcenter-txt {
    width: 800px;
    margin: 50px auto;
    padding: 30px;
    border: 2px solid #ff700c;
    background: #FFF;
}

.callcenter-txt p {
    margin-bottom: 20px;
    font-size: 130%;
    line-height: 180%;
}

.callcenter-txt p span {
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
    color: #E20003;
}