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

共通マルチクラス

----------------------------------------------------------*/
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  font-size: 98%;
  line-height: 1.6; /* ←行間指定 */
  -webkit-text-size-adjust: 98%;
  -moz-text-size-adjust: 98%;
  -ms-text-size-adjust: 98%;
  -o-text-size-adjust: 98%;
  text-size-adjust: 98%;
  color: #333;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: blockk;
}
a {
  cursor: pointer;
  transition: all 0.1s ease-in-out 0.1s;
  color: #337abb;
  text-decoration: none;
}
a:hover {
  /*opacity:0.85;*/
}
hr {
  margin: 3rem 0;
}
header {
  background: #fff;
}
p {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 1rem;
}
em {
  font-style: normal;
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, section, div, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
}
/*各タイトル共通設定------------------------------*/
h1 {
  font-size: 3.4rem;
  margin-bottom: 1rem;
}
h2 {
  font-size: 4.2rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1rem;
}
h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}
h4 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
h5 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
h6 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
/*------------------------------------------

共通

--------------------------------------------*/
* {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 62.5%;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}
button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
/*ボタン共通設定------------------------------*/
.multi-style_btn {
  border-radius: 3px;
  background: #76e4e5;
  color: #494c4f;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 2rem;
}
.multi-style_btn:hover {
  background: #76e4e5;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
}
.multi-style_btn--c01 { /*ボタン共通設定 Modifier*/
  background: #ffd200;
  color: #494c4f;
}
.multi-style_btn--c01:hover { /*ボタン共通設定 Modifier*/
  background: #ffd200;
  color: #494c4f;
}
/*ボタン共通設定------------------------------*/
ul {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 1rem;
  list-style: none;
}
ul li {
  list-style: none;
  text-align: center;
}
ol {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 1rem;
}
ol li {
  list-style: decimal inside;
}
dl {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 1rem;
}
dl dt {}
dl dd {
  text-indent: 1rem;
  margin: 0 0 1rem 0;
}
/*micro clearfix------------------------------*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
h2.voice__sub_ttl {
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
}
/*.main-block------------------------------*/
.main-block {
  width: 100%;
  margin: 0;
  padding: 80px 0 90px;
  position: relative;
}
.wrap__980 {
  width: 980px;
  margin: 0 auto;
}
.wrap__1150 {
  width: 1150px;
  margin: 0 auto;
}
.wrap__980__cta {
  margin: 0 auto;
}
.grid__unit--w33per {
  width: 33.33%;
}
/*------------------------------------------
header
--------------------------------------------*/
/* ロゴ */
.header__logo {
  width: 108px;
  height: 55px;
  float: left;
  margin: 5px 0;
}
.header__right_wrap {
  float: right;
  display: flex;
  justify-content: space-between;
}
.header__cta a {
  vertical-align: middle;
  text-align: center;
  margin-top: 10px;
  display: block;
  background: #d32e68;
  color: #fff;
  width: 240px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0.03em;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  border: 1px solid #ddd;
}
.header__cta a:hover {
  background: #9e224e;
}
.header__cta a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 17px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 4px solid #fff;
}
.header__mag a {
  margin-top: 10px;
  margin-left: 30px;
  display: block;
  background: #545454;
  color: #fff;
  width: 180px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  border: 1px solid #ddd;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .header__mag a {
    display: none;
  }
}
.header__mag a:hover {
  background: #808080;
}
.header__mag a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 17px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 4px solid #fff;
}
.header__tel_box {
  margin: 0px;
  float: right;
  padding: 10px 15px 0px;
}
.header__tel_logo {
  float: left;
  margin: 5px 0;
}
dl.header__tel {
  width: 185px;
  float: left;
  margin-right: 0px;
  padding-left: 10px;
}
dl.header__tel dt, dl.header__tel dd {
  margin: 0;
  padding: 0;
}
dl.header__tel dt {
  float: left;
  padding-right: 5px;
  font-size: 2rem;
  font-weight: bold;
}
dl.header__tel dd {
  margin: 0;
  font-size: 2.3rem;
  font-weight: bold;
  float: left;
  text-indent: 0;
}
dl.header__tel dt.time {
  font-size: .9rem;
}
dl.header__tel dd.time {
  font-size: 1rem;
  font-weight: normal;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro';
}
/*------------------------------------------
MV
--------------------------------------------*/
.multi_tx {
  font-size: 4rem;
  font-feature-settings: "palt"1;
  font-weight: bold;
}
.pr_tx {
  font-size: 4rem;
  font-feature-settings: "palt"1;
  font-weight: bold;
}
.inkjet_tx {
  font-size: 4rem;
  font-feature-settings: "palt"1;
  font-weight: bold;
}
.hero {
  position: relative;
  color: #ffffff;
  text-align: center;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.hero-img {
  background: #333 url(../img/hero_1.jpg) no-repeat center top;
  background-size: cover;
}
.hero__title {
  padding: 50px 0 0px;
  font-size: 3.8rem;
  line-height: 1.5
}
@keyframes color_move {
  from {
    color: #fff;
  }
  50% {
    color: #dbc57b;
  }
  80% {
    color: #fff;
  }
  to {
    color: #f7f1df;
  }
}
.hero h1, .hero h1 * {
  font-size: 7rem;
  position: relative;
  line-height: 120%;
  color: #E5004F;
  text-shadow:
    #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.hero h1.hero__hero_kw_01 * {
  font-size: 6.5rem;
}
.hero h1 {
  margin-top: 20px;
}
.hero h3, .hero h3 * {
  font-size: 5rem;
}
.hero h6 {
  color: #000;
  font-size: 2.4rem;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  text-shadow:
    #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.wrap__hero__cta {
  position: relative;
  margin-top: 10px;
}
.hero__ctabox {
  display: block;
  width: 320px;
  height: 40px;
  margin: 3em auto 5em;
  padding: 1rem 2rem 4rem;
  border: #ffffff solid 5px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background: #009E96;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.hero__ctabox p {
  position: absolute;
  display: block;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  z-index: 2;
}
.hero__ctabox p.hero__ctabox_text /* 20180406 */ {
  position: static;
  display: block;
  color: #fff;
  z-index: 2;
  text-align: center;
  line-height: 1.6;
}
.hero__ctabox .cap {
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
}
.hero__ctabox span.cap /* 20180406 */ {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  line-height: 1.6;
}
.hero__ctabox::before {
  content: "";
  display: block;
  position: absolute;
  background: #ed0254;
  top: 0;
  left: -258%;
  top: -200px;
  width: 800px;
  height: 500px;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.hero__ctabox:hover::before {
  left: 0px;
  top: -140px;
}
h2.hero__text {
  font-size: 4.5rem;
  font-weight: bold;
  color: #000;
  text-shadow:
    #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
/*王冠------------------------------*/
.hero__crown {
  margin: 10px auto 80px;
  width: 60%;
}
.hero__crown ul {
  padding: 0;
}
.hero__crown ul li {
  background: url(/common/img/crown.png) 20px 8px no-repeat;
  list-style: none;
  margin: 0 10px;
  float: left;
  text-align: center;
  padding-top: 35px;
  padding-left: -20px;
}
.sub {
  text-align: center;
  width: 175px;
  height: 105px;
  line-height: 35px;
}
.sub span {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 600;
}
.sub b {
  font-size: 3.5rem;
  color: #FFF100;
  line-height: 30px;
  text-align: center;
}
.hero__crown ul li {
  animation: inout 1.5s;
  -webkit-animation: inout 1.5s;
}
@keyframes inout {
  from {
    transform: scale(.2, .2);
  }
  40% {
    transform: scale(2.0, 2.0);
  }
  60% {
    transform: scale(2.0, 2.0);
  }
  75% {
    transform: rotate(-45deg);
  }
  80% {
    transform: scale(.8, .8);
  }
  85% {
    transform: rotate(180deg);
  }
  to {
    transform: scale(1.0, 1.0);
  }
}
@-webkit-keyframes inout {
  from {
    -webkit-transform: scale(.2, .2);
  }
  40% {
    -webkit-transform: scale(2.0, 2.0);
  }
  60% {
    -webkit-transform: scale(2.0, 2.0);
  }
  75% {
    -webkit-transform: rotate(-45deg);
  }
  80% {
    -webkit-transform: scale(.8, .8);
  }
  85% {
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: scale(1.0, 1.0);
  }
}
.hero__crown ul li.crown1 {
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}
.hero__crown ul li.crown2 {
  animation-delay: 8.5s;
  -webkit-animation-delay: 8.5s;
}
.hero__crown ul li.crown3 {
  animation-delay: 9s;
  -webkit-animation-delay: 9s;
}
.hero__footer_bar {
  position: relative;
  bottom: -1px;
  width: 100%;
  height: 25px;
  background: transparent;
  overflow: hidden;
}
.hero__footer_bar::before, .hero__footer_bar::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 25px;
  background: #f2f2f2;
}
.hero__footer_bar::before {
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
  left: 51%;
}
.hero__footer_bar::after {
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
  left: -11%;
}
@media screen and (min-width: 1200px) {
  .hero__footer_bar::before {
    left: 50.5%;
  }
  .hero__footer_bar::after {
    left: -10.5%;
  }
}
/*------------------------------------------
Sidemenu
--------------------------------------------*/
.side_menu {
  position: fixed;
  display: table;
  right: 5px;
  top: 40%; /* 画面中央に表示 */
  height: 400px; /* 高さ */
  margin-top: -200px; /* マイナス「高さ÷2」 */
  z-index: 999;
}
.side_menu ul {
  width: 140px;
}
.side_menu ul li {
  list-style: none;
}
.side_menu ul li a {
  display: block;
  margin-bottom: 10px;
  padding: 15px 5px;
  border-radius: 5px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  background: #333;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  border: 1px solid #fff;
  opacity: 0.8;
  position: relative;
}
.side_menu ul li a span {
  font-size: 1rem;
}
/* shadow */
.side_menu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: -12px;
  left: 46%;
  border-top: 5px solid #aaa;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* tri_white */
.side_menu a:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: -11px;
  left: 45%;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.side_menu a:hover {
  background: #009E96;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
/* sp 1260 */
@media screen and (max-width: 1260px) {
  .side_menu ul {
    opacity: 0.1;
  }
  .side_menu ul:hover {
    opacity: 1;
  }
}
/*------------------------------------------

導入企業

--------------------------------------------*/
#result {
  padding-top: 15px;
}
.result {
  padding: 20px 0 80px;
  background: #f2f2f2;
  color: #444;
  position: relative;
}
.result__share {
  font-size: 5rem;
  font-weight: 800;
  padding: 0 5px;
  letter-spacing: 1px;
  color: #ed0254;
  text-align: center;
  line-height: 5rem;
}
h2.result__ttl {
  clear: both;
  margin: 10px 0;
  color: #ffbb00;
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
}
h2.text__ttl em {
  color: #333;
  font-size: 4rem;
  font-weight: bold;
  line-height: 0.1px;
}
h2.result__ttl strong {
  margin-top: 10px;
  font-size: 3.5rem;
  color: #333;
}
h2.result__text {
  color: #333;
  font-size: 2.3rem;
  font-weight: bold;
}
h2.result__text small {
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
}
.result__logo ul {
  margin: 50px 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.result__logo li {
  width: 110px;
  height: 55px;
  margin: 0 5px 5px 0;
  display: inline-block;
}
.result__logo img {
  border-radius: .3rem;
}
/*------------------------------------------
campaign
--------------------------------------------*/
a.yellow {
  color: #FFF100;
  font-size: 4.4rem;
  font-weight: bold;
}
/*------------------------------------------
voice
--------------------------------------------*/
.icon-content .icon_01_b {
  background: url(../img/case1.png);
  background-size: cover;
}
.icon-content .icon_02_b {
  background: url(../img/case2.png);
  background-size: cover;
}
.icon-content .icon_03_b {
  background: url(../img/case3.png);
  background-size: cover;
}
/*------------------------------------------
plan
--------------------------------------------*/
.plan {
  background: #f2f2f2;
}
h2.plan_title {
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
}
p.plan__text {
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  color: #E5004F;
  text-shadow:
    #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.plan__table {
  background: #f7fffa;
  table-layout: fixed;
  font-size: 20px;
  width: 100%;
  height: 150%;
}
.plan__table tr:nth-of-type(odd) {
  background: #E0F8EC;
}
.plan__table th, .plan__table td {
  text-align: center;
  vertical-align: middle;
  border: 2px solid #fff;
  padding: 15px 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}
.plan__table thead th {
  background: #04B486;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  padding: 10px 0;
}
.plan__table tbody th {
  font-weight: 600;
  font-size: 20px;
}
.plan__table tbody th small {
  font-weight: 600;
  font-size: 16px;
}
.plan__table tbody td small {
  display: block;
  font-size: 18px;
  color: #0062ad;
  font-weight: 600;
}
/* selected */
.plan *::selection {
  background: #F5DA81;
  color: #fff;
}
/*------------------------------------------
FAQ
--------------------------------------------*/
.faq li a:hover {
  background: #f6be62;
}
/* 180509 「よくある質問」コンテンツの変更 */
.qa {
  margin-top: 20px;
}
.qa_ttl {
  font-size: 30px;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 0;
  margin-top: 25px;
}
.qa dt {
  padding: 25px 30px 25px 100px;
  position: relative;
  border-radius: 5px;
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 1;
}
.qa dt:before {
  content: 'Q';
  margin-left: 20px;
  position: absolute;
  top: 25px;
  left: 10px;
  color: #fff;
  font-size: 32px;
}
.qa dt span {
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 0.5;
}
.qa dt span:after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border-top: 2px solid #fff;
  ;
  border-right: 2px solid #fff;
  ;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-75%) rotate(-225deg);
  transition: all .5s ease;
}
.qa dd {
  display: none;
  margin: 0;
  padding: 30px 30px 30px 100px;
  position: relative;
  text-indent: 0;
  font-size: 26px;
  line-height: 1;
  margin-bottom: -3px;
}
.qa dd:before {
  content: 'A';
  margin-left: 20px;
  position: absolute;
  top: 35px;
  left: 10px;
  font-size: 32px;
}
.qa dl.active dt span:after {
  transform: rotate(-45deg);
}
.qa_color1 dt {
  background: #27ACA9;
}
.qa_color1 dd {
  background-color: #D4ECEA;
}
.qa_color1 dd:before {
  color: #27ACA9;
}
.qa_color2 dt {
  background: #39A869;
}
.qa_color2 dd {
  background-color: #E8FFEB;
}
.qa_color2 dd:before {
  color: #39A869;
}
/*------------------------------------------
flow
--------------------------------------------*/
.flow_b {
  max-width: 940px;
  margin: 40px auto 70px;
}
.flow_b h2 {
  font-size: 4.2rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 4rem;
  color: #000;
}
.flow_b ul li {
  display: inline-block;
  position: relative;
  background: #e8edf0;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  width: 230px;
  height: 400px;
  vertical-align: top;
}
.flow_b ul li.bg_orange {
  background: #fbf1e4;
}
p.flow_b__text {
  color: #444;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 0;
  text-align: center;
}
p.flow_b__text {
  color: #444;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 0;
  text-align: center;
}
p.two {
  padding-top: 10px;
  text-align: center;
}
p.flow_b__step {
  color: #f29826;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 10px;
  text-align: center;
}
p.flow_b__comment {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  font-weight: normal;
  padding-top: 6px;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.flow_b__comment b {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.flow_b ul li:last-child {
  margin-right: 0;
}
#flow.cta-block p {
  padding-bottom: 0;
}
/*------------------------------------------
btn
--------------------------------------------*/
.square_btn {
  display: inline-block;
}
.square_btn:active { /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
.square_btn a {
  font-size: 18px;
  font-weight: normal;
  padding: 1em 5em;
  margin-top: 20px;
  text-decoration: none;
  background: #0068B7; /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #004880;
  border-radius: 3px;
  position: relative;
  display: block;
}
/*------------------------------------------
シミュレーション
--------------------------------------------*/
.cp_iptext {
  display: block;
  overflow: hidden;
  width: 90%;
  text-align: center;
  margin: 1em auto;
  font-size: 1.8rem;
}
.cp_iptext input {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_iptext input::-ms-expand {
  display: none;
}
.cp_ipselect {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2em;
  text-align: center;
  font-size: 2.2rem;
  margin-left: 80px;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  font-size: 2.2rem;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}
p.simulator__text {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: left;
  margin-left: 80px;
  margin-top: -60px;
}
h2.cp_iptext {
  clear: both;
  color: #000;
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: -400px;
}
h2.cp_iptext span {
  color: #E4007F;
  font-size: 2.7rem;
  font-weight: bold;
}
.center {
  text-align: center;
}
.box3 {
  padding: 200em 5em 55em;
  margin: 5em 0;
  color: #2c2c2f;
  background: #cde4ff; /*背景色*/
}
.btn-square-shadow {
  margin-top: 30px;
  display: inline-block;
  padding: 0.5em 3em;
  text-decoration: none;
  background: #F39800; /*ボタン色*/
  color: #FFF;
  font-size: 3rem;
  border-bottom: solid 4px #CC8100;
  border-radius: 3px;
}
.btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  border-bottom: none;
}
/*------------------------------------------
cta-block
--------------------------------------------*/
.cta-block {
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  background: #292c33;
  text-align: center;
}
.cta-block p {
  font-size: 2.4rem;
  text-align: center;
  padding: 10px 0;
}
.cta-block em {
  font-size: 4.4rem;
  font-weight: bold;
}
.cta-block .cta-block__lead {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}
.cta-block__lead strong {
  font-weight: 500;
}
.cta__left-wrap {
  padding: 0 auto;
  text-align: center;
  display: inline-block;
  width: 50%;
}
.cta__right-wrap {
  padding-top: 0px;
  float: right;
  width: 50%;
}
.cta-block h5 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .cta__right-wrap {
    padding-top: 0px;
    float: right;
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .cta-block__box {
    width: 100%;
    padding: 10px 0;
  }
  .cta-block__box__left {
    width: 90%;
    margin: 0 5%;
  }
  .cta-block__box__right {
    display: none;
  }
}
/*CTA ボタン-----------------------------*/
.multi-style_btn {
  border-radius: 5px;
  position: relative;
  display: block;
  margin: 20px auto;
  padding: 40px 0;
  width: 90%;
  font-size: 2.8rem;
  letter-spacing: 0;
  font-weight: 500;
}
.multi-style_btn em {
  font-size: 4rem;
}
.multi-style_btn em {
  font-size: 3.5rem;
  font-weight: 500;
}
.multi-style_btn em.free {
  color: #ed0254;
  font-weight: bold;
}
/*CTA 個別------------------------------*/
.multi-style_btn__pink {
  top: 0px;
  background: #E9546B;
  color: #ffffff;
  border: 5px solid #fff;
}
.multi-style_btn__blue {
  top: 0px;
  background: #2d98df;
  color: #ffffff;
  border: 5px solid #fff;
}
/*CTAロールオーバー時------------------------------*/
.multi-style_btn:hover {
  top: 5px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.1s ease-in-out 0.1s;
}
.multi-style_btn__pink:hover {
  background: #EF858C;
}
.multi-style_btn__blue:hover {
  background: #54C3F1;
}
/*共通CTAボタン 雲-----------------------------*/
a .cta__cloud {
  position: absolute;
  background: #fff;
  color: #000;
  font-size: 1.5rem;
  line-height: 105%;
  border-radius: 5px;
  top: -35px;
  right: 130px;
  padding: 10px 45px;
  border: 2px solid #c9cacc;
  z-index: 2;
}
a .cta__cloud::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  bottom: -14px;
  right: 150px;
  left: 50%;
  margin-left: -10px;
  border: 6px solid transparent;
  border-top: 8px solid #c9cacc;
}
a .cta__cloud::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}
.cta__right-wrap a .cta__cloud::before {
  right: 25px;
}
a .cta__cloud__left::before {
  right: 23px;
}
a .cta__cloud em {
  font-size: 1.5rem;
  color: #117cc5;
  font-weight: bold;
  font-style: normal;
}
a .cta__cloud__left {
  right: 125px;
}
a em.orange {
  color: #ed0254;
}
a em.gray {
  color: #999;
}
/*--------------------------------------------------
3連アイコン
--------------------------------------------------*/
.main-block__icon {
  background: #fff;
}
.grid__unit--w33per {
  float: left;
}
/*--------------------------------------------------
block-icon
--------------------------------------------------*/
.icon-content {
  float: left;
  width: 100%;
  margin: 20px auto;
  font-size: 1.6rem;
  text-align: center;
}
.icon-content em {
  font-size: 2rem;
}
.icon-content__icon_img {
  width: 250px;
  height: 250px;
  border: 5px solid #ccc;
  margin: 0 auto 20px;
  border-radius: 20px;
}
.icon-content h2 {
  font-size: 2.3rem;
  padding: 0;
  font-weight: bold;
}
.icon-content p {
  width: 80%;
  margin: 20px auto;
  font-size: 1.6rem;
}
.icon-content p em {
  background: linear-gradient(transparent 60%, #ffbf40 60%);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
/*footer------------------------------*/
#footer02 {
  background: #fff;
}
.ie #footer02 .logo img, #footer02 .logo {
  display: inline-block;
  width: 400px;
}
#footer02 .nav li a {
  padding: 15px;
  color: #333;
  font-size: 15px;
}
#footer02 .navl li a {
  padding: 15px;
  color: #333;
  font-size: 15px;
}
@media screen and (min-width: 641px) {
  #footer02 .logo {
    padding: 10px 0;
  }
  #footer02 .wrap {
    padding: 20px 0;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;*/
  }
  #footer02 .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  #footer02 .nav {
    display: inline-block;
  }
  #footer02 .nav li {
    display: inline-block;
  }
  #footer02 .nav li a:hover {
    color: #2d98df;
  }
  #footer02 .navl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer02 .navl li {
    display: inline-block;
  }
  #footer02 .navl li a:hover {
    color: #2d98df;
  }
}
@media only screen and (max-width: 640px) {
  #footer02 {
    padding: 20px 0 0;
  }
  #footer02 .inner-block {
    padding: 0;
  }
  .ie #footer02 .logo img, #footer02 .logo {
    display: block;
    margin: 0 auto 20px;
  }
  #footer02 .c-btn {
    margin-bottom: 20px;
  }
  #footer02 .nav li {
    border-top: 1px solid #555;
    font-size: 15px;
  }
  #footer02 .nav li a {
    padding: 12px 20px;
    display: block;
    background-size: 5px auto;
  }
  #footer02 .navl li:last-child {
    text-align: center;
  }
  #footer02 .navl li a {
    padding: 12px 20px;
    display: block;
    background-size: 5px auto;
    text-align: center;
  }
  #footer02 .nav li:last-child {
    border-bottom: 1px solid #555;
  }
}
.copyright {
  text-align: center;
  margin: 0 auto;
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f2f2f2;
}
.footer {
  width: 100%;
  /*padding:40px;*/
  margin: 0 auto;
  background: #fff;
  color: #000;
}
.site-footer {
  padding: 2em 0;
  background: #142133;
}
#footer .foterInner {
  max-width: 1000px;
  margin: 0 auto;
}
#footer p.copyright {
  color: #333;
  text-align: center;
  background-color: #f2f2f2;
  margin: 0 auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer p.copyright a {
  color: #fff;
}
.tri__white, .tri__white__gray {
  position: relative;
}
.tri__white::before, .tri__white__gray::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  position: absolute;
  margin: 0 auto;
  top: 0px;
  left: 50%;
  margin-left: -30px;
}
.tri__white__gray::before {
  border-top: 20px solid #f2f2f2;
}
.tri__white::before {
  border-top: 20px solid #fff;
}
/* sp br */
br.sp {
  display: none;
}
/* sp only */
.sp__only {
  display: none;
}
.br-pc {
  display: block;
}
@media screen and (max-width: 667px) {
  .br-pc {
    display: none;
  }
}
/* 非表示 */
.displaynone {
  display: none !important;
}
/* 吹き出し */
/* ポップアップ */
#layer {
  display: none; /* 初期表示は非表示 */
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 30;
}
#popup {
  display: none; /* 初期表示は非表示 */
  position: fixed;
  left: 40%;
  top: 10%;
  width: 950px;
  height: 750px;
  margin-left: -300px;
  margin-top: -30px;
  background-color: white;
  border-radius: 5px;
  text-align: left;
  z-index: 30;
}
.popup_title {
  font-size: 32px;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}
.popup_text {
  font-size: 20px;
  padding: 25px;
  text-align: center;
  font-weight: bold;
}
.popup_text {
  font-size: 20px;
  padding: 25px;
  text-align: center;
  font-weight: bold;
}
.popup_text2 {
  font-size: 18px;
  padding: 0px 70px;
  text-align: left;
}
.popup_btn {
  font-size: 18px;
  text-align: center;
}
.title-border {
  height: 1px;
  border: none;
  border-top: 10px #333 solid;
}
p.service {
  margin-bottom: 20px;
}