@charset "UTF-8";
/*======== reset ========*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input[type*="image"]{
	cursor:pointer;
	outline:none;
}

/*======== use style ========*/
.text-small {
  font-size: 80%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

strong {

  font-weight: bold;
}

i {
  color: #ffef60;
}

.table {
  width: 100%;
}

.clear {
  clear: both;
}

.m_tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.br_sp {
  display: none;
}

/*======== clearfix ========*/
.cf:after, .cf:before {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

#container:after {
  clear: both;
  content: "";
  display: table;
}

.hidden {
  display: none;
}

.active {
  height: auto;
}

/*======== projext style ========*/
html {
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: bottom;
}

a:hover img {
  opacity: .8;
}

img {
  height: auto;
  max-width: 100%;
}

.box__radius {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: rgba(173, 179, 210, 0.34902) 0px 3px 0px 0px;
  -moz-box-shadow: rgba(173, 179, 210, 0.34902) 0px 3px 0px 0px;
  box-shadow: rgba(173, 179, 210, 0.34902) 0px 3px 0px 0px;
  border-radius: 10px;
}

/*======== wrapper ========*/
#wrapper {

}
#wrapper.no_border {
  border-top: 0;
}

/*======== header ========*/
#header {
  margin: 0 auto;
  max-width: 980px;
  background-color: #fff;
  overflow: hidden;
}
#header #logo {
  float: left;
  height: 80px;
  margin-top: 15px;
  vertical-align: middle;
}
#header #contact {
  background: url(../img/header__contact_img.jpg) no-repeat bottom right;
  float: right;
  height: 80px;
  padding: 15px 80px 0 0;
}

.section:before {
  content: url(../img/section__accent_img.jpg);
  left: 25px;
  position: absolute;
  top: 25px;
}

/*======== footer ========*/
#footer__wrap {
  background-color: #fff;
  border-top: 1px solid #ddd;
  clear: both;
  position: relative;
}

#footer__content {
  margin: 0 auto;
  max-width: 980px;
  overflow: hidden;
  padding-top: 25px;
}

.page_top {
  position: absolute;
  right: 20px;
  top: -32px;
}

.footer__content_box {
  float: left;
  font-size: 14px;
  width: 48%;
}
.footer__content_box:first-child {
  margin-right: 2%;
}
.footer__content_box h3 {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(99%, #dbdbdb));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -o-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: linear-gradient(to bottom, #fefefe 0%, #dbdbdb 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb',GradientType=0 );
  border: 1px solid #999;
  border-bottom: 1px solid #999;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
}
.footer__content_box h3:after {
  content: url(../img/accordion_down.png);
  position: absolute;
  right: 20px;
  top: 11px;
}
.footer__content_box h3.active {
  border-radius: 4px 4px 0 0;
}
.footer__content_box h3.active:after {
  content: url(../img/accordion_up.png);
}

.footer__content_section {
  border: 1px solid #999;
  border-top: 0;
  height: 860px;
  padding: 20px;
}
.footer__content_section dl {
  margin-bottom: 15px;
}
.footer__content_section dl:last-child {
  margin-bottom: 0;
}
.footer__content_section dl dd span {
  font-weight: bold;
}
.footer__content_section dl dd img {
  margin: 10px 0;
}
.footer__content_section dl.footer__content_note {
  font-size: 12px;
}
.footer__content_section dl.footer__content_note dt {
  color: #cc0000;
  font-weight: bold;
}

.footer__nav {
  display: inline-block;
  font-size: 14px;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
.footer__nav ul {
  display: inline-block;
}
.footer__nav li {
  display: inline-block;
}
.footer__nav li:after {
  content: "|";
  margin: 0 1em;
}
.footer__nav li a {
  color: #333;
}
.footer__nav li a:hover {
  color: #ccc;
}

.footer__index01 li:last-child:after {
  content: "";
  margin: 0;
}

.footer__company .footer__company_block {
  display: table;
  margin: 0 auto;
}
.footer__company .footer__company_block div {
  display: table-cell;
  line-height: 1.4;
  padding: 20px 0;
  vertical-align: top;
}
.footer__company .footer__company_block div span {
  display: block;
  font-size: 120%;
}
.footer__company .footer__company_block div.footer__phone {
  text-align: center;
  vertical-align: middle;
}

/*======== copyright ========*/
#copyright {
  background: #15a153;
  color: #fff;
  font-size: 8px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/*======== main__img ========*/
#main__img {
  margin-bottom: 30px;
}
#main__img p {
  font-size: 12px;
}

