/*
█─█▄─█─█▀▄─█▀▀─█─█
█─█─▀█─█─█─█▀▀─▄▀▄
▀─▀──▀─▀▀──▀▀▀─▀─▀
index
*/


/*index_top*/

#index_top .mainVisual {
    width: 100%;
    height: 100vh;
    background-image: url(../images/top_back.1.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

@media(max-width:480px) {
    #index_top .mainVisual {
        background-image: url(../images/top_backPhone.1.jpg);
        background-size: cover;
    }
    #index_top .btn {
        /*background: none !important;*/
        /*color: #fff !important;*/
    }
    #index_top h1 {
        text-shadow: 0px 0px 12px rgba(0, 0, 0, .8) !important;
    }
}

#index_top h1 {
    text-align: center;
    line-height: .6em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, .2);
    color: RGBa(255, 255, 255, .9)
}

#index_top h1 span {
    font-size: 24px;
    letter-spacing: .3em;
    font-family: 'Aaargh Normal';
}

#index_top .btn {
    background: #fff;
    padding: 10px 40px;
    color: #8fbb43;
    font-size: 16px;
    letter-spacing: .2em;
    border: 2px solid #8fbb43;
    border-radius: 0;
    font-family: 'Aaargh Normal';
    text-shadow: none;
}

#index_top .btn:hover {
    background-color: #8FBB43;
    color: #fff;
}


/*index_what*/

#index_what {
    background-image: url(../images/what_back.jpg);
    overflow: hidden;
    position: relative;
}

#index_what .what_box {
    height: 250px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1.732px 6px 0px rgba(4, 0, 0, 0.15);
}

#index_what .what_left {
    width: 40%;
    position: absolute;
    height: 250px;
    background-size: cover;
}

#index_what .what_left_1 {
    background-image: url(../images/what_1.jpg);
    background-position: center center;
    background-size: cover;
}

#index_what .what_left_2 {
    background-image: url(../images/what_2.jpg);
    background-position: center center;
    background-size: cover;
}

#index_what .what_left_3 {
    background-image: url(../images/what_3.jpg);
    background-position: center center;
    background-size: cover;
}

#index_what .what_left_4 {
    background-image: url(../images/what_4.jpg);
    background-position: center center;
    background-size: cover;
}

#index_what .what_right {
    width: 60%;
    left: 40%;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
}

#index_what h3 {
    text-align: center;
}

#index_what .leef {
    position: absolute;
    right: -20px;
    bottom: 0;
}


/*index_device*/

#index_device {
    background-image: url(../images/device_back.jpg);
    background-size: cover;
    background-position: center center;
}

#index_device h2 {
    color: #fff;
}

#index_device .device_box_1,
#index_device .device_box_2,
#index_device .device_box_3,
#index_device .device_box_4 {
    width: 25%;
    height: 250px;
    float: left;
    margin-top: 20px;
}

#index_device .device_box_1 {
    background-image: url(../images/device_1.jpg);
    background-size: cover;
    background-position: center center;
}

#index_device .device_box_2 {
    background-image: url(../images/device_2.jpg);
    background-position: center center;
    background-size: cover;
}

#index_device .device_box_3 {
    background-image: url(../images/device_3.jpg);
    background-position: center center;
    background-size: cover;
}

#index_device .device_box_4 {
    background-image: url(../images/device_4.jpg);
    background-position: center center;
    background-size: cover;
}

#index_device .device_box_2,
#index_device .device_box_3,
#index_device .device_box_4 {
    position: relative;
}

#index_device .device_box_1 {
    box-shadow: 0px 0px 84px 16px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 999;
}

#index_device .device_box_2,
#index_device .device_box_3,
#index_device .device_box_4 {
    position: relative;
}

#index_device .device {
    background: rgba(255, 255, 255, .7);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    transition: .2s;
}

#index_device .device_box_2:hover .device,
#index_device .device_box_3:hover .device,
#index_device .device_box_4:hover .device {
    padding-bottom: 20px;
}

#index_device .device:hover {
    padding-bottom: 20px;
}

#index_device .device_box p {
    font-size: 18px;
    color: #8fbb43;
}


/*index_case*/

#index_case {
    background-image: url(../images/case_back.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

#index_case hr {
    margin-bottom: 10px;
    margin-top: 0px;
}

#index_case p {
    color: #5e5e5e;
}

#index_case a img {
    transition: .2s;
}

