@charset "utf-8";

/* ------------------------------
   Global settings
 * ------------------------------ */

/* ----------------
   WRAPPER
 * ---------------- */

body {
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  min-width: 960px;
  width: auto !important;
  width: 100%;
}

/* ----------------
   CONTENTS
 * ---------------- */
#contents a {
  transition: all .3s;
}

#contents .bread {
  float: left;
  padding: 0 0 10px;
  font-size: 83.3%;
  line-height: 1;
}

#contents .bread::after {
  content: "";
  display: block;
  clear: both;
}

#contents .bread li {
  line-height: 1;
  display: inline;
}

#contents .bread a {
  margin-right: 5px;
  text-decoration: none;
}

#contents .bread a:hover {
  text-decoration: none;
  border-bottom: 1px solid #568cc5;
}

#contents, h1, h2, h3, h4, h5 {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ----------------
   MAINCONTENTS
 * ---------------- */

#maincontents {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
}

#maincontents::after {
  content: "";
  display: block;
  clear: both;
}

#maincontents {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.contents-inner a {
  color: #2c59ba;
}

.contents-inner a:hover {
  text-decoration: underline;
}

.contents-inner p {
  line-height: 1.4;
}

.contents-inner img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

section {
  padding: 80px 0;
}

.in_section {
  width: 960px;
  margin: 0 auto;
}

.call-to-action {
  width: 960px;
  margin: 40px auto 24px;
}

.call-to-action p {
  margin-top: 16px;
  margin-bottom: 24px;
}

.row {
  overflow: hidden;
}

.row .col_wrap {
  width: 990px;
}

.row .col-6 {
  float: left;
  width: 465px;
  margin-right: 30px;
}

.row .col-4 {
  float: left;
  width: 300px;
  margin-right: 30px;
}

.row .clear {
  clear: both;
}

.sec_bg-gray {
  background: #eaefef;
}

.page-top {
  margin: 64px 0 48px;
}

.headline_01 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

.headline_02 {
  font-size: 28px;
  font-family: "ヒラギノ角ゴ ProN W4";
  line-height: 1.2;
}

.headline_03 {
  font-size: 24px;
  font-family: "ヒラギノ角ゴ ProN W4";
  line-height: 1.2;
}

h1 {
  margin-bottom: 64px;
}

h2 {
  margin-bottom: 32px;
}

h3 {
  margin-bottom: 24px;
}

.list_style-disc li {
  margin-left: 24px;
  list-style-type: disc;
  line-height: 2;
}

.table_style-02 {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
  table-layout: fixed;
}

