@charaset 'utf-8';

.cf::after {
   content: "";
   display: block;
   clear: both;
}

body {
  background-color: #fff;
  line-height: 1.4;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0;
  width: calc(100vw - 15px);
  overflow-y: scroll;
}

header {
  width: 100%;
  background-image: url('https://www.shopmaker.jp/payment2/asp_payment/img/form/header_form-pattern.png');
  background-repeat: x-repeat;
  margin-bottom: 2px;
}

hr {
  height: 1px;
  background-color: #FFD59F;
  width: 100%;
	border: 0;
}

header h1 {
  width: 1000px;
  height: 0px;
  padding-top: 140px;
  margin: auto;
  overflow: hidden;
  background-image: url('../../img/form/header_form.png');
  text-indent: 100%;
}

li {
  list-style: none;
}

a {
	text-decoration: none;
}

.pankuzu {
  width: 100%;
  margin: auto;
  background-color: #F54949;
  color: #FFF;
}

.pankuzu p {
  width: 1000px;
  padding: 6px 2px;
  margin: auto;
}

.pankuzu a, .pankuzu a:visited, .pankuzu a:link {
  color: #FFF;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.main {
  width: 970px;
  margin: 40px auto;
}

footer {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 11px;
  text-align: center;
  padding: 15px 0;
  color: #999;
}

.main section {
  margin-bottom: 30px;
}

.main h1 {
  background-image: url('https://www.shopmaker.jp/payment2/asp_payment/img/form/icon_title.png');
  background-repeat: no-repeat;
  padding-left: 20px;
  margin: 25px 0;
  font-size: 22px;
  line-height: 1;
  color: #444;
  font-weight: bold;
}

.main h2 {
  background-image: url('https://www.shopmaker.jp/payment2/asp_payment/img/form/icon_title2.png');
  background-repeat: no-repeat;
  background-position: 4px 8px;
  padding-left: 20px;
  margin: 25px 0 14px 15px;
  font-size: 18px;
  color: #444;
  font-weight: bold;
}

.main form h2 {
  margin: 25px 0 14px 0px;
}

.main .sec_desc {
  font-size: 13px;
  margin: 25px 25px;
  line-height: 1.6;
  border: none;
}

.x-form {
  margin: 0 20px;
  width: 700px;
}

.x-form p {
  width: 100%;
  min-height: 25px;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 1px;
}

.x-form p:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.x-form label, .x-form input[type="text"] {
  display: block;
  float: left;
  max-width: 50%;
}

.x-form input[type="text"], .x-form textarea {
  width: 400px;
  border: 1px solid #ccc;
}

.x-form label {
  background-color: #E6DDA2;
  width: 220px;
  height: 25px;
  line-height: 25px;
  padding: 2px 8px;
}

.x-form input {
  height: 18px;
  margin: 4px 10px;
  padding: 0 2px;
}

.x-form .form_radio input {
  margin: 6px 10px;
  vertical-align: middle;
}

.x-form .form_checkbox input {
  margin: 6px 10px;
  vertical-align: middle;
}

.x-form .form_select select {
  margin: 4px 10px;
}

.x-form .form_txtarea label {
  height: 252px;
  line-height: 252px;
}

.x-form textarea {
  height: 244px;
  margin: 4px 10px;
}

.btn_form {
  background-color: #aaaaaa;
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 0 rgba(136, 136, 136, 1);
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 6px 50px;
  cursor: pointer;
}

.btn_form:hover {
  box-shadow: 0 1px 0 rgba(136, 136, 136, 1);
  margin: 12px auto 8px;
}

.x-form .btn_form-submit, .x-form .btn_form-reset {
  height: 36px;
  line-height: 36px;
  padding: 0px 50px;
  margin: 15px 15px 15px 0;
  float: left;
}

.x-form .btn_form-submit:hover, .x-form .btn_form-reset:hover {
  background-color: #FD5858;
  box-shadow: 0 4px 0 #C24040;
}

.x-form .btn_form-submit {
  background-color: #FF4242;
  box-shadow: 0 4px 0 #C23333;
}

.x-form .btn_form-reset {
  background-color: #FF4242;
  box-shadow: 0 4px 0 #C23333;
}

.form_attention {
  margin: 10px 0;
  font-size: 13px;
}

.form_attention ul {
  padding: 0 0 0 20px;
}

.form_attention ul li {
  list-style: none;
}

