@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* =======================================
	style.css
======================================= */
body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 1.8em;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  text-rendering: optimizelegibility;
  counter-reset: titleNum case;
}
a {
  color: #69C;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  text-decoration: none;
}
h1 {
  font-size: 0.6em;
  margin: 5px 0px 30px 20px;
  width: 400px;
}
h1, h2, h3, h4, h5, h6 {
  color: #555555;
}
pre {
  color: #555555;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
p {
  color: #555555;
}
img {
  max-width: 100%;
  width /***/ : auto; /* IE8のみ */
  height: auto;
  vertical-align: top;
}
span {
  font-size: 100%;
}
.text {
  display: inline-block;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* =======================================
	コンテンツラップ
======================================= */
.contents_wrap {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}
.contentscenter {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 34px;
  padding: 0px 0 0;
  text-align: center;
  margin-bottom: 8%;
}
.campaign .contentscenter {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 0px 0 0;
  text-align: center;
  margin-bottom: 3%;
}
/* =======================================
	各コンテンツエリア
======================================= */
/* コンテンツエリア */
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}
.contentscenterwrapper {
  width: 5%;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 0px 0 0;
}
.pagewrap {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  padding: 0;
}
.wrapper {
  overflow: hidden;
}
/* =======================================
	レイアウト グリッド関連
======================================= */
/* デバイス別の表示 */
.pc {
  display: block;
  position: relative;
  width: 100%;
}
.minipc, .tab, .tab600, .sp {
  display: none;
}
/* カラム */
.col {
  float: left;
  margin-left: 3.2%;
}
/* カラムのmargin-bottom 20px */
.col_bottom20 {
  float: left;
  margin-left: 3.2%;
  margin-bottom: 20px;
}
/* 1カラム */
.fullwidth .col {
  float: none;
  margin-left: 0;
}
/* 2カラム */
.grid2 .col_bottom20, .grid2 .col {
  width: 48.4%;
}
/* 3カラム */
.grid3 .col {
  width: 31.2%;
}
/* 4カラム */
.grid4 .col {
  width: 22.6%;
}
/* 4カラム SPで2列になるデザイン*/
.grid4_2 .col {
  width: 22.6%;
}
/* 5カラム */
.grid5 .col {
  width: 17.44%;
}
/* 6カラム */
.grid6 .col {
  width: 14%;
}
/* カラムのclear */
.grid6 .col:nth-of-type(6n+1), .grid5 .col:nth-of-type(5n+1), .grid4 .col:nth-of-type(4n+1), .grid4_2 .col:nth-of-type(4n+1), .grid3 .col:nth-of-type(3n+1), .grid2 .col:nth-of-type(2n+1) {
  margin-left: 0;
  clear: left;
}
.grid6 .col_bottom20:nth-of-type(6n+1), .grid5 .col_bottom20:nth-of-type(5n+1), .grid4 .col_bottom20:nth-of-type(4n+1), .grid3 .col_bottom20:nth-of-type(3n+1), .grid2 .col_bottom20:nth-of-type(2n+1) {
  margin-left: 0;
  clear: left;
}
/* 2カラムの横幅非対称の場合 */
.col_70p {
  float: left;
  margin-left: 0;
}
.col_30p {
  float: left;
  margin-left: 3.2%;
}
.grid2 .col_70p {
  width: 70%;
}
.grid2 .col_30p {
  width: 26.8%;
}
.grid2 .col_70p:nth-of-type(2n+1), .grid2 .col_30p:nth-of-type(2n+1) {
  margin-left: 0;
  clear: left;
}

/* =======================================
	メインエリア
======================================= */
.no-webp #main_area {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff url(../images/main_bg_image_1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.webp #main_area {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff url("../images/main_bg_image_1.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}
.mainwrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 0px 0 0;
  overflow: hidden;
  text-align: center;
}
/* メインエリア内の空欄 */
.mainarea_blank {
  clear: both;
  height: 115px;
}
/* メインエリア内のボタン */
.mainwrap_buttonwrapper {
  position: absolute;
  width: 23%;
  z-index: 2;
  top: 59%;
  left: 23%;
}
.mainwrap_buttonwrapper_pc {
  position: absolute;
  z-index: 2;
  top: 60%;
  left: 23%;
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
}
.mainwrap_bannerwrapper_pc {
  position: absolute;
  z-index: 2;
  top: 77% !important;
  left: 18.5% !important;
  width: 43%;
  height: auto;
  justify-content: center;
  list-style: none;
  text-align: center;
}
/*Safariだけに適用される新型CSSハック*/
_::-webkit-full-page-media, _:future, :root .mainwrap_buttonwrapper_pc {
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 18%;
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
}
.mainwrap_buttonwrapper_pc a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.mainwrap_btn_pc_1 {
  background: #ff8d00;
  padding: 4% 12%;
  margin: 0 2px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  transition: .4s;
  font-weight: 500;
  text-align: center;
  font-size: 1.2vw;
}
/*Safariだけに適用される新型CSSハック*/
_::-webkit-full-page-media, _:future, :root .mainwrap_btn_pc_1 {
  background: #ff8d00;
  padding: 4% 9%;
  margin: 0 2px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  transition: .4s;
  font-weight: 500;
  text-align: center;
  font-size: 1.2vw;
}
.mainwrap_btn_pc_2 {
  background: #fff;
  padding: 4% 4%;
  margin: 0 2px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  transition: .4s;
  font-weight: 500;
  text-align: center;
  font-size: 1vw;
}
/*Safariだけに適用される新型CSSハック*/
_::-webkit-full-page-media, _:future, :root .mainwrap_btn_pc_2 {
  background: #fff;
  padding: 4% 4%;
  margin: 0 2px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  transition: .4s;
  font-weight: 500;
  text-align: center;
  font-size: 1vw;
}
.mainwrap_btn {
  display: inline-block;
  width: 100%;
  height: 64px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;
  outline: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.mainwrap_btn::before, .mainwrap_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.mainwrap_btn, .mainwrap_btn::before, .mainwrap_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mainwrap_btn {
  position: relative;
  z-index: 2;
  background-color: #0ddc13;
  border: 1px solid #0ddc13;
  color: #fff;
  line-height: 55px;
  overflow: hidden;
  font-size: 0.9rem;
}
.mainwrap_btn_2 {
  position: relative;
  z-index: 2;
  background-color: #ff8300;
  border: 1px solid #ff8300;
  color: #ffffff;
  line-height: 55px;
  overflow: hidden;
  font-size: 0.7rem;
}
.mainwrap_btn:hover {
  color: #0ddc13;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  text-decoration: none;
}
.mainwrap_btn_2:hover {
  color: #ff8300 !important;
}
.mainwrap_btn::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainwrap_btn:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #fff;
}
.arrow_title {
  background: #ff8d00;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 1em 0 2em;
  position: relative;
  font-size: 1.4em;
  font-weight: 500;
  margin-left: 3px;
}
.arrow_title::before {
  border: 20px solid transparent;
  border-left-color: #ff8d00;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}

/* =======================================
	メインビジュアルバナー配置
======================================= */
.mainwrap_bannerwrapper_pc {
  position: absolute;
  display: flex;
  z-index: 2;
  top: 81%;
  left: -20.5%;
  justify-content: center;
  list-style: none;
  text-align: center;
}
/*Safariだけに適用される新型CSSハック*/
_::-webkit-full-page-media, _:future, :root .mainwrap_bannerwrapper_pc {
  position: absolute;
  z-index: 2;
  top: 72%;
  left: -20.5%;
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
}
.mainwrap_bannerwrapper_pc a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
/*バナーなどにshadowを加える場合*/
.banner_shadow {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
/* =======================================
	ブロック
======================================= */
/* ブロック basic_type */
.block_basic_type {
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_basic_type h2 {
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1.8em;
  padding: 0.5em 0;
}
.block_basic_type h3 {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1.8em;
  padding: 0.5em 0;
}
.block_basic_type .ti {
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.3em;
  padding: 0em;
  text-align: center;
  color: #fff;
}
.block_basic_type .ti2 {
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.3em;
  padding: 0em;
  text-align: center;
  color: #fff;
}
.block_basic_type p {
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.block_basic_type ul {
  list-style: disc;
  padding-left: 1.5em;
}
.block_basic_type ul li {
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
}
.block_basic_type ul li ul {
  list-style: outside none circle;
  padding-left: 1.5em;
}
.block_basic_type ul li ul li {
  list-style: outside none circle;
  padding-left: 1.5em;
}
.block_basic_type ol {
  list-style-type: circle;
  color: #555555;
  font-weight: 300;
}
/* ブロック type01 */
.block_type01 {
  position: relative;
  width: 90%;
  height: auto;
  margin: 60px auto;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_type01 h2 {
  display: block;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}
.block_type01 h2 span {
  position: relative;
  width: 38%;
  margin: 0 auto 50px;
  display: block;
  font-size: 0.6em;
  line-height: 1.8em;
  padding-bottom: 0.3em;
  border-bottom: 4px solid #ccc;
}
.block_type01 h2 span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #0ddc13;
}
.block_type01 p {
  display: inline-block;
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0em;
  padding: 0px;
  margin: 0;
}
.block_type01 p span {
  display: block;
}
.block_type01 em {
  color: #ff7f00;
}
/* ブロック type02 */
.block_type02 {
  position: relative;
  width: 90%;
  height: auto;
  margin: 10px auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_type02 h3 {
  color: #555555;
  display: inline-block;
  width: 100%;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin: 20px auto;
  padding: 40px 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 60px;
}
.block_type02 h3::before {
  position: absolute;
  top: 0;
  left: 43%;
  content: counter(titleNum);
  counter-increment: titleNum 1;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #0ddc13;
  border-radius: 100%;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
.block_type02 h3::after {
  background-color: #555555;
  content: "";
  height: 0px;
  left: 0px;
  margin-left: 0%;
  position: absolute;
  top: 0px;
  width: 0px;
}
.block_type02 h4 {
  color: #555555;
  counter-increment: titleNum;
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin: 20px auto;
  padding: 40px 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.block_type02 h4::before {
  position: absolute;
  top: 0;
  left: 43%;
  content: counter(titleNum);
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #0ddc13;
  border-radius: 100%;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
.block_type02 ul {
  list-style: disc;
  padding: 0 1.6em;
}
.block_type02 ul li {
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
}
.block_type02 ul li ul {
  list-style: outside none circle;
  padding-left: 1.5em;
}
.block_type02 ul li ul li ol {
  list-style: outside none circle;
  padding-left: 1.5em;
}
.block_type02 p {
  display: inline-block;
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0em;
  padding: 10px 0;
  margin: 0;
}
/* ブロック type03 */
.block_type03 {
  position: relative;
  width: 90%;
  height: auto;
  margin: 30px auto;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_type03 h2 {
  display: block;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}
.block_type03 h2 span {
  position: relative;
  width: 38%;
  margin: 0 auto 50px;
  display: block;
  font-size: 0.6em;
  line-height: 1.8em;
  padding-bottom: 0.3em;
  border-bottom: 4px solid #ccc;
}
.block_type03 h2 span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #0ddc13;
}
.block_type03 h3 {
  color: #555555;
  display: inline-block;
  width: 100%;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin: 10px auto;
  padding: 0px 0 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.block_type03 h3 span {
  font-size: 2em;
  font-style: italic;
}
.block_type03 h4 {
  color: #555555;
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin: 20px auto;
  padding: 40px 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.block_type03 h4::before {
  position: absolute;
  top: 0;
  left: 43%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #0ddc13;
  border-radius: 100%;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
.block_type03 ul {
  list-style: disc;
  padding: 0 1.6em;
}
.block_type03 ul li {
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
}
.block_type03 ul li ul {
  list-style: outside none circle;
  padding-left: 1.5em;
}
.block_type03 ul li ul li ol {
  list-style: outside none circle;
  padding-left: 1.5em;
}
.block_type03 p {
  display: inline-block;
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  padding: 10px 0;
  margin: 0;
  text-align: left;
}
.box6 {
  display: flex;
  flex-wrap: nowrap;
  margin: 0px 0px 10px 0px;
  border: solid 2px #ff8d00;
  width: 95%;
  overflow: hidden;
}
.item-image {
  width: 23%;
  padding: 5% 0%;
}
.item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin: 3px;
  justify-content: left;
  align-content: left;
  align-items: left;
  color: #555555;
}
.item-text span {
  color: #ff8d00;
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
}
.item-text p {
  letter-spacing: -0.01em;
}
.block_type03 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
  text-align: center;
}
.block_type03 table th {
  border: solid 1px #ff8d00;
  background-color: #ff8d00;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  padding: 0px;
  width: 34%;
}
.block_type03 table td {
  border: solid 1px #ff8d00;
  background-color: #fff;
  color: #ff8d00;
  font-size: 1.3em;
  font-weight: 600;
  padding: 0px 20px;
  width: 16%;
}
/* ブロック type04 */
.block_type04 {
  position: relative;
  width: 90%;
  height: auto;
  margin: 60px auto;
  margin-bottom: 0px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_type04 h2 {
  display: block;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  padding-bottom: 50px;
}
.block_type04 h2 span {
  position: relative;
  width: 38%;
  margin: 0 auto 30px;
  display: block;
  font-size: 0.6em;
  line-height: 1.8em;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
}
.block_type04 h2 span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #0ddc13;
}
.block_type04 em {
  color: #ff7f00;
}
/* ブロック basic_type05 */
.block_type05 {
  position: relative;
  width: 97%;
  height: auto;
  margin: 10px auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_type05 h3 {
  padding: 10px 0px 10px 0px;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
}
.block_type05 p {
  color: #555555;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0em;
  vertical-align: middle;
}
.block_type05 span {
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0em;
}
.block_type05 ul {
  list-style: disc;
  padding-left: 1.5em;
}
.block_type05 ul li {
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
}
/* ブロック type06*/
.block_type06 {
  position: relative;
  width: 90%;
  height: auto;
  margin: 10px auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_type06 h3 {
  color: #555555;
  display: inline-block;
  width: 100%;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 30px;
  border-left: 7px solid #555555;
  padding: 5px;
  margin: 10px;
}
.block_type06 h3::before {
  background-color: #555555;
  content: "";
  height: 0px;
  left: 0px;
  margin-left: 0%;
  position: absolute;
  top: 0px;
  width: 0px;
}
.block_type06 h3::after {
  position: absolute;
  top: 10%;
  left: 25%;
  counter-increment: case 1;
  content: counter(case);
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #0ddc13;
  border-radius: 100%;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
.block_type06 h4 {
  color: #555555;
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin: 20px auto;
  padding: 40px 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.block_type06 h4::before {
  position: absolute;
  top: 0;
  left: 43%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #0ddc13;
  border-radius: 100%;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
.block_type06 ul {
  list-style: disc;
  padding: 0 1.6em;
}
.block_type06 ul li {
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
}
.block_type06 ul li ul {
  list-style: outside none circle;
  padding-left: 1.5em;
}
.block_type06 ul li ul li ol {
  list-style: outside none circle;
  padding-left: 1.5em;
}
.block_type06 p {
  display: inline-block;
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0em;
  padding: 10px 0;
  margin: 0;
}
p.txt1 {
  display: inline-block;
  color: #555555;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0em;
  padding: 10px 0;
  margin: 0;
}
/* ブロック 入れ子 */
.block_in_block {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.block_in_block_contents_left {
  width: 50%;
  padding-right: 1.5%;
  box-sizing: border-box;
  float: left;
}
.block_in_block_contents_right {
  width: 50%;
  padding-left: 1.5%;
  box-sizing: border-box;
  float: right;
}
/* ブロックの中央揃い*/
.block_center {
  text-align: center;
}
.block_image_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.block_image_wrap img {
  display: block;
  width: 75%;
  margin: 0 auto;
}
.block_image_wrap h3 {
  padding: 10px 0;
}
.block_image_wrap p {
  padding: 0 20px 30px;
}
/* ブロック basic_type */
.block_banner {
  width: 100%;
  height: auto;
  margin: 10px auto;
  line-height: 0.7em
}
.block_banner span {
  color: #fff;
  font-size: 0.6em;
  vertical-align: bottom;
}
.top-banner {
  width: auto;
  height: auto;
  background-color: #fff;
  color: #F7070B;
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  padding: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 2px;
}
.top-banner a {
  text-decoration: none;
  color: #F7070B;
  position: relative;
}
.top-banner a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  text-decoration: none;
  color: #F7070B;
}
/* =======================================
	トップページ
======================================= */
/* 三角　*/
.arrow {
  width: 0px;
  border-color: #ff8d00;
  border-style: solid;
  border-width: 30px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  margin: 0 auto;
}
.top_price_list {
  text-align: center;
  padding-top: 15px;
}
.top_price_list p {
  font-size: 1.4em;
  border: 3px solid #ff8d00;
  border-radius: 10px;
  width: 340px;
  margin: 10px auto;
  padding: 10px;
}
.nenbarai {
  color: #ff8d00;
  font-size: 1.5em;
}
/* =======================================
	パンくず
======================================= */
.breadcrumbs {
  margin-left: 5px;
  background-color: #fff !important;
  border: none !important;
  padding-top: 10px;
  padding-bottom: 1px;
  font-size: 1.6em;
}
.breadcrumbs p {
  margin-left: 0 !important;
  font-size: 0.5em;
  font-weight: 300;
  color: #555555;
}
/* =======================================
	矢印アイコン
======================================= */
.arrowicon {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.5em;
  vertical-align: middle;
}
.arrowicon::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  background-color: #69C;
}
.arrowicon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0.35em;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
}
/* 最新情報テーブル */
.news_table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  vertical-align: middle;
}
.news_table th {
  font-size: .85em;
  vertical-align: middle;
}
.txt {
  text-align: left;
  font-size: .85em;
}
/* 最新情報見出し */
.newsheading {
  position: relative;
  border-bottom: 3px solid #cccccc;
  padding: 1px 0px 1px 5px;
  margin: 0px 0px 10px;
  width: 100%;
  text-align: left;
}
.newsheading:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 65px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #16c41f;
}
.newsheading em {
  font-size: 1.2em;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.news_type01 {
  font-size: 1em;
  letter-spacing: 0em;
  font-weight: 300;
  margin-bottom: 0px;
}
.news_type01 dl {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.news_type01 dt {
  font-weight: bold;
}
.news_type01 a {
  color: #333;
  text-decoration: none;
}
/* 小見出し */
.subheading {
  padding: 10px 0px 10px 0px;
  width: 100%;
  font-size: 1.2em;
  line-height: 1em;
}
/* 小見出し ピックアップエリア */
.subheading span {
  background-color: #0ddc13;
  border-radius: 20px;
  padding: 0px 10px;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}
/* 小見出し 追記文言の調整*/
.subheading em {
  padding-left: 10px;
  vertical-align: middle;
  line-height: 200%;
  margin-top: 10px;
}
/*基本ガイドの見出し*/
.guide {
  position: relative;
  display: inline-block;
  margin: 5% auto;
  color: #555555;
}
.guide:before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #a8a8a8;
  border-radius: 2px;
}
/* 本文の基本 */
.basictext {
  margin: 0px;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
  padding: 10px 0px;
}
/* 本文の余白 */
.basictext_indent {
  margin: 0px;
  font-size: 1.3em;
  line-height: 2em;
  padding: 10px 15px 10px 15px;
}
/* 本文の余白 */
.basictext_indentarea {
  margin: 0px;
  font-size: 1.3em;
  line-height: 1.6em;
  padding: 0 30px 15px 30px;
  text-align: justify;
}
/* 本文 中央揃え */
.textcenter {
  margin: 0px;
  font-size: 1.3em;
  color: #555555;
  line-height: 2em;
  padding: 10px 0px;
  text-align: center;
}
/* ▼ アイコン正円背景 ▼ */
.icon_arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #69c;
  vertical-align: middle;
  text-decoration: underline;
  font-size: 1em;
}
.icon_arrow:before, .icon_arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.precise_circle:before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #69c;
}
.precise_circle:after {
  left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
}
/* =======================================
	サンプル
======================================= */
/* =======================================
	ニュース
======================================= */
.news_area {
  position: relative;
  width: 97%;
  margin: 0 auto;
  box-sizing: border-box;
}
.news_area_scroll {
  height: 300px;
  overflow: auto;
  padding-right: 20px;
}
/*スクロールバーの横幅指定*/
.news_area_scroll::-webkit-scrollbar {
  width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.news_area_scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #cccccc;
}
/*スクロールバーの色・角丸指定*/
.news_area_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0ddc13;
}
.news_area p {
  display: inline-block;
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.news_area dl {
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  vertical-align: middle;
  list-style: disc;
  padding: 0 0 0 2em;
  font-size: 0.9em;
}
/* =======================================
	注意事項
======================================= */
.attention_area {
  position: relative;
  width: 97%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}
.attention_area p {
  display: inline-block;
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.attention_area ul {
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  vertical-align: middle;
  list-style: disc;
  padding: 0 0 0 2em;
  font-size: 0.9em;
}
/* =======================================
	注意書き
======================================= */
.important_points_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  box-sizing: border-box;
  background-color: #f56075;
}
.important_points_text {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.13em;
}
.important_points_text span {
  font-size: 0.7em;
  line-height: 3em
}
/* =======================================
	背景グレーの囲み
======================================= */
.important_gray_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #ddd;
  border-radius: 0px;
}
.important_gray_text {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.13em;
  color: #555555;
}

/* =======================================
	背景オレンジの囲み
======================================= */
.important_orange_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #ff8300;
  border-radius: 0px;
}
.important_orange_text {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.13em;
  color: #fff;
}
/* =======================================
	FAQページ
======================================= */
.faq_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-bottom: 3px solid #cccccc;
  border-top: 3px solid #cccccc;
  padding: 10px 0;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.faq_q {
  display: block;
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  padding: 10px 0;
  border-bottom: 1px dotted #555555;
}
.faq_q span {
  display: block;
  width: 1em;
  font-size: 1em;
  line-height: 0.8em;
  color: #fff;
  float: left;
  padding: 0.4em 0.4em 0.6em 0.6em;
  background: #a4a4a4;
}
.faq_q em {
  display: block;
  padding-left: 3em
}
.answer {
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  padding: 10px 0;
}
.answer span {
  display: block;
  width: 1em;
  font-size: 1em;
  line-height: 0.8em;
  color: #fff;
  float: left;
  padding: 0.4em 0.4em 0.6em 0.6em;
  background: #0ddc13;
}
.answer em {
  display: block;
  padding-left: 3em
}
/* =======================================
	ボタン
======================================= */
/* ボタンエリア */
.buttonaera {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
/* ボタンラップ */
.buttonwrapper {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  margin: 0px auto;
}
.buttonwrapper70 {
  width: 60%;
  height: auto;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.buttonwrapper30 {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
/* ボタン */
.button1 {
  display: inline-block;
  width: 400px;
  height: 60px;
  font-size: 1.4em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.button1::before, .button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button1, .button1::before, .button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button1 {
  position: relative;
  z-index: 2;
  background-color: #ff8d00;
  border: 2px solid #ff8d00;
  color: #fff;
  overflow: hidden;
}
.button1:hover {
  color: #ff8d00;
}
.button1::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button1:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #fff;
}
/* ボタン幅(100%)*/
.button2 {
  display: inline-block;
  width: 100%;
  height: 60px;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.button2::before, .button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2, .button2::before, .button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  background-color: #0ddc13;
  border: 2px solid #0ddc13;
  color: #fff;
  overflow: hidden;
}
.button2:hover {
  color: #0ddc13;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #fff;
}
/* ▼ ボタン(特徴エリアのボタン) ▼ */
a.btn_merritt {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  background: #0ddc13;
  padding: 16px 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  margin: 0 auto;
}
a.btn_merritt span {
  font-size: 0.9em;
  font-weight: 300;
}
/* ▼ ボタン（料金ページのボタン） ▼ */
.price_button {
  text-decoration: none;
  background-color: #0ddc13;
  color: #fff;
  border: 1px solid #0ddc13;
  border-radius: 50px;
  padding: 0px 10px;
}
/* =======================================
	ログインエリア
======================================= */
.info_login_area {
  width: auto;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 0;
  color: #fff;
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: solid 0px #e0e0e0;
}
.info_login_area a {
  display: inline-block;
  margin: 0 auto;
  padding: 13px 20px;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  line-height: 0;
  background-color: #ff8d00;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.info_login_area a:hover {
  background-color: #ffc800;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
/* =======================================
	各コンテンツエリア背景画像
======================================= */
.bg_image1 {
  width: 100%;
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #fff url(../images/bg_image3-1.jpg) no-repeat center center;
}
.bg_image2 {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 60px 0;
  background: #fff url(../images/bg_image3-1.jpg) no-repeat center center;
}
.bg_image3 {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 60px 0;
  background: #fff url(../images/bg_image4-1.jpg) no-repeat center center;
}
.bg_image4 {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 60px 0;
  background: #fff url(../images/faq_bg_image.jpg) no-repeat center center;
}
.bg_image5 {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 60px 0;
  background: #fff url(../images/license_card.jpg) no-repeat center center;
}
.bg_image6 {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 60px 0;
  background: #fff url(../images/payment_bg_image.jpg) no-repeat center center;
}
.bg_image7 {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 60px 0;
  background: #fff url(../images/servicearea_bg_image.jpg) no-repeat center center;
}
.bg_image8 {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 60px 0;
  background: #fff url(../images/deployguide_bg_image.jpg) no-repeat center center;
}
.bg_image9 {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 60px 0;
  background: #fff url(../images/price_bg_image.jpg) no-repeat center center;
}
.bg_image10 {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 60px 0;
  background: #fff url("../images/number_transfer_bg_image.png") no-repeat center center;
}
.bg_image11 {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 60px 0;
  background: #fff url("../images/bg_image11.jpg") no-repeat center center;
}
.bg_image12 {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 60px 0;
  background: #fff url("../useful_items/images/bg_useful_items.jpg") no-repeat center center;
  background-size: cover;
}
/* パララックス */
.parallax_wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.parallax_block {
  position: relative;
  width: 100%;
  padding: 1px 0 1px 0;
}
.parallax_block_area {
  position: relative;
  width: 100%;
  padding: 140px 0;
}
.bg-holder .content {
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pic1 {
  background-image: url('../images/para_bg_image1_bigger.jpg');
  background-repeat: no-repeat;
}
.pic2 {
  background-image: url('../images/para_bg_image2_bigger.jpg');
  background-repeat: no-repeat;
}
.pic3 {
  background-image: url('../images/para_bg_image3_bigger.jpg');
  background-repeat: no-repeat;
}
/* =======================================
	本文関連
======================================= */
.large {
  font-size: 1.4em;
  font-weight: 200;
  line-height: 1.8em;
  letter-spacing: 0.13em;
}
.xxlarge {
  font-size: 6em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0em;
}
.xlarge {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0em;
}
.xlarge5 {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0em;
}
.xlarge6 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0em;
}
.xlarge span {
  font-size: 0.5em;
  letter-spacing: 0.13em;
}
.small {
  font-size: 0.6em;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.8em;
}
.xsmall {
  font-size: 0.6em;
  font-weight: 300;
  letter-spacing: 0.13em;
  line-height: 1em;
}
.medium {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0.13em;
}
.medium900 {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.7em;
  letter-spacing: 0.13em;
}
.kadomaru {
  padding: 0px 10px 0px 10px;
  letter-spacing: -0.3px;
  font-size: 0.9em;
  border-radius: 20px;
  background-color: #ff0000;
}
.medium02 {
  font-size: 1em;
  font-weight: 600;
}
strong {
  font-weight: bold;
}
/* =======================================
	空欄 破線
======================================= */
.blank {
  clear: both;
  height: 30px;
}
.blank_helf {
  clear: both;
  height: 15px;
}
hr {
  border: none;
  border-top: dotted 1px #555555;
  height: 1px;
}
.blank_hr {
  border-bottom: 3px solid #cccccc;
  clear: both;
  height: 20px;
  margin-bottom: 17px;
}
.blank15 {
  border-bottom: 1px dotted #555555;
  clear: both;
  height: 14px;
}
/* =======================================
	カラー
======================================= */
.green {
  color: #16c41f;
}
.red {
  color: #FF0000;
}
.white {
  color: #fff;
}
.gray {
  color: #555555;
}
.orange {
  color: #ff7f00;
}
.blue {
  color: #69C
}

/* =======================================
	テーブル
======================================= */
table {
  width: 100%;
  border-collapse: collapse;
  color: #555555;
  box-sizing: border-box;
}
th, td {
  padding: 10px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
th {
  background: #f4f4f4;
}
.minhei180 {
  min-height: 180px;
  height: auto !important;
  height: 180px;
  text-align: center;
  vertical-align: middle;
}
.minhei {
  min-height: 230px;
  height: auto !important;
  height: 230px;
  text-align: center;
  vertical-align: middle;
}
.responsivetable01 th {
  width: 30%;
  text-align: left;
  box-sizing: border-box;
}
.responsivetable02 th, .responsivetable02 td {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px;
}
.responsivetable02 .th02-a {
  box-sizing: border-box;
  padding: 35px;
}
.responsivetable02 .td02-a {
  box-sizing: border-box;
  padding: 16px;
  background-color: #0ddc13;
}
.responsivetable02 .tr-02 {
  box-sizing: border-box;
  width: 20%;
}
.responsivetable02 th {
  background: #2CD800;
  box-sizing: border-box;
}
.responsivetable03 th, .responsivetable03 td {
  display: block;
  width: 100%;
  background: #0ddc13;
  border-top: none;
  box-sizing: border-box;
  text-align: center;
}
.responsivetable04 {
  width: 100%;
  border: 0px;
  text-align: left;
}
.responsivetable04 td, .responsivetable04 th {
  padding: 10px 10px;
  border-top: 0px solid;
  border-bottom: 1px solid;
  border-right: 0px;
  border-left: 0px;
  background: #fff;
}
table.table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  text-align: center;
  font-size: 0.9em;
}
table.table01 thead th {
  background: #0ddc13;
  color: #FFF;
  padding: 10px 15px;
  border: #0ddc13 solid 2px;
  font-size: 2em;
}
table.table01 thead .th1 {
  background: none;
  color: none;
  border: #fff solid 2px;
}
table.table01 tbody th {
  background: #0ddc13;
  color: #FFF;
  padding: 15px;
  border-bottom: #0ddc13 solid 2px;
  vertical-align: top;
  font-size: 2em;
}
table.table01 tbody td {
  background: #FFF;
  padding: 10px 15px;
  border: #0ddc13 solid 2px;
  vertical-align: top;
  color: #0ddc13;
}
table.table01 tbody th p {
  font-weight: bold;
  color: #fff;
}
.responsivetable06 th {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
}
.responsivetable06 td {
  width: 40%;
  text-align: left;
  box-sizing: border-box;
}
/*2021/10/25 NEWS*/
.responsivetable07 table {
  border-collapse: collapse;
  width: 100%;
}
.responsivetable07 th, .responsivetable07 td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}
.responsivetable07 th {
  background: #f7f7f7;
}
/* 開通までの流れで使用 */
.responsivetable05 th {
  width: 10px;
  text-align: left;
  padding: 10px 20px;
  background-color: #0ddc13;
  color: #fff;
}
.responsivetable05 td {
  background: #f4f4f4;
  font-size: 1.2em;
}
/* フォーム用テーブル */
.formtable {
  width: 100%;
  border-collapse: collapse;
  color: #555555;
  font-size: 1em;
  text-align: left;
  line-height: 1.8em;
}
.formtable th {
  width: 30%;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  vertical-align: top;
}
.formtable td {
  width: 70%;
  padding: 10px;
  border: 1px solid #ddd;
}
.formtable th span {
  width: 20px;
  line-height: 1.2em;
  padding: 3px 10px;
  color: #fff;
  background-color: #f56075;
  border-radius: 40px;
}
.textboxkanji {
  width: 96%;
  font-size: 1em;
  line-height: 1.2em;
}
.textboxmail {
  width: 96%;
  font-size: 1em;
  line-height: 1.2em;
}
/*基本ガイド追加スタイル*/
.guide_img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0% 5%;
}
/*faxマニュアル追加スタイル*/
.manual_img {
  max-width: 350px;
  width: 70%;
  height: auto;
  margin: 0% 5%;
}
.manual_circle {
  background-color: #0ddc13;
  padding: 3px 10px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
}
/*トップページ新クラウドFAXNEWS追加スタイル*/
.top_news {
  display: flex;
  margin: 0% auto;
  text-align: left;
}
.top_news img {
  width: 70%;
}
.top_news p {
  font-size: 1.2em;
  font-weight: 500;
}
/*番号移転ページ*/
.q_title {
  display: flex;
  margin-left: -5%;
  margin-top: 50px;
  text-align: center;
}
.q_title2 {
  display: flex;
  margin-left: 10%;
  margin-top: 50px;
  text-align: center;
}
.q_title p {
  color: #c1c1c1;
  opacity: 0.4;
  font-size: 7rem !important;
  position: relative;
  z-index: 0;
  left: 80px;
  top: 0px;
  font-family: "Arial Black", Gadget, "sans-serif";
}
.q_title strong {
  position: relative;
  z-index: 1;
  font-size: 1.6em;
  letter-spacing: 0.13em;
  line-height: 1.8em;
}
.q_button {
  background-color: #f56075;
  color: #fff;
  padding: 2px 10px;
  font-family: "Arial Black", Gadget, "sans-serif";
  width: 80px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: -55px;
  margin-left: 60px;
  position: relative;
  z-index: 1;
}
.tags {
  background: #0ddc13;
  color: #fff;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 1em 0 1.5em;
  position: relative;
  font-weight: 500;
  margin-right: 400px;
  font-size: 1.2em;
}
.tags::before {
  border: 17px solid transparent;
  border-left-color: #0ddc13;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -17px;
  top: 0;
  width: 0;
}
.nt_list li {
  font-size: 1.1em;
  padding: 10px 0;
  font-weight: 400;
}
.marker_lime {
  background: linear-gradient(transparent 60%, #0ddc13 60%);
}
.nt_button {
  color: #fff;
  display: inline-block;
  background-color: #0ddc13;
  font-size: 1.4em;
  border-radius: 10px;
  padding: 12px 26px;
  text-decoration: none;
}
.nt_title {
  font-size: 1.4em;
  font-weight: 600;
  text-align: left;
  color: #555555;
}
.nt_num {
  font-size: 0.9em;
  background-color: #0ddc13;
  color: #fff;
  border-radius: 50px;
  padding: 1px 9px;
}
.q_title2 .q_title {
  margin-left: 5%;
}
/*番号移転ページ*/
/*導入事例スライダー追加スタイル*/
.sp-slide a {
  text-decoration: none;
}
.sp-slide a:hover {
  text-decoration: none;
}
.slider_img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
}
.slide_wrap {
  display: flex;
  padding: 20px 50px;
  justify-content: space-between;
  color: #456b63;
  height: 280px;
  box-shadow: 0 0 8px gray;
  margin: 10px 10px;
}
.slide_wrap_seminar {
  padding: 0px 0px;
  width: 100%;
  margin: 10px 0px;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
.slide_text_box {
  margin-top: 0%;
}
.slide_text_box a {
  text-decoration: none;
  color: #7E7A7A;
  font-weight: 500;
}
.slide_text_box a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.slide_text_box span {
  font-weight: 500;
  font-size: 1em;
  color: #7E7A7A;
}
.slide_text_box .txt1 span {
  font-size: 0.8rem;
  line-height: 120%;
  font-weight: 600;
  color: #7E7A7A;
}
.slide_text_box .txt1 {
  font-size: 1.1rem;
  font-weight: 600;
}
.ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 7px 10px;
  margin: 0 0 0 -70px;
  width: calc(100% + -105px);
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
  background: #555555;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #3a4a51;
}
/*導入事例スライダー追加スタイル*/
/*大阪市導入事例*/
.bg_orange {
  background-color: #ff8300;
}
.bg_gray {
  background-color: #d1d1d1;
}
.top_news_text_area {
  display: flex;
}
.top_news_img {
  width: 100px;
  height: auto;
  padding: 4px;
}
.top_news_taxt {
  font-size: 1.1em;
  font-weight: 500;
}
.top_news_btn_area {
  display: flex;
  font-weight: 600;
  color: #555555;
  font-size: 0.9em;
  margin-left: 65%;
}
.top_news_btn_area_button {
  background-color: #555555;
  color: #fff;
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 0.8em;
  margin-left: 20px;
}
/*大阪市導入事例*/
/*導入事例の表示*/
.case_pc {
  display: block;
}
.case_sp {
  height: 500px;
  overflow: scroll;
  display: none;
}
/*導入事例の表示*/
/*導入事例sp*/
.case_sp_box {
  display: flex;
  box-shadow: 0 0 8px gray;
  padding: 2% 4%;
  vertical-align: middle;
  justify-content: space-around;
  margin: 2% 1%;
}
.case_sp_text_box {
  width: 95%;
}
.case_sp .case_sp_box .slider_img {
  width: 20%;
  height: 20%;
  margin-top: 4%;
  margin-right: 1%;
}
.case_sp .case_sp_box a {
  font-size: 1rem;
  text-decoration: none;
}
.case_sp .case_sp_box a:hover {
  text-decoration: none;
}
.case_sp_text_box span {
  font-size: 0.8rem;
  color: #546b72;
  font-weight: 600;
}
/*導入事例sp*/
/*申込み画面操作方法*/
.pagewrap_wrap {
  border: 3px solid #555555;
  padding: 2% 2%;
  margin: 5% auto;
}
.application_guide h2 {
  font-size: 1.8rem;
  text-align: center
}
.application_guide .large {
  font-size: 1.8rem;
  text-align: center;
}
.application_guide .note {
  margin-left: 13%;
}
.btn-circle-flat {
  display: inline-block;
  text-decoration: none;
  background-color: #d1d1d1;
  color: #FFF;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  font-weight: 300;
}
.btn-circle-flat span {
  font-size: 3.5em;
  vertical-align: middle;
  font-weight: 400;
}
.application_guide_inner {
  padding: 20px;
}
.application_guide_inner ol {
  list-style: none;
  line-height: 150%;
}
.application_guide_inner ol li {
  line-height: 250%;
  margin-bottom: 0px !important;
  padding: 0px 0px 0px 0px !important;
  font-size: 1rem;
  font-weight: 400;
}
.application_guide_title {
  display: flex;
  vertical-align: middle;
}
.application_guide_title p {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 150%;
  padding-left: 30px;
  margin-top: 2%;
}
.application_guide_title .maker {
  font-size: 0.8em;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #eae4a4 60%);
}
.maker_green {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #64ed64 60%);
}
.bg_pu {
  background-color: #6d335e;
  font-size: 1.4em;
  padding: 2%;
  color: #f4f4f4;
}
.bg_gr {
  background-color: #d1d1d1;
  padding: 2%;
  margin: 2% 2%;
}
.bg_bl {
  background-color: #555555;
  padding: 2%;
  margin: 2% 2%;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}
.bg_middle_bl {
  background: #147ddb;
}
.bg_light_bl {
  background: #b5d0e5;
}
.bg_middle_pk {
  background: #ed5db0;
}
.bg_light_pk {
  background: #efcee3;
}
.bg_gr .title {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 180%;
}
.bg_border_red {
  border: 3px solid #d8254c;
  padding: 2%;
  margin: 2% 2%;
}
.bg_border_red .title {
  color: #d8254c;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 180%;
}
.application_guide table {
  width: 100%;
  border-collapse: collapse;
  color: #555555;
  box-sizing: border-box;
}
.application_guide th, td {
  padding: 10px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
}
.application_guide th {
  background: #fff;
  border: 1px solid #ddd;
}
.application_title2_wrap {
  margin-left: 8%;
}
.application_title2_wrap p {
  font-weight: 600;
  color: #6d335e;
  margin-top: 10px;
}
.application_title2 {
  position: relative;
  background: #F7AED0;
  padding: 3px 8px 3px 25px;
  font-size: 20px;
  color: #6d335e;
  border-radius: 0 50px 50px 0;
  display: inline-block;
  font-weight: 500;
}
.application_title2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f128";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #E664BA;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}
.text_col {
  display: inline-block;
}
/*本人確認アプリガイド*/
.identification_app_img01 {
  width: 200px;
  padding: 0% 1%;
}
.identification_app_img02 {
  width: 160px;
  padding: 0% 1%;
  margin: auto;
  text-align: center;
}
.identification_app_wrap {
  text-align: center;
  margin: 0 auto;
}
#slider3 {
  list-style: none;
}
#slider3 .sp-image {
  width: 200px !important;
  height: auto;
}
#slider4 {
  list-style: none;
}
#slider4 .sp-image {
  width: 200px !important;
  height: auto;
}
/*本人確認アプリガイド*/
/*申込み画面操作方法*/
/*ヘルプ・お問合せ*/
.accbox .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}
.accbox .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}
.accbox .no-select, .help_ti {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  color: #555555;
  margin-bottom: -20px;
}
/*申込みガイド/本人確認ガイド*/
.application_guide .help_ti {
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
}
.btn-gradient-3d {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  background-color: #555555;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  margin: 0 auto;
}
.btn-gradient-3d:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
/*申込みガイド/本人確認ガイド*/
.accbox p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 0.8rem;
  line-height: 20px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 1400px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 10px;
  z-index: 2;
}
/*申込みガイド/本人確認ガイド*/
.accbox .accbox_contents {
  color: rgba(48, 69, 92, 0.8);
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  height: outo;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 10px;
  z-index: 2;
}
.accbox .accbox_contents p {
  font-size: 1rem;
}
/*申込みガイド/本人確認ガイド*/
.accbox ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
  text-align: left;
}
.accbox ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding: 8px 20px 8px 20px;
  border-top: 1px dotted #ff8d00;
}
/*申込みガイド/本人確認ガイド*/
.application_guide .accbox ul li {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 20px 20px;
  border-top: none;
}
.application_guide .accbox ul li i:before {
  display: none;
}
.application_guide ul li i:after {
  display: none;
}
/*申込みガイド/本人確認ガイド*/
.accbox ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accbox ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accbox ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.accbox ul li:nth-of-type(4) {
  animation-delay: 1.25s;
}
.accbox ul li:nth-of-type(5) {
  animation-delay: 1.5s;
}
.accbox ul li:last-of-type {
  padding-bottom: 0;
}
.accbox ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 5px;
  right: 0;
}
.accbox ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff8300!important;
  width: 3px;
  height: 9px;
}
/*申込みガイド/本人確認ガイド*/
.application_guide .accbox ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 9px;
}
/*申込みガイド/本人確認ガイド*/
.accbox ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accbox ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.accbox ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accbox ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
/*申込みガイド/本人確認ガイド*/
.accbox ul li input[type=checkbox]:checked ~ .accbox_contents {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
/*申込みガイド/本人確認ガイド*/
.accbox ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accbox ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.help .button1 {
  width: 95%;
  font-size: 1.2rem;
}
/*ヘルプ・お問合せ*/
.flash_01 {
  display: inline-block;
  background-color: #ea6262;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  -moz-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*メインビジュアル直下追加スタイル（テロップ）*/
.telop_btn {
  position: relative;
  width: 100%;
  max-width: 150px;
  padding: 5px 7px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: none;
  font-size: 1.4rem;
}
.telop_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #0ddc13;
  z-index: -1;
  transform: skew(-10deg);
}
.telop {
  margin: 0 auto 40px;
  padding: 10px 0px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
}
.telop p {
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrolltelop 20s linear infinite;
  color: #0ddc13;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
}
@keyframes scrolltelop {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}
/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 978px
*****************************************************************************************************************************************************************/
@media screen and (max-width: 978px) {
  /* デバイス別表示非表示 max-width: 978px */
  .pc, .tab, .tab600, .sp {
    display: none;
  }
  .minipc {
    display: block;
  }
  .xlarge5 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0em;
  }
  .top-banner {
    font-size: 1.6em;
  }
  /* メインエリア内のボタン max-width: 978px */
  .mainwrap_buttonwrapper {
    left: 18%;
    top: 67%;
    width: 35%;
  }
  .mainwrap_btn {
    font-size: 1.2em;
    height: 55px;
  }
  .arrow::after {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 0.6em;
    top: 50%;
    margin-top: 0em;
  }
  /* メインエリア内の空欄 max-width: 978px */
  .mainarea_blank {
    clear: both;
    height: 70px;
  }
  /* 各コンテンツエリア背景画像 max-width: 978px */
  .bg_image2, .bg_image3, .bg_image4, .bg_image5, .bg_image6, .bg_image7 {
    padding: 80px 0 20px 0;
  }
  /* アンカーリンクの空欄 max-width: 768px */
  .anchor_blank {
    clear: both;
    height: 30px;
  }
  /* ブロック basic-type max-width: 978px */
  table.table01 thead th {
    font-size: 1.6em;
  }
  table.table01 tbody th {
    padding: 37px 15px;
    font-size: 1.6em;
  }
  table.table01 tbody td .xlarge {
    font-size: 6em;
  }
  table.table01 tbody td .xxlarge {
    font-size: 8em;
  }
  table.table01 tbody td p {
    font-size: 0.85em;
  }
  /* ブロック type02 max-width: 978px */
  .block_type02 h3 {
    font-size: 1.2em;
  }
  .xlarge {
    font-size: 3.2em;
  }
  /*ブロック　type 03 max-width: 978px*/
  .block_type03 h3 {
    font-size: 1.2em;
  }
  .block_type03 table th {
    width: 30%;
    font-size: 0.6em;
  }
  .block_type03 table td {
    width: 20%;
    font-size: 0.6em;
  }
  .box6 {
    width: 95%;
    height: auto;
    overflow: hidden;
  }
  .item-image {
    width: 18%;
    padding: 15% 3%;
  }
  .item-text {
    padding-top: 2%;
  }
  .item-text span {
    font-size: 1.5em;
    padding: 0px;
  }
  .item-text p {
    font-size: 1em;
    padding: 0px;
  }
  .img01 {
    width: 60%;
    margin-left: 70px;
  }
  .img02 {
    width: 100%;
  }
  .block_type04 h2 em {
    font-size: 0.9em;
  }
  /*番号移転ページ*/
  .q_title2 .q_title {
    margin-left: -10%;
  }
  /*番号移転ページ*/
  /*導入事例の表示*/
  .case_pc {
    display: block;
  }
  .case_sp {
    display: none;
  }
  /*導入事例の表示*/
  /*導入事例スライダー追加スタイル*/
  .slider_img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-top: 5%;
  }
  .slide_wrap {
    height: 240px;
  }
  .slide_text_box {
    margin-top: 0%;
  }
  .slide_text_box span {
    font-weight: 500;
    font-size: 1em;
    color: #7E7A7A;
  }
  .slide_text_box .txt1 {
    font-size: 1.2em;
    font-weight: 600;
  }
  .ribbon {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 7px 18px;
    margin: 0 0 0 -70px;
    width: calc(100% + -155px);
    font-size: 0.9rem;
    font-weight: 500;
    color: white;
    background: #555555;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #3a4a51;
  }
  /*導入事例スライダー追.ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 7px 18px;
  margin: 0 0 0 -70px;
  width: calc(100% + -155px);
  font-size: 0.9rem;
    font-weight: 500;
  color: white;
  background: #555555;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #3a4a51;
}

/*導入事例スライダー追

/*導入事例スライダー追加スタイル*/
  .top_news_btn_area {
    display: flex;
    font-weight: 600;
    color: #555555;
    font-size: 0.9em;
    margin-left: 55%;
  }
  /*申込み画面操作方法*/
  .application_guide p {
    font-size: 1rem;
    line-height: 150%;
    text-align: left;
  }
  .application_guide .large {
    font-size: 1.1rem;
    line-height: 150%;
    text-align: left;
  }
  .application_guide .note {
    margin-left: 18%;
  }
  .pagewrap_wrap {
    border: 3px solid #555555;
    padding: 2% 2%;
    margin: 5% auto;
  }
  .btn-circle-flat {
    color: #FFF;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    font-weight: 300;
    margin-right: 2%;
  }
  .btn-circle-flat span {
    font-size: 2em;
    vertical-align: middle;
    font-weight: 400;
  }
  .application_guide_title p {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 150%;
    padding-left: 30px;
    margin-top: 2%;
  }
  .application_guide_title .maker {
    font-size: 0.8em;
    font-weight: 600;
    background: linear-gradient(transparent 60%, #eae4a4 60%);
  }
  .application_guide h2 {
    font-size: 1.3rem;
    text-align: center
  }
  .bg_pu {
    background-color: #6d335e;
    font-size: 1.1em;
    padding: 2%;
    color: #f4f4f4;
  }
  .bg_gr {
    background-color: #d1d1d1;
    padding: 2%;
    margin: 2% 2%;
  }
  .bg_bl {
    background-color: #555555;
    padding: 2%;
    margin: 2% 2%;
    text-align: left;
    font-size: 1em;
    color: #fff;
  }
  .bg_gr .title {
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    line-height: 180%;
  }
  .bg_gr .title a {
    font-size: 0.6em;
  }
  .bg_border_red {
    border: 3px solid #d8254c;
    padding: 2%;
    margin: 2% 2%;
  }
  .bg_border_red p {
    text-align: left;
    font-size: 0.9em;
  }
  .bg_border_red .title {
    color: #d8254c;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    line-height: 180%;
  }
  .application_title2_wrap {
    margin-left: 8%;
  }
  .application_title2_wrap p {
    font-weight: 600;
    color: #6d335e;
    margin-top: 10px;
  }
  .application_title2 {
    font-size: 1em;
  }
  /*申込み画面操作方法*/
  /*ヘルプ・お問合せ*/
  .help .button1 {
    width: 95%;
    font-size: 95%;
  }
  /*ヘルプ・お問合せ*/
}
/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 768px
*****************************************************************************************************************************************************************/
@media screen and (max-width: 768px) {
  /* デバイス別表示非表示 max-width: 768px */
  .pc, .minipc, .tab600, .sp {
    display: none;
  }
  .tab {
    display: block;
  }
	
  /* 2カラム max-width: 768px */
  .col_70p > .responsivetable th, .col_70p > .responsivetable td {
    width: 95%;
    display: block;
    border-top: none;
  }
  .col_30p > .responsivetable th, .col_30p > .responsivetable td {
    width: 87%;
    display: block;
    border-top: none;
  }
  /* 5カラム max-width: 768px */
  .grid5 .col {
    width: 22.6%;
  }
  .grid5 .col:nth-of-type(5n+1) {
    margin-left: 3.2%;
    clear: none;
  }
  .grid5 .col:nth-of-type(4n+1) {
    margin-left: 0;
    clear: left;
  }
  /* menu  max-width: 768px */
  .grid4 .col-menu {
    width: 50%;
  }
  .grid4 .col-menu:nth-of-type(2n+1) {
    margin-left: 0;
    clear: none;
  }
  .grid4 .col-menu:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
  /* 4カラム max-width: 768px */
  .grid4 .col {
    width: 48.4%;
  }
  .grid4 .col:nth-of-type(4n+1) {
    margin-left: 3.2%;
    clear: none;
  }
  .grid4 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
  /* 4カラム SPで2列になるデザイン （max-width: 768px）*/
  .grid4_2 .col {
    width: 47.4%;
    margin: 10px;
  }
  .grid4_2 .col:nth-of-type(4n+1) {
    margin-left: 3.2%;
    clear: none;
  }
  .grid4_2 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
  /* 3カラム max-width: 768px */
  .grid3 .col {
    width: 48.4%;
  }
  .grid3 .col:nth-of-type(3n+1) {
    margin-left: 3.2%;
    clear: none;
  }
  .grid3 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
  /* 3カラム margin0 max-width: 768px */
  .grid3_0 .col_0 {
    width: 50%;
  }
  .grid3_0 .col_0:nth-of-type(3n+1) {
    margin-left: 0;
    clear: none;
  }
  .grid3_0 .col_0:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
 
  /* 画面 max-width: 768px */
  img {
    max-width: 100%;
    width /***/ : auto; /* IE8のみ */
    height: auto;
    vertical-align: top;
  }
 
  .lifirst {
    margin-left: 0px;
    border-left: none;
  }
  .top-banner {
    font-size: 1.4em;
    padding: 3%;
  }
  /* メインエリア内のボタン max-width: 768px */
  .mainwrap_buttonwrapper {
    width: 35%;
    top: 66%;
    right: 16%;
    font-size: 1.4em;
  }
  .mainwrap_btn {
    font-size: 0.8em;
    height: 44px;
    line-height: 40px;
    font-weight: 500;
  }
  .mainwrap_btn_2 {
    font-size: 0.6em;
    height: 44px;
    line-height: 40px;
    font-weight: 500;
  }
  /* メインエリア内の空欄 max-width: 768px */
  .mainarea_blank {
    clear: both;
    height: 60px;
  }
  /* インフォメーション ログインエリア */
  .info_login_area {
    text-align: right;
  }
  /* ブロック basic_type max-width: 768px */
  table.table01 thead th {
    font-size: 1.7em;
  }
  table.table01 tbody th {
    padding: 38px 15px;
  }
  table.table01 tbody td p {
    padding: 5px;
  }
  table.table01 tbody td .xlarge {
    font-size: 3.6em;
  }
  /* ブロック type01 max-width: 768px */
  .block_type01 h2 {
    font-size: 1.9em;
    line-height: 1.6em;
  }
  /* ブロック type02 max-width: 768px */
  .block_type02 h3 {
    font-size: 1.3em;
  }
  /*ブロック　type 03 max-width: 768px*/
  .block_type03 h3 {
    font-size: 1em;
    letter-spacing: 1px;
  }
  .block_type03 table th {
    width: 34%;
    padding: 0px;
  }
  .block_type03 table td {
    width: 16%;
    padding: 0px;
  }
  .item-text span {
    font-size: 1.35em;
  }
  .item-text p {
    font-size: 0.9em;
    margin: 0px;
    padding: 0px;
  }
  .img01 {
    width: 65%;
    margin-left: 50px;
  }
  .img02 {
    width: 100%;
  }
  /* 本文関連 max-width: 768px */
  .xlarge {
    font-size: 4em;
  }
  /* 各コンテンツエリア背景画像 max-width: 768px */
  .bg_image1 {
    height: 240px;
  }
  .bg_image2 {
    padding: 120px 0 40px 0;
  }
  .bg_image3 {
    padding: 120px 0 40px 0;
  }
  .bg_image4 {
    padding: 120px 0 40px 0;
  }
  .bg_image5 {
    padding: 120px 0 40px 0;
  }
  .bg_image6 {
    padding: 120px 0 40px 0;
  }
  .bg_image7 {
    padding: 120px 0 40px 0;
  }
  /* パララックス max-width: 768px */
  .pic1 {
    background-image: url('../images/para_bg_image1-2_bigger.jpg');
    background-repeat: no-repeat;
  }
  .pic2 {
    background-image: url('../images/para_bg_image2-2_bigger.jpg');
    background-repeat: no-repeat;
  }
  .pic3 {
    background-image: url('../images/para_bg_image3-2_bigger.jpg');
    background-repeat: no-repeat;
  }
  
  .responsivetable_s td {
    border: none;
  }
  /* =======================================
	注意書き
======================================= */
  .attention_area ul {
    font-size: 0.8rem;
    ;
  }
  /* =======================================
	注意書き
======================================= */
  /*番号移転ページ*/
  .q_title2 .q_title {
    margin-left: -20%;
  }
  /*番号移転ページ*/
  /*導入事例の表示*/
  .case_pc {
    display: block;
  }
  .case_sp {
    display: none;
  }
  /*導入事例の表示*/
  /*導入事例スライダー追加スタイル*/
  .slider_img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-top: 5%;
  }
  .slide_wrap {
    height: 240px;
  }
  .slide_text_box {
    margin-top: 0%;
  }
  .slide_text_box span {
    font-weight: 500;
    font-size: 1em;
    color: #7E7A7A;
  }
  .slide_text_box .txt1 {
    font-size: 1.2em;
    font-weight: 600;
  }
  .ribbon {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 7px 18px;
    margin: 0 0 0 -70px;
    width: calc(100% + -155px);
    font-size: 0.9rem;
    font-weight: 500;
    color: white;
    background: #555555;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #3a4a51;
  }
  /*導入事例スライダー追加スタイル*/
  .top_news_btn_area {
    display: flex;
    font-weight: 600;
    color: #555555;
    font-size: 0.9em;
    margin-left: 0%;
  }
  .top_news_img {
    width: 15%;
    height: auto;
    padding: 5px;
  }
  /*ヘルプ・お問合せ*/
  .help .medium {
    font-size: 1.1rem;
  }
  .help .large {
    font-size: 1.1rem;
  }
  .help p {
    font-size: 0.8rem;
    line-height: 180%;
  }
  .help .ti {
    font-size: 0.9rem;
    line-height: 180%;
  }
  /*ヘルプ・お問合せ*/
  
}
/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 736px
*****************************************************************************************************************************************************************/
@media screen and (max-width: 736px) {
  /* 本文関連 max-width: 736px */
  .xlarge {
    font-size: 3em;
  }
}
/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 640px
*****************************************************************************************************************************************************************/
@media screen and (max-width: 640px) {
  table.table01 thead {
    display: none;
  }
  table.table01 tbody th {
    display: block;
  }
  table.table01 tbody td {
    display: block;
  }
  table.table01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
  table.table01 tbody td p {
    padding-left: 6em;
  }
  .responsivetable07 .head {
    display: none;
  }
  .responsivetable07 .tb01 {
    width: 100%;
  }
  .responsivetable07 td, .responsivetable07 th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .responsivetable07 td {
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align: left;
  }
  .responsivetable07 td:before {
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #555555;
    color: #fff;
    margin-right: 10px;
    float: left;
  }
  .responsivetable07 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}
