@charset "UTF-8";

/* ==================================================
   表示制御用ユーティリティクラス
================================================== */
@media screen and (max-width: 767px) {
  .pc-only { display: none !important; }
}
@media screen and (min-width: 768px) {
  .sp-only { display: none !important; }
}

/* ==================================================
   PC用スタイル (min-width: 768px)
================================================== */
@media screen and (min-width: 768px) {
  
  /* --- mv.css --- */
  section.mv {
    height: 350px;
    background-image: url(/service/prevention/img/service-prevention-main.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  section.mv .inner_mv {
    display: table;
    width: 100%;
    height: 100%;
  }
  section.mv .inner_mv .container {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
  }
  section.mv .inner_mv .container .ttl {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #FFFFFF;
  }
  section.mv .inner_mv .container .ttl_sub {
    height: 12px;
    margin-top: 18px;
  }
  section.mv .inner_mv .container .description {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-top: 1.0em;
  }
  
  .ttl {
    text-align: center;
  }
  .ttl-copy {
    color: #333333;
    font-size: 26px;
    letter-spacing: 4px;
    margin-top: 20px;
    text-align: center;
  }
  .inner_menu {
    width: 1000px;
    margin: 0 auto;
  }
  section.menu {
    background-color: #ebe6dc;
    padding: 50px 0 60px;
  }
  .inner_menu h3 {
    font-size: 22px;
    width: 600px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c2a783;
    text-align: left;
    float: left;
    color: #a08769;
    letter-spacing: .1em;
    font-weight: lighter;
  }
  .inner_menu ul {
    margin-top: 40px;
  }
  .inner_menu li {
    height: 232px;
    padding: 40px 30px;
    margin-top: 20px;
    border-radius: 6px;
    background-color: #fff;
  }
  .inner_menu .desc-txt {
    margin-bottom: 1.5em;
    width: 600px;
    line-height: 24px;
    float: left;
    margin: 20px 0 0;
    color: #584e3e;
  }
  .inner_menu .desc-img {
    margin-left: 30px;
  }
  .inner_menu ul li div {
    width: 320px;
    height: 60px;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    background-color: #c2a783;
    float: left;
    margin-top: 20px;
  }
  section.qa {
    background-color: #fbf9f5;
  }
  section.qa .inner_qa {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
  }
  section.qa .inner_qa .ttl {
    font-size: 26px;
    font-weight: normal;
    color: #b39a7a;
    text-align: center;
  }
  section.qa .inner_qa .ttl p {
    margin-bottom: 16px;
  }
  section.qa .inner_qa .description {
    font-size: 16px;
    color: #584e3e;
    text-align: center;
    margin-top: 2.0em;
  }
  
  .main_contents_bottom p:not(:last-child) {
    margin-bottom: 15px;
  }
  .main_contents_bottom p {
    font-size: 8px;
    color: #c3a682;
    line-height: 1.5;
    margin-bottom: -50px;
  }
  
  section.mv .inner_mv{ background: none !important; }
  section.mv .inner_mv .container .ttl{ color:#004EA2 !important; }
  section.mv .inner_mv .container .description{ color:#666666 !important; font-weight: 700 !important; }
  section.menu{ background: #D9E5F1 !important; }
  .ttl{ font-size: 20px !important; color:#666666 !important; }
  .ttl-copy{ color:#004EA2 !important; }
  .inner_menu li {
    height: auto !important;
    padding: 40px 30px 120px;
    margin-top: 20px;
    border-radius: 0 !important;
    background-color: #fff;
    border: solid 1px #004EA2;
    position: relative;
  }
  .inner_menu h3{
    float: none !important;
    border-bottom:solid 1px #004EA2 !important;
    color:#004EA2 !important;
  }
  .inner_menu .desc-txt{ float: none !important; }
  .inner_menu .desc-img{ position: absolute; right: 30px; top: 60px; }
  .inner_menu ul li div{ padding:0 !important; }
  .inner_menu ul li a, .qa-btn {
    width: 100%;
    max-width: 360px;
    height: 62px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    background: #004EA2;
    border-bottom: 5px solid #170C45;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition:all 0.4s;
  }
  .inner_menu ul li a::after, .qa-btn::after {
    content: "";
    width: 14px;
    height: 22px;
    background: url("/common/img/btn_arrow_white.svg") no-repeat center;
    background-size: 14px auto;
    position: absolute;
    top: 0;
    right: 5.5%;
    bottom: 0;
    margin: auto;
  }
  .inner_menu ul li a:hover, .qa-btn:hover { opacity: 0.7; }
  .main_contents_bottom p{ color:#666666; line-height: 1.8em; font-size:16px;padding-bottom:60px;padding-top:20px;}
  .common__qa{ background: #fff !important; }
  section.qa .inner_qa .description{ margin:10px 0 2em !important; }
  .common__qa dl{
    padding:5px 0;
    max-width: 650px;
    margin:0 auto;
    letter-spacing: 0.1em;
  }
  .common__qa dl dt{ line-height: 1.8em; font-weight: 700; }
  .common__qa dl dt span{ color:#004EA2; }
  .common__qa dl dd span{ color:#EC6D81; font-weight: 700; }
  .common__qa dl dd{
    padding:0.5em 0 1em;
    line-height: 1.8em;
    border-bottom:solid 1px #004EA2;
  }
  .common__qa-contents{ padding-bottom:40px; }
  .common__qa .qa-btn{ margin:0 auto !important; }
  .bg1{
    background: #DCF1F9;
    margin:0 !important;
    padding:30px 0;
  }

}

/* ==================================================
   SP用スタイル (max-width: 767px)
================================================== */
@media screen and (max-width: 767px) {
  section.mv {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  section.mv .inner_mv {
    display: table;
    line-height: 1.4;
    width: 100%;
    height: 100%;
  }
  section.mv .inner_mv .container {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
  }
  section.mv .inner_mv .container .ttl {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #FFFFFF;
  }
  section.mv .inner_mv .container .ttl_sub {
    height: 12px;
  }
  section.mv .inner_mv .container .description {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-top: 1.0em;
  }
  
  section.mv {
    background-image: url(images/service-prevention-customer001.png);
  }
  div.mv_description p {
    line-height: 1.6em;
    text-align: center;
    font-size: 1.2em;
    padding: 25px 0;
  }
  section.menu {
    background-color: #ebe6dc;
  }
  section.menu .inner_menu {
    margin: 0 auto;
    padding: 0px 0 20px 0;
  }
  section.menu .inner_menu .clm:last-child {
    margin-bottom: 0;
  }
  section.menu .inner_menu .clm + .clm {
    padding-top: 20px;
  }
  section.menu .inner_menu .clm .ttl {
    color: #b39a7a;
    font-size: 1.7em;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 24px 0 0;
  }
  section.menu .inner_menu .clm .article {
    width:86%;
    background-color: #FFF;
    border-radius: 6px;
    margin: 26px auto;
    color:#584e3e;
    padding-bottom: 1px;
  }
  section.menu .inner_menu .clm .article .overview {
    padding-bottom: 36px;
  }
  section.menu .inner_menu .clm .article .txt_side,
  section.menu .inner_menu .clm .article .img_side {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
  }
  section.menu .inner_menu .clm .article .txt_side {
    width: 580px;
  }
  section.menu .inner_menu .clm .article .img_side {
    box-sizing: border-box;
    padding: 26px 40px 0;
    width: 420px;
  }
  section.menu .inner_menu .clm .article .img_side img {
    max-width: 100%;
  }
  section.menu .inner_menu .clm .article .menu_detail {
    padding: 0px 20px 12px;
  }
  section.menu .inner_menu .clm .article .menu_detail p {
    line-height: 1.9;
  }
  section.menu .inner_menu .clm .article .menu_index {
    background-color: #c2a783;
    color: #fff;
    padding: 18px 10px 18px;
    margin: 20px 0 20px 7%;
    width: 78%;
    font-size: 1.5em;
    display: block;
    text-decoration: none;
  }
  section.menu .inner_menu .clm .article .menu_index span {
    display: inline-block;
    position: absolute;
    right: 17%;
    width: 5%;
  }
  section.menu .inner_menu .clm .article .menu_index span img {
    margin-top: 22%;
  }
  section.menu .inner_menu .clm .article + .article {
    margin-top: 15px;
  }
  p.ttl_sub {
    width: 47%;
    margin: 0px auto;
    padding-top: 10px;
  }
  .common__qa div.sp-only h3.ttl {
    text-align:center;
  }

  section.menu h3 .eiji_ttl {
    width: 16%;
    display: block;
    margin: 0 auto;
  }
  section.menu h3 .menu_index {
    text-align: center;
    display: block;
    color: #333;
    padding-top: 0.7em;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  section.menu .article .prevention_menu p {
    text-align: left;
    padding: 26px 20px;
    font-size: 1.6em;
    color: #c2a783;
    position: relative;
  }
  section.menu .article .prevention_menu > p.menu_ttl:after {
    content: "";
    width: 84%;
    height: 2px;
    position: absolute;
    background: #c2a783;
    bottom: 15px;
    left: 7%;
  }
  section.menu .article .prevention_menu img {
    width: 85%;
    margin-left: 7%;
  }
  section.menu .article .prevention_menu p.menu_detail {
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-align: left;
    color: #000;
  }
  section.menu .article ul {
    background: #fff;
  }
  section.menu .article .icon {
    width: 8%;
  }
  section.menu .article .txt {
    font-size: 1.3em;
    padding-left: 5%;
    padding-top: 1%;
  }
  section.menu .article .arrow {
    width: 15px;
    padding-top: 7px;
    height: 13px;
  }
  section.qaa .article ul li a {
    display: -webkit-flex;
    display: flex;
    padding: 20px 10px;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid #f2ece5;
    text-decoration: none;
    align-items: center;
    line-height: 1.8em;
  }
  section.qaa .article ul li:last-child a {
    border-bottom: none !important;
  }
  section.qaa .faq {
    display: table;
    text-decoration: none;
    background-color: #b99656;
    color: #fff;
    padding: 18px 10px 18px;
    margin: 5px auto;
    width: 80%;
    text-align: center;
    font-size: 1.5em;
    position: relative;
  }
  section.qaa .faq span {
    display: inline-block;
    width: 15px;
    position: absolute;
    top: 49%;
    right: 6%;
  }
  section.qaa .faq span img {
    margin-top: calc(30% - 6px);
    margin-left: 35%;
  }
  section.qaa p.lead {
    color: #584e3e;
    text-align: center;
    padding-top: 1em;
    font-size: 1.4em;
    line-height: 1.5em;
  }
  section.qaa {
    background: #fbf9f5;
  }
  section.mv .inner_mv{
    background: none !important;
  }
  section.mv .inner_mv .container .ttl{
    color:#004EA2 !important;
  }
  section.mv .inner_mv .container .ttl_sub{
    color:#666666 !important;
    font-weight: 500 !important;
    width: 90% !important;
    height: auto !important;
  }
  section.menu{
    background: #fff !important;
  }
  section.menu *{
    box-sizing: border-box;
  }
  .ttl .eiji_ttl{
    font-size:16px !important;
    color:#666666 !important;
    padding-bottom:10px;
  }
  .ttl .menu_index{
    color:#004EA2 !important;
    font-size: 1.3rem !important;
  }
  .ttl span{
    margin-bottom:0 !important;
  }
  section.menu .inner_menu .clm .article{
    border: solid 1px #004EA2;
    border-radius: 0 !important;
  }
  section.menu .article .prevention_menu .menu_ttl {
    color: #004EA2 !important;
    position: relative;
  }
  section.menu .article .prevention_menu > p.menu_ttl:after {
    background: #004EA2 !important;
  }
  section.menu .inner_menu .clm .article .menu_index, .qa-btn {
    width: 88%;
    max-width: 88%;
    height: 62px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    background: #004EA2;
    border-bottom: 5px solid #170C45;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition:all 0.4s;
    margin: 0 auto 1em !important;
  }
  section.menu .inner_menu .clm .article .menu_detail {
    padding: 1em 20px !important;
  }
  section.menu .inner_menu .clm .article .menu_index::after, .qa-btn::after {
    content: "";
    width: 14px;
    height: 22px;
    background: url("/common/img/btn_arrow_white.svg") no-repeat center;
    background-size: 12px auto;
    position: absolute;
    top: 0;
    right: 5.5%;
    bottom: 0;
    margin: auto;
  }
  section.menu .article .prevention_menu p.menu_detail {
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: left;
    color: #000;
  }
  .common__qa{
    background: #fff !important;
    padding:0 7vw !important;
  }
  section.qa .inner_qa .description{
    margin:10px 0 2em !important;
  }
  .common__qa .ttl{
    padding-bottom:1em;
  }
  .common__qa dl{
    padding:5px 0;
    max-width: 650px;
    margin:0 auto;
    letter-spacing: 0.1em;
  }
  .common__qa dl dt{
    line-height: 1.8em;
    font-weight: 700;
  }
  .common__qa dl dt span{ color:#004EA2; }
  .common__qa dl dd span{ color:#EC6D81; font-weight: 700; }
  .common__qa dl dd{
    padding:0.5em 0 1em;
    line-height: 1.8em;
    border-bottom:solid 1px #004EA2;
  }
  .common__qa-contents{
    padding-bottom:40px;
  }
  .common__qa .qa-btn{ margin:0 auto !important; }
  .bg1{
    background: #DCF1F9;
    margin:6vw 0 0 !important;
    padding:0;
  }
}