/*======== buy__box ========*/
.buy__box {
  margin-bottom: 30px;
}
.buy__box .buy__box_content {
  background: #fff;
  height: auto;
  padding: 20px;
  text-align: center;
}
.buy__box .btn__area {
  display: table;
  margin: 15px auto 0;
  table-layout: fixed;
}
.buy__box .btn__area .buy__box_input {
  display: table-cell;
  margin-right: 50px;
  vertical-align: middle;
}
.buy__box .btn__area .buy__box_input p {
  display: inline-block;
  font-size: 20px;
}
.buy__box .btn__area .buy__box_input select {
  display: inline-block;
  vertical-align: 3px;
  font-size: 14px;
}
.buy__box .btn__area .btn {
  display: table-cell;
}
.buy__box .btn__area .btn input[type="image"]{
	max-width: 100%;
	height: auto;
}
.fix__wrap {
  background: url(../img/buy__fix_bg.jpg);
  padding: 15px;
}

.normal__wrap {
  background: url(../img/buy__normal_bg.jpg);
  padding: 15px;
}

/*======== section ========*/
.section {
  margin-bottom: 30px;
  position: relative;
}
.section h2 {
  color: #454599;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 50px;
  text-align: center;
}

.section__container {
  display: table;
  padding: 0 30px 10px;
}
.section__container .l_section {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.section__container .r_section {
  display: table-cell;
  vertical-align: top;
}
.section__container .r_section .text {
  margin-bottom: 10px;
}
.section__container .r_section .img {
  margin-top: 20px;
}

/*======== voice ========*/
.voice {
  margin: 0 0 30px;
  position: relative;
}
.voice h2 {
  background: #ba4343;
  background: -moz-linear-gradient(top, #ba4343 0%, #a92e2e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ba4343), color-stop(100%, #a92e2e));
  background: -webkit-linear-gradient(top, #ba4343 0%, #a92e2e 100%);
  background: -o-linear-gradient(top, #ba4343 0%, #a92e2e 100%);
  background: -ms-linear-gradient(top, #ba4343 0%, drgba(169, 46, 46, 1) 100%);
  background: linear-gradient(to bottom, #ba4343 0%, #a92e2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba4343', endColorstr='#a92e2e',GradientType=0 );
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.voice .voice__content_bg {
  background: url(../img/voice__bg_pc.png) no-repeat;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding: 20px;
}
.voice .voice__content {
  background-color: #fdfbe9;
  float: left;
  margin-right: 3%;
  overflow: hidden;
  padding: 15px 20px;
  width: 44%;
}
.voice .voice__content:last-child {
  margin-right: auto;
}
.voice .voice__content .photo {
  float: left;
  width: 132px;
}
.voice .voice__content .text {
  color: #663333;
  float: right;
  width: 265px;
}
.voice .voice__content .text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.voice .voice__content .text .name {
  text-align: right;
}

.voice__aroow {
  position: relative;
}
.voice__aroow:after {
  bottom: 0;
  content: url(../img/period__arrow.jpg);
  left: 0;
  position: absolute;
  right: 0;
}

/*======== period ========*/
.period {
  background-color: #9f9fc7;
  border-radius: 10px;
}
.period h2 {
  background: #3a3a72;
  background: -moz-linear-gradient(top, #3a3a72 0%, #27275a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3a72), color-stop(100%, #27275a));
  background: -webkit-linear-gradient(top, #3a3a72 0%, #27275a 100%);
  background: -o-linear-gradient(top, #3a3a72 0%, #27275a 100%);
  background: -ms-linear-gradient(top, #3a3a72 0%, #27275a 100%);
  background: linear-gradient(to bottom, #3a3a72 0%, #27275a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a72', endColorstr='#27275a',GradientType=0 );
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 30px;
  height: 95px;
  line-height: 1.4;
  padding-left: 150px;
  padding-top: 15px;
  position: relative;
}
.period h2:before {
  content: url(../img/period__balloon.png);
  left: 20px;
  position: absolute;
  top: 10px;
}

.period__container {
  overflow: hidden;
  padding: 20px 30px;
}
.period__container .period__content {
  background-color: #fff;
  border-radius: 10px;
  float: left;
  margin-right: 2%;
  width: 49%;
}
.period__container .period__content:last-child {
  margin-right: 0;
}
.period__container .period__content h3 {
  background-color: #e6e2da;
  border-radius: 10px 10px 0 0;
  height: 65px;
  padding-left: 20px;
}
.period__container .period__content .period__price_box {
  padding: 15px;
}
.period__container .period__content .period__yeloow_bg {
  background-color: #ffef60;
  color: #454599;
  font-size: 21px;
  text-align: center;
}
.period__container .period__content .period__yeloow_bg span {
  font-size: 120%;
  font-weight: bold;
}

.period__arrow {
  margin-bottom: 80px;
  position: relative;
}
.period__arrow:after {
  bottom: -80px;
  content: url(../img/period__arrow.png);
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

/*======== order ========*/
.order {
  margin: 0 auto;
  max-width: 980px;
  border: 1px solid #999;
  margin-bottom: 75px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.order .order__content {
  border-radius: 10px;
  border-top: 6px solid #ffb10b;
  display: block;
  padding: 0 30px;
}
.order .order__top {
  margin: 25px 0 30px;
  overflow: hidden;
}
.order .order__top h2 {
  float: left;
  font-size: 34px;
  font-weight: bold;
}
.order .order__top .btn {
  float: right;
}
.order .order__top .btn a {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(99%, #dbdbdb));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -o-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: linear-gradient(to bottom, #fefefe 0%, #dbdbdb 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb',GradientType=0 );
  border: 2px solid #999;
  border-radius: 10px;
  color: #000;
  display: block;
  font-size: 22px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  width: 345px;
}
.order .order__top .btn a:hover {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #c5c5c5));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #c5c5c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#c5c5c5',GradientType=0 );
}

.order__item_wrap {
  width: 100%;
}
.order__item_wrap h3 {
  background-color: #906b3f;
  color: #fff;
  padding: 8px 12px;
  text-align: center;
}

.order__item {
  border: 1px solid #999;
  border-top: none;
  overflow: hidden;
  padding: 20px 15px;
}

.order__item .order__item_img {
  float: left;
  margin-bottom: 15px;
  text-align: center;
  width: 135px;
}
.order__item .order__item_section {
  float: left;
}
.order__item .order__item_section h4 {
  font-size: 18px;
}
.order__item .order__item_section .order__item_cost {
  display: inline-block;
  vertical-align: top;
}
.order__item .order__item_section .order__item_cost span {
  color: #ae4b3a;
  font-weight: bold;
  margin: 0 1em;
}
.order__item .order__item_section .order__item_select {
  display: inline-block;
  vertical-align: top;
}
.order__item .order__item_section .order__item_select select {
  font-size: 100%;
  vertical-align: top;
  display: inline-block;
}
.order__item .order__item_section .order__item_select input {
  font-size: 100%;
  width: 100%;

}

/*** スピンボタン改修css ***/
.order__item .order__item_section div.qty {
	/* margin-right: 25px; 削除 */
    border: 1px solid #9495a2;
    margin: 0 0 20px 5px; /* 変更 */
    overflow: hidden;
    position: relative;
    text-align: right;
	width: 10em; /* 変更 */
	height: 2rem;  /* 追加 */
    display: inline-block;
}
.order__item .order__item_section div.qty span.num {
	left: 48%; /* 変更 */
    position: absolute;
    top: 7px; /* 変更 */
}
.order__item .order__item_section div.qty div.control {
	display: block; /* 変更 */
    font-size: 1px;
    line-height: 0;
}

/*** スピンボタン追加css ***/
.order__item .order__item_section .order__item_select_wrap {
    display: inline-block;
	margin-left: 10px;
}
.order__item .order__item_section div.qty .spinner{
    position: absolute;
    top: 50%;
    width: 40px;
	height: 36px;
    transform: translate(0, -50%);
    cursor: pointer;
    user-select: none;
}
.order__item .order__item_section div.qty .spinner-down{
    left: 0;
}
.order__item .order__item_section div.qty .spinner-up{
    right: 0;
}

.order__item .order__item_price {
  border-top: 1px dashed #999;
  clear: both;
  padding-top: 15px;
  text-align: right;
}
.order__item .order__item_price span {
  color: #ae4b3a;
  font-weight: bold;
}

.order__table {
  float: right;
  font-size: 14px;
  margin: 20px 0 10px;
  width: 60%;
}
.order__table th {
  background-color: #906b3f;
  border: 1px solid #ccc;
  color: #fff;
  padding: 8px 12px;
}
.order__table td {
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 8px 12px;
  text-align: right;
}
.order__table .order__table_discount td {
  color: #ff0000;
}
.order__table .order__table_total span {
  color: #ae4b3a;
  font-size: 22px;
}

.paragraph__link {
  margin-bottom: 20px;
  text-align: center;
}
.paragraph__link a {
  position: relative;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(99%, #dbdbdb));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -o-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: linear-gradient(to bottom, #fefefe 0%, #dbdbdb 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb',GradientType=0 );
  border: 2px solid #999;
  border-radius: 10px;
  color: #000;
  display: block;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  text-indent: -25px;
  width: 65%;
  margin: 0 auto;
}
.paragraph__link a:before {
  position: absolute;
  top: 13px;
  left: 5%;
  content: url(../img/order__text_arrow.png);
  display: block;
}
.paragraph__link a:hover {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #c5c5c5));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #c5c5c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#c5c5c5',GradientType=0 );
}

/*======== form ========*/
.order__form_wrap {
  margin: 20px;
  clear: both;
}
.order__form_wrap h2 {
  background: url(../img/order__form_bg_pc.jpg) repeat-x bottom;
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#form__block {
  margin-top: 40px;
}
#form__block dl {
  display: table;
  margin-bottom: 25px;
  width: 100%;
}
#form__block dl dt {
  display: table-cell;
  font-size: 15px;
  font-weight: bold;
  vertical-align: top;
  width: 240px;
}
#form__block dl dt span {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 80%;
  font-weight: normal;
  margin-left: 15px;
  padding: 1px 6px;
}
#form__block dl dt span.necessity {
  background-color: #b30000;
}
#form__block dl dt span.option {
  background-color: #999;
}
#form__block dl dd {
  display: table-cell;
  font-size: 14px;
  width: 680px;
}
#form__block dl dd input {
  border: 1px solid #a5acb2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  //color: #808072;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 8px;
  width: 300px;
}
#form__block dl dd input:focus {
  background-color: #ffffb2;
  border: 2px solid #e69900;
  color: #000;
  outline: 0;
}
#form__block dl dd input.error {
  background-color: #ffbfbf;
  border: 2px solid #e60000;
}
#form__block dl dd input.error:focus {
  background-color: #ffffb2;
  border: 2px solid #e69900;
  color: #000;
}
#form__block dl dd input.input__width_large {
  width: 500px;
}
#form__block dl dd input.input__width_small {
  margin-right: 5px;
  width: 60px;
}
#form__block dl dd input.input__width_small + input {
  margin: 0 5px;
}
#form__block dl dd .order__form_entrychack {
  color: #cc0000;
  margin-top: 10px;
}
#form__block dl dd button {
  background-color: #efefef;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  font-weight: bold;
  padding: 8px 12px;
}
#form__block dl dd select {
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  height: 30px;
}
#form__block dl dd input[type="radio"], #form__block dl dd input[type="checkbox"] {
  width: auto;
}
#form__block dl dd label + input {
  margin-left: 20px;
}
#form__block dl dd textarea {
  border: 2px solid #999;
  border-radius: 4px;
  width: 80%;
}
#form__block dl dd textarea:focus {
  background-color: #ffffb2;
  border: 2px solid #e69900;
  color: #000;
}
#form__block dl dd p {
  color: #333;
}
#form__block dl dd h5 {
  font-weight: bold;
  margin-top: 15px;
}
#form__block .form__pay dd .form__pay_tablet {
  height: 0;
  overflow: hidden;
}
#form__block .form__pay dd input[name="pay"][value="credit"]:checked ~ .form__pay_tablet {
  height: auto;
}
#form__block .submit_btn {
  position: relative;
  border: 1px solid #488000;
  border-radius: 6px;
  cursor: pointer;
  height: 86px;
  margin: 40px auto 10px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  width: 560px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  display: block;
  background: #cfed80;
  background: -moz-linear-gradient(top, #cfed80 0%, #9dda00 2%, #62b400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfed80), color-stop(2%, #9dda00), color-stop(100%, #62b400));
  background: -webkit-linear-gradient(top, #cfed80 0%, #9dda00 2%, #62b400 100%);
  background: -o-linear-gradient(top, #cfed80 0%, #9dda00 2%, #62b400 100%);
  background: -ms-linear-gradient(top, #cfed80 0%, #9dda00 2%, #62b400 100%);
  background: linear-gradient(to bottom, #cfed80 0%, #9dda00 2%, #62b400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfed80', endColorstr='#62b400',GradientType=0 );
}
#form__block .submit_btn:before {
  content: url(../img/icon__input_arrow.png);
  position: absolute;
}
#form__block .submit_btn:hover {
  background: #b0df80;
  background: -moz-linear-gradient(top, #b0df80 0%, #5fbd00 2%, #3c9c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0df80), color-stop(2%, #5fbd00), color-stop(100%, #3c9c00));
  background: -webkit-linear-gradient(top, #b0df80 0%, #5fbd00 2%, #3c9c00 100%);
  background: -o-linear-gradient(top, #b0df80 0%, #5fbd00 2%, #3c9c00 100%);
  background: -ms-linear-gradient(top, #b0df80 0%, #5fbd00 2%, #3c9c00 100%);
  background: linear-gradient(to bottom, #b0df80 0%, #5fbd00 2%, #3c9c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0df80', endColorstr='#3c9c00',GradientType=0 );
}
#form__block .arrow-btn {
  position: relative;
}
#form__block .arrow-btn:after {
  content: url(../img/icon__input_arrow.png);
  position: absolute;
  top: 28px;
  left: 27%;
}
#form__block .arrow-btn2 {
  position: relative;
}
#form__block .form__text_title {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(99%, #dbdbdb));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -o-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: linear-gradient(to bottom, #fefefe 0%, #dbdbdb 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb',GradientType=0 );
  border: 1px solid #999;
  border-bottom: 1px solid #999;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
  width: 70%;
  cursor: pointer;
}
#form__block .form__text_title:after {
  content: url(../img/accordion_down.png);
  position: absolute;
  right: 20px;
  top: 11px;
}
#form__block .form__text_title.active {
  border-radius: 10px 10px 0 0;
}
#form__block .form__text_title.active:after {
  content: url(../img/accordion_up.png);
}
#form__block .form__text {
  position: relative;
  border: 1px solid #999;
  border-top: 0;
  padding: 20px;
  width: 70%;
}
#form__block .form__text h3 {
  font-size: 120%;
  margin: 15px 0 10px;
  font-weight: bold;
}
#form__block .form__text h3:first-child {
  margin-top: 0;
}
#form__block .form__text h3 p + p {
  margin-top: 1em;
}
#form__block .form__text h3 p + h3 {
  margin-top: 1em;
}
#form__block .form__text h3 ol {
  margin: 1em -0px;
}
#form__block .form__text h3 ol li {
  list-style-type: decimal;
}
#form__block .close_btn {
  font-size: 80%;
  border-top: 1px solid #999;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(99%, #dbdbdb));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -o-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: linear-gradient(to bottom, #fefefe 0%, #dbdbdb 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb',GradientType=0 );
  cursor: pointer;
  padding: 10px 0;
  margin: 20px -20px -20px;
  text-align: center;
}

