@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: "FuturaHeavyBT"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/common/css/fonts/FuturaHeavyBT.ttf");
}
/*
================================================================================

	MOGANA / コンセプト

================================================================================
*/
body {
  background: repeating-linear-gradient(-45deg, #ff8d93, #ff8d93 8px, #fec6c5 4px, #fec6c5 10px);
  background-size: 14px 14px;
}

.st0 {
  fill: #c75772;
}

.st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st2 {
  fill: none;
  stroke: #fff;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st3 {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.sub-contents .main_box {
  width: 80%;
  margin: 0 auto 5.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .sub-contents .main_box {
    width: 100%;
  }
}
.sub-contents .movie_area {
  margin: 0 auto 2.1428571429rem;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.sub-contents .movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-contents .main_view {
  position: relative;
  background-image: url("img/web_print_img.jpg");
  background-position: center center;
  background-size: cover;
  height: 0;
  padding-top: 49.56%;
}
.sub-contents .main_view p {
  font-size: 1.4285714286rem;
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  z-index: 3;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  .sub-contents .main_view p {
    font-size: 1.2rem;
    top: 25%;
  }
}
.sub-contents .main_view img {
  position: absolute;
  right: 5.7142857143rem;
  top: 1.4285714286rem;
  width: 17.1428571429rem;
  height: 17.1428571429rem;
  z-index: 3;
}
@media only screen and (max-width: 736px) {
  .sub-contents .main_view img {
    right: auto;
    left: 0;
    top: -5.7142857143rem;
    width: 8.5714285714rem;
    height: 8.5714285714rem;
  }
}
.sub-contents .main_view .overlay_img {
  background-color: rgba(50, 50, 50, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.sub-contents .contents_area .part {
  margin: 0 auto 7.1428571429rem;
  max-width: 84.2857142857rem;
}
@media only screen and (max-width: 736px) {
  .sub-contents .contents_area .part {
    margin-bottom: 4rem;
    width: 100%;
  }
}
.sub-contents .contents_area .part .movie_area {
  margin: 0 auto 2.1428571429rem;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.sub-contents .contents_area .part .movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-contents .contents_area .service_index {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 5.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .sub-contents .contents_area .service_index {
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}
.sub-contents .contents_area .service_index li {
  border-right: 1px solid #fff;
  box-sizing: border-box;
  line-height: 1.3;
}
@media only screen and (max-width: 736px) {
  .sub-contents .contents_area .service_index li {
    width: 49%;
    margin-bottom: 0.5rem;
    border: none;
  }
}
.sub-contents .contents_area .service_index li:last-child {
  border-right: none;
}
.sub-contents .contents_area .sidetitle {
  text-align: center;
}
.sub-contents .contents_area .sidetitle .en {
  font-size: 1.8571428571rem;
  font-weight: bold;
  margin-bottom: 3.5714285714rem;
}
@media only screen and (max-width: 736px) {
  .sub-contents .contents_area .sidetitle .en {
    margin-bottom: 2rem;
  }
}
.sub-contents .contents_area .sidetitle .en span {
  font-size: 1rem;
  font-weight: normal;
}
.sub-contents .contents_area .sidetitle2 {
  text-align: center;
  margin-top: 5.7142857143rem;
}
.sub-contents .contents_area .sidetitle2 .en {
  font-size: 1.8571428571rem;
  font-weight: bold;
  margin-bottom: 2.8571428571rem;
}
@media only screen and (max-width: 736px) {
  .sub-contents .contents_area .sidetitle2 .en {
    margin-bottom: 2rem;
  }
}
.sub-contents .contents_area .sidetitle2 .en span {
  font-size: 1rem;
  font-weight: normal;
}
.sub-contents .txt p {
  font-size: 1.1428571429rem;
  margin-bottom: 0.7142857143rem;
}
.sub-contents .txt dl {
  margin-bottom: 1.4285714286rem;
}
.sub-contents .txt dl dt {
  display: inline-block;
  font-size: 1.1428571429rem;
  border-bottom: 0.0714285714rem solid #333;
}
.sub-contents .txt dl dd {
  margin-left: 1.4285714286rem;
}
.sub-contents .txt ul {
  margin-top: 1rem;
}
.sub-contents .txt li {
  margin-left: 1.4285714286rem;
  list-style-type: disc;
}
.sub-contents .flex_area_try {
  position: relative;
  /*border-bottom: 1px dotted #ccc;*/
  padding-bottom: 2.1428571429rem;
  margin-bottom: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  .sub-contents .flex_area_try {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sub-contents .flex_area_try .try {
  font-size: 1.4285714286rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.sub-contents .flex_area_try .try a {
  display: block;
  width: 1.4285714286rem;
  position: absolute;
  right: 38%;
  top: 55%;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .sub-contents .flex_area_try .try {
    font-size: 1.2857142857rem;
    text-align: center;
  }
  .sub-contents .flex_area_try .try a {
    position: absolute;
    right: -12%;
    top: 55%;
    width: 1.4285714286rem;
  }
}
.sub-contents .flex_area_try .try .external {
  font-size: 1rem;
}
.sub-contents .flex_area_try .help_area {
  position: absolute;
  right: 0;
  top: 0;
  width: 11.4285714286rem;
  display: block;
}
@media only screen and (max-width: 736px) {
  .sub-contents .flex_area_try .help_area {
    position: static;
    top: 0;
    display: block;
    margin: 0;
  }
}
.sub-contents .flex_area_try .help_area a {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.7142857143rem 0;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .sub-contents .flex_area_try .help_area a {
    text-align: center;
  }
}
.sub-contents .flex_area_try .help_area a img {
  display: block;
  margin: 0 auto;
  width: 4.2857142857rem;
  height: 4.2857142857rem;
  margin-bottom: 0.7142857143rem;
}
.sub-contents .flex_area_try .help_area a:hover {
  background: #f7f7f7;
}
.sub-contents .flex_area_try .help_area a:hover img {
  opacity: 1;
}
.sub-contents .tab_area {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  .sub-contents .tab_area {
    flex-wrap: wrap;
  }
}
.sub-contents .tab_area .tab {
  width: 14.2857142857rem;
  height: 3.9285714286rem;
  font-size: 0.7857142857rem;
  line-height: 1.5;
  text-align: center;
  margin-right: -0.2142857143rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.2142857143rem solid #323232;
  cursor: pointer;
  background: #e8e8e8;
  padding: 0 1%;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .sub-contents .tab_area .tab {
    margin: 0.7142857143rem 1%;
    width: 46%;
  }
}
.sub-contents .tab_area .tab.active {
  background: #ff6666;
}
.sub-contents .tab_area .tab .full_threed_icon {
  width: 2.8571428571rem;
  height: 2.8571428571rem;
}
@media only screen and (max-width: 736px) {
  .sub-contents .tab_area .tab .full_threed_icon {
    left: 0;
    width: 2.8571428571rem;
    height: 2.8571428571rem;
    margin-left: 0.3571428571rem;
  }
}
@media only screen and (max-width: 736px) {
  .sub-contents .tab_area .icon_tab {
    width: 46%;
  }
}
.sub-contents .tab_contents {
  margin-top: 3.5714285714rem;
}
.sub-contents .tab_contents .try_it {
  display: none;
}
.sub-contents .tab_contents .try_it.show {
  display: flex;
}
.sub-contents .try_it {
  display: flex;
  align-items: center;
  /*border-bottom: 1px dotted #ccc;*/
  padding-bottom: 1.0714285714rem;
  flex-wrap: wrap;
  margin: 0 auto;
}
.sub-contents .try_it .demo_area {
  width: 29%;
  max-width: 27.1428571429rem;
  margin: 0.7142857143rem 2% 2.1428571429rem;
  box-sizing: border-box;
  /*padding: 2%*/
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .sub-contents .try_it .demo_area {
    width: 46%;
    margin: 0.7142857143rem 2% 2.1428571429rem;
  }
}
.sub-contents .try_it .demo_area:hover {
  opacity: 0.8;
}
.sub-contents .try_it .demo_area .img_area {
  padding: 2%;
}
.sub-contents .try_it .demo_area a {
  text-decoration: none;
}
.sub-contents .try_it .boxbase {
  margin-bottom: 0.7142857143rem;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  outline: 0.2142857143rem solid #323232;
}
@media only screen and (max-width: 736px) {
  .sub-contents .try_it {
    width: 100%;
  }
}
.sub-contents .try_it .more_btn {
  height: 2.8571428571rem;
}
.sub-contents .try_it_not {
  position: relative;
}
.sub-contents .try_it_not::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sub-contents .button {
  width: 17.8571428571rem;
  font-size: 0.9285714286rem;
  cursor: pointer;
  margin-bottom: 0.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .sub-contents .button {
    width: 100%;
    font-size: 0.8571428571rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.tree {
  justify-content: flex-start;
}
.tree .demo_area {
  width: 30%;
  margin-right: 5%;
}
.tree .demo_area:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 736px) {
  .tree {
    justify-content: space-between;
  }
  .tree .demo_area {
    width: 46%;
    margin-right: 0;
  }
}

.service_details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  .service_details {
    display: block;
  }
}
.service_details .service_contet,
.service_details .service_a {
  width: 29%;
  max-width: 27.1428571429rem;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 1.4285714286rem;
  position: relative;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  outline: 0.2142857143rem solid #323232;
}
@media only screen and (max-width: 736px) {
  .service_details .service_contet,
.service_details .service_a {
    width: 90vw;
    margin: 0 auto 1.4285714286rem;
  }
}
.service_details .service_contet .img_box,
.service_details .service_a .img_box {
  margin: 2.1428571429rem auto;
  width: 98%;
  height: 7.1428571429rem;
  position: relative;
}
.service_details .service_contet .img_box img,
.service_details .service_a .img_box img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.service_details .service_contet .s_txt,
.service_details .service_a .s_txt {
  font-size: 1.2142857143rem;
  background: #323232;
  height: 4.5714285714rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.service_details .service_contet a,
.service_details .service_a a {
  text-decoration: none;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.service_details .service_a:hover {
  cursor: pointer;
  opacity: 0.6;
}

.txt_red {
  color: #e60012;
}

.table_view {
  margin-top: 2.8571428571rem;
}
.table_view p {
  text-align: center;
}
.table_view table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.3571428571rem;
}
@media only screen and (max-width: 736px) {
  .table_view table .td_h {
    height: 9.2857142857rem;
  }
}
.table_view table tr {
  height: 5.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .table_view table tr {
    height: 7.1428571429rem;
  }
}
.table_view table tr .plan {
  width: 16%;
}
.table_view table tr .light {
  width: 28%;
}
.table_view table tr .standard {
  width: 28%;
}
.table_view table tr .enterprise {
  width: 28%;
}
.table_view table tr th {
  background: #555;
  color: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5;
  position: relative;
  font-size: 0.9285714286rem;
  padding: 0 1%;
  font-weight: normal;
  /*span {
                      margin-top: rem(5);
                      font-size: rem(12);
                      display: block;
                      @media only screen and (max-width: $SETUP_SWITCH_SP_MODE_WIDTH) {
                          font-size: rem(11);
                      }
                  }*/
}
@media only screen and (max-width: 736px) {
  .table_view table tr th {
    font-size: 0.8571428571rem;
  }
}
.table_view table tr th .new_icon {
  position: absolute;
  width: 3.5714285714rem;
  height: 3.5714285714rem;
  right: 0.1428571429rem;
  top: 0.1428571429rem;
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  .table_view table tr th .new_icon {
    right: auto;
    top: -0.7142857143rem;
    left: -0.3571428571rem;
    width: 2.8571428571rem;
    height: 2.8571428571rem;
  }
}
.table_view table tr th .guide_btn {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -0.7142857143rem;
  display: block;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .table_view table tr th .guide_btn {
    top: auto;
    bottom: 10%;
    right: 50%;
    margin-top: 0;
    margin-right: -0.7142857143rem;
  }
}
.table_view table tr th .guide_btn img {
  width: 100%;
  height: 100%;
  display: block;
}
.table_view table tr td {
  background: #f1f1f1;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 0.8571428571rem;
  text-align: center;
  position: relative;
  font-weight: normal;
}
.table_view table tr td .question_modal {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -0.7142857143rem;
  display: block;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .table_view table tr td .question_modal {
    top: auto;
    bottom: 10%;
    right: 16%;
    margin-top: 0;
    margin-right: -0.7142857143rem;
  }
}
.table_view table tr td .question_modal img {
  width: 100%;
  height: 100%;
  display: block;
}
.table_view table tr td.pM_qu {
  padding-bottom: 1.4285714286rem;
}
.table_view table tr td.pM_qu .question_modal {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin-top: 1.0714285714rem;
  display: block;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .table_view table tr td.pM_qu .question_modal {
    top: auto;
    bottom: 0;
    margin: 0;
  }
}
.table_view table tr td.pM_qu .question_modal img {
  width: 100%;
  height: 100%;
  display: block;
}
.table_view table thead tr th {
  background: #333;
}
.table_view .t_p {
  padding-left: 20%;
}
@media only screen and (max-width: 736px) {
  .table_view .t_p {
    padding-left: 0;
  }
}
.table_view .t_p p {
  font-size: 1rem;
  text-align: left;
}

.table_view2 p {
  text-align: center;
}
.table_view2 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.4285714286rem;
}
.table_view2 table tr {
  height: 5.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .table_view2 table tr {
    height: 7.1428571429rem;
  }
}
.table_view2 table tr th {
  background: #eee;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5;
  width: 20%;
  font-size: 0.9285714286rem;
  padding: 0 1%;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  .table_view2 table tr th {
    font-size: 0.8571428571rem;
    width: 45%;
  }
}
.table_view2 table tr td {
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 0.8571428571rem;
  padding-left: 0.7142857143rem;
  text-align: left;
  font-weight: normal;
}

.more_btn {
  background: #fff;
  position: relative;
  height: 3.5714285714rem;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  transition: all 0.4s ease;
}
.more_btn a,
.more_btn button {
  z-index: 2;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  .more_btn a span,
.more_btn button span {
    display: none;
  }
}
.more_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #222;
  transition: all 0.3s ease;
  z-index: 1;
}
.more_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #555;
  transition: all 0.3s ease;
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.more_btn:hover {
  background: #fff;
}
.more_btn:hover a,
.more_btn:hover button {
  color: #555;
}
.more_btn:hover::before {
  bottom: 0;
  height: 0;
}
.more_btn:hover::after {
  width: 100%;
  transition: 1000ms ease all;
}
.more_btn.selected {
  height: 4.2857142857rem;
}
.more_btn.selected a {
  pointer-events: none;
  color: #333;
  font-weight: bold;
}
.more_btn.selected::before {
  background: #ccc;
  border-radius: 5px 5px 0 0;
}
.more_btn.selected:hover::before {
  height: 4.2857142857rem;
}

.mithumori {
  text-decoration: underline;
}
.mithumori:hover {
  text-decoration: underline;
  overflow: hidden;
  opacity: 0.6;
}

.mithumori_area {
  padding: 4% 1%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  .mithumori_area {
    display: block;
  }
}
.mithumori_area .mithu_btn {
  background: #333;
  position: relative;
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  transition: all 0.4s ease;
  padding: 0.5%;
}
@media only screen and (max-width: 736px) {
  .mithumori_area .mithu_btn {
    width: 100%;
    margin-bottom: 4%;
  }
  .mithumori_area .mithu_btn:last-child {
    margin-bottom: 0;
  }
}
.mithumori_area .mithu_btn a,
.mithumori_area .mithu_btn button {
  z-index: 2;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1.8;
}
@media only screen and (max-width: 736px) {
  .mithumori_area .mithu_btn a span,
.mithumori_area .mithu_btn button span {
    display: none;
  }
}
.mithumori_area .mithu_btn a p,
.mithumori_area .mithu_btn button p {
  font-size: 1.4285714286rem;
  font-weight: bold;
  margin-bottom: 0.3571428571rem;
}
.mithumori_area .mithu_btn:hover {
  opacity: 0.6;
}
.mithumori_area .mithu_btn:hover a,
.mithumori_area .mithu_btn:hover button {
  color: #555;
}

.mithumori_area2 {
  padding: 0 1%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9.2857142857rem;
}
@media only screen and (max-width: 736px) {
  .mithumori_area2 {
    display: block;
  }
}
.mithumori_area2 .mithu_btn2 {
  background: #333;
  position: relative;
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  transition: all 0.4s ease;
  padding: 0.5%;
}
@media only screen and (max-width: 736px) {
  .mithumori_area2 .mithu_btn2 {
    width: 100%;
    margin-bottom: 4%;
  }
  .mithumori_area2 .mithu_btn2:last-child {
    margin-bottom: 0;
  }
}
.mithumori_area2 .mithu_btn2 a,
.mithumori_area2 .mithu_btn2 button {
  z-index: 2;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1.8;
}
@media only screen and (max-width: 736px) {
  .mithumori_area2 .mithu_btn2 a span,
.mithumori_area2 .mithu_btn2 button span {
    display: none;
  }
}
.mithumori_area2 .mithu_btn2 a p,
.mithumori_area2 .mithu_btn2 button p {
  font-size: 1.4285714286rem;
  font-weight: bold;
  margin-bottom: 0.3571428571rem;
}
.mithumori_area2 .mithu_btn2:hover {
  opacity: 0.6;
}
.mithumori_area2 .mithu_btn2:hover a,
.mithumori_area2 .mithu_btn2:hover button {
  color: #555;
}

@-webkit-keyframes zoom-in {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: none;
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: none;
  }
}
.is-animated {
  -webkit-animation: 0.3s zoom-in;
          animation: 0.3s zoom-in;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.modal_right {
  padding-right: 0 !important;
}

@media only screen and (max-width: 736px) {
  .remodal {
    width: 100% !important;
    padding: 40px 2% !important;
  }
}
.remodal .modal_ttl {
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-bottom: 1.4285714286rem;
}
.remodal p {
  margin-bottom: 1.4285714286rem;
}
.remodal dl {
  margin-bottom: 1.4285714286rem;
}
.remodal dl dt {
  font-size: 1.1428571429rem;
  font-weight: bold;
  border-bottom: 2px solid #c75772;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0.3571428571rem;
}
.remodal .site_logo {
  display: flex;
}
@media only screen and (max-width: 736px) {
  .remodal .site_logo {
    display: block;
  }
}
.remodal .site_logo dl {
  border: 1px solid #666;
  box-sizing: border-box;
  padding: 2%;
  width: 300px;
}
@media only screen and (max-width: 736px) {
  .remodal .site_logo dl {
    width: 100%;
  }
}
.remodal .site_logo dl dd p {
  height: 13.5714285714rem;
  font-size: 0.8571428571rem;
}
@media only screen and (max-width: 736px) {
  .remodal .site_logo dl dd p {
    height: auto;
  }
}
.remodal .site_logo dl dd .ct {
  text-align: end;
  height: 0.8571428571rem;
}
@media only screen and (max-width: 736px) {
  .remodal .site_logo dl dd .ct {
    height: auto;
  }
}
.remodal .logo_c {
  display: block;
  text-align: left;
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 736px) {
  .remodal .logo_c {
    width: 100%;
  }
}
.remodal .logp_p {
  font-size: 0.8571428571rem;
}
.remodal iframe {
  width: 100% !important;
}

.acguide {
  margin-bottom: 1.4285714286rem;
}
.acguide dt {
  display: flex;
}
.acguide dt:hover {
  cursor: pointer;
  opacity: 0.6;
}
.acguide dt p {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.acguide dd {
  display: none;
}
.acguide dd div {
  display: flex;
  margin-left: 1.7857142857rem;
}
.acguide dd span {
  font-weight: bold;
  color: #c75772;
  display: block;
  width: 1.7857142857rem;
  font-size: 1.4285714286rem;
  text-align: center;
}
.acguide dt span {
  font-weight: bold;
  display: block;
  width: 1.7857142857rem;
  font-size: 1.4285714286rem;
  text-align: center;
}
.acguide .list {
  display: block;
  padding-left: 1.7857142857rem;
}
.acguide .list ul {
  padding-left: 1.7857142857rem;
}

.viewtype {
  display: flex;
  justify-content: center;
  width: 100%;
}
.viewtype div {
  width: 35%;
  height: 3rem;
  box-sizing: border-box;
  border-right: 0.2142857143rem solid #323232;
  border-top: 0.2142857143rem solid #323232;
  border-bottom: 0.2142857143rem solid #323232;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8571428571rem;
  background: #e8e8e8;
  color: #fff;
}
.viewtype div:last-child {
  margin-right: -0.2142857143rem;
}
@media only screen and (max-width: 736px) {
  .viewtype div {
    height: 5rem;
  }
}
.viewtype .typeon {
  background: #ff6666;
  color: #ffffff;
}
.viewtype.flow div {
  width: 100%;
  margin-right: 0;
  border-right: none;
}

.try_btn {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #323232;
}

.view_txt {
  margin: 1.0714285714rem 0;
}
.view_txt .a-txt {
  margin-left: 1.0714285714rem;
  position: relative;
  background: #323232;
  border-radius: 0.7142857143rem;
  color: #fff;
  padding: 0.2857142857rem 2.2857142857rem 0.2857142857rem 0.5714285714rem;
  text-decoration: none;
}
.view_txt .a-txt::after {
  position: absolute;
  top: 37%;
  bottom: 0;
  right: 8%;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border-top: 0.1428571429rem solid #fff;
  border-right: 0.1428571429rem solid #fff;
  transform: rotate(45deg);
}
.view_txt .a-txt:hover {
  opacity: 0.6;
}

.a-txt2 {
  margin-left: 1.0714285714rem;
  position: relative;
}
.a-txt2::after {
  position: absolute;
  top: 74%;
  bottom: 0;
  left: 0.7857142857rem;
  margin-top: 0.5rem;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border: 0.3571428571rem solid transparent;
  border-left: 0.3571428571rem solid #323232;
}
@media only screen and (max-width: 736px) {
  .a-txt2::after {
    top: 80%;
    left: 0.3571428571rem;
  }
}

.a-txt3 {
  position: relative;
  padding-left: 1rem;
}
.a-txt3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 0.4285714286rem;
  content: "";
  vertical-align: middle;
  left: 0.2857142857rem;
  box-sizing: border-box;
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  border: 0.4285714286rem solid transparent;
  border-left: 0.5714285714rem solid #323232;
}

.service_btn {
  width: 5.3571428571rem;
  background-color: #323232;
  color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -24%;
  right: 1%;
  box-sizing: border-box;
  line-height: 25px;
}
.service_btn::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 0px;
  border-top: solid 0.1428571429rem #fff;
  border-right: solid 0.1428571429rem #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: 10%;
}

.btn_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  .btn_area {
    display: block;
  }
}
.btn_area .opacity {
  opacity: 0.6;
}
.btn_area .boxbase {
  text-align: center;
  width: 29%;
  max-width: 27.1428571429rem;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 1.4285714286rem;
  box-shadow: none;
  border-radius: 0;
  outline: 0.2142857143rem solid #323232;
}
@media only screen and (max-width: 736px) {
  .btn_area .boxbase {
    width: 90vw;
    margin: 0 auto 1.4285714286rem;
  }
}
.btn_area .boxbase img {
  display: block;
  height: 8.5714285714rem;
  margin: 10% auto;
}
@media only screen and (max-width: 736px) {
  .btn_area .boxbase img {
    margin: 5% auto;
  }
}
.btn_area .boxbase .s_txt {
  height: 6.4285714286rem;
}
@media only screen and (max-width: 736px) {
  .btn_area .boxbase .s_txt {
    height: auto;
  }
}
.btn_area .boxbase .more_btn3,
.btn_area .boxbase .more_btn2 {
  width: 100%;
  padding: 0 0.5%;
  height: 5rem;
  background: #222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  .btn_area .boxbase .more_btn3,
.btn_area .boxbase .more_btn2 {
    width: 100%;
  }
}
.btn_area .boxbase .more_btn2 {
  background: #cccccc;
  height: 5rem;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #888888;
}
.btn_area .boxbase:hover {
  opacity: 0.6;
}
.btn_area .boxbase a {
  text-decoration: none;
}
.btn_area .boxbase a:hover {
  text-decoration: none;
}
.btn_area .more_btn,
.btn_area .more_btn2 {
  width: 45%;
  margin-right: 1%;
  padding: 0 0.5%;
}
.btn_area .more_btn:last-child,
.btn_area .more_btn2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 736px) {
  .btn_area .more_btn,
.btn_area .more_btn2 {
    margin-bottom: 4%;
    width: 100%;
  }
  .btn_area .more_btn:last-child,
.btn_area .more_btn2:last-child {
    margin-bottom: 0%;
  }
}
.btn_area .more_btn2 {
  background: #cccccc;
  height: 3.5714285714rem;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #888888;
}

.tool {
  border-top: 0.1428571429rem dotted #cccccc;
  border-bottom: 0.1428571429rem dotted #cccccc;
  padding: 2% 0;
}
.tool p {
  position: relative;
}
.tool a {
  width: 1.2857142857rem;
  position: absolute;
  right: 85%;
  top: 10%;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .tool a {
    right: 60%;
  }
}

.tool_box {
  display: flex;
}
.tool_box .txt_box,
.tool_box .img_box {
  width: 50%;
}
.tool_box .boxR,
.tool_box .boxL {
  width: 50%;
  display: flex;
  padding: 2%;
}
.tool_box .boxR ul,
.tool_box .boxL ul {
  width: 50%;
}
.tool_box .boxR p,
.tool_box .boxL p {
  padding-left: 1%;
  width: 50%;
}
@media only screen and (max-width: 736px) {
  .tool_box {
    display: block;
  }
  .tool_box .txt_box,
.tool_box .img_box {
    width: 100%;
  }
  .tool_box .boxR,
.tool_box .boxL {
    width: 100%;
    display: block;
    padding: 0%;
  }
  .tool_box .boxR div,
.tool_box .boxL div {
    width: 50%;
    margin: 0 auto;
  }
  .tool_box .boxR ul,
.tool_box .boxL ul {
    width: 95%;
  }
  .tool_box .boxR p,
.tool_box .boxL p {
    padding-left: 0%;
    width: 100%;
  }
}

.txt_ttl {
  background: #fec6c5;
  font-size: 20px;
  padding-left: 5px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.list {
  padding-left: 4%;
}
@media only screen and (max-width: 736px) {
  .list {
    padding-left: 6%;
  }
}
.list img {
  vertical-align: text-bottom;
}
.list a:hover {
  opacity: 0.6;
}

.txtR {
  text-align: right;
}
@media only screen and (max-width: 736px) {
  .txtR {
    text-align: left;
  }
}

.sp_br2 {
  display: none;
}
@media only screen and (max-width: 736px) {
  .sp_br2 {
    display: block;
  }
}

.txt_ul {
  padding-left: 2%;
  margin-bottom: 2.8571428571rem;
}
.txt_ul dl {
  display: flex;
}
.txt_ul dl dt {
  width: 12%;
}
@media only screen and (max-width: 736px) {
  .txt_ul {
    padding-left: 6%;
  }
  .txt_ul dl {
    display: block;
  }
  .txt_ul dl dt {
    width: 100%;
  }
}

.t_m {
  text-align: left;
  margin: 0 10%;
}
@media only screen and (max-width: 736px) {
  .t_m {
    margin: 0;
  }
}

.toi_table th {
  width: 15%;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  .toi_table th {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .toi_table td {
    display: block;
  }
}

.logo_f {
  margin-bottom: 2.1428571429rem !important;
  text-align: left;
}
.logo_f dt {
  margin-bottom: 2.1428571429rem !important;
}
.logo_f dd {
  text-align: center;
}

#contents .sub_imgarea {
  background: #fec6c5;
  border-bottom: 0.3571428571rem solid #323232;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea {
    height: auto;
  }
}
#contents .sub_imgarea .m_c {
  max-width: 100rem;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .m_c {
    height: auto;
    padding: 2.8571428571rem 0;
  }
}
#contents .sub_imgarea .detail {
  max-width: 100rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2% 1%;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail {
    display: block;
    width: 98%;
  }
}
#contents .sub_imgarea .detail .sub_txt {
  width: 70%;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt {
    width: 100%;
  }
}
#contents .sub_imgarea .detail .sub_txt .for_txt {
  display: flex;
  align-items: center;
  font-size: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt .for_txt {
    font-size: 0.95em;
  }
}
#contents .sub_imgarea .detail .sub_txt .for_txt img {
  width: 3.5714285714rem;
  margin: 0 0.7142857143rem 0 0;
}
#contents .sub_imgarea .detail .sub_txt .play {
  font-size: 1.7142857143rem;
  text-align: right;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt .play {
    font-size: 1.4rem;
    text-align: left;
  }
}
#contents .sub_imgarea .detail .sub_txt .play span {
  color: #ff1e23;
}
#contents .sub_imgarea .detail .sub_txt p {
  font-size: 0.8571428571rem;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt p {
    line-height: 1.8;
  }
}
#contents .sub_imgarea .main_box {
  width: 54%;
  margin-left: 4.2857142857rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .main_box {
    width: 100%;
    margin-left: 0;
  }
}
#contents .sub_imgarea .main_box .movie_area {
  margin: 0 auto 0.7142857143rem;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#contents .sub_imgarea .main_box .movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents .sub-contents {
  position: relative;
  max-width: 107.1428571429rem;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents {
    margin: 0 2%;
  }
}
#contents .sub-contents .contents_area {
  max-width: 107.1428571429rem;
  margin: 0 3.5714285714rem;
  background: #fff;
  padding: 2.8571428571rem 7.1428571429rem;
  min-height: 82vh;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area {
    width: 96%;
    padding: 1rem 2%;
    margin: 0;
  }
}
#contents .sub-contents .contents_area .free_area {
  padding-bottom: 0.3571428571rem;
}
#contents .sub-contents .contents_area .free_area .painter_news {
  border-bottom: 0.2142857143rem dotted #323232;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.3571428571rem;
}
#contents .sub-contents .contents_area .free_area .painter_news p {
  font-size: 1.0714285714rem;
  display: flex;
  align-items: center;
}
#contents .sub-contents .contents_area .free_area .painter_news p img {
  width: 2.5rem;
  height: auto;
  margin-right: 0.7142857143rem;
}
#contents .sub-contents .contents_area .free_area h2 {
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin: 0.3571428571rem 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .free_area h2 {
    font-size: 1.4285714286rem;
  }
}
#contents .sub-contents .contents_area .free_area h2 span {
  font-size: 0.9285714286rem;
  margin-right: 1.4285714286rem;
}
#contents .sub-contents .contents_area .free_area h2 .service_type {
  color: #ff1e23;
  display: inline-block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  margin-right: 0.7142857143rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .free_area h2 .service_type {
    display: inline-block;
    text-align: left;
  }
}
#contents .sub-contents .contents_area .free_area .free_btn {
  background: #ff8d93;
  width: 14.2857142857rem;
  text-align: center;
  padding-right: 20px;
  border-radius: 0.3571428571rem;
  margin-top: 0.7142857143rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .free_area .free_btn {
    margin: 0 auto;
    margin-top: 0.7142857143rem;
  }
}
#contents .sub-contents .contents_area .free_area .free_btn a {
  font-size: 0.9285714286rem;
  text-decoration: none;
  position: relative;
  display: block;
}
#contents .sub-contents .contents_area .free_area .free_btn a::before {
  content: "";
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  border: 0px;
  border-top: solid 0.1428571429rem #323232;
  border-right: solid 0.1428571429rem #323232;
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 10px;
}
#contents .sub-contents .contents_area .free_area .free_btn:hover {
  opacity: 0.6;
}
#contents .sub-contents .contents_area .free_area .txt {
  font-size: 0.9285714286rem;
  line-height: 1.8;
}
#contents .sub-contents .contents_area .free_area_middle .painter_news {
  justify-content: flex-end;
  border-bottom: 0.0714285714rem dotted #999;
}
#contents .sub-contents .contents_area .free_area_later {
  border-bottom: 0.1428571429rem solid #323232;
  margin-bottom: 3.5714285714rem;
}
#contents .sub-contents .contents_area .free_area_later .painter_news {
  justify-content: flex-end;
  border-bottom: 0.0714285714rem dotted #999;
}
#contents .sub-contents .contents_area .free_area_later .flex_ttl {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .free_area_later .flex_ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
#contents .sub-contents .contents_area .free_area_later .flex_ttl .free_btn {
  margin-top: 0;
  margin-left: 3.5714285714rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .free_area_later .flex_ttl .free_btn {
    margin-left: 0;
  }
}
#contents .sub-contents .contents_area .painter_link {
  margin-top: -80px;
  padding-top: 80px;
}
#contents .sub-contents .contents_area .page_ttl {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 0.2142857143rem dotted #ff1e23;
  margin-bottom: 2.8571428571rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .page_ttl {
    display: block;
    margin-bottom: 3rem;
    line-height: 1.2;
  }
  #contents .sub-contents .contents_area .page_ttl p {
    margin-bottom: 1rem;
  }
}
#contents .sub-contents .contents_area .page_ttl .parent_ttl {
  margin-bottom: 0;
  font-size: 2.1428571429rem;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .page_ttl .parent_ttl {
    font-size: 1.8rem;
  }
}
#contents .sub-contents .contents_area h2,
#contents .sub-contents .contents_area .h1_sub {
  margin-bottom: 1.4285714286rem;
  font-size: 1.0714285714rem;
  font-family: "Century Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2,