/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 600px
*****************************************************************************************************************************************************************/
@media screen and (max-width: 600px) {
  /* デバイス別表示非表示 max-width: 600px */
  .pc, .minipc, .tab, .sp {
    display: none;
  }
  .tab600 {
    display: block;
  }
  /* カラム max-width: 600px */
  .col {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important;
  }
  .col_bottom20 {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important;
    margin-bottom: 10px;
  }
  /* 横幅非対称カラム max-width: 600px */
  .col_70p {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important;
  }
  .col_30p {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important;
  }
  /* 3カラム max-width: 600px  */
  .grid3 .col {
    width: 100% !important;
    margin-left: 0px !important;
    clear: none !important;
    margin-bottom: 10px;
    font-size: 1.1em;
  }
  /* 4カラム max-width: 600px  */
  .grid4 .col {
    width: 48.4%;
  }
  .grid4 .col:nth-of-type(2n+1) {
    margin-left: 3.2%;
    clear: none;
  }
  .grid4 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
  /* 4カラム SPで2列になるデザイン （max-width: 600px）*/
  .grid4_2 .col {
    width: 46.4% !important;
    margin: 10px;
  }
  .grid4_2 .col:nth-of-type(4n+1) {
    margin-left: 3.2%;
    clear: none;
  }
  .grid4_2 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
  /* 5カラム max-width: 600px  */
  .grid5 .col {
    width: 48.4%;
  }
  .grid5 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
  /* 画面から画像がはみ出ないようにする */
  img {
    max-width: 100%;
    width /***/ : auto; /* IE8のみ */
    height: auto;
    vertical-align: top;
  }
  /* メインエリア内のボタン max-width: 600px */
  .mainwrap_buttonwrapper {
    width: 39%;
    top: 62%;
    right: 6%;
  }
  .mainwrap_btn {
    font-size: 0.6em;
    height: 34px;
    line-height: 30px;
  }
  .mainwrap_btn_2 {
    font-size: 0.4em;
    height: 34px;
    line-height: 30px;
  }
  .textbox .top_leftbutton img { /*トップページの左ボタン*/
    width: 25vw;
    margin-left: 10vw;
    margin-top: 8vh;
  }
  .top_leftbutton {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .top_leftbutton:hover {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .top_rightbutton img { /*トップページの右ボタン*/
    width: 30vw;
    margin-left: 10vw;
    padding-top: 120vh;
  }
  .top_rightbutton {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .top_rightbutton:hover {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  /* メインエリア内の空欄 max-width: 600px */
  .mainarea_blank {
    clear: both;
    height: 70px;
  }
  /* ブロック type01 max-width: 600px */
  .block_type01 h2 {
    font-size: 1.8em;
    line-height: 1.6em;
  }
  .block_type01 h2 span {
    width: 80%;
  }
  .block_type01 h2 em {
    display: block;
    text-align: center;
  }
  .block_type01 p {
    text-align: left;
  }
  .block_type01 p span {
    display: inline;
  }
  /* ブロック basic_type max-width: 600px */
  .block_basic_type {
    width: 100%;
  }
  table.table01 tbody th {
    background: #0ddc13;
    color: #FFF;
    padding: 0px;
    font-size: 1.5em;
    border: #0ddc13 solid 2px;
    margin: 3px;
  }
  table.table01 tbody td {
    padding: 5px 12px;
    font-size: 1em;
    margin: 3px;
  }
  /*ブロック　type 03 max-width: 600px*/
  .block_type03 table {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .block_type03 table th {
    width: 34%;
    font-size: 1em;
  }
  .block_type03 table td {
    width: 16%;
    font-size: 1em;
  }
  .block_type03 h3 {
    font-size: 1.6em;
  }
  .box6 {
    margin-bottom: 10px;
    border: solid 3px #ff8d00;
    width: 95%;
  }
  .item-image {
    width: 18%;
    padding: 13% 2%;
  }
  .item-text span {
    color: #ff8d00;
    font-size: 2em;
    font-weight: 700;
    text-align: left;
    padding: 4px;
    margin: 6px;
  }
  .item-text p {
    font-size: 1.3em;
  }
  /* ブロックの中央揃い*/
  .block_center {
    text-align: left;
  }
  /* 本文関連 max-width: 600px */
  .xlarge {
    font-size: 3em;
  }
  .xlarge span {
    font-size: 0.5em;
  }
  .large {
    font-size: 1.1em;
  }
  /* テーブル max-width: 600px */
  table {
    width: 100%;
  }
  .responsivetable01 th, .responsivetable01 td {
    width: 100%;
    display: block;
    border-top: none;
    box-sizing: border-box;
  }
  .responsivetable01 tr:first-child th {
    border-top: 1px solid #ddd;
  }
  /* フォーム用テーブル max-width: 600px */
  .formtable th, .formtable td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .formtable tr:first-child th {
    border-top: 1px solid #ddd;
  }
  /* ボタン max-width: 600px */
  .button1 {
    width: 300px;
    height: 60px;
    font-size: 1em;
  }
  /* ボタン幅(100%)*/
  .button2 {
    display: inline-block;
    width: 90%;
    height: 60px;
    font-size: 1.1em;
  }
  /* 注意事項 max-width: 600px */
  .attention_area {
    width: 90%;
  }
 
	
  /* メインビジュアルバナー max-width: 600px */
  .top-banner {
    font-size: 1.1em;
    padding: 3%;
  }
  /*導入事例sp*/
  .case_sp {
    height: 400px;
  }
  .case_sp .txt1 {
    font-size: 1rem;
  }
  .case_sp .case_sp_box .slider_img {
    width: 20%;
    height: 20%;
    margin-top: 2%;
    margin-right: 1%;
  }
  .case_sp .case_sp_box a {
    font-size: 0.9rem;
  }
  .case_sp_text_box span {
    font-size: 0.8rem;
    color: #546b72;
    font-weight: 600;
  }
  /*導入事例sp*/
  /*導入事例の表示*/
  .case_pc {
    display: none;
  }
  .case_sp {
    display: block;
  }
  /*導入事例の表示*/
  /*導入事例スライダー追加スタイル*/
  .top_news_btn_area {
    display: flex;
    font-weight: 600;
    color: #555555;
    font-size: 0.8em;
    margin-left: 10%;
  }
  .top_news_btn_area_button {
    background-color: #555555;
    color: #fff;
    border-radius: 50px;
    padding: 4px 14px;
    font-size: 0.7em;
    margin-left: 20px;
  }
  .top_news_taxt {
    font-size: 0.9em;
  }
  .top_news_img {
    width: 120px;
    padding-top: 20px;
  }
  /*申込み画面操作方法*/
  .application_guide p {
    font-size: 0.8rem;
    line-height: 150%;
    text-align: left;
    font-weight: 600;
  }
  .application_guide ol {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
    list-style: none;
  }
  .application_guide .inner {
    padding: 20px;
    font-size: 1.2rem;
    line-height: 150%;
    font-weight: 600;
  }
  .application_guide .large {
    font-size: 1.1rem;
    line-height: 150%;
    text-align: left;
  }
  .application_guide .note {
    margin: 0%;
  }
  .pagewrap_wrap {
    border: 3px solid #555555;
    padding: 2% 2%;
    margin: 5% auto;
  }
  .btn-circle-flat {
    display: inline-block;
    text-decoration: none;
    background-color: #d1d1d1;
    color: #FFF;
    width: 110px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    font-weight: 300;
  }
  .btn-circle-flat span {
    font-size: 1.8em;
    vertical-align: middle;
    font-weight: 400;
  }
  .application_guide_title p {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 150%;
    padding-left: 30px;
    margin-top: 2%;
  }
  .application_guide_title .maker {
    font-size: 0.8em;
    font-weight: 600;
    background: linear-gradient(transparent 60%, #eae4a4 60%);
  }
  .application_guide h2 {
    font-size: 1.3rem;
    text-align: center
  }
  .bg_pu {
    background-color: #6d335e;
    font-size: 1.1em;
    padding: 2%;
    color: #f4f4f4;
  }
  .bg_gr {
    background-color: #d1d1d1;
    padding: 2%;
    margin: 2% 2%;
  }
  .bg_bl {
    background-color: #555555;
    padding: 2%;
    margin: 2% 2%;
    text-align: left;
    font-size: 1em;
    color: #fff;
  }
  .bg_gr .title {
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    line-height: 180%;
  }
  .bg_gr .title a {
    font-size: 0.6em;
  }
  .bg_border_red {
    border: 3px solid #d8254c;
    padding: 2%;
    margin: 2% 2%;
  }
  .bg_border_red p {
    text-align: left;
    font-size: 0.9em;
  }
  .bg_border_red .title {
    color: #d8254c;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    line-height: 180%;
  }
  /*申込み画面操作方法*/
  /*ヘルプ・お問合せ*/
  .help .button1 {
    width: 100%;
    font-size: 100%;
  }
  /*ヘルプ・お問合せ*/
  /*最新情報テーブル*/
  .news_table {
    width: 100%;
  }
  .news_table th {
    display: block;
    border-right: none;
    border-top: 1px solid #ddd;
  }
  .news_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .news_table tr {
    display: block;
    margin-bottom: .625em;
  }
  .news_table td {
    display: block;
    font-size: .8em;
    text-align: left;
    position: relative;
    padding: .625em 0em .625em 0em;
    border: 1px solid #ddd;
  }
  .news_table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  .news_table td:last-child {
    border-bottom: 0;
    border: 1px solid #ddd;
  }
  .news_table p {
    padding-top: 30px;
  }
  .news_table_ti {
    display: none !important;
  }

}
/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 414px
*****************************************************************************************************************************************************************/
@media screen and (max-width: 414px) {
  /* =======================================
	トップページ
======================================= */
  /* 三角　*/
  .arrow {
    width: 0px;
    border-color: #ff8d00;
    border-style: solid;
    border-width: 25px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    margin: 0 auto;
  }
  .top_price_list p {
    font-size: 1.2em;
    border: 3px solid #ff8d00;
    border-radius: 10px;
    width: 280px;
    margin: 10px auto;
    padding: 10px;
  }
  /* ロゴ max-width: 414px */
  #logo {
    width: 220px;
    margin-top: 17px;
  }
  /* デバイス別表示非表示 max-width: 414px */
  .pc, .minipc, .tab, .tab600 {
    display: none;
  }
  .sp {
    display: block;
  }
  /* 画面から画像がはみ出ないようにする */
  img {
    max-width: 100%;
    width /***/ : auto; /* IE8のみ */
    height: auto;
    vertical-align: top;
  }
  /* インフォメーション ログインエリア max-width: 414px */
  .info_login_area {
    text-align: right;
    padding: 20px 0 10px 0;
  }
  .info_login_area a {
    margin: 20px 10px 0 10px;
  }
  /* メインエリア内のボタン max-width: 414px */
  .mainwrap_buttonwrapper {
    width: 77%;
    top: 65%;
    left: 12%;
    font-size: 1.6em;
  }
  .mainwrap_btn {
    height: 55px;
    line-height: 53px;
    font-size: 0.8em;
    background-color: #0ddc13;
    border: 1px solid #0ddc13;
    margin-bottom: 5px;
  }
  .mainwrap_btn_2 {
    height: 55px;
    line-height: 53px;
    font-size: 0.6em;
    background-color: #ff8300;
    border: 1px solid #ff8300;
    color: #fff;
  }
  .mainwrap_btn:hover {
    color: #0ddc13;
  }
  /* メインエリア内の空欄 max-width: 414px */
  .mainarea_blank {
    clear: both;
    height: 70px;
  }
  /* ボタン max-width: 414px */
  .button1 {
    width: 300px;
    height: 60px;
    font-size: 1em;
  }
  .important_points_wrap {
    padding: 1.5em;
  }
  .important_points_text {
    font-size: 1.3em;
    line-height: 1.5em
  }
  .important_points_text span {
    display: block;
    font-size: 0.8em;
    margin-top: 1em;
  }
  /* ブロック basic_type max-width: 414px */
  .block_basic_type h2 {
    font-size: 1.4em;
    line-height: 1.6em;
  }
  .block_basic_type h3 {
    font-size: 1.15em;
    letter-spacing: 0.05em;
  }
  table.table01 tbody th {
    background: #0ddc13;
    color: #FFF;
    padding: 0px;
    font-size: 1.5em;
    border: #0ddc13 solid 2px;
    margin: 3px;
  }
  table.table01 tbody td {
    padding: 5px 8px;
    font-size: 0.8em;
    margin: 3px;
  }
  /* ブロック type01 max-width: 414px */
  .block_type01 h2 {
    font-size: 1.6em;
  }
  /*ブロック　type 03 max-width: 414px*/
  .block_type03 table th {
    width: 34%;
    font-size: 0.8em;
  }
  .block_type03 table td {
    width: 16%;
    font-size: 0.8em;
  }
  .block_type03 h3 {
    font-size: 1.2em;
  }
  .block_type03 p {
    font-size: 0.85em;
  }
  .block_type04 h2 em {
    font-size: 0.8em;
    letter-spacing: 0;
  }
  .box6 {
    margin: 2px;
    border: solid 2px #ff8d00;
    width: 95%;
  }
  .item-image {
    width: 20%;
    padding: 13% 2%;
  }
  .item-text span {
    color: #ff8d00;
    font-size: 1.45em;
    font-weight: 700;
    text-align: left;
  }
  .item-text p {
    font-size: 1em;
  }
  /* 三角＋長方形 max-width: 414px */
  .arrow_down {
    font-size: 32px;
  }
  /* フォーム用テーブル max-width: 414px */
  .formtable th, .formtable td {
    width: 97%;
    display: block;
    border-top: none;
  }
  /* メインビジュアルバナー max-width: 414px */
  .top-banner {
    font-size: 1.1em;
    padding: 3%;
  }
  /*番号移転ページ*/
  .q_title {
    display: flex;
    margin-left: -11%;
    margin-top: 50px;
    text-align: center;
  }
  .q_title2 {
    display: flex;
    margin-left: 10%;
    margin-top: 50px;
    text-align: center;
  }
  .q_title p {
    color: #c1c1c1;
    opacity: 0.4;
    font-size: 3.5rem !important;
    position: relative;
    z-index: 0;
    left: 40px;
    top: 0px;
    font-family: "Arial Black", Gadget, "sans-serif";
  }
  .q_title strong {
    position: relative;
    z-index: 1;
    font-size: 1.2em;
    letter-spacing: 0.13em;
    line-height: 1.5em;
    text-align: left;
  }
  .q_button {
    background-color: #f56075;
    color: #fff;
    padding: 0px 10px;
    font-family: "Arial Black", Gadget, "sans-serif";
    width: 40px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: -55px;
    margin-left: 30px;
    position: relative;
    z-index: 1;
    font-size: 0.5em;
  }
  .tags {
    background: #0ddc13;
    color: #fff;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 1em 0 1.5em;
    position: relative;
    font-weight: 500;
    margin-right: 400px;
    font-size: 1.2em;
  }
  .tags::before {
    border: 17px solid transparent;
    border-left-color: #0ddc13;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
  }
  .nt_list li {
    font-size: 1.1em;
    padding: 10px 0;
    font-weight: 400;
  }
  .marker_lime {
    background: linear-gradient(transparent 60%, #0ddc13 60%);
  }
  .nt_button {
    color: #fff;
    display: inline-block;
    background-color: #0ddc13;
    font-size: 1.2em;
    border-radius: 10px;
    padding: 12px 26px;
  }
  .nt_title {
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    color: #555555;
  }
  .nt_num {
    font-size: 0.9em;
    background-color: #0ddc13;
    color: #fff;
    border-radius: 50px;
    padding: 1px 9px;
  }
  .q_title2 .q_title {
    margin-left: -25%;
  }
  /*番号移転ページ*/
  /*導入事例sp*/
  .case_sp {
    height: 400px;
  }
  .case_sp .txt1 {
    font-size: 0.85em;
    line-height: 150%;
  }
  .case_sp .case_sp_box .slider_img {
    width: 30%;
    height: 30%;
    margin-top: 7%;
    margin-right: 1%;
  }
  .case_sp .case_sp_box a {
    font-size: 0.9rem;
  }
  .case_sp_text_box span {
    font-size: 0.6rem;
    color: #546b72;
    font-weight: 600;
  }
  /*導入事例sp*/
  /*申込み画面操作方法*/
  .application_guide p {
    font-size: 0.8rem;
    line-height: 150%;
    text-align: left;
  }
  .application_guide .large {
    font-size: 1.1rem;
    line-height: 150%;
    text-align: left;
  }
  .pagewrap_wrap {
    border: 3px solid #555555;
    padding: 2% 2%;
    margin: 5% auto;
  }
  .btn-circle-flat {
    width: 65px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 0.5em;
    background-color: #d1d1d1;
    color: #fff;
    white-space: nowrap;
  }
  .btn-circle-flat_content {
    width: 10%;
    position: relative;
    left: 5px;
  }
  .btn-circle-flat span {
    font-size: 2.8em;
    vertical-align: middle;
    font-weight: 500;
  }
  .application_guide_title {
    display: flex;
    vertical-align: middle;
    margin-bottom: 2%;
  }
  .application_guide .note {
    margin: 0%;
  }
  .application_guide_title p {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 140%;
    padding-left: 0px;
    margin-top: 5%;
    width: 90%;
  }
  .application_guide_title .maker {
    font-size: 0.8em;
    font-weight: 600;
    background: linear-gradient(transparent 60%, #eae4a4 60%);
  }
  .application_guide h2 {
    font-size: 1.3rem;
    text-align: center
  }
  .bg_pu {
    background-color: #6d335e;
    font-size: 1.1em;
    padding: 2%;
    color: #f4f4f4;
  }
  .bg_gr {
    background-color: #d1d1d1;
    padding: 2%;
    margin: 2% 2%;
  }
  .bg_bl {
    background-color: #555555;
    padding: 2%;
    margin: 2% 2%;
    text-align: left;
    font-size: 1em;
    color: #fff;
  }
  .bg_gr .title {
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    line-height: 180%;
  }
  .bg_gr .title a {
    font-size: 0.6em;
  }
  .bg_border_red {
    border: 3px solid #d8254c;
    padding: 2%;
    margin: 2% 2%;
  }
  .bg_border_red p {
    text-align: left;
    font-size: 0.9em;
  }
  .bg_border_red .title {
    color: #d8254c;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    line-height: 180%;
  }
  .application_guide table {
    width: 100%;
    border-collapse: collapse;
    color: #555555;
    box-sizing: border-box;
  }
  .application_guide th, td {
    padding: 10px 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff;
  }
  .application_guide th {
    background: #fff;
    border: 1px solid #ddd;
  }
  .application_title2_wrap {
    margin-left: 8%;
  }
  .application_title2_wrap p {
    font-weight: 600;
    color: #6d335e;
    margin-top: 10px;
  }
  /*申込み画面操作方法*/
}
/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 340px
*****************************************************************************************************************************************************************/
@media screen and (max-width: 340px) {
  /* =======================================
	トップページ
======================================= */
  /* 三角　*/
  .arrow {
    width: 0px;
    border-color: #ff8d00;
    border-style: solid;
    border-width: 25px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    margin: 0 auto;
  }
  .top_price_list {
    text-align: center;
    padding-top: 15px;
  }
  .top_price_list p {
    font-size: 1em;
    border: 3px solid #ff8d00;
    border-radius: 10px;
    width: 240px;
    margin: 10px auto;
    padding: 10px;
  }
  .nenbarai {
    color: #ff8d00;
    font-size: 1.5em;
  }
  /* ボタン max-width: 340px */
  .button1 {
    width: 280px;
    height: 60px;
    font-size: 1em;
  }
  .top-banner {
    color: #F7070B;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.6em;
    text-align: left;
    margin-top: 35px;
  }
}