.accordion:before {
  content: "個人情報に関する同意文、ご利用規約を表示する。";
}
.accordion.active:before {
  content: "個人情報に関する同意文、ご利用規約を閉じる。";
}

.order__form_entrychack {
  color: #cc0000;
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
}
.order__form_entrychack:before {
  content: url(../img/order__text_exclamationmark_pc.png);
  margin-right: 5px;
}

/*======== index2 ========*/
#form_page {
  background-color: #e6e6e6;
  padding-bottom: 80px;
  padding-top: 30px;
}
#form_page .order {
  margin-top: 0;
}
#form_page .order .form__pay .information__set h5 {
  margin-top: 0;
}
#form_page .order .form__pay .information__set p {
  text-indent: 1em;
}
#form_page #form__block dl {
  margin-bottom: 40px !important;
}

#form__block .form__btn_area {
  margin-bottom: 20px;
  width: 100%;
}
#form__block .form__btn_area .form__back_btn {
  margin: auto;
  width: 250px;
}
#form__block .form__btn_area .form__back_btn a {
  width: 246px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  border-radius: 5px;
}
#form__block .form__btn_area .submit_btn {
  margin-bottom: 25px;
}
#form__block .form__btn_area .arrow-btn:after {
  top: 28px;
  left: 15%;
}