#index_case a img:hover {
    transform: scale(1.1);
}


/*index_trouble*/

#index_trouble .trouble_image {
    height: 720px;
    background-image: url(../images/trouble_image.jpg);
    background-size: cover;
}

#index_trouble .trouble_content {
    height: 720px;
    background-image: url(../images/what_back.jpg);
}

#index_trouble h2 {
    margin-left: 20px;
}

#index_trouble .trouble_box {
    height: 130px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: .1s;
}

#index_trouble .trouble_box:hover {
    transform: scale(1.02)
}

#index_trouble .trouble_box p {
    color: #5e5e5e;
}

#index_trouble .trouble_left {
    width: 25%;
    position: absolute;
    background: #ddd;
    height: 130px;
    background-position: center center;
    background-size: cover;
}

.troublePhoto01 {
    background-image: url(../images/trouble01.jpg) !important;
}

.troublePhoto02 {
    background-image: url(../images/trouble02.jpg) !important;
    background-position: center center !important;
}

.troublePhoto03 {
    background-image: url(../images/trouble03.jpg) !important;
}

.troublePhoto04 {
    background-image: url(../images/trouble04.jpg) !important;
}

#index_trouble .trouble_right {
    width: 75%;
    left: 25%;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
}

#index_trouble .trouble_right hr {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0;
}


/*index_about*/

#index_about {
    background-image: url(../images/about_back.jpg);
    background-size: cover;
    background-position: center center;
    padding-bottom: 100px;
}

@media(max-width:767px) {
    #index_about {
        background-image: url(../images/about_backPhone.jpg);
    }
}

#index_about h2 {
    color: #fff;
}

#index_about .about_box {
    background: #fff;
    height: 90px;
    width: 90px;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0px 0px 39.6px 0.4px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding-top: 16px;
    margin-top: 20px;
    transition: .2s;
}

#index_about .about_box:hover {
    transform: scale(1.02)
}

#index_about .about_box i {
    font-size: 40px;
    color: #8fbb43;
}

#index_about .about_box .fa {
    padding-top: 7px;
}

#index_about p {
    margin-top: 20px;
    letter-spacing: .1em;
}

#index_about a {
    color: #fff;
}


/*index_counsel*/

#index_counsel {
    background-image: url(../images/counsel_back.jpg);
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

#index_counsel .counsel_box {
    text-align: center;
    background: rgba(255, 255, 255, .8);
    padding-top: 50px;
    padding-bottom: 70px;
    margin-top: 70px;
    margin-bottom: 70px;
}

#index_counsel .counsel_box .btn {
    background-color: #fff;
}

#index_counsel .counsel_box .btn:hover {
    background-color: #8FBB43;
}

/** index_blog **/
#index_blog {
    background-image: url(../images/what_back.jpg);
    overflow: hidden;
}

/*
▄▀▀▄─▄▀▄─▄▀▀─█▀▀
█──▄─█▀█──▀▄─█▀▀
─▀▀──▀─▀─▀▀──▀▀▀
CASE*/

#sub .subTitle_box {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #8FBB43;
    color: #fff;
}

#sub .case01 .panel-heading {
    background: #8FBB43;
    padding-top: 20px;
}

#sub .case01 .panel-heading h4 {
    color: #fff;
    line-height: 25px !important;
}

#sub .case01 .panel-heading {
    position: relative;
}

#sub .case01 .panel-heading p {
    color: #fff;
    opacity: .3;
    position: absolute;
    top: -15px;
    left: 10;
    bottom: 0;
    font-size: 60px;
    font-family: cursive;
}

#sub .case01 .panel-body .back_text {
    color: #8FBB43;
    opacity: .3;
    position: absolute;
    top: -30px;
    left: 10;
    bottom: 0;
    font-size: 80px;
    font-family: cursive;
}


/*
▄▀▄─█▀▄─▄▀▀▄─█──█─▀█▀
█▀█─█▀█─█──█─█──█──█─
▀─▀─▀▀───▀▀───▀▀───▀─
about*/

#sub .about_property .small-text {
    font-size: 22px;
}

#sub .about_fee .fee_box {
    padding: 20px 10px;
    margin: 10px;
    border: 1px solid #8fbb43;
}

#sub .about_fee .small-text {
    font-size: 13px !important;
}

@media(max-width:480px) {
    #sub .about_fee .title_small {
        font-size: 15px !important;
    }
}

