@charset "UTF-8";
/*$key-color01:#95347b;
$sub-color01:#e4cfde;
$sub-color02:#f4e5ef;
$sub-color03:#b373a2;*/
/*$sub-color01:#e4cfde;*/
/*$sub-color03:#b373a2;*/
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Base setting   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0%;
  min-width: 0%;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  font: 400 1.4rem/1.7 "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #282828;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-print-color-adjust: exact;
  background-color: #fff;
}

/*=============== Text*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

p {
  margin-bottom: 1em;
}

* p:last-child {
  margin-bottom: 0;
}

/*=============== Link*/
a {
  /**/
  color: #282828;
  outline: none;
  cursor: pointer;
}
a sup, a sub {
  text-decoration: none;
  display: inline-block;
}

a:hover,
a:active,
a:focus {
  color: #282828;
  cursor: pointer;
  text-decoration: none;
}

a img {
  border: none;
}

a[href$=".pdf"]::after {
  content: "[ \f1c1  PDF ]";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 0.5em;
}

a[href$=".doc"]::after,
a[href$=".docx"]::after {
  content: "[ \f1c2  Word ]";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 0.5em;
}

a[href$=".xls"]::after,
a[href$=".xlsx"]::after {
  content: "[ \f1c3  Excel ]";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 0.5em;
}

a[href$=".zip"]::after {
  content: "[ \f1c6  ZIP ]";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 0.5em;
}

a[href$=".ppt"]::after {
  content: "[ \f1c4  PPT ]";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 0.5em;
}

a[target=_blank]::before {
  content: "\f2d2";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 0.2em;
  margin-left: 0.2em;
}

/*a[href^="http://"]::before,a[href^="https://"]::before {
	content: "\f08e";
	display: inline-block;
	font-family: "FontAwesome";
    margin-right: 0.5em;
}

#link_banner a[target="_blank"]::before,#link_banner a[href^="http://"]::before,#link_banner a[href^="https://"]::before {
    display: none;
}*/
/*=============== Image*/
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
}

/*=============== Table*/
table {
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 0.8em;
  width: 100%;
}

table tbody {
  box-sizing: border-box;
  border-collapse: collapse;
}

table th,
table td {
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  border-collapse: collapse;
  padding: 0.8em 0.4em;
}

table th {
  background: #ede2ea;
}

/*=============== List*/
ul,
ol {
  list-style: none;
}

.col_cel.is-empty {
  background: none;
  border: none;
  height: 0;
}

/*=============== Form*/
form label {
  cursor: pointer;
}

/*=============== Box*/
section {
  padding: 40px 0;
}

.inner-section {
  padding: 0;
  margin: 0 auto;
  max-width: 1280px;
  box-sizing: content-box;
}

.cfix:after {
  display: block;
  clear: both;
  content: "";
}

/*mobile font*/
/*PC font*/
/*Display*/
.pc {
  display: none;
}

.d-none {
  display: none;
}

/**Background*/
/*Text Size*/
.l-container {
  /*Text Color*/
  /**/
}
.l-container h1 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.l-container h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.l-container h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.l-container h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.l-container h5 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.l-container h6 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.l-container h1 {
  padding: 0;
}
.l-container main > h1:first-child {
  background: rgb(149, 52, 123);
  box-sizing: border-box;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 0.4em 6.25%;
}
.l-container .page-title a {
  color: #fff;
  text-decoration: none;
}
.l-container .page-title:first-of-type {
  background: rgb(149, 52, 123);
  box-sizing: border-box;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 auto;
  width: 100%;
  padding: 0.4em 6.25%;
}
.l-container .page-title span {
  box-sizing: content-box;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0.4em 6.25%;
  max-width: 1200px;
}
.l-container .page-title span::before {
  font-size: 1.3rem;
}
.l-container h2 {
  /*color: $key-color01;*/
  color: #282828;
}
.l-container * + h2:not(:first-of-type) {
  margin-top: 80px;
}
.l-container * + h3 {
  margin-top: 1em;
}
.l-container * + h4 {
  margin-top: 1em;
}
.l-container p {
  /*line-height: $line-height-p;*/
}
.l-container ul.notice,
.l-container ol.notice,
.l-container ol.brackets-num {
  /*font-size: 1.4rem;*/
}
.l-container .l-container__main {
  /*a {
  	color: $key-color01;
  	text-decoration: none;
  	outline: none;
  	cursor: pointer;
  	transition: .3s;
  	&.m-btn-more {
  		color: #fff;
  	}
  	& * {
  		color: $txt-color-nml;
  		&:hover {
  			color: $key-color01;
  		}
  	}
  }

  a:hover,
  a:active,
  a:focus {
  	text-decoration: underline;
  	cursor: pointer;
  }
  .m-txtlink a {
  	color: #282828;
  }
  */
}
.l-container a img {
  border: none;
}
.l-container .l-side h3 {
  padding: 0 0.8em;
}
.l-container .l-side h3:first-child {
  margin-top: 0;
}

.not-home .l-container h1:first-child {
  background: none;
  color: #282828;
  margin-bottom: 1em;
  padding: 0;
}

strong,
em b {
  font-weight: 500;
}

.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-br {
  display: block;
}
.txt-br-smp {
  display: block;
}

/*Button*/
.view-all-btn {
  display: inline-block;
}
.view-all-btn a {
  background: #fff;
  border: 1px solid #edc4d5;
  border-radius: 200px;
  display: block;
  font-size: 1.1rem;
  padding: 0.2rem 2.6rem 0.2rem 1.6rem;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
.view-all-btn a::after {
  content: "\f105";
  color: #282828;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 8px;
  line-height: 1;
}
.view-all-btn a:hover {
  border: 1px solid #95347b;
  background: #95347b;
  color: #fff !important;
  text-decoration: none !important;
}
.view-all-btn a:hover::after {
  color: #fff;
}

.back-list-btn {
  display: inline-block;
}
.back-list-btn a {
  background: #fff;
  border: 1px solid #edc4d5;
  border-radius: 200px;
  display: block;
  font-size: 1.1rem;
  padding: 0.2rem 1.6rem 0.2rem 2.6rem;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
.back-list-btn a::before {
  content: "\f104";
  /*color: #282828;*/
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  left: 8px;
  line-height: 1;
}
.back-list-btn a:hover {
  border: 1px solid #95347b;
  background: #95347b;
  color: #fff !important;
  text-decoration: none !important;
}
.back-list-btn a:hover::after {
  color: #fff;
}

a.m-btn-more {
  background: #b373a2;
  border-radius: 44px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0.4em 2.4em;
  position: relative;
  width: 100%;
  max-width: 480px;
  text-align: center;
  transition: 0.3s;
}
a.m-btn-more * {
  color: #fff;
}
a.m-btn-more::after {
  content: "\f105";
  color: #fff;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
  line-height: 1;
}
a.m-btn-more:hover {
  background: #95347b;
  color: #fff;
}

a.m-btn-more02 {
  background: #fff;
  border: 1px solid #95347b;
  border-radius: 44px;
  box-sizing: border-box;
  color: #95347b;
  display: block;
  margin: 0 auto;
  padding: 0.4em 2.4em;
  position: relative;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
a.m-btn-more02::after {
  content: "\f105";
  color: #95347b;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
  line-height: 1;
}
a.m-btn-more02:hover {
  background: #95347b;
  color: #fff;
}
a.m-btn-more02:hover::after {
  color: #fff;
}

.m-txtlink {
  display: block;
  /*font-size: 1.3rem;*/
}
.m-txtlink > li {
  width: 100%;
}
.m-txtlink > li a {
  color: #282828;
  display: block;
  padding: 0.8em 2.4em;
  position: relative;
}
.m-txtlink > li a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  line-height: 1;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
}

/*Notice__Txt :: Notice__list*/
.notice {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
}

p.notice {
  margin-left: 1em;
  text-indent: -1em;
}

ul.notice {
  list-style-type: none;
  padding: 0;
}

ol.notice,
ol.brackets-num {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}

ul.notice > li {
  position: relative;
  padding: 0 0 0.25rem 2.5rem;
}

ul.notice > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.9rem;
  transform: translateY(-50%);
}

ol.notice > li {
  position: relative;
  padding: 0 0 0.25rem 4rem;
}

ol.notice > li:before {
  counter-increment: list;
  content: "※" counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0.9rem;
  transform: translateY(-50%);
}

ol.brackets-num > li {
  position: relative;
  padding: 0 0 0.25rem 3rem;
}

ol.brackets-num > li:before {
  counter-increment: list;
  content: "(" counter(list) ")";
  position: absolute;
  left: 0;
  top: 1.1rem;
  transform: translateY(-50%);
}

/*Like Table*/
.list-table dt,
.list-table dd {
  display: block;
}

.list-table dt {
  border-top: 1px solid #eaeaea;
  font-weight: 600;
  padding: 1.5rem 1.5rem 0.5rem;
}

.list-table dd {
  padding: 0.5rem 1.5rem 1.5rem;
}

.list-table dd + dd {
  border-top: 1px dotted #eaeaea;
  padding: 1.5rem 1.5rem 1.5rem;
}

.list-table dd div {
  border-top: 1px dotted #eaeaea;
  padding: 1rem 0;
}

.list-table dd div:first-of-type {
  border: none;
  padding: 0 0 1rem;
}

.list-table dd div:last-of-type {
  padding: 1rem 0 0;
}

.list-table dd div {
  position: relative;
}

.list-table dd a.link_movepage {
  border: none;
  display: inline-block;
  margin: 0 0 0 auto;
  text-decoration: none;
  float: none;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/*FlexColum*/
/*FlexColum__col2*/
.m-fbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  /*FlexColum__col3*/
  /*FlexColum__col4*/
  /*FlexColum__col5*/
}
.m-fbox > li {
  margin-left: 0;
}
.m-fbox.fbox-2 > li,
.m-fbox.fbox-2 > div,
.m-fbox.fbox-2 > section {
  width: 100%;
}
.m-fbox.box-2 > li,
.m-fbox.box-2 > div,
.m-fbox.box-2 > section {
  width: 49%;
}
.m-fbox.fbox-3 > li,
.m-fbox.fbox-3 > div,
.m-fbox.fbox-3 > section {
  width: 49%;
}
.m-fbox.fbox-4 > li,
.m-fbox.fbox-4 > div,
.m-fbox.fbox-4 > section {
  width: 49%;
}
.m-fbox.fbox-5 > li,
.m-fbox.fbox-5 > div,
.m-fbox.fbox-5 > section {
  width: 49%;
}

.col_cel.is-empty {
  border: none;
  margin: 0;
  height: 0;
}

/*Tab*/
.tabContents {
  display: none;
}

.tabContents.active {
  display: block;
}

/*Video*/
.frame-wrapper__video {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.frame-wrapper__video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*Entry Style*/
.wysiwyg p {
  min-height: 1em;
}

.mt-image-center {
  margin: 0 auto;
  display: block;
}

/*Editor*/
.page-content {
  /*Link*/
  /*List*/
  /*Navi*/
}
.page-content a {
  color: #95347b;
}
.page-content ol {
  list-style: decimal;
  margin-bottom: 1em;
}
.page-content ol li {
  margin-bottom: 0.4em;
  margin-left: 1.5em;
}
.page-content ul {
  list-style: disc;
  margin-bottom: 1em;
}
.page-content ul li {
  margin-bottom: 0.4em;
  margin-left: 1.5em;
}
.page-content ul li ul {
  list-style: circle;
}
.page-content .content-nav {
  list-style: none;
  margin: 1.5em 0;
}
.page-content .content-nav li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
  text-align: center;
  align-items: stretch;
}
.page-content .content-nav li a {
  border: 1px solid #ededed;
  border-radius: 6px;
  /*background: $base-color-02;*/
  display: flex;
  padding: 0.8em 0;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.page-content .content-nav li a:hover {
  border: 1px solid #ededed;
  background: #95347b;
  color: #fff;
}
.page-content .content-nav li.active a {
  border: 1px solid #ededed;
  background: #95347b;
  color: #fff;
}

@media print, screen and (min-width: 560px) {
  /*Button*/
  .m-btn-more {
    padding: 1.2em 2.4em;
  }
  /*FlexColum*/
  /*FlexColum__col2*/
  .m-fbox {
    /*FlexColum__col3*/
    /*FlexColum__col4*/
  }
  .m-fbox.fbox-2 > li, .m-fbox.fbox-2 > div {
    /*width: 49%;*/
  }
  .m-fbox.fbox-3 > li, .m-fbox.fbox-3 > div {
    width: 49%;
  }
  .m-fbox.fbox-4 > li, .m-fbox.fbox-4 > div {
    width: 49%;
  }
  .content-nav a {
    display: table;
    height: 100%;
  }
  .content-nav a span {
    display: table-cell;
    vertical-align: middle;
  }
  .content-nav a span span {
    display: block;
  }
}
@media print, screen and (min-width: 960px) {
  /*Display*/
  .smp {
    display: none;
  }
  .pc {
    display: block;
  }
  /* Text */
  .txt-br {
    display: block;
  }
  .txt-br-smp {
    display: inline;
  }
  .txt-br-pc {
    display: block;
  }
  /*Text Size*/
  .l-container h1 {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .l-container h2 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .l-container h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .l-container h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .l-container h5 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .l-container h6 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .l-container .page-title:first-child {
    font-size: 3.2rem;
  }
  .l-container .page-title span {
    box-sizing: content-box;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 0.4em 6.25%;
    max-width: 1200px;
  }
  .l-container .page-title span::before {
    font-size: 1.3rem;
  }
  .l-container h2 {
    /*color: $key-color01;*/
  }
  .l-container * + h2:not(:first-of-type) {
    margin-top: 80px;
  }
  .l-container * + h3 {
    margin-top: 1em;
  }
  .l-container * + h4 {
    margin-top: 1em;
  }
  .l-container p {
    /*line-height: $line-height-p;*/
  }
  .l-container ul.notice,
  .l-container ol.notice,
  .l-container ol.brackets-num {
    /*font-size: 1.4rem;*/
  }
  .l-container .l-side h3 {
    padding: 0 0.8em;
  }
  .l-container .l-side h3:first-child {
    margin-top: 0;
  }
  .not-home .l-container h1:first-child {
    background: none;
    margin-bottom: 1em;
    padding: 0;
  }
  /* Like Table */
  .list-table {
    border-bottom: 1px solid #eaeaea;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    line-height: 1.8;
  }
  .list-table dt {
    padding: 1.5rem 1.5rem 0.5rem;
    float: none;
    background: #f7f7f7;
    position: relative;
    width: 28%;
    clear: left;
  }
  .list-table dt span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .list-table dt span {
    left: 4em;
  }
  .list-table dt span.required {
    left: 1rem;
  }
  .list-table dd {
    padding: 1.5rem 1.5rem 1.5rem;
    position: relative;
    border-top: 1px solid #eaeaea;
    margin-left: 0;
    width: 72%;
  }
  .list-table dd div {
    border-top: 1px dotted #eaeaea;
    padding: 1rem 0;
  }
  .list-table dd div:first-of-type {
    border: none;
    padding: 0 0 1rem;
  }
  .list-table dd div:last-of-type {
    padding: 1rem 0 0;
  }
  .list-table dd div {
    position: relative;
  }
  .m-fbox {
    /*FlexColum__col3*/
    /*FlexColum__col4*/
    /*FlexColum__col5*/
  }
  .m-fbox.fbox-2 > li,
  .m-fbox.fbox-2 > div,
  .m-fbox.fbox-2 > section {
    width: 49%;
  }
  .m-fbox.box-2 > li,
  .m-fbox.box-2 > div,
  .m-fbox.box-2 > section {
    width: 49%;
  }
  .m-fbox.fbox-3 > li,
  .m-fbox.fbox-3 > div,
  .m-fbox.fbox-3 > section {
    width: 32%;
  }
  .m-fbox.fbox-4 > li,
  .m-fbox.fbox-4 > div,
  .m-fbox.fbox-4 > section {
    width: 24%;
  }
  .m-fbox.fbox-5 > li,
  .m-fbox.fbox-5 > div,
  .m-fbox.fbox-5 > section {
    width: 19%;
  }
  /*menu*/
}
/*Header*/
.l-header {
  padding: 10px 0 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.l-header__logo {
  margin: 0 0 10px 6.25%;
}
.l-header__logo a {
  display: inline-block;
  text-decoration: none;
}
.l-header__logo span {
  font-size: 1.2rem;
  display: block;
  width: 180px;
  text-align: right;
}
.l-header__logo img {
  width: 180px;
}

/* Global Navigation */
.show-mobile-nav .l-container__main {
  /*display: none !important;*/
}

.show-mobile-nav::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

/*Humburger Menu*/
.menu-mobile {
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  text-align: center;
  width: 48px;
  height: 44px;
  position: fixed;
  padding: 1.2em;
  z-index: 9999;
  top: 16px;
  right: 20px;
  text-align: center;
  background: #fff;
}

.menu-mobile span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  text-align: center;
}
.menu-mobile span:nth-of-type(1) {
  top: 6px;
}
.menu-mobile span:nth-of-type(2) {
  top: 16px;
}
.menu-mobile span:nth-of-type(3) {
  top: 26px;
}
.menu-mobile span:not(:nth-of-type(4)) {
  position: absolute;
  left: 0;
  right: 0;
  width: 78%;
  margin: 0 auto;
  height: 2px;
  background-color: #95347b;
}
.menu-mobile span:nth-of-type(4) {
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  font-size: 1rem;
}

.menu-mobile.open-menu {
  z-index: 9999;
}
.menu-mobile.open-menu span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-mobile.open-menu span:nth-of-type(2) {
  opacity: 0;
}
.menu-mobile.open-menu span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

/*Login Button*/
.login-mobile {
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  text-align: center;
  width: 48px;
  height: 54px;
  position: absolute;
  padding: 0;
  z-index: 9999;
  top: 16px;
  right: 78px;
  text-align: center;
  background: #fff;
}
.login-mobile a {
  display: block;
  text-decoration: none;
}
.login-mobile img {
  width: 30px;
  height: auto;
  display: inline-block;
  margin-bottom: 4px;
}
.login-mobile span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
}
@media print, screen and (min-width: 960px) {
  .login-mobile {
    display: none;
  }
}

/*.show-mobile-nav {
	& .key {
		position: fixed;
		z-index: 0;
		opacity: 0;
	}

	& .l-container {
		@extend .key;
	}

	& footer {
		@extend .key;
	}
}*/
.show-on-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9998;
  overflow-y: auto;
  /*
  & .l-gnavi__lv2 {
  	display: block;
  }
  & .l-gnavi__lv3 {
  	display: block;
  }
  & .l-gnavi__lv4 {
  	display: block;
  }*/
}
.show-on-mobile .l-gnavi__lv1 {
  display: block;
  overflow-y: visible;
}

/*Dropdown Icon*/
.menu-dropdown-icon::before {
  display: block;
  content: "\f067";
  font-family: "FontAwesome";
  cursor: pointer;
  float: right;
  padding: 0.8em;
  color: rgb(149, 52, 123);
  z-index: 500;
  position: relative;
  line-height: 140%;
  height: 100%;
  transition: 0.3s;
}
.menu-dropdown-icon:hover {
  padding: 0;
}
.menu-dropdown-icon.current:before {
  background: rgb(149, 52, 123);
  color: #fff;
  content: "\f068";
  font-family: "FontAwesome";
}

/*gnavi*/
.l-gnavi {
  border-top: 1px solid rgb(149, 52, 123);
}
.l-gnavi a {
  display: block;
  transition: background-color 0.2s linear;
}
.l-gnavi__search {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .l-gnavi__search {
    display: block;
    position: absolute;
    top: 10px;
    right: calc(6.25% + 200px);
  }
  .l-gnavi__search #mt-site-search-form__query {
    border-radius: 200px;
    font-size: 1.4rem;
    padding: 0.6rem 3.4rem 0.6rem 0.8rem;
    width: 280px;
  }
}

