@charset "UTF-8";
/* =======================================
共通設定
======================================= */
@media (max-width: 1320px) {
  html {
    font-size: 0.75757575vw;
  }
}

body {
  width: 100%;
  height: auto;
  background: #fff;
  font-size: 2.3rem;
  line-height: 1.8;
  color: #231815;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img {
  height: auto;
}

#container {
  width: 100%;
}

.sp, .none_pc {
  display: none !important;
}

.wrap_out a:not(.no_hover):hover, .wrap_in a:not(.no_hover):hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.wrap_out a:not(.no_hover):hover img, .wrap_in a:not(.no_hover):hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* 基本ボックス設定 */
.wrap_out, .wrap_main {
  width: 100%;
  height: auto;
}

.wrap_in {
  width: 126.0rem;
  height: auto;
  margin: 0 auto;
}

/* 横並びリスト */
ul.many_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.many_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.two_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.two_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.two_rows > li:nth-child(2n+2) {
  float: right;
}
ul.three_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.three_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.three_rows > li:nth-child(3n+2) {
  margin-right: 0;
}
ul.three_rows > li:nth-child(3n+3) {
  float: right;
  margin-right: 0;
}

/*テーブルブロック*/
.table_block {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_block > .cell_block {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

/* スクローラー */
#scroller {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 37.3rem;
  z-index: 3000;
}

/*テキスト設定*/
.wrap_in.article {
  padding-top: 8.0rem;
  padding-bottom: 8.0rem;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article br {
  margin-top: 0;
  padding: 0;
  text-align: left;
  border: 0;
  clear: both;
}
.article h1 {
  margin-bottom: 1.0rem;
  font-size: 3.0rem;
  line-height: 117%;
  color: #25457b;
}
.article h2 {
  margin-bottom: 1.0rem;
  margin-left: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.8rem;
  font-size: 2.6rem;
  line-height: 117%;
  border-left: .6rem solid #25457b;
}
.article h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.0rem;
}
.article h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.0rem;
  color: #25457b;
}
.article h5 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #25457b;
  margin-bottom: 1.0rem;
  border-bottom: .2rem solid #A6CBE0;
  position: relative;
}
.article h5::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: .2rem solid #25457b;
  bottom: -.2rem;
  width: 20%;
}
.article h6 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0;
}
.article p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.0rem;
  text-align: justify;
  text-justify: inter-ideograph;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.article pre {
  background-color: #eee;
  border: .1rem solid #ccc;
  padding: 0.7em;
  overflow: auto;
}
.article .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.article blockquote, .article q {
  quotes: "" "";
}
.article blockquote:before, .article blockquote:after, .article q:before, .article q:after {
  content: "";
}
.article blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: .1rem solid #FFFFFF;
  margin: 1em 0;
  padding: 2.0rem 5.5rem;
  position: relative;
}
.article blockquote p {
  margin-bottom: 0;
}
.article blockquote::before {
  color: #c8c8c8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0rem;
  line-height: 1em;
  position: absolute;
  top: 0rem;
}
.article blockquote::after {
  color: #c8c8c8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0rem;
  bottom: -1.6rem;
}
.article ul {
  list-style: disc;
  margin: 1.5em 0;
  padding-left: 1em;
}
.article ul li + li {
  margin-top: 0.4em;
}
.article ol {
  list-style: decimal;
  margin: 1.5em 0;
  padding-left: 1em;
}
.article ol li + li {
  margin-top: 0.4em;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}

/* SLIDER
------------------------------- */
#slider {
  margin-bottom: 11.2rem;
}
#slider .slider_in {
  width: 100.0rem;
}

.slick-arrow {
  position: absolute;
  /*top: 0;*/
  width: 5.9rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1001;
  cursor: pointer;
}

.slick-prev {
  left: -4.5rem;
  background-image: url("../img/slider/arrowL.png");
  background-position: center;
}

.slick-next {
  right: -4.5rem;
  background-image: url("../img/slider/arrowR.png");
  background-position: center;
}

.slick-dots {
  position: absolute;
  bottom: -4.0rem;
  left: 0;
}

/* HEADER
------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: -webkit-calc((100% - 126rem) / 2);
  left: calc((100% - 126rem) / 2);
  width: 126rem;
  z-index: 10000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
}

.header_in {
  display: table;
  table-layout: fixed;
}
.header_in .header_logo, .header_in .nav_wrap {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  height: 12.0rem;
}

/* FOOTER
------------------------------- */
#footer {
  background-color: #f5f5f5;
}

.footer_wrap {
  padding: 6.0rem 0;
}

.tbb_ft .cell_block {
  width: auto;
  height: 30.0rem;
  text-align: left;
}
.tbb_ft .cellA {
  width: 44.0rem;
  background-color: #fff;
  border: .1rem solid #ccc;
}
.tbb_ft .cellB {
  padding: 0 4.0rem;
}
.tbb_ft .cellC {
  width: 30.4rem;
  padding: 3.6rem 4.2rem;
  background-color: #fff;
  border: .1rem solid #ccc;
  vertical-align: top;
}

.foot_logo {
  display: block;
  margin: 0 auto;
}

.ftp1 {
  text-align: center;
  font-size: 2.0rem;
}

.ftp2 {
  text-align: left;
  padding: 2.0rem 0;
}

.foot_nav {
  display: block;
}
.foot_nav a {
  display: block;
  background: url("../img/parts/arrow_02.png") left 1rem no-repeat;
  -webkit-background-size: .8rem auto;
  background-size: .8rem auto;
  padding-left: 1.2rem;
  text-align: left;
}
.foot_nav li {
  margin-bottom: 1.0rem;
}
.foot_nav li:last-child {
  margin-bottom: 0;
}

.copy_wrap {
  background-color: #ccc;
  color: #fff;
}

.tbb_copy {
  width: 100.0rem;
  margin: 0 auto;
}
.tbb_copy .cell_block {
  height: 4.0rem;
}
.tbb_copy .cellA {
  text-align: left;
  font-size: 1.2rem;
}
.tbb_copy .cellB {
  text-align: right;
}
.tbb_copy .cellB a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 1em;
  border-right: .1rem solid #fff;
  vertical-align: middle;
}
.tbb_copy .cellB a:last-child {
  border-right: 0;
}

/* HOME
------------------------------- */
/*NEWS LIST*/
.tbb_list {
  border-bottom: .1rem dashed #ccc;
}
.tbb_list .cell_block {
  height: 9.0rem;
  vertical-align: top;
  text-align: left;
  width: auto;
  padding: 3.0rem 3.0rem 3.0rem;
}
.tbb_list .cellA {
  width: 40%;
}
.tbb_list .cellB {
  padding-left: 0;
}
.tbb_list .date {
  margin-right: 3.0rem;
}

.list_p {
  font-size: 1.6rem;
  padding-top: .3rem;
  margin-bottom: 0 !important;
}

/* ----------------------------------------

子どもデザイン専科

---------------------------------------- */
/* header
------------------------------- */
.hedear_in {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.5);
  width: 95rem;
  height: 8.7rem;
  padding: 0 2.5rem;
  margin: 0;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  border-radius: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
}