#sub .about_fee .title_small {
    font-size: 20px;
}

#sub .about_fee h4 {
    color: #8fbb43;
    line-height: 30px;
    margin-bottom: 20px;
}

#sub .about_counseling h4 {
    color: #FFB70A;
}

#sub .about_counseling_form ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#sub .property_box {
    padding: 10px;
    margin: 10px;
}

.number {
    color: #8fbb43;
    font-size: 30px;
    opacity: .5;
    font-family: 'Sacramento', cursive;
    letter-spacing: -.05em;
    text-align: center;
}

#sub .about_access tr td {
    border: none !important;
}

#sub .about_access table {
    border: 1px solid #FFB70A;
}

#sub .about_access tr td i {
    font-size: 18px;
    color: #FFB70A;
}

#googleMap {
    background: #fff;
}

#googleMap p {
    margin-bottom: 0;
    padding-right: 10px;
    font-weight: 600;
}

#sub .about_doctor .concept_back {
    position: absolute;
    font-size: 60px;
    font-family: 'Sacramento', cursive;
    color: #8fbb43;
    right: 20px;
    bottom: -80px;
    opacity: .2;
}

#sub .about_doctor .doctor_back {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url(../images/about_doctor/doctor_back.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative:
}

#sub .about_doctor td {
    padding-top: 15px;
    padding-bottom: 15px;
}

#sub .about_doctor .doctor_man {
    background-image: url(../images/about_doctor/doctor.jpg);
    background-size: cover;
    background-position: center center;
    height: 400px;
}

#sub .about_doctor .doctor_name {
    height: 400px;
    display: table;
}

#sub .about_doctor .doctor_name h4 {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-size: 30px;
    font-family: serif;
}

#sub .about_doctor .doctor_name span {
    text-align: center;
    font-size: 14px;
}

#sub .about_doctor .doctor_name .EN_name {
    text-align: center;
    font-size: 28px;
    letter-spacing: .1em;
    opacity: .7;
    line-height: 40px;
    font-family: 'Sacramento', cursive;
    color: #8fbb43;
}

#sub .about_doctor .subTitle_box p {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
}

#sub .about_facility .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#sub .about_facility h3 {
    text-shadow: none;
    letter-spacing: .1em;
    font-family: serif;
    position: absolute;
    bottom: 30px;
    left: 0;
    color: #fff;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    background: linear-gradient(to right, rgba(120, 105, 61, 0) 1%, rgba(120, 105, 61, 0.65) 51%, rgba(2, 2, 1, 0) 99%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078693d', endColorstr='#00000000', GradientType=1);
}

@media(max-width:480px) {
    #sub .about_mail_form input,
    #sub .about_counseling_form input {
        width: 100%;
    }
    #sub .about_mail_form .harf_none,
    #sub .about_counseling_form .harf_none {
        width: 10px;
    }
    #sub .about_mail_form .form_time,
    #sub .about_counseling_form .form_time {
        width: 50%;
    }
    #sub .about_mail_form textarea,
    #sub .about_counseling_form textarea {
        width: 100%;
    }
}

#sub .about_doctor .concept_back {
    position: absolute;
    font-size: 60px;
    font-family: 'Sacramento', cursive;
    color: #8fbb43;
    right: 20px;
    bottom: -80px;
    opacity: .2;
}

#sub .about_doctor .doctor_back {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url(../images/about_doctor/doctor_back.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative:
}

#sub .about_doctor td {
    padding-top: 15px;
    padding-bottom: 15px;
}

#sub .about_doctor .doctor_name {
    height: 400px;
    display: table;
}

#sub .about_doctor .doctor_name h4 {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-size: 30px;
    font-family: serif;
}

#sub .about_doctor .doctor_name span {
    text-align: center;
    font-size: 14px;
}

#sub .about_doctor .doctor_name .EN_name {
    text-align: center;
    font-size: 28px;
    letter-spacing: .1em;
    opacity: .7;
    line-height: 40px;
    font-family: 'Sacramento', cursive;
    color: #8fbb43;
}

#sub .about_doctor .subTitle_box p {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
}

.lp_main {
    padding-top: 140px !important;
}

@media(min-width:768px) {
    .lp_mainTop {
        padding-bottom: 35px !important;
    }
    .lp_mainTop .phone,
    .lp_mainTop .headerBtn {
        padding-top: 10px;
    }
}

.lp_boxTitle h2 {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, .3);
}

