body.max2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  background: url(https://total-mrs.com/uploads/UploadFiles/3e650b4e-6563-450d-8f0a-38a262fdbded/file/test02.jpg)
    center center / cover no-repeat fixed;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body.max {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  background: url(https://total-mrs.com/uploads/UploadFiles/3e650b4e-6563-450d-8f0a-38a262fdbded/file/test02.jpg)
    center center / cover no-repeat fixed;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

/* ----------------------------------------------------------------------
 bootstrap row
---------------------------------------------------------------------- */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-0 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.container-0 > div {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* ----------------------------------------------------------------------
 font-color
---------------------------------------------------------------------- */
.text-grey {
  color: #732923;
}

.text-red {
  color: #ff0000;
}

/* ----------------------------------------------------------------------
 margin-padding
---------------------------------------------------------------------- */
.marpad-0 {
  margin: 0px;
  padding: 0px;
}

.mar-bot0 {
  margin-bottom: 0px;
}
/* ----------------------------------------------------------------------
 navber
---------------------------------------------------------------------- */
.xs-nav {
  height: 35px;
  margin: 0px;
  padding: 0px;
}

.xs-nav-font {
  font-weight: bold;
  color: #732923;
  font-size: 14px;
  padding-top: 6px;
  text-align: right;
  vertical-align: middle;
}

.xs-logo {
  margin: 0px;
  padding: 2px 1px 0px 2px;
}

/* ----------------------------------------------------------------------
 見出し
---------------------------------------------------------------------- */
h1.top {
  margin: 0px;
}

h2.top {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin: 0px;
  padding: 15px 10px;
  font-family:
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,
    'ＭＳ Ｐゴシック', sans-serif;
}

.topbk {
  background-color: #d6707e;
}

/* ----------------------------------------------------------------------
 TOP page
---------------------------------------------------------------------- */
.xs-imgmax {
  width: 100%;
}

.xs-enter {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #dd2146 0%, #dc143c);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dd2146),
    to(#dc143c)
  );
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 2px #555;
}

.pc-enter {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #dd2146 0%, #dc143c);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dd2146),
    to(#dc143c)
  );
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 2px #555;
}

.pc-login {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #20b2aa 0%, #008080);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#20b2aa),
    to(#008080)
  );
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 2px #555;
}

.xs-top a {
  color: #ffffff;
  text-decoration: none;
}

.xs-top {
  color: #ffffff;
  background-color: #dc143c;
  border: 1px solid #bd0707;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.xs-enter a {
  color: #ffffff;
  text-decoration: none;
}

.xs-faq {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  padding-right: 3px;
}

.xs-faq-q {
  background-color: #f6f5f5;
  height: 55px;
}

.xs-faq-q p {
  padding-top: 7px;
}

.xs-faq-a {
  height: 55px;
  border-bottom: 1px dotted #5f5d5d;
}

.xs-faq-a p {
  padding-top: 7px;
}

.xs-review-row {
  border-bottom: 1px dotted #cecece;
  height: 100px;
}

.xs-review-img {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 2px;
}

.xs-review {
  padding: 10px 5px;
}

.xs-footer {
  background-color: #ffffff;
  color: #d6707e;
  text-align: center;
  padding: 10px 10px;
  border-collapse: collapse;
  margin: 0px;
}

.xs-footer a {
  color: #d6707e;
}

.sm-topbg {
  background-color: #cecece;
}

.sm-topimg {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0px;
}

.sm-topimg2 {
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0px;
}

.sm-login {
  background-color: #008000;
  color: #ffffff;
  text-align: center;
  margin: 0px;
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  font-family:
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,
    'ＭＳ Ｐゴシック', sans-serif;
}

.sm-enter {
  background-color: #ff0000;
  color: #ffffff;
  text-align: center;
  margin: 0px;
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  font-family:
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,
    'ＭＳ Ｐゴシック', sans-serif;
}

.sm-toptxt {
  background-color: #666666;
  color: #ffffff;
  margin: 0px;
  padding: 15px;
  text-align: center;
}

.sm-faq {
  background-color: #eeeeee;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 10px;
  height: 55px;
}

.sm-faq1 {
  background-color: #eeeeee;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 10px;
  height: 55px;
}

.sm-faq-q {
  background-color: #eeeeee;
  font-size: 12px;
  margin: 0px;
  padding: 10px;
  border-right: 1px solid #bebebe;
  border-collapse: collapse;
  height: 55px;
}

.sm-fa {
  background-color: #ffffff;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 10px;
  height: 55px;
  border-bottom: 1px solid #bebebe;
  border-collapse: collapse;
}

.sm-fa1 {
  background-color: #ffffff;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 10px;
  height: 55px;
  border-bottom: 1px solid #bebebe;
  border-collapse: collapse;
}

.sm-fa-q {
  background-color: #ffffff;
  font-size: 12px;
  margin: 0px;
  padding: 10px;
  border-right: 1px solid #bebebe;
  border-collapse: collapse;
  height: 55px;
  border-bottom: 1px solid #bebebe;
  border-collapse: collapse;
}

.sm-rev {
  border-bottom: 1px solid #bebebe;
  margin: 0px;
  padding: 0px;
}

.sm-revimg {
  margin: 5px 0px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.sm-revtxt {
  margin: 0px;
  padding: 15px;
}

.sm-serimg {
  width: 100%;
}

.sample {
  background-color: #fff;
}
.sample:hover {
  background-color: #fae2f9;
}

.sample2 {
  background-color: #fff;
}
.sample2:hover {
  background-color: #dbe8e4;
}

.sp-text {
  padding: 10px 0px 10px 5px;
}

.sp-phot {
  padding: 20px 0px 10px 0px;
}

/* ----------------------------------------------------------------------
 コンテンツ
---------------------------------------------------------------------- */
.border {
  border-bottom: dotted 1px #db7093;
}

.border2 {
  border-bottom: dotted 1px #00a198;
}

.spborder {
  border-bottom: dotted 1px #db7093;
  padding: 10px;
}

.spborder2 {
  border-bottom: dotted 1px #00a198;
  padding: 10px;
}

.pad20 {
  padding: 20px;
}

.pad {
  padding: 10px 10px 10px 10px;
}

.con_text {
  padding: 10px 0px 50px 5px;
  font-size: 16px;
}

.con_top {
  margin-top: 20px;
  background-color: #fff;
}

.center {
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.con_fbox {
  border: solid 1px #5f9ea0;
}

.con_fbox2 {
  border: solid 1px #ffc0cb;
}

.con_title {
  padding: 0px 10px 0px 20px;
  color: #fff;
  font-weight: bold;
  background-color: #ce6d81;
}

.con_title2 {
  padding: 0px 10px 0px 5px;
  color: #fff;
  font-weight: bold;
  background-color: #ce6d81;
}

/*============================================= */
/* コンテンツページ目次
=============================================== */
ol.mokuji {
  counter-reset: list;
  list-style-type: none;
  font:
    14px/1.6 'arial narrow',
    sans-serif;
  padding: 0;
}
ol.mokuji li {
  position: relative;
  line-height: 30px;
  margin: 7px 0 10px 0px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  border-radius: 5px;
  border-bottom: dotted 1px #f6a38b;
}

ol.mokuji li:before {
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #f6a38b;
  top: 50%;
}
ol.mokuji li:hover {
  background: #f4d7dc;
  color: #fff;
}
ol.mokuji li:hover:before {
  background: #fff;
  color: #f6a38b;
}

ol.mokuji li a {
  text-decoration: none;
  color: #732a23;
}

.mokuji-title {
  background-color: #f6a38b;
  padding: 5px 10px;
  font-weight: bold;
  color: #732a23;
  font-size: 16px;
}

/*============================================= */
/* コンテンツタイトル部分
=============================================== */
.c-copy {
  color: #732a23;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  border-top: solid 2px #f6a38b;
  border-bottom: solid 2px #f6a38b;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
}

/*============================================= */
/* 登録証
=============================================== */

.teasta-word {
  font-size: 30px;
  font-weight: bold;
  color: #732a23;
}

.teasta-title {
  padding: 5px;
  font-weight: bold;
  margin: 10px;
  font-size: 14px;
  color: #732a23;
}

.cer-box {
  margin-bottom: 10px;
  border: 1px solid #f4d7dc;
  text-align: center;
  padding: 30px;
  background-color: #f4d7dc;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
}

.waku-inline01 {
  padding: 10px;
  border-bottom: 1px solid #c7bea2;
}

.dotted-inline {
  padding: 10px;
  border-bottom: 1px dotted #c7bea2;
}

.waku-inline02 {
  padding: 30px;
  /* border-bottom: 1px solid #c7bea2c; */
}

.font-12 {
  padding: 10px;
  font-size: 12px;
  color: #732a23;
}

.font-B13 {
  font-size: 13px;
  font-weight: bold;
  color: #732a23;
}

.font-B132 {
  font-size: 13px;
  font-weight: bold;
  color: #c7bea2;
}

.font-B14 {
  font-size: 14px;
  padding: 5px 15px;
  color: #732a23;
}

.font-B142 {
  font-size: 14px;
  color: #732a23;
  font-weight: bold;
}

.font-B {
  font-weight: bold;
  padding: 5px 0px;
  color: #732a23;
}

.font-blue16 {
  padding: 5px 15px;
  font-size: 16px;
}

.pad-10 {
  padding: 10px;
}

.pad-20 {
  padding: 20px;
}

.pad-30 {
  padding: 0px 40px 0px 40px;
}

.pad-top-40 {
  padding-top: 20px;
}

.box11 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box11 p {
  margin: 0;
  padding: 0;
}

.demo {
  width: 250px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #732a23;
}

.heading {
  margin: 10px 0;
}

.demo13 .heading {
  padding: 8px 10px;
  border: 2px #c7bea2;
  border-style: double none;
}
/*============================================= */
/*エラー
=============================================== */
.ERROR13 .heading {
  padding: 8px 10px;
  border: 2px #732a23;
  border-style: double none;
}

.ERROR {
  width: 250px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #732a23;
}

.ERROR_F {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
}

.back {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 30px 30px;
  box-shadow: 2px 2px 10px -1px #b796a0;
  text-align: center;
}

.TOP-B {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #605f5f 0%, #383838);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#605f5f),
    to(#383838)
  );
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 2px #555;
  font-weight: bold;
}

.TOP-B2 {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #20b2aa 0%, #008080);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#20b2aa),
    to(#008080)
  );
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 2px #555;
}

/*============================================= */
/* 利用規約タイトル
=============================================== */
.term-top {
  padding-top: 20px;
}

.term-title {
  color: #696969;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 30px 30px 5px 30px;
}

.term-copy {
  padding: 0px 30px 0px 30px;
}

.term-space {
  padding: 0px 30px 0px 30px;
}

.line {
  font-size: 14px;
  color: #696969;
  margin: 20px 0px 5px 0px;
  padding: 5px 8px;
  font-weight: bold;
  border-left: 5px solid #c4c4c4;
}

/*============================================= */
/* 個人情報保護方針
=============================================== */
.cer-box2 {
  margin-bottom: 10px;
  border: 1px solid #f4d7dc;
  text-align: center;
  padding: 30px;
  background-color: #f4d7dc;
}

.policy-copy {
  padding: 25px 20px 5px 20px;
}

.policy-title {
  color: #732a23;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 30px 0px 5px 0px;
  border-bottom: dotted 1px;
}

.pad {
  padding: 10px 0px 20px 0px;
  color: #732a23;
  text-align: left;
}

/*============================================= */
/* 個人情報入力ページ
=============================================== */
/* 個人情報入力ボタン */
.square-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #f9a9ae;
  width: 120px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  background-image: -webkit-linear-gradient(#fed6e3 0%, #ffaaaa 100%);
  background-image: linear-gradient(#fed6e3 0%, #ffaaaa 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.square-btn:active {
  /*押したとき*/
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px); /*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(#fed6e3 0%, #ffbcbc 100%);
  background-image: linear-gradient(
    #fed6e3 0%,
    #ffbcbc 100%
  ); /*グラデーションを明るく*/
}

.reg-line {
  font-size: 14px;
  color: #696969;
  margin: 40px 0px 5px 10px;
  padding: 5px 8px;
  font-weight: bold;
  border-left: 5px solid #c4c4c4;
}

.reg-line2 {
  border-bottom: dotted 2px #f4d7dc;
}

.reg-line3 {
  border-bottom: dotted 2px #f4d7dc;
  padding-bottom: 5px;
}
/*============================================= */
/* 個人情報入力確認ページ
=============================================== */
table.confi-box {
  margin-right: auto;
  margin-left: auto;
  word-break: break-all;
}

.confi-box td {
  padding: 10px 20px;
  width: 400px;
}

.weight-ltd {
  font-weight: bold;
  margin-right: 30px;
}

.reda {
  color: #ff0000;
}

.confi-weight {
  font-weight: bold;
}

.confi-boxxs {
  margin-right: auto;
  margin-left: auto;
  width: 500px;
}

table.confi-boxxs {
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  word-break: break-all;
}

.confi-boxxs td {
  padding: 10px;
}

.confi-btnsm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.confi-cenbtn {
  text-align: center;
}

.btnpink {
  position: relative;
  display: inline-block;
  padding: 0.8em 4em;
  background: -webkit-linear-gradient(#fe5f95, #ff3f7f);
  background: linear-gradient(#fe5f95, #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.btnpink::after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  content: '';
  border: 2px dashed #fff;
  border-radius: 4px;
}

.btngreen {
  position: relative;
  display: inline-block;
  padding: 0.8em 4em;
  background: -webkit-linear-gradient(#00c198, #00a198);
  background: linear-gradient(#00c198, #00a198);
  border: 1px solid #00a198;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.btngreen::after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  content: '';
  border: 2px dashed #fff;
  border-radius: 4px;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
個人情報入力変更ボタン
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/

.control-label {
  font-weight: bold;
  text-align: left;
}

.help-block {
  text-align: left;
}

/*============================================= */
/* 特商法
=============================================== */
.cer-box3 {
  margin-bottom: 10px;
  border: 1px solid #f4d7dc;
  padding: 30px;
  background-color: #f4d7dc;
}

.law_taitle {
  border-bottom: dotted 1px #c7bea2;
  padding: 10px;
  font-weight: bold;
  color: #732a23;
}

.law_taitle2 {
  border-bottom: dotted 1px #c7bea2;
  padding: 10px;
  color: #732a23;
}

.law_SP_taitle {
  border-bottom: dotted 1px #c7bea2;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #732a23;
  background-color: #d7d3c8;
}

.law_SP_taitle2 {
  border-bottom: dotted 1px #c7bea2;
  padding: 10px;
  color: #732a23;
  text-align: center;
}

/* ----------------------------------------------------------------------
 ログイン
---------------------------------------------------------------------- */
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

/* fontawesome */
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
[class*='fontawesome-']:before {
  font-family: 'FontAwesome', sans-serif;
}

/* Simple Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* body */
body {
  background: #e9e9e9;
  color: #5e5e5e;
  font:
    400 87.5%/1.5em 'Open Sans',
    sans-serif;
}

/* Form Layout */
.form-wrapper {
  background: #fafafa;
  margin: 3em auto;
  padding: 0 1em;
  max-width: 370px;
}

h1 {
  text-align: center;
  padding: 1em 0;
}

form {
  padding: 0 1.5em;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #c0c0c0;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-item input:focus {
  border-bottom: 2px solid #f16272;
  outline: none;
}

.button-panel {
  margin: 2em 0 0;
  width: 100%;
}

.button-panel .button {
  background: #f16272;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.button:hover {
  background: #ee3e52;
}

.form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

.form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  transition: border-color 0.3s;
}

.form-footer a:hover {
  border-bottom: 1px dotted #8c8c8c;
}

/*========================================= */
/* コンテンツとフッターの全体　all
=========================================== */
.all {
  margin-left: auto;
  margin-right: auto;
}

/*PC用　コンテンツを表示させるのに必要*/
.all:after {
  clear: both;
  content: '';
  display: block;
  visibility: hidden;
}

/*PC用　？*/
.all {
  max-width: 100%;
  display: block;
}

/*========================================= */
/* ページの先頭に戻る
=========================================== */
/*ページトップ全体*/
#topback .all {
  display: block;
  height: 35px;
  margin-top: -40px;
  position: relative;
}

/*ページトップリンク部分*/
#topback a {
  background-color: #d6707e;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 26px 0 24px;
  position: absolute;
  left: 15px;
  text-align: center;
  top: 0;
  z-index: 999;
}

/*========================================= */
/* フッター
=========================================== */
/*フッター全体の背景部分*/
#footer {
  background-color: #fff;
  border-top: 5px solid #d6707e;
  position: relative;
  z-index: 888;
}

/*コピーライト・幅*/
#footer .all {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 1000px;
  margin: 0 auto;
}

/*メニューリスト部分*/
#footer .menu {
  float: right;
  margin-bottom: 20px;
  padding-top: 18px;
}
#footer .menu li {
  float: left;
  margin-left: 30px;
}

/*ロゴ画像と文言の幅*/
#footer .logo {
  float: left;
  margin-right: 40px;
  padding-top: 3px;
}

/*ロゴ画像*/
#footer .logo .logo_comme {
  background-image: url(https://total-mrs.com/uploads/UploadFiles/5d21e21d-be5e-49d5-bfe3-6ce1e9ff2b6d/file/canpany_logo.png);
  height: 40px;
  width: 157px;
}

/*ロゴ画像右住所*/
#footer address {
  float: left;
  font-size: 12px;
  font-style: normal;
  padding: 0px 40px;
}
#footer address span {
  display: block;
}

/*コピーライト部分*/
#footer .copyright {
  background-color: #808080;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 40px;
  text-align: left;
}