.header_logo {
  width: 14.7rem;
}
.header_logo img {
  display: block;
  width: 100%;
}

.nav_wrap {
  width: -webkit-calc(100% - 14.7rem);
  width: calc(100% - 14.7rem);
  padding: 0 0 0 3rem;
}

.fx_nav_link {
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
}
.fx_nav_link:hover {
  -webkit-animation: g-header-pop .4s;
  animation: g-header-pop .4s;
}
.fx_nav_link > .flex_block_child {
  display: block;
}
.fx_nav_link > .blockA {
  width: 5.3rem;
}
.fx_nav_link > .blockA img {
  display: block;
  width: 100%;
  height: auto;
}
.fx_nav_link > .blockB {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  width: -webkit-calc(100% - 5.3rem);
  width: calc(100% - 5.3rem);
  padding-right: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}

.header_inB {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: flex-end;
  /*横方向（Safari用）*/
  justify-content: flex-end;
  /*横方向*/
  height: 8.7rem;
}

.fx_nav_linkB {
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
  width: 9rem !important;
  margin-right: 0 !important;
  position: relative;
}
.fx_nav_linkB + .fx_nav_linkB {
  margin-left: 1.0rem;
}
.fx_nav_linkB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  background-color: inherit;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  background: #ccc;
}
.fx_nav_linkB:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation: easeOutBounce .6s;
  animation: easeOutBounce .6s;
}
.fx_nav_linkB.ico_tel::before {
  background-color: #f8a72d;
}
.fx_nav_linkB.ico_mail::before {
  background-color: #036eb8;
}
.fx_nav_linkB.ico_line::before {
  background-color: #38D430;
}
.fx_nav_linkB > .flex_block_child {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.fx_nav_linkB > .flex_block_child img {
  display: block;
  width: 2.6rem;
  height: auto;
  margin: 0 auto 0.5rem;
}
.fx_nav_linkB.contact-us_link > .flex_block_child {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.header_inA {
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
  padding: 1.0rem 1rem;
}
.header_inA a:hover {
  text-decoration: underline;
}

#top {
  position: relative;
  height: 16.4rem;
  background-color: #eeeff5;
}
#top::after {
  content: "";
  display: block;
  width: 29%;
  padding-top: 28.7vw;
  background-image: url("../img/header/bg.png");
  background-size: 100% 100%;
  background-position: right 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 0;
}
@media (max-width: 1320px) {
  #top::after {
    width: 26%;
    padding-top: 26vw;
  }
}

/* footer
------------------------------- */
#footer {
  background-color: #fff;
}
#footer a:not(.no_hover):hover {
  opacity: 0.6;
}

.fx_foot_link {
  width: 126rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5rem 0;
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
}
.fx_foot_link > .flex_block_child {
  width: 25%;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
}
.fx_foot_link > .flex_block_child img {
  display: block;
  width: 16.6rem;
  margin: 0 auto 2rem;
}
.fx_foot_link > .flex_block_child span {
  display: block;
  text-align: center;
}
.fx_foot_link > .flex_block_child span.fx_foot_link_textB {
  padding-top: 0.5rem;
  font-size: 1.5rem;
  color: #008fd6;
}
.fx_foot_link > .flex_block_child span.fx_foot_link_textB small {
  font-size: 1.2rem;
}
.fx_foot_link > .flex_block_child:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation: easeOutBounce .6s;
  animation: easeOutBounce .6s;
}

.footer_contents {
  background-color: #008fd6;
  color: #fff;
  text-align: center;
  padding: 9rem 0 2rem;
}
.footer_contents p {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.fx_foot_linkB {
  width: 64.2rem;
  margin: 0 auto;
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
}
.fx_foot_linkB > .flex_block_child {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
}
.fx_foot_linkB > .flex_block_child img {
  display: block;
  width: 100%;
}
.fx_foot_linkB > .flex_block_child.blockA {
  width: 17.85rem;
}
.fx_foot_linkB > .flex_block_child.blockB {
  width: -webkit-calc(100% - 17.85rem);
  width: calc(100% - 17.85rem);
  padding-left: 3rem;
}

.tbb_foot {
  width: 64.2rem !important;
  margin: 1rem auto;
  border: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tbb_foot .cell_block {
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.5rem;
}
.tbb_foot .cell_block strong {
  font-size: 2.8rem;
  font-weight: normal;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: sub;
}

.fx_copy {
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  margin-top: 12rem;
}
.fx_copy > .flex_block_child {
  width: fit-content;
}
.fx_copy > .flex_block_child.blockA img {
  display: block;
  width: 20.1rem;
}
.fx_copy > .flex_block_child.blockB {
  padding-left: 3rem;
  font-size: 1rem;
  line-height: 1.2;
}

/* home
------------------------------- */
/*main slider*/
.main_vis {
  background-color: #eeeff5;
  padding-bottom: 3.2rem;
}

#slider {
  width: 91.111vw;
  margin: 0 auto;
}
#slider .slider_in {
  width: 91.111vw;
}
#slider .slider_in img {
  display: block;
  width: 100%;
}
#slider .slick-dots {
  display: none !important;
}

/*NEWS*/
.home01 {
  background-color: #008fd6;
  padding: 2.5rem 0;
}

#news_slide {
  width: 126rem;
  margin: 0 auto;
}
#news_slide .slider_in {
  width: 126rem;
}

