@charset "UTF-8";
/* corporate CSS */
/* _setting CSS */
/* ___________________common Font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  text-align: justify;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  .sp-br{
    display:none;
  }
  /*--------------------------------------------
  warranty
  ---------------------------------------------*/
  #main {
    margin-top: 60px;
  }

  /* メインビジュアル */
  #warranty_inner #visual {
    background-image: url(../__images/warranty/main_visual.jpg);
  }
  #warranty_inner #visual h2 {
    position: relative;
  }
  #warranty_inner #visual h2:after {
    content: " ";
    display: block;
    position: absolute;
    top: 152px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 118px;
    height: 24px;
    background: url(../__images/warranty/min.png) no-repeat center;
  }

  /* 保証制度 コンテンツ内 */
  #warranty h3, #warranty h4,#warranty h5 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  #warranty .inner{
    padding: 65px 0;
    width: 1100px;
    margin: 0 auto;
  }

  /*保証制度とは*/
  #warranty .header {
    padding-bottom: 70px;
  }
  #warranty .header p {
    font-size: 16px;
    width: 865px;
    margin: 30px auto 0;
    color: #333;
    line-height: 2.1;
    text-align: center;
  }

  #warranty h3 {
    color: #004b6a;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
  }

  /*3つのメリット*/
  #warranty .value .three_value {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
  }
  #warranty .value .three_value .value_box {
    width: 32%;
  }
  #warranty .value h4{
    background: rgb(0,52,73);
    background: linear-gradient(90deg, rgba(0,52,73,1) 0%, rgba(0,52,73,1) 10%, rgba(0,58,82,0.9194287932320927) 29%, rgba(0,65,92,1) 49%, rgba(0,59,83,0.905383849411868) 69%, rgba(0,52,73,1) 90%, rgba(0,52,73,1) 100%); 
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    padding: 25px 0;
    color: #fff;
  }
  #warranty .value .value_box_text {
    background-color: #f2efe8;
    padding: 40px;
    min-height: 120px;
  }
  #warranty .value .value_box_text p{
    font-size: 14px;
    line-height: 2;
  }

  /*保証制度の設立から運営までの流れ*/
  #warranty .merit .three_merit {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
    width: 1100px;
    z-index: 0;
    position: relative;
  }
  #warranty .merit .three_merit .merit_box.merit_middle {
    width: 5%;
    padding: 45px 30px 40px;
    background-color: #7b878e;
    z-index: 0;
    align-items: center;
    display: flex;
  }
  #warranty .merit .three_merit .merit_box {
    width: 32%;
    padding: 45px 30px 40px;
  }
  #warranty .merit .three_merit .merit_box h4 {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
  }
  #warranty .merit .three_merit .merit_box h4 .number {
    text-align: center;
  }
  #warranty .merit .three_merit .merit_box h4 span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
  }
  #warranty .merit .three_merit .merit_box p {
    font-size: 14px;
    line-height: 2;
  }
  #warranty .merit .three_merit .merit1 {
    background: url(../__images/captive/merit1_bg.png) bottom right no-repeat #004b6a;
    position: relative;
    z-index: 2;
  }
  #warranty .merit .three_merit .merit1:after {
    background-image: url(../__images/captive/merit1_arrow.png);
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 54px;
    width: 21px;
  }
  #warranty .merit .three_merit .merit1 h4, #warranty .merit .three_merit .merit1 p {
    color: #fff;
  }
  #warranty .merit .three_merit .merit2 {
    background: url(../__images/captive/merit2_bg.png) bottom right no-repeat #f0f2f6;
    position: relative;
    z-index: 1;
  }
  #warranty .merit .three_merit .merit2:after {
    background-image: url(../__images/captive/merit2_arrow.png);
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 54px;
    width: 21px;
  }
  #warranty .merit .three_merit .merit2 h4, #warranty .merit .three_merit .merit2 p {
    color: #004b6a;
  }

  #warranty .merit .three_merit .merit_middle h4{
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
  }
  #warranty .merit .three_merit .merit_middle:after {
    background-image: url(../__images/captive/merit_middle_arrow.png);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 57px;
    width: 24px;
    z-index: 1;
    right: -22px;
  }

  #warranty .merit .three_merit .merit3 {
    background: url(../__images/captive/merit3_bg.png) bottom right no-repeat #cda02b;
    z-index: -1;
  }
  #warranty .merit .three_merit .merit3 h4, #warranty .merit .three_merit .merit3 p {
    color: #fff;
  }
  #warranty .merit .merit_img {
    margin: 60px auto 0;
    width: 1100px;
  }

  /*キャプティブ設立事例*/
  #warranty .case {
    background-color: #eef0f5;
    margin-bottom: 150px;
  }
  #warranty .case .four_case{
    margin: 60px auto 0;
    background-color: #eef0f5;
  }
  #warranty .case .case_box{
    padding: 50px;
    background-color: #fff;
    border-top: 6px solid #004b6a;
    margin-bottom: 80px;
  }
  #warranty .case .case_box.last{
    margin-bottom: 0;
  }
  #warranty .case .case_box .case_text{
    display: flex;
    align-items: center;
  }
  #warranty .case .case_box .case_text p{
    color: #004b6a;
    font-size: 80px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 10px;
    font-style: italic;
  }
  #warranty .case .case_box .case_text span{
    font-style: normal;
    padding: 0 25px;
  }
  #warranty .case .case_box .case_text h4{
    color: #004b6a;
    font-size: 30px;
    line-height: 1.3;
  }

  #warranty .case .case_box .case_message{
    padding: 30px 0;
  }
  #warranty .case .case_box .case_message_top{
    display: inline-block;
    background-color: #00425f;
    padding: 3px 20px;
  }
  #warranty .case .case_box .case_message_top p{
    display: inline-block;
    color: #fff;
    line-height: 2;
  }
  #warranty .case .case_box .case_message_bottom{
    background-color: #f2efe8;
    padding: 40px;
  }
  #warranty .case .case_box .case_message_bottom p{
    font-size: 16px;
    color: #00425f;
    line-height: 2;
    font-weight: bold;
  }

  #warranty .case .case_box .case_inner h5{
    font-size: 20px;
    color: #004b6a;
  }
  #warranty .case .case_box .case_inner p{
    margin: 0;
    text-align: justify;
    padding-top: 15px;
    line-height: 2;
  }
  #warranty .case .case_box .case_inner{
    padding: 20px 0;
  }

  #warranty .case .case_bottom{
    text-align: center;
  }
  #warranty .case .case_bottom ul{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }
  #warranty .case .case_bottom ul h5{
    font-size: 16px;
    color: #004b6a;
    padding: 16px 0;
  }
  #warranty .case .case_bottom ul li a:hover{
    text-decoration: unset;
  }

}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .pc-br{
    display:none;
  }
  .sp-br{
    display:block;
  }
  br{
    display: block;
  }
  /*--------------------------------------------
  warranty
  ---------------------------------------------*/
  /* メインビジュアル */
  #warranty_inner #visual {
    background-image: url(../__images/sp/warranty/main_visual.jpg);
  }
  #warranty_inner #visual h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #warranty_inner #visual h2:after {
    width: 74px;
    height: 15.5px;
    background: url(../__images/sp/warranty/min.png) no-repeat center;
    background-size: 100%;
  }

  /* 保証制度 コンテンツ内 */
  #warranty h3, #warranty h4,#warranty h5 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  #warranty .inner{
    padding: 30px 0;
  }

  /*保証制度とは*/
  #warranty .header {
    padding: 20px 0;
  }
  #warranty h3 {
    color: #004b6a;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  #warranty .header h3:after {
    border-top: 2px solid #004b6a;
    content: '';
    display: block;
    margin: 10px auto 0;
    width: 45px;
  }
  #warranty .header p,#warranty .overview p {
    color: #323333;
    font-size: 16px;
    line-height: 1.8;
  }

  /*3つのメリット*/
  #warranty .value h4{
    background: rgb(0,52,73);
    background: linear-gradient(90deg, rgba(0,52,73,1) 0%, rgba(0,52,73,1) 10%, rgba(0,58,82,0.9194287932320927) 29%, rgba(0,65,92,1) 49%, rgba(0,59,83,0.905383849411868) 69%, rgba(0,52,73,1) 90%, rgba(0,52,73,1) 100%); 
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
    color: #fff;
  }
  #warranty .value .value_box{
    margin-bottom: 20px;
  }
  #warranty .value .value_box_text {
    background-color: #f2efe8;
    padding: 20px;
  }
  #warranty .value .value_box_text p{
    font-size: 14px;
    line-height: 2;
  }

  /*保証制度の設立から運営までの流れ*/
  .merit {
    padding: 50px 0 70px;
  }
  .merit .three_merit {
    margin: 30px auto 0;
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .merit .three_merit .merit_box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px 20px 40px;
  }
  .merit .three_merit .merit_box h4 {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
  }
  .merit .three_merit .merit_box h4 .number {
    text-align: center;
  }
  .merit .three_merit .merit_box h4 span {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .merit .three_merit .merit_box p {
    font-size: 14px;
    line-height: 2;
  }
  .merit .three_merit .merit1 {
    background: #004b6a;
    position: relative;
    z-index: 2;
  }
  .merit .three_merit .merit1:after {
    background-image: url(../__images/sp/captive/merit1_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    height: 21px;
    width: 54px;
  }
  .merit .three_merit .merit1 h4, .merit .three_merit .merit1 p {
    color: #fff;
  }
  .merit .three_merit .merit1 h4 img, .merit .three_merit .merit1 p img {
    width: 30%;
  }
  .merit .three_merit .merit2 {
    background: #f0f2f6;
    padding-top: 50px;
    position: relative;
    z-index: 1;
  }
  .merit .three_merit .merit2:after {
    background-image: url(../__images/sp/captive/merit2_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    height: 21px;
    width: 54px;
  }
  .merit .three_merit .merit2 h4, .merit .three_merit .merit2 p {
    color: #004b6a;
  }
  .merit .three_merit .merit2 h4 img, .merit .three_merit .merit2 p img {
    width: 30%;
  }
  #warranty .merit .three_merit .merit_box.merit_middle {
    padding: 45px 30px 40px;
    background-color: #7b878e;
    z-index: 0;
    position: relative;
  }
  #warranty .merit .three_merit .merit_middle h4{
    color: #fff;
    position: relative;
  }
  #warranty .merit .three_merit .merit_middle:after {
    background-image: url(../__images/captive/merit_middle_arrow.png);
    content: '';
    display: block;
    position: absolute;
    bottom: -30%;
    margin: auto;
    height: 57px;
    width: 24px;
    z-index: 2;
    transform: rotate(90deg);
    left: 0;
    right: 0;
  }

  .merit .three_merit .merit3 {
    background: #cda02b;
    padding-top: 50px;
    z-index: -1;
    position: relative;
  }
  .merit .three_merit .merit3 h4, .merit .three_merit .merit3 p {
    color: #fff;
  }
  .merit .three_merit .merit3 h4 img, .merit .three_merit .merit3 p img {
    width: 30%;
  }
  .merit .three_merit .merit3 br {
    display: block;
  }
  .merit .merit_img {
    margin: 60px auto 0;
    width: 100%;
  }

  /*保証制度設立事例*/
  #warranty .case {
    background-color: #eef0f5;
  }
  #warranty .case .four_case{
    background-color: #eef0f5;
    padding: 0 20px;
  }
  #warranty .case .case_box{
    padding: 20px;
    background-color: #fff;
    border-top: 6px solid #004b6a;
    margin-bottom: 20px;
  }
  #warranty .case .case_box.last{
    margin-bottom: 0;
  }
  #warranty .case .case_box .case_text p{
    color: #004b6a;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 5px;
    font-style: italic;
  }
  #warranty .case .case_box .case_text span{
    font-style: normal;
    padding: 0 15px;
  }
  #warranty .case .case_box .case_text h4{
    color: #004b6a;
    font-size: 20px;
    line-height: 1.3;
  }

  #warranty .case .case_box .case_message{
    padding: 30px 0;
  }
  #warranty .case .case_box .case_message_top{
    display: inline-block;
    background-color: #00425f;
    padding: 3px 20px;
  }
  #warranty .case .case_box .case_message_top p{
    display: inline-block;
    color: #fff;
    line-height: 2;
  }
  #warranty .case .case_box .case_message_bottom{
    background-color: #f2efe8;
    padding: 20px;
  }
  #warranty .case .case_box .case_message_bottom p{
    color: #00425f;
    line-height: 2;
    font-weight: bold;
  }

  #warranty .case .case_box .case_inner h5{
    font-size: 20px;
    color: #004b6a;
  }
  #warranty .case .case_box .case_inner p{
    margin: 0;
    text-align: justify;
    padding-top: 15px;
    line-height: 2;
  }
  #warranty .case .case_box .case_inner{
    padding: 20px 0;
  }

  #warranty .case .case_bottom{
    text-align: center;
    padding: 0 20px;
    padding-top: 40px;
  }
  #warranty .case .case_bottom ul li{
    padding: 10px 0;
  }
  #warranty .case .case_bottom ul h5{
    font-size: 16px;
    color: #004b6a;
    padding: 10px 0;
  }
}