.table_style-02 thead tr th,
.table_style-02 thead tr td {
  padding: 8px;
  background: #007bbc;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.table_style-02 thead tr th,
.table_style-02.reference thead tr th {
  font-size: 16px;
}

.table_style-02 thead tr td {
  font-size: 16px;
}

.table_style-02 tbody tr:nth-child(odd) th,
.table_style-02 tbody tr:nth-child(odd) td {
  background: #f2f2f2;
}

.sec_bg-gray .table_style-02 tbody tr:nth-child(odd) th,
.sec_bg-gray .table_style-02 tbody tr:nth-child(odd) td {
  background: #fff;
}

.table_style-02 tbody tr:nth-child(even) th,
.table_style-02 tbody tr:nth-child(even) td {
  background: #eaebeb;
}

.sec_bg-gray .table_style-02 tbody tr:nth-child(even) th,
.sec_bg-gray .table_style-02 tbody tr:nth-child(even) td {
  background: #f7f7f8;
}

.table_style-02 tbody tr th {
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.table_style-02 tbody tr th .symbol {
  display: block;
}

.table_style-02 tbody tr td {
  padding: 16px;
  font-size: 18px;
  line-height: 1.5;
}

.table_style-02 tbody tr td .edition {
  font-size: 14px;
}

.table_style-02 tbody tr td .option-name {
  font-size: 16px;
}

.table_style-02 tbody tr th small,
.table_style-02 tbody tr td small {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}

.sec_nfs .table-scroll_wrapper {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}

.table_style-08 {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}

.table_style-08 th, .table_style-08 td {
  box-sizing: border-box;
  font-size: 15px;
  text-align: center;
  padding: 10px;
  margin-bottom: 2px;
}

.table_style-08 th {
  background: #668097;
  color: #fff;
  font-weight: bold;
}

.table_style-08 td {
  background: #f2f2f2;
}

/* ----------------
   btn
 * ---------------- */
.btn_left {
  float: left;
}

.btn_right {
  float: right;
}

.btn {
  box-sizing: border-box;
}

.btn a {
  display: inline-block;
}

.btn_style-01 {
  text-align: center;
}

.btn_style-01 a {
  display: inline-block;
  min-width: 320px;
  padding: 20px;
  border: 2px solid #6d6d6d;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  color: #444;
  border-radius: 4px;
  font-size: 18px;
}

.btn_style-01 a:hover {
  background: #e5e5e5;
  text-decoration: none;
}

.btn_style-01 a i {
  position: relative;
  top: 2px;
  margin-left: 14px;
  font-size: 28px;
  line-height: 0.6;
}

.btn_style-01 a i.icon_left {
  margin-left: 0;
  margin-right: 16px;
}

.trial_apply {
  text-align: center;
}

.trial_apply .btn {
  max-width: 560px;
  margin: 0 auto;
}

.trial_apply .btn a {
  display: block;
  padding: 20px 0;
  background: #e46c82;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: 新ゴ R;
  text-decoration: none;
  border-radius: 4px;
}

.trial_apply .btn a:hover {
  text-decoration: none;
  background: #bb596b;
}

.trial_apply .btn a i {
  margin-left: 10px;
  font-size: 32px;
}

.case_summary {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

i.fa-exclamation-triangle {
  color: #ffb626;
}

.trial_apply-add_note {
  background-color: #f7f7f8;
  padding: 24px 0;
}

.trial_apply-add_note p {
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-top: 0;
}

/* ------------------------------
  Layouts settings
 * ------------------------------ */
#contents #contents-header {/* ini */
  margin-bottom: 0;
  padding: 10px 0;
  background: none;
}

#contents #contents-header .description {/* ini */
  padding-bottom: 0;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  color: #999;
}

#maincontents {/* ini */
  position: relative;
  z-index: 5;
  width: 100%;
}

#mc_header {
  position: relative;
}

#mc_header .upper {
  height: 60px;
  background: #0055a6;
}

#mc_header .upper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

#mc_header .upper .logo {
  float: left;
}

#mc_header .upper .logo a {
  display: flex;
  align-items: center;
  height: 60px;
  font-family: 'Haru TP M', sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

#mc_header .upper .logo a img {
  margin-right: 3px;
}

#mc_header .upper .button {
  float: right;
}

#mc_header .upper .contact_form a {
  display: inline-block;
  padding: 7px 20px 9px;
  background: #9ad5c2;
  color: #444;
  line-height: 1;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 9px;
}

#mc_header .upper .contact_form a:hover {
  background: #87baa9;
  text-decoration: none;
}

#mc_header .upper .apply a {
  display: inline-block;
  padding: 7px 20px 9px;
  background: #ffd800;
  color: #444;
  line-height: 1;
  font-size: 14px;
  border-radius: 3px;
}

#mc_header .upper .apply a:hover {
  background: #ba9e00;
  text-decoration: none;
}

#mc_header .upper .apply a i, #mc_header .contact_form a i {
  font-size: 18px;
  line-height: 14px;
}

#mc_header .upper .button-inner {
  float: right;
  padding-top: 5px;
}

#mc_header .upper .navi {
  float: right;
  padding-top: 19px;
  padding-right: 5px;
}

#mc_header .upper .navi li {
  display: inline-block;
  margin-right: 20px;
}

#mc_header .upper .button-inner li {
  display: inline-block;
  margin-right: 10px;
}

#mc_header .upper .navi li a {
  color: #fff;
  line-height: 1;
}

#mc_header .upper .navi li a i {
  margin-right: 3px;
}

#mc_header .middle {
  background-color: #0072bb;
}

.main_visual_layout {
  background: url(../../images/index/hero_bg.png) repeat-x;
}

.main_visual_layout .layout_li {
  height: 360px;
}

.main_visual_layout .in_section {
  position: relative;
  height: 360px;
}

.main_visual_layout .in_section::before {
  content: "";
  width: 800px;
  height: 360px;
  position: absolute;
  background: url(../../images/index/hero_img.png) 0 0 no-repeat;
  background-size: cover;
  right: -120px;
  z-index: 0;
}

.main_visual_layout .layout_li .figure {
  margin-bottom: 0;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}

