/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* スライド */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.first_view{
    margin-top: 20px;
    background-color:rgba(75, 75, 75, 0.2);
}
.slider-3 .slick-slide {
    margin: 0 60px;
    padding: 60px 0;
    position: relative;
}
.slider-3 .slick-slide .slide-img {
    width: 400px;
    transition: all 0.6s ease 0.4s;
    opacity: 0.8;
    box-shadow: 7px 7px 15px -5px #666;
    overflow: hidden;
}
.slider-3 .slick-slide.slick-current .slide-img {
    transform: scale(1.2);
    opacity: 1;
}
.slider-3 .slick-slide .slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-3 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-3 .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
}
.slider-3 .slick-next {
    right: 0;
}
.slider-3 .slick-prev {
    left: 0;
}
.slider-3 .slick-next::before {
    left: 20px;
}
.slider-3 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
}
.dots-3 .slick-dots {
    text-align: center;
}
.dots-3 .slick-dots li {
    display: inline-block;
}
.dots-3 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
}
.dots-3 .slick-dots .slick-active button {
    background: #0a467d;
}
@media screen and (max-width: 840px){
    /* タブレット */
}
@media screen and (max-width: 540px){
    /* スマホ */
    .slider-3 .slick-slide .slide-img {
        width: 300px;
    }
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* メインコンテンツ */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.main_contents{
    width: 1020px;
    padding-bottom: 10px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url("../img/image/service/back_ground.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    font-family:"UD デジタル 教科書体 N-R";
}
@media screen and (max-width: 840px){
    /* タブレット */
}
@media screen and (max-width: 540px){
    /* スマホ */
    .main_contents{
        width:100%;
    }
}
/* タイトル */
.con_title{
    background-image: url("../img/image/head_parts.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    position: relative;
}
.con_title_box{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}
.con_title .en_title{
    color: gray;
    font-size: 80px;
    font-family: 'Anton', sans-serif;
    margin-top: 10px;
    margin-left: 20px;
}
.con_title .ja_title{
    color: white;
    margin-left: 90px;
    font-size: 25px;
}
/* コンテンツ１ */
.contents_1{
    width: 100%;
}
.contents_1 .item_box{
    width: 700px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}
.contents_1 .item_box .title_box{
    display: flex;
    justify-content: center;
    font-size: 50px;
}
.contents_1 .item_box .dis_box{
    margin-top: 20px;
    /* font-weight: bold; */
    font-family:"UD デジタル 教科書体 N-R";
}
@media screen and (max-width: 840px){
    /* タブレット */
    .con_title{
        height: 180px;
    }
}
@media screen and (max-width: 540px){
    /* スマホ */
    .contents_1 .item_box{
        width: 350px;
    }
    .con_title{
        height: 90px;
    }
    .con_title .en_title{
        font-size: 25px;
    }
    .con_title .ja_title{
        margin-left: 30px;
        font-size: 18px;
    }
}

/* コンテンツ２ */
.contents_2{
    width: 650px;
    margin: auto;
    font-weight: bold;
    font-family:"UD デジタル 教科書体 N-R";
}
@media screen and (max-width: 840px){
    /* タブレット */
}
@media screen and (max-width: 540px){
    /* スマホ */
    .contents_2{
        width: 90%;
    }
}
/* タイヤ料金表 */
.taiya_table{
    width: 600px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
}
.taiya_table table{
    width: 100%;
    margin: 0;
}
.taiya_table th{
    font-weight: normal;
}
.taiya_table .title {
    font-size: 20px;
    margin-bottom: 20px;
}
.taiya_table .title span{
    border-bottom: 1px solid white;
}
.taiya_table .table th,.table td {
    border: 1px solid #ccc;
    padding: 10px;
}
.taiya_table .money{
    text-align: right;
}
.taiya_table .text_box p{
    margin-top: 12px;
}
.taiya_table .centers{
    text-align: center;
}
.taiya_table .notes{
    margin-top: 20px;
    font-size: 20px;
    color: yellow;
    text-align: center;
}
@media screen and (max-width: 840px){
    /* タブレット */
}
@media screen and (max-width: 540px){
    /* スマホ */
    .taiya_table{
        width: 300px;
    }
    .taiya_table .title {
        font-size: 18px;
    }
    .taiya_table .table{
        font-size: 14px;
    }
}

/* コンテンツ３ */
.contents_3{
    margin: auto;
    margin-top: 50px;
    font-weight: bold;
    font-family:"UD デジタル 教科書体 N-R";
}
.contents_3 .item_box{
    display: flex;
    flex-direction: column;
    width: 700px;
    margin: auto;
}
.contents_3 .item_box .con1{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contents_3 .item_box .con2{
    display: flex;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    justify-content: center;
    margin-top: 23px;
}
.contents_3 .item_box .con2 .t_box{
    display: flex;
    align-items: flex-end;
}
.contents_3 .item_box .icon_tell{
    width: 40px;
}
.contents_3 .item_box .line_qr{
    width: 80px;
    margin-left: 30px;
}
.contents_3 #tell_num{
    color: black;
}
@media screen and (max-width: 840px){
    /* タブレット */
}
@media screen and (max-width: 540px){
    /* スマホ */
    .contents_3 .item_box{
        width: 90%;
    }
}

/* コンテンツ４ */
.contents_4{
    margin: 30px;
    margin: 30px;
    width: 700px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.5);;
    border: 3px solid black;
    display: block;
}
.contents_4 div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contents_4 .gaisya{
    margin-top: 10px;
}
.contents_4 ul img{
    width: 50px;
    margin: 3px;
}
.contents_4 .ex_text p{
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 840px){
    /* タブレット */
}
@media screen and (max-width: 540px){
    /* スマホ */
    .contents_4{
        width: 350px;
    }
}
