@charset "UTF-8";
/* =======================================
	共通オブジェクトパーツ
======================================= */
/* ------------------------------------
	下層ページ基本設定
------------------------------------ */
.ta_center {
  text-align: center !important;
}

.ta_right {
  text-align: right !important;
}

.ta_left {
  text-align: left !important;
}

.va_center {
  align-items: center;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.page_contents_body {
  position: relative;
  padding-top: 85px;
  padding-bottom: 0;
  margin-top: -55px;
  z-index: 1;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 720px) {
  .page_contents_body {
    padding-top: 60px;
    margin-top: -35px;
    padding-bottom: 0px;
  }
}

.page_contents_body.no_decoration {
  padding-top: 0;
  margin-top: -40px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 720px) {
  .page_contents_body.no_decoration {
    padding-top: 0;
    margin-top: 0;
  }
}

.page_contents_body h2 {
  position: relative;
  margin-bottom: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .page_contents_body h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.page_contents_body h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 42px;
  height: 4px;
  margin-left: -21px;
  background-color: #00a1e9;
}

.page_contents_body h2 span {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 1.4rem;
  color: #656565;
}

.page_contents_body h3 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .page_contents_body h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.page_contents_body h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.page_contents_body h3 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00a1e9;
}

.page_contents_body h4 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
}