.lp_boxTitle .lp_title {
    font-size: 44px !important;
    letter-spacing: .25em;
    line-height: 60px !important;
}

.lp_boxTitle h2 hr {
    width: 50%;
}

#sub .about_lp .concept_back {
    position: absolute;
    font-size: 60px;
    font-family: 'Sacramento', cursive;
    color: #8fbb43;
    right: 20px;
    bottom: -80px;
    opacity: .2;
}

#sub .about_lp .doctor_back {
    padding-top: 80px;
    padding-bottom: 70px;
    background-image: url(../images/lp/top_back.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative:
}

#sub .about_lp td {
    padding-top: 15px;
    padding-bottom: 15px;
}

#sub .about_lp .doctor_man {
    background-image: url(../images/lp/doctor.jpg);
    background-size: cover;
    background-position: center center;
    height: 400px;
}

#sub .about_lp .doctor_name {
    height: 400px;
    display: table;
}

#sub .about_lp .doctor_name h4 {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-size: 30px;
    font-family: serif;
}

#sub .about_lp .doctor_name span {
    text-align: center;
    font-size: 14px;
}

#sub .about_lp .doctor_name .EN_name {
    text-align: center;
    font-size: 28px;
    letter-spacing: .1em;
    opacity: .7;
    line-height: 40px;
    font-family: 'Sacramento', cursive;
    color: #8fbb43;
}

#sub .about_lp .subTitle_box p {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
}

#sub .about_lp h4 {
    font-weight: 600;
    color: #78693D;
    line-height: 28px;
}

#sub .about_lp .carousel-inner h3 {
    color: #fff;
    text-shadow: none;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(to right, rgba(120, 105, 61, 0) 1%, rgba(120, 105, 61, 0.65) 51%, rgba(2, 2, 1, 0) 99%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078693d', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

#sub .about_lp .lp_what li {
    padding-top: 10px;
    padding-bottom: 10px;
}

#sub .about_lp .box {
    padding-right: 0;
    padding-left: 0;
}

#sub .about_lp .green_font {
    color: #8fbb43;
}

.lp_subTitle {
    line-height: 45px !important;
}

.lp_M {
    font-size: 17px;
    font-family: serif;
    margin-top: 20px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, .02);
    text-align: center;
}

@media(min-width:768px) {
    .lp_slider {
        padding: 100px 170px 0 170px;
    }
}

@media(max-width:767px) {
    .lp_boxTitle .lp_title {
        font-size: 30px !important;
    }
    .lp_subTitle {
        font-size: 12px !important;
    }
}

@media(max-width:390px) {
    .lp_boxTitle .lp_title {
        font-size: 27px !important;
        letter-spacing: .18em;
        line-height: 50px !important;
    }
    .lp_subTitle {
        font-size: 10px !important;
        line-height: 25px !important;
    }
}

@media(min-width:390px) {
    .lp_subTitle br {
        display: none;
    }
}


/*
█───█─█─█─▄▀▄─▀█▀
█─█─█─█▀█─█▀█──█─
─▀─▀──▀─▀─▀─▀──▀─
What*/

#sub {
    overflow: hidden;
}

#sub .what01 .subTitle_box {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

#sub .what01 .subTitle_box p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

#sub .what01 .box_number {
    position: absolute;
    font-size: 80px !important;
    top: 0px;
    left: 20px;
    opacity: .3;
    font-family: 'Sacramento', cursive;
    font-weight: 500 !important;
}

#sub .tap {
    transition: .2s;
}

#sub .tap:hover {
    transform: scale(1.01);
}

#sub .what02 .what02_box {
    padding: 50px 10px;
    box-shadow: 0px 0px 10px 0px rgba(225, 225, 225, .2);
    border-radius: 10px;
    background-image: url(../images/list_boxBack.jpg);
    background-size: cover;
    background-position: center center;
}

#sub .what02 li,
#sub .what03 li,
#sub .what04 li,
#sub .what05 li {
    padding-top: 5px;
    padding-bottom: 10px;
}

#sub .what02 .what02_startBox {
    padding: 40px 20px;
}

#sub .what03 h4 {
    font-size: 20px;
    color: #FFB70A;
}

#sub .what03 h5,
#sub .what04 h5,
#sub .what05 h5,
#sub .what06 h5 {
    font-size: 17px;
    color: #FFB70A;
}