/*タブレットサイズ用のフッター幅*/
@media (max-width: 1040px) and (min-width: 768px) {
  #footer .all {
    width: 100%;
    padding: 20px;
  }
}

/*
=======================
スマホサイズ用
=======================
*/
@media (max-width: 767px) {
  img {
    max-width: 100%;
  }

  /*========================================= */
  /* .all
  =========================================== */
  .all {
    margin-left: 0px;
    margin-right: 10px;
    width: auto;
  }

  /*========================================= */
  /* 先頭へ戻る
  =========================================== */
  #topback .all {
    height: 25px;
    margin-top: -25px;
  }

  #topback a {
    border-radius: 3px 3px 0 0;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    padding: 2px 21px 24px;
  }

  /*========================================= */
  /* ロゴ画像や文言部分
  =========================================== */
  #footer {
    border-top-width: 4px;
  }

  /*フッター幅*/
  #footer .all {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  /*ロゴ画像右住所*/
  #footer address {
    float: none;
    font-size: 12px;
    font-style: normal;
    padding: 0px 45px;
  }
  #footer address span {
    display: block;
  }

  /*コピーライト部分*/
  #footer .copyright span {
    display: block;
    font-size: 9px;
    font-weight: normal;
  }
}

.f_top_pc li {
  display: inline-block;
  background-color: #fff;
  color: #808080;
  font-size: 10px;
  padding: 0px;
}

