/*!
sp css
 ______________________________*/
@media screen and (max-width:768px) {
  /*
.scroll-table
_____________________________*/

  .scroll-table {
    overflow: auto;
    white-space: nowrap;
    border: solid 1px #ddd;
    margin-bottom: 30px;
  }

  .scroll-table table {
    margin-bottom: 0;
  }

  /*
header
______________________________*/

  .sp_contact {
    display: block;
    width: 120px;
    padding: 11px 0 0;
  }

  .header_in {
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding: 0;
    top: 5px;
    left: 5px;
  }

  .header_r {
    display: flex;
    justify-content: flex-end;
    min-width: 58px;
    text-align: right;
  }

  .header h1 {
    display: block;
    width: 185px;
    padding: 0;
    text-decoration: none;
    margin-right: auto;
  }

  .header h1 a {
    display: block;
    width: 150px;
    height: auto;
  }

  .header h1 a img {
    width: 100% !important;
    height: auto !important;
  }

  .header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    z-index: 1000;
    min-height: 75px;
    height: 75px;
    top: 0;
  }

  .header .container {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    background-color: #fff;
    position: static;
    z-index: 999;
  }

  .header li a {
    display: block;
    padding: 20px 10px;
    text-decoration: none;
    overflow: hidden;
  }

  /*
.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}
*/
  /* menu */
  .header .menu {
    position: absolute;
    transition: .2s ease-out;
    max-height: 0;
    opacity: 0;
    display: block;
  }

  /* menu icon */
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 34px 20px;
    position: relative;
    user-select: none;
    color: var(--color-primary);
  }

  .header .menu-icon .navicon {
    background: var(--color-primary);
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }

  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: var(--color-primary);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }

  .header .menu-icon .navicon:before {
    top: 5px;
  }

  .header .menu-icon .navicon:after {
    top: -5px;
  }

  /* menu btn */
  .header .menu-btn {
    display: none;
  }

  .header .menu-btn:checked~.menu {
    max-height: inherit;
    opacity: 1;
    top: 75px;
    width: 100%;
  }

  ul.menu li img {
    width: auto;
    height: 35px;
  }

  .header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
  }

  .header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  .header_contact {
    display: none;
  }

  /*
header 子メニュー toggle3種 cssのみcheckbox形式
________________________________________________*/
  #toggle1,
  #toggle2,
  #toggle3 {
    display: none;
  }

  .toggle-inner {
    transition: line-height .3s, opacity .3s, max-height .3s;
    opacity: 0;
    line-height: 0;
    max-height: 0;
  }

  .toggle-inner a {
    transition: padding .3s, line-height .3s;
    opacity: 0;
    line-height: 0;
    padding: 0 20px;
  }

  #toggle1:checked~.toggle-inner,
  #toggle2:checked~.toggle-inner,
  #toggle3:checked~.toggle-inner {
    opacity: 1;
    line-height: 1.6;
    max-height: inherit;
  }

  #toggle1:checked~.toggle-inner a,
  #toggle2:checked~.toggle-inner a,
  #toggle3:checked~.toggle-inner a {
    opacity: 1;
    line-height: 1.6;
    padding: 10px;
  }

  .toggle_label {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }


  .toggle_label::after {
    position: absolute;
    right: 10px;
    top: 8px;
    content: "＋";
  }

  #toggle1:checked~.toggle_label::after,
  #toggle2:checked~.toggle_label::after,
  #toggle3:checked~.toggle_label::after {
    content: "－";
  }

  ul.toggle-inner {
    width: 100%;
    background-color: rgba(240, 240, 240, 1);
    margin: 0;
    padding: 0 0 0 1em;
  }

  ul.menu li.has-child:hover ul.toggle-inner {
    padding-top: 0;
  }


  /*
menu
________________________*/
  ul.menu li {
    width: 100%;
    overflow: hidden;
  }

  ul.menu li a,
  .toggle_label {
    text-align: center;
  }

  ul.menu li a span,
  .toggle_label span {
    display: none;
  }

  ul.menu>li {
    padding: 13px 0;
    height: 69px;
    overflow: hidden;
  }

  ul.menu>li {
    padding: 10px 0;
    height: inherit;
    margin-bottom: 0;
  }

  ul.menu>li:last-child {
    height: inherit;
  }

  ul.menu>li::after {
    display: none;
  }

  /*_______________________

.flex_box
________________________*/
  .flex_box {
    display: block;
  }

  .img_box,
  .img250 .img_box,
  .img350 .img_box,
  .text_box {
    width: 100% !important;
  }

  .img_box img,
  .img250 .img_box img,
  .img350 .img_box img {
    width: 100% !important;
  }

  .img_float .img_box {
    float: right;
    width: 40% !important;
    margin-left: 3%;
  }

  .img_float ::after {
    content: "";
    display: block;
    clear: both;
  }


  /*
header_in
__________*/

  .header_tel,
  .contact {
    display: none;
  }


  .mv {
    padding-top: 85px;
    background-color: #fff;
  }

  .mv img {
    top: 0;
  }

  .sec1_sp,
  .sec2_sp,
  .sec3_sp,
  .sec4_sp,
  .sec5_sp {
    display: block;
  }

  .sec1 {
    background-color: #fff;
  }

  .sec3_sp {
    padding-bottom: 50px;
  }

  .sec3_sp>.container {
    position: relative;
  }

  .sec3_sp>.container>img {
    position: relative;
    top: -30px;
  }

  .sec5_sp {
    padding-top: 50px;
  }

  .sec5_sp>.container {
    padding-bottom: 50px;
  }



  .sec2,
  .sec3,
  .sec4,
  .sec5 {
    display: none;
  }

  .sec1_flex>li:nth-child(1) {
    display: none;
  }

  .sec1_flex>li:nth-child(2) {
    width: 100%;
  }

  .sec1_flex>li:nth-child(2) h3 {
    font-size: 1.6rem;
  }

  .sec1_flex>li:nth-child(2) p {
    font-size: 1.4rem;
  }

  .contents ul.nmr_li li {
    font-size: 1.4rem;
  }

  .contents ul.nmr_li li::before {
    top: 6px;
  }

  .sec6>.container>ul {
    display: block;
  }

  .sec6>.container>ul li {
    width: 100%;
  }

  .sec6>.container>ul li iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 421 / 237;
  }

  /*
  footer
  ____________*/


  footer nav ul {
    flex-wrap: wrap;
  }

  .tab-pc {
    display: none;
  }

  .footer__brand {
    width: 155px;
    margin: 0 auto;
  }

  .footer__banners a {
    display: block;
    width: 280px;
    margin: 0 auto;
    border: solid 1px #999;
  }

  .footer__banners a img {
    display: block;
    width: 100%;
    height: auto;
  }


  .contents:not(#top) {
    padding-top: 76px;
  }

  .page_header {
    min-height: 40vw;
  }

  .page_header {
    height: 17vw;
    background-size: 100%;
    background-position: center;
  }

  .page_header img {
    width: 20vw;
  }

  /*
faq
_______________*/

  .faq {
    margin-bottom: 50px;
  }

  .faq .container {
    padding: 15px;
  }

  .faq .container h3 {
    margin: 10px 0 10px;
  }

  .faq .container h3 img {
    width: 95%;
  }

  .faq article {
    padding: 10px 0;
  }

  .faq02 .container::before,
  .faq04 .container::before {
    width: 10vw;
    height: 8vw;
    top: 9.7vw;
    left: 2vw;
  }

  .faq03 .container::before,
  .faq05 .container::before {
    top: 1vw;
    right: -2.2vw;
  }

  .page_contact h3 img {
    width: 60%;
  }

  /*

price
________________*/



  .page_top {
    height: inherit;
  }

  .page_head_mv {
    top: -70px;
  }

  .header_l,
  .header_r {
    display: none;
  }

  .sec_page_discription .container,
  .page_header_tit,
  #breadcrumb .container {
    width: 100%;
  }

  .sec_page_disc_flex {}

  .sec_page_disc_flex>li:nth-child(1) {
    display: none;
  }

  .sec_page_disc_flex>li:nth-child(2) {
    width: 100%;
  }

  .sec_page_disc_flex>li:nth-child(2)>img {
    display: none;
  }

  #price .outside_right {
    display: none;
  }

  #price .page_discription h3 img {
    width: 45%;
  }

  .price_tbl_tit {
    background-position: left top;
    padding: 100px 0 0 0;
    min-height: 84px;
  }

  .price_tbl>.container {
    width: 100%;
  }

  .price_tbl_main thead th {
    min-width: 210px;
  }

  .page_contact ul {
    display: block;
  }

  .page_contact ul li {
    width: 100%;
  }

  #option .page_top,
  #sem .page_top,
  #maintenance .page_top,
  #domain .page_top {
    height: inherit;
  }

  /*_______________________

.flex_box
________________________*/
  .flex_box {
    display: block;
  }

  .img_box,
  .img250 .img_box,
  .img350 .img_box,
  .text_box {
    width: 100% !important;
  }

  .img_box img,
  .img250 .img_box img,
  .img350 .img_box img {
    width: 100% !important;
  }

  .img_float .img_box {
    float: right;
    width: 40% !important;
    margin-left: 3%;
  }

  .img_float ::after {
    content: "";
    display: block;
    clear: both;
  }

  .hero_img img {
    width: 80%;
    height: auto;
  }

  .top_ec_sec {
    height: 230px;
    background-position: center left 20%;
    margin: 0 0 50px;
  }

  .top_ec_sec>.container {
    height: 226px;
  }
.greeing_wrap{
  display: block;
  margin:50px 0;
}
.main_contents ul li:nth-child(1){
  width:100%;
  text-align: center;
}
.main_contents ul li:nth-child(1) img,
#greeting .img_box img{
  width: 60% !important;
  margin: 0 auto 30px;
  position: static;
}

#greeting .img_box{
  width:100%;
  text-align: center;
}
.greeting_name{
  display: block;
  width: 100%;
  float: inherit;
  text-align: right;
}
  /*___________________________________*/
}