#sub .what03_back {
    background-image: url(../images/what03/what03_back.jpg);
    background-position: center;
    background-attachment: fixed;
}

#sub .what06 .panel-heading {
    background: #8FBB43;
    padding-top: 20px;
}

#sub .what06 .panel-heading h4 {
    color: #fff;
    line-height: 25px !important;
}

#sub .what06 .panel-heading {
    position: relative;
}

#sub .what06 .panel-heading p {
    color: #fff;
    opacity: .3;
    position: absolute;
    top: -15px;
    left: 10;
    bottom: 0;
    font-size: 60px;
    font-family: cursive;
}

#sub .what06 .panel-body .back_text {
    color: #8FBB43;
    opacity: .3;
    position: absolute;
    top: -30px;
    left: 10;
    bottom: 0;
    font-size: 80px;
    font-family: cursive;
}

@media(max-width:768px) {

  #sub .what06 .sr-scaleDown {
    padding-left: 15px;
    padding-right: 15px;
  }

  #sub .what06 .panel-body p,
  #sub .what06 .sr-scaleDown p {
    word-break: break-all;
  }

}



/*
█▀▄─█▀▀─█───█─█─▄▀▀▄─█▀▀
█─█─█▀▀──█─█──█─█──▄─█▀▀
▀▀──▀▀▀───▀───▀──▀▀──▀▀▀
device*/

#sub .device01 .img-circle,
#sub .device03 .img-circle {
    width: 250px;
    height: 250px;
}


/*
▀█▀─█▀▄─▄▀▀▄─█──█─█▀▄─█───█▀▀
─█──██▀─█──█─█──█─█▀█─█───█▀▀
─▀──▀─▀──▀▀───▀▀──▀▀──▀▀▀─▀▀▀
trouble*/

.nayami01 h4,
.trouble02 h4,
.nayami03 h4,
.nayami04 h4 {
    color: #FFB70A;
    line-height: 26px;
}


/*
▀█▀─█─█─▄▀▄─█▄─█─█─▄▀─▄▀▀───█▀▄─▄▀▄─▄▀▀──█▀▀
─█──█▀█─█▀█─█─▀█─█▀▄───▀▄───█▀──█▀█─█─▀█─█▀▀
─▀──▀─▀─▀─▀─▀──▀─▀──▀─▀▀────▀───▀─▀──▀▀──▀▀▀
Thanksページ*/

#sub .about_ThanksCounseling_form h3 {
    letter-spacing: .1em;
}

#map_canvas {
    position: relative;
    padding: 0 0 65%;
    height: 0;
    overflow: hidden;
}

#map_canvas iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*
█───█─█─█▀▄─█▀▀─▄▀▀▄
─█─█──█─█─█─█▀▀─█──█
──▀───▀─▀▀──▀▀▀──▀▀─
*/

.inVideo {
    width: 100%;
    height: auto;
}

/*リスト*/
.link_listBox{
    padding: 10px;
    border:1px solid #8FBB43;

}

.link_listBox li{
    padding-top:8px;
    padding-bottom: 8px;
}

.list_title{
    padding-top: 10px;
    padding-bottom:10px;
    font-weight: 600;
    background: #8FBB43;
    color: #fff;
    text-align: center;
    font-size:18px;

}

/* Recruit */
#sub .recruit .row h4 {
    color: #8fbb43;
    line-height: 30px;
    margin-bottom: 20px;
}
#sub .recruit .row h5 {
    display: inline-block;
    padding: 0 8px 4px 8px;
    color: #ffb70a;
    font-size: 16px;
    margin-top: 20px;
    border-bottom: 1px dotted #ffb70a;
}

/*追加*/
#index_blog .trouble_box {
    height: 230px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: .1s;
    box-shadow: 1px 1.732px 6px 0px rgba(4, 0, 0, 0.15);
}
@media(max-width:768px) {
    #index_blog .trouble_box {
        height: 420px;
    }
}

#index_blog .trouble_box h3{
    text-align: left!important;
}

@media(min-width:769px) {
    #index_blog .trouble_box h3{
        text-align: center!important;
    }
}

#index_blog .trouble_box:hover {
    transform: scale(1.02)
}

#index_blog .trouble_box p {
    color: #5e5e5e;
}

@media(min-width:769px) {
    #index_blog .trouble_box p {
        text-align: center;
        margin: 30px 0 0!important;
    }
}

#index_blog .trouble_box .btn {
    color: orange;
    border: 1px solid orange;
}