.f_top_pc li::before {
  content: '|';
  float: left;
  padding-right: 16px;
  margin-left: 16px;
}

/*========================================= */
/* よくある質問
=========================================== */
.question_space {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}

.question {
  padding: 15px 15px;
  color: #3a3a3a;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
}

.Q {
  color: #2b4c9d;
}

.A {
  font-weight: bold;
  color: #e71a1a;
}

.answer {
  background-color: #fff;
  padding: 15px 15px;
  color: #4e4e4e;
  border-radius: 5px;
  font-size: 12px;
}

/*========================================= */
/* 解約済みページ
=========================================== */
/*あるある話へのリンク*/

.taikai-link {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: #732a23;
}

/*========================================= */
/* パスワード再設定ページ
=========================================== */
/*あるある話へのリンク*/

.P-text {
  font-weight: bold;
  color: #d6707e;
  padding-bottom: 20px;
}

.P-title {
  box-shadow: 2px 2px 10px -1px #b796a0;
  padding: 30px 0px 60px 10px;
  text-align: center;
}

/*========================================= */
/* 決済ページ
=========================================== */
/*あるある話へのリンク*/

/* Form Layout */
.form-wrapper2 {
  background: #fafafa;
  margin: 1em auto;
  padding: 0em;
  max-width: 470px;
}

