@charset "utf-8";

/*
Theme Name: ITパック
Description: eNetSolutionsで使用するテンプレートです
Version: 1.0
Author: eNet - shimoguchi - 2018.8.24
Author URI: http://www.enetsolutions.co.jp/
*/


/*---------------------------------------------------------------------
 clear fix elements 
 ---------------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both; 
}
/*---------------------------------------------------------------------
 reset 
 ---------------------------------------------------------------------*/
/*
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,
strong,em,fieldset{
	margin : 0 ;
	padding : 0 ;
	border : 0 ;
	font-size : 100% ;
	font-weight : normal ;
	font-style : normal ;
	text-decoration : none ;
}
ul,li{
	margin : 0px ;
	padding : 0px ;
	list-style-type : none ;
	line-height : 100% ;
}
a img{
	border : 0 ;
}

img{
	vertical-align : top ;
}

hr{
	display : none ;
	clear : both ;
}
area {
	border: 0;
}
*/
/*---------------------------------------------------------------------
 base 
 ---------------------------------------------------------------------*/
body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: .5px;
  overflow-y: scroll; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; } }
  @media print, screen and (min-width: 769px) {
    body {
      font-size: 16px; } }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ul {
  list-style: none; }

img {
  max-width: 100%; }

a {
  color: #138abe;
  text-decoration: none;
  outline: none;
  -webkit-touch-callout: none; }

@media print, screen and (min-width: 769px) {
  a:hover {
    text-decoration: underline; } }

img {
  vertical-align: top;
  border: none;
  border-style: none; }

body {
  margin: 0; }

@media print, screen and (min-width: 769px) {
  a {
    opacity: 1;
    transition: opacity .2s ease-in-out; } }

@media print, screen and (min-width: 769px) {
  a:hover {
    opacity: 0.5; } }

@media print, screen and (min-width: 769px) {
  a:hover img {
    background-color: rgba(255, 255, 255, 0.01); } }

br.SPbr {
  display: none; }
  @media screen and (max-width: 768px) {
    br.SPbr {
      display: inline; } }

br.PCbr {
  display: inline; }
  @media screen and (max-width: 768px) {
    br.PCbr {
      display: none; } }

.SPview {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .SPview {
      display: block !important; } }

.PCview {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .PCview {
      display: none !important; } }

.title .title-h2 {
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  padding: 1.5em 0;
  line-height: 1.4;
/*
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
*/
  background: -webkit-repeating-linear-gradient(-45deg, #13aaea, #13aaea 6px, #1d92eb 6px, #1d92eb 12px);
  background: repeating-linear-gradient(-45deg, #13aaea, #13aaea 6px, #1d92eb 6px, #1d92eb 12px); }
  @media print, screen and (min-width: 769px) {
    .title .title-h2 {
      min-width: 1000px; } }
  @media screen and (max-width: 768px) {
    .title .title-h2 {
      font-size: 1.4em; } }
      

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
/*   font-weight: bold; */
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }

select::-ms-expand {
  display: none; }

html,
body {
  height: 100%; }

.l-container {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%; }

#contents {
  /*フッターの高さと同じ*/ }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/* ==========================================================================
   Layout
   ========================================================================== */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.l-footer {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .l-footer {
      width: 100%; } }

.footer-inner {
  width: 100%;
  background: #138abe; }
  @media screen and (max-width: 768px) {
    .footer-inner {
      padding: 1.5em 15px; } }
  @media print, screen and (min-width: 769px) {
    .footer-inner {
      min-width: 1000px;
      padding: 2.2em 0 1.5em; } }
  .footer-inner #pageTop {
    width: 48px;
    height: auto;
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px; }
    @media screen and (max-width: 768px) {
      .footer-inner #pageTop {
        width: 36px;
        height: auto; } }
    .footer-inner #pageTop a {
      display: block; }
  .footer-inner .sitemap {
    width: 1000px;
    margin: 0 auto; }
    @media print, screen and (min-width: 769px) {
      .footer-inner .sitemap {
        padding: 0 30px .5em; } }
    @media screen and (max-width: 768px) {
      .footer-inner .sitemap {
        width: 100%;
        padding-bottom: 1.5em; } }
    .footer-inner .sitemap .side-block {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .footer-inner .sitemap .side-block {
          padding: 0;
          flex-wrap: wrap; } }
      @media print, screen and (min-width: 769px) {
	    .footer-inner .sitemap .side-block {
          padding: 0;
          flex-wrap: nowrap; } }
      @media screen and (max-width: 768px) {
	    .footer-inner .sitemap .side-block .support-btn {
		    margin: 0 auto;
	    }
      }
      .footer-inner .sitemap .side-block .support-btn a {
        position: relative;
        width: 210px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border: 3px solid #47aaea;
        border-radius: 10px;
        font-size: 1.1em;
        color: #333;
        transition: all .2s; }
        @media screen and (max-width: 768px) {
          .footer-inner .sitemap .side-block .support-btn a {
            margin-top: 1em;
            width: 170px; } }
        .footer-inner .sitemap .side-block .support-btn a:hover {
          opacity: 1;
          text-decoration: none;
          border: 3px solid #47aaea;
          border-radius: 10px 10px 10px 10px;
          background: #47aaea;
          color: #fff; }
        .footer-inner .sitemap .side-block .support-btn a::before {
          position: absolute;
          top: calc(50% - 6px);
          right: 15px;
          content: "";
          width: 8px;
          height: 8px;
          border-right: 4px solid #47aaea;
          border-bottom: 4px solid #47aaea;
          transform: rotate(-45deg);
          display: block;
          transition: all .4s; }
          @media screen and (max-width: 768px) {
            .footer-inner .sitemap .side-block .support-btn a::before {
              right: 10px; } }
        .footer-inner .sitemap .side-block .support-btn a:hover::before {
          border-right: 4px solid #fff;
          border-bottom: 4px solid #fff; }
    .footer-inner .sitemap .footer-list {
	  display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center; }
      @media print, screen and (min-width: 769px) {
	      .footer-inner .sitemap .footer-list {
		      width: 730px;
		      margin: 0 0 1em;
	      }
      }
      
      .footer-inner .sitemap .footer-list .footer-item {}
        @media screen and (max-width: 768px) {
          .footer-inner .sitemap .footer-list .footer-item {
	        display: block;
	        width: 100%;
		    text-align: center;
            margin: 0 0 1em; } }
        @media print, screen and (min-width: 769px) {
	        .footer-inner .sitemap .footer-list .footer-item {
            margin: 0 2em 1em 0; } }
        .footer-inner .sitemap .footer-list .footer-item a {
          color: #fff; }
          .footer-inner .sitemap .footer-list .footer-item a:hover {
            opacity: 1; }
  .footer-inner .copy-right {
    text-align: center;
    font-size: .8em;
    line-height: 1.2em;
    color: #fff; }

.corporate {
  width: 100%;
  background: #333333;
  flex-direction: row-reverse; }
  @media print, screen and (min-width: 769px) {
    .corporate {
      min-width: 1000px; } }
  .corporate-nav {
    width: 1000px;
    margin: 0 auto; }
    @media print, screen and (min-width: 769px) {
      .corporate-nav {
        padding: 1em 30px 1.2em; } }
    @media screen and (max-width: 768px) {
      .corporate-nav {
        width: 100%;
        padding: 1em 15px 1.2em; } }
    .corporate-nav dt {
      width: 100px;
      height: auto; }
    .corporate-nav dd ul {
      display: flex;
      flex-wrap: wrap; }
      .corporate-nav dd ul li {
        margin-top: .5em;
        margin-right: 1.2em; }
        .corporate-nav dd ul li a {
          color: #fff;
          font-size: .6em; }


.title-h3 {
    border-bottom: solid 3px #cce4ff;
    position: relative;
    padding-bottom: .5em;
    margin-bottom: 1.2em;
    line-height: 1.4;
    font-size: 1.4em; }
    .title-h3::after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #6cb4e4;
      bottom: -3px;
      width: 30%; }
      
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.l-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff; }
  @media print, screen and (min-width: 769px) {
    .l-header {
      min-width: 1000px; } }
  @media screen and (max-width: 768px) {
    .l-header {
      width: 100%; } }

@media screen and (max-width: 768px) {
  .header-inner {
    width: 100%; }
    .header-inner-spFixedWrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 0 15px;
      height: 76px;
      position: relative;
      z-index: 11; } }

@media print, screen and (min-width: 769px) {
  .header-inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    padding: 20px 30px 20px; } }