#index_blog .trouble_box .btn:hover {
    background-color: orange;
    color: #fff;
}
/*
#index_trouble .trouble_left {
    width: 25%;
    position: absolute;
    background: #ddd;
    height: 130px;
    background-position: center center;
    background-size: cover;
}
*/

.troublePhoto02_info {
    background-image: url(../images/top_info.png) !important;
    background-position: center center !important;
}

#index_blog .trouble_left {
    width: 25%;
    position: absolute;
    background: #ddd;
    height: 230px;
    background-position: center center;
    background-size: cover;
}

@media(max-width:768px) {
    #index_blog .trouble_left {
        height: 200px;
    }
}


#index_blog .trouble_right {
    width: 75%;
    left: 25%;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
}

@media(max-width:768px) {
    #index_blog .trouble_right {
        width: 100%;
        left: 0;
        top:200px;
    }
    #index_blog .trouble_left {
        width: 100%;
    }
}

#index_blog .trouble_right hr {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 250px!important;
}

@media(min-width:769px) {
    #index_blog .trouble_right hr {
        width: 600px!important;
    }
}

.news_info h2{
    color: orange!important;
}

.caution_info_hr{
    width: 60%!important;
}
.caution_info_container{
    width: 100%!important;
}
.caution_info_container h2{
    padding-left: 0!important;
    padding-right: 0!important;
}
@media(max-width:768px) {
    .caution_info_container h2{
        text-align: left!important;
    }
}


/*コロナ対策*/

.h3_virus_list{
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.5em;
    font-size: 20px!important;
}

.arrow_indent{
    padding-left: 1.5em;
    text-indent: -.8em;
    line-height: 1.5em;
}

ol.stop_virus_list{
    counter-reset:number; /* 名前を付けたカウンターをリセット */
    list-style:none; /* olが数字を付けることをキャンセル */
    margin:0;
    padding:0;
}

ol.stop_virus_list li{
    position: relative;
    line-height: 2;
    margin-bottom: 0.4em;
    padding-bottom: 0!important;
    font-weight: bold;
    padding-left: 2em;
    text-indent: .1em;
}

ol.stop_virus_list li:before{
    position: absolute;
    counter-increment: number;
    content: counter(number);
    background: #FFB70A;
    display: inline-block;
    width: 2em;
    height: 2em;
    font-size: .8em;
    left: 0px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: .5em;
}

.ion-2x:before {
  position: relative;
  font-size: 1.5em;
}

@media(min-width:769px) {
    .stop_virus_text{
        padding-left:2em;
    }
}
@media(max-width:768px) {
    .stop_virus_ul{
        padding-left: 15px;
    }
}

.caution_sub_text {
    margin-top: 20px;
    font-size: .9em;
    padding-left: 1.5em;
}
@media(max-width:767px) {
    .caution_sub_text {
        padding-left: 1em;
        text-indent: -1.1em;
    }
}

/*装置バナー修正*/
@media (min-width: 992px) {
    .device_box_sp {
        display: none;
    }

    .device_box .device_list {
        width: 870px;
    }

    .device_box .device_list > div {
        width: 290px;
        height: 477px;
    }
    .device_box .device_list .device_menu1 {
        background: url(../images/device_new_01.jpg) center 0 no-repeat #ccc;
        background-size: 290px auto;
        border-radius: 20px 0 0 20px;
    }
    .device_box .device_list .device_menu2 {
        background: url(../images/device_new_02.jpg) center 0 no-repeat #ccc;
        background-size: 290px auto;
    }
    .device_box .device_list .device_menu3 {
        background: url(../images/device_new_03.jpg) center 0 no-repeat #ccc;
        background-size: 290px auto;
        border-radius: 0 20px 20px 0;
    }

    .device_box .device_list .device_menu1 .device_body, .device_box .device_list .device_menu3 .device_body {
        top:320px;
    }

    .device_box .device_list .device_menu2 .device_body {
        top:50px
    }
}