#main_visual .figure {
  color: #fff;
  font-size: 38px;
  font-family: 'Haru TP M', sans-serif;
  line-height: 1.3;
}

#main_visual .span {
  display: block;
}

#main_visual .pg {
  position: relative;
  margin-top: 20px;
  line-height: 1.8;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  z-index: 5;
}

.main_visual_button_list {
  display: flex;
  margin-top: 24px;
  position: relative;
  z-index: 0;
}

.main_visual_button_list li {
  margin-right: 32px;
}

.main_visual_button_list .behave_as_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 280px;
  height: 80px;
  padding: 0 0 0 64px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 8% 50%;
  color: #444;
  font-size: 16px;
}

.main_visual_button_list .behave_as_button:hover {
  text-decoration: none;
}

.main_text {
  font-size: 18px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.link_to_osu .behave_as_button {
  background-color: #fa748f;
  background-image: url(../../../vps_resource/img/header/icon_link_to_osu.svg);
  background-size: 34px;
}

.link_to_osu .behave_as_button:hover {
  background-color: #bb596b;
}

.link_to_osu .behave_as_button .main_text,
.link_to_osu .behave_as_button .sub_text {
  color: #fff;
}

.link_to_flow .behave_as_button {
  background-color: #fff;
  background-image: url(../../../vps_resource/img/header/icon_wakaba.svg);
  background-size: 28px;
}

.link_to_flow .behave_as_button:hover {
  background-color: #e5e5e5;
}

.link_to_flow .behave_as_button * {
  color: #444;
}

#mc_header .lower {
  margin-bottom: 10px;
}

#mc_header .lower.fixed {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 100;
}

#mc_header #main_navigation {
  background-color: #444;
  border-top: 1px solid #152635;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

#mc_header #main_navigation ul.navi {
  text-align: left;
  line-height: 0;
}

#mc_header #main_navigation ul.navi li {
  display: inline-block;
}

#mc_header #main_navigation ul.navi li.stay {
  position: relative;
}

#mc_header #main_navigation ul.navi li.stay::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 28px;
  height: 10px;
  margin-left: -14px;
  background: url(../images/main_navi_stay.png) 0 0 no-repeat;
}

#mc_header #main_navigation ul.navi li a {
  display: inline-block;
  padding: 20px 35px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

#mc_header #main_navigation ul.navi li.stay a {
  color: #8794a1;
}

#mc_header #sub_navigation {
  margin-top: -1px;
  background: #8794a1;
  border-top: 1px solid #152635;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

#mc_header #sub_navigation ul.navi li {
  display: inline-block;
  padding: 15px 0;
  margin-right: 30px;
}

#mc_header #sub_navigation ul.navi li a {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

#bread_list {
  margin-bottom: 10px;
}

#bread_list .bread {
  font-size: 12px;
  line-height: 1;
  float: left;
  *zoom: 1;
}

#bread_list .bread li {
  line-height: 1;
  display: inline;
}

/*** addition ***/
.feature-body {
  text-align: left;
}

.in_section .summary {
  line-height: 1.4;
  margin-bottom: 24px;
}

.table_style-02 img {
  padding-top: 4px;
}

.notes-list {
  margin: 8px 24px;
}

.notes-list li {
  margin: 8px 0;
  list-style: disc;
  font-size: 12px;
}

.notes-list li.asterisk {
  list-style: none;
  text-indent: -2em;
}

.notes-list li.asterisk ul li {
  text-indent: 0;
}

.notes_wrap {
  padding: 24px 0 48px;
}

.accordion-definition-list::after {
  content: "";
  display: block;
  margin: 8px 0 0;
  border-top: 1px dotted #6d6d6d;
}

.accordion-definition-list .accordion-term {
  position: relative;
  padding: 32px 0 16px;
  word-break: break-all;
}

.accordion-definition-list .accordion-term {
  margin: 8px 0 0;
  padding: 24px 48px 8px 32px;
  border-top: dotted 1px #6d6d6d;
  text-indent: -2em;
}

.accordion-definition-list .accordion-term:first-of-type {
  border: 0;
}

.accordion-definition-list .accordion-term::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border: solid 3px #6d6d6d;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(135deg);
  transform-origin: 50% 50% 0;
  transition: 0.2s ease-in-out;
}

.accordion-definition-list .accordion-term.is-open::after {
  top: 20px;
  transform: rotate(315deg);
  transition: 0.2s ease-in-out;
}