l-header.show-on-mobile {
  border-bottom: none;
}

.show-on-mobile .l-gnavi {
  height: auto;
  margin: 0 0 20px;
  font-size: 1.6rem;
}
.show-on-mobile .l-gnavi__search {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

/*Level1*/
.l-gnavi__lv1 li {
  border-bottom: 1px solid rgb(149, 52, 123);
}

.l-gnavi__lv1 {
  display: none;
  overflow: auto;
  width: 90%;
  max-width: 90%;
  min-width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #174717;
  transition: width 0.2s ease-out, height 0.2s ease-out;
}
.l-gnavi__lv1 > li {
  width: 100%;
  float: none;
  display: block;
  box-sizing: border-box;
  text-align: left;
  overflow: auto;
  height: inherit;
  z-index: 500;
  font-weight: normal;
}
.l-gnavi__lv1 > li a {
  padding: 0.8em;
  width: calc(100% - 2.6em);
  display: block;
  border-bottom: none;
  line-height: 140%;
}
.l-gnavi__lv1 > li:hover a {
  border-bottom: none;
}

.l-gnavi__lv1 > li#nav_home i {
  margin-right: 0.5em;
  font-style: normal;
  font-family: FontAwesome;
}

.l-gnavi__lv1 > li:hover,
.l-gnavi__lv1 > li.current {
  overflow: auto;
}

.l-gnavi__lv1 > li:hover > span a,
.l-gnavi__lv1 > li.current > span a {
  color: rgb(149, 52, 123);
}

.l-gnavi__lv1 > li.current > span a {
  background: rgb(149, 52, 123);
  color: #fff;
}

/*Level2*/
/*Menu Lv2*/
.l-gnavi__lv1 > li:hover > .l-gnavi__lv2,
.l-gnavi__lv2 > li:hover > .l-gnavi__lv3,
.l-gnavi__lv3 > li:hover > .l-gnavi__lv4 {
  width: 100%;
  height: auto;
}
.l-gnavi__lv1 > li:hover > .l-gnavi__lv2::before,
.l-gnavi__lv2 > li:hover > .l-gnavi__lv3::before,
.l-gnavi__lv3 > li:hover > .l-gnavi__lv4::before {
  width: 100%;
  height: inherit;
  position: relative;
}

.l-gnavi__lv2,
.l-gnavi__lv3,
.l-gnavi__lv4 {
  display: none;
  position: relative;
  padding: 0;
  width: 100%;
  height: inherit;
  top: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
}

.l-gnavi__lv2,
.l-gnavi__lv3,
.l-gnavi__lv4 {
  /*& > li > span > a {
  	background: #000;
  	position: relative;
  	display: block;
  	width: calc(100% - 2.6em);
  	min-width: calc(100% - 2.6em);
  	padding: .8em 2.4em .8em 1.6em;
  	font-size: 100%;
  	margin-bottom: 0;
  	z-index: 10;
  }*/
}
.l-gnavi__lv2 > li,
.l-gnavi__lv3 > li,
.l-gnavi__lv4 > li {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eeeeee;
}
.l-gnavi__lv2 > li:last-child,
.l-gnavi__lv3 > li:last-child,
.l-gnavi__lv4 > li:last-child {
  border-bottom: none;
}
.l-gnavi__lv2 > li:hover,
.l-gnavi__lv3 > li:hover,
.l-gnavi__lv4 > li:hover {
  overflow: auto;
}
.l-gnavi__lv2 > li.current,
.l-gnavi__lv3 > li.current,
.l-gnavi__lv4 > li.current {
  overflow: auto;
  border-bottom-color: rgb(149, 52, 123);
}
.l-gnavi__lv2 > li.current > a,
.l-gnavi__lv3 > li.current > a,
.l-gnavi__lv4 > li.current > a {
  background: rgb(201, 144, 186);
}

.l-gnavi__lv3 > li > span > a {
  padding-left: 2.4em;
}

.l-gnavi__lv4 > li > span > a {
  padding-left: 3.2em;
}

/*html */
.show-mobile-nav main {
  /*display: none !important;*/
}

/*SubMenu*/
.sub-menu ul.utility-nav li {
  border-top: 1px solid rgb(149, 52, 123);
}

.l-header__sub-menu {
  display: none;
}

.show-on-mobile .l-header__sub-menu {
  display: block;
  padding: 0 1.5rem;
  margin: 0 auto;
  width: 80%;
}
.show-on-mobile .l-header__sub-menu li {
  background: rgb(149, 52, 123);
  border-radius: 50px;
  margin-bottom: 10px;
  text-align: center;
}
.show-on-mobile .l-header__sub-menu li a {
  padding: 0.8rem 1.5rem;
  display: block;
  color: #fff;
}

/* Main */
.l-container main {
  background: none;
  width: 100%;
  order: 2;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.l-container main article {
  width: 100%;
  min-height: 0%;
}

.l-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  /* BreadCrumbs */
}
.l-container__breadcrumbs {
  background: #f4f4f4;
  box-sizing: content-box;
  margin: 0 auto;
  order: 3;
  width: 100%;
}
.l-container__breadcrumbs ol {
  display: block;
  list-style: none;
  font-size: 0;
  max-width: 1280px;
  padding: 0 6.25%;
  width: 100%;
}
.l-container__breadcrumbs ol li {
  display: inline-block;
  font-size: 1.1rem;
  padding: 0.4em 0 0.3em;
}
.l-container__breadcrumbs ol li:not(:last-of-type)::after {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  padding: 0 0.4em;
  position: relative;
  margin: auto 0;
}
.l-container__main {
  display: block;
  padding-bottom: 0;
}
.l-container__main .inner-section {
  padding: 0 6.25%;
  margin: 0 auto;
  width: 87.5%;
  max-width: 1280px;
  box-sizing: content-box;
}

.not-home .l-container {
  background: none;
}
.not-home .l-container__wrap {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  padding: 0 6.25%;
  box-sizing: content-box;
}
.not-home .l-container__wrap .inner-section {
  padding: 0;
  margin: 0 auto;
  width: 100% !important;
  max-width: 1280px;
  box-sizing: content-box;
}
.not-home .l-container__main {
  background: none;
  width: 100%;
  order: 1;
  padding: 0;
  margin-bottom: 40px;
}
.not-home .l-container__main .inner-section {
  padding: 0;
  margin: 0 auto;
  width: 87.5%;
  max-width: 1280px;
  box-sizing: content-box;
}
.not-home .l-container__main .inner-section section {
  padding: 30px 0;
}
.not-home .l-container__main .inner-section h1 + section {
  padding-top: 0;
}
.not-home .l-container__side {
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.not-home .l-container__side h3 {
  border-bottom: 2px solid #95347b;
  padding: 0.4em;
  margin-bottom: 0;
}
.not-home .l-container__side h3 a {
  text-decoration: none;
}
.not-home .l-container__side ul li:not(:last-of-type) {
  border-bottom: 1px solid #ededed;
}
.not-home .l-container__side ul li a {
  display: block;
  font-weight: 600;
  font-size: 1.3rem;
  transition: 0.3s;
  padding: 0.8em 2.4em 0.8em 0.8em;
  position: relative;
  text-decoration: none;
}
.not-home .l-container__side ul li a:hover {
  color: #95347b;
}
.not-home .l-container__side ul li a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  line-height: 1;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
}
.not-home .l-container__side ul li ul {
  margin-left: 1em;
}
.not-home .l-container section {
  padding: 0;
}

/*
.container article {
	background: #fff;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}

.container article h1:first-child {
	padding: 0 6.25%;
}
*/
/*Footer*/
#topcontrol {
  z-index: 99999999;
  right: 8px;
  bottom: 70px;
}
#topcontrol img {
  width: 40px;
  height: auto;
}

.l-footer {
  clear: both;
  padding-bottom: 80px;
}
.l-footer__contact {
  background: rgb(149, 52, 123);
  padding: 20px 6.25%;
  text-align: center;
}
.l-footer__contact__tel {
  color: #fff;
  width: 100%;
  font-size: 2.8rem;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  padding-left: 20px;
  margin-bottom: 1em;
  /*background: #40c176;*/
}
.l-footer__contact__tel > img {
  width: 40px;
  height: auto;
  margin: 0 10px 0 0;
}
.l-footer__contact__tel > p {
  /*width: calc(100% - 55px)*/
  max-width: 360px;
  font-size: 1.1rem;
  line-height: 1;
  text-align: left;
}
.l-footer__contact__tel > p span {
  display: block;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  margin: 0 0 0.2em;
}
.l-footer__contact h3 {
  color: #fff;
}
.l-footer__contact__menu {
  margin: 0 auto;
  max-width: 360px;
}
.l-footer__contact__menu li {
  background: rgb(255, 255, 255);
  border-radius: 50px;
  margin-bottom: 10px;
  text-align: center;
}
.l-footer__contact__menu li > a {
  display: block;
  padding: 0.4rem 0 0.4rem;
  color: rgb(149, 52, 123);
  font-size: 1.4rem;
  position: relative;
  text-decoration: none;
}
.l-footer__contact__menu li > a::after {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  line-height: 32px;
}
.l-footer footer .mail_notcopy::after {
  content: "＠";
  display: inline-block;
}
.l-footer__nav {
  background: #fbfbfb;
  margin-bottom: 20px;
  padding: 20px 6.25%;
  font-size: 1.3rem;
  text-align: center;
}
.l-footer__nav li {
  display: inline-block;
  padding: 0.4em;
}
.l-footer__info {
  font-size: 1.1rem;
  padding: 0 20px;
}
.l-footer__info__logo {
  text-align: center;
}
.l-footer__info__logo a {
  display: block;
}
.l-footer__info__logo a img {
  width: 140px;
  display: inline-block;
  margin: 0 2rem 1rem 0;
}
.l-footer__info__safety img {
  height: 40px;
}
.l-footer__info__safety img:first-child {
  margin-right: 1em;
}
.l-footer__info__note {
  /*font-size: 1.1rem;*/
  text-align: left;
}
.l-footer__info__copyright {
  /*font-size: 1.1rem;*/
  text-align: center;
}

.l-action-menu {
  background: #95347b;
  border-top: 1px solid #ffffff;
  display: none;
  height: 68px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999999;
}
.l-action-menu ul {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}
.l-action-menu ul li {
  font-weight: 600;
  font-size: 1.1rem;
  width: 20%;
  text-align: center;
  margin-bottom: 0;
  align-content: center;
  align-items: center;
}
.l-action-menu ul li a {
  color: #ffffff;
  display: block;
  padding: 0.4em;
}
.l-action-menu ul li i {
  display: block;
  font-size: 1.6rem;
}

.show-mobile-nav .l-action-menu {
  display: none;
  bottom: -100px;
}

@media print, screen and (min-width: 560px) {
  /*Footer*/
  .l-footer__contact__tel {
    /*background: #40c176;*/
  }
  .l-footer__contact__tel > img {
    width: 40px;
    height: auto;
    margin: 0 10px 0 0;
  }
  .l-footer__contact__tel > p {
    font-size: 1.3rem;
  }
  .l-footer__contact__tel > p span {
    font-size: 3.6rem;
  }
  .l-footer__contact h3 {
    color: #fff;
  }
  .l-footer__contact__menu {
    margin: 0 auto;
    max-width: 360px;
  }
  .l-footer__contact__menu li {
    background: rgb(255, 255, 255);
    border-radius: 50px;
    margin-bottom: 10px;
    text-align: center;
  }
  .l-footer__contact__menu li > a {
    display: block;
    padding: 0.4rem 0 0.4rem;
    color: rgb(149, 52, 123);
    font-size: 1.4rem;
    position: relative;
  }
  .l-footer__contact__menu li > a::after {
    content: "\f105";
    display: block;
    height: 1em;
    font-family: "FontAwesome";
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    line-height: normal;
  }
  .l-footer footer .mail_notcopy::after {
    content: "＠";
    display: inline-block;
  }
  .l-footer__nav {
    background: #fbfbfb;
    margin-bottom: 20px;
    padding: 20px 6.25%;
    font-size: 1.3rem;
    text-align: center;
  }
  .l-footer__nav li {
    display: inline-block;
    padding: 0.4em;
  }
  .l-footer__info {
    padding: 0 20px;
  }
  .l-footer__info__logo {
    font-size: 1.1rem;
    text-align: center;
  }
  .l-footer__info__logo a {
    display: block;
  }
  .l-footer__info__logo a img {
    width: 140px;
    display: inline-block;
    margin: 0 2rem 1rem 0;
  }
  .l-footer__info__note {
    font-size: 1.1rem;
    text-align: left;
  }
  .l-footer__info__copyright {
    font-size: 1.1rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 0 6.25%;
    position: relative;
    height: 110px;
  }
  .l-header__logo {
    width: 220px;
    display: flex;
    margin: auto 0;
    align-items: center;
  }
  .l-header::after {
    clear: both;
    content: "";
    display: block;
  }
  /*Global Navigation*/
  .show-mobile-nav::before {
    content: none;
  }
  .show-on-mobile .l-gnavi,
  .l-gnavi {
    border-top: none;
    display: flex;
    align-items: flex-end;
    font-size: 1.5rem;
    width: calc(100% - 240px);
    /*align-content: flex-end;*/
    margin-top: auto;
    font-weight: 400;
  }
  .show-on-mobile .l-gnavi .menu-mobile,
  .l-gnavi .menu-mobile {
    display: none;
    padding: 20px;
  }
  .show-on-mobile .l-gnavi__lv1,
  .l-gnavi__lv1 {
    display: flex;
    overflow: visible;
    margin: 0 0 0 auto;
    border-bottom: none;
    font-size: 1.4rem;
    width: 100%;
    max-width: 100%;
  }
  .show-on-mobile .l-gnavi__lv1 li,
  .l-gnavi__lv1 li {
    border-bottom: none;
  }
  .show-on-mobile .l-gnavi__lv1 > li,
  .l-gnavi__lv1 > li {
    /*width: 100%;*/
    float: none;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    overflow: auto;
    height: inherit;
    padding: 0;
    margin: 0;
    z-index: 500;
    /*background: rgb(214, 160, 199);*/
    font-weight: 600;
    text-align: center;
    transition: background-color 0.2s;
  }
  .show-on-mobile .l-gnavi__lv1 .l-gnavi__lv1__home, .show-on-mobile .l-gnavi__lv1 .l-gnavi__lv1__news, .show-on-mobile .l-gnavi__lv1 .l-gnavi__lv1__local, .show-on-mobile .l-gnavi__lv1 .l-gnavi__lv1__mente,
  .l-gnavi__lv1 .l-gnavi__lv1__home,
  .l-gnavi__lv1 .l-gnavi__lv1__news,
  .l-gnavi__lv1 .l-gnavi__lv1__local,
  .l-gnavi__lv1 .l-gnavi__lv1__mente {
    display: none;
  }
  .show-on-mobile .l-gnavi__lv1:before,
  .l-gnavi__lv1:before {
    content: "";
    display: table;
  }
  .show-on-mobile .l-gnavi__lv1::after,
  .l-gnavi__lv1::after {
    clear: both;
    content: "";
    display: block;
  }
  .show-on-mobile .l-gnavi__lv1 li a,
  .l-gnavi__lv1 li a {
    text-decoration: none;
    padding: 0.8em 0;
    display: block;
    width: 100%;
  }
  .show-on-mobile .l-gnavi__lv1 > li.hover a,
  .l-gnavi__lv1 > li.hover a {
    /*color: #fff;
    transition: .1s;*/
  }
  .menu-dropdown-icon::before {
    content: "\f067";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
  }
  /*Level2*/
  .l-gnavi__lv2 {
    display: none;
    position: absolute;
    padding: 0 6.25%;
    width: 100%;
    height: calc(100% - 110px);
    top: 110px;
    left: 0;
    margin: 0;
    overflow: hidden;
    background: #f4e5ef;
    /*background: rgb(154, 154, 154);*/
    /*rgb(149, 52, 123);*/
    z-index: 99;
    transition: 0.3s;
    /*& > li > span > a,*/
  }
  .l-gnavi__lv2:hover {
    overflow: visible;
  }
  .l-gnavi__lv2 > li {
    background: #ac5394;
    border-radius: 5px;
    clear: both;
    margin-bottom: 1.3%;
    width: 24%;
    text-align: left;
    box-sizing: border-box;
    transition: 0.3s;
  }
  .l-gnavi__lv2 > li:hover {
    background: #95347b;
  }
  .l-gnavi__lv2 > li a {
    color: rgb(149, 52, 123);
    width: 100%;
  }
  .l-gnavi__lv2 > li > a > span {
    /*border-bottom: 1px solid #fff;*/
    position: relative;
    display: block;
    width: 100%;
    padding: 0.4em 0.8em;
    line-height: 140%;
    color: #fff;
    /*font-size: 83%;*/
    /*font-weight: 900;*/
    text-decoration: none;
  }
  .l-gnavi__lv2 > li > a > span::after {
    content: "\f105";
    display: block;
    font-family: "FontAwesome";
    margin: auto 0;
    position: absolute;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    right: 0.8em;
    line-height: 1;
  }
  .l-gnavi__lv2 > li > a[target=_blank]::before {
    content: none;
  }
  .l-gnavi__lv1 > li.hover {
    background: #f4e5ef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .l-gnavi__lv1 > li.hover > .l-gnavi__lv2 {
    height: auto;
    overflow: visible;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 6.25%;
    width: 100%;
    position: absolute;
    top: 110px;
    left: 0;
  }
  /*Level3*/
  /*第3階層*/
  .l-gnavi__lv3 {
    /*position: absolute;*/
    display: block;
    display: none;
    width: 100%;
    /*min-height: 100%;*/
    height: inherit;
    /*top: 0;
          left: 28.125%;*/
    margin: 0;
    overflow: visible;
    /*overflow: hidden;*/
    /*background-color: rgba(53, 108, 53, 1.00);*/
  }
  .l-gnavi__lv3::after {
    display: table;
    content: "";
    clear: both;
  }
  .l-gnavi__lv3 > li {
    clear: both;
    box-sizing: border-box;
  }
  .l-gnavi__lv3 > li > span > a {
    /*border-bottom: 1px solid #fff;*/
    box-sizing: border-box;
    position: relative;
    /*display: none;*/
    width: 100%;
    /*min-width: 210px;*/
    padding: 15px;
    /*line-height: 140%;*/
    color: #282828;
    font-size: 1.3rem;
    /*font-size: 83%;*/
    text-decoration: none;
    transition: background-color 0.2s linear;
  }
  .l-gnavi__lv2 > li:hover .l-gnavi__lv3 > li > span > a {
    display: block;
  }
  .menu ul:after {
    clear: both;
    content: "";
    display: block;
  }
  /* Sub Navi */
  .show-on-mobile .l-header__sub-menu,
  .l-header__sub-menu {
    display: table;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 6.25%;
    width: auto;
  }
  .show-on-mobile .l-header__sub-menu li,
  .l-header__sub-menu li {
    background: none;
    border-radius: 0;
    display: table-cell;
  }
  .show-on-mobile .l-header__sub-menu li:not(:last-child),
  .l-header__sub-menu li:not(:last-child) {
    border-right: 1px solid #e8e8e8;
  }
  .show-on-mobile .l-header__sub-menu li :last-child a,
  .l-header__sub-menu li :last-child a {
    padding-right: 0;
  }
  .show-on-mobile .l-header__sub-menu li a,
  .l-header__sub-menu li a {
    padding: 4px 10px;
    color: #282828;
  }
  /*BreadCrumbs*/
  .l-container__breadcrumbs {
    order: 1;
  }
  /*Container*/
  .show-mobile-nav .l-container__main,
  .show-mobile-nav main {
    display: flex !important;
    opacity: 1;
  }
  .show-mobile-nav .key {
    position: relative;
    z-index: auto;
    opacity: 1;
  }
  .show-mobile-nav .l-container {
    position: relative;
    z-index: auto;
    opacity: 1;
  }
  .show-mobile-nav footer {
    position: relative;
    z-index: auto;
    opacity: 1;
  }
  /* Main */
  .l-container main {
    background: none;
    width: 100%;
    order: 2;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .not-home .l-container {
    background: none;
  }
  .not-home .l-container .page-title {
    order: 2;
  }
  .not-home .l-container__wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 6.25% 0;
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    order: 3;
  }
  .not-home .l-container__main {
    background: none;
    width: 75%;
    order: 2;
    padding: 0 0 40px;
    margin-bottom: 0;
  }
  .not-home .l-container__main .inner-section section {
    padding: 40px 0;
  }
  .not-home .l-container__main .inner-section h1 + section {
    padding-top: 0;
  }
  .not-home .l-container__side {
    background: none;
    border: none;
    border-right: 1px solid #efefef;
    padding: 0;
    width: 22%;
    order: 1;
  }
  .not-home .l-container__side ul,
  .not-home .l-container__side li {
    padding: 0;
    margin: 0 !important;
    width: 100%;
  }
  .not-home .l-container__side > ul {
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
  }
  .not-home .l-container__side > ul > li {
    border-bottom: none;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .not-home .l-container__side > ul > li:not(:last-of-type) {
    border-bottom: none;
  }
  .not-home .l-container__side > ul > li:not(:first-child) {
    border-top: 5px solid #ededed;
  }
  .not-home .l-container__side > ul > li a {
    border-bottom: 1px solid #b5b5b5;
    display: block;
    padding: 1.6rem 2.4em 1.6rem 0.4em;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .not-home .l-container__side > ul > li a:hover {
    border-bottom: 1px solid #95347b;
  }
  .not-home .l-container__side > ul > li.active a {
    color: #95347b;
  }
  .not-home .l-container__side > ul > li > ul {
    margin-left: 0;
  }
  .not-home .l-container__side > ul > li > ul > li a {
    border-bottom: 1px solid #b5b5b5;
    padding-left: 1.6em;
  }
  .not-home .l-container__side > ul > li > ul > li > ul > li a {
    /*border-bottom: 1px solid $bd-color-01;*/
    padding-left: 2.8em;
  }
  .not-home .l-container section {
    padding: 0;
  }
  /* Footer*/
  /*Footer*/
  #topcontrol {
    right: 16px;
    bottom: 10px;
  }
  #topcontrol img {
    width: 50px;
    height: auto;
  }
  .l-footer {
    padding-bottom: 20px;
  }
  .l-footer__contact {
    background: rgb(149, 52, 123);
    padding: 20px 6.25%;
    text-align: center;
  }
  .l-footer__contact .inner-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
    align-content: center;
    padding: 0;
    width: 100%;
  }
  .l-footer__contact h3 {
    /*font-size: 1.6rem;
    width: 13%;
    border: 1px solid #fff;
    margin: 0;
    padding: .8em 0;*/
    width: 100%;
    display: none;
  }
  .l-footer__contact__tel {
    width: 45%;
    font-size: 3.6rem;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0;
    margin: 0 1em 0 0;
  }
  .l-footer__contact__tel > img {
    width: 40px;
    height: auto;
  }
  .l-footer__contact__tel > p {
    width: auto;
    /*calc(100% - 45px);*/
    font-size: 1.3rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 0;
  }
  .l-footer__contact__tel > p span {
    display: block;
    font-size: 3.6rem;
    line-height: 1;
    padding: 0;
    margin: 0;
  }
  .l-footer__contact__menu {
    width: 40%;
    max-width: none;
    min-width: 420px;
    /*background: #c7ed2a;*/
    margin: 0;
  }
  .l-footer__contact__menu li {
    display: inline-block;
    width: 48%;
    margin: 0;
  }
  .l-footer__contact__menu li:first-child {
    margin-right: 0.4em;
  }
  .l-footer__contact__menu li a {
    font-size: 1.2rem;
    padding: 0.8em 1.6em 0.8em 0;
  }
  .l-footer__nav {
    text-align: center;
    margin-bottom: 2rem;
  }
  .l-footer__nav__list > li {
    display: inline-block;
  }
  .l-footer__nav__list > li a {
    display: block;
    line-height: 1.2;
    padding: 0 0.5em;
  }
  .l-footer__nav__list > li:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
  .l-footer__info__logo {
    margin-bottom: 30px;
    text-align: center;
  }
  .l-footer__info__logo img {
    width: 180px;
    margin-right: 2rem;
  }
  .l-footer__info__safety img {
    height: auto;
  }
  .l-footer__info__copyright {
    text-align: left;
  }
  .l-action-menu {
    display: none !important;
  }
}
/*$sub-color01:#e4cfde;*/
/*$sub-color03:#b373a2;*/
/*Popup Image*/
/*Font*/
.font-s {
  font-size: 1.1rem;
}