.header-inner .logo {
  width: 240px;
  height: auto; }
  @media screen and (max-width: 768px) {
    .header-inner .logo {
      width: 220px;
      height: auto;
      position: relative;
      z-index: 11; } }
  .header-inner .logo a {
    display: block; }

@media screen and (max-width: 768px) {
  .header-inner .l-header__nav {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    height: 100vh; } }

@media print, screen and (min-width: 769px) {
  .header-inner .l-header__nav {
    display: flex !important;
    justify-content: space-between; } }

@media screen and (max-width: 768px) {
  .header-inner .l-header__nav .gl-nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 76px 0 0;
    margin: 0 15px; } }

@media print, screen and (min-width: 769px) {
  .header-inner .l-header__nav .gl-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; } }

@media print, screen and (min-width: 769px) {
  .header-inner .l-header__nav .gl-nav-list {
    margin-right: 25px; }
    .header-inner .l-header__nav .gl-nav-list.shaded {
      position: relative; }
      .header-inner .l-header__nav .gl-nav-list.shaded::before {
        content: "";
        position: absolute;
        top: calc(50% - 15px);
        right: -10px;
        width: 1px;
        height: 28px;
        background-color: #d8d8d8;
        transform: skew(-30deg); } }

.header-inner .l-header__nav .gl-nav-list a {
  color: #333; }
  @media screen and (max-width: 768px) {
    .header-inner .l-header__nav .gl-nav-list a {
      display: block;
      color: #333;
      font-size: 1.4em;
      line-height: 1.2em;
      padding: 1.2em 0;
      border-bottom: 1px dotted #138abe; } }
  @media print, screen and (min-width: 769px) {
    .header-inner .l-header__nav .gl-nav-list a {
      display: block;
      font-size: .95em; }
      .header-inner .l-header__nav .gl-nav-list a:hover {
        text-decoration: none; } }

.header-inner .l-header__nav .gl-nav-list .gl-nav-box {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .header-inner .l-header__nav .gl-nav-list .gl-nav-box {
      margin: 0 1.5em; } }
  @media print, screen and (min-width: 769px) {
    .header-inner .l-header__nav .gl-nav-list .gl-nav-box {
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    .header-inner .l-header__nav .gl-nav-list .gl-nav-box span {
      margin-left: 15px; } }
  @media print, screen and (min-width: 769px) {
    .header-inner .l-header__nav .gl-nav-list .gl-nav-box span {
      margin-left: .5em; } }

.header-inner .l-header__nav .inquery-btn {
  position: relative; }
  @media screen and (max-width: 768px) {
    .header-inner .l-header__nav .inquery-btn {
      width: 240px;
      margin: 1.2em auto 0; } }
  @media print, screen and (min-width: 769px) {
    .header-inner .l-header__nav .inquery-btn {
      width: 210px; } }
  .header-inner .l-header__nav .inquery-btn a {
    display: block;
    border: 3px solid #138abe;
    border-radius: 5px;
    text-align: center;
    color: #333;
    padding: 18px;
    transition: .2s; }
    @media screen and (max-width: 768px) {
      .header-inner .l-header__nav .inquery-btn a {
        font-size: 1.2em; } }
    @media print, screen and (min-width: 769px) {
      .header-inner .l-header__nav .inquery-btn a {
        font-size: .95em; } }
    .header-inner .l-header__nav .inquery-btn a:hover {
      text-decoration: none;
      background: #138abe;
      color: #fff;
      opacity: 1; }
    .header-inner .l-header__nav .inquery-btn a::before {
      position: absolute;
      top: calc(50% - 6px);
      right: 10px;
      content: "";
      width: 8px;
      height: 8px;
      border-right: 2px solid #138abe;
      border-bottom: 2px solid #138abe;
      transform: rotate(-45deg);
      display: block;
      transition: .4s; }
    .header-inner .l-header__nav .inquery-btn a:hover::before {
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transition: .4s; }

.header-inner .gl-nav-icon img {
  width: 25px;
  height: auto; }

.header-inner .nav-wrap {
  display: none; }

.header-inner .nav a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  color: #448aff; }

.header-inner .nav-wrap.open {
  display: block; }
  @media print, screen and (min-width: 769px) {
    .header-inner .nav-wrap.open {
      display: none; } }

.header-inner .nav-wrap.close {
  display: none; }

@media screen and (max-width: 768px) {
  .header-inner .nav-button {
    display: fixed;
    cursor: pointer; }
  .header-inner .nav-wrap .nav-box {
    display: flex;
    align-items: center; }
  .header-inner .nav-wrap .gn-sp {
    display: block;
    padding: 0 15px; }
  .header-inner .nav-wrap .inquary-sp {
    display: block;
    text-align: center;
    padding: 0 15px; }
    .header-inner .nav-wrap .inquary-sp a {
      display: block;
      color: #333;
      font-size: 1.2em;
      padding: 1.2em 0;
      width: 210px;
      border: 3px solid #138abe;
      border-radius: 5px 5px 5px 5px;
      margin: 1.2em auto 0; }
  .header-inner .nav-button,
  .header-inner .nav-button span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box; }
  .header-inner .nav-button {
    z-index: 20;
    position: relative;
    width: 30px;
    height: 26px; }
  .header-inner .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 4px; }
  .header-inner .nav-button span:nth-of-type(1) {
    top: 0; }
  .header-inner .nav-button span:nth-of-type(2) {
    top: 11px; }
  .header-inner .nav-button span:nth-of-type(3) {
    bottom: 0; }
  .header-inner .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg); }
  .header-inner .nav-button.active span:nth-of-type(2) {
    opacity: 0; }
  .header-inner .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg); } }