.accordion-definition-list .accordion-description {
  display: none;
}

.notes_wrap ul {
  background-color: #f7f7f8;
  padding: 8px 8px 8px 16px;
}

.notes_wrap h4 {
  font-size: 15px;
  margin-bottom: 8px;
}

.notes_wrap p, .notes_wrap ul li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

/* ------------------------------
   .bread-foot
 * ------------------------------ */

.bread-foot {
  position: relative;
  border-bottom: 1px solid #707077;
  box-shadow: 0 -1px 0 0 inset #8c8c92;
  color: #ccc;
  background: #808088;
}

.bread-foot .lists {
  display: flex;
  width: 960px;
  margin: 0 auto;
  height: 34px;
  align-items: center;
  font-size: 11px;
}

.bread-foot .link {
  position: relative;
  color: #ccc;
}

.bread-foot .link:hover {
  text-decoration: underline;
}

.bread-foot li:nth-of-type(n+2)::before {
  content: "\f105";
  margin: 0 8px;
  font-family: "FontAwesome";
}

.bread-foot .fa {
  margin: 0 8px;
  font-size: 10px;
}

@media (min-width: 960px) { /* Layout PC */
  .show-mobile,
  .item-name {
    display: none;
  }
}

@media (max-width: 959px) { /* Layout Tablet & Mobile */
  .vps-header.windows,
  .vps-nav.windows,
  #bread_list,
  .bread-foot,
  .mv_r,
  .hide-mobile,
  .hide-tablet,
  .item-name {
    display: none;
  }

  section {
    width: 100%;
  }

  .in_section {
    width: auto;
    padding: 0 20px;
  }

  .call-to-action {
    margin: 48px auto 0;
    width: auto;
  }

  .trial_apply .btn a i {
    margin-left: 8px;
    font-size: 16px;
  }

  /* header
   * ---------------------------------- */
  .service-header {
    background-color: transparent;
  }

  .service-sub-header {
    background: #0f54a7;
  }

  .service-header a,
  .service-header {
    font-size: 16px;
    font-family: "Haru TP R";
  }

  .service-header .logo img {
    width: 28px;
  }

  .service-nav ul li {
    background-color: #007bbc;
  }

  .service-nav ul li.vps-menu {
    background-color: #1aadaa;
  }

  .service-nav ul li a:hover {
    background-color: transparent;
  }

  .service-nav ul.service-nav-inner li {
    border-bottom-color: #99cae4;
  }

  .service-nav .service-nav-extra .close {
    background-color: #0055a6;
  }

  .service-nav .service-nav-extra .close:hover {
    background-color: #0055a6;
  }

  .main_visual_layout .layout_li .figure {
    padding-top: 56px;
    font-size: 30px;
  }

  .page-top {
    margin: 82px 0 64px;
  }
}

@media (min-width: 600px) { /* Layout Tablet & PC */
  .table_style-02 tbody tr:nth-child(odd).rowspan-cell_next th,
  .table_style-02 tbody tr:nth-child(odd).rowspan-cell_next td {
    background: #eaebeb;
  }

  .table_style-02 tbody tr:nth-child(even).rowspan-cell th,
  .table_style-02 tbody tr:nth-child(even).rowspan-cell td {
    background: #f2f2f2;
  }

  .table_style-02 tbody tr:nth-child(even).rowspan-cell_next th,
  .table_style-02 tbody tr:nth-child(even).rowspan-cell_next td {
    background: #f2f2f2;
  }
}