#contents .sub-contents .contents_area .h1_sub {
    font-size: 1.4rem;
  }
}
#contents .sub-contents .contents_area h2 .service_type,
#contents .sub-contents .contents_area .h1_sub .service_type {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff1e23;
  display: block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .service_type,
#contents .sub-contents .contents_area .h1_sub .service_type {
    display: block;
    text-align: left;
  }
}
#contents .sub-contents .contents_area h2 .font_size,
#contents .sub-contents .contents_area .h1_sub .font_size {
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .font_size,
#contents .sub-contents .contents_area .h1_sub .font_size {
    display: block;
  }
}
#contents .sub-contents .contents_area h2 .font_size .service_type2,
#contents .sub-contents .contents_area .h1_sub .font_size .service_type2 {
  font-weight: bold;
  color: #c75772;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .font_size .service_type2,
#contents .sub-contents .contents_area .h1_sub .font_size .service_type2 {
    font-size: 1.1428571429rem;
    display: inline;
    text-align: left;
  }
}

.h1_ttl,
.h1_logo {
  font-size: 3.5714285714rem;
  margin-bottom: 2.1428571429rem;
  display: flex;
  align-items: center;
  color: #ff1e23;
  font-family: "FuturaHeavyBT", "Century Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}
.h1_ttl .icon,
.h1_logo .icon {
  margin: 0 1.4285714286rem 0 0;
  width: 5rem;
  border-radius: 0 0 1.4285714286rem 0;
  box-shadow: 4px 4px 8px #999999;
}
.h1_ttl .logo_txt,
.h1_logo .logo_txt {
  width: auto;
  height: 5rem;
}
.h1_ttl span,
.h1_logo span {
  font-size: 2.1428571429rem;
}
@media only screen and (max-width: 736px) {
  .h1_ttl,
.h1_logo {
    font-size: 2.4rem;
    margin-bottom: 1.4285714286rem;
  }
  .h1_ttl span,
.h1_logo span {
    font-size: 1.6rem;
  }
}

.h1_logo {
  font-size: 2.1428571429rem;
}
.h1_logo .icon {
  border-radius: 0 0 1.0714285714rem 0;
  width: 3.5714285714rem;
}
.h1_logo .logo_txt {
  width: auto;
  height: 3.5714285714rem;
}

.plan_aera {
  outline: 0.2142857143rem solid #323232;
  width: 57.1428571429rem;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .plan_aera {
    width: 100%;
  }
}
.plan_aera dl {
  display: flex;
  line-height: 4;
}
.plan_aera dl dt {
  background: #323232;
  color: #fff;
  width: 14.2857142857rem;
  text-align: center;
}
.plan_aera dl dd {
  background: #fff;
  width: 100%;
  padding-left: 0.2857142857rem;
}
.plan_aera .bg_line {
  border-bottom: 0.2142857143rem solid #fff;
}
.plan_aera .bg_line2 {
  border-bottom: 0.2142857143rem solid #323232;
}

.btn {
  margin: 1.4285714286rem auto 0;
  width: 17.8571428571rem;
  text-align: center;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: repeating-linear-gradient(-45deg, #ff8d93, #ff8d93 8px, #fec6c5 4px, #fec6c5 10px);
  background-size: 14px 14px;
  border-radius: 0.7142857143rem;
  position: relative;
  height: 3rem;
  font-size: 1.4285714286rem;
}
.btn a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0px;
  border-top: solid 0.1428571429rem #323232;
  border-right: solid 0.1428571429rem #323232;
  transform: rotate(45deg);
  position: absolute;
  top: 34%;
  right: 12%;
}
.btn a:hover {
  opacity: 0.6;
}

.case_link {
  background-color: #323232;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}
.case_link:hover {
  opacity: 0.7;
  color: #fff;
}

.ecsite_li li {
  margin-left: 2em;
}