/* Request CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .page_request #page_head {
    margin-bottom: 145px;
  }
  .page_request #page_head .page_title .page_title_inner {
    padding-top: 70px;
  }
  .page_request #page_head .page_title .page_title_inner .name .logo {
    margin-bottom: 10px;
  }
  .page_request #page_head .page_title .page_title_inner .image {
    top: 7px;
    right: 50px;
  }
  .page_request .contact_form .content_inner .table_contact th {
    width: 350px;
  }

  .content_inner {
    position: relative;
  }

  .intro {
    margin-bottom: 150px;
  }
  .intro .title {
    text-align: center;
    margin-bottom: 30px;
  }
  .intro .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 4px solid #d4d9e2;
    border-radius: 40px;
    padding: 20px 60px 30px 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro .list {
    width: 475px;
    margin-top: 20px;
  }
  .intro .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .intro .item:last-child {
    margin-bottom: 0;
  }
  .intro .item i {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
  .intro .item2 i {
    margin-right: 2px;
  }
  .intro .acces .acce {
    position: absolute;
  }
  .intro .acces .acce1 {
    top: -105px;
    left: 195px;
  }
  .intro .acces .acce2 {
    bottom: -114px;
    right: 35px;
  }

  .case {
    margin-bottom: 200px;
  }
  .case .content_inner {
    width: 1280px;
  }
  .case .title {
    text-align: center;
    margin-bottom: 30px;
  }
  .case .lead {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 100px;
  }
  .case .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .case .item {
    position: relative;
    width: 410px;
    height: 200px;
    margin-right: 25px;
    background-color: #e2f7f3;
    border-radius: 10px;
    padding: 35px 25px 0;
    margin-bottom: 45px;
  }
  .case .item::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -26px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 26px solid #e2f7f3;
  }
  .case .item:nth-child(3n) {
    margin-right: 0;
  }
  .case .item .name {
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
  }
  .case .item .desc {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .case .acces .acce {
    position: absolute;
  }
  .case .acces .acce1 {
    top: -20px;
    left: 40px;
  }
  .case .acces .acce2 {
    bottom: -134px;
    right: -35px;
  }

  .contact_form .content_inner {
    padding: 90px 100px;
  }
  .contact_form .content_inner .list_col li {
    width: 50%;
  }
  .contact_form .content_inner .list_col li label {
    font-size: 1.5rem;
  }
  .contact_form .title {
    text-align: center;
    margin-bottom: 35px;
  }

  .download .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: bold;
  }
  .download .donwload_link {
    padding: 35px 0 30px 50px;
    margin-bottom: 80px;
    background-color: #fdffdf;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .download .donwload_link dt {
    width: 100%;
    margin-bottom: 35px;
    font-size: 2rem;
    text-align: center;
  }
  .download .donwload_link dt a {
    font-weight: bold;
    text-decoration: underline;
    color: #333;
    text-underline-offset: 6px;
    -webkit-text-decoration-color: #cccccc;
            text-decoration-color: #cccccc;
    text-decoration-thickness: 2px;
  }
  .download .donwload_link dt a:hover {
    color: #0091FF;
  }
  .download .donwload_link dd {
    min-width: 420px;
    margin-right: 20px;
  }
  .download .donwload_link dd a {
    display: block;
    background: url(../images/common/icon_down_arrow_black.png) calc(100% - 20px) center no-repeat #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 10px 65px 10px 20px;
    color: #333;
    border: 2px solid #cccccc;
    text-align: center;
    text-decoration: none;
  }
  .download .donwload_link dd a img {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .download .donwload_link dd a:hover {
    border-color: #0091FF;
    color: #0091FF;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .page_request #page_head {
    margin-bottom: 50px;
  }
  .page_request #page_head .page_title .page_title_inner {
    padding-top: 9.33333vw;
  }
  .page_request #page_head .page_title .page_title_inner .image {
    top: 35px;
    right: 50px;
  }
  .page_request #page_head .page_title .logo {
    width: 28.8vw;
    margin-bottom: 1.33333vw;
  }
  .page_request #page_head .page_title .image {
    width: 28.53333vw;
  }

  .content_inner {
    position: relative;
  }

  .intro {
    margin-bottom: 50px;
  }
  .intro .content_inner {
    width: 91.46%;
    margin: 0 auto;
  }
  .intro .title {
    width: 54.53333vw;
    margin-left: 25.33333vw;
    margin-bottom: 15px;
  }
  .intro .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border: 2px solid #d4d9e2;
    border-radius: 20px;
    padding: 17px 12px 25px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro .item {
    font-size: 4.26667vw;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .intro .item:last-child {
    margin-bottom: 0;
  }
  .intro .item i {
    position: relative;
    display: inline-block;
    width: 6.13333vw;
    height: 6.13333vw;
    margin-right: 6px;
    top: 3px;
  }
  .intro .image {
    width: 72vw;
    margin-left: 20px;
    margin-bottom: 23px;
  }
  .intro .item2 i {
    margin-right: 2px;
  }
  .intro .acces .acce {
    position: absolute;
  }
  .intro .acces .acce1 {
    width: 19.06667vw;
    top: -30px;
    left: 10px;
  }

  .case {
    margin-bottom: 150px;
  }
  .case .content_inner {
    position: relative;
    width: 91.46%;
    margin: 0 auto;
  }
  .case .title {
    width: 22.53333vw;
    margin-bottom: 15px;
  }
  .case .lead {
    font-size: 3.46667vw;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .case .item {
    display: none;
    position: relative;
    width: 100%;
    min-height: 170px;
    background-color: #e2f7f3;
    border-radius: 10px;
    padding: 30px 25px 30px;
    margin-bottom: 33px;
  }
  .case .item:last-child {
    margin-bottom: 0;
  }
  .case .item.show {
    display: block;
  }
  .case .item::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -26px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 26px solid #e2f7f3;
  }
  .case .item .name {
    font-size: 4.93333vw;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
  }
  .case .item .desc {
    font-size: 4vw;
    line-height: 1.6;
  }
  .case .acces .acce {
    position: absolute;
  }
  .case .acces .acce1 {
    left: 40px;
  }
  .case .acces .acce2 {
    width: 26.13333vw;
    top: -20px;
    right: 0;
  }
  .case .more {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(60px);
            backdrop-filter: blur(60px);
    padding-top: 20px;
    -webkit-box-shadow: 0 -30px 50px white;
            box-shadow: 0 -30px 50px white;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .case .more img {
    display: block;
    width: 24.93333vw;
    margin: 0 auto;
  }

  .contact_form .title {
    width: 74.53333vw;
    margin: 0 auto 20px;
  }

  .download {
    padding: 0 2.66667vw;
  }
  .download .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 5.06667vw;
    font-weight: bold;
  }
  .download .donwload_link {
    padding: 20px;
    margin-bottom: 8.66667vw;
    background-color: #fdffdf;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .download .donwload_link dt {
    width: 100%;
    margin-bottom: 20px;
    font-size: 3.73333vw;
    line-height: 1.8;
    text-align: center;
  }
  .download .donwload_link dd {
    width: 100%;
  }
  .download .donwload_link dd a {
    width: 100%;
    display: block;
    background: url(../images/common/icon_down_arrow_black.png) calc(100% - 10px) center no-repeat #fff;
    background-size: 20px auto;
    border-radius: 10px;
    font-weight: bold;
    font-size: 3.73333vw;
    text-align: center;
    padding: 10px 30px 10px 5px;
    color: #333;
    border: 2px solid #cccccc;
    text-decoration: none;
  }
  .download .donwload_link dd a img {
    width: 4.53333vw;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .download .donwload_link dd a:hover {
    border-color: #0091FF;
    color: #0091FF;
  }
}
