@charset "utf-8";
/*-------------reset//------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  margin: 0px;
  padding: 0px;
}
li {
  margin: 0px;
  padding: 0px;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
textarea {
  font-size: 100%;
}
img {
  vertical-align: bottom;
  border: none;
}
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
}
/*-------------//reset------------------*/
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /*transform: rotate(.03deg);*/
  font-size: 16px;
  line-height: 2.3;
  color: #222;
  /*color: #010f1e;*/
  font-feature-settings: "palt";
}
a {
}
a:link,
a:visited {
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
h1 {
}
h2 {
  font-size: 217%;
  line-height: 1.4;
  margin-bottom: 1.2em;
  text-align: center;
  font-weight: bolder;
}
h3 {
}
article {
  width: 100%;
  margin-top: 0px;
  z-index: 100;
}
.body-contents-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5em 0;
}
.body-contents-wrapper-header {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
section {
  width: 100%;
  display: block;
}
footer {
  width: 100%;
  margin-top: -20px;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: #69026f;
}
.fooda-contents-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5em 0;
}
.fooda-contents-wrapper p {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 88%;
}
.sp {
  display: none;
}
.tb {
  display: none;
}
/*-- clearfix--*/
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
/* End Hack */
/*--clearfix--*/
/*ボタン用スタイル　*/
.cv {
  font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  display: block;
  width: 748px;
  padding: 35px 0;
  line-height: 1;
  font-size: 225%;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: center;
  color: #69026f;
  background: #fff;
  text-decoration: none;
  text-shadow: none !important;
  margin: 0.5em auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.cv-down {
  font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  display: block;
  width: 471px;
  padding: 35px 0;
  line-height: 1;
  font-size: 200%;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  text-shadow: none !important;
  margin: 0.5em auto;
}
.btn-cv {
  font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  color: #fff !important;
  background-color: #d52929;
  display: block;
  width: 200px;
  padding: 12px 5px;
  font-size: 140%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 5px 0 0 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  vertical-align: middle;
  float: right;
  letter-spacing: -1px;
}
/* -------header//----- */
header {
  text-align: left;
  background: rgba(105, 2, 111, 0.9);
  height: 71px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  padding-top: 0px;
  position: fixed;
  box-sizing: border-box;
  padding: 5px 0 5px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
header .left-wrapper {
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: top;
}
header .right-wrapper {
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: top;
}
header .right-wrapper i {
  margin-right: 0.2em;
  text-shadow: none;
}
/* -------//header----- */
/* -------youtube軽量化----- */
.youtubewrap {
  text-align: center;
  margin: 1.2em 0;
}
.youtube {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 180px;
}
.youtube::before {
  position: absolute;
  content: "クリックして視聴";
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 180px;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}
.youtube:hover::before {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  /* スマートフォン */
  .youtubewrap {
    padding-left: 4%;
    padding-right: 4%;
  }
}
/* -------//youtube軽量化----- */
#main-visual {
  width: 100%;
  height: auto;
  z-index: 100;
  background: rgba(105, 2, 111);
  background: url('/import/tenant_37/company-site.jp/wp-content/uploads/akasakabchifu_mainimage.png')
    center 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*height: 691px;
	line-height: 691px;*/
}
.catch-wrapper {
  text-align: center;
  margin-top: -10px;
  padding: 0 0 116px 0;
}
.catch-wrapper span {
  font-size: 350%;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.story-wrapper {
  width: 100%;
}
.story-block {
  display: inline-block;
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.story-block h3 {
  font-size: 300%;
  line-height: 1.2;
  margin-bottom: 1em;
}
.story-block p {
  /*letter-spacing:1.2px;*/
}
.story-margin {
  padding: 4em;
}
.cv-contents-wrapper {
  background-color: #69026f;
  text-align: center;
  color: #fff;
}
.cv-h2 {
  margin: 3em 0 0.5em 0;
}
.tokutenbar {
  margin: 3em 0 0 0;
}
.product-info {
  background: #102a41;
  width: 100%;
}
.product-info h2 {
  color: #fff;
}
.product-info h3 {
  font-size: 125%;
  padding: 30px 30px 5px 30px;
}
.product-info p {
  font-size: 94%;
  padding: 30px 30px 15px 30px;
  line-height: 1.8;
}
.product-info-left {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  background: #fff;
  height: 400px;
  margin-right: 33px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.product-info-middle {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  background: #fff;
  height: 400px;
  margin-right: 33px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.product-info-right {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  background: #fff;
  height: 400px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.kyocho {
  background-image: linear-gradient(transparent 50%, #ffff00 50%);
  font-weight: bold;
  color: #000000;
  box-sizing: border-box;
  margin: 0 0.4em;
  font-weight: 600;
}
.businesshours {
  font-size: 15px;
  margin-top: -10px;
  color: #eda5b0;
  font-weight: bold;
}
.review-wrapper {
  width: 100%;
  height: auto;
  background: #f2f2f2;
  text-align: center;
}
.review-contents {
  background: #fff;
  text-align: left;
  border-radius: 2px 2px 2px 2px;
  padding: 1.5em 1em;
  margin-bottom: 2em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.review-contents h3 {
  border-bottom: 3px solid #f2f2f2;
}
.review-contents span {
  border-bottom: 3px solid #d52929;
  padding-bottom: 8px;
}
.faq-contents-wrapper {
  border-top: 1px solid #d52929;
  margin-bottom: 4.5em;
}
.faq-contents-wrapper dt {
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px 8px;
  box-sizing: border-box;
  width: 5%;
}
.faq-contents-wrapper dd {
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px 8px;
  box-sizing: border-box;
  border-left: 1px dotted #010f1e;
  width: 95%;
}
.faq-contents-wrapper dt.border-bottom {
  border-bottom: 1px solid #d52929;
  font-weight: bold;
  font-size: 125%;
}
.faq-contents-wrapper dd.border-bottom {
  border-bottom: 1px solid #d52929;
  font-weight: bold;
  font-size: 125%;
}
.faq-contents-wrapper dt {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 20px 8px;
  box-sizing: border-box;
  width: 5%;
}
.faq-contents-akasaka {
  background: #fff;
  text-align: left;
  border-radius: 10px 10px 10px 10px;
  /*padding:1.5em 1em;*/
  margin: 1.5em 0;
  border: 2px solid #c39c4f;
  box-sizing: border-box;
}
.faq-contents-akasaka-title {
  background: #c39c4f;
  color: #fff;
  font-size: 125%;
  font-weight: 700;
  text-align: left;
  border-radius: 7px 7px 0px 0px;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  box-sizing: border-box;
}
.faq-contents-akasaka-title span {
  font-size: 175%;
  font-style: italic;
  vertical-align: middle;
  margin-right: 0.5em;
}
.faq-contents-akasaka-details {
  text-align: left;
  padding: 0 1em;
  margin-bottom: 1em;
  box-sizing: border-box;
}
.faq-contents-akasaka-details span {
  font-size: 175%;
  font-style: italic;
  vertical-align: middle;
  margin-right: 0.5em;
  line-height: 0.5;
}
.price-contents-wrapper dl {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.price-contents-wrapper dt {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: #231815;
  border: 2px solid #231815;
  color: #ffffff;
  width: 49%;
  margin-right: 0.5%;
  margin-bottom: 1%;
  font-size: 200%;
  text-align: center;
}
.price-contents-wrapper dd {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em;
  box-sizing: border-box;
  width: 49%;
  border: 2px solid #231815;
  margin-bottom: 1%;
  margin-left: 0.5%;
  font-size: 200%;
  text-align: center;
}
.contents-wrapper-width {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.douga-wrapper-bg {
  background: #f2f2f2;
}
.douga-wrapper {
}
.douga-wrapper-bg iframe {
  margin-bottom: 2.5em;
}
.douga-wrapper iframe {
  margin-bottom: 2.5em;
}
.douga-title-bg {
  background: #ffff00;
  padding: 0.25em 0.5em;
  font-weight: bolder;
}
.companyprofile-wrapper dt {
  width: 30%;
  display: inline-block;
  border-bottom: 1px solid #010f1e;
  padding: 0.5em 0;
}
.companyprofile-wrapper dd {
  width: 70%;
  display: inline-block;
  border-bottom: 1px solid #010f1e;
  padding: 0.5em 0;
}
.tokuten-wrapper {
  width: 100%;
  border: 7px solid #996c33;
  border-radius: 15px;
  padding: 40px;
  padding-bottom: 20px;
  /*position: relative;*/
  margin-bottom: 20px;
  margin-top: -30px;
  box-sizing: border-box;
}
.bgtitle-aksakabc {
  background-color: #69026f;
  color: #fff;
  text-align: center;
  padding: 1.5em 0px;
  margin: 0 0 0 0;
  height: auto;
  width: 100%;
  border-top: 4px #f4abb0 solid;
}
.sankaku-aksakabc {
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-top: 60px solid #69026f;
  border-bottom: 0px;
  margin: 0 auto;
  /*margin-bottom:-140px;*/
  z-index: 199;
  position: relative;
}
/* -------//contents----- */
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .story-block {
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: top;
  }
  .story-block h3 {
    font-size: 163%;
    line-height: 1.2;
    margin-bottom: 1em;
  }
  .story-block p {
    letter-spacing: 1.2px;
    font-size: 94%;
  }
  .story-margin {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 15px;
    line-height: 2.3;
    color: #222;
    /*color: #010f1e;*/
    font-feature-settings: "palt";
  }
  .body-contents-wrapper,
  .body-contents-wrapper-header,
  .fooda-contents-wrapper,
  .contents-wrapper-width {
    width: 100%;
  }
  .cv-contents-wrapper {
    padding: 0 0.5em 0 0.5em;
  }
  header {
    height: 60px;
    box-sizing: border-box;
    padding: 0.3em 0.5em 0;
  }
  #main-visual {
    width: 100%;
    height: auto;
    z-index: 100;
    /*background:url(https://company-site.jp/wp-content/uploads/inoueb-sp.png)center 0 no-repeat;
		background-size:cover;
		vertical-align:middle;
		height: 630px;
		line-height: 630px;*/
  }
  .catch-wrapper {
    text-align: center;
    padding: 3em 0;
  }
  h1.logo {
    width: 50%;
  }
  h1.logo img {
    width: 200px;
  }
  .btn-cv {
    width: 70%;
    font-size: 100%;
  }
  h2 {
    font-size: 175%;
  }
  .catch-wrapper span {
    font-size: 175%;
    line-height: 1.4;
    letter-spacing: -0.8px;
  }
  .story-block h3 {
    font-size: 175%;
    margin-top: 1em;
  }
  .story-block p {
    letter-spacing: inherit;
    text-align: left;
    padding: 0 1em 3em 1em;
  }
  .story-block {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: top;
  }
  .story-margin {
    padding: inherit;
  }
  .douga-wrapper iframe {
    height: 250px;
  }
  .douga-wrapper-bg iframe {
    height: 250px;
  }
  .douga-wrapper,
  .douga-wrapper-bg {
    padding: 0 1em;
  }
  .product-info {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .product-info-left,
  .product-info-middle {
    margin-right: inherit;
    margin-bottom: 1.5em;
  }
  .review-wrapper {
    box-sizing: border-box;
    padding: 0 1em;
  }
  .price-contents-wrapper {
    padding: 0 1em;
  }
  .price-contents-wrapper dd {
    width: 80%;
    margin-left: 0.5%;
    margin-top: -1%;
    font-size: 138%;
  }
  .price-contents-wrapper dt {
    margin-left: 0.5%;
    margin-right: inherit;
    width: 80%;
    font-size: 138%;
  }
  img.tokutenbar {
    width: 90%;
  }
  .cv {
    width: 80%;
    font-size: 125%;
  }
  .cv-down {
    width: 70%;
    font-size: 125%;
  }
  .tokuten-wrapper {
    width: 100%;
    border: 3px solid #996c33;
    border-radius: 15px;
    padding: 40px;
    padding-bottom: 20px;
    /*position: relative;*/
    margin-bottom: 20px;
    margin-top: -20px;
    box-sizing: border-box;
  }
  .faq-wrapper {
    padding: 0 1em;
  }
  .faq-contents-wrapper {
    border-top: 1px solid #d52929;
    margin-bottom: 4.5em;
  }
  .faq-contents-wrapper dt.border-bottom {
    border-bottom: 1px solid #d52929;
    font-weight: bold;
    font-size: 100%;
  }
  .faq-contents-wrapper dd.border-bottom {
    border-bottom: 1px solid #d52929;
    font-weight: bold;
    font-size: 100%;
  }
  .faq-contents-wrapper dt {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    padding-bottom: 1em;
    box-sizing: border-box;
    width: 10%;
  }
  .faq-contents-wrapper dd {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 1em;
    box-sizing: border-box;
    border-left: 1px dotted #010f1e;
    width: 90%;
  }
  .companyprofile-wrapper {
    padding: 0 1em;
  }
  .product-info-left {
    display: block;
    width: 300px;
    vertical-align: top;
    background: #fff;
    height: 500px;
    margin-right: 33px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
  }
  .product-info-middle {
    display: block;
    width: 300px;
    vertical-align: top;
    background: #fff;
    height: 500px;
    margin-right: 33px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
  }
  .product-info-right {
    display: block;
    width: 300px;
    vertical-align: top;
    background: #fff;
    height: 500px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 550px) and (max-width: 999px) {
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  .tb {
    display: inherit;
  }
  #main-visual {
    width: 100%;
    height: auto;
    z-index: 100;
    /*background:url(https://company-site.jp/wp-content/uploads/inouemainimagebag.png)center 0 no-repeat;
		background-size:cover;
		vertical-align:middle;
		height: 577px;
		line-height: 577px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #main-visual img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}
@media screen and (max-width: 360px) {
  #main-visual {
    width: 100%;
    height: auto;
    z-index: 100;
    /*background:url(https://company-site.jp/wp-content/uploads/inoueb-sp.png)center 0 no-repeat;
		background-size:auto;
		background-color:#1a1412;*/
    vertical-align: middle;
    height: 520px;
  }
  .catch-wrapper {
    text-align: center;
    padding: 3em 0;
  }
  h1.logo {
    width: 50%;
  }
  h1.logo img {
    width: 150px;
  }
  .btn-cv {
    width: 70%;
    font-size: 88%;
  }
}
@media screen and (min-width: 400px) and (max-width: 549px) {
  #main-visual {
    width: 100%;
    height: auto;
    z-index: 100;
    /*background:url(https://company-site.jp/wp-content/uploads/inoueb-sp.png)center 0 no-repeat;
		background-size:auto;
		height: 520px;
		background-color:#1a1412;*/
    vertical-align: middle;
  }
}
@media screen and (-ms-high-contrast: none) {
  body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    line-height: 2.2;
    color: #222;
    font-feature-settings: "palt";
    letter-spacing: -1.5px;
  }
  h2 {
    font-size: 217%;
    line-height: 1.4;
    margin-bottom: 1.2em;
    text-align: center;
    font-weight: bolder;
    letter-spacing: -1px;
  }
  /*
	.story-margin{
		padding:0em;
	}
	.story-block h3{
	font-size: 280%;
	line-height:1.2;
	margin-bottom:1em;
	margin-top:1em;
	letter-spacing:-1.5px;
	}
	.story-block p{
		font-size: 94%;
	}*/
  .review-contents span {
    border-bottom: 3px solid #d52929;
    padding-bottom: 5px;
  }
}
/*--------------------------------------------------------------------------
◆右固定メニュー
--------------------------------------------------------------------------*/
.right-floating-btn {
  position: fixed;
  right: 15px;
  bottom: 80px;
}
@media screen and (max-width: 768px) {
  .right-floating-btn {
    display: none;
  }
}
/*--------------------------------------------------------------------------
◆空き家協会
--------------------------------------------------------------------------*/
div.akiya img {
  margin: 1.6rem auto;
  display: block;
}
p.akiya-note {
  font-size: 22px;
  font-weight: bold;
  color: red;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  p.akiya-note {
    font-size: 20px;
  }
}

/*------------------------------------------------------------------------
◆クレカアイコン
------------------------------------------------------------------------*/
.flow-content_creditcard-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
  padding: 50px 0px 50px;
  text-align: center;
}
img.flow-content_creditcard-cashless,
p.flow-content_creditcard-note {
  margin-bottom: 3rem;
}

div.flow-content_creditcard-tbl {
  text-align: center;
}

div.flow-content_creditcard-tbl p.flow-content_creditcard-tbl_note {
  color: #000;
}

div.flow-content_creditcard-tbl div.flow-content_creditcard-tbl_icon {
  display: inline-block;
  padding: 4px;
}
#guest-wrap
  div.flow-content_creditcard-tbl
  div.flow-content_creditcard-tbl_icon
  img {
  border: none;
  height: 40px;
}

div.flow-content_creditcard-tbl div.flow-content_creditcard-tbl_icon img.visa {
  height: 20px !important;
  margin-bottom: 10px;
}

div.flow-content_creditcard-tbl p:nth-child(1) {
  background: #ccc;
  padding: 3px;
  margin-left: -1px;
  font-weight: 600;
  margin-top: -1px;
  margin-right: -1px;
}

div.flow-content_creditcard-tbl {
  text-align: center;
  width: 40%;
  margin: 0 auto 30px auto;
  border: 2px solid #ccc;
  background: #fff;
}
.flow-content_creditcard-tbl_icon img {
  width: 200px;
}
.flow-content_creditcard-wrap div.flow-content_creditcard-tbl {
  margin: 0 auto auto;
}
.ikawa-content.content-flow span {
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  width: auto;
  text-align: left;
}
/* レスポンシブ スマホ480px以下 */
@media screen and (max-width: 480px) {
  .flow-content_creditcard-wrap {
    padding: 20px 10px 20px;
    box-sizing: border-box;
  }
  div.flow-content_creditcard-tbl {
    margin: 0 auto 10px;
  }

  #guest-wrap
    div.flow-content_creditcard-tbl
    div.flow-content_creditcard-tbl_icon
    img {
    display: inline-block;
  }

  div.flow-content_creditcard-tbl {
    width: 90%;
  }
}
