/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.mv {
  background: url("../images/services/mv_bg.jpg") no-repeat;
  background-position: center 36%;
  background-size: cover; }

#index ul {
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
  max-width: 750px; }
  #index ul li {
    margin-top: 40px;
    width: 45%; }
    #index ul li a {
      color: #062f60;
      border: 1px solid #062f60;
      padding: 15px 20px;
      display: block;
      position: relative;
      left: 0;
      border-left: 10px solid #062f60; }
      #index ul li a:after {
        content: '';
        display: inline-block;
        background: url(../common/images/arrow_blue.png) no-repeat;
        width: 12px;
        height: 22px;
        position: absolute;
        background-size: contain;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); }
      #index ul li a:hover {
        left: 20px;
        transition: 0.3s; }

@media screen and (max-width: 750px) {
  #index ul {
    margin-top: 10.6666666667vw;
    display: block; }
    #index ul li {
      margin-top: 5.3333333333vw;
      width: 100%; }
      #index ul li a {
        padding: 2vw 2.6666666667vw; }
        #index ul li a:after {
          width: 1.6vw;
          height: 2.9333333333vw;
          right: 2.6666666667vw; }
        #index ul li a:hover {
          left: 0; } }
.common_area {
  text-align: left; }
  @media screen and (max-width: 750px) {
    .common_area .box_in_1000 {
      width: 95%; } }
  .common_area h3 {
    padding: 5px 20px;
    background: #062f60;
    color: #fff;
    font-size: 24px;
    font-weight: 200; }
    @media screen and (max-width: 1200px) {
      .common_area h3 {
        font-size: 2vw;
        padding: 0.4166666667vw 1.6666666667vw; } }
    @media screen and (max-width: 960px) {
      .common_area h3 {
        font-size: 2.5vw;
        padding: 0.5208333333vw 2.0833333333vw; } }
    @media screen and (max-width: 750px) {
      .common_area h3 {
        font-size: 4.5333333333vw;
        padding: 1.3333333333vw 4vw; } }
  .common_area .txt_wrap .intro {
    margin-top: 25px; }
    @media screen and (max-width: 1200px) {
      .common_area .txt_wrap .intro {
        margin-top: 2.0833333333vw; } }
    @media screen and (max-width: 960px) {
      .common_area .txt_wrap .intro {
        margin-top: 2.6041666667vw; } }
    @media screen and (max-width: 750px) {
      .common_area .txt_wrap .intro {
        margin-top: 3.3333333333vw; } }
  .common_area .txt_wrap .comment_area {
    margin-top: 40px;
    border: 1px solid #062f60;
    padding: 40px; }
    .common_area .txt_wrap .comment_area .comment_li:not(:first-child) {
      margin-top: 40px; }
    .common_area .txt_wrap .comment_area .comment_li .title {
      font-size: 24px;
      color: #062f60;
      font-weight: 500;
      line-height: 1.5; }
    .common_area .txt_wrap .comment_area .comment_li .con {
      margin-top: 10px;
      font-size: 16px; }
  @media screen and (max-width: 1200px) {
    .common_area .txt_wrap .comment_area {
      margin-top: 3.3333333333vw;
      padding: 3.3333333333vw; }
      .common_area .txt_wrap .comment_area .comment_li:not(:first-child) {
        margin-top: 3.3333333333vw; }
      .common_area .txt_wrap .comment_area .comment_li .title {
        font-size: 2vw; }
      .common_area .txt_wrap .comment_area .comment_li .con {
        margin-top: 0.8333333333vw;
        font-size: 1.5vw; } }
  @media screen and (max-width: 960px) {
    .common_area .txt_wrap .comment_area {
      margin-top: 4.1666666667vw;
      padding: 4.1666666667vw; }
      .common_area .txt_wrap .comment_area .comment_li:not(:first-child) {
        margin-top: 4.1666666667vw; }
      .common_area .txt_wrap .comment_area .comment_li .title {
        font-size: 2.5vw; }
      .common_area .txt_wrap .comment_area .comment_li .con {
        margin-top: 1.0416666667vw;
        font-size: 1.875vw; } }
  @media screen and (max-width: 750px) {
    .common_area .txt_wrap .comment_area {
      margin-top: 5.3333333333vw;
      padding: 5.3333333333vw 3.3333333333vw; }
      .common_area .txt_wrap .comment_area .comment_li:not(:first-child) {
        margin-top: 5.3333333333vw; }
      .common_area .txt_wrap .comment_area .comment_li .title {
        font-size: 4.2666666667vw;
        font-weight: bold; }
      .common_area .txt_wrap .comment_area .comment_li .con {
        margin-top: 1.3333333333vw;
        font-size: 3.7333333333vw; } }