.news_slide_link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 126rem;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
  padding-left: 14rem;
  background-image: url("../img/home/ico_news.png");
  background-size: 10.3rem auto;
  background-position: 0.2rem center;
  background-repeat: no-repeat;
}
.news_slide_link > span {
  display: block;
  font-size: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.news_slide_link .post_date {
  width: 15rem;
}
.news_slide_link .news_post_ttl {
  width: -webkit-calc(100% - 15rem);
  width: calc(100% - 15rem);
  background-image: url("../img/home/arrow_01.png");
  background-size: 2.56rem auto;
  background-position: right 2rem center;
  background-repeat: no-repeat;
  padding-right: 5rem;
}

/*バナー部分*/
.home_sec {
  background-image: url("../img/home/bg_dot.png");
  background-size: 3.2rem auto;
}

.home_sec_wrap {
  background-color: #ccc;
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 4.5rem;
  -webkit-border-radius: 4.5rem;
  border-radius: 4.5rem;
}

.home_sec_ttl {
  padding: 9rem 0 0;
  position: relative;
}
.home_sec_ttl h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.home_sec_ttl p {
  font-size: 1.6rem;
  text-align: center;
}

.home_sec_ttl_imgA {
  display: block;
  width: 45rem;
  margin: 0 auto 2.5rem;
}

.home_sec_ttl_imgB {
  display: block;
  width: 19rem;
  position: absolute;
  bottom: 0;
}

.fx_home_bnr {
  width: 100%;
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  padding: 3rem 0;
}
.fx_home_bnr > .flex_block_child {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fx_home_bnr > .flex_block_child:hover {
  -webkit-animation: g-header-pop .4s;
  animation: g-header-pop .4s;
}
.fx_home_bnr > .blockA {
  width: 100%;
}
.fx_home_bnr > .blockA img {
  display: block;
  width: 105.45rem;
  margin: 0 auto;
}
.fx_home_bnr > .blockB {
  width: 50%;
}
.fx_home_bnr > .blockB img {
  display: block;
  width: 100%;
}
.fx_home_bnr > .blockC {
  width: 33.3333333333%;
}
.fx_home_bnr > .blockC img {
  display: block;
  width: 100%;
}

.home02 .home_sec_ttl_imgB {
  right: 5rem;
}
.home02 .home_sec_wrap {
  background-color: #FFDE00;
}

.home03 .home_sec_ttl_imgB {
  left: 5rem;
}
.home03 .home_sec_wrap {
  background-color: #FBA6D0;
}

.home04 .home_sec_ttl_imgB {
  right: 5rem;
}
.home04 .home_sec_wrap {
  background-color: #8F7EB9;
}

.home05 .home_sec_ttl_imgB {
  left: 5rem;
}
.home05 .home_sec_wrap {
  background-color: #A7CC32;
}

.home06 .home_sec_ttl_imgB {
  right: 5rem;
}
.home06 .home_sec_wrap {
  background-color: #8FC4FF;
}

/*日本全国対応*/
.nationwide_support {
  padding: 9rem 0;
}

.tbb_nationwide_support .cellA {
  width: 41rem;
  text-align: left;
  vertical-align: top;
  padding-top: 6rem;
}
.tbb_nationwide_support .cellA h2 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  color: #00a0e9;
  margin-bottom: 1rem;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.tbb_nationwide_support .cellA p {
  text-align: left;
}
.tbb_nationwide_support .cellB {
  width: auto;
  position: relative;
}
.tbb_nationwide_support .cellB .home_map_img {
  display: block;
  width: 71.25rem;
  margin: 0 auto 0 0;
}
.tbb_nationwide_support .cellB .company_count {
  font-size: 5.7rem;
  font-weight: bold;
  color: #00a0e9;
  line-height: 1.2;
  position: absolute;
  top: 12.2rem;
  left: 16.0rem;
  z-index: 1;
}

/*スタッフ紹介*/
.home05 {
  padding-bottom: 4rem;
}

.staff_wrap {
  background-color: #008fd6 !important;
  background-image: url("../img/home/staff_bg.jpg");
  background-size: 100% auto;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}
.staff_wrap .home_sec_ttl {
  color: #fff;
  padding-bottom: 4rem;
}
.staff_wrap .home_sec_ttl h2 {
  margin-bottom: 1rem;
}

.fx_staff {
  padding: 3rem 0 11rem;
}
.fx_staff > .flex_block_child {
  width: 12.5%;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.fx_staff > .flex_block_child img {
  display: block;
  width: 10rem;
  margin: 0	auto 1.5rem;
}

.tbb_staffA > .cell_block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tbb_staffA > .cellA {
  width: 42rem;
  text-align: center;
  text-align: left;
  color: #fff;
  padding-left: 2.5rem;
}
.tbb_staffA > .cellA h3 {
  font-size: 4.4rem;
  line-height: 1.3;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.tbb_staffA > .cellA p {
  text-align: left;
}
.tbb_staffA > .cellB {
  width: auto;
}
.tbb_staffA > .cellB img {
  display: block;
  width: 94%;
  margin: 0 auto;
}

.fx_torihikisaki {
  border: 1.4rem solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
}
.fx_torihikisaki > .flex_block_child.blockA {
  width: 14.7rem;
  background-color: #55b605;
  text-align: center;
  font-size: 1.9rem;
  color: #fff;
  line-height: 1.2;
  padding-top: 2rem;
}
.fx_torihikisaki > .flex_block_child.blockA small {
  font-size: 1.3rem;
}
.fx_torihikisaki > .flex_block_child.blockB {
  width: -webkit-calc(100% - 14.7rem);
  width: calc(100% - 14.7rem);
  padding-left: 3em;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fx_torihikisaki > .flex_block_child.blockB > .flex_block_child_in {
  width: 27%;
  display: block;
  padding: 0.5rem 1rem 0.5rem 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #231815;
}
.fx_torihikisaki > .flex_block_child.blockB > .flex_block_child_in:nth-child(4n+1) {
  width: 18%;
}

/*ランキング*/
.ranking_in {
  width: 25.2rem;
  position: relative;
  border-left: 2px solid #f8b62d;
}
.ranking_in .rank_count {
  display: block;
  width: 5rem;
  height: 5rem;
  margin-left: 1.5rem;
  text-align: center;
  line-height: 5rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  background-color: #ea5514;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.ranking_in a {
  display: block;
  width: 19rem;
  height: 19rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ranking_in a img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.ranking_in a::before {
  content: "";
  display: block;
  width: 13rem;
  height: 100%;
  background-color: #f7f7f7;
}
.ranking_in a::after {
  content: "";
  display: block;
  width: 100%;
  height: 13rem;
  background-color: #f7f7f7;
}
.ranking_in a::before, .ranking_in a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}

.post_views_wrap {
  margin-top: -3rem;
  padding: 2.5rem 0;
  background-color: #fff;
  border: 3px dashed #f8b62d;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}

#ranking {
  width: 126rem;
  margin-left: -3px;
}
#ranking .ranking_in[aria-hidden="true"] + .ranking_in[aria-hidden="false"] {
  border-left: 0;
}
#ranking .slick-arrow {
  width: 4rem;
}
#ranking .slick-arrow.slick-next {
  right: -2rem;
  background-image: url("../img/slider/rank_arrowR.png");
}
#ranking .slick-arrow.slick-prev {
  left: -2rem;
  background-image: url("../img/slider/rank_arrowL.png");
}

/* 下層ページ設定
------------------------------- */
body:not(#home) .nationwide_support {
  display: none;
}
body:not(#home) .staff_wrap {
  background-size: cover;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
body:not(#home) .staff_wrap .home_sec_ttl_imgA, body:not(#home) .staff_wrap h2, body:not(#home) .staff_wrap .home_sec_ttl > p, body:not(#home) .staff_wrap .fx_staff {
  display: none;
}

/* concept
------------------------------- */
.smooth_slider .slider_in, .smooth_slider_rev .slider_in {
  width: auto;
  height: 31.1rem;
}
.smooth_slider .slider_in img, .smooth_slider_rev .slider_in img {
  display: block;
  width: auto;
  height: 100%;
}

.smooth_slider_wrap {
  padding: 5rem 0 2rem;
  background-color: #eeeff5;
}

.smooth_slider_wrap_ttl {
  margin-top: 9rem;
  padding-top: 7rem;
  position: relative;
  z-index: 1;
}
.smooth_slider_wrap_ttl img {
  display: block;
  position: absolute;
  bottom: 0;
}

.concept_slide_ttl_01 {
  width: 26.5rem;
  left: 0;
}

.concept_slide_ttl_02 {
  width: 66.65rem;
  right: 0;
}

.large_ttl_wrap {
  padding: 15rem 0;
}
.large_ttl_wrap .large_ttl_img {
  display: block;
  margin: 0 auto;
}

.concept_main_ttl {
  width: 80.4rem;
}

/*サービス案内*/
.concept_01 {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
}
.concept_01 .home_sec_ttl {
  padding-top: 5rem;
  padding-bottom: 0;
}

.bg_triangle {
  background-image: url("../img/concept/bg_a1.png"), url("../img/concept/bg_a2.png");
  background-size: 41.3rem auto;
  background-position: right 1rem top 0, left 1rem bottom 0;
  background-repeat: no-repeat;
}

.fx_conceptA {
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
  width: -webkit-calc(100% + 12.5rem);
  width: calc(100% + 12.5rem);
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}
.fx_conceptA > .flex_block_child {
  width: 33.3333333333%;
  padding: 6.25rem;
}
.fx_conceptA > .flex_block_child a {
  display: block;
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.fx_conceptA > .flex_block_child a:hover {
  opacity: 1;
}
.fx_conceptA > .flex_block_child a:hover img {
  opacity: 0.5;
}
.fx_conceptA > .flex_block_child img {
  display: block;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/*選ばれる理由*/
.concept_02 {
  margin-top: 20rem;
  overflow: hidden;
}
.concept_02 .home_sec_ttl {
  padding-bottom: 0;
}

.fx_conceptB {
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
}
.fx_conceptB > .flex_block_child {
  width: 50%;
  padding: 5.8rem;
}

.blk_out_wrap {
  display: block;
}
.blk_out_wrap .img_wrap {
  position: relative;
  overflow: hidden;
}
.blk_out_wrap .img_wrap .imgA {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6rem;
  z-index: 2;
}
.blk_out_wrap .img_wrap .imgB {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blk_out_wrap .img_wrap .blk_out {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.blk_out_wrap h3 {
  display: block;
  margin: -4.5rem auto 0;
  width: 24rem;
  padding: 1rem;
  font-size: 2.7rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 1;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.blk_out_wrap p {
  text-align: center;
  padding: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.blk_out_wrap:hover .blk_out {
  opacity: 1;
}
.blk_out_wrap:hover .imgB {
  transform: scale(1.2, 1.2);
}

.blk_out {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.bg_bound_square {
  position: relative;
}
.bg_bound_square::before {
  content: "";
  display: block;
  width: -webkit-calc(100vw - ((100vw - 126rem) / 2));
  width: calc(100vw - ((100vw - 126rem) / 2));
  height: 42rem;
  background-color: #edeef3;
  -moz-border-radius-topleft: 42rem;
  -moz-border-radius-bottomleft: 42rem;
  -webkit-border-top-left-radius: 42rem;
  -webkit-border-bottom-left-radius: 42rem;
  border-top-left-radius: 42rem;
  border-bottom-left-radius: 42rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.concept_03 .home_sec_ttl {
  padding-bottom: 0;
}
.concept_03 .fx_home_bnr {
  width: -webkit-calc(100% + 9.0rem);
  width: calc(100% + 9.0rem);
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}
.concept_03 .fx_home_bnr > .flex_block_child {
  padding: 4.5rem;
}

/* 制作料金
------------------------------- */
.page_main_ttl {
  width: 100%;
  height: 58rem;
  background-image: url("../img/parts/page_main_vis_bgA.png"), url("../img/parts/page_main_vis_bgB.jpg");
  background-size: auto 100%,100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
}
.page_main_ttl.contact_ttl{
  height: 20rem;
}
.page_main_ttl .wrap_in {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.page_main_ttl .wrap_in p {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.2;
  color: #fff;
}
.page_main_ttl .wrap_in p span {
  color: #fff100;
}

.page_main_ttl_h1 {
  display: block;
  width: 100%;
  height: 14.4rem;
  padding-top: 5.5rem;
  font-size: 4.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff100;
  text-align: center;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.page_main_ttl_h1 span:nth-child(2n) {
  color: #FFFFFF;
}

.price_01, .price_03, .price_04_last {
  padding: 3rem 0;
  background-image: url("../img/price/bg_1.png");
  background-repeat: repeat;
  background-size: 1.41rem auto;
  background-color: #DFF2FC;
  text-align: center;
}
.price_01 .parts_card, .price_03 .parts_card, .price_04_last .parts_card {
  margin-bottom: 10rem;
}

.parts_card {
  width: 100rem;
  display: block;
  margin: 0 auto;
}

.ttl_deco_h2 {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 3rem;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.ttl_deco_h2 strong {
  font-size: 1.2em;
}
.ttl_deco_h2.ttl_deco_red {
  padding-top: 1rem;
}
.ttl_deco_h2.ttl_deco_red::before {
  content: "";
  display: block;
  width: 7.4rem;
  height: 8.1rem;
  background-image: url("../img/parts/ttl_deco_red_L.png");
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -7.4rem;
}
.ttl_deco_h2.ttl_deco_red::after {
  content: "";
  display: block;
  width: 7.4rem;
  height: 8.1rem;
  background-image: url("../img/parts/ttl_deco_red_R.png");
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -7.4rem;
}
.ttl_deco_h2.ttl_deco_red strong {
  color: #d62a54;
}

.anchor_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  min-height: 6rem;
  min-width: 23rem;
  border: 3px solid #fff;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff !important;
  padding: 1rem 3rem;
  line-height: 1.4;
  background-image: url("../img/parts/arrow_anc.png");
  background-size: 1.6rem auto;
  background-position: right 0.6rem center;
  background-repeat: no-repeat;
  background-color: #ccc;
}
.anchor_btn span {
  display: block;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.anchor_btn.bg__red {
  background-color: #009EE7 !important;
}
.anchor_btn.bg__or {
  background-color: #d62a54 !important;
}

.img_web_orikomi_wh {
  display: block;
  width: 14rem;
}

.fx_anchor {
  justify-content: space-between;
}

.price_02, .price_04 {
  padding: 7rem 0;
  background-image: url("../img/price/bg_4.png");
  background-size: 3rem auto;
  background-repeat: repeat;
  background-color: #fff;
}

.price_04 {
  padding-bottom: 15rem;
}

.price_table span.tax_in{
	color: #000;
	font-size: 1.7rem;
}
.fx_point {
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  justify-content: space-between;
}
.fx_point > .flex_block_child {
  width: 27.2rem;
  padding: 1em;
  border: 0.2rem solid #999999;
  background-color: #fff;
  margin-bottom: 0rem;
}
.fx_point > .flex_block_child:nth-child(2), .fx_point > .flex_block_child:nth-child(4) {
  margin-top: 0rem;
  margin-bottom: 0;
}
.fx_point > .flex_block_child .price_point {
  display: block;
  width: center;
  position: relative;
  margin-bottom: 3rem;
}
.fx_point > .flex_block_child h3 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
  margin-bottom: 2rem;
}
.fx_point > .flex_block_child p {
  font-size: 1.3rem;
}

.price_02_01 {
  position: relative;
}
.price_02_01 .price_img_01 {
  display: block;
  width: 15.8rem;
  position: absolute;
  left: 3rem;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.price_02_02 {
  width: 71.4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.price_02_02 p {
  font-size: 1.8rem;
  line-height: 1.4;
}

.price_img_02 {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.price_02_03 {
  width: 71.4rem;
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.price_02_07 {
  width: 100rem;
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.price_img_02b {
  display: block;
  width: auto;
  margin: 0 auto;
}

.tbl_ttl_h2 {
  display: block;
  padding: 2rem;
  font-size: 4.1rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #9FA0A0;
  border: 2px solid #727171;
  border-bottom: 0;
  -moz-border-radius-topleft: 2rem;
  -moz-border-radius-topright: 2rem;
  -webkit-border-top-left-radius: 2rem;
  -webkit-border-top-right-radius: 1rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.tbl_ttl_h2 small {
  display: block;
  font-size: 2.3rem;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.tbl_ttl_h2 span {
  display: block;
  font-size: 2.9rem;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.tbl_ttl_h2.ttl_bg_grn {
  background-color: #9FA0A0;
}
.tbl_ttl_h2.ttl_bg_blu {
  background-color: #9FA0A0;
}
.tbl_ttl_h2.ttl_bg_or {
  background-color: #
;
}

.price_table {
  width: 100%;
  border: 1px solid #727171;
  background-color: #fff;
  margin-bottom: 3rem;
}
.price_table td {
  border: 1px solid #727171;
  text-align: right;
  padding: 1rem 7rem 1rem 2rem;
  line-height: 1.2;
  vertical-align: middle;
}
.price_table tbody > tr > td:nth-child(1) {
  font-size: 2.7rem;
}
.price_table tbody > tr > td:nth-child(2) {
  font-size: 3rem;
  background-color: #f5f3f2;
  color: red;
}
.price_table tbody > tr > td:nth-child(3) {
  font-size: 2.5rem;
  text-align: left;
  padding-right: 1rem;
  padding-left: 3rem;
}

.ttl_bg_grn + .price_table tbody > tr > td:nth-child(2) {
  color: red;
}

.ttl_bg_blu + .price_table tbody > tr > td:nth-child(2) {
  color: red;
}

.ttl_bg_or + .price_table tbody > tr > td:nth-child(2) {
  color: red;
}

.price_03 {
  position: relative;
  padding-bottom: 8rem;
}
.price_03 .price_02_02 {
  padding-top: 5rem;
}

.ttl_h2_pen {
  background-image: url("../img/price/ttl_img.png");
  background-position: center 0;
  background-size: auto 25.7rem;
  background-repeat: no-repeat;
  width: 100%;
  height: 26rem;
  padding-top: 10.6rem;
  margin: -11.5rem auto 2rem;
}
.ttl_h2_pen span {
  display: block;
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.4;
  color: #009EE7;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.ttl_h2_pen + p {
  text-align: center;
  margin-bottom: 5rem;
}

.price_table.typeA tbody > tr > td:nth-child(1) {
  text-align: left;
  padding-right: 1rem;
}
.price_table.typeA tbody > tr > td:nth-child(2) {
  text-align: left;
  padding-right: 1rem;
  padding-left: 3rem;
}
.price_table.typeB tbody > tr > td {
  padding-left: 1rem;
  padding-right: 1rem;
}
.price_table.typeB tbody > tr > td:nth-child(3) {
  text-align: left;
  font-size: 2.0rem;
}
.price_table.typeC tbody > tr > td:nth-child(1) {
  text-align: left;
  padding-right: 1rem;
}
.price_table.typeC tbody > tr > td:nth-child(2) {
  text-align: right;
  padding-left: 3rem;
}
.price_table.typeD tbody > tr > td:nth-child(1) {
  text-align: right;
  padding-right: 2rem;
}
.price_table.typeD tbody > tr > td:nth-child(2) {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.price_table.typeD tbody > tr > td:nth-child(2) small {
  display: block;
  font-size: 0.5em;
}
.price_table.typeE tbody > tr td {
  padding: 2rem;
  text-align: center;
}
.price_table.typeE tbody > tr td p {
  display: inline-block;
  text-align: left;
  font-size: 2.7rem;
}

.price_04 .price_02_02 {
  padding-top: 5rem;
}

.price_04_01 {
  width: 71.4rem;
  background-color: #9FA0A0;
  -moz-border-radius: 4.5rem;
  -webkit-border-radius: 4.5rem;
  border-radius: 4.5rem;
  padding: 3rem;
  margin-top: 12rem;
  position: relative;
}
.price_04_01 + .anchor + .price_04_01, .price_04_01 + .price_04_01 {
  margin-top: 18rem;
}
.price_04_01 .price_img_06 {
  display: block;
  width: 37.2rem;
  position: absolute;
  top: -3rem;
  right: -10rem;
}
.price_04_01 .price_img_07 {
  display: block;
  width: 20.6rem;
  position: absolute;
  top: 3rem;
  left: 0;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
}
.price_04_01 .price_img_08 {
  display: block;
  width: 24.65rem;
  position: absolute;
  bottom: 3rem;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.ttl_h2_priceA {
  font-size: 4.6rem;
  font-weight: 600;
  font-style:;
  font-family:;
  color: #FFFFFF;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.ttl_h2_priceA small {
  position: absolute;
  top: 50%;
  left: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.85rem;
  margin-right: 1em;
  font-style: normal;
  display: block;
  letter-spacing: -0.03em;
}

.price_04_in {
  -moz-border-radius: 4.5rem;
  -webkit-border-radius: 4.5rem;
  border-radius: 4.5rem;
  background-color: #fff;
  padding: 2rem;
}
.price_04_in .large_text {
  margin-top: -2rem;
  margin-bottom: 3rem;
  font-family: ;
  font-style: ;
  font-weight: 400;
  color: #d62a54;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.price_04_in .large_text strong {
  font-size: 8rem;
}
.price_04_in .large_text small {
  font-size: 2.1rem;
}
.price_04_in .jp_indent {
  font-size: 1.3rem;
  line-height: 1.4;
}
.price_04_in .tbl_ttl_h2 {
  font-size: 2.3rem;
  padding: 1rem;
  border: none;
}

.ttl_oval {
  width: 8.2rem;
  height: 8.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  margin: 0 auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  background-color: #d62a54;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}

.ico_check {
  font-size: 1.9rem;
  background-image: url("../img/price/ico_check.png");
  background-size: 2.6rem auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0 0 0 3.5rem;
}

.price_table.typeF {
  border-color: #727171;
  margin-bottom: 0;
}
.typeD .price_table.typeF {
  margin-bottom: 2rem;
}
.price_table.typeF td {
  border-color: #727171;
  padding: 0.5rem 1rem;
  vertical-align: middle;
}
.price_table.typeF tbody > tr td:nth-child(1) {
  font-size: 1.7rem;
  text-align: left;
}
.typeD .price_table.typeF tbody > tr td:nth-child(1) {
  font-size: 1.4rem;
  position: relative;
}
.typeD .price_table.typeF tbody > tr td:nth-child(1) strong {
  font-size: 1.7rem;
  font-weight: normal;
}
.typeD .price_table.typeF tbody > tr td:nth-child(1) .uchikeshi {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
  margin: 0;
}
.price_table.typeF tbody > tr td:nth-child(2) {
  font-size: 3.5rem;
  text-align: right;
  background-color: #f5f3f2;
  color: #d62a54;
  font-weight: normal;
  line-height: 1.2;
}
.price_table.typeF tbody > tr td:nth-child(2) span {
  font-size: 1.5rem;
  margin-right: 1em;
  color: #000;
}

.price_04_in.typeB {
  padding-left: 28.5rem;
}
.price_04_in.typeB .large_text {
  text-align: center;
}
.price_04_in.typeB .ico_check {
  margin-left: 2rem;
}

.uchikeshi {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  padding-right: 4rem;
  background-image: url("../img/price/arrow.png");
  background-size: 2.4rem auto;
  background-position: right 0 center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 1.5rem 10rem;
}
.uchikeshi.no_arrow {
  background-image: none;
  padding-right: 0;
}
.uchikeshi::after {
  content: "";
  display: block;
  width: 80%;
  border-bottom: 2px solid #d62a54;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
}

.price_img_09 {
  display: block;
  width: 40rem;
  position: absolute;
  top: 13rem;
  left: -10rem;
}

.price_04_in.typeC {
  text-align: center;
}
.price_04_in.typeC .large_text {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.price_04_in.typeC .jp_indent {
  display: inline-block;
  text-align: center;
}
.price_04_in.typeC .flex_block > .flex_block_child {
  width: 50%;
  padding: 1rem;
}
.price_04_in.typeC .flex_block > .flex_block_child img {
  display: block;
  width: 100%;
}

.price_img_10 {
  width: 27.7rem;
  display: block;
  margin: 0 auto;
}

.price_04_in.typeD {
  margin-top: 3rem;
}
.price_04_in.typeD .price_img_13 {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
.price_04_in.typeD .large_text {
  margin-bottom: 0;
}

.fx_price {
  margin-bottom: 3rem;
}
.fx_price > .flex_block_child {
  width: 50%;
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  padding: 0 1rem;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}
.fx_price > .flex_block_child h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
  border-bottom: 2px solid #d62a54;
  margin-bottom: 0.5rem;
}
.fx_price > .flex_block_child .large_text strong {
  font-size: 6.8rem;
}
.fx_price > .flex_block_child .uchikeshi {
  font-size: 1.6rem;
  margin-left: 0;
  margin-top: 0.8rem;
  background-size: 1.4rem auto;
}
.fx_price > .flex_block_child .uchikeshi.no_arrow::after {
  display: none;
}

.fx_price_in {
  -webkit-align-items: flex-start;
  /*縦方向（Safari用）*/
  align-items: flex-start;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
}

#price #sec03 {
  top: -10rem;
}
#price #sec04 {
  top: -2rem;
}

.price_04_in.typeE .large_text {
  width: 62%;
  margin-left: 0;
  margin-right: auto;
  text-align: center;
}
.price_04_in.typeE .large_text small {
  display: block;
  text-align: center;
  line-height: 1.3;
}

.price_img_14 {
  display: block;
  width: 50rem;
  position: absolute;
  top: -1.6rem;
  right: -22rem;
}

.price_04_last {
  padding: 0;
  margin-top: 15rem;
}
.price_04_last .wrap_in {
  position: relative;
}
.price_04_last .wrap_in .price_img_15 {
  display: block;
  width: 33rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.price_04_last .wrap_in .ttl_deco_h2.ttl_deco_red {
  padding-top: 3rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.price_04_last .wrap_in .ttl_deco_h2.ttl_deco_red strong {
  display: block;
  margin-top: 2rem;
}
.price_04_last .wrap_in .ttl_deco_h2.ttl_deco_red::after, .price_04_last .wrap_in .ttl_deco_h2.ttl_deco_red::before {
  top: auto;
  bottom: 1rem;
}

/* 制作の流れ
------------------------------- */
.anchor_btn.bg__blu {
  background-color: #0078b9 !important;
}

.process_01 {
  padding: 9rem 0;
  background-image: url("../img/price/bg_4.png");
  background-size: 3rem auto;
  background-repeat: repeat;
  background-color: #fff;
}
.process_01 .wrap_in {
  width: 95.2rem;
}
.process_01 .wrap_in + .anchor {
  margin-top: 8rem;
}
.process_01 .wrap_in + .anchor > span {
  top: -18rem;
}

.ttl_h2_center_oval {
  font-size: 3.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
  height: 9rem;
  padding-top: 2.5rem;
  overflow: hidden;
}
.ttl_h2_center_oval .img_web_orikomi_wh {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 18rem;
}
.ttl_h2_center_oval::before {
  content: "";
  display: block;
  width: 30rem;
  height: 30rem;
  -moz-border-radius: 30rem;
  -webkit-border-radius: 30rem;
  border-radius: 30rem;
  background-color: #0078b9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.ttl_h2_center_oval::after {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  background-color: #0078b9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.ttl_h2_center_oval.center_oval_red::before, .ttl_h2_center_oval.center_oval_red::after {
  background-color: #d62a54;
}
.ttl_h2_center_oval.center_oval_or::before, .ttl_h2_center_oval.center_oval_or::after {
  background-color: #f08300;
}

.process_wrap_in {
  padding: 2.5rem;
  background-color: #75bce8;
  -moz-border-radius-bottomleft: 3rem;
  -moz-border-radius-bottomright: 3rem;
  -webkit-border-bottom-left-radius: 3rem;
  -webkit-border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.process_wrap_in .process_article h3 {
  color: #0078b9;
}
.sec02 .process_wrap_in {
  background-color: #f198a6;
}
.sec02 .process_wrap_in .process_article h3 {
  color: #d62a54;
}
.sec03 .process_wrap_in {
  background-color: #fcc92c;
}
.sec03 .process_wrap_in .process_article h3 {
  color: #f08300;
}

.process_article {
  padding: 2rem 4rem 0.1px;
  margin-top: 6.3rem;
  position: relative;
  background-color: #fff;
  position: relative;
  z-index: 0;
  -moz-border-radius: 2.7rem;
  -webkit-border-radius: 2.7rem;
  border-radius: 2.7rem;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.process_article + .process_article {
  margin-top: 8.5rem;
}
.process_article .process_no {
  display: block;
  width: 12.8rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.process_article h3 {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.process_article p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.process_article p small {
  font-size: 0.8em;
}
.process_article p.jp_indent {
  font-size: 1.6rem;
  font-weight: normal;
}

.sec01 .article_01 {
  height: 21.9rem;
}
.sec01 .article_01 .process_img_01 {
  display: block;
  width: 74.5rem;
  position: absolute;
  bottom: 0;
  right: 3.5rem;
}
.sec01 .article_02 .process_img_02 {
  display: block;
  width: 82.2rem;
  margin: 0 auto 3rem;
}
.sec01 .article_04 {
  height: 23rem;
}
.sec01 .article_04 .process_img_03 {
  display: block;
  width: 54.3rem;
  position: absolute;
  bottom: 0;
  right: 2rem;
}
.sec01 .article_05 {
  height: 23.9rem;
}
.sec01 .article_05 p {
  margin-left: 48.5rem;
}
.sec01 .article_05 .process_img_04 {
  display: block;
  width: 48.9rem;
  position: absolute;
  bottom: 0;
  left: 2rem;
}

.sec02 .article_01 {
  height: 21.915rem;
}
.sec02 .article_01 .process_img_05 {
  display: block;
  width: 77.25rem;
  position: absolute;
  bottom: 0;
  right: 2rem;
}
.sec02 .article_02 {
  height: 68.9rem;
  padding-right: 45.5rem;
}
.sec02 .article_02 .process_img_06 {
  display: block;
  width: 45.85rem;
  position: absolute;
  bottom: 0;
  left: 1rem;
}
.sec02 .article_02 .process_img_07 {
  display: block;
  width: 35rem;
  position: absolute;
  bottom: 2rem;
  right: 4rem;
}
.sec02 .article_04 {
  height: 19.15rem;
  padding-right: 50%;
}
.sec02 .article_04 .process_img_08 {
  display: block;
  width: 37.3rem;
  position: absolute;
  bottom: -3rem;
  right: 6rem;
}
.sec02 .article_05 {
  height: 23.9rem;
}
.sec02 .article_05 .process_img_09 {
  display: block;
  width: 80.5rem;
  position: absolute;
  bottom: 0rem;
  right: 4rem;
}

.sec03 .article_01 .process_img_11 {
  display: block;
  width: 68.4rem;
  margin: 0 auto;
}
.sec03 .article_04 {
  height: 28.6rem;
  padding-right: 63%;
}
.sec03 .article_04 .process_img_12 {
  display: block;
  width: 42.3rem;
  position: absolute;
  bottom: 1.5rem;
  right: 6rem;
}
.sec03 .article_05 {
  height: 23.9rem;
}
.sec03 .article_05 p {
  margin-left: 51.5rem;
}
.sec03 .article_05 .process_img_13 {
  display: block;
  width: 53.5rem;
  position: absolute;
  bottom: 0rem;
  left: 3rem;
}
.process_img_14 {
  display: block;
  width: 100rem;
  margin: 0 auto;
}

/* よくあるご質問
------------------------------- */
#faq .anchor > span {
  top: -8rem;
}

.faq_wrap {
  padding: 9rem 0;
  background-image: url("../img/price/bg_4.png");
  background-size: 3rem auto;
  background-repeat: repeat;
  background-color: #fff;
}
.faq_wrap .fx_anchor {
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
  width: -webkit-calc(100% + 7rem);
  width: calc(100% + 7rem);
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.faq_wrap .fx_anchor > .flex_block_child {
  width: 33.3333333333%;
  padding: 1.5rem 3.5rem;
}
.faq_wrap .fx_anchor > .flex_block_child .anchor_btn {
  width: 100%;
  font-size: 2rem;
  padding: 1rem 2.7rem;
}

.bg__gr {
  background-color: #1d9d3c !important;
}

.bg__lgr {
  background-color: #89c122 !important;
}

.ttl_h2_pencil {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.ttl_h2_pencil span {
  display: inline-block;
  border-bottom: 3px solid #1d9d3c;
  padding: 0 1em;
  position: relative;
}
.ttl_h2_pencil span::after {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.7rem;
  background-image: url("../img/faq/ttl_ico_01.png");
  background-size: 100% 100%;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -3px;
  right: 2px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.faq_Q {
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  padding: 2rem 13.5rem;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #1d9d3c;
  margin-top: 5.5rem;
  background-image: url("../img/faq/ttl_ico_02.png");
  background-size: 5.5rem auto;
  background-position: 6.5rem 0.8rem;
  background-repeat: no-repeat;
  background-color: #fff100;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}

.faq_A {
  padding: 2rem 13.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 1rem;
  background-image: url("../img/faq/ttl_ico_03.png");
  background-size: 3.6rem auto;
  background-position: 7.5rem 1.3rem;
  background-repeat: no-repeat;
}

.faq_wrap_in {
  margin-top: 10rem;
}
.faq_wrap_in .al_r {
  margin-top: 5rem;
  font-size: 1.3rem;
}

.parts_img_web_orikomi_bk {
  width: 16.2rem;
  vertical-align: baseline;
}

.faq_tel {
  display: block;
  width: 49.7rem;
  margin: 1rem auto;
  transform: rotate(-0.028deg);
  -o-transform: rotate(-0.028deg);
  -ms-transform: rotate(-0.028deg);
  -moz-transform: rotate(-0.028deg);
  -webkit-transform: rotate(-0.028deg);
}

.faq_btn_01 {
  display: block;
  width: 49.7rem;
  margin: 1rem auto;
  transform: rotate(-0.028deg);
  -o-transform: rotate(-0.028deg);
  -ms-transform: rotate(-0.028deg);
  -moz-transform: rotate(-0.028deg);
  -webkit-transform: rotate(-0.028deg);
}

.faq_A_01 strong {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  color: #595757;
}
.faq_A_01 small {
  display: block;
  text-align: center;
  color: #595757;
  font-size: 1.5rem;
}
.faq_A_01 span {
  display: block;
  text-align: center;
}

.faq_A_02 {
  position: relative;
  height: 42rem;
  padding-right: 51%;
}
.faq_A_02 .faq_img_01 {
  display: block;
  width: 75rem;
  position: absolute;
  top: 3rem;
  right: 1rem;
  transform: rotate(-0.028deg);
  -o-transform: rotate(-0.028deg);
  -ms-transform: rotate(-0.028deg);
  -moz-transform: rotate(-0.028deg);
  -webkit-transform: rotate(-0.028deg);
}
.faq_A_02 small {
  display: block;
  font-size: 1.2rem;
}


.faq_A_03 {
  position: relative;
  height: 38rem;
  padding-right: 42%;
}
.faq_A_03 .faq_img_02 {
  display: block;
  width: 50rem;
  position: absolute;
  top: 3rem;
  right: 1rem;
  transform: rotate(-0.028deg);
  -o-transform: rotate(-0.028deg);
  -ms-transform: rotate(-0.028deg);
  -moz-transform: rotate(-0.028deg);
  -webkit-transform: rotate(-0.028deg);
}
.faq_A_03 small {
  font-size: 0.8em;
}

.faq_card {
  display: block;
  width: 29.6rem;
  margin: 0 0 0 auto;
  transform: rotate(-0.028deg);
  -o-transform: rotate(-0.028deg);
  -ms-transform: rotate(-0.028deg);
  -moz-transform: rotate(-0.028deg);
  -webkit-transform: rotate(-0.028deg);
}

/* 利用規約
------------------------------- */
#terms-of-service .anchor > span {
  top: -8rem;
}

.terms_wrap {
  padding: 9rem 0;
  background-image: url("../img/price/bg_4.png");
  background-size: 3rem auto;
  background-repeat: repeat;
  background-color: #fff;
}
.terms_wrap p {
  font-size: 1.6rem;
  padding: 3rem 7rem 2rem;
  font-weight: bold;
}
.terms_wrap p span {
  display: block;
}

.ttl_h2_marker {
  position: relative;
  margin-top: 7rem;
  font-size: 2.5rem;
  font-weight: bold;
  color: #1d9d3c;
  text-align: left;
  padding: 0 0 0.8rem 7rem;
  z-index: 0;
  line-height: 1.3;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.ttl_h2_marker:first-child {
  margin-top: 0;
}
.ttl_h2_marker::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.3rem;
  background-color: #fff100;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* ナビ内プルダウン
------------------------------- */
.fx_nav_link {
  position: relative;
  z-index: 2;
}

.pull_down_anc_wrap {
  position: relative;
}
.pull_down_anc_wrap .pull_down_anc {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  background-image: none;
  background-color: transparent;
  padding: 0;
}
.pull_down_anc_wrap .pull_down_anc::before {
  content: "";
  display: block;
  width: 14.6rem;
  height: 8.7rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  -moz-border-radius-topleft: 2rem;
  -moz-border-radius-topright: 2rem;
  -webkit-border-top-left-radius: 2rem;
  -webkit-border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  margin: 0 auto -1px;
  margin-left: -webkit-calc(((100% - 14.6rem) / 2) - 0.7rem);
  margin-left: calc(((100% - 14.6rem) / 2) - 0.7rem);
  margin-right: auto;
  position: relative;
  z-index: 0;
}
.pull_down_anc_wrap .pull_down_anc .fx_anchor {
  padding: 1rem;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  max-width: 95rem;
  width: max-content;
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
}
.pull_down_anc_wrap .pull_down_anc .anchor_btn {
  min-height: 4rem;
  min-width: 15rem;
  font-size: 1.3rem;
  background-size: 0.9rem auto;
  padding: 1rem;
  margin: 0 0.5rem;
}
.pull_down_anc_wrap .pull_down_anc .img_web_orikomi_wh {
  width: 8rem;
}
.pull_down_anc_wrap .pull_down_anc.faq_wrap .fx_anchor {
  margin-left: auto;
  margin-right: auto;
}
.pull_down_anc_wrap .pull_down_anc.faq_wrap .fx_anchor > .flex_block_child {
  padding: 0 0.5rem;
}
.pull_down_anc_wrap .pull_down_anc.faq_wrap .anchor_btn {
  min-height: 4rem;
  min-width: 15rem;
  font-size: 1.3rem;
  background-size: 0.9rem auto;
  padding: 1rem;
  margin: .5rem 0;
}

.pull_down_anc_wrap .pull_down_anc {
  overflow: hidden;
  transition-duration: .6s;
  transition-delay: .2s;
  transition-property: opacity;
  opacity: 0;
  max-height: 0;
}
.pull_down_anc_wrap:hover .pull_down_anc {
  max-height: 40rem;
  opacity: 1;
}

/* お問合せ扉ページ
------------------------------- */
.contact_us_wrap {
  padding: 9rem 0;
  background-image: url("../img/price/bg_4.png");
  background-size: 3rem auto;
  background-repeat: repeat;
  background-color: #fff;
}
.contact_us_wrap .contact_us_in {
  padding: 0 3rem;
  margin-bottom: 7rem;
}
.contact_us_wrap .contact_us_in:not(.no_after)::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1d9d3c;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 5rem;
}
.contact_us_wrap .contact_us_in.typeB > h3 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  color: #1d9d3c;
  margin-bottom: -1rem;
  line-height: 1.2;
}
.contact_us_wrap .contact_us_in.typeB > h3 small {
  font-size: 0.8em;
}
.contact_us_wrap .contact_us_in.typeB .anchor_btn {
  font-size: 2.3rem;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  background-position: right 1.5rem center;
}
.contact_us_wrap .contact_us_in.typeB p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3rem;
}
.contact_us_wrap .contact_us_in.typeC {
  padding-top: 5rem;
}
.contact_us_wrap .contact_us_in.typeC h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #1d9d3c;
  line-height: 1.3;
}
.contact_us_wrap .contact_us_in.typeC p {
  text-align: center;
  font-size: 1.9rem;
  margin-top: 3rem;
}

.fx_contact_us {
  -webkit-align-items: flex-start;
  /*縦方向（Safari用）*/
  align-items: flex-start;
  /* 縦方向*/
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
  width: 100%;
}
.fx_contact_us > .blockA {
  width: 39.4rem;
}
.fx_contact_us > .blockB {
  width: -webkit-calc(100% - 39.4rem);
  width: calc(100% - 39.4rem);
  text-align: left;
  padding-left: 3rem;
}
.fx_contact_us > .blockB p {
  font-size: 3rem;
  font-weight: bold;
}

.p_marker {
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding: 0 6rem 0.5rem;
  margin-top: 3rem;
}
.p_marker::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.3rem;
  background-color: #fff100;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.contact_img_01 {
  width: 55.1rem;
  display: block;
  margin-bottom: 2rem;
}
.contact_img_01.contact_img_01_1 {
  margin-top: -1.5rem;
}

.ttl_arrow_box {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: left;
  padding: 0.5rem 1rem 0.5rem 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
  width: -webkit-calc(100% - 3.1rem);
  width: calc(100% - 3.1rem);
  height: 6.2rem;
  position: relative;
  background-color: #fff100;
}
.ttl_arrow_box::after {
  content: "";
  display: block;
  border-width: 3.1rem;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff100;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.fx_staff_B {
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: flex-start;
  /*横方向（Safari用）*/
  justify-content: flex-start;
  /*横方向*/
}
.fx_staff_B > .flex_block_child {
  width: 33.3333333333%;
  padding: 4rem 2rem;
}

.tbb_staff_B .cellA img {
  display: block;
  width: 18.2rem;
}
.tbb_staff_B .cellB {
  font-size: 1.9rem;
  text-align: left;
  padding-left: 2rem;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.tbb_staff_B .cellB small {
  font-size: 0.8em;
}

/* フロートバナー
------------------------------- */
.float_link {
  background-color: #fff100;
  padding: 0 0.7rem;
  position: fixed;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.2rem;
  z-index: 5000;
}
.float_link .float_link_in + .float_link_in {
  border-top: 1px solid #000;
}
.float_link .float_link_in a {
  display: block;
  padding: 1rem 0.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.float_link .float_link_in a:hover {
  -webkit-animation: g-header-pop .4s;
  animation: g-header-pop .4s;
}

.price_table span.tax_in{
	color: #000;
	font-size: 1.7rem;
}
/*# sourceMappingURL=main.css.map */

.parts_card2 {
  width: 50rem;
  display: block;
  margin: 0 auto;
}


.tbl_ttl_h3 {
  display: block;
  padding: 2rem;
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #d62a54;
  border-bottom: 0;
}


.contact_link{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contact_link ul{
  display: flex;
  justify-content: flex-start;
}
.contact_link ul li img{
  width: 40px;
} 

#link1,
#link2,
#link3,
#link4,
#link5{
  padding-top:200px;
  margin-top: -200px;
}