.x-form .form_privacy {
  width: 670px;
  padding: 50px 15px 0 15px;
  background-image: url('http://lion.asp/matsunaga/design/www.xrosssell.co.jp/common/img/logo_foot.gif');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.x-form .form_privacy p {
  border: none;
  margin: 5px 0;
}

.form_iframe-privacy iframe {
  width: 700px;
  height: 140px;
  border: 1px solid #ccc;
  margin: 5px 0;
}

.form_checkbox {
  border: 1px solid #ddd;
  padding: 1px;
  width: 100%;
}

.form_checkbox div {
  float: left;
  width: 400px;
}

.x-form .form_checkbox:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/*faq*/
body.faq {
	font-size: 12px;
	background-color: #fff;
	margin: 0;
	padding: 0;
  color: #333;
}

.faq h1 {
	background-image: url("../../img/form/header_form.png");
}

.faq .main {
	margin: 20px auto;
}

.faq .main_title {
	margin: 40px 0;
}

.faq h2 {
  width: 200px;
  float: left;
  margin: 0px;
  padding: 20px 0 20px 16px;
  background-image: url('https://www.shopmaker.jp/payment2/asp_payment/img/form/icon_title.png');
  background-repeat: no-repeat;
	background-position: left center;
  font-weight: bold;
  font-size: 22px;
  color: #444;
}

.faq .plan_faq {
	margin: 0;
	font-size: 13px;
  width: 700px;
  float: right;
}

.faq .plan_faq a {
  display: inline-block;
  width: 91%;
	font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

.faq .button {
  width: 36%;
  float:left;
  margin: 0 4% 0 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 2px 2px 0px rgba(107,107,107,0.4);

}

.faq .button i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 12px;
}


.faq .zeus {
  background-color: #66c166;
  -moz-text-shadow: -1px 1px 0px rgba(32, 128, 32, 0.8);
  -webkit-text-shadow: -1px 1px 0px rgba(32, 128, 32, 0.8);
  -ms-text-shadow: -1px 1px 0px rgba(32, 128, 32, 0.8);
  text-shadow: -1px 1px 0px rgba(32, 128, 32, 0.8);
  font-weight: bold;
}

.faq .paygent {
  background-color: #e4c914;
  -moz-text-shadow: -1px 1px 0px rgba(173, 150, 0, 0.8);
  -webkit-text-shadow: -1px 1px 0px rgba(173, 150, 0, 0.8);
  -ms-text-shadow: -1px 1px 0px rgba(173, 150, 0, 0.8);
  text-shadow: -1px 1px 0px rgba(173, 150, 0, 0.8);
  font-weight: bold;
}

.faq .zeus:hover,
.faq .paygent:hover {
  opacity: 0.8;
}


.faq .contents {
  margin: 0 0 30px 0;
}

.faq .faq-list {
  margin: 0 0 -1px 0;
  padding: 16px 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fcfcfc;
}

.faq .test {
  padding: 0;
  background-color: #fff;
}


.faq .faq-list h3 {
  margin: 0 0 8px 0;
	background-image: url("../../img/faq/q.svg");
}

.faq .faq-list p {
  margin: 0;
	background-image: url("../../img/faq/a.svg");
}

.faq .faq-list h3,
.faq .faq-list p {

  padding: 0 0 0 24px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: normal;
	background-size: 16px;
  line-height: 1.4;
}

.faq .faq-list h3 {
  background-color: #fafafa;
  padding: 12px 0 12px 32px;
  background-position: left 8px center;
}

.faq .faq-list p {
  padding: 0 0 12px 32px;
  background-position: left 8px top;
}

.link {
  line-height: 2;
}

body#convenience {
  background-color: #fff;
}


/*rate_convenience.html*/

.price {
  width: 780px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-family: '游ゴシック';
}

th {
  width: 100%;
  padding: 8px;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 16px;
  background-color: #de8a28;
  color: #fff;
  position: relative;
}

th span {
  display: inline-block;
  position: absolute;
  right: 4px;
  font-size: 14px;
}

.item_head th {
  width: 280px;
  font-size: 14px;
  text-align: center;
  background-color: #e7dda2;
  color: #444;
}

.item_head .title3 {
  width: 150px;
}

.item_head th:first-child,
.item_head th:last-child {
  width: 130px;
}

td {
  padding: 10px 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  text-align: center;
  color: #444;
}

td.col2 {
  width: 280px;
  text-align: right;
}

td.col3 {
  width: 150px;
}

td.item {
  background-color: #e7dda2;
}

td.item, td.unit {
  width: 140px;
  font-weight: 400;
  font-size: 14px;
}

/* plan_detail.html */

#plan_detail .main .sec_desc {
  font-size: 15px;
}

#plan_detail .table_plan {
  display: block;
  margin: 16px 0 16px 2em;
}

#plan_detail .entry {
  margin: 0 0 0 160px;
}

#plan_detail .entry div {
    float: left;
    width: 127px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 7px;
    cursor: pointer;
}

#plan_detail .entry .btn_entry-str {
  background-image: url(../../img/plan/btn_entry-str_off.png);
}

#plan_detail .entry .btn_entry-str:hover {
  background-image: url(../../img/plan/btn_entry-str_on.png);
}

#plan_detail .entry .btn_entry-simple {
  background-image: url(../../img/plan/btn_entry-simple_off.png);
}

#plan_detail .entry .btn_entry-simple:hover {
  background-image: url(../../img/plan/btn_entry-simple_on.png);
}

#plan_detail .entry .btn_entry-std {
  background-image: url(../../img/plan/btn_entry-std_off.png);
}

#plan_detail .entry .btn_entry-std:hover {
  background-image: url(../../img/plan/btn_entry-std_on.png);
}

#plan_detail .entry .btn_entry-mult {
  background-image: url(../../img/plan/btn_entry-mult_off.png);
}

#plan_detail .entry .btn_entry-mult:hover {
  background-image: url(../../img/plan/btn_entry-mult_on.png);
}

#plan_detail .entry .btn_entry-high {
  background-image: url(../../img/plan/btn_entry-high_off.png);
}

#plan_detail .entry .btn_entry-high:hover {
  background-image: url(../../img/plan/btn_entry-high_on.png);
}

#plan_detail .attention {
  margin: 1em 0 0 2em;
  color: #990000;
  font-size: 13px;
}

#plan_detail .attention:last-of-type {
  margin: 0 0 1em 2em;
}

#plan_detail .comment {
  margin: 0 0 0 2em;
  font-size: 13px;
}