.form__back_btn a {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(99%, #dbdbdb));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -o-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dbdbdb 99%);
  background: linear-gradient(to bottom, #fefefe 0%, #dbdbdb 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb',GradientType=0 );
  border: 2px solid #999;
  border-radius: 10px;
  color: #000;
  display: block;
  font-size: 22px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  width: 225px;
}
.form__back_btn a:hover {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #c5c5c5));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #c5c5c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#c5c5c5',GradientType=0 );
}

.result__content {
  margin: 100px 0;
  text-align: center;
}
.result__content h2 {
  font-size: 40px;
  font-weight: bold;
}
.result__content .form__back_btn {
  margin: 50px auto 0;
  text-align: center;
  width: 225px;
}

/*======== pc ========*/
@media only screen and (min-width: 980px) {
  .sp_only, .sm_only, .tab_only {
    display: none;
  }

  #index_bg {

  }

  .footer__company {
    border-top: 1px dotted #999;
  }
  .footer__company .footer__company_block {
    margin: 0 auto;
    max-width: 980px;
    width: 980px;
  }
  .footer__company .footer__company_block div.footer__phone {
    border-left: 1px dotted #999;
  }

  #container {
    margin: 0 auto;
    max-width: 980px;
    position: relative;
  }

  #main__img {
    height: 470px;
  }

  .order .order__top h2 {
    margin-top: 5px;
  }

  .buy__box .btn__area {
    width: 571px;
  }
  .buy__box .btn__area .buy__box_input {
    text-align: left;
  }

  .section__container {
    overflow: hidden;
  }
  .section__container .l_section {
    float: left;
    text-align: left;
  }
  .section__container .r_section {
    float: right;
  }
  .section__container .r_section .text {
    margin-bottom: 10px;
  }
  .section__container .r_section .img {
    margin-top: 20px;
  }
  .section__container.size01 .l_section {
    margin-right: 3%;
    width: 35%;
  }
  .section__container.size01 .r_section {
    width: 62%;
  }
  .section__container.size02 .l_section {
    margin-right: 2%;
    width: 48%;
  }
  .section__container.size02 .r_section {
    width: 48%;
  }

  #form__block .form__btn_area {
    width: 100%;
  }
  #form__block .form__btn_area .form__back_btn {
    float: left;
    padding: 15px 30px;
    width: 225px;
  }
  #form__block .form__btn_area .arrow-btn {
    float: right;
    margin: 0;
    width: 560px;
  }
  #form__block .form__btn_area .arrow-btn .submit_btn {
    margin: 0 auto;
  }
}
/*======== Tablet ========*/
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pc_only, .sm_only {
    display: none;
  }

  #header #logo {
    margin-left: 20px;
  }

  #index_bg {

  }

  #main__img {
    margin-bottom: 15px;
  }

  .section {
    margin: 0 auto 20px;
    width: 95%;
  }
  .section h2 {
    font-size: 31px;
    padding-top: 30px;
  }
  .section .img {
    margin: 10px 0;
    text-align: center;
  }

  .buy__box {
    margin-bottom: 20px;
  }
  .buy__box .btn__area {
    width: 100%;
  }
  .buy__box .btn__area .buy__box_input {
    width: 30%;
  }
  .buy__box .btn__area .btn {
    width: 70%;
  }

  .fix__wrap {
    padding: 15px 20px;
  }

  .normal__wrap {
    padding: 15px 20px;
  }

  .section__container {
    display: block;
    padding: 0 30px 10px;
  }
  .section__container .l_section {
    display: block;
    padding-right: 0;
  }
  .section__container .l_section .text p + p {
    margin-top: 1em;
  }
  .section__container .l_section .text p:last-child {
    margin-bottom: 10px;
  }
  .section__container .r_section {
    display: block;
  }
  .section__container div:first-child {
    margin-right: 0;
  }

  .voice {
    margin: 0 auto 20px;
    width: 95%;
  }
  .voice .voice__content_bg {
    background: url(../img/voice__bg_tb.png);
    margin-top: -1px;
  }
  .voice .voice__content {
    float: none;
    margin: 0 auto 20px;
    width: 60%;
  }
  .voice .voice__content:last-child {
    margin-right: auto;
  }
  .voice .voice__content .photo {
    width: 30%;
  }
  .voice .voice__content .text {
    width: 67%;
  }

  .period {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  .period__container .period__content {
    float: none;
    margin: 0 auto 20px;
    width: 80%;
  }
  .period__container .period__content:last-child {
    margin-right: auto;
  }
  .period__container .period__content h3 {
    text-align: center;
  }

  .order {
    width: 95%;
  }

  .order__item .order__item_img {
    width: 20%;
  }
  .order__item .order__item_section {
    width: 79%;
  }
  .order__item .order__item_section h4 {
    height: 60px;
  }

  .order__table {
    width: 80%;
  }

  .order__form_wrap h2 {
    background: url(../img/order__form_bg_sp.jpg) repeat-x bottom;
  }

  .order__form_entrychack:before {
    content: url(../img/order__text_exclamationmark_sp.png);
  }

  #form__block dl dt {
    width: 35%;
  }
  #form__block dl dd {
    width: 65%;
  }
  #form__block dl dd input {
    width: 60%;
  }
  #form__block dl dd input.input__width_large {
    width: 99%;
  }
  #form__block dl dd input.input__width_small {
    width: 10%;
  }
  #form__block .form__pay .form__pay_tablet {
    margin-left: -220px;
    margin-top: 20px;
  }
  #form__block .from__display_tablet {
    display: block;
  }
  #form__block .from__display_tablet dt {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  #form__block .from__display_tablet dt br {
    display: none;
  }
  #form__block .from__display_tablet dd {
    display: block;
    margin-left: 20px;
    width: 100%;
  }
  #form__block .arrow-btn:after {
    left: 23%;
  }
  #form__block .form__btn_area .arrow-btn:after {
    left: 20%;
  }

  #footer__content {
    width: 95%;
  }

  .footer__content_box {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer__content_box:first-child {
    margin-right: auto;
  }

  .footer__content_section {
    height: auto;
  }

  .footer__company {
    margin-top: 50px;
  }
  .footer__company .footer__company_block {
    width: 95%;
  }
  .footer__company .footer__company_block div {
    float: left;
    padding: 0;
    width: 40%;
  }
  .footer__company .footer__company_block div.footer__phone {
    width: 50%;
  }
  .footer__company .footer__company_block div:nth-child(3) {
    clear: both;
    display: block;
    float: none;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
  .footer__company .footer__company_block div:nth-child(3) span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
  }

  .paragraph__link a {
    width: 100%;
  }
}
/*======== smartphone ========*/
@media only screen and (max-width: 767px) {
  img {
    height: auto;
    max-width: 100%;
  }

  .pc_only, .tab_only {
    display: none;
  }

  .not__sm_only {
    display: none;
  }

  #index_bg {

  }

  #main__img {
    margin-bottom: 0;
  }
  #main__img p {
    font-size: 60%;
    margin-top: -5px;
  }

  #header #logo {
    height: auto;
    margin: 10px 0 0 10px;
    width: 30%;
  }
  #header #contact {
    background: none;
    height: auto;
    padding: 10px;
    width: 50%;
  }
  #header #contact p.text-small {
    font-size: 8px;
    font-weight: bold;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 0 0;
    white-space: nowrap;
  }

  .buy__box {
    margin-bottom: 20px;
    width: 100%;
  }
  .buy__box .buy__box_content {
    height: auto;
    padding: 15px;
  }
  .buy__box .btn__area {
    width: 100%;
  }
  .buy__box .btn__area .buy__box_input {
    margin-right: 0;
  }
  .buy__box .btn__area .buy__box_input p {
    font-size: 100%;
    font-weight: normal;
  }
  .buy__box .btn__area .btn {
    width: 60%;
  }

  .fix__wrap, .normal__wrap {
    padding: 4% 3%;
  }

  .section {
    margin: 0 auto 20px;
    width: 95%;
  }
  .section:before {
    content: url(../img/section__accent_img_sp.png);
    left: 10px;
    top: 10px;
  }
  .section h2 {
    font-size: 130%;
    margin-bottom: 20px;
    padding-top: 15px;
  }
  .section h2.section__title_sm br {
    display: block;
  }
  .section h2 br {
    display: none;
  }
  .section h2 br.br_sp {
    display: block;
  }
  .section .img {
    margin-bottom: 10px;
    margin-top: 10px !important;
    text-align: center;
  }

  .section__container {
    display: block;
    padding: 0 10px 10px;
  }
  .section__container .l_section {
    display: block;
    padding-right: 0;
  }
  .section__container .l_section .text p + p {
    margin-top: 1em;
  }
  .section__container .l_section .text p:last-child {
    margin-bottom: 10px;
  }
  .section__container .r_section {
    display: block;
  }
  .section__container div:first-child {
    margin-right: 0;
  }
  .section__container .text p + p {
    margin-top: 10px;
  }

  .voice {
    margin: 0 auto 20px;
    width: 95%;
  }
  .voice h2 {
    font-size: 100%;
    height: auto;
  }
  .voice .voice__content_bg {
    background: url(../img/voice__bg_tb.png);
  }
  .voice .voice__content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 90%;
  }
  .voice .voice__content:last-child {
    margin-top: 20px;
  }
  .voice .voice__content .photo {
    width: 25%;
  }
  .voice .voice__content .text {
    font-size: 80%;
    width: 71%;
  }
  .voice .voice__content .text h3 {
    font-size: 100%;
  }
  .voice .voice__content .text .name {
    font-size: 80%;
  }

  .period {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
  .period h2 {
    font-size: 120%;
    height: auto;
    padding: 10px;
  }
  .period h2:before {
    content: "";
  }

  .period__container {
    padding: 10px;
  }
  .period__container .period__content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .period__container .period__content:last-child {
    margin-top: 20px;
  }
  .period__container .period__content h3 {
    height: auto;
    padding: 5px 0 0 0;
    text-align: center;
  }
  .period__container .period__content h3 img {
    width: 90%;
  }
  .period__container .period__content .period__yeloow_bg {
    font-size: 80%;
  }

  .order {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 95%;
  }
  .order .order__top {
    margin: 10px 0 20px;
    text-align: center;
  }
  .order .order__top h2 {
    float: none;
    font-size: 100%;
    margin-bottom: 10px;
  }
  .order .order__top .btn {
    float: none;
  }
  .order .order__top .btn a {
    font-size: 1rem;
    height: 35px;
    line-height: 35px;
    margin: auto;
    width: 90%;
  }
  .order .order__content {
    padding: 10px;
  }

  .order__item_wrap h3 {
    font-size: 100%;
  }

  .order__item {
    font-size: 14px;
    padding: 15px 10px;
  }
  .order__item .order__item_img {
    margin-right: 1%;
    width: 14%;
  }
  .order__item .order__item_section {
    width: 85%;
  }
  .order__item .order__item_section h4 {
    font-size: 100%;
  }
  .order__item .order__item_section .order__item_cost {
    font-size: 90%;
    vertical-align: top;
  }
  .order__item .order__item_section .order__item_cost span {
    font-weight: 100;
  }

/*** スピンボタン改修css ***/	
  .order__item .order__item_section .order__item_select {
    display: inline-block;
    font-size: 90%; /* 変更 */
    margin-bottom: 10px;
    float: none;
    vertical-align: top;
  }	
  .order__item .order__item_section div.qty{
    margin-bottom: 20px;
	float: none;
	vertical-align: top;
	display: inline-block;
  }
  .order__item .order__item_section .order__item_select input {
    /* width: 20%; 削除 */
  }

/*** スピンボタン追加css ***/
  .order__item .order__item_section .order__item_select_wrap {
    display: block;
	margin-left: 0;
}

  .order__table {
    font-size: 13px;
    width: 100%;
  }
  .order__table td {
    font-weight: normal;
  }
  .order__table .order__table_total span {
    font-size: 120%;
  }

  .order__form_wrap {
    font-size: 14px;
  }
  .order__form_wrap h2 {
    background: url(../img/order__form_bg_sp.jpg) repeat-x bottom;
    font-size: 120%;
    font-weight: bold;
  }

  .order__form_entrychack {
    font-size: 100%;
  }
  .order__form_entrychack:before {
    content: url(../img/order__text_exclamationmark_sp.png);
  }

  .paragraph__link a {
    height: auto;
    line-height: normal;
    font-size: 14px;
    padding: 10px;
    width: 90%;
  }
  .paragraph__link a:before {
    left: 10%;
    top: 20px;
  }

  #form__block {
    font-size: 13px;
    margin-top: 15px;
  }
  #form__block dl {
    display: block;
    margin-bottom: 20px;
  }
  #form__block dl dt {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
  }
  #form__block dl dt span {
    background-color: #cc0000;
    border-radius: 4px;
    vertical-align: middle;
  }
  #form__block dl dd {
    display: block;
    width: 100%;
  }
  #form__block dl dd input {
    width: 100%;
  }
  #form__block dl dd input.input__width_large {
    width: 100%;
  }
  #form__block dl dd input.input__width_small {
    width: 20%;
  }
  #form__block dl dd .order__form_entrychack {
    margin-top: 5px;
  }
  #form__block dl dd button {
    white-space: nowrap;
    width: 25%;
  }
  #form__block dl dd p {
    font-size: 95%;
  }
  #form__block dl dd textarea {
    width: 100%;
  }
  #form__block dl dd.order__phone input.input__width_small {
    width: 27%;
  }
  #form__block .form__pay .form__pay_tablet {
    margin-top: 20px;
  }
  #form__block .from__display_tablet {
    display: block;
  }
  #form__block .from__display_tablet dt {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  #form__block .from__display_tablet dt br {
    display: none;
  }
  #form__block .from__display_tablet dd {
    display: block;
    width: 100%;
  }
  #form__block .from__display_tablet .form__text_title {
    background: #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    font-weight: normal;
    height: auto;
    line-height: 1.4;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
  }
  #form__block .from__display_tablet .form__text_title:after {
    top: 13px;
  }
  #form__block .from__display_tablet .form__text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  #form__block .submit_btn {
    height: 46px;
    margin: 30px auto 10px;
    width: 250px;
    font-size: 14px;
  }
  #form__block .arrow-btn {
    width: 250px;
    margin: 0 auto;
  }
  #form__block .arrow-btn:after {
    content: url(../img/icon__input_arrow_sp.png);
    top: 15px;
    left: 13%;
  }
  #form__block .form__btn_area .arrow-btn:after {
    top: 15px;
    left: 15%;
  }

  #footer__content {
    width: 95%;
  }

  .footer__content_box {
    float: none;
    width: 100%;
  }
  .footer__content_box:first-child {
    margin-right: auto;
  }
  .footer__content_box h3 {
    background: #ebebeb;
    font-size: 15px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
  }
  .footer__content_box h3:after {
    content: url(../img/accordion_down_sp.png);
  }
  .footer__content_box h3.active:after {
    content: url(../img/accordion_up_sp.png);
  }
  .footer__content_box.ac__first h3 {
    border-radius: 4px 4px 0 0;
  }
  .footer__content_box.ac__second h3 {
    border-radius: 0 0 4px 4px;
  }
  .footer__content_box.ac__second h3.active {
    border-radius: 0;
  }

  .footer__content_section {
    height: auto;
    display: none;
  }

  .footer__nav {
    margin: 10px auto;
  }
  .footer__nav li {
    margin: 10px 0;
  }

  .footer__sm_only {
    display: block !important;
  }
  .footer__sm_only li:last-child:after {
    content: "";
    margin: 0;
  }

  .footer__company {
    border-top: 1px solid #f6f6f6;
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer__company .footer__company_block {
    width: 95%;
  }
  .footer__company .footer__company_block div {
    float: left;
    padding: 0;
    width: 35%;
  }
  .footer__company .footer__company_block .footer__phone {
    width: 65%;
  }
  .footer__company .footer__company_block div:nth-child(3) {
    clear: both;
    display: block;
    float: none;
    font-size: 100%;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
  .footer__company .footer__company_block div:nth-child(3) span {
    font-size: 100%;
  }

  #copyright {
    font-size: 80%;
  }

  .result__content h2 {
    font-size: 22px;
  }
  .result__content p {
    font-size: 14px;
  }

  .accordion:before {
    font-size: 80%;
  }
}

.bottomAd{
	float:left;
	margin-top:25px;
}

.bottomAd1{
	font-weight:bold;
	float:left;
	margin-right:15px;
}

.bottomAd2{
	float:left;
	font-weight:normal;
}

@media only screen and (max-width: 767px) {
#sm_contents {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.bottomAd{
	float:left !important;
	margin-top:10px !important;
	font-size:80% !important;
	}
.bottomAd span{
	white-space:nowrap;
}

}
@media only screen and (max-width: 480px) {
	.bottomAd{
			margin-top:15px !important;
	}
	.bottomAd span{
		font-size:90% !important;
	}
	
/*** スマホ用レイアウト追加css ***/
  .order__item .order__item_img {
	float: none;
    margin-right: 0;
    width: 100%;
  }
  .order__item .order__item_section {
    width: 100%;
  }
}