.servicename {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0px;
}

/* 枠線 */
.box26 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}

.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 15px;
  background: #fff;
  color: #95ccff;
  font-weight: bold;
}

.box26 p {
  margin: 0;
  padding: 0;
}

/* 枠内線 */
.Order_content_line {
  padding: 5px;
  border-bottom: 1px solid #d3d3d3;
}

/* 注文を確定のボタン */
.charge_go {
  padding: 13px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  text-align: center;
  background: transparent linear-gradient(to bottom, #77e8f7, #2abed0) repeat
    scroll 0% 0%;
  font-weight: bold;
}

.charge_go div {
  color: #353535;
  position: relative;
}

.charge_go div::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #353535;
  border-right: 2px solid #353535;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* 白い背景色枠の部分 */
.charge-group {
  border-radius: 7px;
  /* background-image: url(https://total-mrs.com/uploads/UploadFiles/3e650b4e-6563-450d-8f0a-38a262fdbded/file/test02.jpg); */
  border: 2px solid #e4e4e4;
  padding: 0px 20px;
  margin-right: auto;
  margin-left: auto;
}

/* 左の項目文言 */
.charge-left-word {
  float: left;
  width: 40%;
  margin-bottom: 5px;
}

/* 右の決済日金額など */
.charge-right-word {
  float: right;
  width: 60%;
  text-align: right;
  font-weight: bold;
}

/* 注文内容確認タイトル */
.pay-title {
  padding: 20px 20px 30px 20px;
}

/* 注文内容詳細コメント */
.pay-pad {
  font-size: 12px;
  padding-bottom: 30px;
}

/* ソフトバンク決済ボタン */
.sbk-enter {
  margin: 50px 0px;
}

.sbk-enter-sm {
  margin: 50px 0px;
}

/* 確定目にのコメント部分 */
.pay-Confirm {
  font-weight: bold;
  font-size: 12px;
  padding-top: 50px;
  text-align: left;
  border-bottom: dotted 1px;
}

.pay-f12 {
  font-size: 12px;
  text-align: left;
  padding-top: 5px;
}

/*========================================= */
/* 決済ページ
=========================================== */
/* 確定目にのコメント部分 */
.password-Confirm {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-bottom: dotted 1px;
  color: #fff;
  background-color: red;
}

.password-f12 {
  font-size: 12px;
  text-align: center;
  padding-top: 5px;
  color: #732a23;
  font-weight: bold;
  line-height: 30px;
}

/*========================================= */
/* パスワードを忘れた方へ
=========================================== */
/* ドメイン指定の説明箇所 */
.password-f12-02 {
  font-size: 12px;
  text-align: left;
  padding-top: 5px;
  color: #732a23;
  font-weight: bold;
  line-height: 22px;
}

.button3 {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}

/*========================================= */
/* メール送信後ページ
=========================================== */
/* ドメイン指定の説明箇所 */
.password-f12-03 {
  font-size: 12px;
  text-align: left;
  padding-top: 5px;
  color: #732a23;
  line-height: 22px;
}

/*========================================= */
/* 解約ページ
=========================================== */
.pc-logout {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #dd2146 0%, #dc143c);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dd2146),
    to(#dc143c)
  );
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 2px #555;
  font-weight: bold;
}

.pc-logout2 {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #20b2aa 0%, #008080);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#20b2aa),
    to(#008080)
  );
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 2px #555;
  font-weight: bold;
}

/*========================================= */
/* よくあるお問合せ
=========================================== */
.yokutaitle {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #732a23; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 10px #d86d7d; /*左線*/
  font-weight: bold;
  font-size: 20px;
  border-bottom: solid 1px #d86d7d;
}
.yoku-left {
  color: #732a23;
  text-align: left;
  padding: 15px 0px;
}

.yoku-aisatsu {
  color: #732a23;
  padding-top: 20px;
}

.yoku-box {
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: left;
  color: #732a23;
}

.kanin-box {
  color: #732a23;
  text-align: left;
  border: solid 1px #d86d7d;
  padding: 15px 20px;
}

.mailB {
  font-weight: bold;
  color: #d86d7d;
  background-color: #faebd7;
}

.mailgo {
  font-weight: bold;
  color: #d86d7d;
  border: solid 1px #d86d7d;
  padding: 5px;
}

.mailbox {
  padding-top: 30px;
  text-align: left;
  color: #732a23;
}

.photo2 img {
  transition: 0.3s;
}

.photo2 img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
お問合せ時の注意事項
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
.CC_top_text {
  color: #ff0000;
  font-weight: bold;
  font-size: 18px;
}
.scroll_box_area {
  border: 1px solid #c4c4c4;
  padding: 15px;
  margin-bottom: 30px;
}

.scroll_box {
  height: 150px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  overflow: auto;
}

.scroll_box::-webkit-scrollbar {
  /* スクロールバー全体 */
  width: 15px;
}

.scroll_box::-webkit-scrollbar-thumb {
  /* スクロールバーのある部分 */
  background: #3e5faa;
  border-radius: 10px;
}

.scroll_box::-webkit-scrollbar-track-piece:start {
  /* スクロールバーが表示されてない部分（前） */
  background: #c2d5ff;
}
.scroll_box::-webkit-scrollbar-track-piece:end {
  /* スクロールバーが表示されてない部分（後ろ） */
  background: #bacefa;
}

/* --- 見出し --- */
.scroll_title_text {
  font-weight: bold;
  text-align: center;
  color: #003355;
  padding: 8px;
  letter-spacing: 5px;
}

.scroll_kiyaku {
  font-weight: bold;
  padding: 10px 0px;
  letter-spacing: 2px;
}

/* web解約申込み */
.CC_web_btn {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #003355;
  padding: 4px;
  border-radius: 8px;
  border: 2px solid #c4c4c4;
  background: #fff;
}

.CC_mail_btn {
  width: 100%;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
  border: 2px solid #c1c1c1;
  color: #fff;
  font-weight: bold;
  background: #dadada;
  background: transparent linear-gradient(to bottom, #6988d0, #3e5faa) repeat
    scroll 0% 0%;
}

/* スクロールBOX内メールフォームボタン */
.inbtn {
  width: 100%;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #d86d7d;
  color: #d86d7d;
  font-weight: bold;
  background-image: -webkit-linear-gradient(#fff 0%, #ffaaaa 100%);
  background-image: linear-gradient(#fff 0%, #ffaaaa 100%);
}

/* スクロールBOX内利用規約タイトル */
.nop {
  padding: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #732a23;
  border-left: solid 10px #d86d7d;
}

.call-B {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #605f5f 0%, #383838);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#605f5f),
    to(#383838)
  );
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 2px #555;
  font-weight: bold;
}

.call-btn {
  position: relative;
  display: inline-block;
  padding: 0.8em 4em;
  background: -webkit-linear-gradient(#fe5f95, #ff3f7f);
  background: linear-gradient(#fe5f95, #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-shadow: 2px 2px 2px #555;
  padding: 20px;
}
p.call-btn::after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  content: '';
  border: 2px dashed #fff;
  border-radius: 4px;
}

.coll-number {
  color: #732a23;
  text-align: left;
  font-size: 35px;
  font-weight: bold;
}

/* コールセンターページタイトル */
.coll-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  color: #732a23;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
解約ページ　登録証発行
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
.kanin-box {
  color: red;
  text-align: center;
  border: solid 1px red;
  padding: 15px 20px;
  font-weight: bold;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
解約ページ　チェックボックス
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
.check-title {
  text-align: left;
  background-color: #ffffe0;
  color: #732a23;
  font-size: 14px;
}
/* ----------------------------------------------------------------------
20180217 @ 修正追記分
---------------------------------------------------------------------- */
.content-link-xs1 {
  margin: 0px;
  padding: 10px 0px;
  border-top: 2px solid #e4007f;
  border-right: 1px solid #e4007f;
  border-bottom: 1px solid #e4007f;
  border-left: 2px solid #e4007f;
  border-collapse: collapse;
  text-align: center;
  color: #e4007f;
  text-decoration: none;
}

.content-link-xs2 {
  margin: 0px;
  padding: 10px 0px;
  border-top: 2px solid #e4007f;
  border-right: 2px solid #e4007f;
  border-bottom: 1px solid #e4007f;
  border-left: 1px solid #e4007f;
  border-collapse: collapse;
  text-align: center;
  color: #e4007f;
  text-decoration: none;
}

.content-link-xs3 {
  margin: 0px;
  padding: 10px 0px;
  border-top: 1px solid #e4007f;
  border-right: 1px solid #e4007f;
  border-bottom: 2px solid #e4007f;
  border-left: 2px solid #e4007f;
  border-collapse: collapse;
  text-align: center;
  color: #e4007f;
  text-decoration: none;
}

.content-link-xs4 {
  margin: 0px;
  padding: 10px 0px;
  border-top: 1px solid #e4007f;
  border-right: 2px solid #e4007f;
  border-bottom: 2px solid #e4007f;
  border-left: 1px solid #e4007f;
  border-collapse: collapse;
  text-align: center;
  color: #e4007f;
  text-decoration: none;
}

.content-link-sm {
  margin: 0px;
  padding: 10px 0px;
  border: 2px solid #e4007f;
  text-align: center;
  color: #e4007f;
  text-decoration: none;
}

.sp-phot-a {
  padding: 10px 0px 10px 0px;
}

.sp-text-a {
  padding: 15px 0px 10px 5px;
}

.sp-text-b {
  padding: 12px 0px 10px 5px;
}

.pink {
  color: #d6707e;
}

.reperborder {
  padding-bottom: 10px;
  border-bottom: dotted 1px #d86d7d;
}

.reperS {
  padding: 15px;
  border: 1px solid #732a23;
  color: #732a23;
  font-size: 12px;
  font-weight: bold;
}

.repertitle {
  color: #732a23;
  text-align: left;
  padding: 10px;
  font-weight: bold;
}

.repertitle01 {
  text-align: left;
  color: #732a23;
  font-weight: bold;
}

.repercheck {
  color: #732a23;
  border: solid 1px red;
  text-align: left;
  padding: 10px;
}

.repercheckimg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.repercheck01 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #732a23;
}

.reperprice {
  font-size: 20px;
  background-color: #d6707e;
  color: #fff;
}

.reperpriceP {
  padding: 30px 20px 0px 20px;
}

/* 20190607追記 */
nav {
  font-size: 12px;
}
.form-wrapper.ut {
  box-shadow: 2px 2px 10px -1px #b796a0;
  padding: 0 1.8em;
}
.form-wrapper.ut h2 {
  font-size: 22px;
  padding: 40px 0 30px;
  font-weight: bold;
  text-align: center;
}
.ut-bold {
  font-weight: bold;
}
.ut-red {
  color: red;
}
.ut-mb30 {
  margin-bottom: 30px;
}
.ut-contact-btn {
  background: #f16272;
  border: none;
  cursor: pointer;
  width: 240px;
  text-align: center;
  margin: 30px auto 50px;
  border: 2px solid #f16272;
  transition: 0.3s;
}
.ut-contact-btn:hover {
  background-color: #fff;
  font-weight: bold;
}
.ut-contact-btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1em 0;
}
.ut-contact-btn:hover a {
  color: #f16272;
  text-decoration: none;
}
.form-wrapper.ut ul {
  list-style: none;
  padding-bottom: 40px;
  line-height: 1.6em;
}
.ut-error-txt {
  font-size: 16px;
  color: red;
  margin: 5px 3px;
}
.leave-flow {
  padding: 20px 20px 50px;
  text-align: left;
}
.leave-flow h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.leave-flow ul {
  list-style: none;
}
.leave-flow h2 + ul {
  line-height: 1.8em;
}
/* 20190607追記 */

.news-scroll {
  overflow-y: scroll;
  height: 20vh;
  padding: 1em;
  border: 1px solid #ccc;
  line-height: 1.4;
  word-break: break-all;
  font-size: 85%;
  background: #fff;
}