@media (max-width: 599px) { /* Layout Mobile */
  .headline_01 {
    font-size: 28px;
    line-height: 1.5;
  }

  .headline_02 {
    font-size: 24px;
    line-height: 1.5;
  }

  .headline_03 {
    font-size: 20px;
    line-height: 1.5;
  }

  .headline_04 {
    font-size: 18px;
    line-height: 1.5;
  }

  .headline_05 {
    font-size: 16px;
    line-height: 1.5;
  }

  #main_visual {
    padding-bottom: 30px;
  }

  .main_visual_layout .layout_li {
    height: auto;
  }

  .main_visual_layout .layout_li .in_section {
    height: auto;
  }

  .main_visual_layout .layout_li .in_section::before {
    height: calc(100% + 48px);
  }

  .main_visual_button_list {
    flex-direction: column;
    align-items: center;
    margin: 16px 0;
  }

  .main_visual_button_list li {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .main_visual_button_list li:last-child {
    margin-bottom: 0;
  }

  .trial_apply .btn {
    width: 90%;
  }

  .trial_apply .btn a {
    font-size: 16px;
    padding: 16px 0;
  }

  .trial_apply .notes {
    margin: 16px auto;
    font-size: 12px;
    width: 80%;
  }

  .btn_style-01 a {
    width: 85%;
    padding: 16px;
    line-height: 1.3;
    border-radius: 4px;
    font-size: 14px;
    min-width: initial;
  }

  .btn_style-01 a i {
    margin-left: 8px;
    font-size: 24px;
  }

  .table_responsive thead {
    display: none;
  }

  .table_responsive tbody tr th,
  .table_responsive tbody tr td {
    position: relative;
    display: block;
    text-align: left;
  }

  .table_style-02 tbody tr th {
    font-size: 14px;
    width: 33%;
    line-height: 1.6;
  }

  .table_style-02 tbody tr td {
    font-size: 14px;
  }

  .table_responsive tbody tr:nth-child(odd) th,
  .table_responsive tbody tr:nth-child(even) th,
  .sec_bg-gray .table_responsive tbody tr:nth-child(odd) th,
  .sec_bg-gray .table_responsive tbody tr:nth-child(even) th {
    width: auto;
    border-top: 3px solid #1c7cbd;
    background-color: #bbdff1;
    padding: 16px;
    font-weight: normal;
  }

  .table_responsive tbody tr th .option-name {
    display: block;
    margin-left: 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 28px;
  }

  .table_responsive tbody tr th .symbol {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
  }

  .table_responsive tbody tr th .notes {
    position: absolute;
    top: 24px;
    left: 18px;
    font-size: 10px;
  }

  .table_responsive tbody tr td {
    display: table;
    padding: 16px 0;
    width: 100%;
    border-top: 2px solid #fff;
  }

  .table_responsive tbody tr td:nth-child(odd) {
    background: #eaeaea;
  }

  .table_responsive tbody tr td:last-child {
    margin-bottom: 24px;
  }

  .sec_bg-gray .table_responsive tbody tr td:nth-child(even) {
    background: #fff;
  }

  .table_responsive tbody tr td .item-name,
  .table_responsive tbody tr td .value {
    display: table-cell;
    padding: 0 4%;
    text-align: left;
    vertical-align: middle;
  }

  .table_responsive tbody tr td .item-name {
    width: 32%;
  }

  .table_responsive tbody tr td .value {
    width: 52%;
    font-size: 16px;
    font-weight: bold;
  }

  .table_responsive tbody tr td .value small {
    font-weight: normal;
  }

  /* omission setting
   * ----------------------------- */
  .mobile-accordion-definition-list::after {
    content: "";
    display: block;
    margin: 8px 0 0;
    border-top: 1px solid #6d6d6d;
  }

  .mobile-accordion-heading,
  .mobile-accordion-term {
    position: relative;
    padding: 32px 0 16px;
    word-break: break-all;
  }

  .mobile-accordion-term {
    margin: 8px 0 0;
    padding: 24px 48px 8px 32px;
    border-top: dotted 1px #6d6d6d;
    text-indent: -2em;
  }

  .mobile-accordion-heading {
    margin: 0;
    border-top: 1px solid;
  }

  .mobile-accordion-heading:first-of-type,
  .mobile-accordion-term:first-of-type {
    border: 0;
  }

  .mobile-accordion-heading::after,
  .mobile-accordion-term::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 8px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border: solid 3px #2d333d;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(135deg);
    transform-origin: 50% 50% 0;
    transition: 0.2s ease-in-out;
  }

  .mobile-accordion-heading.is-open::after,
  .mobile-accordion-term.is-open::after {
    top: 20px;
    transform: rotate(315deg);
    transition: 0.2s ease-in-out;
  }

  .mobile-accordion-target-area,
  .mobile-accordion-description {
    display: none;
  }

  .accordion-heading.is-open + .accordion-target-area {
    padding-bottom: 24px;
  }

  .notes_wrap {
    padding: 0;
  }
}

@media (max-width: 320px) { /* iPhoneSE */
  .service-header a, .service-header {
    font-size: 12px;
  }

  .service-header .logo img {
    margin-right: 8px;
  }

  .main_visual_layout .layout_li .figure {
    padding-top: 40px;
  }
}