/* application CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #kv {
    width: 100%;
    height: 245px;
    background: url("../images/common/ttl_mesh.png") center center/cover no-repeat #00b3cd;
    background-color: #00b3cd;
  }
  #kv .common_inner {
    width: 1230px;
    height: 100%;
    background: url("../images/application/kv.png") center center/100% no-repeat;
  }
  #kv .kv_desc {
    text-align: center;
    padding-top: 110px;
  }
  #kv .kv_desc h2 {
    font-size: 4.0rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }
  #kv .kv_desc h2 span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #kv .kv_desc .title_eng {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    font-style: italic;
  }

  .table .type_table {
    width: 100%;
  }
  .table .type_table tr th, .table .type_table tr td {
    min-height: 50px;
    font-size: 1.4rem;
    line-height: 1.3;
    vertical-align: middle;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
  }
  .table .type_table tr th:last-child, .table .type_table tr td:last-child {
    border-right: none;
  }
  .table .type_table tr td {
    color: #666;
    text-align: center;
  }
  .table .type_table tr th {
    font-weight: bold;
    background-color: #00b3cd;
    color: #fff;
    border-left: none;
  }
  .table .note {
    font-size: 1.4rem;
    color: #444;
    margin-top: 10px;
  }

  .content {
    margin-bottom: 80px;
    padding-top: 70px;
    margin-top: -70px;
  }
  .content h3 {
    font-size: 2.0rem;
    font-weight: bold;
    border-left: 10px solid #00b3cd;
    background-color: #444;
    color: #fff;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 35px;
  }
  .content h4 {
    font-size: 2.0rem;
    font-weight: bold;
    color: #00b3cd;
    margin-bottom: 15px;
  }
  .content dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .content dl dt:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-color: #00b3cd;
  }
  .content dl dd {
    line-height: 1.7;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .content dl dd .desc > li {
    display: block;
    margin-right: 15px;
  }
  .content dl dd .desc > li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
  }
  .content dl dd .desc > li:last-child {
    margin-right: 0;
  }
  .content dl dd .grade_type {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    margin-right: 10px;
  }
  .content dl dd .grade_type a {
    text-decoration: underline;
  }
  .content dl dd .grade_type a:hover {
    text-decoration: none;
  }
  .content dl dd .grade_type:before, .content dl dd .grade_type:after {
    position: absolute;
    content: '';
    display: block;
  }
  .content dl dd .grade_type:before {
    width: 10px;
    height: 10px;
    background-color: #f00;
    top: 0;
    bottom: 0;
    left: -14px;
    margin: auto 0;
  }
  .content dl dd .grade_type:after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: -12px;
    margin: auto 0;
  }
  .content dl dd .grade_type:last-child {
    margin-right: 0;
  }
  .content dl dd .grade_type.grade_type01:before {
    background: #b7c245;
  }
  .content dl dd .grade_type.grade_type01 a {
    color: #b7c245;
  }
  .content dl dd .grade_type.grade_type02:before {
    background: #67bdc9;
  }
  .content dl dd .grade_type.grade_type02 a {
    color: #67bdc9;
  }
  .content dl dd .grade_type.grade_type03:before {
    background: #f8c357;
  }
  .content dl dd .grade_type.grade_type03 a {
    color: #f8c357;
  }
  .content .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content .desc_area {
    width: 565px;
  }
  .content .illustration {
    width: 535px;
  }
  .content .illustration img {
    width: 100%;
  }

  #sec_list {
    margin: 55px 0 0;
  }
  #sec_list h3 {
    font-size: 1.6rem;
    font-weight: normal;
    background-color: #00b3cd;
    color: #fff;
    line-height: 36px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #sec_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec_list .list .item {
    width: 340px;
    height: 100px;
    border: 1px solid #00b3cd;
    margin-bottom: 20px;
  }
  #sec_list .list a {
    display: block;
  }
  #sec_list .list a:hover .name:after {
    bottom: 15px;
  }
  #sec_list .list .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec_list .list .image {
    width: 160px;
  }
  #sec_list .list .image img {
    display: block;
  }
  #sec_list .list .name {
    position: relative;
    width: 180px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.3;
    color: #00b3cd;
    padding-top: 40px;
  }
  #sec_list .list .name:after {
    content: '';
    display: inline-block;
    background: url("../images/application/list_arrow.png") center 0/100% no-repeat;
    width: 11px;
    height: 6px;
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #sec_list .list .name_long {
    padding-top: 30px;
  }

  #sec01 {
    margin-top: 45px;
  }
  #sec01 .content_info {
    width: 535px;
  }
  #sec01 .img_area {
    width: 535px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec01 .img_area .image {
    width: 253px;
  }
  #sec01 .img_area .image img {
    width: 100%;
  }
  #sec01 .table {
    margin-top: 20px;
  }
  #sec01 .table .type_table th, #sec01 .table .type_table td {
    width: calc(100% / 5);
  }

  #sec02 .content_info {
    width: 535px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 30px;
  }
  #sec02 .content_info .content_info_inner {
    width: 270px;
  }
  #sec02 .content_info .image {
    width: 253px;
  }
  #sec02 .content_info .image img {
    width: 100%;
  }

  #sec05 .content_info {
    width: 535px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 30px;
  }
  #sec05 .content_info .content_info_inner {
    width: 270px;
  }
  #sec05 .content_info .image {
    width: 253px;
  }
  #sec05 .content_info .image img {
    width: 100%;
  }
  #sec05 .sec_stitle {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #sec05 .sec_stitle:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-color: #00b3cd;
  }
  #sec05 .area01 {
    margin-bottom: 75px;
  }
  #sec05 .table .first_row {
    height: 65px;
  }
  #sec05 .table01 {
    width: 535px;
  }
  #sec05 .table01 th, #sec05 .table01 td {
    height: 60px;
  }
  #sec05 .table01 th:last-child, #sec05 .table01 td:last-child {
    width: 100px;
  }
  #sec05 .table01 td:first-child {
    width: 100px;
  }
  #sec05 .table01 tr:not([class]) td:nth-child(3),
  #sec05 .table01 tr:not([class]) td:nth-child(4) {
    width: 130px;
  }
  #sec05 .table02 {
    width: 535px;
  }
  #sec05 .table02 th, #sec05 .table02 td {
    width: calc(100% / 3);
  }
  #sec05 .illustration {
    margin-top: 30px;
  }

  #sec06 .content_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 815px;
  }
  #sec06 .illustration {
    width: 250px;
  }
  #sec06 .image {
    margin: 40px auto 25px;
    text-align: center;
  }
  #sec06 .border_wrap {
    padding: 40px 30px 30px;
    border: 1px solid #e5e5e5;
  }
  #sec06 .border_wrap .image_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  #sec06 .border_wrap .image_wrap img .img01 {
    width: 321px;
  }
  #sec06 .border_wrap .image_wrap img .img02 {
    width: 288px;
  }
  #sec06 .border_wrap .image_wrap img .img03 {
    width: 311px;
  }
  #sec06 .border_wrap .complement {
    line-height: 1.4;
  }
  #sec06 .border_wrap .complement p {
    margin-bottom: 3px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #00b3cd;
  }
  #sec06 .border_wrap .complement ul li {
    font-size: 1.2rem;
  }

  #sec07 .common_inner > .image {
    margin-top: 70px;
    text-align: center;
  }
  #sec07 .wrap {
    margin-bottom: 50px;
  }
  #sec07 .content_info {
    width: 527px;
  }
  #sec07 dl dd .desc > li {
    margin-right: 0;
  }
  #sec07 .type_table thead tr:first-child th:nth-child(1) {
    width: 220px;
  }
  #sec07 .type_table thead tr:first-child th:nth-child(2) {
    width: 140px;
  }
  #sec07 .type_table thead tr:first-child th:nth-child(3) {
    width: 735px;
  }
  #sec07 .type_table thead tr:last-child th {
    width: 185px;
  }

  .common_note_area {
    margin-bottom: 100px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .swipe {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 20vw;
    height: 0;
    padding-top: 5%;
    background: url("../images/product/sp_index_swipe.png") center 0/100% no-repeat;
    margin: 0 auto;
  }
  .swipe.swipe_top {
    margin-top: 4vw;
    margin-bottom: 4px;
  }

  .table {
    position: relative;
    margin-bottom: 4vw;
    overflow: hidden;
    overflow-x: scroll;
  }
  .table .type_table {
    width: 500px;
  }
  .table .type_table tr th, .table .type_table tr td {
    min-height: 50px;
    font-size: 1.4rem;
    line-height: 1.3;
    vertical-align: middle;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px;
  }
  .table .type_table tr th:last-child, .table .type_table tr td:last-child {
    border-right: none;
  }
  .table .type_table tr td {
    color: #666;
    text-align: center;
  }
  .table .type_table tr th {
    font-weight: bold;
    color: #fff;
    background-color: #00b3cd;
  }
  .table .type_table.type_table_list tr {
    border-bottom: 1px solid #e6e6e6;
  }
  .table .type_table.type_table_list tr td {
    height: 50px;
  }
  .table .type_table.type_table_list tr td:last-of-type {
    border-right: none;
  }

  .note {
    font-size: 3.6vw;
    color: #444;
    line-height: 1.3;
    margin-top: 1.33vw;
  }

  .image {
    width: 100%;
  }

  #kv {
    position: relative;
    width: 100%;
    height: 32.93vw;
    background: url("../images/common/sp_ttl_mesh.png") center 0/cover no-repeat #00b3cd;
  }
  #kv .common_inner {
    height: 100%;
    background: url("../images/application/sp_kv.png") center 0/100% no-repeat;
  }
  #kv .kv_desc {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 50.33vw;
    height: 5.33vw;
    text-align: center;
  }
  #kv .kv_desc h2 {
    font-size: 5.83vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.08em;
    margin-bottom: 2vw;
  }
  #kv .kv_desc h2 span {
    display: block;
    font-size: 3.3vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 2vw;
  }
  #kv .kv_desc .title_eng {
    font-size: 3.61vw;
    font-weight: bold;
    color: #fff;
    font-style: italic;
  }

  .content {
    margin-bottom: 18.3vw;
    padding-top: 15vw;
    margin-top: -15vw;
  }
  .content h3 {
    font-size: 4.44vw;
    font-weight: bold;
    border-left: 5px solid #00b3cd;
    background-color: #444;
    color: #fff;
    line-height: 50px;
    padding-left: 2.6vw;
    margin-bottom: 4.6vw;
  }
  .content h4 {
    font-size: 3.6vw;
    font-weight: bold;
    color: #00b3cd;
    margin-bottom: 4vw;
  }
  .content dl dt {
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 2.6vw;
  }
  .content dl dt:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-color: #00b3cd;
  }
  .content dl dd {
    font-size: 3.6vw;
    line-height: 1.7;
    margin-bottom: 4vw;
    font-size: 1.6rem;
  }
  .content dl dd .desc > li {
    display: block;
    margin-right: 15px;
  }
  .content dl dd .desc > li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
  }
  .content dl dd .desc > li:last-child {
    margin-right: 0;
  }
  .content dl dd .grade_type {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    margin-right: 10px;
  }
  .content dl dd .grade_type a {
    text-decoration: underline;
  }
  .content dl dd .grade_type a:hover {
    text-decoration: none;
  }
  .content dl dd .grade_type:before, .content dl dd .grade_type:after {
    position: absolute;
    content: '';
    display: block;
  }
  .content dl dd .grade_type:before {
    width: 10px;
    height: 10px;
    background-color: #f00;
    top: 0;
    bottom: 0;
    left: -14px;
    margin: auto 0;
  }
  .content dl dd .grade_type:after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: -12px;
    margin: auto 0;
  }
  .content dl dd .grade_type:last-child {
    margin-right: 0;
  }
  .content dl dd .grade_type.grade_type01:before {
    background: #b7c245;
  }
  .content dl dd .grade_type.grade_type01 a {
    color: #b7c245;
  }
  .content dl dd .grade_type.grade_type02:before {
    background: #67bdc9;
  }
  .content dl dd .grade_type.grade_type02 a {
    color: #67bdc9;
  }
  .content dl dd .grade_type.grade_type03:before {
    background: #f8c357;
  }
  .content dl dd .grade_type.grade_type03 a {
    color: #f8c357;
  }

  #sec_list {
    margin-top: 3vw;
    margin-bottom: 18.3vw;
  }
  #sec_list h3 {
    font-size: 4.44vw;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    padding-left: 2.6vw;
    margin-bottom: 20px;
    background: #00b3cd;
  }
  #sec_list .list .item {
    width: 100%;
    border: 1px solid #00b3cd;
    margin-bottom: 15px;
  }
  #sec_list .list .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec_list .list a {
    display: block;
  }
  #sec_list .list a:hover .name:after {
    bottom: 15px;
  }
  #sec_list .list .image {
    width: 45%;
  }
  #sec_list .list .image img {
    display: block;
  }
  #sec_list .list .name {
    position: relative;
    width: calc(100% - 45%);
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.3;
    color: #00b3cd;
    padding-top: 11vw;
  }
  #sec_list .list .name:after {
    content: '';
    display: inline-block;
    background: url("../images/application/list_arrow.png") center 0/100% no-repeat;
    width: 11px;
    height: 6px;
    position: absolute;
    bottom: 2.5vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #sec_list .list .name_long {
    padding-top: 8vw;
  }

  #sec01 .img_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.6vw;
  }
  #sec01 .img_area .image {
    width: 47.8%;
  }

  #sec02 .image {
    width: 47.8%;
    padding-bottom: 6.6vw;
  }

  #sec05 {
    margin-top: 10vw;
  }
  #sec05 .table .first_row {
    height: 60px;
  }
  #sec05 .table01 tr:not([class]) td:nth-child(1) {
    width: 100px;
  }
  #sec05 .table01 tr:not([class]) td:nth-child(3),
  #sec05 .table01 tr:not([class]) td:nth-child(4) {
    width: 120px;
  }
  #sec05 .area01 {
    margin-bottom: 6.6vw;
  }
  #sec05 .content_info {
    margin-bottom: 6.6vw;
  }
  #sec05 .content_info .image {
    width: 47.8%;
    padding-bottom: 2.6vw;
  }
  #sec05 .sec_stitle {
    color: #000;
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 2.6vw;
  }
  #sec05 .sec_stitle:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-color: #00b3cd;
  }

  #sec06 .illustration {
    width: 47.8%;
    margin-bottom: 10vw;
  }
  #sec06 .image {
    margin: 3vw 0 5vw;
  }
  #sec06 .border_wrap {
    padding: 8vw 7vw 6vw;
    border: 1px solid #e5e5e5;
  }
  #sec06 .border_wrap .image_wrap img {
    width: 100%;
    margin-bottom: 7vw;
  }
  #sec06 .border_wrap .complement {
    line-height: 1.6;
  }
  #sec06 .border_wrap .complement p {
    margin-bottom: 1vw;
    font-size: 1.4rem;
    font-weight: bold;
    color: #00b3cd;
  }
  #sec06 .border_wrap .complement ul li {
    font-size: 1.2rem;
  }

  #sec07 .common_inner > .image {
    margin-top: 9.33vw;
    text-align: center;
  }
  #sec07 .wrap {
    margin-bottom: 6.6vw;
  }
  #sec07 .table .type_table {
    width: 600px;
  }
  #sec07 dl dd .desc > li {
    margin-right: 0;
  }
  #sec07 .type_table thead tr:first-child th:nth-child(1) {
    width: 220px;
  }
  #sec07 .type_table thead tr:first-child th:nth-child(2) {
    width: 140px;
  }
  #sec07 .type_table thead tr:first-child th:nth-child(3) {
    width: 735px;
  }
  #sec07 .type_table thead tr:last-child th {
    width: 185px;
  }

  .common_note_area {
    margin-bottom: 10.66vw;
  }
}
