/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  background: transparent; 
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: transparent; 
  font-size: 100%;
  vertical-align: baseline;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help; 
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; 
  border: 0;
  border-top: 1px solid #ccc;
}
input, select {
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
ul, ol {
  list-style: none;
}
sup {
  font-size: 1.0rem;
  vertical-align: top;
}
button, html input[type='button'], input[type='submit'] {
  cursor: pointer; 

  -webkit-appearance: button;
}
@font-face {
  font-family: Sukhumvit;
  src: url('../font/07_SukhumvitTadmai_Lig.otf') format('opentype');
  font-style: normal; 
  font-weight: 400;
}
input, textarea, select, button {
  font-family: \30E1\30A4\30EA\30AA,Meiryo,\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3,HiraKakuProN-W3,Hiragino Kaku Gothic Pro,NanumGothic,Malgun Gothic,sans-serif;
}
* {
  zoom: 1;
  box-sizing: border-box;
  outline: none; 

  -webkit-box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: #454545;
  font-family: \30E1\30A4\30EA\30AA, Meiryo, \30D2\30E9\30AE\30CE\89D2\30B4 Pro W3, HiraKakuProN-W3, Hiragino Kaku Gothic Pro, NanumGothic, Malgun Gothic, sans-serif;
  line-height: 1.75;
  white-space: normal;
  word-break: break-word;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #00b800;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #dcdcdc; 
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header__logo a {
  display: block;
}
.header__logo img {
  vertical-align: middle;
}
.header__item a {
  position: relative; 
  display: block;
}
.header__item a[target='_blank'] span {
  position: relative; 
  display: block;
}
.header__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; 
  align-self: stretch;

  -ms-flex-item-align: stretch;
}
.header__join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  background: #1ebd92;
  border: 2px solid #1ebd92;
  color: #fff; 
  align-items: center;
  text-decoration: none;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.header__join span {
  position: relative; 
  display: inline-block;
  padding-right: 15px;
  line-height: 1.4;
}
.header__join span br {
  display: none;
}
.header__join span:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  background-image: url('/line-official-account/img/common/ico_arrow_white.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%); 

  -webkit-transform: translateY(-50%);
}
.header__join:hover {
  background: #fff;
  color: #1ebd92;
}
.header__join:hover span:after {
  background-image: url('/line-official-account/img/common/ico_arrow_green.png');
}
.footer {
  margin: 15px 0;
  padding: 0 40px;
}
.footer__pagetop {
  position: fixed;
  z-index: 20; 
  transform: scale(0);
  transition: 0.4s all ease;

  -webkit-transform: scale(0);
  -webkit-transition: 0.4s all ease;
}
.footer__pagetop.is-show {
  transform: scale(1); 

  -webkit-transform: scale(1);
}
.footer__pagetop-item {
  position: relative;
  display: block;
  background: rgba(92, 92, 92, 0.8);
  border-radius: 50%;
  box-shadow: 0 4px 6px -1px #a5a5a5; 

  -webkit-box-shadow: 0 4px 6px -1px #a5a5a5;
}
.footer__pagetop-item:before {
  position: absolute;
  left: 50%;
  content: '';
  height: 3px;
  background: url('/line-official-account/img/common/ico_pagetop01.png') 0 0 no-repeat;
  transform: translateX(-50%); 

  -webkit-transform: translateX(-50%);
}
.footer__pagetop-item:after {
  position: absolute;
  left: 50%;
  content: '';
  height: 17px;
  background: url('/line-official-account/img/common/ico_pagetop02.png') 0 0 no-repeat;
  transform: translateX(-50%);
  transition: all 0.4s ease; 

  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
}
.footer__info {
  margin: 30px 0;
}
.footer__info-list {
  display: block;
  padding: 0 15px;
  text-align: center;
}
.footer__info-item {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.footer__info-item + .footer__info-item {
  margin-left: 15px;
}
.footer__info-item a {
  color: #666;
  font-weight: normal;
}
.footer__info-item a[target='_blank']:after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  background: url('/line-official-account/img/common/ico_blank01.png') 0 0 no-repeat;
  background-size: cover;
}
.footer__copyright {
  text-align: center;
}
.mainVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #dcdcdc; 
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.mainVisual__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40.625%; 
  justify-content: center;
  align-items: center;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.mainVisual__image {
  width: 59.375%;
  padding-top: 47.65625%;
  background-image: url('/line-official-account/img/bg_mainvisual_pc.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainVisual__cont {
  width: 370px;
}
.mainVisual__lead {
  line-height: 1.5;
}
.mainVisual__box {
  margin-top: 35px;
}
.mainVisual__btn {
  margin-top: 8px;
  text-align: center;
}
.mainVisual__btn a {
  display: inline-block;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 50px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: color 0.4s, background-color 0.4s; 

  -webkit-transition: color 0.4s, background-color 0.4s;
}
.mainVisual__btn a span {
  position: relative;
  display: inline-block;
}
.mainVisual__btn a span:after {
  position: absolute;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background-image: url('/line-official-account/img/common/ico_rightArrow01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.mainVisual__btn a[target='_blank'] span:after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  background: url('/line-official-account/img/common/ico_blank01.png') 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.mainVisual__btn a[target='_blank'].allow span:after {
  position: absolute;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/line-official-account/img/common/ico_rightArrow01.jpg') 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.mainVisual__btn a:hover {
  color: #00b800;
}
.mainVisual__btn--green a {
  background: #1ebd92;
  border: none;
  border: 1px solid #1ebd92;
  color: #fff;
  transition: color 0.4s, background-color 0.4s; 

  -webkit-transition: color 0.4s, background-color 0.4s;
}
.mainVisual__btn--green a span:after {
  background-image: url('/line-official-account/img/common/ico_arrow_white.png') !important;
}
.mainVisual__btn--green a:hover {
  background: #fff;
  color: #1ebd92;
  text-decoration: none;
}
.mainVisual__btn--green a:hover span:after {
  background-image: url('/line-official-account/img/common/ico_arrow_green.png') !important;
}
.mainVisual__text {
  padding-top: 17px;
  background: url('/line-official-account/img/common/lp_dec04.png') no-repeat;
  background-position: top center;
  color: #1ebd92;
  font-weight: bold;
  text-align: center;
}
.mainVisual__sub {
  display: block;
  color: #454545;
  font-weight: normal;
}
.section {
  margin: 0 auto;
}
.section--message {
  background-color: #f2f2f2;
}
.section--premium {
  padding-bottom: 0 !important;
}
.section--service {
  padding-bottom: 0 !important;
}
.section__inner--white {
  margin: 0;
  border: 2px solid #fff;
  box-sizing: border-box; 

  -webkit-box-sizing: border-box;
}
.section__heading2 {
  letter-spacing: 0.1em; 
  text-align: center;
}
.section__heading2:after {
  content: '';
  display: block;
  background: url('/line-official-account/img/common/lp_dec01.png') no-repeat center;
}
.section__heading2--white {
  color: #fff;
}
.section__heading2--white:after {
  background: url('/line-official-account/img/common/lp_dec03.png') no-repeat center;
  background-size: auto 5px;
}
.section__lead--white {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section__lead span {
  font-size: 1.2rem;
}
.section__heading3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1ebd92;
  align-items: center;
  letter-spacing: 0.1em; 
  line-height: 1.4;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.section__heading3:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  height: 6px;
  width: 32px;
  background-image: url('/line-official-account/img/common/lp_dec02.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.section__heading3:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.section__heading3--simple {
  display: block;
  background: none;
  color: #454545;
  line-height: 1.8; 
  text-align: center;
}
.section__heading3--simple:after {
  display: none;
}
.section__heading3 span {
  display: inline-block;
}
.section__heading3--01:before {
  background-image: url('/line-official-account/img/common/lp_01.png');
}
.section__heading3--02:before {
  background-image: url('/line-official-account/img/common/lp_02.png');
}
.section__heading3--03:before {
  background-image: url('/line-official-account/img/common/lp_03.png');
}
.section__heading3--04:before {
  background-image: url('/line-official-account/img/common/lp_04.png');
}
.section__heading3--05:before {
  background-image: url('/line-official-account/img/common/lp_05.png');
}
.section__heading3--06:before {
  background-image: url('/line-official-account/img/common/lp_06.png');
}
.section__heading3--07:before {
  background-image: url('/line-official-account/img/common/lp_07.png');
}
.section__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.section__block--reverse {
  flex-flow: row-reverse; 

  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row-reverse;
}
.section__block-text {
  line-height: 1.75;
}
.section__block-text span {
  font-size: 1.2rem;
}
.section__block-image {
  text-align: center;
}
.section__block-btn a {
  display: inline-block;
  padding: 10px 65px 10px 50px;
  border: 1px solid #d0d0d0;
  border-radius: 30px;
  color: #111;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  transition: color 0.4s,background-color 0.4s; 

  -webkit-transition: color 0.4s,background-color 0.4s;
}
.section__block-btn a span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section__block-btn a span:after {
  position: absolute;
  right: -20px;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/line-official-account/img/common/ico_rightArrow01.jpg') 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.section__block-btn a[target='_blank'] span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section__block-btn a[target='_blank'] span:after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  background: url('/line-official-account/img/common/ico_blank01.png') 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.section__block-btn a[target='_blank'].allow span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section__block-btn a[target='_blank'].allow span:after {
  position: absolute;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/line-official-account/img/common/ico_rightArrow01.jpg') 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.section__block-btn a:hover {
  color: #00b800;
}
.section__btnArea{
  display: flex;
  flex-direction: column;
}


.section__btn {
  text-align: center;
}
.section__btn a {
  display: inline-block;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 50px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: color 0.4s, background-color 0.4s; 

  -webkit-transition: color 0.4s, background-color 0.4s;
}
.section__btn a span {
  position: relative;
  display: inline-block;
}
.section__btn a span:after {
  position: absolute;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background-image: url('/line-official-account/img/common/ico_rightArrow01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle; 
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.section__bnr {
  margin: 80px auto 0;
  text-align: center;
}
.section__btn a[target='_blank'] span:after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  background: url('/line-official-account/img/common/ico_blank01.png') 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.section__btn a[target='_blank'].allow span:after {
  position: absolute;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/line-official-account/img/common/ico_rightArrow01.jpg') 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.section__btn a:hover {
  color: #00b800;
}
.section__btn--green a {
  border-color: #1ebd92;
  color: #1ebd92;
}

.section__btn--white a {
  color: #1ebd92;
}
.section__btn--white a span {
  color: #1ebd92;
}
.section__case-item {
  overflow: hidden; 
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 0 4px 2px -2px #f2f2f2;

  -webkit-box-shadow: 0 4px 2px -2px #f2f2f2;
}
.section__case-item a {
  display: block;
  height: 100%;
  width: 100%;
  color: #333;
  font-weight: normal;
}
.section__case-imageArea {
  overflow: hidden;
}
.section__case-imageArea img {
  width: 100%;
  vertical-align: top;
}
.section__case-company {
  position: relative;
  display: table-cell;
  margin-top: 10px;
  padding-left: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.section__case-company:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/line-official-account/img/common/ico_rightArrow03.png') 0 0 no-repeat;
  background-size: cover;
  transform: translateY(-62%); 

  -webkit-transform: translateY(-62%);
}
.section__case-txet {
  margin-top: 10px;
  text-align: left;
}
.section__plan-text {
  width: 100%;
  text-align: center;
}
.section__plan-text--green {
  color: #00b800;
  font-weight: bold;
}
.section__plan-text--01 {
  background: url('/line-official-account/img/lp_pic10.jpg') no-repeat top center;
  background-size: auto 36px;
}
.section__plan-text--02 {
  background: url('/line-official-account/img/lp_pic11.jpg') no-repeat top center;
  background-size: auto 36px;
}
.section__plan-text--03 {
  background: url('/line-official-account/img/lp_pic12.jpg') no-repeat top center;
  background-size: auto 36px;
}
.section__plan-imageArea {
  text-align: center;
}
.planBnr {
  margin: 74px auto 0;
  text-align: center;
}
.section__column-item {
  overflow: hidden; 
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 0 4px 2px -2px #f2f2f2;

  -webkit-box-shadow: 0 4px 2px -2px #f2f2f2;
}
.section__column-item a {
  display: block;
  height: 100%;
  width: 100%;
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
.section__column-item a:hover .section__column-title {
  text-decoration: underline;
}
.section__column-imageArea {
  overflow: hidden;
}
.section__column-imageArea img {
  width: 100%;
}
.section__column-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px; 
  justify-content: space-between;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.section__column-date {
  color: #999;
  font-size: 1.4rem;
  line-height: 2.4;
}
.section__column-label {
  padding: 6px 7px;
  background-color: #3ac29b;
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
}
.section__column-title {
  font-weight: bold;
}
.section__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.section__note-item {
  font-size: 1.0rem;
}
.section__conclusion {
  font-weight: bold;
  text-align: center;
}
.function-kv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.function-kv__heading {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.function-kv__text {
  color: #fff;
  line-height: 1.75;
}
.function-kv__note {
  color: #fff;
}
.plan__table-inner {
  width: 100%;
  border: 1px solid #d0d0d0;
  table-layout: fixed;
}
.plan__table-inner th, .plan__table-inner td {
  text-align: center;
  vertical-align: middle;
}
.plan__table-inner thead th {
  background: #1ebd92;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  color: #fff;
}
.plan__table-inner thead th:first-of-type {
  background: #048674;
}
.plan__table-inner tbody th {
  background: #21b5cb;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  color: #fff;
}
.plan__table-inner tbody td {
  border-bottom: 1px solid #d0d0d0; 
  border-right: 1px solid #d0d0d0;
}
.plan__table-inner tbody td li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  list-style-position: inside; 
  list-style-type: disc;
}
.plan__table-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.plan__text-inner {
  color: #696969;
  font-size: 1.0rem;
  line-height: 1.8;
}
.plan__text-title {
  position: relative;
  padding-left: 1rem;
}
.plan__text-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  height: 5px;
  width: 5px;
  background-color: #696969;
  transform: translateY(-50%); 

  -webkit-transform: translateY(-50%);
}
.plan__text-lead {
  padding-left: 1rem;
}
.plan__text-item {
  position: relative;
}
.plan__text-item:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 2px;
  background-color: #696969;
  border-radius: 100%;
  transform: translateY(-50%); 

  -webkit-transform: translateY(-50%);
}
.plan__text-item a {
  color: #696969;
  font-weight: normal;
}
.plan__message {
  position: relative;
  padding-left: 27px;
  font-weight: bold;
}
.plan__message:before {
  position: absolute;
  left: 0;
  content: '';
  height: 5px;
  width: 15px;
  background-image: url('/line-official-account/plan/img/ico_dec01.png');
  background-repeat: no-repeat;
  transform: translateY(-50%); 

  -webkit-transform: translateY(-50%);
}
.plan__message-notes {
  text-align: center;
}
.plan__message-notes--top {
  margin-top: 60px;
}

.account {
  position: relative;
  background: url('/line-official-account/img/common//bg_account.jpg') no-repeat 50% 0;
  background-size: cover;
}
.account__inner {
  border: solid 1px #fff;
}
.account__text {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em; 
  text-align: center;
}
.information {
  background-color: #f2f2f2;
}
.information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}
.information__listBox {
  padding: 30px 2%;
  background-color: #fff;
  border-radius: 5px; 
  text-align: center;
}
.information__ico {
  display: block;
}
.information__ico--type01 {
  background: url('/line-official-account/img/ico_info01.png') no-repeat;
  background-position: top center;
}
.information__ico--type02 {
  background: url('/line-official-account/img/ico_info02.png') no-repeat;
  background-position: top center;
}
.information__ico--type03 {
  background: url('/line-official-account/img/ico_info03.png') no-repeat;
  background-position: top center;
}
.information__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.information__text {
  margin-top: 15px;
}
.information__btn {
  margin-top: 20px;
  text-align: center;
}
.information__btn a {
  display: inline-block;
  padding: 10px 65px 10px 50px;
  border: 1px solid #d0d0d0;
  border-radius: 30px;
  color: #111;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  transition: color 0.4s,background-color 0.4s; 

  -webkit-transition: color 0.4s,background-color 0.4s;
}
.information__btn a span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.information__btn a span:after {
  position: absolute;
  right: -20px;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/line-official-account/img/common/ico_rightArrow01.jpg') 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.information__btn a[target='_blank'] span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.information__btn a[target='_blank'] span:after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  background: url('/line-official-account/img/common/ico_blank01.png') 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.information__btn a[target='_blank'].allow span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.information__btn a[target='_blank'].allow span:after {
  position: absolute;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/line-official-account/img/common/ico_rightArrow01.jpg') 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.information__btn a:hover {
  color: #00b800;
}
.contact {
  line-height: 1.6;
}
.contact__heading {
  position: relative;
  background: url('../contact-cs/img/bg_index.jpg') 50% 50% no-repeat;
  background-size: cover;
}
.contact__heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto; 
  flex-direction: column;
  justify-content: flex-start;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  -ms-flex-direction: column;
  -ms-flex-pack: start;
}
.contact__heading-title {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-bottom: auto;
  margin-top: auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.contact__heading-title span {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.25;
  width: 100%;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  transform: translate(-50%, -80%); 

  -webkit-transform: translate(-50%, -80%);
}
.contact__topicpath {
  max-width: 1200px;
  padding: 10px 15px 0;
}
.contact__topicpath-item {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
}
.contact__topicpath-item + .contact__topicpath-item {
  padding-left: 20px;
}
.contact__topicpath-item + .contact__topicpath-item:before {
  position: absolute;
  left: 5px;
  content: '>';
  color: #fff;
}
.contact__topicpath-item a {
  color: #fff;
}
.contact__contents-inner {
  width: 100%;
}
.contact__contents-unit {
  text-align: center;
}
.contact__contents-title {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.contact__contents-title:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 5px;
  width: 8px;
  background: rgba(33, 181, 203, 0.8);
  border-radius: 8px;
}
.contact__contents-title:after {
  position: absolute;
  left: 5px;
  top: 0;
  content: '';
  height: 5px;
  width: 8px;
  background: rgba(30, 189, 146, 0.8);
  border-radius: 8px;
}
.contact__contents-text {
  line-height: 1.8; 
  text-align: center;
}
.contact__list {
  margin-top: 30px;
}
.contact__list-itemBox {
  border: 1px solid #dfdfdf;
  border-radius: 5px; 
  color: #333;
}
.contact__list-ico {
  background-repeat: no-repeat;
}
.contact__list-ico--type01 {
  background-image: url('../contact-cs/img/img_index01.png');
}
.contact__list-ico--type02 {
  background-image: url('../contact-cs/img/img_index02.png');
}
.contact__button {
  margin-top: 20px;
  text-align: center;
}
.contact__button a {
  display: inline-block;
  padding: 10px 65px 10px 50px;
  border: 1px solid #d0d0d0;
  border-radius: 30px;
  color: #111;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  transition: color 0.4s,background-color 0.4s; 

  -webkit-transition: color 0.4s,background-color 0.4s;
}
.contact__button a span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact__button a span:after {
  position: absolute;
  right: -20px;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/line-official-account/img/common/ico_rightArrow01.jpg') 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.contact__button a[target='_blank'] span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact__button a[target='_blank'] span:after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  background: url('/line-official-account/img/common/ico_blank01.png') 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.contact__button a[target='_blank'].allow span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact__button a[target='_blank'].allow span:after {
  position: absolute;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/line-official-account/img/common/ico_rightArrow01.jpg') 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle; 
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.contact__button a:hover {
  color: #00b800;
}
@media print, screen and (min-width: 1023px) {
  body {
    position: static; 
    font-size: 1.6rem;
  }
  .wrap {
    padding-top: 80px;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000; 
    width: 100%;
    background: #fff;
  }
  .header__inner {
    height: 80px;
  }
  .header__logo {
    padding: 0 10px 0 40px;
    transition: all 0.4s; 

    -webkit-transition: all 0.4s;
  }
  .header__logo img {
    width: 132px;
  }
  .header__navi {
    white-space: nowrap;
  }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px; 
    padding-right: 20px;
  }
  .header__item {
    margin-left: 60px;
    transition: all 0.4s; 

    -webkit-transition: all 0.4s;
  }
  .header__item a {
    color: #454545;
    font-size: 1.6rem;
    font-weight: normal;
    transition: all 0.4s; 

    -webkit-transition: all 0.4s;
  }
  .header__item a:before {
    position: absolute;
    left: -18px;
    top: 48%;
    content: none;
    display: block;
    height: 4px;
    width: 12px;
    background: #1ebd92;
    border-radius: 4px;
    transform: translateY(-50%); 

    -webkit-transform: translateY(-50%);
  }
  .header__item a:hover {
    color: #868686; 
    text-decoration: none;
  }
  .header__item a:hover:before {
    content: '';
  }
  .header__item a[target='_blank'] span:after {
    position: absolute;
    right: -16px;
    top: 50%;
    content: '';
    height: 12px;
    width: 12px;
    background: url('/line-official-account/img/common/ico_blank01.png') 0 0 no-repeat;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
  }
  .header__join {
    width: 260px;
    font-size: 1.6rem;
    transition: all 0.4s; 

    -webkit-transition: all 0.4s;
  }
  .header__join span:after {
    height: 10px; 
    width: 7px;
  }
  .header__btn {
    display: none;
  }
  .footer__pagetop {
    bottom: 30px; 
    right: 30px;
  }
  .footer__pagetop-item {
    height: 90px; 
    width: 90px;
  }
  .footer__pagetop-item:before {
    top: 35px;
    width: 29px;
  }
  .footer__pagetop-item:after {
    top: 45px;
    width: 29px;
  }
  .footer__pagetop-item:hover:after {
    top: 40px;
  }
  .mainVisual {
    margin-bottom: 90px;
  }
  .mainVisual__lead {
    margin-top: 15px;
  }
  .mainVisual__btn a span:after {
    right: -27px;
  }
  .mainVisual__btn a[target='_blank'].allow span:after {
    right: -20px;
  }
  .mainVisual__btn a {
    min-width: 360px;
    padding: 20px 16px 19px;
    font-size: 1.6rem;
  }
  .mainVisual__text {
    margin-top: 60px;
    font-size: 1.8rem;
  }
  .mainVisual__sub {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .section {
    padding-bottom: 107px;
  }
  .section--message {
    padding-bottom: 80px;
  }
  .section--service {
    margin-bottom: 0;
  }
  .section--function {
    padding-top: 107px;
  }
  .section--plan {
    padding-bottom: 86px;
  }
  .section--column {
    padding-top: 107px;
  }
  .section__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .section__inner--white {
    max-width: none;
    padding: 30px 15px;
  }
  .section__inner--gray {
    padding: 60px 40px;
  }
  .section__heading2 {
    margin-bottom: 58px;
    font-size: 4.2rem;
  }
  .section__heading2:after {
    height: 5px;
    width: 44px;
    margin: 40px auto 0;
    background-size: auto 5px;
  }
  .section__heading2--top {
    margin-top: 122px;
  }
  .section__lead {
    margin-bottom: 76px;
    text-align: center;
  }
  .section__heading3 {
    margin-bottom: 90px;
    padding-left: 100px;
    font-size: 3rem;
  }
  .section__heading3:after {
    transform: translateY(55px); 

    -webkit-transform: translateY(55px);
  }
  .section__heading3:before {
    height: 66px; 
    width: 84px;
  }
  .section__heading3--simple {
    margin: 0;
    padding: 72px 0 52px;
    font-size: 3.6rem;
  }
  .section__block {
    max-width: 1040px; 
    justify-content: space-between;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .section__block + .section__block {
    margin-top: 100px;
  }
  .section__block-contents {
    width: 48.07692%;
  }
  .section__block-text {
    width: 480px;
  }
  .section__block-image {
    width: 48.07692%;
    padding-top: 5px;
  }
  .section__block-image figcaption {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .section__block-btn {
    position: absolute;
    bottom: 0; 
    right: 0;
  }
  .section__block-btn--reverse {
    bottom: 0; 
    left: 48.07692%;
    right: auto;
    transform: translateX(-100%);

    -webkit-transform: translateX(-100%);
  }
  .section__btnArea{
    flex-direction: inherit;
    justify-content: center;
  }
  .section__btnArea >*{
    margin-left: 20px;
  }
  .section__btnArea >*:first-child{
    margin-left: 0;
  }
  .section__btn a span:after {
    right: -27px;
  }
  .section__btn a[target='_blank'].allow span:after {
    right: -20px;
  }
  .section__btn a {
    min-width: 360px;
    padding: 20px 16px 19px;
    font-size: 1.6rem;
  }
  .section__btn {
    margin-top: 60px;
  }
  .section__case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; 

    -ms-flex-wrap: wrap;
  }
  .section__case-item {
    width: calc(100% / 3 - 21px);
  }
  .section__case-item + .section__case-item {
    margin-left: 30px;
  }
  .section__case-imageArea {
    max-height: 230px;
  }
  .section__case-textArea {
    padding: 20px 30px;
  }
  .section__case-txet {
    font-size: 1.6rem;
  }
  .section__plan-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
  }
  .section__plan-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
  }
  .section__plan-item + .section__plan-item {
    margin-left: 30px;
  }
  .section__plan-textArea {
    margin-bottom: 25px;
  }
  .section__plan-text {
    padding-top: 57px;
    font-size: 2.2rem;
  }
  .section__plan-text--green {
    padding-top: 0;
    font-size: 2.2rem;
  }
  .section__plan-imageArea img {
    height: 250px; 
    width: auto;
  }
  .section__column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; 

    -ms-flex-wrap: wrap;
  }
  .section__column-item {
    width: calc(100% / 3 - 21px);
  }
  .section__column-item + .section__column-item {
    margin-left: 30px;
  }
  .section__column-textArea {
    padding: 20px 30px;
  }
  .section__sp-item {
    margin: 0 20px;
  }
  .section__note {
    margin-top: 20px;
  }
  .section__conclusion {
    margin-top: 80px;
    font-size: 2rem;
    line-height: 2;
  }
  .function-kv {
    margin-bottom: 60px;
    background-image: url('/line-official-account/function/img/bg_fuction_kv_pc.jpg');
  }
  .function-kv__inner {
    padding: 5.66667% 3.33333% 6.25%;
  }
  .function-kv__heading {
    margin-bottom: 30px;
    font-size: 4rem;
    line-height: 1.15;
  }
  .function-kv__text {
    width: 520px;
  }
  .function-kv__text + .function-kv__text {
    margin-top: 30px;
  }
  .function-kv__note {
    font-size: 1.3rem;
  }
  .plan__table-inner {
    margin-bottom: 40px;
  }
  .plan__table-inner th, .plan__table-inner td {
    height: 68px;
    padding: 20px 10px;
  }
  .plan__table-inner thead th {
    font-size: 1.6rem;
  }
  .plan__table-inner thead th:first-of-type {
    width: 180px;
  }
  .plan__table-inner tbody th {
    font-size: 1.6rem;
  }
  .plan__table-inner tbody td {
    font-size: 1.6rem;
  }
  .plan__table-notes {
    font-size: 1.4rem;
  }
  .plan__text-item {
    padding-left: 1rem;
  }
  .plan__text-item:before {
    left: 0.25rem; 
    top: 50%;
  }
  .plan__message {
    margin-bottom: 16px;
    font-size: 2.0rem;
    line-height: 2.4;
  }
  .plan__message:before {
    top: 50%;
  }
  .plan__message-inner {
    max-width: 1040px;
    margin: 0 auto 46px;
  }
  .account {
    height: 450px;
    padding: 30px;
  }
  .account__text {
    font-size: 1.8rem;
  }
  .information__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 40px;
  }
  .information__listBox {
    width: calc(100% / 3 - 20px);
  }
  .information__listBox + .information__listBox {
    margin-left: 30px;
  }
  .information__ico {
    padding-top: 143px;
    text-align: center;
  }
  .section--entry {
    margin: 0 auto;
    padding: 30px;
    background: url('/line-official-account/img/common/bg_account.jpg') no-repeat center;
    background-size: cover;
  }
  .contact__heading {
    height: 200px;
    padding: 0 40px;
  }
  .contact__heading-title {
    font-size: 2.8rem;
  }
  .contact__heading-title span {
    font-size: 5.2rem;
  }
  .contact__contents {
    padding: 0 40px;
  }
  .contact__contents-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .contact__contents-title {
    margin: 0 auto 35px;
    font-size: 2.8rem;
  }
  .contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .contact__list-itemBox {
    width: calc(100% / 3 - 30px);
    padding: 40px;
    text-align: center;
  }
  .contact__list-itemBox + .contact__list-itemBox {
    margin-left: 50px;
  }
  .contact__list-ico {
    padding-top: 145px;
    background-position: center 40px;
    background-position: center 0; 
    background-size: 125px 125px;
  }
  .contact__list-h3 {
    font-size: 1.8rem;
  }
  .contact__list-text {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1022px) {
  body {
    position: relative; 
    font-size: 1.4rem;
  }
  body.is-spOpen {
    overflow: hidden;
  }
  .wrap {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding-bottom: 61px;
    padding-top: 0 !important;
    transition: 0.4s all ease; 

    -webkit-transition: 0.4s all ease;
  }
  .is-spOpen .wrap {
    position: fixed;
    transform: translateX(-100%) translateX(50px); 

    -webkit-transform: translateX(-100%) translateX(50px);
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .header__inner {
    height: 50px;
  }
  .header__logo {
    padding: 0 15px;
    word-spacing: break-all;
  }
  .header__logo img {
    width: 85px;
  }
  .header__navi {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 600; 
    height: 100%;
    width: calc(100% - 50px);
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: none;

    -webkit-transition: none;
  }
  .header__list {
    display: block;
    overflow-y: scroll; 
    height: 90vh;
    width: 100%;
    margin: 0;
    padding: 50px 0;
  }
  .header__item {
    border-top: 1px solid #fff;
  }
  .header__item:last-child {
    border-bottom: 1px solid #fff;
  }
  .header__item a {
    padding: 10px 25px 10px 15px;
    color: #fff;
    font-size: 1.6rem;
  }
  .header__item a:before {
    position: absolute;
    right: 10px;
    top: 50%;
    content: '';
    display: block;
    height: 10px;
    width: 6px;
    background-image: url('/line-official-account/img/common/ico_arrow_white.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%); 

    -webkit-transform: translateY(-50%);
  }
  .header__item a[target='_blank']:before {
    height: 12px;
    width: 12px;
    background-image: url('/line-official-account/img/common/ico_blank01_white.png');
  }
  .header__join {
    padding: 0 10px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .header__join span:after {
    height: 8px; 
    width: 6px;
  }
  .header__btn {
    position: relative; 
    width: 50px;
    background: #f2f2f2;
  }
  .header__btn span {
    position: absolute;
    left: 50%;
    height: 3px;
    width: 50%;
    background: #222;
    transform: translateX(-50%); 
    transition: 0.4s all ease;

    -webkit-transform: translateX(-50%);
    -webkit-transition: 0.4s all ease;
  }
  .header__btn span:nth-child(1) {
    top: 15px;
  }
  .header__btn span:nth-child(2) {
    top: 25px;
  }
  .header__btn span:nth-child(3) {
    top: 35px;
  }
  .header__btn.is-active span:nth-child(1) {
    transform: translate(-50%, 10px) rotate(-45deg); 

    -webkit-transform: translate(-50%, 10px) rotate(-45deg);
  }
  .header__btn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header__btn.is-active span:nth-child(3) {
    transform: translate(-50%, -10px) rotate(45deg); 

    -webkit-transform: translate(-50%, -10px) rotate(45deg);
  }
  .footer__pagetop {
    bottom: 20px; 
    right: 20px;
  }
  .footer__pagetop-item {
    height: 50px; 
    width: 50px;
  }
  .footer__pagetop-item:before {
    top: 18px;
    width: 20px;
    background-size: contain;
  }
  .footer__pagetop-item:after {
    top: 26px;
    width: 20px;
    background-size: contain;
  }
  .footer__pagetop-item:hover:after {
    top: 23px;
  }
  .mainVisual {
    margin-bottom: 60px;
  }
  .mainVisual__inner {
    width: 100%;
  }
  .mainVisual__image {
    display: none;
  }
  .mainVisual__cont {
    width: 100%;
  }
  .mainVisual__unit {
    padding: 50% 0 50%;
    background-image: url('/line-official-account/img/bg_mainvisual_sp.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
  .mainVisual__heading {
    padding: 0 10px;
  }
  .mainVisual__lead {
    margin-top: -15px;
    padding: 0 20px;
    color: #fff;
    font-size: 1.3rem;
    text-shadow: 0 0 5px #000;
  }
  .mainVisual__box {
    margin: 20px 27px;
  }
  .mainVisual__btn a span:after {
    right: -10px;
  }
  .mainVisual__btn a[target='_blank'].allow span:after {
    right: -5px;
  }
  .mainVisual__btn a {
    min-width: 100%;
    padding: 14px 30px 15px;
    font-size: 1.3rem;
  }
  .mainVisual__btn a span:after {
    margin-left: 10px;
    margin-right: -10px;
  }
  .mainVisual__text {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .mainVisual__sub {
    font-size: 1.0rem;
  }
  .section {
    padding-bottom: 60px;
  }
  .section--message {
    padding-bottom: 80px;
  }
  .section--function {
    padding-top: 60px;
  }
  .section--plan {
    padding-bottom: 86px;
  }
  .section--column {
    margin-top: 60px;
  }
  .section__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
  }
  .section__inner--white {
    padding: 30px 20px;
  }
  .section__inner--gray {
    padding: 15px 12px;
  }
  .section__heading2 {
    margin: 0 0 26px;
    font-size: 2.2rem;
    line-height: 1.51;
  }
  .section__heading2:after {
    height: 4px;
    width: 30px;
    margin: 20px auto 0;
    background-size: auto 100%;
  }
  .section__heading2--top {
    margin-top: 48px;
  }
  .section__lead {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: left;
  }
  .section__lead--white {
    font-weight: bold;
    text-align: center;
  }
  .section__lead--center {
    text-align: center;
  }
  .section__lead span {
    display: block;
  }
  .section__heading3 {
    margin-bottom: 70px;
    padding-left: 80px;
    font-size: 2.1rem;
    letter-spacing: 0;
  }
  .section__heading3:after {
    transform: translateY(45px); 

    -webkit-transform: translateY(45px);
  }
  .section__heading3:before {
    height: 47px; 
    width: 63px;
  }
  .section__heading3--simple {
    margin: 0;
    padding: 40px 0 37px;
    line-height: 1.5;
  }
  .section__block {
    display: block;
    width: 100%;
    letter-spacing: 0.044em;
  }
  .section__block + .section__block {
    margin-top: 65px;
  }
  .section__block-contents {
    width: 100%;
    margin-bottom: 18px;
  }
  .section__block-text {
    width: 100%;
  }
  .section__block-image figcaption {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .section__block-btn {
    margin-top: 20px;
  }
  .section__block-btn a {
    width: 100%;
  }
  .section__btn a span:after {
    right: -10px;
  }
  .section__btn a[target='_blank'].allow span:after {
    right: -5px;
  }
  .section__btn a {
    min-width: 100%;
    padding: 14px 30px 15px;
    font-size: 1.3rem;
  }
  .section__btn a span:after {
    margin-left: 10px;
    margin-right: -10px;
  }
  .section__btn {
    margin-top: 18px;
  }
  .section__case-item + .section__case-item {
    margin-top: 20px;
  }
  .section__case-textArea {
    padding: 18px 17px;
  }
  .section__case-txet {
    font-size: 1.4rem;
  }
  .section__plan-item + .section__plan-item {
    margin-top: 42px;
  }
  .section__plan-textArea {
    margin-bottom: 18px;
  }
  .section__plan-text {
    padding-top: 44px;
    background-size: 102px auto;
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .section__plan-text--green {
    padding-top: 0;
    font-size: 1.8rem;
  }
  .section__plan-imageArea img {
    height: auto; 
    width: 66.66667%;
  }
  .planBnr {
    margin-top: 37px;
  }
  .section__column-item + .section__column-item {
    margin-top: 19px;
  }
  .section__column-textArea {
    padding: 15px 26px;
  }
  .section__sp-item {
    max-width: 334px;
    margin: 0 6px;
  }
  .section__note {
    margin-top: 10px;
  }
  .section__conclusion {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
  .section__conclusion span {
    display: none;
  }
  .function-kv {
    margin-bottom: 50px; 
    background-image: url('/line-official-account/function/img/bg_fuction_kv_sp.jpg');
  }
  .function-kv__inner {
    padding: 68.93333% 3.73333% 4.8%;
  }
  .function-kv__heading {
    margin-bottom: 15px;
    font-size: 2.5rem;
    line-height: 1.22449;
  }
  .function-kv__text {
    font-size: 1.2rem;
  }
  .function-kv__text + .function-kv__text {
    margin-top: 20px;
  }
  .plan__table-inner {
    margin-bottom: 22px;
  }
  .plan__table-inner th, .plan__table-inner td {
    height: 42px;
    padding: 10px 5px;
  }
  .plan__table-inner thead th {
    font-size: 1.2rem;
  }
  .plan__table-inner thead th:first-of-type {
    width: 80px;
  }
  .plan__table-inner tbody th {
    font-size: 1.2rem;
  }
  .plan__table-inner tbody td {
    font-size: 1.1rem;
  }
  .plan__table-notes {
    font-size: 1.1rem;
  }
  .plan__text-item {
    padding-left: 0.6rem;
  }
  .plan__text-item:before {
    left: 0; 
    top: 0.9rem;
  }
  .plan__message {
    margin-bottom: 21px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .plan__message:before {
    top: 0.9rem;
  }
  .plan__message-inner {
    margin: 0 auto 40px;
  }
  .plan__message-inner img {
    display: block;
    margin: 0 auto;
  }
  .information__inner {
    width: 100%;
    margin: 0 auto;
    padding: 15px 12px;
  }
  .information__listBox {
    width: 100%;
  }
  .information__listBox + .information__listBox {
    margin-top: 15px;
  }
  .information__ico {
    min-height: 110px;
    padding-left: 125px;
    padding-top: 0;
    text-align: left;
  }
  .information__ico--type01, .information__ico--type02, .information__ico--type03 {
    background-position: top left;
    background-size: 110px auto;
  }
  .section--entry {
    padding: 15px;
    background: url('/line-official-account/img/common/bg_account_sp.jpg') no-repeat center;
    background-size: cover;
  }
  .contact__heading {
    height: inherit;
    min-height: 140px;
    padding: 60px 15px 15px;
  }
  .contact__heading-title {
    font-size: 2.4rem;
  }
  .contact__heading-title span {
    font-size: 4.0rem;
    line-height: 1.2;
  }
  .contact__topicpath {
    display: none;
  }
  .contact__contents {
    padding: 0 15px;
  }
  .contact__contents-inner {
    max-width: 800px;
    margin: auto;
    padding: 30px 0;
  }
  .contact__contents-title {
    margin: 0 auto 25px;
    font-size: 2.4rem;
  }
  .contact__list-itemBox {
    padding: 25px 15px;
    text-align: left;
  }
  .contact__list-itemBox + .contact__list-itemBox {
    margin-top: 30px;
  }
  .contact__list-ico {
    min-height: 75px;
    padding-left: 90px;
    background-position: 15px 25px;
    background-position: 0 center; 
    background-size: 75px 75px;
  }
  .contact__list-h3 {
    font-size: 1.6rem;
  }
  .contact__list-text {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1023px) and (max-width: 1279px) {
  .header__logo {
    padding-left: 15px;
  }
  .header__item {
    margin-left: 45px;
  }
  .header__item:first-child {
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 1023px) and (max-width: 1170px) {
  .header__item a {
    font-size: 1.3rem;
  }
  .header__join {
    width: 220px;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 374px) {
  .header__join span br {
    display: block;
  }
}

.textL { text-align: left !important; }
.discList { padding-left: 1.5em; }
.discList li {
  width: auto !important;
  list-style-position: outside !important;
}
.lineList { padding-left: 0.5em; }
.lineList li {
  list-style-type: none !important;
  text-indent: -0.5em;
}
.lineList li:before {
  content: "-";
  list-style-position: outside !important;
}