@media (max-width: 720px) {
  .page_contents_body h4 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.page_contents_body p {
  line-height: 2.3;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 720px) {
  .page_contents_body p {
    line-height: 2;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.page_contents_body a {
  position: relative;
  display: inline;
  color: #00a1e9;
  text-decoration: underline;
}

.page_contents_body a:before {
  position: static;
  display: inline-block;
  content: "\e905";
  color: #00a1e9;
  font-size: 1.2rem;
  margin: 0 5px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_contents_body a[target="_blank"]:after {
  content: "\e901";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.1rem;
  color: #00a1e9;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_contents_body a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  vertical-align: middle;
  background: url(../img/common/icon_pdf.png) no-repeat 0 0;
  -webkit-background-size: 18px;
  background-size: 18px;
}

.page_contents_body a:hover {
  text-decoration: none;
}

.page_contents_body a.no_icon {
  padding-left: 0;
  text-indent: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page_contents_body a.no_icon:before {
  content: none;
}

.page_contents_body a.no_icon:hover {
  opacity: .7;
}

.page_contents_body a.no_icon[target="_blank"]:after {
  content: none;
}

.page_contents_body a.no_icon[href$=".pdf"]:after {
  content: none;
}

.page_contents_body figure {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 720px) {
  .page_contents_body figure {
    margin-bottom: 20px;
  }
}

.page_contents_body figure.concatenation {
  display: flex;
}

@media (max-width: 720px) {
  .page_contents_body figure.concatenation {
    display: block;
  }
}

.page_contents_body figure.concatenation span {
  flex-shrink: 1;
}

.page_contents_body figure img {
  vertical-align: bottom;
}

@media (max-width: 720px) {
  .page_contents_body figure img {
    width: 100%;
  }
}

.page_contents_body hr {
  margin: 40px 0 80px;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 720px) {
  .page_contents_body hr {
    margin: 20px 0 40px;
  }
}

.page_contents_body ul {
  list-style: none;
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  .page_contents_body ul {
    margin-bottom: 20px;
  }
}

.page_contents_body ul.colm2, .page_contents_body ul.colm3 {
  margin-bottom: 0;
}

.page_contents_body ul li {
  position: relative;
  padding-left: 20px;
  margin: 6px 0;
}

.page_contents_body ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #00a1e9;
}

.page_contents_body ul.li_colm2 li {
  width: 50%;
  padding-right: 15px;
}

.page_contents_body ul.li_colm3 li {
  width: 33.333333333%;
  padding-right: 15px;
}

.page_contents_body ol {
  list-style: none;
  margin-bottom: 30px;
  counter-reset: li;
}

@media (max-width: 720px) {
  .page_contents_body ol {
    margin-bottom: 20px;
  }
}

.page_contents_body ol li {
  position: relative;
  padding-left: 30px;
  margin: 6px 0;
}

.page_contents_body ol li:before {
  position: absolute;
  counter-increment: li;
  content: counter(li);
  left: 0;
  top: 0.5em;
  width: 17px;
  height: 17px;
  padding-left: 1px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background-color: #00a1e9;
}

.page_contents_body ol.colm2 li {
  width: 50%;
  padding-right: 15px;
}

.page_contents_body ol.colm3 li {
  width: 33.333333333%;
  padding-right: 15px;
}

.page_contents_body ol.list_plain_number {
  list-style-type: decimal;
  padding-left: 23px;
}

.page_contents_body ol.list_plain_number li {
  padding-left: 0;
}

.page_contents_body ol.list_plain_number li:before {
  content: none;
}

.page_contents_body ol.list_katakana {
  list-style-type: katakana;
  padding-left: 27px;
}

.page_contents_body ol.list_katakana li {
  padding-left: 0;
}

.page_contents_body ol.list_katakana li:before {
  content: none;
}

.page_contents_body table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  .page_contents_body table {
    display: block;
    margin-bottom: 20px;
  }
}

.page_contents_body table p {
  line-height: 1.8;
  text-align: left;
}

.page_contents_body table p,
.page_contents_body table ul,
.page_contents_body table ol,
.page_contents_body table figure {
  margin-bottom: 0;
}

.page_contents_body table p + p,
.page_contents_body table p + ul,
.page_contents_body table p + ol,
.page_contents_body table p + figure,
.page_contents_body table ul + p,
.page_contents_body table ul + ul,
.page_contents_body table ul + ol,
.page_contents_body table ul + figure,
.page_contents_body table ol + p,
.page_contents_body table ol + ul,
.page_contents_body table ol + ol,
.page_contents_body table ol + figure,
.page_contents_body table figure + p,
.page_contents_body table figure + ul,
.page_contents_body table figure + ol,
.page_contents_body table figure + figure {
  margin: 15px 0;
}

@media (max-width: 720px) {
  .page_contents_body table tbody,
  .page_contents_body table thead,
  .page_contents_body table tr {
    display: block;
  }
}

.page_contents_body table th,
.page_contents_body table td {
  border: 1px solid #e2e2e2;
  padding: 25px 30px;
}

@media (max-width: 720px) {
  .page_contents_body table th,
  .page_contents_body table td {
    width: 100%;
    display: block;
    margin-top: -1px;
    padding: 15px 20px;
  }
}

.page_contents_body table th {
  background-color: #e5f2f9;
}

.page_contents_body table tr:nth-child(2n) th {
  background-color: #f2fafe;
}

@media (max-width: 720px) {
  .page_contents_body table tr:nth-child(2n) th {
    background-color: #e5f2f9;
  }
}

.page_contents_body .read {
  width: 65%;
  margin: 0 auto 30px;
  font-size: 2.8rem;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .page_contents_body .read {
    width: 80%;
  }
}

@media (max-width: 720px) {
  .page_contents_body .read {
    margin-bottom: 20px;
    font-size: 1.8rem;
    width: 100%;
    padding: 0 20px;
  }
}

.page_contents_body .supplement {
  display: inline-block;
  color: #5f5f5f;
  font-size: 1.4rem;
  line-height: 2;
}

.page_contents_body .emphasis {
  color: #ba1320;
  font-size: 1.4rem;
}

.page_contents_body .tel {
  position: relative;
}

.page_contents_body .tel:before {
  display: inline-block;
  margin-right: 5px;
  content: "\e90b";
  color: #00a1e9;
  font-size: 1.4rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_contents_body .tel a {
  color: #00a1e9;
  text-decoration: underline;
}

.page_contents_body .tel a:before {
  content: none;
}

.page_contents_body .point {
  padding: 35px 40px;
  background-color: #f2fafe;
}

@media (max-width: 720px) {
  .page_contents_body .point {
    padding: 20px 25px;
  }
}

.page_contents_body .point p {
  text-align: center;
}

.page_contents_body .attention {
  font-size: 1.4rem;
  color: #ba1320;
  line-height: 1.8;
}

.page_contents_body .pattern_left h2 {
  text-align: left;
  padding: 0 0 6px 20px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  .page_contents_body .pattern_left h2 {
    margin-bottom: 20px;
  }
}

.page_contents_body .pattern_left h2:after {
  top: 8px;
  left: 0;
  width: 4px;
  height: 1em;
  margin-left: 0;
  background-color: #00a1e9;
}

.page_contents_body .pattern_left h3 {
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  .page_contents_body .pattern_left h3 {
    margin-bottom: 20px;
  }
}

.page_contents_body .pattern_left h4 {
  text-align: left;
}

.page_contents_body .pattern_left p {
  text-align: left;
}

.page_contents_body .img_text {
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 980px) {
  .page_contents_body .img_text {
    display: block;
    margin-bottom: 20px;
  }
}

.page_contents_body .img_text .photo {
  width: 396px;
  flex-shrink: 0;
  text-align: center;
}

@media (max-width: 980px) {
  .page_contents_body .img_text .photo {
    width: 100%;
    margin-bottom: 15px;
  }
}

.page_contents_body .img_text .photo.photo_w_half {
  width: 530px;
}

@media (max-width: 980px) {
  .page_contents_body .img_text .photo.photo_w_half {
    width: 100%;
  }
}

.page_contents_body .img_text .photo figure {
  margin-bottom: 0;
}

.page_contents_body .img_text .photo img {
  vertical-align: bottom;
}

.page_contents_body .img_text .photo a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page_contents_body .img_text .photo a:before {
  content: none;
}

.page_contents_body .img_text .photo a:hover {
  opacity: .7;
}

.page_contents_body .img_text .text {
  width: 100%;
  padding-left: 40px;
}

@media (max-width: 980px) {
  .page_contents_body .img_text .text {
    padding-left: 0;
  }
}

.page_contents_body .img_text .text p {
  text-align: left;
}

.page_contents_body .img_text.reverse {
  flex-direction: row-reverse;
}

.page_contents_body .img_text.reverse .text {
  padding-left: 0;
  padding-right: 40px;
}

@media (max-width: 980px) {
  .page_contents_body .img_text.reverse .text {
    padding-right: 0;
  }
}

.page_contents_body .btn {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  .page_contents_body .btn {
    margin-bottom: 20px;
  }
}

.page_contents_body .btn a {
  display: inline-block;
  min-width: 290px;
  margin: 0;
  position: relative;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #000;
  padding: 20px 45px 20px 25px;
  text-align: left;
  text-decoration: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 720px) {
  .page_contents_body .btn a {
    min-width: 0;
    width: 100%;
    margin: 0 0 10px;
  }
}

.page_contents_body .btn a:before {
  content: none;
}

.page_contents_body .btn a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e905";
  color: #00a1e9;
  font-size: 1.1rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_contents_body .btn a:hover {
  text-decoration: none;
  background: #f2fafe;
  opacity: 1;
}

.page_contents_body .btn a.am:after {
  content: "\e901";
  color: #e60017;
  font-size: 1.2rem;
}

.page_contents_body .btn a.ir:after {
  content: "\e901";
  color: #1ead4b;
  font-size: 1.2rem;
}

.page_contents_body .btn_big {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  .page_contents_body .btn_big {
    margin-bottom: 20px;
  }
}

.page_contents_body .btn_big a {
  display: inline-block;
  width: 600px;
  margin: 0 10px;
  position: relative;
  background: #00a1e9;
  color: #fff;
  padding: 20px 35px 20px 100px;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 720px) {
  .page_contents_body .btn_big a {
    width: 100%;
    margin: 0 0 10px;
    padding-left: 80px;
  }
}

.page_contents_body .btn_big a span {
  display: block;
  letter-spacing: 0.08em;
  font-size: 2.2rem;
}

.page_contents_body .btn_big a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e905";
  color: #fff;
  font-size: 1.4rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_contents_body .btn_big a.mail:before, .page_contents_body .btn_big a.contact:before {
  position: absolute;
  top: 50%;
  left: 35px;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e90c";
  color: #fff;
  font-size: 2.8rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 720px) {
  .page_contents_body .btn_big a.mail:before, .page_contents_body .btn_big a.contact:before {
    left: 25px;
  }
}

.page_contents_body .btn_big a.contact:before {
  margin: 0;
  content: "\e90d";
  font-size: 3.5rem;
}

.page_contents_body .btn_big a:hover {
  text-decoration: none;
  opacity: .7;
}

.page_contents_body .bnr_link {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  .page_contents_body .bnr_link {
    margin-bottom: 20px;
  }
}

.page_contents_body .bnr_link a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page_contents_body .bnr_link a:before {
  content: none;
}

.page_contents_body .bnr_link a:hover {
  opacity: .7;
  text-decoration: none;
}

.page_contents_body .bnr_link a[target="_blank"]:after {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
  font-size: 1.4rem;
  color: #fff;
}

.page_contents_body .list_colm2,
.page_contents_body .list_colm3 {
  display: flex;
  flex-wrap: wrap;
}

.page_contents_body .list_colm2 li,
.page_contents_body .list_colm3 li {
  padding-right: 10px;
}

@media (max-width: 720px) {
  .page_contents_body .list_colm2 li,
  .page_contents_body .list_colm3 li {
    width: 100%;
  }
}

.page_contents_body .list_colm2 li {
  width: 50%;
}

@media (max-width: 720px) {
  .page_contents_body .list_colm2 li {
    width: 100%;
  }
}

.page_contents_body .list_colm3 li {
  width: 33%;
}

@media (max-width: 720px) {
  .page_contents_body .list_colm3 li {
    width: 100%;
  }
}

/* wordpress edit config*/
.page_contents_body em {
  font-style: italic;
}

.page_contents_body blockquote {
  display: block;
  -webkit-margin-before: 0 1em;
  -webkit-margin-after: 0 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.page_contents_body .aligncenter {
  display: block;
  margin: 0 auto;
}

.page_contents_body .alignright {
  float: right;
  margin-left: 20px;
}

.page_contents_body .alignleft {
  float: left;
  margin-right: 20px;
}

.page_contents_body img[class*="wp-image-"],
.page_contents_body img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.page_contents_body .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.page_contents_body .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* wordpress edit config end*/
.page_main_title {
  background: #00a1e9 no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

.page_main_title .contents_inner {
  display: flex;
  align-items: center;
  height: 200px;
}

@media (max-width: 720px) {
  .page_main_title .contents_inner {
    height: 110px;
  }
}

.page_main_title .title {
  padding-bottom: 55px;
}

@media (max-width: 720px) {
  .page_main_title .title {
    padding-bottom: 35px;
  }
}

.page_main_title .title strong {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.page_main_title .title strong.font_robot {
  font-weight: bold;
}

@media (max-width: 720px) {
  .page_main_title .title strong {
    font-size: 2.4rem;
  }
}

.page_main_title .title span {
  font-size: 1.6rem;
  padding-left: 10px;
}

@media (max-width: 720px) {
  .page_main_title .title span {
    font-size: 1.4rem;
    padding-left: 5px;
  }
}

.company .page_main_title {
  background-image: url(../img/common/main_title_company_bg.jpg);
}

.business .page_main_title {
  background-image: url(../img/common/main_title_business_bg.jpg);
}

.amusement .page_main_title {
  background-image: url(../img/common/main_title_amusement_bg.jpg);
}

.game .page_main_title {
  background-image: url(../img/common/main_title_game_bg.jpg);
}

.rental .page_main_title {
  background-image: url(../img/common/main_title_rental_bg.jpg);
}

.csr .page_main_title {
  background-image: url(../img/common/main_title_csr_bg.jpg);
}

.agency .page_main_title,
.portfolio .page_main_title {
  background-image: url(../img/common/main_title_agency_bg.jpg);
}

.realestate .page_main_title {
  background-image: url(../img/common/main_title_realestate_bg.jpg);
}

/* ------------------------------------
	page_content_index(インデックスページ用)
------------------------------------ */
@media (max-width: 720px) {
  .page_content_index .page_main_title {
    padding: 35px 10px;
  }
}

.page_content_index .page_main_title .contents_inner {
  justify-content: center;
  flex-direction: column;
  height: 440px;
}

@media (max-width: 720px) {
  .page_content_index .page_main_title .contents_inner {
    height: auto;
  }
}

.page_content_index .page_main_title .contents_inner .title {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

@media (max-width: 720px) {
  .page_content_index .page_main_title .contents_inner .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.page_content_index .page_main_title .contents_inner .title strong {
  display: block;
  text-align: center;
  font-size: 4.7rem;
  line-height: 1.4;
  padding-left: 0.08em;
  margin-bottom: 5px;
}

@media (max-width: 720px) {
  .page_content_index .page_main_title .contents_inner .title strong {
    font-size: 3rem;
  }
}

.page_content_index .page_main_title .contents_inner .title span {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  padding-left: 0;
}

@media (max-width: 720px) {
  .page_content_index .page_main_title .contents_inner .title span {
    font-size: 1.6rem;
    padding-left: 5px;
  }
}

.page_content_index .page_main_title .contents_inner .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  background-color: #fff;
}

.page_content_index .page_main_title .contents_inner .read {
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}

@media (max-width: 720px) {
  .page_content_index .page_main_title .contents_inner .read {
    line-height: 2;
    font-size: 1.4rem;
  }
}

.page_content_index .page_contents_body {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (max-width: 720px) {
  .page_content_index .page_contents_body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ------------------------------------
	page_content_single(シングルページ用)
------------------------------------ */
/* ------------------------------------
	page_content_third_layer(第３階層ページ用)
------------------------------------ */
.page_content_third_layer .page_contents_body h1 {
  text-align: center;
  font-size: 3.9rem;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

@media (max-width: 720px) {
  .page_content_third_layer .page_contents_body h1 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.top_message_img_shadow {
  box-shadow: 20px 20px 0 #f2fafe;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .top_message_img_shadow {
    box-shadow: 10px 10px 0 #f2fafe;
    margin-bottom: 10px;
  }
}

/* ------------------------------------
	page_content_special(特殊ページ用)
------------------------------------ */
@media (max-width: 720px) {
  .page_content_special .page_main_title {
    padding: 35px 10px;
  }
}

.page_content_special .page_main_title .contents_inner {
  justify-content: center;
  flex-direction: column;
  height: 440px;
}

@media (max-width: 720px) {
  .page_content_special .page_main_title .contents_inner {
    height: auto;
  }
}

.page_content_special .page_main_title .contents_inner .title {
  position: relative;
}

.page_content_special .page_main_title .contents_inner .title strong {
  display: block;
  text-align: center;
  font-size: 3.8rem;
  font-weight: normal;
  line-height: 1.4;
  padding-left: 0.08em;
  margin-bottom: 5px;
}

@media (max-width: 720px) {
  .page_content_special .page_main_title .contents_inner .title strong {
    font-size: 2.3rem;
  }
}

.page_content_special .page_main_title .contents_inner .title span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  padding-left: 0;
  margin-bottom: 15px;
}

@media (max-width: 720px) {
  .page_content_special .page_main_title .contents_inner .title span {
    font-size: 1.3rem;
    padding-left: 5px;
  }
}

.page_content_special .page_main_title .contents_inner .title span.icon {
  position: relative;
  letter-spacing: 0.08em;
}

.page_content_special .page_main_title .contents_inner .title span.icon:before {
  display: block;
  text-align: center;
  margin-bottom: 18px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_content_special .page_main_title .contents_inner .read {
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}

@media (max-width: 720px) {
  .page_content_special .page_main_title .contents_inner .read {
    line-height: 2;
    font-size: 1.4rem;
  }
}

.page_content_special .page_contents_body {
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (max-width: 720px) {
  .page_content_special .page_contents_body {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.page_content_special .page_contents_body.no_decoration {
  padding-top: 0;
}

@media (max-width: 720px) {
  .page_content_special .page_contents_body.no_decoration {
    margin-top: -30px;
    padding-top: 0;
  }
}

.amusement .page_main_title .icon:before {
  content: "\e902";
  font-size: 7.4rem;
}

@media (max-width: 720px) {
  .amusement .page_main_title .icon:before {
    font-size: 6rem;
  }
}

.game .page_main_title .icon:before {
  content: "\e903";
  position: relative;
  top: -10px;
  font-size: 8rem;
}

@media (max-width: 720px) {
  .game .page_main_title .icon:before {
    top: -5px;
    font-size: 7rem;
  }
}

.rental .page_main_title .icon:before {
  content: "\e904";
  font-size: 6.4rem;
}

@media (max-width: 720px) {
  .rental .page_main_title .icon:before {
    font-size: 5rem;
  }
}

.agency .page_main_title .icon:before {
  content: "\e900";
  font-size: 7.4rem;
}

@media (max-width: 720px) {
  .agency .page_main_title .icon:before {
    font-size: 6rem;
  }
}

/* ------------------------------------
	1つ上の階層へ戻るボタン
------------------------------------ */
.page_back_btn {
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}

@media (max-width: 720px) {
  .page_back_btn {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.page_back_btn_item {
  border-top: 1px solid #e2e2e2;
  padding-top: 40px;
}

@media (max-width: 720px) {
  .page_back_btn_item {
    padding-top: 30px;
  }
}

.page_back_btn_item a {
  position: relative;
  display: inline-block;
  min-width: 290px;
  padding: 20px 25px 20px 55px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 720px) {
  .page_back_btn_item a {
    min-width: 0;
    width: 100%;
  }
}

.page_back_btn_item a:after {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: rotate(-180deg) translate(0, 50%);
  transform: rotate(-180deg) translate(0, 50%);
  content: "\e905";
  color: #00a1e9;
  font-size: 1.4rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_back_btn_item a:hover {
  text-decoration: none;
  background: #f2fafe;
}

/* ------------------------------------
	下層ページナビゲーション
------------------------------------ */
.page_layer_nav {
  border-top: 1px solid #e2e2e2;
  padding-top: 60px;
  padding-bottom: 52px;
}

@media (max-width: 720px) {
  .page_layer_nav {
    padding-top: 30px;
    padding-bottom: 22px;
  }
}

.page_layer_nav a {
  position: relative;
  display: block;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 20px 45px 20px 30px;
}

@media (max-width: 720px) {
  .page_layer_nav a {
    font-size: 1.4rem;
    padding: 13px 45px 13px 25px;
  }
}

@media all and (-ms-high-contrast: none) {
  .page_layer_nav a {
    padding: 24px 45px 16px 30px;
  }
}

.page_layer_nav a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e905";
  color: #00a1e9;
  font-size: 1.4rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 720px) {
  .page_layer_nav a:after {
    font-size: 1.2rem;
  }
}

.page_layer_nav a:hover {
  text-decoration: none;
  background-color: #f2fafe;
}

.page_layer_nav a.current {
  background-color: #f2fafe;
}

.second_layer_nav a {
  display: inline-block;
  min-width: 380px;
  padding: 24px 30px 24px 55px;
  font-size: 1.8rem;
}

@media (max-width: 720px) {
  .second_layer_nav a {
    min-width: auto;
    width: 100%;
    padding: 20px 30px 20px 55px;
    font-size: 1.6rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .second_layer_nav a {
    padding: 27px 30px 21px 55px;
  }
}

.second_layer_nav a:after {
  right: auto;
  left: 25px;
  -webkit-transform: rotate(-180deg) translate(0, 50%);
  transform: rotate(-180deg) translate(0, 50%);
}

.third_layer_nav {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e2e2e2;
  margin-top: 30px;
  padding-top: 30px;
}

@media (max-width: 720px) {
  .third_layer_nav {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.third_layer_nav li {
  width: 289px;
  margin-right: 8px;
  margin-bottom: 8px;
}

@media (max-width: 1180px) {
  .third_layer_nav li {
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

@media (max-width: 720px) {
  .third_layer_nav li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.third_layer_nav li:nth-child(4n) {
  margin-right: 0;
}

.page_layer_business {
  display: flex;
  border-top: 1px solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 30px;
}

@media (max-width: 720px) {
  .page_layer_business {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
  }
}

.page_layer_business > li {
  width: 289px;
  margin-right: 10px;
}

@media (max-width: 1180px) {
  .page_layer_business > li {
    width: 24.25%;
    margin-right: 1%;
  }
}

@media (max-width: 720px) {
  .page_layer_business > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.page_layer_business > li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.page_layer_business a {
  display: block;
  position: relative;
  height: 220px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

@media (max-width: 720px) {
  .page_layer_business a {
    width: 100%;
    height: auto;
    padding: 15px 10px;
  }
}

.page_layer_business a .text {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 720px) {
  .page_layer_business a .text {
    position: static;
    display: flex;
    align-items: center;
    text-align: left;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.page_layer_business a .text .icon {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #00a1e9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 720px) {
  .page_layer_business a .text .icon {
    width: 120px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.page_layer_business a .text .icon:before {
  display: block;
  height: 50px;
  text-align: center;
  margin-bottom: 12px;
  font-size: 4rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 720px) {
  .page_layer_business a .text .icon:before {
    margin-bottom: 4px;
  }
}

.page_layer_business a .text .name {
  display: block;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .page_layer_business a .text .name {
    text-align: left;
    padding-left: 10px;
    font-size: 1.4rem;
  }
}

.page_layer_business a:after {
  content: none;
}

@media (max-width: 720px) {
  .page_layer_business a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "\e905";
    color: #00a1e9;
    font-size: 1rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.page_layer_business a:hover {
  text-decoration: none;
  background: #f2fafe;
}

.page_layer_business a.current {
  text-decoration: none;
  background: #f2fafe;
}

.page_layer_business .business_facility .text .icon:before {
  content: "\e902";
  font-size: 5rem;
}

@media (max-width: 720px) {
  .page_layer_business .business_facility .text .icon:before {
    font-size: 4.3rem;
  }
}

.page_layer_business .business_game .text .icon:before {
  position: relative;
  content: "\e903";
  top: -10px;
  font-size: 5rem;
}

@media (max-width: 720px) {
  .page_layer_business .business_game .text .icon:before {
    top: 0;
    font-size: 4.5rem;
  }
}

.page_layer_business .business_outsourcing .text .icon:before {
  content: "\e904";
}

@media (max-width: 720px) {
  .page_layer_business .business_outsourcing .text .icon:before {
    position: relative;
    top: 8px;
    font-size: 3.5rem;
  }
}

.page_layer_business .business_advertising .text .icon:before {
  content: "\e900";
  font-size: 4.5rem;
}

@media (max-width: 720px) {
  .page_layer_business .business_advertising .text .icon:before {
    position: relative;
    top: 3px;
    font-size: 4.1rem;
  }
}

/* ------------------------------------
	パンくずリスト
------------------------------------ */
.page_pan_list {
  padding: 25px 0;
  border-top: 1px solid #e2e2e2;
}

@media (max-width: 720px) {
  .page_pan_list {
    padding: 10px 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .page_pan_list {
    padding: 18px 0 11px;
  }
}

.page_pan_list ul {
  display: flex;
  flex-wrap: wrap;
}

.page_pan_list ul li {
  position: relative;
  font-size: 1.4rem;
  margin-right: 40px;
}

@media (max-width: 720px) {
  .page_pan_list ul li {
    margin-right: 25px;
    font-size: 1.3rem;
  }
}

.page_pan_list ul li:after {
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e905";
  color: #000;
  font-size: .9rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 720px) {
  .page_pan_list ul li:after {
    right: -15px;
  }
}

@media all and (-ms-high-contrast: none) {
  .page_pan_list ul li:after {
    margin-top: -3px;
  }
}

.page_pan_list ul li.home:before {
  content: "\e908";
  left: 0;
  margin-right: 8px;
  font-size: 1.3rem;
  color: #00a1e9;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 720px) {
  .page_pan_list ul li.home:before {
    left: 20px;
  }
}

.page_pan_list ul li:last-child:after {
  content: none;
}

/* ------------------------------------
	お問い合わせパーツ
------------------------------------ */
.content_contact {
  background: url(../img/common/contact_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.content_contact .contents_inner {
  display: flex;
  position: relative;
  padding: 60px 0;
}

@media (max-width: 1180px) {
  .content_contact .contents_inner {
    padding: 60px 20px;
  }
}

@media (max-width: 980px) {
  .content_contact .contents_inner {
    display: block;
    padding: 60px 20px 25px 20px;
  }
}

.content_contact .contents_inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #fff transparent transparent transparent;
}

@media (max-width: 720px) {
  .content_contact .contents_inner:after {
    left: 50%;
    margin-left: -23px;
  }
}

.content_contact .contents_inner .content_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 350px;
  flex-shrink: 0;
}

@media (max-width: 1180px) {
  .content_contact .contents_inner .content_title {
    width: 30%;
  }
}

@media (max-width: 980px) {
  .content_contact .contents_inner .content_title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}

.content_contact .contents_inner .content_title h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.content_contact .contents_inner .content_title h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #000;
}

@media (max-width: 980px) {
  .content_contact .contents_inner .content_title h2:before {
    left: 50%;
    margin-left: -25px;
  }
}

.content_contact .contents_inner .content_title h2 strong {
  display: block;
  font-size: 4.7rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media (max-width: 720px) {
  .content_contact .contents_inner .content_title h2 strong {
    font-size: 3.2rem;
  }
}

.content_contact .contents_inner .content_title h2 span {
  display: block;
  font-size: 2.2rem;
  line-height: 1.2;
}

@media (max-width: 720px) {
  .content_contact .contents_inner .content_title h2 span {
    font-size: 1.7rem;
  }
}

.content_contact .contents_inner .contact_list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 720px) {
  .content_contact .contents_inner .contact_list {
    display: block;
  }
}

.content_contact .contents_inner .contact_list .list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  padding: 30px;
  margin-left: 40px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 1180px) {
  .content_contact .contents_inner .contact_list .list_item {
    width: 45%;
    margin-left: 5%;
  }
}

@media (max-width: 980px) {
  .content_contact .contents_inner .contact_list .list_item {
    width: 48%;
    margin: 0 1% 30px;
  }
}

@media (max-width: 720px) {
  .content_contact .contents_inner .contact_list .list_item {
    display: block;
    width: auto;
    padding: 20px;
    margin: 0 0 15px;
  }
}

.content_contact .contents_inner .contact_list .list_item a, .content_contact .contents_inner .contact_list .list_item .tel_change {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.content_contact .contents_inner .contact_list .list_item a .icon, .content_contact .contents_inner .contact_list .list_item .tel_change .icon {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

@media (max-width: 720px) {
  .content_contact .contents_inner .contact_list .list_item a .icon img, .content_contact .contents_inner .contact_list .list_item .tel_change .icon img {
    width: 80px;
  }
}

.content_contact .contents_inner .contact_list .list_item a:hover {
  text-decoration: none;
  color: #00a1e9;
}

.content_contact .contents_inner .contact_list .list_item a:hover .icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.content_contact .contents_inner .contact_list .list_item a.tel_change .title:after {
  content: none;
}

.content_contact .contents_inner .contact_list .list_item a .title {
  position: relative;
}

.content_contact .contents_inner .contact_list .list_item a .title:after {
  position: relative;
  top: -1px;
  margin-left: 10px;
  content: "\e905";
  color: #00a1e9;
  font-size: 1.3rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content_contact .contents_inner .contact_list .list_item span, .content_contact .contents_inner .contact_list .list_item small {
  display: block;
  text-align: center;
}

.content_contact .contents_inner .contact_list .list_item small {
  color: #656565;
  font-size: 1.4rem;
}

@media (max-width: 720px) {
  .content_contact .contents_inner .contact_list .list_item small {
    font-size: 1.2rem;
  }
}

.content_contact .contents_inner .contact_list .list_item .icon {
  margin-bottom: 10px;
}

.content_contact .contents_inner .contact_list .list_item .title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media (max-width: 720px) {
  .content_contact .contents_inner .contact_list .list_item .title {
    font-size: 1.6rem;
  }
}

.content_contact .contents_inner .contact_list .list_item .tel {
  font-size: 3rem;
  margin-top: -10px;
}

@media (max-width: 720px) {
  .content_contact .contents_inner .contact_list .list_item .tel {
    font-size: 2.5rem;
  }
}

/* ------------------------------------
	フォームパーツ
------------------------------------ */
.contact_form_item {
  display: flex;
  margin-top: -1px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
}

@media (max-width: 720px) {
  .contact_form_item {
    flex-wrap: wrap;
  }
}

.contact_form_item dt {
  position: relative;
  flex-shrink: 0;
  width: 310px;
  padding: 20px 50px 20px 30px;
}

@media (max-width: 720px) {
  .contact_form_item dt {
    margin-top: 10px;
    padding: 0 60px 0 30px;
    width: 100%;
  }
}

.contact_form_item dt:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #00a1e9;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.contact_form_item dt span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 15px;
  height: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  width: 55px;
  background: #5a5a5a;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 720px) {
  .contact_form_item dt span {
    width: 45px;
  }
}

.contact_form_item dt.required span {
  background: #ba1320;
}

.contact_form_item dd {
  width: 100%;
  padding: 20px 0 20px 40px;
}

@media (max-width: 720px) {
  .contact_form_item dd {
    padding: 5px 0 15px;
  }
}

.error {
  display: block;
  margin-top: 5px;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input,
textarea {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #e2e2e2;
  background: #f3f3f3;
  padding: 15px 20px;
  width: 100%;
}

input[type="text"]:focus, input[type="text"]:not(:placeholder-shown),
input[type="email"]:focus,
input[type="email"]:not(:placeholder-shown),
textarea:focus,
textarea:not(:placeholder-shown) {
  background: #fff;
}

textarea {
  height: 250px;
}

.form_radio {
  display: flex;
  align-items: center;
}

.form_radio .mwform-radio-field {
  margin-right: 10px;
}

.form_radio .mwform-radio-field label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.form_radio .mwform-radio-field label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 100%;
}

.form_radio .mwform-radio-field label .form_radio_item {
  display: none;
}

.form_radio .mwform-radio-field label .form_radio_item:checked + .mwform-radio-field-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #00a1e9;
  border-radius: 100%;
}

.form_select .form_select_label {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 99%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #eeeeee 99%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 );
  overflow: hidden;
}

.form_select .form_select_label:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #00a1e9;
  border-right: 2px solid #00a1e9;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.form_select .form_select_label .form_select_item {
  display: block;
  width: 110%;
  padding: 14px 60px 12px 15px;
  font-size: 1.6rem;
}

.mw_wp_form_preview .form_select .form_select_label {
  background: none;
  border: 0;
}

.mw_wp_form_preview .form_select .form_select_label:after {
  content: none;
}

.form_agree {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 720px) {
  .form_agree {
    margin-bottom: 15px;
  }
}

.form_agree .mwform-checkbox-field label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-weight: normal;
  vertical-align: middle;
}

.form_agree .mwform-checkbox-field label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #ccc;
}

.form_agree .mwform-checkbox-field label .form_agree_item {
  display: none;
}

.form_agree .mwform-checkbox-field label .form_agree_item:checked + .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #00a1e9;
  border-right: 2px solid #00a1e9;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.form_agree .required {
  display: block;
  line-height: 15px;
  height: 15px;
  margin-left: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  width: 55px;
  background: #ba1320;
  color: #fff;
  text-align: center;
}

.contact_form_head {
  margin-bottom: 40px;
}

@media (max-width: 720px) {
  .contact_form_head {
    margin-bottom: 20px;
  }
}

.contact_form_body {
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  .contact_form_body {
    margin-bottom: 20px;
  }
}

.contact_form_bottom {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 720px) {
  .contact_form_bottom {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}

.contact_form_submit {
  display: flex;
  justify-content: center;
}

@media (max-width: 720px) {
  .contact_form_submit {
    flex-wrap: wrap;
  }
}

.contact_form_submit .form_submit_label {
  margin: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 720px) {
  .contact_form_submit .form_submit_label {
    width: 100%;
    margin: 0 0 10px;
  }
}

.contact_form_submit .form_submit_label:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e905";
  color: #fff;
  font-size: 1.1rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact_form_submit .form_submit_label input {
  width: 290px;
  background: #00a1e9;
  color: #fff;
  padding: 20px 25px;
  text-align: left;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 720px) {
  .contact_form_submit .form_submit_label input {
    width: 100%;
  }
}

.contact_form_submit .form_submit_label input.form_submit_back {
  background: #5a5a5a;
}

.contact_form_submit .form_submit_label input:hover {
  opacity: .7;
}

.confirmation_img {
  width: auto !important;
  height: 130px;
}

@media (max-width: 720px) {
  .confirmation_img {
    height: 90px;
  }
}

/* ------------------------------------
	インデックスリストパーツ
------------------------------------ */
.index_list ul li {
  display: flex;
  padding-left: 0;
  margin-top: 0;
}

.index_list ul li:before {
  content: none;
}

.index_list ul a {
  display: block;
  width: 100%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index_list ul a:before {
  content: none;
}

.index_list ul a:hover {
  text-decoration: none;
  opacity: .7;
}

.index_list ul .photo {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.index_list ul .photo img {
  width: 100%;
}

.index_list ul .text strong {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  padding: 20px 30px 17px 30px;
}

@media (max-width: 720px) {
  .index_list ul .text strong {
    font-size: 1.7rem;
    padding: 15px 25px 10px 25px;
  }
}

@media all and (-ms-high-contrast: none) {
  .index_list ul .text strong {
    padding: 24px 30px 14px 30px;
  }
}

.index_list ul .text strong:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 4px;
  height: 19px;
  background-color: #00a1e9;
}

@media (max-width: 720px) {
  .index_list ul .text strong:before {
    top: 19px;
    height: 18px;
  }
}

.index_list ul .text span {
  position: relative;
  display: block;
  padding: 0 30px 25px;
  font-size: 1.4rem;
  color: #656565;
}

@media (max-width: 720px) {
  .index_list ul .text span {
    padding: 0 25px 20px;
  }
}

.second_index_list ul li {
  margin-top: 0;
  padding-left: 0;
}

.second_index_list ul li:before {
  content: none;
}

.second_index_list ul a {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.second_index_list ul a:hover {
  text-decoration: none;
  opacity: .7;
}

.second_index_list ul .photo {
  position: relative;
  overflow: hidden;
}

.second_index_list ul .photo img {
  width: 100%;
  vertical-align: bottom;
}

.second_index_list ul .text {
  position: relative;
  text-align: center;
}

.second_index_list ul .text:before {
  position: absolute;
  content: "";
  top: -15px;
  left: 50%;
  height: 30px;
  width: 1px;
  background: #000;
  z-index: 5;
}

.second_index_list ul .text strong {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  padding: 35px 0 17px 0;
}

@media (max-width: 720px) {
  .second_index_list ul .text strong {
    font-size: 1.7rem;
    padding: 25px 0 10px 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .second_index_list ul .text strong {
    padding: 39px 0 14px 0;
  }
}

.second_index_list ul .text span {
  position: relative;
  display: block;
  padding: 0;
  font-size: 1.4rem;
  color: #656565;
}

@media (max-width: 720px) {
  .second_index_list ul .text span {
    padding: 0 0 10px;
  }
}

.service_title {
  height: 81px;
}

@media (max-width: 720px) {
  .service_title {
    height: 70px;
  }
}

/* ------------------------------------
	ニュース、制作事例 記事リストパーツ
------------------------------------ */
.page_select_btn {
  display: block;
  position: relative;
  height: 53px;
  width: 280px;
  border: 1px solid #e2e2e2;
  border-left: 4px solid #00a1e9;
  font-size: 1.6rem;
  background: #fff;
  margin-bottom: 30px;
}

.page_select_btn label {
  position: relative;
  display: block;
  width: 100%;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
}

.page_select_btn label:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 13px;
  margin-top: -4px;
  margin-left: -4px;
  border-bottom: 2px solid #00a1e9;
  border-right: 2px solid #00a1e9;
  cursor: pointer;
  pointer-events: none;
  transform: rotate(45deg);
}

.page_select_btn select {
  display: block;
  width: 100%;
  padding: 13px 30px 12px 15px;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}

@media all and (-ms-high-contrast: none) {
  .page_select_btn select {
    width: calc(100% + 25px);
  }
}

/* ------------------------------------
	ニュースリリースページ調整
------------------------------------ */
.news_head h1 {
  text-align: center;
  font-size: 3.8rem;
  padding-bottom: 45px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .news_head h1 {
    font-size: 2.4rem;
    padding: 0 20px 20px;
  }
}

.news_head .data {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

@media (max-width: 720px) {
  .news_head .data {
    margin-top: 20px;
  }
}

.news_head .data .time {
  color: #656565;
  margin-right: 15px;
}

.news_body .news_list li {
  margin: 0;
  padding-left: 0;
}

.news_body .news_list li:before {
  content: none;
}

.news_body .news_list a {
  display: flex;
  text-decoration: none;
  color: #000;
}

.news_body .news_list a:before {
  content: none;
}

@media (max-width: 720px) {
  .news_body .news_list a {
    display: block;
  }
}

.news_body .news_list .data {
  flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 720px) {
  .news_body .news_list .data {
    margin-right: 10px;
  }
}

.news_body .news_list .data .time {
  margin-right: 20px;
}

@media (max-width: 720px) {
  .news_body .news_list .data .time {
    margin-right: 10px;
  }
}

/* ------------------------------------
	CSRページ調整
------------------------------------ */
.csr_block {
  display: flex;
  position: relative;
  padding-top: 28.3%;
}

@media (max-width: 980px) {
  .csr_block {
    display: block;
  }
}

@media (max-width: 720px) {
  .csr_block {
    padding-top: 0;
  }
}

.csr_block .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 720px) {
  .csr_block .img {
    position: static;
  }
}

.csr_block .img figure {
  display: flex;
}

@media (max-width: 720px) {
  .csr_block .img figure {
    display: block;
  }
}

.csr_block .img figure span {
  display: block;
  flex-shrink: 1;
}

.csr_block .img figure img {
  vertical-align: bottom;
}

.csr_block .left {
  width: 480px;
  padding-right: 40px;
  flex-shrink: 0;
}

@media (max-width: 1180px) {
  .csr_block .left {
    padding-right: 25px;
  }
}

@media (max-width: 980px) {
  .csr_block .left {
    width: 100%;
    padding: 0;
  }
}

.csr_block .left .bnr a[target="_blank"]:after {
  content: none;
}

@media (max-width: 980px) {
  .csr_block .left .bnr {
    display: none;
  }
}

.csr_block .right p {
  text-align: left;
}

.csr_block .right .bnr {
  display: none;
}

@media (max-width: 980px) {
  .csr_block .right .bnr {
    display: block;
    padding: 0 20px;
    text-align: center;
  }
}

.csr_block h3 {
  font-size: 3rem;
  text-align: left;
  line-height: 1.45;
}

@media (max-width: 720px) {
  .csr_block h3 {
    font-size: 2.3rem;
  }
}

.csr_block h3 span {
  display: block;
  font-size: 1.4rem;
}

@media (max-width: 720px) {
  .csr_block h3 span {
    font-size: 1.2rem;
  }
}

.csr_block h3 span:after {
  content: none;
}

.csr_block .bnr {
  margin-top: 20px;
}

.csr_block .bnr a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.csr_block .bnr a:before {
  content: none;
}

.csr_block .bnr a:hover {
  opacity: .7;
}

.csr_block .bnr .copy {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
}

/* ------------------------------------
	制作実績ページ調整
------------------------------------ */
.portfolio .news_head .data {
  justify-content: flex-end;
  margin-top: 25px;
  margin-bottom: 40px;
}

@media (max-width: 720px) {
  .portfolio .news_head .data {
    margin-bottom: 25px;
  }
}

.portfolio .news_head .data .tag {
  min-width: 80px;
  background: #5a5a5a;
}

@media (max-width: 720px) {
  .portfolio .news_head .data .tag {
    min-width: 70px;
    top: 0;
  }
}

.portfolio .news_head .data .tag a {
  color: #fff;
  text-decoration: none;
}

.portfolio_catch_img {
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 720px) {
  .portfolio_catch_img {
    margin: 20px 0;
  }
}

.portfolio_archive .portfolio_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid #e2e2e2;
}

.portfolio_archive .portfolio_list li {
  width: 368px;
  margin: 0;
  margin-right: 38px;
  margin-bottom: 20px;
  padding: 0;
}

@media (max-width: 1180px) {
  .portfolio_archive .portfolio_list li {
    width: 30.666666%;
    margin-right: 4%;
    margin-bottom: 2.5%;
  }
}

@media (max-width: 720px) {
  .portfolio_archive .portfolio_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5%;
  }
  .portfolio_archive .portfolio_list li:last-of-type {
    margin-bottom: 0;
  }
}

.portfolio_archive .portfolio_list li:nth-of-type(3n) {
  margin-right: 0;
}

.portfolio_archive .portfolio_list li:before {
  content: none;
}

.portfolio_archive .portfolio_list li .photo {
  position: relative;
  display: block;
  padding-top: 60%;
  border: 1px solid #e2e2e2;
}

.portfolio_archive .portfolio_list li .photo span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

.portfolio_archive .portfolio_list li .text {
  position: relative;
  display: block;
  padding: 15px 20px 15px 0;
}

.portfolio_archive .portfolio_list li .text:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e905";
  color: #00a1e9;
  font-size: 1.4rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.portfolio_archive .portfolio_list li .text p {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .portfolio_archive .portfolio_list li .text p {
    font-size: 1.6rem;
  }
}

.portfolio_archive .portfolio_list li .data {
  display: flex;
  align-items: center;
}

.portfolio_archive .portfolio_list li .data .time {
  margin-right: 10px;
}

@media (max-width: 720px) {
  .portfolio_archive .portfolio_list li .data .time {
    font-size: 1.3rem;
  }
}

.portfolio_archive .portfolio_list li .data .tag {
  min-width: 80px;
  background: #5a5a5a;
}

@media (max-width: 720px) {
  .portfolio_archive .portfolio_list li .data .tag {
    min-width: 70px;
    top: 0;
  }
}

.portfolio_archive .portfolio_list a {
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.portfolio_archive .portfolio_list a:before {
  content: none;
}

.portfolio_archive .portfolio_list a:hover {
  opacity: .7;
  text-decoration: none;
}

.pagination_nav {
  display: flex;
  border-top: 1px solid #e2e2e2;
  padding-top: 45px;
  padding-bottom: 30px;
}

@media (max-width: 720px) {
  .pagination_nav {
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 45px;
  }
}

.pagination_nav .pagination {
  display: flex;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .pagination_nav .pagination {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
}

.pagination_nav .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #e2e2e2;
  color: #00a1e9;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 0 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 720px) {
  .pagination_nav .pagination a {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
  }
}

.pagination_nav .pagination a:hover, .pagination_nav .pagination a.current {
  text-decoration: none;
  background: #f2fafe;
  color: #000;
}

.pagination_nav .pagination a:before {
  content: none;
}

.pagination_nav .next_prev {
  display: flex;
}

@media (max-width: 720px) {
  .pagination_nav .next_prev {
    width: 50%;
    order: 2;
  }
}

.pagination_nav .next_prev a {
  display: flex;
  height: 50px;
  width: 100px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  color: #5a5a5a;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 720px) {
  .pagination_nav .next_prev a {
    height: 30px;
    font-size: 1.2rem;
    padding: 0;
  }
}

.pagination_nav .next_prev a:hover, .pagination_nav .next_prev a.current {
  text-decoration: none;
  background: #f2fafe;
  color: #000;
}

.pagination_nav .next_prev a:before {
  content: none;
}

.pagination_nav .next_prev a.disabled {
  pointer-events: none;
  visibility: hidden;
}

.pagination_nav .next_prev a span {
  display: inline-block;
  position: relative;
}

.pagination_nav .next_prev a span:after, .pagination_nav .next_prev a span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
}

.pagination_nav .next_prev .first {
  margin-right: 10px;
}

@media (max-width: 720px) {
  .pagination_nav .next_prev .first {
    margin-right: 5px;
  }
}

.pagination_nav .next_prev .first span {
  padding-left: 15px;
}

.pagination_nav .next_prev .first span:after {
  border-bottom: 1px solid #5a5a5a;
  border-left: 1px solid #5a5a5a;
  left: 0;
}

.pagination_nav .next_prev .first span:before {
  border-bottom: 1px solid #5a5a5a;
  border-left: 1px solid #5a5a5a;
  left: 5px;
}

@media (max-width: 720px) {
  .pagination_nav .next_prev .prev {
    margin-right: 5px;
  }
}

.pagination_nav .next_prev .prev span {
  padding-left: 15px;
}

.pagination_nav .next_prev .prev span:after {
  border-bottom: 1px solid #5a5a5a;
  border-left: 1px solid #5a5a5a;
  left: 0;
}

.pagination_nav .next_prev .prev span:before {
  content: none;
}

.pagination_nav .next_prev .last {
  margin-left: 10px;
}

@media (max-width: 720px) {
  .pagination_nav .next_prev .last {
    margin-left: 5px;
  }
}

.pagination_nav .next_prev .last span {
  padding-right: 15px;
}

.pagination_nav .next_prev .last span:after {
  border-top: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
  right: 0;
}

.pagination_nav .next_prev .last span:before {
  border-top: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
  right: 5px;
}

@media (max-width: 720px) {
  .pagination_nav .next_prev .next {
    margin-left: 5px;
  }
}

.pagination_nav .next_prev .next span {
  padding-right: 15px;
}

.pagination_nav .next_prev .next span:after {
  border-top: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
  right: 0;
}

.pagination_nav .next_prev .next span:before {
  content: none;
}

.portfolio_page_layer_nav {
  border-top: 0;
  padding-top: 0;
}

.portfolio_page_layer_nav .second_layer_nav {
  border-top: 1px solid #e2e2e2;
  padding-top: 50px;
}

@media (max-width: 720px) {
  .portfolio_page_layer_nav .second_layer_nav {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}

/* ------------------------------------
	企業方針ページ調整
------------------------------------ */
.corporatepolicies_sub_title {
  display: block;
  font-size: 3.0rem;
  font-weight: normal;
  margin-bottom: 5px;
}

@media (max-width: 720px) {
  .corporatepolicies_sub_title {
    font-size: 2.2rem;
  }
}

.corporatepolicies_sub_title.title_red {
  color: #e60017;
}

.corporatepolicies_sub_title.title_green {
  color: #1ead4b;
}

.corporatepolicies_sub_title.title_blue {
  color: #00a1e9;
}

/* ------------------------------------
	会社概要ページ調整
------------------------------------ */
.gmap_frame {
  position: relative;
  padding-top: 57.5%;
}

.gmap_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profile_caption {
  display: flex;
  width: 100%;
  margin-top: 8px;
}

.profile_caption span {
  margin-right: auto;
}

/* ------------------------------------
	アミューズメント施設運営ページ調整
------------------------------------ */
.amusement_catch {
  background: url(../img/business/amusement_catch_bg.png) no-repeat center center;
  margin-top: 0;
  margin-bottom: -20px;
  padding: 30px;
}

@media (max-width: 720px) {
  .amusement_catch {
    margin: 0 0 -20px 0;
    padding: 30px 0;
  }
}

.amusement_catch p {
  font-size: 2.0rem;
  line-height: 2.8;
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .amusement_catch p {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}

.amusement_catch p strong {
  display: block;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.9;
  margin: 40px 0;
}

@media (max-width: 720px) {
  .amusement_catch p strong {
    margin: 25px 0;
    font-size: 2.2rem;
  }
}

/* ------------------------------------
	注目商品ページ調整
------------------------------------ */
.product_list .product_list_item {
  margin-bottom: 80px;
}

@media (max-width: 720px) {
  .product_list .product_list_item {
    margin-bottom: 40px;
  }
}

.product_list .product_list_item h2 {
  font-size: 2.2rem;
  padding: 15px 25px;
  background: #ff3954;
  color: #fff;
  text-align: left;
}

@media (max-width: 720px) {
  .product_list .product_list_item h2 {
    font-size: 2rem;
    padding: 10px 20px;
  }
}

.product_list .product_list_item h2:after {
  content: none;
}

.product_list .product_list_item figure {
  margin-bottom: 0;
}

/* ------------------------------------
	中古機在庫・買取リストページ調整
------------------------------------ */
@media (max-width: 980px) {
  .inventory_list,
  .purchase_list {
    overflow: auto;
    white-space: nowrap;
    padding: 5px 0;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }
}

.inventory_list table,
.purchase_list table {
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .inventory_list table,
  .purchase_list table {
    display: table;
    table-layout: auto;
  }
}

@media (max-width: 980px) {
  .inventory_list table tr,
  .purchase_list table tr {
    display: table-row;
  }
}

@media (max-width: 980px) {
  .inventory_list table thead,
  .purchase_list table thead {
    display: table-header-group;
  }
}

.inventory_list table thead th, .inventory_list table thead td,
.purchase_list table thead th,
.purchase_list table thead td {
  padding: 20px;
  color: #fff;
  border: 0;
}

@media (max-width: 980px) {
  .inventory_list table thead th, .inventory_list table thead td,
  .purchase_list table thead th,
  .purchase_list table thead td {
    display: table-cell;
  }
}

.inventory_list table thead th:nth-child(1),
.purchase_list table thead th:nth-child(1) {
  width: 15%;
}

.inventory_list table thead th:nth-child(2),
.purchase_list table thead th:nth-child(2) {
  width: 37%;
}

.inventory_list table thead th:nth-child(3),
.purchase_list table thead th:nth-child(3) {
  width: 15%;
  text-align: center;
}

.inventory_list table thead th:nth-child(4),
.purchase_list table thead th:nth-child(4) {
  width: 8%;
  text-align: center;
}

.inventory_list table thead th:nth-child(5),
.purchase_list table thead th:nth-child(5) {
  width: 15%;
  text-align: center;
}

@media (max-width: 980px) {
  .inventory_list table tbody,
  .purchase_list table tbody {
    display: table-row-group;
  }
}

.inventory_list table tbody th, .inventory_list table tbody td,
.purchase_list table tbody th,
.purchase_list table tbody td {
  padding: 15px 20px;
}

@media (max-width: 980px) {
  .inventory_list table tbody th, .inventory_list table tbody td,
  .purchase_list table tbody th,
  .purchase_list table tbody td {
    display: table-cell;
  }
}

.inventory_list table tbody td:nth-child(3),
.purchase_list table tbody td:nth-child(3) {
  text-align: center;
}

.inventory_list table tbody td:nth-child(4),
.purchase_list table tbody td:nth-child(4) {
  text-align: center;
}

.inventory_list table tbody td:nth-child(5),
.purchase_list table tbody td:nth-child(5) {
  text-align: center;
}

.inventory_list table thead th, .inventory_list table thead td {
  background: #40d46c;
}

.purchase_list table thead th, .purchase_list table thead td {
  background: #2998ff;
}

/* ------------------------------------
	総合広告業・店装事業ページ調整
------------------------------------ */
.agency_products_list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.agency_products_list ul li {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 25%;
  margin: 0;
  padding-left: 0;
  background: #eee;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 980px) {
  .agency_products_list ul li {
    width: 33.33333333%;
  }
}

@media (max-width: 720px) {
  .agency_products_list ul li {
    width: 50%;
  }
}

.agency_products_list ul li:hover {
  opacity: .7;
}

.agency_products_list ul li:before {
  content: none;
}

.agency_products_list ul li:nth-child(1) {
  background: #ca2a2a;
}

.agency_products_list ul li:nth-child(2) {
  background: #e4570a;
}

.agency_products_list ul li:nth-child(3) {
  background: #96b80e;
}

.agency_products_list ul li:nth-child(4) {
  background: #1c85d6;
}

.agency_products_list ul li:nth-child(5) {
  background: #e19209;
}

.agency_products_list ul li:nth-child(6) {
  background: #1767b5;
}

.agency_products_list ul li:nth-child(7) {
  background: #619f09;
}

.agency_products_list ul li:nth-child(8) {
  background: #058860;
}

.agency_products_list ul li:nth-child(9) {
  background: #e2306e;
}

.agency_products_list ul li:nth-child(10) {
  background: #203495;
}

.agency_products_list ul li:nth-child(11) {
  background: #8f2da7;
}

.agency_products_list ul li:nth-child(12) {
  background: #5b34b4;
}

.agency_products_list ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 40px;
  color: #fff;
  width: 100%;
  height: 100%;
}

@media (max-width: 720px) {
  .agency_products_list ul li a {
    padding: 20px 5px;
  }
}

.agency_products_list ul li a:before {
  content: none;
}

.agency_products_list ul li a:hover {
  text-decoration: none;
}

.agency_products_list ul li strong {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media (max-width: 720px) {
  .agency_products_list ul li strong {
    font-size: 1.5rem;
  }
}

.agency_products_list ul li span {
  font-size: 1.4rem;
}

@media (max-width: 720px) {
  .agency_products_list ul li span {
    padding: 0 10px;
    font-size: 1.1rem;
  }
}

.portfolio_archive_wrap {
  background: #f0f9fd;
  padding: 80px 0 40px;
}

@media (max-width: 720px) {
  .portfolio_archive_wrap {
    padding: 40px 0 20px;
  }
}

.portfolio_archive_wrap .portfolio_archive .portfolio_list {
  padding-top: 0;
  border-top: 0;
}

.portfolio_archive_wrap .portfolio_archive .portfolio_list li {
  margin-bottom: 0;
}

.portfolio_archive_wrap .btn a:hover {
  background: #00a1e9;
  color: #fff;
}

.portfolio_archive_wrap .btn a:hover:after {
  color: #fff;
}

.novelty_link .img_text .photo {
  width: 45%;
}

@media (max-width: 980px) {
  .novelty_link .img_text .photo {
    width: 100%;
  }
}

.novelty_link .img_text .photo a {
  display: block;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}

.novelty_link .img_text .photo a[target="_blank"]:after {
  content: "\e901";
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
  font-size: 1.4rem;
  color: #00a1e9;
}

/* ------------------------------------
	取扱品目一覧ページ調整
------------------------------------ */
.agency_products_anker ul {
  display: flex;
  flex-wrap: wrap;
}

.agency_products_anker ul li {
  display: flex;
  width: 16.666666666%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1.5;
  font-size: 1.5rem;
}

@media (max-width: 720px) {
  .agency_products_anker ul li {
    width: 50%;
    font-size: 1.2rem;
  }
}

.agency_products_anker ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  text-decoration: none;
  padding: 15px 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 720px) {
  .agency_products_anker ul li a {
    text-align: center;
    padding: 10px 5px;
  }
}

.agency_products_anker ul li a:before {
  content: none;
}

.agency_products_anker ul li a:hover {
  text-decoration: none;
  opacity: .7;
}

.agency_products_anker ul li span {
  position: relative;
  padding-left: 28px;
  padding-right: 14px;
}

@media (max-width: 720px) {
  .agency_products_anker ul li span {
    display: block;
    width: 100%;
  }
}

.agency_products_anker ul li span:before {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e90e";
  color: #fff;
  font-size: 1.4rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 720px) {
  .agency_products_anker ul li span:before {
    font-size: 1.2rem;
  }
}

.agency_products_anker ul li:before {
  content: none;
}

.agency_products_anker ul li:nth-child(1) a {
  background: #ca2a2a;
}

.agency_products_anker ul li:nth-child(2) a {
  background: #e4570a;
}

.agency_products_anker ul li:nth-child(3) a {
  background: #96b80e;
}

.agency_products_anker ul li:nth-child(4) a {
  background: #1c85d6;
}

.agency_products_anker ul li:nth-child(5) a {
  background: #e19209;
}

.agency_products_anker ul li:nth-child(6) a {
  background: #1767b5;
}

.agency_products_anker ul li:nth-child(7) a {
  background: #619f09;
}

.agency_products_anker ul li:nth-child(8) a {
  background: #058860;
}

.agency_products_anker ul li:nth-child(9) a {
  background: #e2306e;
}

.agency_products_anker ul li:nth-child(10) a {
  background: #203495;
}

.agency_products_anker ul li:nth-child(11) a {
  background: #8f2da7;
}

.agency_products_anker ul li:nth-child(12) a {
  background: #5b34b4;
}

#list01 h2:after {
  background-color: #ca2a2a;
}

#list02 h2:after {
  background-color: #e4570a;
}

#list03 h2:after {
  background-color: #96b80e;
}

#list04 h2:after {
  background-color: #1c85d6;
}

#list05 h2:after {
  background-color: #e19209;
}

#list06 h2:after {
  background-color: #1767b5;
}

#list07 h2:after {
  background-color: #619f09;
}

#list08 h2:after {
  background-color: #058860;
}

#list09 h2:after {
  background-color: #e2306e;
}

#list10 h2:after {
  background-color: #203495;
}

#list11 h2:after {
  background-color: #8f2da7;
}

#list12 h2:after {
  background-color: #5b34b4;
}

/* ------------------------------------
	取扱品目一覧ページ調整
------------------------------------ */
.sitemap ul {
  margin-bottom: 0;
}

.sitemap ul li {
  margin: 0;
  padding-left: 0;
}

.sitemap ul li:before {
  content: none;
}

.sitemap .colm3 .colm_item,
.sitemap .colm4 .colm_item {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .sitemap .sitemap_first {
    margin: 0 -20px;
  }
}

.sitemap .sitemap_first > li {
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .sitemap .sitemap_first > li {
    margin-bottom: 10px;
  }
}

.sitemap .sitemap_first > li > a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding: 15px 0 15px 25px;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
  text-decoration: none;
}

.sitemap .sitemap_first > li > a:before {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e905";
  color: #00a1e9;
  font-size: 1.1rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sitemap .sitemap_first > li > a:hover {
  text-decoration: underline;
}

@media (max-width: 720px) {
  .sitemap .sitemap_first > li > a {
    padding: 12px 20px 12px 45px;
  }
  .sitemap .sitemap_first > li > a:before {
    left: 25px;
  }
}

@media all and (-ms-high-contrast: none) {
  .sitemap .sitemap_first > li > a {
    padding: 15px 0 10px 25px;
  }
}

.sitemap .sitemap_first > li.home > a:before {
  content: "\e908";
  left: 0;
  font-size: 1.5rem;
}

@media (max-width: 720px) {
  .sitemap .sitemap_first > li.home > a:before {
    left: 20px;
  }
}

.sitemap .sitemap_second {
  padding: 10px 0;
}

.sitemap .sitemap_second li {
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
}

@media (max-width: 720px) {
  .sitemap .sitemap_second li {
    padding-left: 58px;
  }
}

.sitemap .sitemap_second li:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 5px;
  height: 3px;
  width: 3px;
  background: #00a1e9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 720px) {
  .sitemap .sitemap_second li:after {
    left: 45px;
  }
}

.sitemap .sitemap_second li li {
  padding-left: 15px;
}

.sitemap .sitemap_second li li:after {
  left: 5px;
}

.sitemap .sitemap_second li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #000;
}

.sitemap .sitemap_second li a:before {
  content: none;
}

.sitemap .sitemap_second li a:hover {
  text-decoration: underline;
}

/* ------------------------------------
	ゲーム機器販売
------------------------------------ */
.sales_buying_list .btn {
  margin-bottom: 0;
}

.sales_buying_list .btn a {
  display: block;
  min-width: 0;
  margin-top: 20px;
}

/* ------------------------------------
	404ページ調整
------------------------------------ */
@media (max-width: 720px) {
  .page_404 img {
    height: 100px;
  }
}

.page_404 .page_contents_body {
  margin-top: 0;
  padding-top: 80px;
}

@media (max-width: 720px) {
  .page_404 .page_contents_body {
    padding-top: 40px;
  }
}

.page_404 .btn a {
  margin-bottom: 6px;
}

/* ------------------------------------
	沿革ページ調整
------------------------------------ */
.history_list {
  border-top: 1px solid #e2e2e2;
}

.history_list .history_list_item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 20px;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 720px) {
  .history_list .history_list_item {
    flex-direction: column;
    padding: 10px 0 10px;
  }
}

.history_list .history_list_item:nth-of-type(2n) dt {
  color: #007ee9;
}

.history_list .history_list_item:nth-of-type(2n) dt:before {
  background-color: #007ee9;
}

.history_list .history_list_item:nth-of-type(2n) dd .set {
  border-bottom-color: #007ee9;
}

.history_list .history_list_item dt {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  width: 21rem;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1;
  color: #00a1e9;
}

@media (max-width: 720px) {
  .history_list .history_list_item dt {
    justify-content: flex-start;
    width: 100%;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.history_list .history_list_item dt:first-child:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 1.1rem;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #00a1e9;
}

.history_list .history_list_item dt strong {
  font-size: 2.6rem;
}

.history_list .history_list_item dt .year strong {
  padding-right: 8px;
}

.history_list .history_list_item dt .month {
  width: 6rem;
  text-align: right;
}

.history_list .history_list_item dt .month strong {
  padding-right: 5px;
}

.history_list .history_list_item dd {
  width: calc(100% - 21rem);
}

@media (max-width: 720px) {
  .history_list .history_list_item dd {
    width: 100%;
  }
}

.history_list .history_list_item dd .set {
  position: relative;
  padding-left: 60px;
  margin-bottom: 10px;
}

@media (max-width: 720px) {
  .history_list .history_list_item dd .set {
    padding-left: 25px;
  }
}

.history_list .history_list_item dd .set:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 30px;
  height: 1px;
  border-bottom: 1px dotted #00a1e9;
}

@media (max-width: 720px) {
  .history_list .history_list_item dd .set:before {
    content: none;
  }
}

.history_list .history_list_item dd .set .photo {
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
}

.history_list .history_list_item dd .set .photo span {
  flex-shrink: 1;
  margin-right: 15px;
}

@media (max-width: 720px) {
  .history_list .history_list_item dd .set .photo span {
    margin-right: 5px;
  }
}

.history_list .history_list_item dd .set .photo span:last-of-type {
  margin-right: 0;
}

.history_list .history_list_item dd .set.photo_right {
  display: flex;
}

@media (max-width: 720px) {
  .history_list .history_list_item dd .set.photo_right {
    flex-direction: column;
  }
}

.history_list .history_list_item dd .set.photo_right .text {
  width: 100%;
  padding-right: 20px;
}

@media (max-width: 720px) {
  .history_list .history_list_item dd .set.photo_right .text {
    padding-right: 0;
  }
}

.history_list .history_list_item dd .set.photo_right .photo {
  width: 260px;
  flex-shrink: 0;
  margin-top: 0;
}

@media (max-width: 720px) {
  .history_list .history_list_item dd .set.photo_right .photo {
    width: 100%;
  }
}

.history_list .history_list_item figure {
  margin-bottom: 0;
}

/* ------------------------------------
	鍵つきページ
------------------------------------ */
.post-password-form {
  padding: 80px 0;
}

.post-password-form p {
  padding: 0 20px;
  text-align: center;
}

.post-password-form p label {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .post-password-form p label {
    margin-top: 20px;
  }
}

.post-password-form p label input {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  border: 1px solid #e2e2e2;
  padding: 0 5px;
}

@media (max-width: 720px) {
  .post-password-form p label input {
    margin-right: 0;
  }
}

.post-password-form p input {
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
}

.post-password-form p input[type="submit"] {
  display: inline-block;
  margin: 0 auto;
  width: 60px;
  text-align: center;
  border: 1px solid #00a1e9;
  background: #00a1e9;
  color: #fff;
  padding: 0 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 720px) {
  .post-password-form p input[type="submit"] {
    display: block;
  }
}

.post-password-form p input[type="submit"]:hover {
  opacity: .7;
}