/*-- パンくずリスト --*/
.topics_path_inner{
	width: 1000px;
	margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .topics_path_inner {
      width: 100%;
      padding: 30px 15px 30px; } }
  @media print, screen and (min-width: 769px) {
    .topics_path_inner {
      padding: 30px 30px 10px; } }
.topics_path_inner .topics_path_list li{
	display: inline-block;
	font-size: 12px;
	color: #666;
	line-height: 1.4;
	 @media screen and (max-width: 768px) {
	    .topics_path_inner .topics_path_list li {
	      font-size: 10px;
	      line-height: 1.6 } }
	  @media print, screen and (min-width: 769px) {
	    .topics_path_inner .topics_path_list li {
	      font-size: 12px; } }
}
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/* Project
   ----------------------------------------------------------------- */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/* トップページ */
.l-container {
  padding-top: 97px; }
  @media screen and (max-width: 768px) {
    .l-container {
      padding-top: 76px; } }

.mainVisual {
  width: 100%; }
  .mainVisual .background {
    background: linear-gradient(120deg, rgba(195,119,5,0.2), rgba(0,161,195,0.2)), url(/manage/wp-content/themes/itpack/img/topimg2.jpg), no-repeat;
    background-size: cover;
    width: 100%;
    height: 560px; }
    @media print, screen and (min-width: 769px) {
      .mainVisual .background {
        min-width: 1000px; } }
    @media screen and (max-width: 768px) {
      .mainVisual .background {
        width: 100%;
        height: 400px;
        background-position: 40% 50%; } }
    .mainVisual .background .mainVisual-box {
      width: 1000px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .mainVisual .background .mainVisual-box {
          width: 100%;
          padding: 50px 15px 0; } }
      @media print, screen and (min-width: 769px) {
        .mainVisual .background .mainVisual-box {
          padding: 100px 30px 0; } }
      .mainVisual .background .mainVisual-box .mainVisual-title {
        font-size: 2em;
        line-height: 1.2em;
        color: #fff;
        text-shadow: 2px 2px 3px #333;
        margin-bottom: 1.2em; }
        @media screen and (max-width: 768px) {
          .mainVisual .background .mainVisual-box .mainVisual-title {
            font-size: 1.8em; } }
      .mainVisual .background .mainVisual-box .mainVisual-text {
        margin-bottom: 1.2em;
        font-size: 1.1em;
        line-height: 1.3em;
        color: #fff;
        text-shadow: 2px 2px 3px #333; }
      .mainVisual .background .mainVisual-box .mainVisual-block {
        font-size: .95em;
        font-weight: bold;
        line-height: 1.4em; }
        .mainVisual .background .mainVisual-box .mainVisual-block a {
          position: relative;
          width: 250px;
          display: block;
          color: #138abe;
          padding: 8px 25px 8px 18px;
          margin: 0;
          text-decoration: none;
          text-align: center;
          background-color: #e8f591;
          border-radius: 5px;
          box-shadow: 0 6px 0 #c3d837;
          transition: .05s; }
          @media screen and (max-width: 768px) {
            .mainVisual .background .mainVisual-box .mainVisual-block a {
              width: 220px; } }
          .mainVisual .background .mainVisual-box .mainVisual-block a:hover {
            text-decoration: none;
            opacity: 1;
            margin: 6px 0 0;
            box-shadow: 0 0 0 #c3d837;
            transform: translateY(6px); }
          .mainVisual .background .mainVisual-box .mainVisual-block a::before {
            position: absolute;
            top: calc(50% - 6px);
            right: 15px;
            content: "";
            width: 10px;
            height: 10px;
            border-right: 4px solid #138abe;
            border-bottom: 4px solid #138abe;
            transform: rotate(-45deg);
            display: block; }

/*メイン*/
.l-main {
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .l-main {
      width: 100%; } }

/*お知らせ*/
.news {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .news {
      width: 100%;
      padding: 80px 15px 80px; } }
  @media print, screen and (min-width: 769px) {
    .news {
      padding: 80px 30px 80px; } }
  .news-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative; }
    .news-title::before {
      content: '';
      position: absolute;
      bottom: -15px;
      width: 40px;
      height: 3px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #138abe; }
  .news-list li {
    border-bottom: 1px solid #e8e8e8; }
    .news-list li a {
      color: #333;
      font-size: 15px; }
      .news-list li a:hover {
        color: #138abe;
        transition: all .2s;
        text-decoration: none; }
    .news-list li dl {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 1.5em 0; }
      @media screen and (max-width: 768px) {
        .news-list li dl {
          flex-wrap: wrap; } }
      .news-list li dl dt {
	      display: flex;
	      flex-wrap: wrap;
	      align-items: center;
      }
      .news-list li dl .news-date {
        font-size: 14px; }
      .news-list li dl .news-icon,
      .data-list .news-cat .news-icon {
        display: inline-block;
        font-size: .8em;
        width: 120px;
        text-align: center;
        border-radius: 5px 5px 5px 5px;
        padding: 7px;
        margin-left: 1.5em;
        color: #fff;
        line-height: 1.2; }
        @media screen and (max-width: 768px) {
          .news-list li dl .news-icon,
          .data-list .news-cat .news-icon {
            width: 100px;
            font-size: 10px; } }
      .news-list li dl .news-text {
        font-size: 1.1em;
        line-height: 1.5; }
        @media print, screen and (min-width: 769px) {
          .news-list li dl .news-text {
            width: 70%;
            margin: 0 0 0 1.5em; } }
        @media screen and (max-width: 768px) {
          .news-list li dl .news-text {
            width: 100%;
            margin: 1em 0 0; } }
        .news-list li dl .news-icon.notice,
        .data-list .news-cat .news-icon.notice{
	        background: #138abe;
        }
        .news-list li dl .news-icon.important,
        .data-list .news-cat .news-icon.important{
	        background: #bf1313;
        }
  .news-link {
    margin-top: 50px;
    text-align: right; }
    .news-link a {
      color: #333;
      position: relative;
      padding: 0 1.5em 0 0; }
      .news-link a::before {
	      content: '';
	      position: absolute;
	      width: 8px;
	      height: 8px;
	      border: 2px solid #138abe;
	      border-style: solid solid none none;
	      top: calc(50% - 2px);
	      right: 12px;
	      transform: rotate(45deg) translateY(-50%);
	      transition: right .2s;
      }
      .news-link a:hover {
        opacity: .5;
        transition: all .2s;
        text-decoration: none; }
      .news-link a:hover::before {
	      right: 6px;
      }

/*-- ニュース 詳細 --*/
	.data-list .news-cat .news-icon{
		margin-left: 0;
		margin-bottom: 1rem;
	}
	.news-contents .data-area .data-list{
		text-align: right;
		margin-bottom: 50px;
	}
	.news-contents .data-area .data-list li{
		display: inline-block;
	}
	.news-contents .data-area .data-list .news-time{
		font-size: 14px;
	}
		@media screen and (max-width: 768px){
			.news-contents .data-area .data-list{
				margin-bottom: 30px;
			}
		.news-contents .data-area .data-list .news-time{
			font-size: 12px; }}
	    @media screen and (max-width: 768px) {
	    .news-template-default .main-topic {
	      width: 100%;
	      padding: 0 15px 80px; } }
    .main-topic .news-contents .news-area{
		word-wrap : break-word;
		overflow-wrap : break-word;
    }
    .news-contents .news-area p{
	    padding-bottom: 1rem;
	    line-height: 1.4;
    }
.plice {
  width: 100%; }
  .plice-background {
    width: 100%;
    background: #e8e8e8; }
    @media print, screen and (min-width: 769px) {
      .plice-background {
        min-width: 1000px; } }
    .plice-background .plice-contents {
      width: 1000px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .plice-background .plice-contents {
          width: 100%;
          padding: 0 15px; } }
      .plice-background .plice-contents .plice-title {
        text-align: center;
        padding-top: 50px;
        position: relative; }
        .plice-background .plice-contents .plice-title::before {
          content: '';
          position: absolute;
          bottom: -15px;
          width: 40px;
          height: 3px;
          left: 50%;
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background-color: #138abe; }
      .plice-background .plice-contents .plice-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 70px 30px 50px; }
        @media screen and (max-width: 768px) {
          .plice-background .plice-contents .plice-list {
            padding: 30px 15px 50px; } }
        .plice-background .plice-contents .plice-list li {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          box-sizing: border-box;
          margin: 0 .8em;
          font-size: 1.1em;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .plice-background .plice-contents .plice-list li {
              margin: 1em 2em; } }
          .plice-background .plice-contents .plice-list li a {
            position: relative;
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #138abe linear-gradient(120deg, #03d7b6, #00a7de);
            width: 200px;
            height: 200px;
            border-radius: 100px 100px 100px 100px;
            color: #fff; }
            .plice-background .plice-contents .plice-list li a::before {
              position: absolute;
              top: 0;
              left: 0;
              z-index: -1;
              width: 100%;
              height: 100%;
              border-radius: 100px 100px 100px 100px;
              content: "";
              background: #138abe linear-gradient(120deg, #00a7de, #03d7b6);
              opacity: 0;
              border: 0px solid rgba(255, 255, 255, .5);
		      box-sizing: border-box;
              transition: .3s; }
            .plice-background .plice-contents .plice-list li a:hover {
              text-decoration: none;
              opacity: 1; }
            .plice-background .plice-contents .plice-list li a:hover::before {
	          border-width: 6px;
              opacity: 1; }
          .plice-background .plice-contents .plice-list li .list-box {
            text-align: center; }
            .plice-background .plice-contents .plice-list li .list-box .price-icon img {
              width: auto;
              height: 40px;
              margin-bottom: .8em; }
            .plice-background .plice-contents .plice-list li .list-box span {
              margin-top: 10px;
              line-height: 1.4;
              display: block;
              padding: 0 10px; }

.mainte {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .mainte {
      width: 100%;
      margin: 0 auto;
      padding: 80px 15px 80px; } }
  @media print, screen and (min-width: 769px) {
    .mainte {
      padding: 80px 30px 80px; } }
  .mainte-title {
    text-align: center;
    margin-bottom: 80px;
    position: relative; }
    .mainte-title::before {
      content: '';
      position: absolute;
      bottom: -15px;
      width: 40px;
      height: 3px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #138abe; }
  .accordionbox li,
  .info_list_wrap._mainte .accordion {
/*     border-top: 1px solid #e8e8e8; */
  }
  .accordion p{
	  padding: 1rem 0;
  }
  .accordion dt {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 15px 40px 15px 0;
    border-bottom: 1px solid #e8e8e8; }
      .accordion dt .day {
	    display: inline-block;
	    margin: 0 1em 0 0;
        font-size: 1.1em;
        line-height: 1.6; }
      .accordion dt .icon {
	    display: inline-block;
        margin: 0 1em 0 0; }
      .accordion dt .icon img {
	      vertical-align: top;
      }
      .accordion dt .title {
	    width: 100%;
	    display: block;
	    margin: .4em 0 0;
        font-size: 1.1em;
        line-height: 1.6; }
        .accordion dt .title em {
	        font-style: normal;
	        color: red;
	        font-weight: bold;
        }
    .accordion dt::before,
    .accordion dt::after
     {
	    content: '';
	    position: absolute;
	    width: 14px;
	    height: 2px;
	    background: #333;
	    right: 10px;
	    top: 50%;
	    transition: transform .3s;
    }
    .accordion dt::before {
	    transform: translateY(-50%) rotate(0deg);
	}
	.accordion dt::after {
	    transform: translateY(-50%) rotate(90deg);
	}
	.accordion dt.selected::before {
	    transform: translateY(-50%) rotate(135deg);
	}
	.accordion dt.selected::after {
	    transform: translateY(-50%) rotate(225deg);
	}
  .accordion dd {
    display: none;
    background: #fff;
    padding: 15px 0 15px;
    line-height: 1.4em;
    background: #eee;
	padding: 1em; }
  .mainte-link {
    margin-top: 50px;
    text-align: right; }
    .mainte-link a {
      color: #333;
      position: relative;
      padding: 0 1.5em 0 0; }
      .mainte-link a::before {
	      content: '';
	      position: absolute;
	      width: 8px;
	      height: 8px;
	      border: 2px solid #138abe;
	      border-style: solid solid none none;
	      top: calc(50% - 2px);
	      right: 12px;
	      transform: rotate(45deg) translateY(-50%);
	      transition: right .2s;
      }
      .mainte-link a:hover {
        opacity: .5;
        transition: all .2s;
        text-decoration: none; }
      .mainte-link a:hover::before {
	      right: 6px;
      }

.inquiry {
  width: 100%; }
  .inquiry-background {
    background: url(/manage/wp-content/themes/itpack/img/inquiry-img.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      .inquiry-background {
        min-width: 1000px; } }
    @media screen and (max-width: 768px) {
      .inquiry-background {
        background-position: 20% 30%; } }
    .inquiry-background .inquiry-content {
      width: 1000px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .inquiry-background .inquiry-content {
          width: 100%; } }
      .inquiry-background .inquiry-content .inquiry-title {
        text-align: center;
        padding: 2em 0;
        color: #fff; }
        @media screen and (max-width: 768px) {
          .inquiry-background .inquiry-content .inquiry-title {
            padding: 2em 15px 1.5em;
            font-size: 1.4em;
            line-height: 1.2em; } }
      .inquiry-background .inquiry-content .inquiry-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 4em; }
        @media screen and (max-width: 768px) {
          .inquiry-background .inquiry-content .inquiry-list {
            padding: 0 15px 3em; } }
        .inquiry-background .inquiry-content .inquiry-list .inquiry-btn {
          position: relative;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          margin: 0 1em;
          font-size: 1.3em;
          color: #fff; }
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 370px;
            height: 60px;
            position: relative;
            z-index: 2;
            background-color: #138abe;
            border-radius: 30px;
            border: 2px solid #138abe;
            color: #fff;
            overflow: hidden; }
            @media screen and (max-width: 768px) {
              .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a {
                width: 300px;
                height: 50px;
                font-size: 1em;
                margin: .5em; } }
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a:hover {
            background-color: #fff;
            border-color: #138abe;
            border-radius: 30px;
            color: #138abe;
            opacity: 1;
            text-decoration: none; }
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a::before {
            top: 0;
            width: 50%;
            height: 100%;
            background-color: #138abe;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px; }
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a::after {
            top: 0;
            width: 50%;
            height: 100%;
            background-color: #138abe;
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px; }
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a::before {
            right: 0; }
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a::after {
            left: 0; }
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a:hover::before {
            width: 0;
            background-color: #138abe;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px; }
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a:hover::after {
            width: 0;
            background-color: #138abe;
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px; }
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a::before,
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a::after {
            position: absolute;
            z-index: -1;
            display: block;
            content: ''; }
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a,
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a::before,
          .inquiry-background .inquiry-content .inquiry-list .inquiry-btn a::after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all .3s;
            transition: all .3s; }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.main-topic {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .main-topic {
      width: 100%;
      padding: 40px 15px 80px; } }
  @media print, screen and (min-width: 769px) {
    .main-topic {
      padding: 40px 30px 80px; } }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.price-area {
  background: #13609b;
  padding: 1.5em 0; }
  @media print, screen and (min-width: 769px) {
    .price-area {
      min-width: 1000px; } }
  .price-area .price-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .price-area .price-nav .page_item {
        width: 100%;
        text-align: center;
        padding: .8em 0; } }
    @media print, screen and (min-width: 769px) {
      .price-area .price-nav .page_item {
        margin: 0 1.5em;
        position: relative; }
      .price-area .price-nav .page_item::before {
	      content: "";
		    position: absolute;
		    top: calc(50% - calc(28px / 2));
		    right: -25px;
		    width: 2px;
		    height: 28px;
		    background-color: #d8d8d8;
		    transform: skew(-30deg);
		    z-index: 1111; }
	  .price-area .price-nav .page_item:last-child::before {
		  display: none; } }
    .price-area .price-nav .page_item a {
      display: block;
      font-size: 1.1em;
      color: #fff; }
    .price-area .price-nav .page_item.current_page_item a {
	    color: #90d2ff;
	}
    .price-area .price-nav .page_item a:hover{
	    text-decoration: none;
    }

.price-contents {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .price-contents {
      width: 100%;
      padding: 40px 15px 80px; } }
  @media print, screen and (min-width: 769px) {
    .price-contents {
      padding: 40px 30px 80px; } }
  .price-contents .scroll-tb {
    overflow: auto; }
  .price-contents .price-tb {
    width: 100%;
    margin: 1em 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #138abe; }
    @media screen and (max-width: 768px) {
      .price-contents .price-tb {
        min-width: 700px; } }
    .price-contents .price-tb thead th {
      background: #138abe;
      color: #fff;
      padding: .5em;
      font-size: .95em;
      border-right: 1px solid #f5f5f5;
      border-bottom: 1px solid #f5f5f5; }
    .price-contents .price-tb tbody .bg-color {
      background: #d9e8ef;
      font-size: .9em;
      font-weight: bold;
      line-height: 1.4em;
      text-align: center;
      border: 1px solid #138abe; }
    .price-contents .price-tb tbody tr:nth-child(even) {
      background: #f5f5f5; }
    .price-contents .price-tb tbody th {
      padding: .8em;
      font-size: .8em;
      font-weight: normal;
      line-height: 1.2em;
      text-align: left;
      border-right: 1px solid #138abe; }
    .price-contents .price-tb tbody td {
      padding: .8em;
      font-size: .8em;
      line-height: 1.2em;
      text-align: right;
      border-right: 1px solid #138abe; }
    .price-contents .price-tb tbody .center {
      text-align: center; }
    .price-contents .price-tb tbody .td-left {
      text-align: left; }
    .price-contents .price-tb tbody span.strong {
      font-size: 1.1em; }
  .price-contents .narrow-tb{
	  width: 70%;
  }
  .price-contents .note-list {
    margin-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      .price-contents .note-list {
        margin: 1em 0 1.5em; } }
    .price-contents .note-list .asterisk {
      position: relative;
      padding: 0 1.2em 0;
      line-height: 1.6em;
      font-size: .8em; }
      .price-contents .note-list .asterisk::before {
        content: "※";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        color: #FF9900; }
  .price-contents .orange {
    color: #FF9900; }
  .price-contents .small {
    font-size: .65em; }
  .price-contents .txt-small {
    font-size: .8em; }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.inquiry-area {
  background: #13609b;
  padding: 1.5em 0; }
  @media print, screen and (min-width: 769px) {
    .inquiry-area {
      min-width: 1000px; } }
  .inquiry-area .inquiry-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .inquiry-area .inquiry-nav .page_item {
      margin: 0 3em;
      position: relative;  }
      @media print, screen and (min-width: 769px) {
	      .inquiry-area .inquiry-nav .page_item::before {
	        content: "";
	        position: absolute;
	        top: calc(50% - calc(28px / 2));
	        right: -45px;
	        width: 2px;
	        height: 28px;
	        background-color: #d8d8d8;
	        transform: skew(-30deg);
	        z-index: 1111; }
	      .inquiry-area .inquiry-nav .page_item:last-child::before {
		      display: none;
	      }
      }
      .inquiry-area .inquiry-nav .page_item a {
        font-size: 1.2em;
        color: #fff; }
      .inquiry-area .inquiry-nav .page_item.current_page_item a {
		    color: #90d2ff;
		}
      @media screen and (max-width: 768px) {
        .inquiry-area .inquiry-nav .page_item {
          width: 100%;
          text-align: center;
          padding: .8em 0; } }

.inquiry-contents {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inquiry-contents {
      width: 100%;
      padding: 40px 15px 40px; } }
  @media print, screen and (min-width: 769px) {
    .inquiry-contents {
      padding: 40px 30px 40px; } }
  .inquiry-contents .description {
    padding-bottom: 1.2em;
    font-size: .8em;
    line-height: 1.2em; }
  .inquiry-contents .caution {
    text-align: center;
    padding-bottom: 1.2em;
    font-size: .8em;
    line-height: 1.2em;
    color: red; }
  .inquiry-contents .inquiry-tb {
    width: 650px;
    margin: 1em auto; }
    @media screen and (max-width: 768px) {
      .inquiry-contents .inquiry-tb {
        width: 100%; } }
    .inquiry-contents .inquiry-tb tr {
      margin: 1.5em 0; }
      .inquiry-contents .inquiry-tb tr th {
        position: relative; }
        .inquiry-contents .inquiry-tb tr th.required::before {
          content: "※必須";
          display: block;
          position: absolute;
          top: 50%;
          right: 10px;
          transform: translateY(-50%);
          font-size: .6em;
          color: red; }
        @media screen and (max-width: 768px) {
          .inquiry-contents .inquiry-tb tr th {
            display: inline-block;
            width: auto;
            padding: .5em 4em .5em 0;
            box-sizing: border-box;
            text-align: left; } }
        @media print, screen and (min-width: 769px) {
	        .inquiry-contents .inquiry-tb tr th {
		        width: 200px;
		        padding: 1.5em 3em 1.5em 0;
		        text-align: right; } }
      .inquiry-contents .inquiry-tb tr td {
        width: 450px;
        line-height: 1.6; }
        @media print, screen and (min-width: 769px) {
			.inquiry-contents .inquiry-tb tr td {
			    padding: .5em 0;
			} }
        .inquiry-contents .inquiry-tb tr td input[type="text"] {
          width: 100%;
          border: 1px solid #ccc;
          font-size: 1em;
          padding: .4em .6em;
          -webkit-border-radius: 0;
          -webkit-appearance: none;
          -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
        .inquiry-contents .inquiry-tb tr td input[type="email"] {
          width: 100%;
          border: 1px solid #ccc;
          font-size: 1em;
          padding: .4em .6em;
          -webkit-border-radius: 0;
          -webkit-appearance: none;
          -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
          
        .inquiry-contents .inquiry-tb tr td .mwform-radio-field {
        	display: block;
			margin: .5em 0; }
        .inquiry-contents .inquiry-tb tr td .mwform-radio-field input {
	        opacity: 0;
	        position: absolute; }
        .inquiry-contents .inquiry-tb tr td .mwform-radio-field .mwform-radio-field-text {
            position: relative;
            display: inline-block;
            padding: 0 0 0 1.5em; }
        .inquiry-contents .inquiry-tb tr td .mwform-radio-field .mwform-radio-field-text::before {
          	content: '';
		  	position: absolute;
		  	top: 50%;
		  	left: 0;
		  	transform: translateY(-50%);
		  	width: 16px;
		  	height: 16px;
		  	background: #ccc;
		  	border-radius: 50%; }
        .inquiry-contents .inquiry-tb tr td .mwform-radio-field .mwform-radio-field-text::after {
          	content: '';
		  	position: absolute;
		  	top: 50%;
		  	left: 6px;
		  	transform: translateY(-50%);
		  	width: 4px;
		  	height: 4px;
		  	background: #fff;
		  	border-radius: 50%;
		  	opacity: 0; }
        .inquiry-contents .inquiry-tb tr td .mwform-radio-field input:checked + .mwform-radio-field-text::before {
            background: #138abe; }
        .inquiry-contents .inquiry-tb tr td .mwform-radio-field input:checked + .mwform-radio-field-text::after {
            opacity: 1; }
        .inquiry-contents .inquiry-tb tr td .mwform-radio-field input:focus + .mwform-radio-field-text::before {
            box-shadow: 0 0 6px #138abe; }
        .inquiry-contents .inquiry-tb tr td .mwform-radio-field:last-child {
          	margin: 0; }
        
        .inquiry-contents .inquiry-tb tr td textarea {
          width: 100%;
          height: 150px;
          border: 1px solid #ccc;
          font-size: 1em;
          padding: .4em .6em;
          -webkit-border-radius: 0;
          -webkit-appearance: none;
          -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
        .inquiry-contents .inquiry-tb tr td #zipcode {
          width: 200px; }
        .inquiry-contents .inquiry-tb tr td p {
          font-size: .8em;
          padding-top: .5em; }
        @media screen and (max-width: 768px) {
          .inquiry-contents .inquiry-tb tr td {
            display: block;
            box-sizing: border-box;
            width: 100%;
            padding: 0 0 1em; } }
  .inquiry-contents .center {
    text-align: center; }
    .inquiry-contents input[type=submit] {
      background: #138abe;
      padding: .75em 1.5em;
      margin: 1em;
      border: none;
      color: #fff;
      font-size: 1.1em;
      cursor: pointer;
      border-radius: 5px;
      transition: .2s; }
    .inquiry-contents input[type=submit]:disabled {
	    opacity: .6;
    }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.policy-contents {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .policy-contents {
      width: 100%;
      padding: 40px 15px 80px; } }
  @media print, screen and (min-width: 769px) {
    .policy-contents {
      padding: 40px 30px 80px; } }
  .policy-contents .policy-box {
    margin-bottom: 3em; }
  .policy-contents .title-h4 {
    font-size: 1.2em;
    margin-bottom: .8em; }
  .policy-contents p {
    line-height: 1.6;
    margin-bottom: 1rem; }
  .policy-contents .right {
    text-align: right; }
  .policy-contents .policy-list {
    margin: 0 0 1rem 1.5rem;
    list-style-position: outside; }
    .policy-contents .policy-list li {
      line-height: 1.6; }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.support {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .support {
      width: 100%;
      padding: 40px 15px 40px; } }
  @media print, screen and (min-width: 769px) {
    .support {
      padding: 40px 30px 40px; } }
  .support .support-block {
    padding-bottom: 2em; }
    .support .support-block .support-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .support .support-block .support-list li {
        width: 370px; }
        @media screen and (max-width: 768px) {
          .support .support-block .support-list li {
            width: 100%;
            margin: 1em 0; } }
        @media print, screen and (min-width: 769px) {
          .support .support-block .support-list li {
            margin: 2em; } }
        .support .support-block .support-list li .support-btn {
          position: relative;
          overflow: hidden;
          width: 100%;
          height: 85px;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 1px solid;
          border-image: linear-gradient(to right, #00dbde 0%, #263eee 100%);
          border-image-slice: 1;
          line-height: 1.4em;
          font-size: 1.2em;
          font-weight: bold;
          text-align: center;
          color: #138abe; }
          .support .support-block .support-list li .support-btn:hover {
            text-decoration: none;
            opacity: 1;
            border: none;
            color: #fff; }
          .support .support-block .support-list li .support-btn::before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            content: '';
            width: 120%;
            height: 100%;
            background: #138abe;
            transform-origin: right top;
            transform: skewX(-30deg) scale(0, 1);
            transition: transform .3s; }
          .support .support-block .support-list li .support-btn:hover::before {
            transform-origin: left top;
            transform: skewX(-30deg) scale(1, 1); }
      
      
/* お問い合わせフォーム_追加CSS */
.inquiry-contents .inquiry-tb tr td .mwform-tel-field input[type="text"],
.inquiry-contents .inquiry-tb tr td .mwform-zip-field input[type="text"]  {
    width: 100px;
}
.inquiry-text {
	font-size: .9em;
	line-height: 1.6;
}
.back-to-top a {
    display: block;
    width: 200px;
    padding: .8em 0;
    margin: 2em auto 0;
	color: #138abe;
	border: 3px solid #138abe;
    border-radius: 5px;
    text-align: center;
}
.back-to-top a:hover {
	text-decoration: none;
}


/*--- メンテナンス・障害 詳細 ---*/
#acdBlock dd p{
	margin-bottom: 1rem;
	line-height: 1.6;
}
#acdBlock dd h6{
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: .5rem;
}
#acdBlock dd div#mainteTbBox{
	padding: 0 8px 2em;
}
#acdBlock dd div#mainteTbBox table.mainteTb{
	width: 100%;
	margin: 0 auto;
	border-top: 1px dotted #aaa;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 98%;
}
#acdBlock dd div#mainteTbBox table.mainteTb td{
	border-bottom: 1px dotted #aaa;
	padding: 0.8em;
	background: #fff;
	width: 75%;
	line-height: 1.6;
}
#acdBlock dd div#mainteTbBox table.mainteTb td.th{
	background: #F9F9F9;
	width: 25%;
}

/*--- インフォメーション ---*/
.contents_inner .right {
    text-align: right;
}
.contents_inner .right .link {
	display: block;
	padding-top: 1.8em;
}
.c-section .center {
    text-align: center;
}
.txt_pageInfo {
	line-height: 1.6;
}
.info_list_wrap {
	margin: 4em 0 0;
}
.c-heading-Lv1 {
	margin: 0 0 1em;
}
.info_list_wrap._mainte .accordion {
	margin: 0 0 2em;
}
.info_list_wrap._mainte dl dd {
	border-bottom: 1px solid #e8e8e8;
/*
	background: #eee;
	padding: 1em;
*/
}

/*--- 約款 ---*/

.stipulation-contents {
	width: 1000px;
	margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
	.stipulation-contents {
		padding: 40px 30px 80px;
	}
}

@media screen and (max-width: 768px) {
	.stipulation-contents {
		width: 100%;
	    padding: 40px 15px 80px;
    }
}

.stipulation-box {
	margin-bottom: 3em;
}

.stipulation-box p{
	line-height: 1.6;
    margin-bottom: 1rem;
}

.stipulation-list {
	margin: 0 0 1rem 1.5rem;
    list-style-position: outside;
}

.right {
	text-align: right;
}
/*--- 404 ---*/

@media print, screen and (min-width: 769px) {
	.subpage-wrap {
		padding: 40px 30px 40px;
	}
}
.subpage-wrap {
	width: 1000px;
    margin: 0 auto;
}

.subpage-wrap p{
	padding-bottom: .8em;
	line-height: 1.4;
}

.back-btn {
	padding-top: 2em;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.subpage-wrap {
	    width: 100%;
	    padding: 40px 15px 80px;
	}
}

/*--- Print ---*/

@media print {
  body {
    overflow-x: visible !important;
    overflow-y: visible !important; }
  .l-container {
    padding-top: 0; }
  .l-header {
    position: relative; }
  .plice {
	page-break-before: always; }
  .price-tb {
/* 	page-break-inside: avoid; */ }
  .support .support-block .support-list li .support-btn {
    border: 1px solid #6cb4e4; } }