@media (min-width: 1200px) {
    .device_box .device_list {
        width: 1020px;
    }

    .device_box .device_list > div {
        width: 340px;
        height: 560px;
    }

    .device_box .device_list .device_menu1 {
        background: url(../images/device_new_01.jpg) center 0 no-repeat #ccc;
        background-size: 340px auto;
        border-radius: 20px 0 0 20px;
    }
    .device_box .device_list .device_menu2 {
        background: url(../images/device_new_02.jpg) center 0 no-repeat #ccc;
        background-size: 340px auto;
    }
    .device_box .device_list .device_menu3 {
        background: url(../images/device_new_03.jpg) center 0 no-repeat #ccc;
        background-size: 340px auto;
        border-radius: 0 20px 20px 0;
    }

    .device_box .device_list .device_menu1 .device_body, .device_box .device_list .device_menu3 .device_body {
        top:370px;
    }

    .device_box .device_list .device_menu2 .device_body {
        top:70px
    }
}

.device_box {
    max-width: 1090px;
    margin:30px auto;
}
.device_box .device_list {
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow:5px 3px 20px -3px rgba(2,2,2,0.6);
}

.device_box .device_list > div {
    position: relative;
    float: left;
    text-align: center;
}

.device_box .device_list .device_body {
    position: absolute;
    left: 50%;
}

.device_box .device_list .device_menu1 .device_body {
    margin-left: -110px;
}

.device_box .device_list .device_menu1 .device_body p.device_name {
    font-size: 26px!important;
    text-align: center;
    color: #975b23!important;
}

.device_box .device_list .device_menu1 .device_body .btn {
    width: 220px;
    color: #975b23!important;
    border: 1px solid #975b23!important;
}

.device_box .device_list .device_menu1 .device_body .btn:hover {
    color: #fff!important;
    background-color: #975b23;
}

.device_box .device_list .device_menu2 .device_body {
    margin-left: -110px;
}

.device_box .device_list .device_menu2 .device_body p.device_name {
    font-size: 26px!important;
    text-align: center;
}

.device_box .device_list .device_menu3 .device_body {
    margin-left: -110px;
}

.device_box .device_list .device_menu3 .device_body p.device_name {
    font-size: 26px!important;
    text-align: center;
    color: #975b23!important;
}

.device_box .device_list .device_menu3 .device_body .btn {
    width: 220px;
    color: #975b23!important;
    border: 1px solid #975b23!important;
}

.device_box .device_list .device_menu3 .device_body .btn:hover {
    color: #fff!important;
    background-color: #975b23;
}

@media (max-width: 991px) {
    .device_box {
        display: none;
    }
}

/*装置バナースマホ*/
.device_box_sp .device_menu1 {
    height: 370px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow:5px 3px 20px -3px rgba(2,2,2,0.6);
}

.device_box_sp .device_menu1 .device_body .device_top {
    background-image: url(../images/device_new_sp.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: absolute;
    height: 220px;
}

.device_box_sp .device_menu1 .device_body .device_bottom {
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: 220px;
    background-color: #fff;
}

.device_box_sp .device_menu1 .device_body .device_bottom p {
    font-size: 20px;
    color: #8fbb42;
}

.device_box_sp .device_menu1 .device_body .device_bottom .btn {
    pointer-events: none;
}

.device_box_sp .device_menu2, .device_box_sp .device_menu3 {
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/device_new_back_sp.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
}

.device_box_sp .device_menu2 .device_body .device_top {
    background-image: url(../images/device_2.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: absolute;
    height: 150px;
}
.device_box_sp .device_menu3 .device_body .device_top {
    background-image: url(../images/device_3.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: absolute;
    height: 150px;
}

.device_box_sp .device_menu2 .device_body .device_bottom, .device_box_sp .device_menu3 .device_body .device_bottom{
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 160px;
}

.device_box_sp .device_menu2 .device_body .device_bottom p, .device_box_sp .device_menu3 .device_body .device_bottom p {
    font-size: 16px;
    color: #975b23;
}

@media(max-width:550px) {
    .device_box_sp .device_menu2, .device_box_sp .device_menu3 {
        height: 160px;
    }

    .device_box_sp .device_menu2 .device_body .device_top, .device_box_sp .device_menu3 .device_body .device_top {
        height: 110px;
    }

    .device_box_sp .device_menu2 .device_body .device_bottom, .device_box_sp .device_menu3 .device_body .device_bottom{
        top: 90px;
    }
}

#top_case {
    padding: 60px 0;
    background-image: url(../images/case_back.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
#top_case a {
    display: block;
}
#top_case a img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
#top_case .is-sp {
    display: none;
}

@media(max-width:480px) {
    #top_case {
        padding: 40px 0;
    }
    #top_case .is-pc {
        display: none;
    }
    #top_case .is-sp {
        display: block;
    }
}