a.no_icon::before,
a.no_icon::after {
  content: none;
}

.page-content {
  /*Display*/
  /**Background*/
  /*Text Size*/
  /*text*/
  /*h3 {
         margin: 2em 0 1em;
         position: relative;

         &::before {
             content: "";
             height: 5px;
             display: block;
             background: $bd-color-01;
             width: 100%;
             position: absolute;
             bottom: 0;
             left: 0;
             z-index: -1;
             overflow: hidden;
         }

         &::after {
             content: "";
             height: 5px;
             display: block;
             background: $key-color01;
             width: 2em;
             bottom: 0;
             left: 0;
             z-index: 10;
         }
     }*/
  /*Color*/
  /*=============== Link*/
  /*=============== Margin*/
  /*List*/
  /*Notice__Txt :: Notice__list*/
  /*txt link list*/
  /*Like Table*/
  /*Navi*/
  /*Table*/
  /*img*/
  /*ROundCorner*/
  /*Button*/
  /*Button*/
  /*BOX*/
  /*FlexColum*/
  /*FlexColum__col2*/
  /*FlexColum__col3*/
  /*FlexColum__col4*/
  /*FlexColum__col5*/
  /*Width*/
  /*===================== Media*/
  /*YouTube*/
  /*===================== Career*/
}
.page-content .hide_smp {
  display: none;
}
.page-content .bg-net {
  background-color: #f0c11b;
}
.page-content .bg-net:hover {
  background: #f5aa00;
}
.page-content .bg-phone {
  background-color: #009b73;
}
.page-content .bg-tv {
  background-color: #148ecc;
}
.page-content .bg-kyt {
  background: #ac5394;
}
.page-content .bg-kyt:hover {
  background: #95347b;
}
.page-content h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page-content h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page-content h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page-content h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page-content h5 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page-content h6 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page-content h1 {
  padding: 0;
}
.page-content h2 {
  /*color: $key-color01;*/
}
.page-content * + h2:not(:first-of-type) {
  margin-top: 60px;
}
.page-content * + h3 {
  margin-top: 2em;
}
.page-content * + h4 {
  margin-top: 2em;
}
.page-content p {
  /*font-size: $f-size-m;*/
  /*line-height: $line-height-p;*/
  margin: 0 0 1em;
  /*line-height: 1.8;*/
}
.page-content p:last-child {
  margin-bottom: 0;
}
.page-content .bold-txt {
  font-size: 1.8rem;
  font-weight: 600;
}
.page-content .txt-title {
  border-bottom: 4px solid #c4c4c4;
  padding-bottom: 0.4em !important;
  margin-bottom: 30px !important;
}
.page-content .img-title img {
  width: 100%;
  max-width: 100%;
}
.page-content .br-ib {
  display: inline-block;
}
.page-content h2 span:not(.br-ib) {
  /*font-size: 1.3rem;*/
}
.page-content h2 span.sub-txt {
  display: block;
  font-size: 1.3rem;
}
.page-content h3 {
  position: relative;
}
.page-content h3 span {
  display: inline-block;
  border-bottom: 5px solid #95347b;
}
.page-content h3 span span {
  border-bottom: none;
}
.page-content h3::before {
  content: "";
  height: 5px;
  display: block;
  background: #e0e0e0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.page-content h3::after {
  content: none !important;
}
.page-content h2 + h3 {
  margin-top: 0;
}
.page-content section h2:first-child {
  margin-top: 0;
}
.page-content section h3:first-child {
  margin-top: 0;
}
.page-content section h4:first-child {
  margin-top: 0;
}
.page-content .fw-600 {
  font-weight: 600;
}
.page-content .fw-800 {
  font-weight: 800;
}
.page-content .f-size-18 {
  font-size: 1.8rem;
}
.page-content .txt-center {
  text-align: center;
}
.page-content .txt-left {
  text-align: left;
}
.page-content .txt-right {
  text-align: right;
}
.page-content .txt-br {
  display: block;
}
.page-content .txt-br-smp {
  display: block;
}
.page-content .txt-imp {
  color: #f72e2e !important;
  /*&.notice {
  	color: #f72e2e;
  }*/
}
.page-content .txt-imp-block {
  background: #f72e2e;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 3px;
  text-align: center;
}
.page-content .txt-nml {
  color: #282828;
}
.page-content .txt-cl-kyt {
  color: #95347b;
}
.page-content .txt-c-nml {
  color: #282828;
}
.page-content strong,
.page-content em b {
  font-weight: 800;
}
.page-content .price {
  font-size: 1.6rem;
  font-weight: 700;
  /*text-align: right;*/
}
.page-content .price__num {
  display: inline-block;
  line-height: 1;
  font-size: 2.4rem;
  padding: 0 0.2rem;
  vertical-align: -0.08em;
}
.page-content .c-price {
  color: #f72e2e;
}
.page-content a {
  color: #95347b;
  /*text-decoration: none;*/
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.page-content a:not(.no_icon) {
  text-decoration: underline;
}
.page-content a.btn {
  text-decoration: none;
}
.page-content a:hover,
.page-content a:active,
.page-content a:focus {
  text-decoration: none;
  cursor: pointer;
}
.page-content a img {
  border: none;
}
.page-content a[href$=".pdf"]::after {
  content: "[\f1c1PDF]";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 88%;
  margin-left: 0.5em;
}
.page-content a[href$=".doc"]::after,
.page-content a[href$=".docx"]::after {
  content: "[ \f1c2  Word ]";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 88%;
  margin-left: 0.5em;
}
.page-content a[href$=".xls"]::after,
.page-content a[href$=".xlsx"]::after {
  content: "[ \f1c3  Excel ]";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 88%;
  margin-left: 0.5em;
}
.page-content a[href$=".zip"]::after {
  content: "[ \f1c6  ZIP ]";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 88%;
  margin-left: 0.5em;
}
.page-content a[href$=".ppt"]::after,
.page-content a[href$=".pptx"]::after {
  content: "[ \f1c4  PPT ]";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 88%;
  margin-left: 0.5em;
}
.page-content a[target=_blank]::before {
  /*content: "\f08e";*/
  content: "\f08e";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.page-content a[target=_blank][href$=".pdf"]::before {
  content: none;
}
.page-content a.no_icon::before,
.page-content a.no_icon::after {
  content: none;
}
.page-content p.notice a::before {
  margin-left: 1.2em;
}
.page-content p.notice a::after {
  margin-left: 1em;
}
.page-content .big-c a::before {
  margin-left: 1.7em;
}
.page-content .big-c a::after {
  margin-left: 1.7em;
}
.page-content .m-tb-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-content .m-mgn-10 {
  margin: 10px;
}
.page-content .m-mgn-20 {
  margin: 20px;
}
.page-content .m-mgn-30 {
  margin: 30px;
}
.page-content .m-mgn-40 {
  margin: 40px;
}
.page-content .m-mgn-50 {
  margin: 50px;
}
.page-content .m-mgn-60 {
  margin: 60px;
}
.page-content .m-mgn-70 {
  margin: 70px;
}
.page-content .m-mgn-80 {
  margin: 80px;
}
.page-content .m-mgn-t-10 {
  margin-top: 10px;
}
.page-content .m-mgn-t-20 {
  margin-top: 20px;
}
.page-content .m-mgn-t-30 {
  margin-top: 30px;
}
.page-content .m-mgn-t-40 {
  margin-top: 40px;
}
.page-content .m-mgn-t-50 {
  margin-top: 50px;
}
.page-content .m-mgn-t-60 {
  margin-top: 60px;
}
.page-content .m-mgn-t-70 {
  margin-top: 70px;
}
.page-content .m-mgn-t-80 {
  margin-top: 80px;
}
.page-content .m-mgn-b-0 {
  margin-bottom: 0;
}
.page-content .m-mgn-b-10 {
  margin-bottom: 10px;
}
.page-content .m-mgn-b-20 {
  margin-bottom: 20px;
}
.page-content .m-mgn-b-30 {
  margin-bottom: 30px;
}
.page-content .m-mgn-b-40 {
  margin-bottom: 40px;
}
.page-content .m-mgn-b-50 {
  margin-bottom: 50px;
}
.page-content .m-mgn-b-60 {
  margin-bottom: 60px;
}
.page-content .m-mgn-b-70 {
  margin-bottom: 70px;
}
.page-content .m-mgn-b-80 {
  margin-bottom: 80px;
}
.page-content ol,
.page-content ul {
  margin: 0 0 2em;
}
.page-content ol:last-child,
.page-content ul:last-child {
  margin-bottom: 0;
}
.page-content ol li,
.page-content ul li {
  padding-inline-start: 0;
}
.page-content ol li:last-of-type,
.page-content ul li:last-of-type {
  margin-bottom: 0;
}
.page-content .notice {
  color: #656565;
  /*&:not(.txt-nml),&:not(.txt-c-nml),*/
}
.page-content .notice.txt-nml, .page-content .notice.txt-c-nml {
  color: #282828;
  line-height: 1.5;
  /*font-size: 1.4rem;*/
}
.page-content .notice {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
}
.page-content p.notice,
.page-content div.notice {
  margin-left: 1em;
  text-indent: -1em;
}
.page-content p.notice::first-letter,
.page-content div.notice::first-letter {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.page-content ul.notice {
  list-style-type: none;
  /*margin: 0 0 2em;*/
  padding: 0;
}
.page-content ol.notice,
.page-content ol.brackets-num,
.page-content ol.circle-num {
  counter-reset: list;
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
.page-content ul.notice > li {
  position: relative;
  padding: 0 0 0 1.1em;
  margin-left: 0;
  margin-bottom: 0;
}
.page-content ul.notice.txt-nml > li, .page-content ul.notice.txt-c-nml > li {
  margin-bottom: 0.5em;
}
.page-content ul.notice > li:before {
  content: "※";
  position: absolute;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  left: 0;
  top: 0.4em;
  height: 1em;
  transform: translateY(-50%);
}
.page-content ol.notice > li {
  position: relative;
  padding: 0 0 0.25rem 2.2em;
  margin-left: 0;
}
.page-content ol.notice > li:before {
  counter-increment: list;
  content: "※" counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0.7em;
  transform: translateY(-50%);
}
.page-content ol.brackets-num > li {
  position: relative;
  padding: 0 0 0.25rem 3rem;
  margin-left: 0;
}
.page-content ol.brackets-num > li:before {
  counter-increment: list;
  content: "(" counter(list) ")";
  position: absolute;
  left: 0;
  top: 1.1rem;
  transform: translateY(-50%);
}
.page-content ol.circle-num > li {
  position: relative;
  padding: 0 0 0.25rem 3rem;
  margin-left: 0;
}
.page-content ol.circle-num > li:before {
  border: 1px solid #282828;
  border-radius: 100%;
  line-height: 1 !important;
  counter-increment: list;
  content: "" counter(list) "";
  padding: 0.4rem;
  margin: 0;
  position: absolute;
  left: 0;
  top: 1.1rem;
  letter-spacing: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  text-align: center;
}
.page-content ul.big-c > li {
  list-style: none;
  margin-left: 1.5em !important;
  text-indent: -1.5em;
}
.page-content ul.big-c > li::before {
  content: "●";
  margin-right: 0.5rem;
}
.page-content ul.notice-c {
  color: #656565;
}
.page-content ul.notice-c > li {
  list-style: none;
  margin-left: 1.4em !important;
  text-indent: -1em;
}
.page-content ul.notice-c > li::before {
  content: "●";
  font-size: 80%;
  color: #656565;
  margin-right: 0.2rem;
}
.page-content ul.txt-link-list {
  list-style-type: none;
  padding: 0;
}
.page-content ul.txt-link-list > li {
  position: relative;
  padding: 0 0 0 1.1em;
  margin-left: 0;
  margin-bottom: 0;
}
.page-content ul.txt-link-list > li a:before {
  font-family: "FontAwesome";
  font-weight: 600;
  content: "\f105" !important;
  position: absolute;
  left: 0;
  top: 0;
}
.page-content ul.txt-link-list > li a[target=_blank]::after {
  content: "\f08e";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 90%;
  margin-right: 0.2em;
  margin-left: 0.2em;
  top: 0.1em;
}
.page-content ul.txt-link-list > li a[target=_blank][href$=".pdf"]::after {
  content: "[\f1c1PDF]" !important;
  display: inline-block;
  font-family: "FontAwesome";
}
.page-content .list-table dt,
.page-content .list-table dd {
  display: block;
}
.page-content .list-table dt {
  border-top: 1px solid #eaeaea;
  font-weight: 600;
  padding: 1.5rem;
}
.page-content .list-table dd {
  padding: 0.5rem 1.5rem 1.5rem;
}
.page-content .list-table dd + dd {
  border-top: 1px dotted #eaeaea;
  padding: 1.5rem 1.5rem 1.5rem;
}
.page-content .list-table dd div {
  border-top: 1px dotted #eaeaea;
  padding: 1rem 0;
}
.page-content .list-table dd div:first-of-type {
  border: none;
  padding: 0 0 1rem;
}
.page-content .list-table dd div:last-of-type {
  padding: 1rem 0 0;
}
.page-content .list-table dd div {
  position: relative;
}
.page-content .list-table dd a.link_movepage {
  border: none;
  display: inline-block;
  margin: 0 0 0 auto;
  text-decoration: none;
  float: none;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.page-content .content-nav {
  list-style: none;
  margin: 1.5em 0;
}
.page-content .content-nav > li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
  text-align: center;
}
.page-content .content-nav > li a {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  /*background: $base-color-02;*/
  display: flex;
  padding: 0.8em 0;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  flex-grow: 1;
  flex-basis: auto;
}
.page-content .content-nav > li a:hover {
  border: 1px solid #e0e0e0;
  background: #95347b;
  color: #fff;
}
.page-content .content-nav > li.active a {
  border: 1px solid #e0e0e0;
  background: #95347b;
  color: #fff;
}
.page-content .local-nav {
  font-size: 1.1rem;
  margin: 0 0 20px !important;
  padding: 0;
  width: 100%;
}
.page-content .local-nav > li {
  margin-bottom: 1% !important;
  font-weight: 600;
  width: 49%;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
}
.page-content .local-nav > li a {
  border: 1px solid #95347b;
  border-radius: 3px;
  color: #282828;
  display: block;
  line-height: 1.2;
  padding: 0.5rem 1.4rem 0.5rem 0.4rem;
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.page-content .local-nav > li a span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  width: 100%;
  justify-content: center;
}
.page-content .local-nav > li a:hover {
  border-color: #95347b;
  background: #95347b;
  color: #fff;
  text-decoration: none;
}
.page-content .local-nav > li a:hover::after {
  color: #fff;
}
.page-content .local-nav > li a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  /*line-height: 1.0;*/
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 0.8rem;
  transform: rotate(90deg);
}
.page-content .local-nav > li.active a {
  border: 1px solid #95347b;
  background: #95347b;
  color: #fff;
}
.page-content .local-nav > li.active a::after {
  color: #fff;
  transform: rotate(90deg);
  right: 8px;
}
.page-content .scroll-tbl {
  overflow-x: auto;
  position: relative;
  max-width: 100vw;
}
.page-content .block-tbl {
  border: none;
}
.page-content .block-tbl th {
  display: block;
  width: 100%;
}
.page-content .block-tbl th:not(:last-child) {
  border-bottom: none;
}
.page-content .block-tbl td {
  /*border-bottom: none;*/
  display: block;
  width: 100%;
}
.page-content .block-tbl tr:not(:last-child) td {
  border-bottom: none;
}
.page-content .block-tbl tr:last-child td:not(:last-child) {
  border-bottom: none;
}
.page-content .page-key-img {
  margin-bottom: 30px;
}
.page-content .in-img-w90 {
  text-align: center;
}
.page-content .in-img-w90 img {
  width: 100%;
}
.page-content .in-img-w85 {
  text-align: center;
}
.page-content .in-img-w85 img {
  width: 100%;
}
.page-content .in-img-w80 {
  text-align: center;
}
.page-content .in-img-w80 img {
  width: 100%;
}
.page-content .in-img-w75 {
  text-align: center;
}
.page-content .in-img-w75 img {
  width: 100%;
}
.page-content .r-cnr {
  border-radius: 3px;
}
.page-content .r-cnr img {
  border-radius: 3px;
}
.page-content .r-cnr-6 {
  border-radius: 6px;
}
.page-content .r-cnr-6 img {
  border-radius: 6px;
}
.page-content .view-all-btn {
  display: inline-block;
}
.page-content .view-all-btn a {
  background: #fff;
  border: 1px solid #edc4d5;
  border-radius: 200px;
  display: block;
  font-size: 1.1rem;
  padding: 0.2rem 2.6rem 0.2rem 1.6rem;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
.page-content .view-all-btn a::after {
  content: "\f105";
  color: #282828;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 8px;
  line-height: 1;
}
.page-content .view-all-btn a:hover {
  border: 1px solid #95347b;
  background: #95347b;
  color: #fff !important;
  text-decoration: none !important;
}
.page-content .view-all-btn a:hover::after {
  color: #fff;
}
.page-content .back-list-btn {
  display: inline-block;
}
.page-content .back-list-btn a {
  background: #fff;
  border: 1px solid #edc4d5;
  border-radius: 200px;
  display: block;
  font-size: 1.1rem;
  padding: 0.2rem 1.6rem 0.2rem 2.6rem;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
.page-content .back-list-btn a::before {
  content: "\f104";
  /*color: #282828;*/
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  left: 8px;
  line-height: 1;
}
.page-content .back-list-btn a:hover {
  border: 1px solid #95347b;
  background: #95347b;
  color: #fff !important;
  text-decoration: none !important;
}
.page-content .back-list-btn a:hover::after {
  color: #fff;
}
.page-content .btn-box {
  margin: 30px 0;
}
.page-content .btn-box a {
  background: #ac5394;
  border-radius: 44px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0.8em 2.4em;
  position: relative;
  width: 100%;
  max-width: 480px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
}
.page-content .btn-box a::after {
  content: "\f105";
  color: #fff;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
  line-height: 1;
}
.page-content .btn-box a[target=_blank]::after {
  content: "\f08e";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5rem;
  font-weight: 400 !important;
  margin-left: 0.5em;
}
.page-content .btn-box a[target=_blank]::before {
  content: none;
}
.page-content .btn-box a:hover {
  background: #95347b;
  color: #fff;
  text-decoration: none;
}
.page-content * .btn-box:last-child {
  margin-bottom: 0;
}
.page-content .btn,
.page-content .btn-s {
  background: #ac5394;
  border-radius: 44px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0.8em 2.4em;
  position: relative;
  width: 100%;
  max-width: 480px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
}
.page-content .btn::after,
.page-content .btn-s::after {
  content: "\f105";
  color: #fff;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
  line-height: 1;
}
.page-content .btn:hover,
.page-content .btn-s:hover {
  background: #95347b;
  color: #fff;
  text-decoration: none;
}
.page-content .btn[href$=".pdf"][target=_blank].btn::after,
.page-content .btn-s[href$=".pdf"][target=_blank].btn::after {
  content: "\f08e";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5rem;
  font-weight: 400 !important;
  margin-left: 0.5em;
}
.page-content .btn[target=_blank].btn::after,
.page-content .btn-s[target=_blank].btn::after {
  content: "\f08e";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5rem;
  font-weight: 400 !important;
  margin-left: 0.5em;
}
.page-content .btn[href$=".pdf"][target=_blank].btn::before, .page-content .btn[target=_blank].btn::before,
.page-content .btn-s[href$=".pdf"][target=_blank].btn::before,
.page-content .btn-s[target=_blank].btn::before {
  content: none;
}
.page-content .btn-s {
  max-width: 300px;
}
.page-content .entry-btn {
  /*margin: 30px 0;*/
}
.page-content .entry-btn a,
.page-content .entry-btn a.btn {
  /*background: #faa300;*/
}
.page-content .m-btns {
  display: block;
  text-align: center;
  margin: 2em 0;
}
.page-content .m-btns > li {
  display: inline-block;
  margin: 0 0.4em 0.4em !important;
  width: 90%;
  max-width: 360px;
}
.page-content .m-btns-s {
  display: block;
  text-align: center;
  margin: 2em 0 !important;
}
.page-content .m-btns-s > li {
  display: inline-block;
  margin: 0 0.4em 0.4em;
  width: 90%;
  max-width: 300px;
}
.page-content .m-btn-more {
  background: #ac5394;
  border-radius: 44px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 1.6em auto 0;
  padding: 0.8em 2.4em;
  position: relative;
  width: 100%;
  max-width: 480px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
}
.page-content .m-btn-more::after {
  content: "\f105";
  color: #fff;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
  line-height: 1;
}
.page-content .m-btn-more:hover {
  background: #95347b;
  color: #fff;
  text-decoration: none;
}
.page-content .m-btn-more02 {
  background: #fff;
  border: 1px solid #95347b;
  border-radius: 44px;
  box-sizing: border-box;
  color: #95347b;
  display: block;
  margin: 0 auto;
  padding: 0.8em 2.4em;
  position: relative;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
.page-content .m-btn-more02::after {
  content: "\f105";
  color: #95347b;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
  line-height: 1;
}
.page-content .m-btn-more02:hover {
  background: #95347b;
  color: #fff;
}
.page-content .m-btn-more02:hover::after {
  color: #fff;
}
.page-content .m-txtlink {
  display: block;
  /*font-size: 1.3rem;*/
}
.page-content .m-txtlink > li {
  width: 100%;
}
.page-content .m-txtlink > li a {
  display: block;
  padding: 0.8em 2.4em;
  position: relative;
  text-decoration: none;
}
.page-content .m-txtlink > li a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  line-height: 1;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
}
.page-content .m-txtlink > li a:hover {
  background: #95347b;
  color: #fff;
}
.page-content .m-txtlink > li a:hover::after {
  color: #fff;
}
.page-content .m-txtlink > li a[target=_blank]::after {
  content: "\f08e";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5rem;
  font-weight: 400 !important;
  margin-left: 0.5em;
}
.page-content .m-txtlink > li a[target=_blank]::before {
  content: none;
}
.page-content .inner-section section {
  padding-top: 40px;
  /*p:last-child,
           ul:last-child,
           ol:last-child*/
  /*p,
           ul,
           ol {
               &:last-child {
                   margin-bottom: 0;
               }
           }*/
}
.page-content .inner-section section > section:first-child {
  padding-top: 0;
}
.page-content .inner-section section > section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-content .bnr-box {
  margin-bottom: 1.5em;
}
.page-content .bdr-box {
  border-style: solid;
  border-width: 2px;
  border-radius: 6px;
  margin: 2em 0;
  padding: 1.6em;
}
.page-content .bdr-box:first-child {
  margin-top: 0;
}
.page-content .bdr-box:last-child {
  margin-bottom: 0;
}
.page-content .bdr-box.bdr-bold {
  border-width: 5px;
}
.page-content .bdr-box p:last-of-type {
  margin-bottom: 0;
}
.page-content .bdr-c-black {
  border-color: #000;
}
.page-content .bdr-c-gray {
  border-color: #c3c3c3;
}
.page-content .bdr-c-keycolor {
  border-color: #95347b;
}
.page-content .bdr-c-yellow {
  border-color: #f8cf20;
}
.page-content .bdr-c-red {
  /*border-color: #d31624;*/
  border-color: #f72e2e;
}
.page-content .bdr-c-au-orange {
  border-color: #E35206;
}
.page-content .m-fbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 2em;
}
.page-content .m-fbox > li {
  list-style: none;
  margin-left: 0;
}
.page-content .m-fbox:last-child {
  margin-bottom: 0;
}
.page-content .fbox-sv > li,
.page-content .fbox-sv > div,
.page-content .fbox-sv > section {
  width: 100%;
}
.page-content .fbox-2 > li,
.page-content .fbox-2 > div,
.page-content .fbox-2 > section {
  width: 49%;
}
.page-content .box-2 > li,
.page-content .box-2 > div,
.page-content .box-2 > section {
  width: 49%;
}
.page-content .fbox-3 > li,
.page-content .fbox-3 > div,
.page-content .fbox-3 > section {
  width: 49%;
}
.page-content .box-3 > li,
.page-content .box-3 > div,
.page-content .box-3 > section {
  width: 32%;
}
.page-content .fbox-4 > li,
.page-content .fbox-4 > div,
.page-content .fbox-4 > section {
  width: 23.5%;
}
.page-content .fbox-5 > li,
.page-content .fbox-5 > div,
.page-content .fbox-5 > section {
  width: 18.5%;
}
.page-content .fbox-w30,
.page-content .fbox-w35,
.page-content .fbox-w40,
.page-content .fbox-w45,
.page-content .fbox-w55,
.page-content .fbox-w60,
.page-content .fbox-w65,
.page-content .fbox-w70 {
  width: 100%;
  margin-bottom: 1em;
}
.page-content * + .fbox-w30,
.page-content * + .fbox-w35,
.page-content * + .fbox-w40,
.page-content * + .fbox-w45,
.page-content * + .fbox-w55,
.page-content * + .fbox-w60,
.page-content * + .fbox-w65,
.page-content * + .fbox-w70 {
  margin-bottom: 0;
}
.page-content .bdr-boxlist > div,
.page-content .bdr-boxlist > li {
  border-style: solid;
  border-width: 2px;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 1.6rem;
  margin-bottom: 2%;
}
.page-content .w-50 {
  width: 50%;
}
.page-content .youtube-box {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.page-content .youtube-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.page-content .youtube-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-content .d-red {
  color: #CC0133;
}
.page-content .bdr-c-docomo-yellow {
  border-color: #FCBB04;
}
.page-content .txt-bg-d-red {
  background: #CC0133;
  border-radius: 6px;
  color: #fff !important;
  padding: 0.4em 0.8em;
}
.page-content .txt-bg-s-yellow {
  background: #F7D418;
  border-radius: 6px;
  padding: 0.4em 0.8em;
}
.page-content .txt-bg-au-orange {
  background: #E35206;
  border-radius: 6px;
  color: #fff !important;
  padding: 0.4em 0.8em;
}

@media print, screen and (min-width: 560px) {
  /*Font*/
  .font-s {
    font-size: 1.2rem;
  }
  .price {
    font-size: 1.8rem;
    font-weight: 700;
    /*text-align: right;*/
  }
  .price__num {
    display: inline-block;
    line-height: 1;
    font-size: 3.2rem;
    padding: 0 0.2rem;
    vertical-align: -0.08em;
  }
  .page-content {
    /*Text Size*/
    /*FlexColum__col3*/
    /*Navi*/
  }
  .page-content .hide_smp {
    display: inline;
  }
  .page-content h1 {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .page-content h2 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .page-content h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .page-content h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .page-content h5 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .page-content h6 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .page-content h2 span.sub-txt {
    font-size: 1.5rem;
    display: block;
  }
  .page-content .bold-txt {
    font-size: 2.2rem;
    font-weight: 600;
  }
  .page-content .exbold-txt {
    font-size: 2.6rem;
    font-weight: 900;
  }
  .page-content .txt-br {
    display: block;
  }
  .page-content .txt-br-smp {
    display: inline;
  }
  .page-content .txt-br-pc {
    display: block;
  }
  .page-content .fbox-sv > li,
  .page-content .fbox-sv > div,
  .page-content .fbox-sv > section {
    width: 49%;
  }
  .page-content .local-nav {
    font-size: 1.3rem;
  }
  .page-content .local-nav > li {
    width: 32%;
  }
  .page-content .local-nav > li a {
    padding: 0.8rem 1.4rem 0.8rem 0.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  /*Font*/
  .font-s {
    font-size: 1.3rem;
  }
  h2 span.sub-txt {
    display: block;
    font-size: 1.6rem;
  }
  .page-content {
    /*FlexColum*/
    /*FlexColum__col3*/
    /*img*/
    /*Box*/
  }
  .page-content .fbox-sv > li,
  .page-content .fbox-sv > div,
  .page-content .fbox-sv > section {
    width: 32%;
  }
  .page-content .fbox-3 > div,
  .page-content .fbox-3 > li,
  .page-content .fbox-3 > section {
    width: 32%;
  }
  .page-content .in-img-w90 {
    text-align: center;
  }
  .page-content .in-img-w90 img {
    width: 90%;
  }
  .page-content .in-img-w85 {
    text-align: center;
  }
  .page-content .in-img-w85 img {
    width: 80%;
  }
  .page-content .in-img-w80 {
    text-align: center;
  }
  .page-content .in-img-w80 img {
    width: 80%;
  }
  .page-content .in-img-w75 {
    text-align: center;
  }
  .page-content .in-img-w75 img {
    width: 75%;
  }
  .page-content .fbox-w30 {
    width: 30%;
    margin-bottom: 0;
  }
  .page-content .fbox-w35 {
    width: 35%;
    margin-bottom: 0;
  }
  .page-content .fbox-w40 {
    width: 40%;
    margin-bottom: 0;
  }
  .page-content .fbox-w45 {
    width: 45%;
    margin-bottom: 0;
  }
  .page-content .fbox-w55 {
    width: 55%;
    margin-bottom: 0;
  }
  .page-content .fbox-w60 {
    width: 60%;
    margin-bottom: 0;
  }
  .page-content .fbox-w65 {
    width: 65%;
    margin-bottom: 0;
  }
  .page-content .fbox-w70 {
    width: 70%;
    margin-bottom: 0;
  }
}
/*$sub-color01:#e4cfde;*/
/*$sub-color03:#b373a2;*/
/*$sub-color04:#925482;*/
/*TOP*/
/*TOP_KeySlide*/
.top__key {
  background: #b0619a;
  padding: 20px 20px;
  width: 100%;
  /*order: 1;*/
  min-height: 1%;
}
.top__key__slide {
  width: 100%;
  margin-bottom: 10px;
}
.top__key__slide__list {
  width: 100%;
  margin-bottom: 10px;
}
.top__key__slide__banner__list {
  width: 100%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  /*> li:last-child {
  	width: 100%;
  	margin-bottom: 0;
  }*/
}
.top__key__slide__banner__list > li {
  width: 49%;
  margin-bottom: 2%;
}
.top__key__slide__banner__list > li:last-child {
  display: none;
}
.top__key__slide .slick-dots li {
  background: #95347b;
}
.top__key__slide .slick-dots li button:focus,
.top__key__slide .slick-dots li button:hover {
  background: #edc4d5;
}
.top__key__slide .slick-dots li.slick-active {
  background: #ffffff;
}
.top__key__slide .slick-next,
.top__key__slide .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 90%;
  z-index: 80;
  display: block;
  width: 40px;
  height: 44px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: #95347b;
  border-radius: 0;
  transition: 0.3s;
}
.top__key__slide .slick-next:before,
.top__key__slide .slick-prev:before {
  font-family: slick;
  color: #ffffff;
}
.top__key__slide .slick-next {
  right: -2%;
}
.top__key__slide .slick-next::before {
  content: "\f30f";
  display: block;
  font-family: ionicons;
  width: 40px;
  text-align: center;
}
.top__key__slide .slick-prev {
  left: -2%;
  display: block;
}
.top__key__slide .slick-prev:before {
  content: "\f2ca";
  display: block;
  font-family: ionicons;
  width: 40px;
  text-align: center;
}
.top__key__thumb {
  /*display: none;*/
}
.top__key__thumb__list {
  /*width: 100%;*/
}
.top__key__thumb__list .slick-list {
  margin-right: -0.6rem;
  /* ガター分ネガティブマージン */
}
.top__key__thumb__list .slick-slide {
  margin-right: 0.6rem;
  /* ガター */
}
.top__key__thumb__list .slick-dots > li:first-child:last-child {
  display: none;
}
.top__key__thumb__list img {
  border-radius: 3px;
}
.top__key__thumb .slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.slide__thumb {
  display: none;
}

/*TOP__Service-list_*/
.top-service {
  background: #eadde9;
  width: 100%;
  /*order: 4;*/
}
.top-service__list__item {
  background: #fff;
  border: 4px solid #fff;
  border-radius: 6px;
  margin-bottom: 2%;
  width: 100%;
  transition: 0.3s;
}
.top-service__list__item a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.4em 0.8rem;
  text-decoration: none;
}
.top-service__list__item a:hover {
  text-decoration: none;
}
.top-service__list__item i {
  display: block;
  /*margin: 0 auto;*/
  width: 22%;
  text-align: center;
}
.top-service__list__item i img {
  width: 90%;
}
.top-service__list__item__txt {
  width: 75%;
}
.top-service__list__item__txt h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.2em;
  /*text-align: center;*/
}
.top-service__list__item__txt p {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.top-service__list__net:hover {
  color: #282828;
  text-decoration: none;
  border: 4px solid #f0c11b;
}
.top-service__list__tv:hover {
  color: #282828;
  text-decoration: none;
  border: 4px solid #148ecc;
}
.top-service__list__phone:hover {
  color: #282828;
  text-decoration: none;
  border: 4px solid #009b73;
}
.top-service__list__business a[target=_blank]::before {
  content: none;
}
.top-service__list__business:hover {
  color: #282828;
  text-decoration: none;
  border: 4px solid #154d87;
}
.top-service__list__mobile:hover {
  color: #282828;
  text-decoration: none;
  border: 4px solid #ff6da9;
}

/*TOP__Price-plan*/
.top-priceplan {
  background: #f7f7f7;
  width: 100%;
  /*order: 5;*/
  min-height: 1%;
  padding-top: 0;
  padding-bottom: 0;
}
.top-priceplan__set {
  background: #95347b;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.top-priceplan__set h2 {
  color: #fff;
  text-align: center;
}
.top-priceplan__set__list__item {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 4%;
  text-align: center;
  width: 100% !important;
}
.top-priceplan__set__list__item__img {
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 1em;
}
.top-priceplan__set__list__item__img img {
  width: 60%;
  margin-bottom: 1em;
}
.top-priceplan__set__list__item__txt {
  background: #f4f4f4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
  padding: 1.6em;
  margin-top: 0rem;
  text-align: left;
}
.top-priceplan__set__list__item__txt__icon {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  /*justify-content: space-around;*/
  padding: 0;
  align-items: center;
  width: 100%;
  margin: -2.6em 0 0.8em;
  text-align: center;
}
.top-priceplan__set__list__item__txt__icon > span {
  /*background: $key-color01;*/
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  padding: 0 1.2rem;
  text-align: center;
}
.top-priceplan__set__list__item__txt h3 {
  margin: 0 0 0.5em;
  text-align: center;
}
.top-priceplan__set__list__item__txt .m-btn-more02 {
  max-width: 380px;
}
.top-priceplan__career {
  padding-top: 30px !important;
}
.top-priceplan__career h3 {
  text-align: center;
}
.top-priceplan__career .slick-list {
  margin-right: -1.2rem;
  /* ガター分ネガティブマージン */
}
.top-priceplan__career .slick-slide {
  margin-right: 1.2rem;
  /* ガター */
}
.top-priceplan__career .slick-dots > li:first-child:last-child {
  display: none;
}
.top-priceplan__career .m-btns {
  display: block;
  text-align: center;
  margin: 2em 0;
}
.top-priceplan__career .m-btns > li {
  display: inline-block;
  margin: 0 0.4em 0.4em !important;
  width: 90%;
  max-width: 360px;
}
.top-priceplan__career .m-btn-more {
  background: #ac5394;
  border-radius: 44px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 1.6em auto 0;
  padding: 0.8em 2.4em;
  position: relative;
  width: 100%;
  max-width: 480px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
}
.top-priceplan__career .m-btn-more::after {
  content: "\f105";
  color: #fff;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
  line-height: 1;
}
.top-priceplan__career .m-btn-more:hover {
  background: #95347b;
  color: #fff;
  text-decoration: none;
}
.top-priceplan__campaign h3 {
  font-size: 1.8rem;
}
.top-priceplan__campaign > li {
  margin-bottom: 2%;
}
.top-priceplan .top-priceplan__title {
  font-size: 1.8rem;
}

/*TOP-Ad*/
.top-ad {
  padding-bottom: 40px;
  /*order: 3;*/
}
.top-ad li {
  margin-bottom: 4%;
}
.top-ad li a {
  display: block;
}
.top-ad li a img {
  width: 100%;
  height: auto;
}

/*TOP-Emergency*/
.top-em {
  width: 100%;
  position: relative;
}
.top-em .view-all-btn {
  display: inline-block;
  position: absolute;
  top: 78px;
  right: 10%;
}
.top-em .view-all-btn a {
  border-color: #fa7070;
  background: #fa7070;
  color: #fff;
}
.top-em .view-all-btn a::after {
  color: #fff;
}
.top-em .view-all-btn a:hover {
  border-color: #fa3d3d;
  background: #fa3d3d;
}
.top-em .inner-section {
  background: #fff9f9;
  border: 8px solid #fa3d3d;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 3rem 4rem 0 !important;
}
.top-em .inner-section h2 {
  color: #fa3d3d;
}
.top-em__box__news {
  width: 100%;
  /*&__mente {
  	> li {
  		margin-bottom: 2em;

  		a {
  			padding: .84em 0 !important;
  			font-size: $f-size-xs;
  			line-height: 1.0;

  			&::after {}
  		}
  	}

  }*/
}
.top-em__box__news__list {
  border-top: 1px solid #d2d2d2;
  font-size: 1.3rem;
  margin-bottom: 20px;
  width: 100%;
}
.top-em__box__news__list > li {
  padding: 0.8em 0;
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
}
.top-em__box__news__list > li a {
  text-decoration: none;
}
.top-em__box__news__list > li a span {
  display: inline-block;
  font-size: 1rem;
}
.top-em__box__news__list > li a span.date {
  margin-right: 0.4em;
}
.top-em__box__news__list > li a span.icon-news {
  border: 1px solid #c3c3c3;
  padding: 0.2rem 0.4em;
  margin-right: 0.4em;
}
.top-em__box__news__list > li a span.icon__new {
  background: #fc7386;
  border-radius: 3px;
  color: #fff;
  padding: 0 0.8em;
}
.top-em__box__news__list > li a:hover span {
  text-decoration: none;
}
.top-em__box__news__list > li a:hover .news__title {
  text-decoration: none;
}
.top-em__box__news__list > li a .news__title {
  margin-top: 0.4em;
}
.top-em__box__news__list > li a[target=_blank]::before {
  content: none;
}
.top-em__box__news__list > li a[href$=".pdf"][target=_blank]::after {
  content: "[\f1c1PDF]\f08e";
  /*\f1c1*/
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5rem;
  font-weight: 400 !important;
  margin-left: 0.5em;
}
.top-em__box__news__list > li a[target=_blank]::after {
  content: "\f08e";
  /*\f1c1*/
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5rem;
  font-weight: 400 !important;
  margin-left: 0.5em;
}
.top-em__box__bnr {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-em__box__bnr__list li {
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-align: center;
  width: 49%;
}
.top-em__box__bnr__list li img {
  border: 1px solid #ededed;
  border-radius: 6px;
}
.top-em__box__bnr__list li a {
  display: block;
}
.top-em__box__ad {
  width: 100%;
  padding: 30px 0;
}
.top-em__box__ad li {
  margin-bottom: 4%;
}
.top-em__box__ad li a {
  display: block;
}
.top-em__box__ad li a img {
  width: 100%;
  height: auto;
}

/*TOP-News*/
.top-info {
  /*padding-bottom: 0;*/
  width: 100%;
  /*order: 2;*/
  padding-top: 25px !important;
  position: relative;
}
.top-info .view-all-btn {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 6.75%;
}
.top-info h2 {
  margin-bottom: 0.5em;
}
.top-info__box__news {
  width: 100%;
  /*&__mente {
  	> li {
  		margin-bottom: 2em;

  		a {
  			padding: .84em 0 !important;
  			font-size: $f-size-xs;
  			line-height: 1.0;

  			&::after {}
  		}
  	}

  }*/
}
.top-info__box__news__list {
  border-top: 1px solid #d2d2d2;
  font-size: 1.3rem;
  margin-bottom: 20px;
  width: 100%;
}
.top-info__box__news__list > li {
  padding: 0.8em;
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
}
.top-info__box__news__list > li a {
  text-decoration: none;
}
.top-info__box__news__list > li a span {
  display: inline-block;
  font-size: 1rem;
}
.top-info__box__news__list > li a span.date {
  margin-right: 0.4em;
}
.top-info__box__news__list > li a span.icon-news {
  border: 1px solid #c3c3c3;
  padding: 0.2rem 0.4em;
  margin-right: 0.4em;
}
.top-info__box__news__list > li a span.icon__new {
  background: #fc7386;
  border-radius: 3px;
  color: #fff;
  padding: 0 0.8em;
}
.top-info__box__news__list > li a:hover span {
  text-decoration: none;
}
.top-info__box__news__list > li a:hover .news__title {
  text-decoration: none;
}
.top-info__box__news__list > li a .news__title {
  margin-top: 0.4em;
}
.top-info__box__news__list > li a[target=_blank]::before {
  content: none;
}
.top-info__box__news__list > li a[href$=".pdf"][target=_blank]::after {
  content: "[\f1c1PDF]\f08e";
  /*\f1c1*/
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5rem;
  font-weight: 400 !important;
  margin-left: 0.5em;
}
.top-info__box__news__list > li a[target=_blank]::after {
  content: "\f08e";
  /*\f1c1*/
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5rem;
  font-weight: 400 !important;
  margin-left: 0.5em;
}
.top-info__box__news__list > li.imp-news {
  background: rgb(255, 223, 223);
}
.top-info__box__bnr {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-info__box__bnr__list li {
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-align: center;
  width: 49%;
}
.top-info__box__bnr__list li img {
  border: 1px solid #ededed;
  border-radius: 6px;
}
.top-info__box__bnr__list li a {
  display: block;
}
.top-info__box__ad {
  width: 100%;
  padding: 30px 0;
}
.top-info__box__ad li {
  margin-bottom: 4%;
}
.top-info__box__ad li a {
  display: block;
}
.top-info__box__ad li a img {
  border: 1px solid #d2d2d2;
  width: 100%;
  height: auto;
}

/*Guide*/
.top-guide {
  position: relative;
  padding: 0;
  width: 100%;
  /*order: 5;*/
}
.top-guide .inner-section {
  padding: 0;
  width: 100%;
}
.top-guide h2 {
  color: #fff;
  text-align: center;
}
.top-guide .member,
.top-guide .visitor {
  width: 100%;
  padding: 40px 20px 40px;
}
.top-guide .member > ul li,
.top-guide .visitor > ul li {
  border-radius: 3px;
  background: #fff;
  width: 100%;
  margin-bottom: 2%;
}
.top-guide .member > ul li a,
.top-guide .visitor > ul li a {
  color: #282828;
  font-weight: 600;
  display: block;
  padding: 1.2rem;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
.top-guide .member > ul li a::after,
.top-guide .visitor > ul li a::after {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  margin: auto 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.top-guide .member > ul li a:hover,
.top-guide .visitor > ul li a:hover {
  color: #95347b;
  padding-left: 28px;
}
.top-guide .member {
  background: #ac5394;
}
.top-guide .visitor {
  background: #933f7e;
}

/*FamilyChannel*/
.top-family-ch {
  background: #f3eef3;
  width: 100%;
  /*order: 6;*/
}
.top-family-ch h2 {
  background: #95347b;
  border-radius: 6px;
  color: #fff;
  font-size: 2rem;
  margin: 0 auto 1.5em;
  padding: 0.4em 0;
  text-align: center;
  width: 90%;
}
.top-family-ch h2 span {
  display: block;
  font-weight: 400;
}
.top-family-ch .family-ch__slide .slick-list {
  margin-right: -1.2rem;
  /* ガター分ネガティブマージン */
}
.top-family-ch .family-ch__slide .slick-slide {
  margin-right: 1.2rem;
  /* ガター */
}
.top-family-ch .family-ch__slide .slick-dots > li:first-child:last-child {
  display: none;
}
.top-family-ch .family-ch__slide__list {
  width: 75%;
  margin: 0 auto 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.top-family-ch .family-ch__slide__list li {
  background: #ffffff;
  border: 2px solid #fff;
  border-radius: 3px;
  transition: 0.3s;
  color: #282828;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
}
.top-family-ch .family-ch__slide__list li a {
  display: block;
  color: #282828;
  padding: 1.2em;
  width: 100%;
  text-decoration: none;
}
.top-family-ch .family-ch__slide__list li img {
  width: 100%;
}
.top-family-ch .family-ch__slide__list li h3 {
  font-size: 1.8rem;
}
.top-family-ch .family-ch__slide__list li h3 span {
  display: block;
  font-size: 1.1rem;
}
.top-family-ch .family-ch__slide__list li h3 .ch-subtitle-bg {
  background-color: #fc7386;
  color: #fff;
  border-radius: 5px;
  font-size: 1rem;
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
}
.top-family-ch .family-ch__slide__list li:hover {
  border: 2px solid #95347b;
}
.top-family-ch .family-ch__slide__list li:hover a {
  text-decoration: none;
}
.top-family-ch .family-ch__slide__list .slick-next,
.top-family-ch .family-ch__slide__list .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 80;
  display: block;
  width: 40px;
  height: 88px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: #edc4d5;
  border-radius: 0;
  transition: 0.3s;
}
.top-family-ch .family-ch__slide__list .slick-next:before,
.top-family-ch .family-ch__slide__list .slick-prev:before {
  font-family: slick;
  color: #95347b;
}
.top-family-ch .family-ch__slide__list .slick-next {
  right: -18%;
}
.top-family-ch .family-ch__slide__list .slick-next::before {
  content: "\f30f";
  display: block;
  font-family: ionicons;
  width: 40px;
  text-align: center;
}
.top-family-ch .family-ch__slide__list .slick-prev {
  left: -18%;
  display: block;
}
.top-family-ch .family-ch__slide__list .slick-prev:before {
  content: "\f2ca";
  display: block;
  font-family: ionicons;
  width: 40px;
  text-align: center;
}
.top-family-ch .m-btns {
  display: block;
  text-align: center;
  margin: 2em 0;
}
.top-family-ch .m-btns > li {
  display: inline-block;
  margin: 0 0.4em 0.4em !important;
  width: 90%;
  max-width: 360px;
}
.top-family-ch .m-btn-more {
  background: #ac5394;
  border-radius: 44px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 1.6em auto 0;
  padding: 0.8em 2.4em;
  position: relative;
  width: 100%;
  max-width: 480px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
}
.top-family-ch .m-btn-more::after {
  content: "\f105";
  color: #fff;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
  line-height: 1;
}
.top-family-ch .m-btn-more:hover {
  background: #95347b;
  color: #fff;
  text-decoration: none;
}

/*TOP-CATV info*/
.top-tv-bnrs {
  background: #e4cfde;
  width: 100%;
  /*order: 7;*/
  min-height: 1%;
}
.top-tv-bnrs .m-fbox li {
  margin-bottom: 0%;
  width: 49%;
}
.top-tv-bnrs .m-fbox li img {
  border-radius: 3px;
}
.top-tv-bnrs .m-fbox li a {
  display: block;
  /*margin-bottom: 10px;*/
  /*position: absolute;
  				left: 450px;
  				top: 0;
  */
}
.top-tv-bnrs .m-fbox li a::before {
  content: none;
}
.top-tv-bnrs .m-fbox .tv-bnr__cablegate {
  /*width: 100%;*/
}
.top-tv-bnrs .m-fbox:not(:last-of-type)::after {
  border-radius: 6px;
  background: #95347b;
  content: "";
  margin: 20px auto;
  display: block;
  height: 2px;
  width: 70%;
}

/*TOP-LocalNews*/
.top-localnews {
  width: 100%;
  /*order: 8;*/
}
.top-localnews__box__list {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.top-localnews__box__list > li {
  border-top: 1px solid #efefef;
  /*border-bottom: 1px solid #efefef;*/
  border-left: 1px solid #efefef;
  font-size: 1.3rem;
  font-weight: 600;
  width: 33%;
  text-align: center;
}
.top-localnews__box__list > li:nth-child(2) {
  width: 34%;
}
.top-localnews__box__list > li:last-child {
  border-right: 1px solid #efefef;
}
.top-localnews__box__list > li.active {
  background: #95347b;
  border-color: #edc4d5;
}
.top-localnews__box__list > li.active a {
  color: #fff;
}
.top-localnews__box__list > li.active a:hover {
  background: #95347b;
}
.top-localnews__box__list > li a {
  display: block;
  padding: 0.4em 0;
}
.top-localnews__box__list > li a:hover {
  background: #edc4d5;
}
.top-localnews__box .tabContents {
  padding: 1em;
}
.top-localnews__box .tabContents.active {
  border: 2px solid #95347b;
}
.top-localnews__box__news {
  width: 100%;
}
.top-localnews__box__news__list {
  border-top: 1px solid #d2d2d2;
  font-size: 1.3rem;
  margin-bottom: 20px;
  width: 100%;
}
.top-localnews__box__news__list > li {
  padding: 0.8em 0;
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
}
.top-localnews__box__news__list > li a {
  text-decoration: none;
}
.top-localnews__box__news__list > li a span {
  display: inline-block;
  font-size: 1rem;
}
.top-localnews__box__news__list > li a span.date {
  margin-right: 0.4em;
}
.top-localnews__box__news__list > li a span.icon-news {
  border: 1px solid #c3c3c3;
  padding: 0.2rem 0.4em;
  margin-right: 0.4em;
}
.top-localnews__box__news__list > li a span.icon__new {
  background: #fc7386;
  border-radius: 3px;
  color: #fff;
  padding: 0 0.8em;
}
.top-localnews__box__news__list > li a div {
  text-decoration: underline;
}
.top-localnews__box__news__list > li a:hover {
  text-decoration: none;
}
.top-localnews__box__news__list > li a:hover div {
  text-decoration: none;
}
.top-localnews__box__news__list > li a .news__title {
  margin-top: 0.4em;
}
.top-localnews__box__link section {
  padding: 1em 0;
  margin-bottom: 0;
}
.top-localnews__box__link .local-link__group__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  width: 100%;
}
.top-localnews__box__link .local-link__group__list > li {
  width: 49%;
}
.top-localnews__box__link .local-link__group__list > li a {
  padding: 0.4rem 2rem 0.4rem 0.4rem;
  font-size: 1.1rem;
  margin-left: 1em;
  text-indent: -0.75em;
}
.top-localnews__box__link .local-link__group__list > li a::after {
  right: 4%;
}
.top-localnews__box__site h2 {
  display: none;
}
.top-localnews__box__site .user-site__cat__list a {
  font-size: 1.1rem;
}
.top-localnews__box__bnr {
  width: 100%;
}
.top-localnews__box__bnr li {
  border: 1px solid #a61d73;
  margin-bottom: 10px;
  text-align: center;
}
.top-localnews__box__bnr li a {
  display: block;
}

/*TOP-Bnrs*/
.top-bnrs {
  padding-top: 0;
}

/*News Page*/
.news-content .inner-section {
  position: relative;
}
.news-content .back-list-btn {
  position: absolute;
  top: -2.8rem;
  right: 6.25%;
}
.news-content .back-list-btn a {
  color: #282828;
}

/* Present */
.present-content .fbox-2 {
  margin-bottom: 30px;
}
.present-content .fbox-2 > div {
  width: 100%;
}
.present-content .fbox-2 > div.present-img {
  margin-bottom: 20px;
  text-align: center;
}
.present-content .fbox-2 > div.present-img img {
  margin-bottom: 10px;
}
.present-content .fbox-2 > div.present-img figure {
  text-align: left;
}
.present-content figure {
  color: rgb(116, 116, 116);
  font-size: 1.2rem;
  line-height: 1.2;
}

.present-article {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.present-article:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}

/**** Plan Page ***/
.p-plan h2:first-of-type {
  text-align: center;
}
.p-plan__list {
  margin-bottom: 30px;
}
.p-plan__list__item {
  /*border: 5px solid $key-color01;
  border-radius: 6px;*/
  display: block;
  margin-bottom: 4%;
  /*padding: .8em;*/
}
.p-plan__list__item:last-child {
  margin-bottom: 0;
}
.p-plan__list__item h3 {
  color: #95347b;
  /*font-size: $f-size-3x;*/
  font-weight: 800;
  margin-bottom: 0.5em;
  text-align: center;
}
.p-plan__set__img {
  padding: 1em;
  text-align: center;
}
.p-plan__set__img > img {
  width: 70%;
  max-width: 420px;
  margin-bottom: 1em;
}
.p-plan__set__img__icon {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -ms-flex-direction: row;
  flex-direction: row;*/
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  /*justify-content: space-around;*/
  padding: 0;
  align-items: center;
  width: 100%;
}
.p-plan__set__img__icon > span {
  /*background: $key-color01;*/
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  padding: 0 1.2rem;
  text-align: center;
}
.p-plan__set__img__icon > span img {
  display: block;
  width: 90%;
}
.p-plan__set__txt {
  background: #f4f4f4;
  border-radius: 6px;
  font-size: 1.3rem;
  margin-top: -2.5rem;
  padding: 2.4rem;
}
.p-plan__service__list {
  flex-direction: column;
}
.p-plan__service__list__item {
  border-radius: 6px;
  margin-bottom: 4%;
  text-align: center;
  width: 100% !important;
}
.p-plan__service__list__item .service__item {
  flex-direction: column;
  flex-wrap: nowrap;
}
.p-plan__service__list__item .service__item .service-icon {
  width: 100%;
  padding: 0.4em 0;
}
.p-plan__service__list__item .service__item .service-icon i,
.p-plan__service__list__item .service__item .service-icon em {
  display: inline-block;
  /*padding-top: 1em;*/
  vertical-align: middle;
}
.p-plan__service__list__item .service__item .service-icon img {
  width: 48px;
  max-width: 180px;
}
.p-plan__service__list__item .service__item .service-icon h3 {
  margin: 0;
  display: inline;
  vertical-align: middle;
}
.p-plan__service__list__item .service__item .service-txt {
  width: 100%;
  text-align: left;
}
.p-plan__service__list__item .service__item .service-txt li {
  border-bottom: 1px solid #c4c4c4;
}
.p-plan__service__list__item .service__item .service-txt li a {
  display: block;
  padding: 0.8rem 1.6rem;
}
.p-plan__service__list__item .service__item .service-txt li:last-of-type {
  border-bottom: none;
}
.p-plan__service__list-net .service__item {
  border: 5px solid #f0c11b;
  border-radius: 6px;
}
.p-plan__service__list-net .service__item .service-icon {
  background: #fcf9da;
}
.p-plan__service__list-net .service__item .service-txt {
  border-top: 2px solid #f0c11b;
}
.p-plan__service__list-net .service__item .service-txt li {
  border-color: #f0c11b;
}
.p-plan__service__list-net .service__item .service-txt li a::after {
  background: #f0c11b;
  border-radius: 200px;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 1.3rem;
  padding: 0;
  text-indent: 0.6em;
  /*text-align: center;*/
}
.p-plan__service__list-tv .service__item {
  border: 5px solid #148ecc;
  border-radius: 6px;
}
.p-plan__service__list-tv .service__item .service-icon {
  background: #daeefc;
}
.p-plan__service__list-tv .service__item .service-txt {
  border-top: 2px solid #148ecc;
}
.p-plan__service__list-tv .service__item .service-txt li {
  border-color: #148ecc;
}
.p-plan__service__list-tv .service__item .service-txt li a::after {
  background: #148ecc;
  border-radius: 200px;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 1.3rem;
  padding: 0;
  text-indent: 0.6em;
  /*text-align: center;*/
}
.p-plan__service__list-phone .service__item {
  border: 5px solid #009b73;
  border-radius: 6px;
}
.p-plan__service__list-phone .service__item .service-icon {
  background: #e4fcda;
}
.p-plan__service__list-phone .service__item .service-txt {
  border-top: 2px solid #009b73;
}
.p-plan__service__list-phone .service__item .service-txt li {
  border-color: #009b73;
}
.p-plan__service__list-phone .service__item .service-txt li a::after {
  background: #009b73;
  border-radius: 200px;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 1.3rem;
  padding: 0;
  text-indent: 0.6em;
  /*text-align: center;*/
}
.p-plan__campaign h3 {
  text-align: center;
}
.p-plan__campaign h3 span {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}
.p-plan__campaign__list__item img {
  border-radius: 6px;
}
.p-plan__campaign__list .bnr-slide {
  width: 100%;
  margin: 0 auto 20px;
}
.p-plan__campaign__list .bnr-slide li a {
  display: block;
}
.p-plan__campaign__list .bnr-slide .slick-list {
  margin-right: -1.2rem;
  /* ガター分ネガティブマージン */
}
.p-plan__campaign__list .bnr-slide .slick-slide {
  margin-right: 1.2rem;
  /* ガター */
}
.p-plan__campaign__list .bnr-slide .slick-dots > li:first-child:last-child {
  display: none;
}

/**** Campaign Page ***/
.campaign__list__item {
  margin-bottom: 4%;
  width: 100%;
}
.campaign__list__item a {
  border: 1px solid #ededed;
  border-radius: 6px;
  color: #282828 !important;
  display: block;
  padding: 0.8em;
  transition: 0.3s;
}
.campaign__list__item a h2 {
  line-height: 1.4;
  margin-bottom: 20px;
}
.campaign__list__item a h2 span {
  color: #282828;
  display: block;
  font-size: 1.2rem;
}
.campaign__list__item a img {
  margin-bottom: 0.8em;
  width: 100%;
  height: auto;
}
.campaign__list__item a dt {
  background: #edc4d5;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.8em;
  font-size: 1.2rem;
  padding: 0.4rem 0.8em;
}
.campaign__list__item a dd {
  font-size: 1.3rem;
  margin-bottom: 1.6em;
}
.campaign__list__item a dd:last-child {
  /*margin-bottom: 0;*/
}
.campaign__list__item a:hover {
  border: 1px solid #95347b;
  text-decoration: none !important;
}
.campaign__list__item a:hover .campaign__list__item__more {
  background: #95347b;
  color: #fff;
}
.campaign__list__item__more {
  border: 1px solid #ededed;
  display: block;
  margin: 0 auto;
  padding: 0.4em 0;
  width: 100%;
  max-width: 420px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.campaign__list__item__more::after {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
  line-height: 1;
}

/**** FAQ Page ***/
.faq-search {
  background: #f4f4f4;
  /*padding: 1.2em;*/
}
.faq-search p {
  margin: 0 0 0.4rem;
}
.faq-search__for {
  display: none;
}
.faq-search__nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.faq-search__nav__item {
  width: 50%;
}
.faq-search__nav__item a {
  display: block;
  font-size: 1.2rem;
  padding: 0.8rem;
  text-align: center;
}
.faq-search__nav__item.active a {
  background: #95347b;
  color: #fff;
}
.faq-search__contents {
  background: #fff;
  border: 2px solid #95347b;
  padding: 1.6rem;
}
.faq-search__contents.faq-search-top {
  border: none;
  background: #f4f4f4;
}
.faq-search__contents.faq-search-top .faq-search__for {
  display: block;
}
.faq-search__cat {
  border-bottom: 1px solid #000;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}
.faq-search__cat__list__item {
  border-top: 1px solid #f4f4f4;
  width: 100% !important;
}
.faq-search__cat__list__item:first-child {
  border-top: none;
}
.faq-search__cat__list__item a {
  color: #282828 !important;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  transition: 0.3s;
  padding: 0.8em 2.4em 0.8em 0.8em;
  position: relative;
}
.faq-search__cat__list__item a:hover {
  color: #95347b !important;
}
.faq-search__cat__list__item a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  line-height: 1;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
}

.mt-site-search-container {
  position: relative;
}
.mt-site-search-container form {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mt-site-search-container form::after {
  content: "\f002";
  color: #000;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.8em;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
}

#mt-site-search-form__query {
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  font-size: 1.8rem;
  padding: 0.4em 2.4em 0.4em 0.8em;
  position: relative;
  width: 100%;
  transition: 0.3s;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.mt-site-search-form__button {
  position: absolute;
  height: 100%;
  width: 36px;
  margin: auto 0;
  opacity: 0;
  position: absolute;
  font-size: 0;
  top: 0;
  bottom: 0;
  right: 4em;
  z-index: 5000;
}
.mt-site-search-form__button:hover {
  cursor: pointer;
}

.faq-content h1 {
  font-size: 2rem;
}
.faq-content__cat__list__item {
  border-top: 1px solid #f4f4f4;
  width: 100% !important;
}
.faq-content__cat__list__item:first-child {
  border-top: none;
}
.faq-content__cat__list__item a {
  color: #282828 !important;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  transition: 0.3s;
  padding: 0.8em 2.4em 0.8em 0.8em;
  position: relative;
}
.faq-content__cat__list__item a:hover {
  color: #95347b !important;
}
.faq-content__cat__list__item a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  line-height: 1;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
}

.faqList {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.faqList__textHead {
  margin-bottom: 0.4em;
}
.faqList__textHead a {
  border: 1px solid #f4f4f4;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 0.4em;
  padding: 0.4em 0.8em;
}
.faqList h2 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.faqList h2.open {
  margin-bottom: 1em;
}
.faqList h2 a::before {
  content: none;
}
.faqList h2 a[target=_blank][href$=".pdf"]::after {
  content: "[\f1c1PDF]\f08e";
}
.faqList__title {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.faqList__title:hover {
  cursor: pointer;
}
.faqList__text {
  color: #282828 !important;
  display: none;
}
.faqList a {
  text-decoration: none !important;
}
.faqList a:hover .faqList__text {
  color: #95347b !important;
}

.faq-item h1 {
  color: #95347b;
  font-size: 2rem;
}
.faq-item__txt a {
  color: #95347b;
}
.faq-item__txt a:hover {
  text-decoration: underline;
}

.faq-foot__cat {
  border-top: 1px solid #c4c4c4;
}
.faq-foot__cat__list li {
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  margin-bottom: 2%;
  width: 100%;
}
.faq-foot__cat__list li a {
  color: #282828 !important;
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  transition: 0.3s;
  padding: 0.8em 2.4em 0.8em 0.8em;
  position: relative;
}
.faq-foot__cat__list li a:hover {
  color: #95347b !important;
}
.faq-foot__cat__list li a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  line-height: 1;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
}

/**** Company Page ***/
.company-top .company-content {
  padding-top: 0;
  width: 100%;
  position: relative;
}
.company-top .company-content::before {
  display: block;
  width: 100%;
  content: "";
  padding-top: 240px;
  margin-bottom: 30px;
  background: url(/company/img/bg_company.jpg) no-repeat center bottom;
  background-size: auto 160px;
  position: relative;
}
.company-top .company-content::after {
  display: block;
  width: 100%;
  content: "";
  padding-top: 240px;
  margin-bottom: 30px;
  background: url(/company/img/bg_company02.png) no-repeat center bottom;
  background-size: auto 140px;
  position: absolute;
  top: 0;
  z-index: 50;
}

.company-content__list > li {
  margin-bottom: 4%;
  width: 100%;
}
.company-content__list > li a {
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  color: #282828;
  display: block;
  padding: 1.6rem;
  position: relative;
}
.company-content__list > li a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
  line-height: 1;
}
.company-content__list > li a:hover {
  border: 1px solid #95347b;
  background: #95347b;
  color: #fff;
  text-decoration: none !important;
}
.company-content__list > li a:hover::after {
  color: #fff;
}
.company-content__list__txt {
  padding: 1.2em;
}
.company-content__list__txt h2 {
  font-size: 1.8rem;
}

/*Profile*/
.related-company {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.related-company li {
  margin: 0 0 30px !important;
  padding: 0 !important;
  width: 100%;
  text-align: center;
  vertical-align: baseline;
}
.related-company li img {
  width: 50%;
  height: auto;
}

/*Access*/
.company-access h3 {
  font-size: 1.6rem;
  width: 100%;
}
.company-access__box__access {
  width: 100%;
  /*order: 2;*/
}
.company-access__box__map {
  /*order: 1;*/
  margin-bottom: 1.5em;
  width: 100%;
}
.company-access__box__map__map {
  position: relative;
  /*height: 0;*/
  /*padding-top: 56.25%;
  overflow: hidden;*/
  width: 100%;
  margin-bottom: 1em;
  /*&__gmap {*/
  /*height: 0;*/
  /*overflow: hidden;*/
  /*padding-top: 56.25%;
  	position: relative;*/
  /*iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;

  }*/
  /*}*/
}
.company-access__box__map__map img {
  width: 100%;
}
.company-access__box__map__address {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.company-access__box__map__address__photo {
  width: 40%;
}
.company-access__box__map__address__photo img {
  width: 100%;
}
.company-access__box__map__address__txt {
  width: 55%;
  line-height: 1.2 !important;
  font-size: 1.4rem;
}

/*recruit*/
.content-nav.recruit-nav li {
  margin-bottom: 0.5em;
  width: 100%;
}
.content-nav.recruit-nav li span {
  display: inline;
}

.cont-recruit h3 {
  font-size: 1.6rem;
}
.cont-recruit .recruit__want {
  font-size: 1.8rem;
  font-weight: 900;
  padding: 1.5em 0;
}

/**** LocalNews Page ***/
/*local-topics*/
.top-local-topics {
  width: 100%;
}
.top-local-topics__list {
  border-top: 1px solid #d2d2d2;
  font-size: 1.3rem;
  margin-bottom: 20px;
  width: 100%;
}
.top-local-topics__list > li {
  padding: 0.8em 0;
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
}
.top-local-topics__list > li span {
  display: inline-block;
  font-size: 1.1rem;
}
.top-local-topics__list > li span.date {
  margin-right: 0.4em;
}
.top-local-topics__list > li span.icon-news {
  border: 1px solid #c3c3c3;
  padding: 0.2rem 0.4em;
  margin-right: 0.4em;
}
.top-local-topics__list > li span.icon__new {
  background: #fc7386;
  color: #fff;
  padding: 0.3rem 0.8em;
}
.top-local-topics__list > li a:hover {
  text-decoration: underline;
}
.top-local-topics__list > li .news__title {
  margin-top: 0.4em;
}

.local-news__lead {
  background: #f4f4f4;
  border-radius: 6px;
  padding: 1.6em;
}
.local-news__lead a {
  color: #95347b;
}
.local-news__lead a:hover {
  text-decoration: underline;
}
.local-news__item {
  /*&:first-of-type {
  	border-top: 1px solid $bd-color-01;
  }*/
  border-bottom: 1px solid #ededed;
  padding: 1.6em 0;
}
.local-news__item__date {
  font-size: 1.2rem;
}
.local-news__item__title {
  font-size: 1.6rem !important;
  color: #95347b;
}
.local-news__item a {
  display: block;
  padding-right: 2.4em;
  transition: 0.3s;
  position: relative;
}
.local-news__item a:hover {
  color: #95347b;
}
.local-news__item a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  line-height: 1;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
}
.local-news__content dl dt {
  border-top: none;
  border-bottom: 1px solid #95347b;
  color: #95347b;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 1.2em;
}

.local-link__group__list {
  margin-bottom: 30px;
}
.local-link__group__list li {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 2%;
  width: 100%;
}
.local-link__group__list li a {
  color: #282828;
  display: block;
  /*font-weight: 600;*/
  font-size: 1.4rem;
  transition: 0.3s;
  padding: 0.8em 2.4em 0.8em 0.8em;
  position: relative;
}
.local-link__group__list li a:hover {
  color: #95347b;
}
.local-link__group__list li a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  line-height: 1;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
}

.local-link {
  display: block;
}
.local-link section {
  padding: 0 0 30px;
}
.local-link section__group {
  width: 100%;
  display: block;
}
.local-link section__group__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 40px;
}
.local-link section__group__list li {
  margin: 0 !important;
  width: 100% !important;
  margin-bottom: 4%;
}

.user-site__cat__list {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.user-site__cat__list li {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 2%;
  width: 100%;
  margin-left: 0 !important;
}
.user-site__cat__list li a {
  color: #282828;
  display: block;
  /*font-weight: 600;*/
  font-size: 1.3rem;
  transition: 0.3s;
  padding: 0.8em 1.6em 0.8em 0.4em;
  position: relative;
}
.user-site__cat__list li a:hover {
  color: #95347b;
}
.user-site__cat__list li a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  line-height: 1;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 0.4em;
}

.page-content .user-site__cat__list {
  margin-bottom: 30px;
}
.page-content .user-site__cat__list li {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 2%;
  width: 49%;
}
.page-content .user-site__cat__list li a {
  color: #282828;
  display: block;
  /*font-weight: 600;*/
  font-size: 1.2rem;
  transition: 0.3s;
  padding: 0.8em 1.6em 0.8em 0.4em;
  position: relative;
}
.page-content .user-site__cat__list li a:hover {
  color: #95347b;
}
.page-content .user-site__cat__list li a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  line-height: 1;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 0.4em;
}
.page-content .top-user-site__cat li {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 2%;
  width: 100%;
}
.page-content .top-user-site__cat li a {
  color: #282828;
  display: block;
  /*font-weight: 600;*/
  font-size: 1.4rem;
  transition: 0.3s;
  padding: 0.8em 2.4em 0.8em 0.8em;
  position: relative;
}
.page-content .top-user-site__cat li a:hover {
  color: #95347b;
}
.page-content .top-user-site__cat li a::after {
  content: "\f105";
  color: #95347b;
  display: block;
  line-height: 1;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  right: 16px;
}
.page-content .user-site__list {
  list-style: none;
}
.page-content .user-site__list li {
  border-bottom: 1px solid #ededed;
  margin-left: 0;
  padding: 1em 0;
}
.page-content .user-site__list li a {
  display: block;
}

/*==========Campaign*/
.docomo-c.page-content .btn-box a[target=_blank] {
  background: #CC0133;
}
.docomo-c.page-content .btn-box a[target=_blank]:hover {
  background: #db0238;
}
.docomo-c.page-content.docomo-c-top .page-key-img {
  background: #CC0133;
}
.docomo-c.page-content .d-red {
  color: #CC0133;
}
.docomo-c.page-content .bdr-c-docomo-yellow {
  border-color: #FCBB04;
}
.docomo-c.page-content h2,
.docomo-c.page-content h3,
.docomo-c.page-content h4 {
  color: #282828;
}
.docomo-c.page-content h2 {
  font-size: 2.2rem;
}
.docomo-c.page-content h2 span {
  display: inline-block;
  font-size: 2.2rem;
}
.docomo-c.page-content h3 {
  /*border-bottom: 5px solid $bd-color-01;*/
}
.docomo-c.page-content h3 span {
  display: inline-block;
  border-bottom: 5px solid #CC0133;
}
.docomo-c.page-content h3::before {
  content: "";
  height: 5px;
  display: block;
  background: #ededed;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  /*overflow: hidden;*/
}
.docomo-c.page-content h3::after {
  content: none;
}
.docomo-c.page-content .service-in-flow {
  align-content: flex-start;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 2em;
}
.docomo-c.page-content .service-in-flow dt {
  background: #CC0133;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  padding: 0.4em 1em;
  font-size: 1.2rem;
}
.docomo-c.page-content .service-in-flow dd:not(:last-child)::after {
  content: "\f0d7";
  color: #FCBB04;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 4rem;
  display: block;
  padding: 0;
  text-align: center;
  line-height: 1.2;
}

.au_smart_value.page-content {
  /*.scroll-tbl {
  	overflow-x: auto;
  	position: relative;
  	max-width: 100vw;
  }*/
}
.au_smart_value.page-content .page-key-img {
  border-bottom: 3px solid #eb5505;
}
.au_smart_value.page-content h2,
.au_smart_value.page-content h3,
.au_smart_value.page-content h4 {
  color: #282828;
}
.au_smart_value.page-content img {
  max-width: 100%;
  height: auto;
}
.au_smart_value.page-content .condition {
  position: relative;
  min-width: 640px;
}
.au_smart_value.page-content .condition th,
.au_smart_value.page-content .condition td {
  padding: 0.8em;
  white-space: nowrap;
}
.au_smart_value.page-content .connect-box {
  font-weight: 900;
  font-size: 3.6rem;
  color: #eb5505;
  padding: 2rem 0;
  text-align: center;
}
.au_smart_value.page-content .arrow-box-down {
  font-weight: 900;
  font-size: 3.6rem;
  color: #eb5505;
  margin: 0;
  padding: 2rem 0;
  text-align: center;
}
.au_smart_value.page-content .inner-section section {
  padding-top: 0;
}
.au_smart_value.page-content .point__02 .m-fbox {
  flex-direction: row;
}
.au_smart_value.page-content .point__02 .m-fbox > div {
  width: 100%;
  text-align: center;
}
.au_smart_value.page-content .point__02 .m-fbox > div.icon img {
  width: 60px;
  margin: 0 auto 1em;
}
.au_smart_value.page-content .point__03__tel-tv {
  flex-direction: column;
  margin-bottom: 0;
}
.au_smart_value.page-content .point__03__tel-tv > div {
  width: 100%;
  margin-bottom: 1em;
}
.au_smart_value.page-content .point__03__tel-tv > div.bdr-box {
  margin-top: 0;
}
.au_smart_value.page-content .point__03__tel-tv > div span {
  vertical-align: middle;
}
.au_smart_value.page-content .point__03__tel-tv > div img {
  width: 60px;
  display: inline-block !important;
  margin-right: 0.4em;
  vertical-align: middle;
}
.au_smart_value.page-content .point__03__tel-tv .m-fbox__space {
  text-align: center;
}
.au_smart_value.page-content .point__04 > .bdr-box {
  padding: 0.4em;
}
.au_smart_value.page-content .point__04 > .bdr-box .bdr-box {
  margin: 0;
}
@media print, screen and (min-width: 560px) {
  /*TOP*/
  /*TOP_KeySlide*/
  /* Present */
  .present-content .fbox-2 > div.present-img {
    margin-bottom: 20px;
    width: 49%;
  }
  .present-content .fbox-2 > div.present-img img {
    margin-bottom: 10px;
  }
  .present-content .fbox-2 > div.present-img + .present-txt {
    width: 49%;
  }
  /*TOP__Service-list_*/
  .top-service__list__item {
    width: 49%;
  }
  /*TOP__Price-plan*/
  .top-priceplan__set__list__item__txt {
    text-align: center;
  }
  /*Guide*/
  .top-guide .member > ul li,
  .top-guide .visitor > ul li {
    width: 49%;
  }
  .top-guide .member > ul li a,
  .top-guide .visitor > ul li a {
    font-weight: 600;
    display: block;
    padding: 20px 20px;
    position: relative;
  }
  .top-guide .member > ul li a::after,
  .top-guide .visitor > ul li a::after {
    content: "\f105";
    display: block;
    font-family: "FontAwesome";
    margin: auto 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
  .top-guide .member {
    background: #ac5394;
  }
  .top-guide .visitor {
    background: #933f7e;
  }
  /*FamilyChannel*/
  .top-family-ch {
    background: #f3eef3;
  }
  .top-family-ch h2 {
    font-size: 2rem;
    text-align: center;
  }
  .top-family-ch .family-ch__slide__list {
    width: 90%;
  }
  .top-family-ch .family-ch__slide__list .slick-slide {
    /*margin: 0 5px;*/
  }
  .top-family-ch .family-ch__slide__list .slick-next {
    right: -10%;
  }
  .top-family-ch .family-ch__slide__list .slick-prev {
    left: -10%;
    display: block;
  }
  /*CATV info*/
  .top-tv-bnrs .m-fbox .tv-bnr__cablegate {
    width: 49%;
  }
  /**** Plan Page ***/
  .p-plan h2 .txt-br {
    display: inline;
  }
  .p-plan__service__list {
    flex-direction: column;
  }
  .p-plan__service__list__item .service__item {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }
  .p-plan__service__list__item .service__item .service-icon {
    width: 30%;
    justify-content: center;
    /*align-items: center;*/
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  .p-plan__service__list__item .service__item .service-icon i {
    display: block;
    padding-top: 0;
  }
  .p-plan__service__list__item .service__item .service-icon img {
    width: 60%;
    max-width: 90px;
  }
  .p-plan__service__list__item .service__item .service-icon h3 {
    margin: 0;
    font-size: 1.3rem;
  }
  .p-plan__service__list__item .service__item .service-txt {
    width: 70%;
  }
  .p-plan__service__list__item .service__item .service-txt li a {
    display: block;
    padding: 1.2rem;
  }
  .p-plan__service__list-net .service__item .service-txt {
    border-top: none;
    border-left: 2px solid #f0c11b;
  }
  .p-plan__service__list-tv .service__item .service-txt {
    border-top: none;
    border-left: 2px solid #148ecc;
  }
  .p-plan__service__list-phone .service__item .service-txt {
    border-top: none;
    border-left: 2px solid #009b73;
  }
  .p-plan__campaign__list .bnr-slide {
    width: 100%;
    margin: 0 auto 20px;
  }
  /**** FAQ Page ***/
  /**** Company Page ***/
  .company-content__list > li {
    width: 48%;
  }
  .company-content__list__txt {
    padding: 1.2em;
  }
  .company-content__list__txt h2 {
    font-size: 2rem;
  }
  /*Profile*/
  .related-company {
    align-items: flex-end;
  }
  .related-company li {
    margin-bottom: 0;
    width: 32%;
    text-align: center;
    font-size: 1.2rem;
  }
  .related-company li img {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
  }
  /*Access*/
  .company-access__address__txt {
    font-size: 1.5rem;
  }
  /*recruit*/
  .content-nav.recruit-nav {
    align-content: stretch;
    align-items: stretch;
  }
  .content-nav.recruit-nav li {
    margin-bottom: 0;
    width: 32%;
    min-height: 3.6em;
  }
  .content-nav.recruit-nav li a {
    display: table;
    height: 100%;
  }
  .content-nav.recruit-nav li a span {
    display: table-cell;
    vertical-align: middle;
  }
  .content-nav.recruit-nav li a span span {
    display: block;
  }
  /*Security*/
  .content-nav.security-nav li {
    width: 49%;
    margin-bottom: 2%;
  }
  /**** Local Page ***/
  .page-content .local-link__group__list li {
    margin-bottom: 49%;
  }
  /*==========Campaign*/
  /*docomo*/
  .docomo-c.page-content .service-in-flow {
    display: block;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 2em;
  }
  .docomo-c.page-content .service-in-flow dt {
    background: #CC0133;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    padding: 0.4em 1em;
    text-align: center;
    float: left;
  }
  .docomo-c.page-content .service-in-flow dd {
    width: calc(100% - 6em);
    margin-left: 7em;
    border-top: none;
    padding: 0 1em;
  }
  .docomo-c.page-content .service-in-flow dd:last-child {
    margin-bottom: 2em;
  }
  .docomo-c.page-content .service-in-flow dd:not(:last-child)::after {
    content: "\f0d7";
    color: #FCBB04;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 6rem;
    display: block;
    padding: 0;
    text-align: center;
  }
  /*au*/
  .au_smart_value.page-content .connect-box {
    font-size: 4.2rem;
  }
  .au_smart_value.page-content .arrow-box-down {
    font-size: 4.2rem;
  }
  .au_smart_value.page-content .inner-section section {
    padding-top: 0;
  }
  .au_smart_value.page-content .point__02 .m-fbox {
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: auto;
    flex-grow: 1;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .au_smart_value.page-content .point__02 .m-fbox > div {
    width: auto;
    text-align: center;
  }
  .au_smart_value.page-content .point__02 .m-fbox > div.icon {
    margin-right: 1em;
  }
  .au_smart_value.page-content .point__02 .m-fbox > div.icon img {
    width: 100px;
    margin: 0 auto;
  }
  .au_smart_value.page-content .point__03__tel-tv {
    flex-direction: row;
    margin-bottom: 0;
  }
  .au_smart_value.page-content .point__03__tel-tv > div {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  .au_smart_value.page-content .point__03__tel-tv > div.bdr-box {
    margin-top: 0;
    padding: 0.8em;
  }
  .au_smart_value.page-content .point__03__tel-tv > div span {
    display: inline-block !important;
  }
  .au_smart_value.page-content .point__03__tel-tv > div img {
    width: 90px;
    display: inline-block !important;
    vertical-align: middle;
  }
  .au_smart_value.page-content .point__04 > .bdr-box {
    padding: 0.4em;
  }
  .au_smart_value.page-content .point__04 > .bdr-box .bdr-box {
    margin: 0;
  }
}
@media print, screen and (min-width: 960px) {
  body {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .smp,
  .index_slide div.smp {
    display: none;
  }
  footer {
    font-size: 1.3rem;
  }
  .more_btns {
    text-align: center;
    /*font-size: 1.6rem;*/
    line-height: 1;
  }
  .more_btns li {
    display: inline-block;
    margin: 0 0.4em 0.4em;
    width: auto;
  }
  .more_btns li a {
    padding: 0.8em 2.4em;
    display: block;
  }
  /*TOP*/
  /*TOP_KeySlide*/
  .top__key {
    background: #b0619a;
    padding: 20px 20px;
  }
  .top__key__slide {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 1280px;
  }
  .top__key__slide__list {
    width: 72%;
    margin-bottom: 0;
  }
  .top__key__slide__banner {
    width: 25%;
  }
  .top__key__slide__banner__list > li {
    width: 100%;
    margin-bottom: 3.5%;
  }
  .top__key__slide__banner__list > li:last-child {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .top__key__thumb {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
  }
  .top__key__thumb__list .slick-slide {
    /*width: 19% !important;*/
    margin-right: 0;
  }
  .top__key__thumb__list .slick-slide:last-of-type {
    margin-right: 0;
  }
  .top__key__thumb__list .slick-list {
    margin-right: 0;
    width: 100%;
  }
  .top__key__thumb .slick-track {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  .top__key__thumb .slick-track > li {
    width: 19% !important;
    margin: 0;
  }
  .top__key__thumb .slick-track:after,
  .top__key__thumb .slick-track:before {
    display: none;
    content: none;
  }
  .top__key__thumb .slick-track:after {
    clear: both;
  }
  .top__key .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  /* Present */
  .present-content .fbox-2 > div.present-img {
    width: 35%;
    margin-bottom: 20px;
  }
  .present-content .fbox-2 > div.present-img img {
    margin-bottom: 10px;
  }
  .present-content .fbox-2 > div.present-img + .present-txt {
    width: 60%;
  }
  /*TOP__Service-list_*/
  .top-service h2 {
    text-align: center;
  }
  .top-service__list__item {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 6px;
    margin-bottom: 2%;
    width: 23.5%;
    transition: 0.3s;
  }
  .top-service__list__item a {
    flex-direction: column;
    padding: 0 2em 0.8em;
  }
  .top-service__list__item a:hover {
    text-decoration: none;
  }
  .top-service__list__item i {
    display: block;
    /*margin: 0 auto;*/
    width: 40%;
    text-align: center;
    min-height: 0%;
  }
  .top-service__list__item i img {
    width: 90%;
  }
  .top-service__list__item__txt {
    width: 100%;
  }
  .top-service__list__item__txt h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.2em;
    text-align: center;
  }
  .top-service__list__item__txt p {
    font-size: 1.5rem;
  }
  /*TOP-Ad*/
  /*.top-ad {
  	padding-bottom: 40px;
  	order: 3;

  	li {
  		margin-bottom: 2%;

  		a {
  			display: block;

  			img {}
  		}
  	}
  }*/
  /*TOP__Price-plan*/
  .top-priceplan__set {
    background: #95347b;
    padding: 30px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .top-priceplan__set h2 {
    color: #fff;
    text-align: center;
  }
  .top-priceplan__set__list {
    width: 87.5%;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-around;
  }
  .top-priceplan__set__list__item {
    text-align: center;
    width: 48% !important;
    /*max-width: 500px;*/
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .top-priceplan__set__list__item__img {
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 1em;
    width: 42%;
  }
  .top-priceplan__set__list__item__img img {
    width: 90%;
    margin-bottom: 1em;
  }
  .top-priceplan__set__list__item__txt {
    background: #f4f4f4;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 100%;
    padding: 1.2em;
    text-align: left;
  }
  .top-priceplan__set__list__item__txt__icon {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    /*justify-content: space-around;*/
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .top-priceplan__set__list__item__txt__icon > span {
    /*background: $key-color01;*/
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    padding: 0 1.2rem;
    text-align: center;
  }
  .top-priceplan__set__list__item__txt h3 {
    margin: 0 0 0.5rem;
    text-align: left;
  }
  .top-priceplan__career {
    padding-top: 30px !important;
  }
  .top-priceplan__career .slick-list {
    margin-right: -1.2rem;
    /* ガター分ネガティブマージン */
  }
  .top-priceplan__career .slick-slide {
    margin-right: 1.2rem;
    /* ガター */
  }
  .top-priceplan__career .slick-dots > li:first-child:last-child {
    display: none;
  }
  .top-priceplan__campaign h3 {
    font-size: 1.8rem;
  }
  .top-priceplan__campaign > li {
    margin-bottom: 2%;
  }
  .top-priceplan .top-priceplan__title {
    font-size: 1.8rem;
  }
  /*TOP-Emergency*/
  .top-em {
    /*order: 2;*/
  }
  .top-em h2 {
    text-align: center;
  }
  .top-em__box__news {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .top-em__box__news__list {
    border-top: 1px solid #d2d2d2;
    /*font-size: $f-size-m-pc;*/
    font-size: 1.5rem;
    margin-bottom: 20px;
    width: 100%;
  }
  .top-em__box__news__list > li {
    padding: 0;
  }
  .top-em__box__news__list > li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 1em 0;
    width: 100%;
  }
  .top-em__box__news__list > li a span {
    display: block;
    font-size: 1.1rem;
  }
  .top-em__box__news__list > li a span.date {
    margin-right: 0.4em;
    width: 7em;
  }
  .top-em__box__news__list > li a span.icon-news {
    border: 1px solid #c3c3c3;
    padding: 0.2rem 0.4em;
    margin-right: 0.4em;
  }
  .top-em__box__news__list > li a span.icon__new {
    background: #fc7386;
    color: #fff;
    padding: 0 0.8em;
    margin-right: 1em;
    width: 5em;
    text-align: center;
  }
  .top-em__box__news__list > li a:hover {
    color: #95347b;
  }
  .top-em__box__news__list > li a .news__title {
    margin-top: 0;
    width: calc(100% - 11em);
  }
  .top-em__box__bnr {
    width: 100% !important;
  }
  .top-em__box__bnr li {
    margin-bottom: 10px;
    text-align: center;
    width: 24%;
  }
  .top-em__box__bnr li a {
    display: block;
  }
  .top-em__box__ad {
    width: 100% !important;
    padding: 0;
  }
  .top-em__box__ad li {
    margin-bottom: 4%;
  }
  .top-em__box__ad li a {
    display: block;
  }
  .top-em__box__ad li a img {
    width: 100%;
    height: auto;
  }
  /*TOP-News*/
  .top-info {
    /*order: 2;*/
  }
  .top-info h2 {
    text-align: center;
  }
  .top-info .view-all-btn {
    position: absolute;
    top: 32px;
    right: 6.25%;
  }
  .top-info__box__news {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .top-info__box__news__list {
    border-top: 1px solid #d2d2d2;
    /*font-size: $f-size-m-pc;*/
    font-size: 1.5rem;
    margin-bottom: 20px;
    width: 100%;
  }
  .top-info__box__news__list > li {
    padding: 0 0.8rem;
  }
  .top-info__box__news__list > li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 1em 0;
    width: 100%;
    position: relative;
  }
  .top-info__box__news__list > li a span {
    display: block;
    font-size: 1.1rem;
  }
  .top-info__box__news__list > li a span.date {
    margin-right: 0.4em;
    width: 7em;
  }
  .top-info__box__news__list > li a span.icon-news {
    border: 1px solid #c3c3c3;
    padding: 0.2rem 0.4em;
    margin-right: 0.4em;
  }
  .top-info__box__news__list > li a span.icon__new {
    background: #fc7386;
    color: #fff;
    padding: 0 0.8em;
    margin-right: 1em;
    width: 5em;
    text-align: center;
  }
  .top-info__box__news__list > li a:hover {
    color: #95347b;
  }
  .top-info__box__news__list > li a[href$=".pdf"][target=_blank]::after {
    position: absolute;
    right: 0;
  }
  .top-info__box__news__list > li a[target=_blank]::after {
    position: absolute;
    right: 0;
  }
  .top-info__box__news__list > li a .news__title {
    margin-top: 0;
    width: calc(100% - 11em);
  }
  .top-info__box__bnr {
    width: 100% !important;
  }
  .top-info__box__bnr li {
    margin-bottom: 10px;
    text-align: center;
    width: 24%;
  }
  .top-info__box__bnr li a {
    display: block;
  }
  .top-info__box__ad {
    width: 100% !important;
    padding: 0;
  }
  .top-info__box__ad ul {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .top-info__box__ad ul li {
    margin-bottom: 4%;
  }
  .top-info__box__ad ul li a {
    display: block;
  }
  .top-info__box__ad ul li a img {
    width: 100%;
    height: auto;
  }
  .top-info__box__ad ul li.ad-qvc {
    width: 62% !important;
  }
  .top-info__box__ad ul li.ad-disney {
    width: 36.6% !important;
  }
  /*Guide*/
  .top-guide {
    position: relative;
    padding: 0;
  }
  .top-guide::before {
    background: #ac5394;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -50%;
    z-index: -1;
  }
  .top-guide::after {
    background: #933f7e;
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: -1;
  }
  .top-guide h2 {
    color: #fff;
    text-align: center;
  }
  .top-guide .member,
  .top-guide .visitor {
    width: 50% !important;
  }
  .top-guide .member > ul li a,
  .top-guide .visitor > ul li a {
    font-weight: 600;
    display: block;
    padding: 20px 20px;
    position: relative;
  }
  .top-guide .member > ul li a::after,
  .top-guide .visitor > ul li a::after {
    content: "\f105";
    display: block;
    font-family: "FontAwesome";
    margin: auto 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
  .top-guide .member {
    background: #ac5394;
  }
  .top-guide .visitor {
    background: #933f7e;
  }
  /*FamilyChannel*/
  .top-family-ch .family-ch__slide__list {
    /*width: 100%;*/
    margin: 0 auto 20px;
    position: relative;
  }
  .top-family-ch .family-ch__slide__list li {
    background: #ffffff;
  }
  .top-family-ch .family-ch__slide__list li a {
    display: block;
    padding: 1.2em;
    height: 100%;
  }
  .top-family-ch .family-ch__slide__list li h3 {
    font-size: 2rem;
  }
  .top-family-ch .family-ch__slide__list li h3 span {
    display: block;
    font-size: 1.2rem;
  }
  .top-family-ch .family-ch__slide__list li p {
    font-size: 1.4rem;
  }
  .top-family-ch .family-ch__slide__list .slick-next {
    right: -5%;
  }
  .top-family-ch .family-ch__slide__list .slick-prev {
    left: -5%;
  }
  /*CATV info*/
  .top-tv-bnrs .inner-section {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    /*width: 100%;*/
    justify-content: space-between;
    position: relative;
  }
  .top-tv-bnrs .inner-section::after {
    border-radius: 30px;
    content: "";
    display: block;
    height: 80%;
    width: 2px;
    background: #95347b;
    position: absolute;
    left: 50%;
    top: 10%;
  }
  .top-tv-bnrs .m-fbox {
    width: 48%;
  }
  .top-tv-bnrs .m-fbox li {
    width: 49%;
  }
  .top-tv-bnrs .m-fbox .tv-bnr__cablegate {
    /*width: 24%;*/
  }
  .top-tv-bnrs .m-fbox:not(:last-of-type)::after {
    content: none;
  }
  /*TOP-LocalNews*/
  .top-localnews {
    width: 100%;
    /*order: 8;*/
  }
  .top-localnews h2 {
    text-align: center;
  }
  .top-localnews__box__list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .top-localnews__box__list > li {
    font-size: 1.3rem;
    /*width: calc(100% / 3);*/
    text-align: center;
  }
  .top-localnews__box__list > li a {
    padding: 1.6rem 0;
  }
  .top-localnews__box .tabContents {
    padding: 2rem;
    width: 100%;
  }
  .top-localnews__box .tabContents.active {
    border: 4px solid #95347b;
  }
  .top-localnews__box__news {
    width: 100%;
  }
  .top-localnews__box__news__list {
    border-top: none;
    font-size: 1.3rem;
    margin-bottom: 0;
    width: 100%;
  }
  .top-localnews__box__news__list > li {
    padding: 0.8em 0;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
  }
  .top-localnews__box__news__list > li:last-child {
    border-bottom: none;
  }
  .top-localnews__box__news__list > li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 1em 0;
    width: 100%;
  }
  .top-localnews__box__news__list > li a span {
    display: block;
    font-size: 1.1rem;
  }
  .top-localnews__box__news__list > li a span.date {
    margin-right: 0.4em;
    width: 7em;
  }
  .top-localnews__box__news__list > li a span.icon-news {
    border: 1px solid #c3c3c3;
    padding: 0.2rem 0.4em;
    margin-right: 0.4em;
  }
  .top-localnews__box__news__list > li a span.icon__new {
    background: #fc7386;
    color: #fff;
    padding: 0 0.8em;
    margin-right: 1em;
    width: 5em;
    text-align: center;
  }
  .top-localnews__box__news__list > li a:hover {
    color: #95347b;
  }
  .top-localnews__box__news__list > li a .news__title {
    margin-top: 0;
    width: calc(100% - 20em);
  }
  .top-localnews__box__link {
    padding-top: 2em !important;
  }
  .top-localnews__box__link section {
    padding: 0 0 1.5em;
    margin-bottom: 0;
  }
  .top-localnews__box__link section:last-of-type {
    padding-bottom: 0;
  }
  .top-localnews__box__link .local-link__group {
    width: 100%;
  }
  .top-localnews__box__link .local-link__group p:first-child {
    margin-bottom: 0.5em;
  }
  .top-localnews__box__link .local-link__group__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
  }
  .top-localnews__box__link .local-link__group__list > li {
    width: 24%;
    margin-bottom: 0.8rem;
  }
  .top-localnews__box__link .local-link__group__list > li a {
    padding: 0.4rem 2rem 0.4rem 0.4rem;
    font-size: 1.2rem;
    margin-left: 2rem;
    /*text-indent: -2.5rem;*/
  }
  .top-localnews__box__link .local-link__group__list > li a::after {
    right: 4%;
  }
  .top-localnews__box__site h2 {
    display: none;
  }
  .top-localnews__box__site .user-site__cat__list {
    margin-bottom: 0;
  }
  .top-localnews__box__site .user-site__cat__list > li {
    width: 32%;
    margin-bottom: 0.8rem;
  }
  .top-localnews__box__site .user-site__cat__list > li a {
    padding: 0.4rem 2rem 0.4rem 0.4rem;
    font-size: 1.2rem;
  }
  .top-localnews__box__bnr {
    width: 100%;
  }
  .top-localnews__box__bnr li {
    border: 1px solid #a61d73;
    margin-bottom: 10px;
    text-align: center;
  }
  .top-localnews__box__bnr li a {
    display: block;
    padding: 1.6rem 0;
  }
  /*News Page*/
  .news-content .inner-section {
    position: relative;
  }
  .news-content .view-all-btn {
    position: absolute;
    top: -2rem;
    right: 7%;
  }
  .news-content .view-all-btn a {
    color: #282828;
  }
  .news-content h1 {
    margin-bottom: 0;
  }
  /**** Plan Page ***/
  .p-plan h2 .txt-br {
    display: inline;
  }
  .p-plan__list {
    justify-content: space-around;
  }
  .p-plan__list__item {
    width: 42% !important;
  }
  .p-plan__list__item:last-child {
    /*margin-left: 2em;*/
  }
  .p-plan .related-link {
    text-align: center;
  }
  .p-plan .related-link p {
    display: inline-block;
    padding: 0 1em;
  }
  .p-plan__set__txt {
    padding: 3.2em;
  }
  .p-plan__service h3:first-of-type {
    text-align: center;
  }
  .p-plan__service__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-plan__service__list__item {
    width: 32% !important;
  }
  .p-plan__service__list__item .service__item {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .p-plan__service__list__item .service__item .service-icon {
    width: 100%;
  }
  .p-plan__service__list__item .service__item .service-icon i {
    display: block;
    padding-top: 1em;
  }
  .p-plan__service__list__item .service__item .service-icon img {
    width: 60%;
    max-width: 90px;
  }
  .p-plan__service__list__item .service__item .service-icon h3 {
    margin-bottom: 0.8em;
    font-size: 1.6rem;
  }
  .p-plan__service__list__item .service__item .service-txt {
    width: 100%;
  }
  .p-plan__service__list__item .service__item .service-txt li a {
    display: block;
    padding: 1.2rem;
  }
  .p-plan__service__list-net .service__item .service-txt {
    border-left: none;
    border-top: 2px solid #f0c11b;
  }
  .p-plan__service__list-tv .service__item .service-txt {
    border-left: none;
    border-top: 2px solid #148ecc;
  }
  .p-plan__service__list-phone .service__item .service-txt {
    border-left: none;
    border-top: 2px solid #009b73;
  }
  /**** Campaign Page ***/
  .campaign__list__item {
    position: relative;
  }
  .campaign__list__item a {
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.6em;
  }
  .campaign__list__item a h2 {
    order: 1;
    margin-bottom: 1.6rem;
    width: 100%;
  }
  .campaign__list__item a h2 span {
    display: block;
    font-size: 1.5rem;
  }
  .campaign__list__item a img {
    margin-bottom: 0;
    width: 30%;
    height: auto;
    order: 2;
  }
  .campaign__list__item a dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    order: 3;
    width: 65%;
  }
  .campaign__list__item a dl dt {
    background: #edc4d5;
    border-radius: 3px;
    display: inline-block;
    line-height: 1.6;
    margin-bottom: 0.8em;
    font-size: 1.4rem;
    padding: 0 0.8em;
    width: 80px;
    text-align: center;
  }
  .campaign__list__item a dl dd {
    font-size: 1.5rem;
    margin-bottom: 1.6em;
    width: calc(100% - 100px);
    padding: 0 0.8em;
  }
  .campaign__list__item a dl dd:last-child {
    margin-bottom: 0;
  }
  .campaign__list__item a:hover .campaign__list__item__more {
    opacity: 1;
  }
  .campaign__list__item__more {
    background: #95347b;
    border: none;
    border-radius: 3px;
    margin: 0;
    right: 1.6em;
    padding: 0.4em 0;
    max-width: 10em;
    position: absolute;
    transition: 0.3s;
    opacity: 0;
  }
  /**** FAQ Page ***/
  .faq-search {
    background: #f4f4f4;
    /*padding: 1.2em;*/
  }
  .faq-search p {
    margin: 0 0 0.4rem;
  }
  .faq-search__for {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4em;
  }
  .faq-search__nav {
    display: none;
  }
  .faq-search__nav__item {
    display: none;
  }
  .faq-search__nav__item a {
    display: none;
  }
  .faq-search__nav__item.active a {
    display: none;
  }
  .faq-search__contents {
    display: block;
    background: #fff;
    border: none;
    padding: 1.6rem;
  }
  .faq-search__kw {
    background: #f4f4f4;
    padding: 1.6em;
  }
  .faq-search__cat__list__item {
    border-top: none;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 0.4em;
    width: 32% !important;
  }
  .faq-search__cat__list__item:first-child {
    border-top: none;
  }
  .faq-search__cat__list__item a {
    font-weight: 500;
  }
  .faq-search__cat__list__item a:hover {
    color: #95347b !important;
  }
  .faq-search__cat__list__item a::after {
    content: "\f105";
    color: #95347b;
    display: block;
    line-height: 1;
    font-family: "FontAwesome";
    font-size: 1.8rem;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1em;
    right: 16px;
  }
  #mt-site-search-form__query {
    border-radius: 6px;
    font-size: 1.8rem;
    padding: 0.8em 2.4em 0.8em 0.8em;
  }
  .faq-content h1 {
    font-size: 2.2rem;
  }
  .faqList {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
  .faqList__textHead {
    margin-bottom: 0.4em;
  }
  .faqList__textHead a {
    border: 1px solid #f4f4f4;
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 0.4em;
    padding: 0.4em 0.8em;
  }
  .faqList h2 {
    font-size: 2rem;
  }
  .faqList__title {
    font-size: 1.8rem;
  }
  .faqList__text {
    color: #282828 !important;
    display: none;
  }
  .faqList a {
    text-decoration: none !important;
  }
  .faqList a:hover .faqList__text {
    color: #95347b !important;
  }
  .faq-item h1 {
    color: #95347b;
    font-size: 2rem;
  }
  .faq-item__txt a {
    color: #95347b;
  }
  .faq-item__txt a:hover {
    text-decoration: underline;
  }
  .faq-foot__cat {
    border-top: 1px solid #c4c4c4;
  }
  .faq-foot__cat__list li {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    margin-bottom: 2%;
    width: 100%;
  }
  .faq-foot__cat__list li a {
    color: #282828 !important;
    display: block;
    font-weight: 600;
    font-size: 1.4rem;
    transition: 0.3s;
    padding: 0.8em 2.4em 0.8em 0.8em;
    position: relative;
  }
  .faq-foot__cat__list li a:hover {
    color: #95347b !important;
  }
  .faq-foot__cat__list li a::after {
    content: "\f105";
    color: #95347b;
    display: block;
    line-height: 1;
    font-family: "FontAwesome";
    font-size: 1.8rem;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1em;
    right: 16px;
  }
  .faq-foot__cat__list li {
    width: 32%;
  }
  .faq-item h1 {
    font-size: 2.4rem;
  }
  /**** Company Page ***/
  .company-top .company-content {
    padding-top: 0;
    width: 100%;
    position: relative;
  }
  .company-top .company-content::before {
    display: block;
    width: 100%;
    content: "";
    padding-top: 320px;
    margin-bottom: 30px;
    background: url(/company/img/bg_company.jpg) repeat-x center bottom;
    background-size: auto 240px;
    position: relative;
  }
  .company-top .company-content::after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 320px;
    margin-bottom: 30px;
    background: url(/company/img/bg_company02.png) no-repeat center bottom;
    background-size: auto 240px;
    position: absolute;
    top: 0;
    z-index: 50;
  }
  .company-content__list > li {
    width: 32%;
    margin-bottom: 2%;
  }
  /*Access*/
  /*recruit*/
  .cont-recruit h3 {
    font-size: 1.8rem;
  }
  .cont-recruit .recruit__want {
    font-size: 2rem;
    font-weight: 900;
  }
  /**** LocalNews Page ***/
  .top-local-topics {
    width: 100%;
  }
  .top-local-topics__list {
    border-top: 1px solid #d2d2d2;
    font-size: 1.5rem;
    margin-bottom: 20px;
    width: 100%;
  }
  .top-local-topics__list > li {
    padding: 0;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
  }
  .top-local-topics__list > li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*justify-content: space-between;*/
    align-content: flex-start;
    flex-direction: row;
    padding: 0.8em;
  }
  .top-local-topics__list > li a span {
    display: flex;
    font-size: 1.5rem;
  }
  .top-local-topics__list > li a span.date {
    margin-right: 0.8em;
  }
  .top-local-topics__list > li a span.icon-news {
    border: 1px solid #c3c3c3;
    padding: 0.2rem 0.4em;
    margin-right: 0.4em;
  }
  .top-local-topics__list > li a span.icon__new {
    background: #fc7386;
    color: #fff;
    padding: 0.3rem 0.8em;
  }
  .top-local-topics__list > li a a:hover {
    text-decoration: underline;
  }
  .top-local-topics__list > li a .news__title {
    display: flex;
    margin-top: 0;
  }
  .local-news__item {
    /*&:first-of-type {
    	border-top: 1px solid $bd-color-01;
    }*/
  }
  .local-news__item__date {
    font-size: 1.4rem;
  }
  .local-news__item__title {
    font-size: 1.8rem !important;
  }
  .local-news__content {
    padding-top: 30px;
  }
  .local-news__content dl {
    border: none;
  }
  .local-news__content dl dt {
    background: none;
    border-top: 1px solid #ededed;
    border-bottom: none;
    border-right: 2px solid #95347b;
    color: #95347b;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 3em;
    width: 15%;
    text-align: right;
  }
  .local-news__content dl dd {
    border: none;
    border-top: 1px solid #ededed;
    width: 85%;
    margin-bottom: 3em;
  }
  .local-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .local-link section {
    width: 30%;
    padding: 0;
  }
  .local-link section__group__list {
    margin-bottom: 30px;
  }
  .local-link section__group__list li {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 2%;
    width: 100%;
  }
  .local-link section__group__list li a {
    display: block;
    /*font-weight: 600;*/
    font-size: 1.6rem;
    transition: 0.3s;
    padding: 0.8em 2.4em 0.8em 0.8em;
    position: relative;
  }
  .local-link section__group__list li a:hover {
    color: #95347b;
  }
  .local-link section__group__list li a::after {
    content: "\f105";
    color: #95347b;
    display: block;
    line-height: 1;
    font-family: "FontAwesome";
    font-size: 1.8rem;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1em;
    right: 16px;
  }
  .page-content .local-link {
    display: block;
  }
  .page-content .local-link__group {
    width: 100%;
    display: block;
  }
  .page-content .local-link__group__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 40px;
  }
  .page-content .local-link__group__list li {
    margin: 0 !important;
    width: 32% !important;
    margin-bottom: 4%;
  }
  .user-site__cat__list {
    margin-bottom: 30px;
  }
  .user-site__cat__list li {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 2%;
    width: 30%;
  }
  .user-site__cat__list li a {
    display: block;
    /*font-weight: 600;*/
    font-size: 1.6rem;
    transition: 0.3s;
    padding: 0.8em 2.4em 0.8em 0.8em;
    position: relative;
  }
  .user-site__cat__list li a:hover {
    color: #95347b;
  }
  .user-site__cat__list li a::after {
    content: "\f105";
    color: #95347b;
    display: block;
    line-height: 1;
    font-family: "FontAwesome";
    font-size: 1.8rem;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1em;
    right: 16px;
  }
  .page-content .user-site__cat__list {
    margin-bottom: 30px;
  }
  .page-content .user-site__cat__list li {
    border: none;
    margin-bottom: 1%;
    width: 32.5%;
  }
  .page-content .user-site__cat__list li a {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    display: block;
    /*font-weight: 600;*/
    font-size: 1.4rem;
    transition: 0.3s;
    padding: 0.8em 0.8em;
    position: relative;
  }
  .page-content .user-site__cat__list li a:hover {
    color: #95347b;
  }
  .page-content .user-site__cat__list li a::after {
    content: "\f105";
    color: #95347b;
    display: block;
    line-height: 1;
    font-family: "FontAwesome";
    font-size: 1.8rem;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1em;
    right: 16px;
  }
  .page-content .top-user-site__cat li {
    border: none;
    margin-bottom: 2%;
    width: 32%;
  }
  .page-content .top-user-site__cat li a {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    display: block;
    /*font-weight: 600;*/
    font-size: 1.6rem;
    transition: 0.3s;
    padding: 2.4em 0.8em;
    position: relative;
  }
  .page-content .top-user-site__cat li a:hover {
    color: #95347b;
  }
  .page-content .top-user-site__cat li a::after {
    content: "\f105";
    color: #95347b;
    display: block;
    line-height: 1;
    font-family: "FontAwesome";
    font-size: 1.8rem;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1em;
    right: 16px;
  }
  /*==========Campaign*/
  /*docomo*/
  .docomo-c.page-content .service-in-flow dt {
    width: 150px;
  }
  .docomo-c.page-content .service-in-flow dd {
    width: calc(100% - 160px);
    margin-left: 160px;
    border-top: none;
  }
  .docomo-c.page-content .service-in-flow dd:not(:last-child)::after {
    content: "\f0d7";
    color: #FCBB04;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 6rem;
    display: block;
    padding: 0 0 0 10%;
    text-align: left;
  }
  /*au*/
  .au_smart_value.page-content .scroll-tbl {
    overflow: visible;
  }
  .au_smart_value.page-content .condition th,
  .au_smart_value.page-content .condition td {
    padding: 1.5rem !important;
    white-space: normal;
  }
  .au_smart_value.page-content .connect-box {
    font-size: 6rem;
  }
  .au_smart_value.page-content .arrow-box-down {
    font-size: 6rem;
  }
  .au_smart_value.page-content .inner-section section {
    padding-top: 0;
  }
  .au_smart_value.page-content .point__02 .m-fbox {
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: auto;
    flex-grow: 1;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .au_smart_value.page-content .point__02 .m-fbox > div {
    width: auto;
    text-align: center;
  }
  .au_smart_value.page-content .point__02 .m-fbox > div.icon {
    margin-right: 1em;
  }
  .au_smart_value.page-content .point__02 .m-fbox > div.icon img {
    width: 100px;
    margin: 0 auto;
  }
  .au_smart_value.page-content .point__03__tel-tv {
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .au_smart_value.page-content .point__03__tel-tv > div {
    width: 44%;
    margin-bottom: 1em;
    text-align: center;
  }
  .au_smart_value.page-content .point__03__tel-tv > div.bdr-box {
    margin-top: 0;
    padding: 0.8em;
  }
  .au_smart_value.page-content .point__03__tel-tv > div span {
    display: inline-block !important;
  }
  .au_smart_value.page-content .point__03__tel-tv > div img {
    width: 90px;
    display: inline-block !important;
    vertical-align: middle;
  }
  .au_smart_value.page-content .point__03__tel-tv .m-fbox__space {
    width: 10%;
  }
  .au_smart_value.page-content .point__04 {
    padding-top: 40px;
  }
  .au_smart_value.page-content .point__04 > .bdr-box {
    padding: 2em;
  }
  .au_smart_value.page-content .point__04 > .bdr-box .bdr-box {
    margin: 0;
  }
}
@media print, screen and (min-width: 1281px) {
  /*Access*/
  .company-access h3 {
    font-size: 1.6rem;
    width: 100%;
  }
  .company-access__box__access {
    width: 100%;
    /*
    order: 2;*/
  }
  .company-access__box__map {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*order: 1;*/
    margin-bottom: 1.5em;
    /*width: 40%;*/
  }
  .company-access__box__map img {
    width: 100%;
  }
  .company-access__box__map__map {
    width: 60%;
    padding-top: 0;
    height: auto;
  }
  .company-access__box__map__map__gmap {
    width: 100%;
    padding-top: 60%;
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .company-access__box__map__map__gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .company-access__box__map__map__gmap iframe .place-card {
    display: none;
  }
  .company-access__box__map__address {
    width: 38%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .company-access__box__map__address__photo {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .company-access__box__map__address__txt {
    width: 100%;
    line-height: 1.4 !important;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1467px) {
  .top-em .view-all-btn {
    right: calc(50% - 560px);
  }
  .top-info .view-all-btn {
    right: calc(50% - 600px);
  }
}/*# sourceMappingURL=style.css.map */