@charset "UTF-8";
@charset "UTF-8";
/* 
Theme Name: brand-wp-template-pc
Author: dreamlab
*/
/* 2つめカラーはh1のと一緒 */
/*=========================================
	Font
=========================================*/
/* @mixin grad-4($strp1,$strp2,$color1,$mdrp1,$mdrp12,$color2,$mdrp2,$mdrp22,$color3,$lsrp1,$lsrp2,$color4) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop($strp1, $color1), color-stop($mdrp1,$color2), color-stop($mdrp2, $color3), color-stop($lsrp1, $color4));
		background: -webkit-linear-gradient(top, $color4 $lsrp2, $color3 $mdrp22,$color2 $mdrp12, $color1 $strp2);
		background: -moz-linear-gradient(top, $color4 $lsrp2, $color3 $mdrp22,$color2 $mdrp12, $color1 $strp2);
		background: -o-linear-gradient(top, $color4 $lsrp2, $color3 $mdrp22,$color2 $mdrp12, $color1 $strp2);
		background: -ms-linear-gradient(top, $color4 $lsrp2, $color3 $mdrp22,$color2 $mdrp12, $color1 $strp2);
		background: linear-gradient(to bottom, $color4 $lsrp2, $color3 $mdrp22,$color2 $mdrp12, $color1 $strp2);	
		-pie-background: linear-gradient(to bottom, $color4 $lsrp2, $color3 $mdrp22,$color2 $mdrp12, $color1 $strp2);;;
} */
body, html {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  color: #333;
  overflow-x: hidden;
}

#wrap {
  line-height: 18px;
}

.rel {
  position: relative;
}

.ab {
  position: absolute;
}

.cf {
  clear: both;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}

.fa {
  width: 1.3em;
}

.pie {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  zoom: 1;
  position: relative;
}

.red {
  color: #d40011;
}

.bold {
  font-weight: bold;
}

#header {
  height: 100px;
}
#header .h1 {
  margin: 0 -100%;
  padding: 0 100%;
  background-color: #333333;
}
#header .h1 h1 {
  height: 19px;
  line-height: 19px;
  font-size: 0.93em;
  color: #fff;
  font-weight: normal;
}
#header .head {
  height: 90px;
  margin: 0 -100%;
  padding: 0 100%;
  background-color: #a60000;
}
#header .head .logo {
  padding-top: 15px;
  float: left;
}
#header .head .logo a img {
  height: auto;
}
#header .head .cnt {
  float: left;
  margin-left: 10px;
}
#header .head .cnt img {
  float: left;
}
#header .head .cnt .tel {
  float: left;
  padding-top: 20px;
}
#header .head .cnt .tel dt {
  font-size: 0.93em;
  margin-bottom: 4px;
  letter-spacing: -0.09em;
  color: #fff;
}
#header .head .cnt .tel dd {
  font-size: 2.0em;
  letter-spacing: 1;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
#header .head .cnt .tel dd img {
  margin-right: 5px;
}
#header .head .btn {
  float: left;
  padding: 15px 0 0 5px;
}

#hd_nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #020202), color-stop(0.45, #1c1c1b), color-stop(0.44, #2a2a2a), color-stop(0, #4f4f4f));
  background: -webkit-linear-gradient(top, #4f4f4f 0%, #2a2a2a 44%, #1c1c1b 45%, #020202 100%);
  background: -moz-linear-gradient(top, #4f4f4f 0%, #2a2a2a 44%, #1c1c1b 45%, #020202 100%);
  background: -o-linear-gradient(top, #4f4f4f 0%, #2a2a2a 44%, #1c1c1b 45%, #020202 100%);
  background: -ms-linear-gradient(top, #4f4f4f 0%, #2a2a2a 44%, #1c1c1b 45%, #020202 100%);
  background: linear-gradient(to bottom, #4f4f4f 0%, #2a2a2a 44%, #1c1c1b 45%, #020202 100%);
  -pie-background: linear-gradient(to bottom, #4f4f4f 0%, #2a2a2a 44%, #1c1c1b 45%, #020202 100%);
  border: 1px solid #2a2a2a;
}
#hd_nav ul li {
  display: block;
  position: relative;
  padding: 0 18px;
  float: left;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #2a2a2a;
  outline: solid 1px #2a2a2a;
}
#hd_nav ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #4f4f4f), color-stop(0, #9b9b9b));
  background: -webkit-linear-gradient(top, #4f4f4f 0%, #9b9b9b 100%);
  background: -moz-linear-gradient(top, #4f4f4f 0%, #9b9b9b 100%);
  background: -o-linear-gradient(top, #4f4f4f 0%, #9b9b9b 100%);
  background: -ms-linear-gradient(top, #4f4f4f 0%, #9b9b9b 100%);
  background: linear-gradient(to bottom, #4f4f4f 0%, #9b9b9b 100%);
  -pie-background: linear-gradient(to bottom, #4f4f4f 0%, #9b9b9b 100%);
}
ul.cf.last{
  margin: 0 1%;
  font-size: 0.75em;
}
ul.cf.last li{
  width: 14%;
}
#hd_nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
#hd_nav ul li:after {
  border-left: solid 1px #2a2a2a;
  height: 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
}
#hd_nav ul li:before {
  border-left: solid 1px #1c1c1b;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#hd_nav ul .last {
  border-right: 1px solid #a7a7a7;
}
#hd_nav ul .on {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #4f4f4f), color-stop(0, #9b9b9b));
  background: -webkit-linear-gradient(top, #4f4f4f 0%, #9b9b9b 100%);
  background: -moz-linear-gradient(top, #4f4f4f 0%, #9b9b9b 100%);
  background: -o-linear-gradient(top, #4f4f4f 0%, #9b9b9b 100%);
  background: -ms-linear-gradient(top, #4f4f4f 0%, #9b9b9b 100%);
  background: linear-gradient(to bottom, #4f4f4f 0%, #9b9b9b 100%);
  -pie-background: linear-gradient(to bottom, #4f4f4f 0%, #9b9b9b 100%);
}

#item_nav {
  height: 30px;
  background-color: #e7e7e7;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  background-image: -webkit-linear-gradient(45deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%), -webkit-linear-gradient(-135deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%);
  background-image: -moz-linear-gradient(45deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%), -moz-linear-gradient(-135deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%);
  background-image: -ms-linear-gradient(45deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%), -ms-linear-gradient(-135deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%);
  background-image: -o-linear-gradient(45deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%), -o-linear-gradient(-135deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%);
  background-image: linear-gradient(45deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%), linear-gradient(-135deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%);
  -pie-background-image: linear-gradient(45deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%), linear-gradient(-135deg,  25%,  25%, transparent 25%, transparent 75%,  75%,  75%);
}
#item_nav #hd_cate {
  float: left;
  display: inline-block;
  height: 20px;
  padding: 4px 10px;
  margin: 5px 0;
  background-color: #8d0000;
  color: #fff;
  position: relative;
}
#item_nav #hd_cate:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 4px solid transparent;
  border-left-color: #8d0000;
  left: 100%;
  top: 30%;
  z-index: 10;
}
#item_nav ul li a {
  display: block;
  padding: 0 20px;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  position: relative;
}
#item_nav ul li a:hover {
  background: #a60000;
}
#item_nav ul li a:before {
  content: "|";
  top: 0;
  right: 0;
  position: absolute;
}
#item_nav ul li .last:before {
  content: "";
}

#footer {
  clear: both;
  position: relative;
  border-top: 4px solid #8d0000;
  background: #a60000;
}
#footer #pagetop {
  position: absolute;
  right: 25%;
  top: -15px;
  display: inline-block;
  width: 90px;
  height: 30px;
  background-color: #8d0000;
  color: #fff;
  text-align: center;
}
#footer #pagetop a {
  color: #fff;
  text-decoration: none;
}
#footer #pagetop a i {
  position: absolute;
  top: -20px;
  left: 29px;
  font-size: 24px;
}
#footer #pagetop a span {
  cursor: pointer;
  line-height: 30px;
  position: relative;
}
#footer #pagetop:before {
  position: absolute;
  content: '';
  top: -27px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 27px 45px;
  border-color: transparent transparent #8d0000 transparent;
}
#footer #pagetop:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
#footer #nav_ft {
  width: 1000px;
  padding-top: 30px;
  float: left;
  font-size: 0.92em;
}
#footer #nav_ft .btm20 {
  margin-bottom: 20px;
}
#footer #nav_ft h4 {
  font-weight: normal;
  width: 175px;
  float: left;
  margin-bottom: 5px;
}
#footer #nav_ft a {
  line-height: 22px;
  color: #fff;
  text-decoration: none;
}
#footer #nav_ft a:hover {
  text-decoration: underline;
}
#footer #nav_ft ul {
  float: left;
  width: 175px;
  margin-right: 20px;
}
#footer #nav_ft ul .time {
  color: #fff;
  font-size: 12px;
  width: 250px;
  padding: 10px 0 5px 0;
}
#footer #nav_ft ul .tel {
  color: #fff;
  font-size: 28px;
  width: 250px;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Roboto", sans-serif;
  padding-left: 10px;
}
#footer #nav_ft ul .tel img {
  padding-right: 5px;
  padding-bottom: 3px;
}
#footer #nav_ft .item_nav {
  width: 350px;
  float: left;
}
#footer #nav_ft .item_nav ul {
  width: 350px;
}
#footer #nav_ft .item_nav ul li {
  width: 175px;
  float: left;
  padding-right: 10px;
  position: relative;
  padding-left: 12px;
}
#footer #nav_ft .item_nav ul li:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 3px;
}
#footer #about_ft {
  width: 250px;
  float: right;
  border: 2px solid #a60000;
  padding: 20px;
}
#footer #about_ft .img {
  border-bottom: 1px solid #a60000;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
#footer #about_ft table {
  margin-bottom: 15px;
}
#footer #about_ft table td {
  padding: 3px 5px 3px;
}
#footer #about_ft .btn {
  width: 210px;
  background: #e60000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #b60000;
  -webkit-box-shadow: 0px 5px 0px 0px #b60000;
  -moz-box-shadow: 0px 5px 0px 0px #b60000;
}
#footer #about_ft .btn:hover {
  position: relative;
  top: 4px;
  box-shadow: 0px 1px 0px 0px;
  -webkit-box-shadow: 0px 1px 0px 0px;
  -moz-box-shadow: 0px 1px 0px 0px;
}
#footer #about_ft .btn a {
  color: #fff;
  width: 210px;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  display: block;
  font-size: 1.39em;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 1.2em;
  text-align: left;
  font-size: 1.08em;
  font-weight: bold;
  padding: 8px 0 0 56px;
}
#footer #about_ft .btn a span {
  font-size: 1.39em;
}
#footer #about_ft .btn a img {
  left: 8px;
  bottom: 5px;
}
#footer #about_ft .btn a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
#footer #copy {
  clear: both;
  margin-top: 30px;
  width: 100%;
  background: #f1f1f1;
  height: 30px;
  font-size: 12px;
  color: #666;
}
#footer #copy p {
  float: left;
  line-height: 30px;
}
#footer #copy p + p {
  float: right;
}

.cv3 p {
  line-height: 1.7em;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.cv3 p .org {
  color: #a60000;
}
.cv3 p .org .big {
  font-size: 42px;
}
.cv3 .title {
  font-size: 30px;
}
.cv3 .cv-aria {
  display: block;
  width: 760px;
  height: 110px;
  background-color: #f1f1f1;
  padding-top: 10px;
  padding-left: 5px;
  margin-top: 10px;
}
.cv3 .cv-aria .cv-btn {
  float: left;
}
.cv3 .cv-aria .cv-btn a {
  display: block;
}
.cv3 .cv-aria .cv-store {
  background-image: url(images/cv/btn_store_on.png);
}
.cv3 .cv-aria .cv-store:hover img {
  visibility: hidden;
}
.cv3 .cv-aria .cv-visit {
  background-image: url(images/cv/btn_visit_on.png);
}
.cv3 .cv-aria .cv-visit:hover img {
  visibility: hidden;
}
.cv3 .cv-aria .cv-dely {
  background-image: url(images/cv/btn_dely_on.png);
}
.cv3 .cv-aria .cv-dely:hover img {
  visibility: hidden;
}
.cv3 .cv-bnr {
  position: relative;
}
.cv3 .cv-bnr a {
  text-decoration: none !important;
}
.cv3 .cv-bnr a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.cv3 .cv-bnr .tel_num {
  position: absolute;
  top: 35%;
  left: 21%;
  font-size: 2.5em;
  color: #333;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.cv3 .cv-bnr .tel_txt {
  position: absolute;
  bottom: 17%;
  left: 18%;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.cv3 .cv-bnr .cv_tel {
  position: relative;
  float: left;
  margin-top: 4px;
}
.cv3 .cv-bnr .cv_tel img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.cv3 .cv-bnr .cv_tel .tel {
  position: absolute;
  top: 31%;
  right: 4%;
  font-size: 36px;
  font-weight: bold;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
}
.cv3 .cv-bnr .cv_tel .info {
  position: absolute;
  bottom: 26px;
  left: 35.5%;
  font-size: 12px;
  letter-spacing: 1px;
  color: #333;
  font-weight: normal;
}
.cv3 .cv-bnr .tel-bnr {
  margin-right: 5px;
}

.h2-bg {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #a60000), color-stop(1, #0c0803));
  background: -webkit-linear-gradient(left, #a60000 0%, #0c0803 100%);
  background: -moz-linear-gradient(left, #a60000 0%, #0c0803 100%);
  background: -o-linear-gradient(left, #a60000 0%, #0c0803 100%);
  background: -ms-linear-gradient(left, #a60000 0%, #0c0803 100%);
  background: linear-gradient(to right, #a60000 0%, #0c0803 100%);
  -pie-background: linear-gradient(to right, #a60000 0%, #0c0803 100%);
  display: inline-block;
  width: 100%;
  height: 42px;
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
}
.h2-bg h2 {
  border-left: 6px solid #fff;
  margin: 12px 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.h2-bg .bd-btm {
  display: block;
  border-bottom: 1px solid #fff;
  margin-top: -3px;
  width: 100%;
}

.h3-bg {
  font-size: 18px;
  color: #8d0000;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.h3-bg .i-big {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #0c0803;
  float: left;
  margin-right: 10px;
  position: relative;
}
.h3-bg .i-big span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #a60000;
  width: 8px;
  height: 8px;
  z-index: 5;
}

.h3_color {
  margin-top: 10px;
}
.h3_color h3 {
  color: #a60000;
  font-size: 1.39em;
}
.h3_color .text {
  line-height: 1.5;
  padding-top: 10px;
}

.h3_box {
  margin-top: 10px;
}
.h3_box .big_box {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #0c0803;
  position: relative;
  float: left;
  margin-right: 10px;
}
.h3_box .big_box .sm_box {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #a60000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.h3_box h3 {
  font-size: 1.39em;
  color: #8d0000;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

#breadcrumbs {
  height: 30px;
  font-size: 0.92em;
}
#breadcrumbs a {
  color: #a60000;
  text-decoration: none;
}
#breadcrumbs span {
  color: #8d0000;
  position: relative;
  line-height: 30px;
}

#kv_under {
  background: #980000;
  height: 160px;
  margin: 0  -300px;
}
#kv_under .mv-inner {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
#kv_under .mv-inner img {
  position: relative;
}
#kv_under .mv-inner .txt {
  position: absolute;
  left: 300px;
  height: 160px;
  width: 980px;
  top: 0;
}
#kv_under .mv-inner .txt p {
  height: 160px;
  width: 523px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

.under {
  margin: 0 auto;
  width: 1000px;
  margin-top: 20px;
}
.under #main {
  display: block;
  width: 760px;
  float: left;
  margin-right: 20px;
}

.tab_cate {
  margin-bottom: 20px;
}
.tab_cate ul {
  border-bottom: 2px solid #a60000;
}
.tab_cate ul li {
  padding: 10px 18px;
  margin-right: 10px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
  background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
}
.tab_cate ul li a {
  color: #8d0000;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
.tab_cate ul li a:after {
  font-family: "fontAwesome";
  content: "\f13a";
  font-size: 14px;
  margin-left: 4px;
}
.tab_cate ul li.current {
  border: 2px solid #a60000;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a60000), color-stop(1, #0c0803));
  background: -webkit-linear-gradient(top, #a60000 0%, #0c0803 100%);
  background: -moz-linear-gradient(top, #a60000 0%, #0c0803 100%);
  background: -o-linear-gradient(top, #a60000 0%, #0c0803 100%);
  background: -ms-linear-gradient(top, #a60000 0%, #0c0803 100%);
  background: linear-gradient(to bottom, #a60000 0%, #0c0803 100%);
  -pie-background: linear-gradient(to bottom, #a60000 0%, #0c0803 100%);
  margin-bottom: -1px;
}
.tab_cate ul li.current a {
  color: #fff;
  text-shadow: 0 0 0 #a60000, 0 0 0 #a60000, 0 -1px 0 #a60000, -1px 0 0 #a60000, -1px -1px 0 #a60000, 0 -1px 0 #a60000, -1px 0 0 #a60000, 0 0 0 #a60000;
  font-weight: normal;
}

#mv {
  background: #980000;
  margin: 0  -300px;
}
#mv .mv-inner {
  width: 1600px;
  margin: 0 auto;
}

section .link {
  text-align: right;
  padding-top: 10px;
}
section .link a {
  color: #0084bf;
}
section .link a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
section .link:after {
  content: "\f101";
  font-family: "fontAwesome";
  color: #0084bf;
}

.home {
  margin: 0 auto;
  width: 1000px;
  margin-top: 20px;
}
.home #main {
  display: block;
  width: 760px;
  float: left;
  margin-right: 20px;
}
.home #main .change_time_top {
  width: 760px;
  min-height: 65px;
  background-color: #a60000;
  text-align: center;
  margin: 20px auto;
  position: relative;
}
.home #main .change_time_top p {
  font-weight: bold;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.home #main .high-bg {
  width: 760px;
  min-height: 385px;
  height: auto;
  background-color: #a60000;
  padding: 10px;
  position: relative;
}
.home #main .high-bg .high-white {
  width: 740px;
  min-height: 365px;
  height: auto;
  background-color: #eae4c4;
  padding: 2px;
}
.home #main .high-bg .high-white .high-cont {
  width: 736px;
  min-height: 361px;
  height: auto;
  border: 2px solid #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3efdd), color-stop(0.5, #fff));
  background: -webkit-linear-gradient(top, #f3efdd 0%, #fff 50%);
  background: -moz-linear-gradient(top, #f3efdd 0%, #fff 50%);
  background: -o-linear-gradient(top, #f3efdd 0%, #fff 50%);
  background: -ms-linear-gradient(top, #f3efdd 0%, #fff 50%);
  background: linear-gradient(to bottom, #f3efdd 0%, #fff 50%);
  -pie-background: linear-gradient(to bottom, #f3efdd 0%, #fff 50%);
  /* IE8 IE9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f3efdd, endcolorstr=#fff))";
  zoom: 1;
  /* IE10+, W3C */
  background: linear-gradient(to bottom, #f3efdd, #fff);
}
.home #main .high-bg .high-white .high-cont h2 {
  font-size: 2em;
  color: #5f4323;
  line-height: 1.5em;
  text-align: center;
  display: inline-block;
  padding: 20px 40px 10px 35px;
  width: 490px;
}
.home #main .high-bg .high-white .high-cont h2 .big {
  color: #a60000;
  font-size: 30px;
}
.home #main .high-bg .high-white .high-cont h2 .bigger {
  color: #a60000;
  font-size: 3em;
  line-height: 1em;
}
.home #main .high-bg .high-white .high-cont .ex {
  display: inline-block;
  width: 430px;
  height: 36px;
  background-color: #8d0000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding-top: 8px;
  margin-left: 15px;
}
.home #main .high-bg .high-white .high-cont .ap {
  float: left;
  margin-top: 10px;
  padding-left: 15px;
}
.home #main .high-bg .high-white .high-cont .ap .brown {
  display: inline;
  padding: 5px;
  background-color: #8d0000;
  color: #fff;
  float: left;
}
.home #main .high-bg .high-white .high-cont .ap p {
  font-size: 22px;
  float: left;
  vertical-align: middle;
  padding: 5px 0 0 5px;
  font-family: "Roboto", sans-serif;
}
.home #main .high-bg .high-white .high-cont .price {
  width: 100%;
  color: #a60000;
  padding-left: 270px !important;
  padding-top: 15px;
  font-size: 24px;
  line-height: 0.3;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.home #main .high-bg .high-white .high-cont .price .txt {
  width: 150px !important;
  line-height: 1,3;
  font-weight: bold;
}
.home #main .high-bg .high-white .high-cont .price .txt .sm {
  color: #a60000;
  font-size: 18px;
  font-weight: normal;
}
.home #main .high-bg .high-white .high-cont .price .arrows_price {
  top: 85%;
  right: 25%;
  position: absolute;
  z-index: 5;
}
.home #main .high-bg .high-white .high-cont .price .arrows_price .big {
  font-size: 2.7em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.home #main .high-bg .high-white .high-cont .price .arrows_price .sm2 {
  font-size: 1.5em;
  font-weight: bold;
}
.home #main .high-bg .high-white .high-cont .img {
  position: absolute;
  top: 10px;
  right: 85px;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 2px solid #efefef;
}
.home #main .high-bg .high-white .high-cont .img img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.home #main .high-bg .man {
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 2;
}
.home #main .high-under {
  line-height: 1.5em;
  padding-top: 10px;
  color: #333;
}
.home #main .reason {
  width: 760px;
  padding-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.7, #eae4c4));
  background: -webkit-linear-gradient(top, #fff 0%, #eae4c4 70%);
  background: -moz-linear-gradient(top, #fff 0%, #eae4c4 70%);
  background: -o-linear-gradient(top, #fff 0%, #eae4c4 70%);
  background: -ms-linear-gradient(top, #fff 0%, #eae4c4 70%);
  background: linear-gradient(to bottom, #fff 0%, #eae4c4 70%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #eae4c4 70%);
  margin-top: 40px;
}
.home #main .reason .reason-hd {
  padding-left: 10px;
}
.home #main .reason .reason-hd img {
  float: left;
}
.home #main .reason .reason-hd .txt {
  float: left;
}
.home #main .reason .reason-hd .txt .bp {
  display: inline-block;
  width: 484px;
  height: 48px;
  background-color: #a60000;
  text-align: center;
  position: relative;
  margin-left: 10px;
}
.home #main .reason .reason-hd .txt .bp:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 15px solid #a60000;
  top: 30px;
  left: 50%;
  margin-left: -15px;
  border-color: transparent;
  border-top-color: #a60000;
}
.home #main .reason .reason-hd .txt h2 {
  font-size: 38px;
  color: #8d0000;
  margin-top: 20px;
  margin-left: 10px;
}
.home #main .reason .reason-hd .txt h2 .big {
  font-size: 1.2em;
}
.home #main .reason .hd-under {
  line-height: 1.5em;
  color: #333;
  padding: 10px 10px 0 10px;
  font-size: 0.92em;
  letter-spacing: 0.01em;
}
.home #main .reason .rs-li {
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  box-shadow: 0px 2px 10px 0px #e1d9af;
  -webkit-box-shadow: 0px 2px 10px 0px #e1d9af;
  -moz-box-shadow: 0px 2px 10px 0px #e1d9af;
  width: 365px;
}
.home #main .reason .rs-li .num {
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #a60000;
  border: 5px solid #fff;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding-top: 7px;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 10;
}
.home #main .reason .rs-li .num .big {
  font-size: 1.5em;
}
.home #main .reason .rs-li img {
  float: left;
  z-index: 0;
}
.home #main .reason .rs-li h3 {
  color: #a60000;
  font-size: 18px;
  padding: 15px 0;
}
.home #main .reason .rs-li .text {
  font-size: 12px;
  color: #333;
  letter-spacing: 0.01em;
  line-height: 1.6em;
}
.home #main .reason .rs1 {
  width: 740px;
  border: 1px solid #eae4c4;
}
.home #main .reason .rs1 .txt {
  float: left;
  display: inline-block;
  width: 470px;
  padding-left: 20px;
}
.home #main .reason .rs {
  float: left;
  border: 1px solid #eae4c4;
}
.home #main .reason .rs h3 {
  padding-left: 60px;
}
.home #main .reason .rs .text {
  width: 215px;
  display: inline-block;
  padding-left: 10px;
  letter-spacing: 0.03em;
}
.home #main .performance .pf-bg {
  background-color: #a60000;
  margin-top: 50px;
  position: relative;
  height: auto;
}
.home #main .performance .pf-bg .head-pf .bm {
  display: inline-block;
  background-color: #8d0000;
  border-radius: 239px;
  -webkit-border-radius: 239px;
  -moz-border-radius: 239px;
  width: 478px;
  height: 42px;
  color: #fff;
  text-align: center;
  font-size: 1.54em;
  padding-top: 12px;
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 20%;
}
.home #main .performance .pf-bg .head-pf .tri {
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 13px 0 20px 15px;
  border-color: transparent transparent transparent #8d0000;
  transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  position: absolute;
  top: 0;
  left: 22%;
  z-index: 1;
}
.home #main .performance .pf-bg .head-pf h2 {
  font-size: 2.7em;
  line-height: 1.5em;
  font-family: 'ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN', Meiryo, メイリオ, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 23%;
  z-index: 10;
  color: #fff;
  padding: 30px 0;
  text-shadow: 3px 3px 2px #8d0000, -3px 3px 2px #8d0000, 3px -3px 2px #8d0000, -3px -3px 2px #8d0000;
}
.home #main .performance .pf-bg .head-pf h2 span {
  font-size: 1.3em;
}
.home #main .performance .pf-bg .head-pf .band {
  width: 740px;
  height: 40px;
  background-color: #0d8794;
  position: absolute;
  top: 158px;
  left: 10px;
  z-index: 1;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  padding-top: 10px;
}
.home #main .performance .pf-bg .bg-ef {
  position: absolute;
  top: 0;
  left: 20px;
}
.home #main .performance .pf-bg .man {
  /* position: absolute;  */
  position: relative;
  display: block;
  z-index: 2;
  top: -20px;
  left: 0;
}
.home #main .performance .pf-bg ul {
  position: relative;
  z-index: 1px;
  margin: -15px 10px 10px 10px;
  clear: both;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding-bottom: 5px;
}
.home #main .performance .pf-bg ul .pf-li {
  width: 182px;
  min-height: 280px;
  background-color: #fff;
  margin-right: 4px;
  margin-bottom: 5px;
  padding: 5px;
  display: block;
  /* float: left; */
}
.home #main .performance .pf-bg ul .pf-li .img {
  border: 4px solid #e5e5e5;
  height: 158px;
  width: 100%;
}
.home #main .performance .pf-bg ul .pf-li .img img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.home #main .performance .pf-bg ul .pf-li .pl {
  margin-top: 10px;
}
.home #main .performance .pf-bg ul .pf-li .pl .blue {
  float: left;
  font-size: 0.85em;
  display: inline-block;
  width: 57px;
  height: 20px;
  background-color: #0d8794;
  text-align: center;
  padding: 2px;
  color: #fff;
}
.home #main .performance .pf-bg ul .pf-li .pl .price {
  float: left;
  font-size: 1.2em;
  padding-left: 5px;
  color: #a60000;
}
.home #main .performance .pf-bg ul .pf-li .pl .price .sm {
  font-size: 0.85em;
}
.home #main .performance .pf-bg ul .pf-li .title {
  display: inline-block;
  width: 177px;
  font-size: 0.85em;
  padding: 10px 5px 10px 0;
}
.home #main .performance .pf-bg ul .li4 {
  margin-right: 0px !important;
}
.home #main .performance .more-btn {
  width: 400px;
  height: 50px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #31d6e8), color-stop(1, #0d8794));
  background: -webkit-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -moz-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -o-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -ms-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: linear-gradient(to bottom, #31d6e8 0%, #0d8794 100%);
  -pie-background: linear-gradient(to bottom, #31d6e8 0%, #0d8794 100%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #0d8794;
  position: relative;
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  margin: 25px 24%;
}
.home #main .performance .more-btn span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home #main .performance a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  position: relative;
}
.home #main .performance a:after {
  position: absolute;
  font-family: "fontAwesome";
  content: "\f144";
  padding-left: 5px;
}
.home #main .performance a:hover {
  text-decoration: underline;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.home #main .performance .more-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.home #main .possible {
  margin-top: 30px;
  margin-bottom: 50px;
}
.home #main .possible .pos-kv {
  background-color: #f5f2e3;
  display: block;
  margin-top: 30px;
}
.home #main .possible .pos-kv .pos-hd {
  position: relative;
  min-height: 280px;
  height: auto;
}
.home #main .possible .pos-kv .pos-hd .bm {
  width: 505px;
  height: 45px;
  background-color: #8d0000;
  border-radius: 255px;
  -webkit-border-radius: 255px;
  -moz-border-radius: 255px;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  padding-top: 15px;
  position: relative;
  margin-left: 18%;
  position: absolute;
  top: -12px;
}
.home #main .possible .pos-kv .pos-hd .bm .sm {
  font-size: 20px;
}
.home #main .possible .pos-kv .pos-hd .bm:before {
  position: absolute;
  top: 42%;
  left: -9px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #8d0000 transparent transparent;
}
.home #main .possible .pos-kv .pos-hd .title {
  font-size: 20px;
  padding-top: 15px;
  margin-left: 20%;
  padding-top: 50px;
  line-height: 1.5;
}
.home #main .possible .pos-kv .pos-hd .title .org {
  color: #a60000;
}
.home #main .possible .pos-kv .pos-hd .title .bigger {
  font-size: 1.6em;
  line-height: 1.7em;
  font-weight: bold;
}
.home #main .possible .pos-kv .pos-hd .title .bigger .big {
  font-size: 38px;
}
.home #main .possible .pos-kv .pos-hd img {
  position: absolute;
  top: -15px;
  left: 0;
}
.home #main .possible .pos-kv .pos-hd .list-box {
  position: absolute;
  z-index: 5;
  top: 128px;
  left: 0;
  display: block;
  border: 3px solid #8d0000;
  background-color: #fff;
  width: 720px;
  height: auto;
  padding: 2px 2px;
  margin-left: 20px;
}
.home #main .possible .pos-kv .pos-hd .list-box ul {
  padding: 20px 15px 0 15px;
  display: block;
  width: 100%;
  border: 1px solid #8d0000;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-bottom: 0;
}
.home #main .possible .pos-kv .pos-hd .list-box .pp-li {
  /* float: left; */
  width: 210px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  vertical-align: bottom;
  margin-right: 10px;
  font-weight: bold;
  color: #8d0000;
}
.home #main .possible .pos-kv .pos-hd .list-box .pp-li:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "fontAwesome";
  content: "\f046";
  color: #a60000;
}
.home #main .possible .pos-kv .box-under {
  padding: 0 20px 20px 20px;
  line-height: 1.5;
  color: #333;
}
.home #main .possible .good {
  margin-top: 20px;
}
.home #main .possible .good .gd-li {
  text-align: center;
  width: 124px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home #main .possible .good .gd-li img {
  margin-bottom: 5px;
}
.home #main .possible .good .gd-top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.home #main .possible .good .gd-top .gd-li {
  border-top: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
}
.home #main .possible .good .gd-top .gd-li:first-child {
  border-left: 2px solid #e3e3e3;
}
.home #main .possible .good .gd-bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.home #main .possible .good .gd-bottom .gd-li {
  border-top: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}
.home #main .possible .good .gd-bottom .gd-li:first-child {
  border-left: 2px solid #e3e3e3;
}
.home #main .possible .li-under {
  padding-top: 10px;
  line-height: 1.5em;
}
.home #main .possible .li-link {
  text-align: right;
  padding-top: 20px;
}
.home #main .possible .li-link a {
  color: #0084bf;
}
.home #main .possible .li-link a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  text-decoration: none;
}
.home #main .possible .li-link:after {
  font-family: "fontAwesome";
  content: "\f101";
  color: #0084bf;
}
.home #main .points {
  position: relative;
  display: block;
  background-color: #a60000;
  margin-top: 45px;
  padding-bottom: 1px;
}
.home #main .points .pt-kv .bg-ef {
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 0;
}
.home #main .points .pt-kv .man {
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 5;
}
.home #main .points .pt-kv .money {
  position: absolute;
  top: 20px;
  right: 0;
}
.home #main .points .pt-kv .bm {
  display: inline-block;
  background-color: #8d0000;
  border-radius: 239px;
  -webkit-border-radius: 239px;
  -moz-border-radius: 239px;
  width: 478px;
  height: 42px;
  color: #fff;
  text-align: center;
  font-size: 1.54em;
  padding-top: 12px;
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 20%;
}
.home #main .points .pt-kv .bm:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 3.5px 0 3.5px;
  border-color: #8d0000 transparent transparent transparent;
}
.home #main .points .pt-kv h2 {
  font-size: 3.5em;
  position: absolute;
  top: 38px;
  left: 16%;
  line-height: 1em;
  text-align: center;
  font-family: 'ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN', Meiryo, メイリオ, sans-serif;
  z-index: 10;
  text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, 3px -3px 2px #fff, -3px -3px 2px #fff;
}
.home #main .points .pt-kv h2 span {
  color: #dd0000;
}
.home #main .points .pt-kv h2 .big {
  font-size: 1.2em;
  line-height: 1.2em;
}
.home #main .points ul {
  padding: 165px 0 0 10px;
  position: relative;
  z-index: 5;
}
.home #main .points ul .pt-li {
  display: block;
  width: 740px;
  border: 4px solid #a60000;
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px 1px #a60000;
  -webkit-box-shadow: 0px 2px 5px 1px #a60000;
  -moz-box-shadow: 0px 2px 5px 1px #a60000;
}
.home #main .points ul .pt-li .num {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #0d8794;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  margin: 15px;
  position: relative;
  z-index: 5;
  float: left;
  border: 2px solid #fff;
}
.home #main .points ul .pt-li .img-bg {
  background-color: #a60000;
  width: 108px;
  height: 108px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border-radius: 54px;
  background-color: #a60000;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 35px;
  z-index: 1;
  overflow: hidden;
}
.home #main .points ul .pt-li .img-bg img {
  position: relative;
  top: 15px;
}
.home #main .points ul .pt-li .txt {
  float: left;
  display: inline-block;
  width: 650px;
  padding: 15px 0 20px 90px;
}
.home #main .points ul .pt-li .txt h3 {
  font-size: 1.6em;
  color: #0d8794;
}
.home #main .points ul .pt-li .txt p {
  padding: 10px 0;
  line-height: 1.5;
}
.home #main .omtm {
  background-color: #eae4c4;
  display: block;
  padding: 2px;
  border: 10px solid #8d0000;
  margin-top: 30px;
  margin-bottom: 30px;
}
.home #main .omtm .omtm-bg {
  border: 2px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3efdd), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, #f3efdd 0%, #fff 100%);
  background: -moz-linear-gradient(top, #f3efdd 0%, #fff 100%);
  background: -o-linear-gradient(top, #f3efdd 0%, #fff 100%);
  background: -ms-linear-gradient(top, #f3efdd 0%, #fff 100%);
  background: linear-gradient(to bottom, #f3efdd 0%, #fff 100%);
  -pie-background: linear-gradient(to bottom, #f3efdd 0%, #fff 100%);
  position: relative;
}
.home #main .omtm .omtm-bg h2 {
  font-family: 'ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN', Meiryo, メイリオ, sans-serif;
  padding: 10px 0 0 10px;
  text-shadow: -3px 3px #fff, 3px 3px #fff, -3px 0 #fff, 0 -3px #fff, 3px 0 #fff;
  z-index: 10;
  position: relative;
}
.home #main .omtm .omtm-bg h2 .sm {
  font-size: 38px;
  color: #8d0000;
  position: relative;
  font-weight: 900;
}
.home #main .omtm .omtm-bg h2 .big {
  font-size: 50px;
  color: #c80000;
  line-height: 60px;
  font-weight: 900;
}
.home #main .omtm .omtm-bg .under-h {
  padding: 10px;
  display: inline-block;
  width: 430px;
  font-size: 0.93em;
  line-height: 1.5em;
}
.home #main .omtm .omtm-bg .gds {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.home #main .omtm .omtm-bg .band {
  display: inline-block;
  width: 720px;
  height: 48px;
  background-color: #8d0000;
  color: #fff;
  text-align: center;
  font-size: 1.14em;
  padding-top: 13px;
  position: relative;
  z-index: 5;
  margin: 13px 5px;
}
.home #main .omtm .omtm-bg .band .yel {
  font-size: 22px;
  color: #ffe400;
  position: relative;
  top: 2px;
}
.home #main .omtm .omtm-bg ul {
  margin: 20px 5px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.home #main .omtm .omtm-bg ul .om-li {
  border: 2px solid #e5e5e5;
  display: block;
  width: 156px;
  padding: 10px 0;
  position: relative;
  margin-left: 30px;
  text-align: center;
  background-color: #fff;
}
.home #main .omtm .omtm-bg ul .om-li .cate {
  position: absolute;
  top: -15px;
  left: 5px;
  display: inline-block;
  background-color: #0d8794;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  width: 68px;
  height: 68px;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
}
.home #main .omtm .omtm-bg ul .om-li .img {
  height: 155px;
}
.home #main .omtm .omtm-bg ul .om-li .img img {
  max-width: 100%;
  max-height: 100%;
}
.home #main .omtm .omtm-bg ul .om-li .title {
  font-weight: bold;
  padding: 5px 0 10px 0;
  color: #8d0000;
}
.home #main .omtm .omtm-bg ul .om-li .pr {
  color: #a60000;
}
.home #main .omtm .omtm-bg ul .om-li .pr .price {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
.home #main .omtm .omtm-bg ul .om-li:first-child {
  margin-left: 0;
}
.home #main .omtm .omtm-bg ul .om-li:after {
  position: absolute;
  font-family: "fontAwesome";
  content: "\f067";
  color: #0d8794;
  font-size: 56px;
  top: 30%;
  left: -38px;
}
.home #main .omtm .omtm-bg ul .om-li:first-child:after {
  content: "";
}
.home #main .omtm .omtm-bg .price_box {
  margin: 0 50px;
}
.home #main .omtm .omtm-bg .normal {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 5px;
}
.home #main .omtm .omtm-bg .normal .big {
  font-size: 30px;
}
.home #main .omtm .omtm-bg .up-price {
  color: #a60000;
  font-size: 40px;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  margin-bottom: 20px;
}
.home #main .omtm .omtm-bg .up-price .arrow {
  background-color: #a60000;
  color: #fff;
  display: inline-block;
  width: 90px;
  height: 53px;
  font-size: 17px;
  text-align: center;
  padding: 5px 0;
  position: relative;
  line-height: 20px;
  font-weight: normal;
}
.home #main .omtm .omtm-bg .up-price .arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26.5px 0 26.5px 19px;
  border-color: transparent transparent transparent #a60000;
  position: absolute;
  top: 0;
  right: -19px;
}
.home #main .omtm .omtm-bg .up-price .big {
  padding-left: 25px;
  font-size: 56px;
}
.home #main .omtm .omtm-bg .bom {
  float: left;
  display: inline-block;
  background: #a60000;
  width: 155px;
  height: 155px;
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
  z-index: 0;
  margin-top: -40px;
  margin-left: 50px;
  color: #fff;
}
.home #main .omtm .omtm-bg .bom .shape {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 5px;
  font-size: 1.14em;
  line-height: 1.2;
}
.home #main .omtm .omtm-bg .bom .shape .big {
  font-size: 24px;
}
.home #main .omtm .omtm-bg .bom .shape .big .bigger {
  font-size: 35.5px;
  font-family: "Roboto", sans-serif;
}
.home #main .omtm .omtm-bg .bom:before, .home #main .omtm .omtm-bg .bom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 155px;
  width: 155px;
  background: #a60000;
}
.home #main .omtm .omtm-bg .bom:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.home #main .omtm .omtm-bg .bom:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}
.home #main .omtm .omtm-bg .cm {
  width: 722px;
  background-color: #eae4c4;
  padding: 2px;
  margin: 5px 5px 10px 5px;
  position: relative;
  z-index: 5;
}
.home #main .omtm .omtm-bg .cm .box {
  border: 2px solid #fff;
  background-color: #f6f3e1;
  padding: 10px;
}
.home #main .omtm .omtm-bg .cm .box li {
  line-height: 1.5em;
}
.home #main .voice {
  margin-top: 30px;
}
.home #main .voice .vc-box {
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2P8/e3ufwYkwIgswMqlzIgiAFIIFgDJwFQCAINRE2x2dMNYAAAAAElFTkSuQmCC);
  padding: 10px;
}
.home #main .voice .vc-box .gst {
  margin-left: 20px;
}
.home #main .voice .vc-box .gst img {
  float: left;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.home #main .voice .vc-box .gst .vc-txt {
  float: left;
  display: inline-block;
  width: 600px;
  background-color: #fff;
  padding: 15px;
  margin-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.home #main .voice .vc-box .gst .vc-txt h3 {
  font-size: 18px;
}
.home #main .voice .vc-box .gst .vc-txt .detail {
  padding: 10px 0;
  font-weight: bold;
}
.home #main .voice .vc-box .gst .vc-txt p {
  color: #666;
  font-size: 0.9em;
  line-height: 1.28em;
}
.home #main .voice .vc-box .gst .vc-txt:after, .home #main .voice .vc-box .gst .vc-txt:before {
  right: 100%;
  top: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.home #main .voice .vc-box .gst .vc-txt:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
.home #main .voice .vc-box .gst .men {
  border: 1px solid #0d8794;
}
.home #main .voice .vc-box .gst .men h3 {
  color: #0d8794;
}
.home #main .voice .vc-box .gst .men .detail {
  color: #0d8794;
}
.home #main .voice .vc-box .gst .men:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #0d8794;
  border-width: 11px;
  margin-top: -11px;
}
.home #main .voice .vc-box .gst .women {
  border: 1px solid #d01e76;
}
.home #main .voice .vc-box .gst .women h3 {
  color: #d01e76;
}
.home #main .voice .vc-box .gst .women .detail {
  color: #d01e76;
}
.home #main .voice .vc-box .gst .women:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #d01e76;
  border-width: 11px;
  margin-top: -11px;
}
.home #main .voice .vc-box .staff {
  margin-top: 10px;
}
.home #main .voice .vc-box .staff .st-txt {
  float: left;
  display: inline-block;
  width: 600px;
  background-color: #fff;
  padding: 15px;
  margin-right: 20px;
  position: relative;
  border: 1px solid #f4e7a6;
}
.home #main .voice .vc-box .staff .st-txt p {
  color: #666;
  font-size: 0.9em;
}
.home #main .voice .vc-box .staff .st-txt:after, .home #main .voice .vc-box .staff .st-txt:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.home #main .voice .vc-box .staff .st-txt:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
.home #main .voice .vc-box .staff .st-txt:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #f4e7a6;
  border-width: 11px;
  margin-top: -11px;
}
.home #main .voice .vc-box .staff .staff-img {
  margin-left: 10px;
  text-align: center;
}
.home #main .voice .vc-box .staff .staff-img p {
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 10px;
}
.home #main .delys {
  margin-top: 30px;
}
.home #main .delys .kv {
  margin-top: 25px;
}
.home #main .delys .band {
  display: inline-block;
  width: 760px;
  text-align: center;
  font-size: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJElEQVQIW2OUncXynwEJMCILaIsYMaAIgBSCBUAyV9+cA2sEADgvCl4okotgAAAAAElFTkSuQmCC);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 10px;
  color: #fff;
  text-shadow: 0 1px 0 #0b4200, 1px 0 0 #0b4200, 0 1px 0 #0b4200, 1px 0 0 #0b4200, 1px 1px 0 #0b4200, 1px 1px 0 #0b4200, 1px 1px 0 #0b4200, 1px 1px 0 #0b4200;
  margin-top: 10px;
}
.home #main .delys .band .yel {
  font-size: 20px;
  color: #fff000;
}
.home #main .delys .dely-p {
  font-size: 0.93em;
  padding-top: 10px;
  line-height: 1.7;
}
.home #main .delys .dely-btn {
  text-align: center;
  margin: 20px 0;
}
.home #main .delys .dely-btn .btn {
  display: inline-block;
  width: 470px;
  height: 64px;
  border: 2px solid #b8df42;
  /* @include grad-4(0%,0.00,#c5e463,50%,0.50,#7cca36,50%,0.50,#47a905,100%,1.00,#67c300); */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #67c300), color-stop(0.5, #4eb006), color-stop(0.5, #7cca36), color-stop(0, #c5e463));
  background: -webkit-linear-gradient(top, #c5e463 0%, #7cca36 50%, #4eb006 50%, #67c300 100%);
  background: -moz-linear-gradient(top, #c5e463 0%, #7cca36 50%, #4eb006 50%, #67c300 100%);
  background: -o-linear-gradient(top, #c5e463 0%, #7cca36 50%, #4eb006 50%, #67c300 100%);
  background: -ms-linear-gradient(top, #c5e463 0%, #7cca36 50%, #4eb006 50%, #67c300 100%);
  background: linear-gradient(to bottom, #c5e463 0%, #7cca36 50%, #4eb006 50%, #67c300 100%);
  -pie-background: linear-gradient(to bottom, #c5e463 0%, #7cca36 50%, #4eb006 50%, #67c300 100%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-size: 26px;
  text-shadow: 0 2px 0 #2e8503, 2px 0 0 #2e8503, 0 1px 0 #2e8503, 1px 0 0 #2e8503, 1px 1px 0 #2e8503, 2px 1px 0 #2e8503, 1px 2px 0 #2e8503, 2px 2px 0 #2e8503;
  padding-top: 20px;
  text-align: center;
}
.home #main .delys .dely-btn .btn:after {
  content: "\f054";
  font-family: "fontAwesome";
  padding-left: 5px;
}
.home #main .delys .dely-btn .btn:before {
  content: "\e90c";
  font-family: "icomoon";
  padding-right: 5px;
}
.home #main .delys .dely-btn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.home #main .delys .dely-btn a:hover .btn {
  text-decoration: underline;
}
.home #main .delys .line {
  position: relative;
  padding-top: 10px;
}
.home #main .delys .line .title {
  position: absolute;
  font-weight: bold;
  font-size: 20px;
  margin: 25px 0 0 15%;
  float: left;
}
.home #main .delys .line .srh1 {
  display: inline-block;
  border-left: 2px solid #1c9a04;
  height: 25px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  float: left;
  margin-right: 40px;
}
.home #main .delys .line .srh2 {
  display: inline-block;
  border-left: 2px solid #1c9a04;
  height: 25px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin: 5px 90px 0 40px;
  text-align: right;
  float: right;
}
.home #main .delys .line .p-aria {
  padding-top: 10px;
  margin-bottom: 20px;
}
.home #main .delys .line .p-aria .img {
  float: left;
}
.home #main .delys .line .p-aria .img img {
  max-width: 87px;
  height: auto;
}
.home #main .delys .line .p-aria .line-p {
  float: left;
  display: inline-block;
  width: 86%;
  margin-left: 15px;
  line-height: 1.5;
  font-size: 0.92em;
  margin-bottom: 30px;
}
.home #main .delys .line .line-btn {
  text-align: center;
  margin: 20px 0;
}
.home #main .delys .line .line-btn .btn {
  display: inline-block;
  width: 470px;
  height: 64px;
  border: 2px solid #c2e873;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #51d829), color-stop(0.5, #2bca29), color-stop(0.5, #23bf03), color-stop(0, #8fea11));
  background: -webkit-linear-gradient(top, #8fea11 0%, #23bf03 50%, #2bca29 50%, #51d829 100%);
  background: -moz-linear-gradient(top, #8fea11 0%, #23bf03 50%, #2bca29 50%, #51d829 100%);
  background: -o-linear-gradient(top, #8fea11 0%, #23bf03 50%, #2bca29 50%, #51d829 100%);
  background: -ms-linear-gradient(top, #8fea11 0%, #23bf03 50%, #2bca29 50%, #51d829 100%);
  background: linear-gradient(to bottom, #8fea11 0%, #23bf03 50%, #2bca29 50%, #51d829 100%);
  -pie-background: linear-gradient(to bottom, #8fea11 0%, #23bf03 50%, #2bca29 50%, #51d829 100%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-size: 26px;
  text-shadow: 0 1px 0 #207c01, 1px 0 0 #207c01, 0 1px 0 #207c01, 1px 0 0 #207c01, 1px 1px 0 #207c01, 1px 1px 0 #207c01, 1px 1px 0 #207c01, 1px 1px 0 #207c01;
  box-shadow: 0px 2px 3px 1px #bbb8b9;
  -webkit-box-shadow: 0px 2px 3px 1px #bbb8b9;
  -moz-box-shadow: 0px 2px 3px 1px #bbb8b9;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.home #main .delys .line .line-btn .btn:after {
  content: "\f054";
  font-family: "fontAwesome";
  padding-left: 5px;
  position: absolute;
  font-size: 20px;
  top: 35%;
  right: 20px;
}
.home #main .delys .line .line-btn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.home #main .delys .line .line-btn a:hover .btn {
  text-decoration: underline;
}
.home #main .caution {
  margin-bottom: 30px;
}
.home #main .caution .cc1 {
  background-color: #f0f0f0;
  margin-top: 30px;
}
.home #main .caution .cc1 h2 {
  font-size: 28px;
  text-align: center;
  padding: 30px 0 15px 0;
}
.home #main .caution .cc1 .under {
  font-size: 0.92em;
  line-height: 1.8;
  padding: 10px;
  width: 100%;
}
.home #main .caution .cc1 ul {
  padding: 10px;
  width: 760px;
  display: block;
}
.home #main .caution .cc1 ul .cc-li {
  float: left;
  width: 230px;
  margin-left: 25px;
}
.home #main .caution .cc1 ul .cc-li img {
  margin-bottom: 10px;
}
.home #main .caution .cc1 ul .cc-li p {
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.home #main .caution .cc1 ul .cc-li:first-child {
  margin-left: 0;
}
.home #main .caution .cc1 ul .cp-li {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.home #main .caution .cc1 ul .cp-li .num {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #939393;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  padding-top: 15px;
  float: left;
  margin-right: 10px;
}
.home #main .caution .cc1 ul .cp-li .txt h3 {
  font-size: 22px;
  padding: 10px 0;
}
.home #main .caution .cc1 ul .cp-li .txt .text {
  font-size: 0.92em;
  line-height: 1.8;
  overflow: auto;
}
.home #main .seo {
  margin-top: 30px;
}
.home #main .seo .txt-aria {
  margin-top: 15px;
}
.home #main .seo .txt-aria img {
  max-width: 192px;
  float: left;
  margin-right: 15px;
}
.home #main .seo .txt-aria p {
  display: inline;
  font-size: 0.92em;
  line-height: 1.7em;
}
.home #main .blog {
  margin-top: 30px;
}
.home #main .blog h2 {
  position: relative;
}
.home #main .blog a {
  color: #fff;
}
.home #main .blog a .h2-cm {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  text-align: right;
  border-left: 1px solid #fff;
  padding-left: 8px;
}
.home #main .blog a .h2-cm:after {
  font-family: "FontAwesome";
  content: "\f144";
  padding-left: 8px;
}
.home #main .blog a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.home #main .blog a:hover .h2-cm {
  text-decoration: underline;
}
.home #main .blog ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.home #main .blog ul .blog-li {
  float: left;
  width: 242px;
  margin-left: 17px;
}
.home #main .blog ul .blog-li .img {
  width: 100%;
  height: 225px;
  border: 2px solid #ededed;
}
.home #main .blog ul .blog-li .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.home #main .blog ul .blog-li .txt {
  padding-top: 15px;
}
.home #main .blog ul .blog-li .txt .day {
  font-size: 0.85em;
}
.home #main .blog ul .blog-li .txt h3 {
  font-size: 0.92em;
}
.home #main .blog ul .blog-li .txt h3 a {
  color: #3d4aff;
}
.home #main .blog ul .blog-li .txt h3 a:hover {
  text-decoration: none;
}
.home #main .blog ul .blog-li .txt .detail {
  font-size: 0.85em;
  padding-top: 10px;
}
.home #main .blog ul .blog-li:first-child {
  margin-left: 0;
}
.home #main .sns {
  margin-top: 20px;
  margin-bottom: 50px;
}
.home #main .sns .fb {
  float: left;
  margin-right: 10px;
}

#side {
  width: 220px;
  float: left;
  margin-bottom: 50px;
}
#side .bnr {
  margin-bottom: 10px;
}
#side .line-bnr {
  background-color: #5f4323;
  padding: 5px 0 0 5px;
}
#side .line-bnr a {
  display: block;
  padding-bottom: 5px;
}
#side .line-bnr .line1 {
  background: url(images/sidebar/btn_line_on.png) no-repeat;
}
#side .line-bnr .line1:hover img {
  visibility: hidden;
}
#side .buy-bnr {
  background-color: #333;
  padding: 5px 0 0 5px;
}
#side .buy-bnr a {
  display: block;
  padding-bottom: 5px;
}
#side .buy-bnr .buy1 {
  background: url(images/sidebar/btn_dely_on.png) no-repeat;
}
#side .buy-bnr .buy1:hover img {
  visibility: hidden;
}
#side .buy-bnr .buy2 {
  background: url(images/sidebar/btn_visit_on.png) no-repeat;
}
#side .buy-bnr .buy2:hover img {
  visibility: hidden;
}
#side .buy-bnr .buy3 {
  background: url(images/sidebar/btn_shop_on.png) no-repeat;
}
#side .buy-bnr .buy3:hover img {
  visibility: hidden;
}
#side .buy-bnr .buy4 {
  background: url(images/sidebar/btn_freehand_on.png) no-repeat;
}
#side .buy-bnr .buy4:hover img {
  visibility: hidden;
}
#side .bnr-mail {
  display: block;
  width: 220px;
  height: 150px;
  background-color: #5f4323;
  padding: 5px;
}
#side .bnr-mail p {
  color: #fff;
  font-size: 13px;
  text-align: center;
}
#side .bnr-mail p span {
  font-size: 16px;
}
#side .bnr-mail a {
  display: block;
  background: url(images/sidebar/btn_mail_on.png) no-repeat;
}
#side .bnr-mail a:hover img {
  visibility: hidden;
}
#side .sd_bnr_tel {
  position: relative;
}
#side .sd_bnr_tel img {
  border: 5px solid #a60000;
}
#side .sd_bnr_tel p {
  position: absolute;
  color: #333;
  text-decoration: none;
}
#side .sd_bnr_tel .tel_num {
  bottom: 16.5%;
  left: 22%;
  font-size: 1.8em;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
#side .sd_bnr_tel .tel_txt {
  bottom: 5%;
  left: 7%;
  font-size: 0.9em;
}
#side .tel_bnr {
  border: 5px solid #a60000;
  position: relative;
}
#side .tel_bnr .tel {
  position: absolute;
  bottom: 28px;
  right: 10px;
  font-size: 25px;
  font-weight: bold;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
#side .tel_bnr .info {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 12px;
  letter-spacing: -0.5px;
}
#side .gds-h4 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a60000), color-stop(1, #0c0803));
  background: -webkit-linear-gradient(top, #a60000 0%, #0c0803 100%);
  background: -moz-linear-gradient(top, #a60000 0%, #0c0803 100%);
  background: -o-linear-gradient(top, #a60000 0%, #0c0803 100%);
  background: -ms-linear-gradient(top, #a60000 0%, #0c0803 100%);
  background: linear-gradient(to bottom, #a60000 0%, #0c0803 100%);
  -pie-background: linear-gradient(to bottom, #a60000 0%, #0c0803 100%);
  width: 210px;
  height: 36px;
  margin: 5px 5px 0 5px;
  border-left: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  border-top: 2px solid #e3e3e3;
}
#side .gds-h4 span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  margin: 7px 0 5px 10px;
  padding-left: 10px;
  border-left: 4px solid #fff;
}
#side .gds-h4:after, #side .gds-h4:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #a60000), color-stop(1, #0c0803));
  background: -webkit-linear-gradient(left, #a60000 0%, #0c0803 100%);
  background: -moz-linear-gradient(left, #a60000 0%, #0c0803 100%);
  background: -o-linear-gradient(left, #a60000 0%, #0c0803 100%);
  background: -ms-linear-gradient(left, #a60000 0%, #0c0803 100%);
  background: linear-gradient(to right, #a60000 0%, #0c0803 100%);
  -pie-background: linear-gradient(to right, #a60000 0%, #0c0803 100%);
}
#side .gds-h4:after {
  margin-top: 2px;
}
#side .handing {
  width: 220px;
  background-color: #a60000;
  padding-bottom: 5px;
}
#side .handing .gd-bnr {
  display: inline-block;
  width: 210px;
  height: 64px;
  margin: 0 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e3e3e3));
  background: -webkit-linear-gradient(top, #fff 0%, #e3e3e3 100%);
  background: -moz-linear-gradient(top, #fff 0%, #e3e3e3 100%);
  background: -o-linear-gradient(top, #fff 0%, #e3e3e3 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #fff 0%, #e3e3e3 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #e3e3e3 100%);
  border: 2px solid #fff;
  border-top: 1px solid #fff;
}
#side .handing .gd-bnr a {
  display: inline-block;
  width: 210px;
  height: 64px;
  text-decoration: none;
  color: #000;
  padding: 20px 0 0 30px;
  position: relative;
  border-top: 2px dotted #ccc;
}
#side .handing .gd-bnr a p {
  display: inline-block;
  width: 120px;
  color: #462601;
}
#side .handing .gd-bnr a img {
  position: absolute;
  right: 10px;
  bottom: 8px;
}
#side .handing .gd-bnr a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
#side .handing .gd-bnr a:hover p {
  text-decoration: underline;
}
#side .handing .more {
  width: 210px;
  height: 38px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #31d6e8), color-stop(1, #0d8794));
  background: -webkit-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -moz-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -o-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -ms-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: linear-gradient(to bottom, #31d6e8 0%, #0d8794 100%);
  -pie-background: linear-gradient(to bottom, #31d6e8 0%, #0d8794 100%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #0d8794;
  position: relative;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  padding: 5px 0 0 5px;
  margin: 5px 0 0 5px;
}
#side .handing .more a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 5px;
  padding-right: 20px;
}
#side .handing .more a:after {
  position: absolute;
  font-family: "fontAwesome";
  content: "\f144";
  padding-left: 5px;
  top: 6px;
  right: -150px;
  color: #fff;
}
#side .handing .more a:hover {
  text-decoration: underline;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
#side .handing .more:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
#side .handing .gr-bnr {
  display: inline-block;
  width: 210px;
  height: 70px;
  margin: 0 5px 5px 5px;
}
#side .handing .gr-bnr a {
  display: inline-block;
  width: 210px;
  height: 49px;
  text-decoration: none;
  color: #fff;
  padding: 45px 0 0 10px;
  position: relative;
  font-size: 14px;
}
#side .handing .gr-bnr a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
#side .gds a:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 14px;
  top: 20px;
  left: 10px;
  color: #a60000;
}
#side .genre a {
  padding: 15px 10px !important;
}
#side .genre a span {
  font-size: 30px;
  color: #a60000;
}
#side .genre a p {
  padding-bottom: 15px;
  vertical-align: middle;
  padding-left: 10px;
  width: 150px !important;
}
#side .handing2 {
  width: 220px;
  border: 2px solid #ccc;
}
#side .handing2 .gds-h4 {
  margin: 3px !important;
}
#side .handing2 li {
  display: inline-block;
  width: 210px;
  height: 40px;
  border-bottom: 1px dotted #ccc;
  color: #462601;
  font-size: 15px;
  padding: 10px 0 0 13px;
}
#side .handing2 li a {
  display: inline-block;
  width: 210px;
  height: 40px;
  text-decoration: none;
  color: #462601;
}
#side .handing2 li a:before {
  font-family: 'FontAwesome';
  content: "";
  top: 0;
  font-size: 14px;
  top: 10px;
  left: 10px;
  padding-right: 10px;
  color: #a60000;
}
#side .handing2 li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  text-decoration: underline;
}
#side .handing2 li:last-child {
  border: none;
}
#side .handing_blog {
  width: 220px;
  background-color: #60492d;
  padding-bottom: 5px;
}
#side .handing_blog .gds-h4 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f4f4f), color-stop(1, #2a2a2a));
  background: -webkit-linear-gradient(top, #4f4f4f 0%, #2a2a2a 100%);
  background: -moz-linear-gradient(top, #4f4f4f 0%, #2a2a2a 100%);
  background: -o-linear-gradient(top, #4f4f4f 0%, #2a2a2a 100%);
  background: -ms-linear-gradient(top, #4f4f4f 0%, #2a2a2a 100%);
  background: linear-gradient(to bottom, #4f4f4f 0%, #2a2a2a 100%);
  -pie-background: linear-gradient(to bottom, #4f4f4f 0%, #2a2a2a 100%);
  width: 210px;
  height: 36px;
  margin: 5px 5px 0 5px;
  border-left: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  border-top: 2px solid #e3e3e3;
}
#side .handing_blog .gds-h4:after, #side .handing_blog .gds-h4:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4f4f4f), color-stop(1, #2a2a2a));
  background: -webkit-linear-gradient(left, #4f4f4f 0%, #2a2a2a 100%);
  background: -moz-linear-gradient(left, #4f4f4f 0%, #2a2a2a 100%);
  background: -o-linear-gradient(left, #4f4f4f 0%, #2a2a2a 100%);
  background: -ms-linear-gradient(left, #4f4f4f 0%, #2a2a2a 100%);
  background: linear-gradient(to right, #4f4f4f 0%, #2a2a2a 100%);
  -pie-background: linear-gradient(to right, #4f4f4f 0%, #2a2a2a 100%);
}
#side .handing_blog .gd-bnr {
  display: inline-block;
  width: 210px;
  height: 40px;
  margin: 0 5px;
}
#side .handing_blog .gd-bnr a {
  display: inline-block;
  width: 210px;
  height: 40px;
  text-decoration: none;
  color: #462601;
  padding: 11px 0 0 30px;
  position: relative;
  border-bottom: 1px dotted #60492d;
  background: #fff;
}
#side .handing_blog .gd-bnr a p {
  display: inline-block;
  width: 120px;
  color: #462601;
}
#side .handing_blog .gd-bnr a img {
  position: absolute;
  right: 10px;
  bottom: 8px;
}
#side .handing_blog .gd-bnr a:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 14px;
  top: 10px;
  left: 10px;
  color: #8d0000;
}
#side .handing_blog .gd-bnr a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
#side .handing_blog .gd-bnr a:hover p {
  text-decoration: underline;
}
#side .handing_blog .more {
  padding: 5px 0 0 5px;
}
#side .handing_blog .gr-bnr {
  display: inline-block;
  width: 210px;
  height: 70px;
  margin: 0 5px 5px 5px;
}
#side .handing_blog .gr-bnr a {
  display: inline-block;
  width: 210px;
  height: 49px;
  text-decoration: none;
  color: #fff;
  padding: 45px 0 0 10px;
  position: relative;
  font-size: 14px;
}
#side .handing_blog .gr-bnr a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}

section .attention p {
  font-size: 0.85em;
  line-height: 1.4;
}
section .attention span {
  font-size: 14px;
  margin-right: 3px;
}

.under #main.buy_list section {
  margin-bottom: 26px;
}
.under #main.buy_list .h2-bg {
  margin-bottom: 10px;
}
.under #main.buy_list .lead {
  line-height: 1.6;
  margin-bottom: 15px;
}
.under #main.buy_list ul {
  margin-right: -5px;
  margin-bottom: 3px;
}
.under #main.buy_list ul .item_li {
  width: 250px;
  margin-right: 5px;
  margin-bottom: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
  background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #ccc;
  float: left;
}
.under #main.buy_list ul .item_li a {
  width: 100%;
  min-height: 72px;
  text-decoration: none;
  color: #8d0000;
  padding-left: 80px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: table;
  vertical-align: middle;
  height: 70px;
}
.under #main.buy_list ul .item_li a img {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 54px;
}
.under #main.buy_list ul .item_li a span {
  position: absolute;
  font-size: 54px;
  top: 8px;
  left: 8px;
  color: #a60000;
}
.under #main.buy_list ul .item_li a p {
  line-height: 20px;
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
}
.under #main.buy_list ul .item_li a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  font-size: 28px;
  top: 29px;
  right: 8px;
  color: #ff6600;
}
.under #main.buy_list ul .item_li a:hover {
  text-decoration: underline;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.under #main.buy_list ul .item_li2 {
  width: 250px;
  margin-right: 5px;
  margin-bottom: 10px;
  float: left;
}
.under #main.buy_list ul .item_li2 a {
  width: 100%;
  color: #0084bf;
  position: relative;
}
.under #main.buy_list ul .item_li2 a span {
  position: absolute;
  font-size: 54px;
  top: 8px;
  left: 8px;
  color: #a60000;
}
.under #main.buy_list ul .item_li2 a p {
  line-height: 20px;
  font-size: 15px;
  display: inline;
  padding-left: 20px;
}
.under #main.buy_list ul .item_li2 a p:after {
  font-family: 'FontAwesome';
  content: "\f18e";
  position: absolute;
  font-size: 1.2em;
  top: 0;
  left: 0;
  color: #ff6600;
}
.under #main.buy_list ul .item_li2 a:hover {
  text-decoration: underline;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}

#kv_category {
  background: #333333;
  height: 380px;
  margin: 0  -300px;
  overflow: hidden;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
#kv_category .mv-inner {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
#kv_category .mv-inner img {
  position: relative;
}
#kv_category .mv-inner .txt {
  position: absolute;
  left: 300px;
  height: 47px;
  width: 370px;
  top: 20px;
}
#kv_category .mv-inner .txt .balloon {
  height: 47px;
  width: 100%;
  position: relative;
  background: -moz-linear-gradient(left, #0d98a8 0%, #41b7c5 50%, #0d98a8 100%);
  background: -webkit-linear-gradient(left, #0d98a8 0%, #41b7c5 50%, #0d98a8 100%);
  background: -o-linear-gradient(left, #0d98a8 0%, #41b7c5 50%, #0d98a8 100%);
  background: -ms-linear-gradient(left, #0d98a8 0%, #41b7c5 50%, #0d98a8 100%);
  background: linear-gradient(to right, #0d98a8 0%, #41b7c5 50%, #0d98a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d98a8', endColorstr='#0d98a8',GradientType=1 );
}
#kv_category .mv-inner .txt .balloon:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid #41b7c5;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-color: transparent;
  border-top-color: #41b7c5;
}
#kv_category .mv-inner .txt p {
  text-align: center;
  width: 100%;
  font-size: 26px;
  color: #fff;
  padding: 10px;
}
#kv_category .mv-inner .img_area {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
#kv_category .mv-inner .img_area .img {
  position: absolute;
  border: 3px solid #333333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
#kv_category .mv-inner .img_area img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#kv_category .mv-inner .img_area .img_330 {
  width: 330px;
  height: 330px;
  top: -6px;
  right: 360px;
}
#kv_category .mv-inner .img_area .img_230 {
  width: 230px;
  height: 230px;
  top: 180px;
  right: 265px;
}

.under #main.category .possible .pos-kv {
  border-top: 2px solid #f5f2e3;
  background: -moz-linear-gradient(top, #f5f2e3 0%, #fff 25%, #fff 100%);
  background: -webkit-linear-gradient(top, #f5f2e3 0%, #fff 25%, #fff 100%);
  background: -o-linear-gradient(top, #f5f2e3 0%, #fff 25%, #fff 100%);
  background: -ms-linear-gradient(top, #f5f2e3 0%, #fff 25%, #fff 100%);
  background: linear-gradient(to bottom, #f5f2e3 0%, #fff 25%, #fff 100%);
  -pie-background: linear-gradient(to bottom, #f5f2e3 0%, #fff 25%, #fff 100%);
}
.under #main.category .possible .pos-kv .pos-hd {
  border-top: 1px solid #3c260d;
}
.under #main.category .possible .pos-kv .pos-hd .pos-inner {
  border-top: 1px solid #faf8f1;
}
.under #main.category .possible .pos-kv .box-under {
  padding: 0 0 5px 0;
}
.under #main.category .possible .good ul {
  margin-bottom: 0;
}
.under #main.category .buy_item .h2-bg {
  margin-bottom: 20px;
}
.under #main.category .omatome {
  margin-bottom: 25px;
}
.under #main.category .voice {
  margin-bottom: 30px;
}
.under #main.category .voice .h2-bg {
  margin-bottom: 0;
}
.under #main.category .voice .vc-box {
  margin-bottom: 20px;
}
.under #main.category .about_item {
  padding-top: 10px;
  margin-top: 30px;
}
.under #main.category .about_item .h2-bg {
  margin-bottom: 16px;
}
.under #main.category .about_item ul {
  margin-right: -20px;
}
.under #main.category .about_item ul .about_li {
  width: 370px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 10px;
}
.under #main.category .about_item ul .about_li img {
  display: block;
  width: 74px;
  float: left;
}
.under #main.category .about_item ul .about_li .txt {
  width: 287px;
  float: right;
  font-weight: bold;
  font-size: 0.92em;
  line-height: 1.6em;
}
.under #main.category .about_item ul .about_li .txt .date {
  color: #666;
  font-weight: normal;
}
.under #main.category .seo .h2-bg {
  margin-bottom: 0;
}
.under #main .last_contents {
  margin-bottom: 50px;
}

.home #main .high-bg .high-white .high-cont .price {
  position: relative;
  padding-left: 220px;
  top: 10px;
}
.home #main .high-bg .high-white .high-cont .price .txt {
  width: 190px;
  left: 20px;
  top: 0;
  position: absolute;
  line-height: 1.1em;
}

.under #main .pagenav {
  text-align: center;
  margin-bottom: 20px;
}
.under #main .pagenav .current, .under #main .pagenav a {
  font-size: 18px;
  color: #333;
  border: 1px solid #ededed;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0px 1px 0px 0px #ededed;
  -webkit-box-shadow: 0px 1px 0px 0px #ededed;
  -moz-box-shadow: 0px 1px 0px 0px #ededed;
  text-decoration: none;
  display: inline-block;
  width: 38px;
  height: 37px;
  padding-top: 10px;
  margin: 0 3px;
}
.under #main .pagenav a:hover {
  background: #ededed;
  text-decoration: underline;
}
.under #main .pagenav .current {
  background: #ededed;
}
.under #main .pagenav .extend {
  margin: 0 5px;
}
.under #main.item_seo .article {
  margin-bottom: 40px;
}
.under #main.item_seo .article .sns .btn_sns {
  display: inline-block;
}
.under #main.item_seo .article .tags {
  width: 400px;
  float: right;
  text-align: right;
}
.under #main.item_seo .article .tags span {
  color: #8d0000;
  font-size: 0.92em;
  position: relative;
}
.under #main.item_seo .article .tags span:after {
  content: "｜";
  font-size: 0.92em;
  position: absolute;
  right: 8px;
}
.under #main.item_seo .article .tags span:last-child a {
  padding-right: 0;
}
.under #main.item_seo .article .tags span:last-child:after {
  content: "";
}
.under #main.item_seo .article .tags span a {
  color: #8d0000;
  padding-right: 26px;
}
.under #main.item_seo .article .tags span a:hover {
  text-decoration: none;
}
.under #main.item_seo .article .txt {
  line-height: 26px;
  margin-bottom: 10px;
}
.under #main.item_seo .article .art_hd {
  border-top: 3px solid #8d0000;
  border-bottom: 3px solid #8d0000;
  padding: 1px 0;
  margin-bottom: 10px;
}
.under #main.item_seo .article .art_hd .bdr {
  border-top: 1px solid #8d0000;
  border-bottom: 1px solid #8d0000;
  padding: 20px 0;
}
.under #main.item_seo .article .art_hd .bdr .hd_info {
  overflow: hidden;
  margin-bottom: 20px;
}
.under #main.item_seo .article .art_hd .bdr .hd_info .date {
  width: 70px;
  float: left;
}
.under #main.item_seo .article .art_hd .bdr h2 {
  font-size: 24px;
  color: #8d0000;
}
.under #main.item_seo .article .sns {
  margin-bottom: 30px;
}
.under #main.item_seo .article .main_img {
  margin-bottom: 20px;
}
.under #main.item_seo .article .pr {
  margin-bottom: 20px;
}
.under #main.item_seo .article .pr.lead {
  margin-bottom: 30px;
}
.under #main.item_seo .article .pr .h3-bg .i-big {
  background-color: #b1926e;
}
.under #main.item_seo .article .pr .h3-bg .i-big span {
  background-color: #8d0000;
}
.under #main.item_seo .article .pr .h4_bg {
  border-left: 6px solid #b1926e;
  padding-left: 9px;
  font-size: 16px;
  margin-bottom: 10px;
}
.under #main.item_seo .article .pr .art_li {
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.under #main.item_seo .article .pr .art_li:after {
  position: absolute;
  top: 6px;
  left: 12px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #b1926e;
}
.under #main.item_seo .article .art_ft {
  overflow: hidden;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 10px;
}
.under #main.item_seo .article .art_ft .btn_pagetop {
  width: 162px;
  float: right;
  margin-left: 20px;
}
.under #main.item_seo .article .art_ft .btn_pagetop a {
  width: 162px;
  background: #5a4021;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0px 3px 0px 0px #8d0000;
  -webkit-box-shadow: 0px 3px 0px 0px #8d0000;
  -moz-box-shadow: 0px 3px 0px 0px #8d0000;
  display: block;
  height: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 7px 0 0 27px;
}
.under #main.item_seo .article .art_ft .btn_pagetop a:after {
  font-family: "fontAwesome";
  content: "\f139";
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 8px;
}
.under #main.item_seo .article .art_ft .btn_pagetop a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.under #main.item_seo .article .art_ft .tags {
  padding-top: 8px;
}

.under #main.high_list .search {
  margin-bottom: 23px;
}
.under #main.high_list .search p {
  line-height: 1.6;
  margin-bottom: 5px;
}
.under #main.high_list .search .attention {
  margin-bottom: 10px;
}
.under #main.high_list .search .attention p {
  margin-bottom: 0;
}
.under #main.high_list .search #input_search {
  width: 617px;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px 0px  0px 5px;
  -webkit-border-radius: 5px 0px  0px 5px;
  -moz-border-radius: 5px 0px  0px 5px;
  border: 1px solid #dedede;
  background: #f4fcff;
  height: 50px;
}
.under #main.high_list .search #input_search:placeholder-shown {
  color: #666;
}
.under #main.high_list .search #input_search::-webkit-input-placeholder {
  color: #666;
}
.under #main.high_list .search #input_search:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.under #main.high_list .search #input_search::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.under #main.high_list .search #input_search:-ms-input-placeholder {
  color: #666;
}
.under #main.high_list .search .btn_search {
  width: 143px;
  height: 50px;
  font-size: 18px;
  margin-left: -5px;
  color: #fff;
  border-radius: 0px 5px  5px 0px;
  -webkit-border-radius: 0px 5px  5px 0px;
  -moz-border-radius: 0px 5px  5px 0px;
  border: 1px solid #0d8794;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #31d6e8), color-stop(1, #0d8794));
  background: -webkit-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -moz-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -o-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -ms-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: linear-gradient(to bottom, #31d6e8 0%, #0d8794 100%);
  -pie-background: linear-gradient(to bottom, #31d6e8 0%, #0d8794 100%);
  display: block;
  float: right;
}
.under #main.high_list .search .btn_search .bdr {
  display: block;
  border-radius: 0px 5px  5px 0px;
  -webkit-border-radius: 0px 5px  5px 0px;
  -moz-border-radius: 0px 5px  5px 0px;
  padding: 12px 20px 12px 43px;
}
.under #main.high_list .search .btn_search .bdr .inner {
  position: relative;
}
.under #main.high_list .search .btn_search .bdr .inner:after {
  font-family: "fontAwesome";
  content: "\f002";
  font-size: 22px;
  position: absolute;
  left: -27px;
  top: -1px;
}
.under #main.high_list .search .btn_search:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.under #main.high_list .buy_item {
  margin-bottom: 33px;
}
.under #main .high_item .genre_bdr {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
.under #main .high_item .item_genre {
  margin-right: -15px;
  padding-bottom: 10px;
}
.under #main .high_item .item_genre .item_li {
  width: 142px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.under #main .high_item .item_genre .item_li a {
  padding-left: 44px;
  color: #a60000;
  min-height: 48px;
  height: 48px;
}
.under #main .high_item .item_genre .item_li a p {
  font-size: 0.92em;
  width: 87px;
}
.under #main .high_item .item_genre .item_li a span {
  font-size: 30px;
}
.under #main .high_item .item_genre .item_li a:after {
  content: "";
}
.under #main .high_item .high_list .h3-bg {
  border-bottom: none;
}
.under #main .high_item .high_list ul {
  position: relative;
  z-index: 1px;
  clear: both;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.under #main .high_item .high_list ul .pf-li {
  width: 176px;
  margin-right: 19px;
  min-height: 253px;
  background-color: #fff;
  margin-bottom: 20px;
  display: block;
}
.under #main .high_item .high_list ul .pf-li .img {
  border: 4px solid #e5e5e5;
  width: 100%;
  height: 158px;
}
.under #main .high_item .high_list ul .pf-li .img img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.under #main .high_item .high_list ul .pf-li .pl {
  display: table;
}
.under #main .high_item .high_list ul .pf-li .pl p {
  display: table-cell;
  vertical-align: middle;
}
.under #main .high_item .high_list ul .pf-li .pl .blue {
  font-size: 0.75em;
  padding: 3px 4px;
  background-color: #0199aa;
  text-align: center;
  color: #fff;
  line-height: 1.2em;
  width: 50px;
  float: left;
}
.under #main .high_item .high_list ul .pf-li .pl .price {
  font-size: 1.2em;
  padding-left: 5px;
  color: #a60000;
}
.under #main .high_item .high_list ul .pf-li .pl .price .sm {
  font-size: 0.85em;
}
.under #main .high_item .high_list ul .pf-li .title {
  display: inline-block;
  font-size: 0.92em;
  width: 100%;
  padding: 10px 5px 10px 0;
  text-align: center;
}
.under #main .high_item .high_list ul .li4 {
  margin-right: 0px !important;
}
.under #main .high_item .high_list .pagenav {
  margin-bottom: 40px;
}
.under #main .buy_item .note {
  padding: 10px 0 10px 8px;
  background: #efefef;
  font-size: 0.92em;
  margin-bottom: 10px;
}

.under #main.blog .article .art_hd {
  border: none;
  border-left: 10px solid #a60000;
  padding-left: 10px;
  margin-bottom: 20px;
}
.under #main.blog .article .art_hd .bdr {
  border: none;
  padding: 0;
}
.under #main.blog .article .art_hd .bdr .hd_info {
  margin-bottom: 5px;
}
.under #main.blog .article .art_hd .bdr h2 {
  line-height: 1.4;
}
.under #main.blog .article .pr .h3-bg {
  font-size: 20px;
}
.under #main.blog .article .pr .h3-bg .i-big {
  background: #333333;
}
.under #main.blog .article .pr .h3-bg .i-big span {
  background: #a60000;
}
.under #main.blog .article .pr .h4_bg {
  border-left: 6px solid #333333;
}
.under #main.blog .article .pr .art_li:after {
  background: #333333;
}
.under #main.blog .article .tags span a {
  text-decoration: none;
  color: #a60000;
}
.under #main.blog .article .tags span a:hover {
  text-decoration: underline;
}

.under #main.voice .lead {
  font-size: 0.92em;
  line-height: 22px;
  margin-bottom: 20px;
}
.under #main.voice .posts {
  margin-bottom: 30px;
}
.under #main.voice .posts p {
  font-size: 0.92em;
  line-height: 22px;
}
.under #main.voice .posts .post {
  border: 5px solid #ededed;
  padding: 15px 7px;
  margin-bottom: 10px;
}
.under #main.voice .posts .post .customer, .under #main.voice .posts .post .staff {
  overflow: hidden;
}
.under #main.voice .posts .post .customer .face, .under #main.voice .posts .post .staff .face {
  width: 93px;
  float: left;
  text-align: center;
  padding-right: 3px;
}
.under #main.voice .posts .post .customer .txt, .under #main.voice .posts .post .staff .txt {
  width: 640px;
  float: right;
}
.under #main.voice .posts .post .customer .txt .name, .under #main.voice .posts .post .staff .txt .name {
  font-size: 12px;
  color: #fff;
  margin-bottom: 7px;
}
.under #main.voice .posts .post .customer .txt .name span, .under #main.voice .posts .post .staff .txt .name span {
  padding: 1px 9px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: inline-block;
}
.under #main.voice .posts .post .customer .txt .summary, .under #main.voice .posts .post .staff .txt .summary {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.under #main.voice .posts .post .customer {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.under #main.voice .posts .post .customer.woman span {
  background: #ea1980;
}
.under #main.voice .posts .post .customer.woman .summary {
  color: #ea1980;
}
.under #main.voice .posts .post .customer.man span {
  background: #0d98a8;
}
.under #main.voice .posts .post .customer.man .summary {
  color: #0d98a8;
}
.under #main.voice .posts .post .staff .name span {
  background: #5f4323;
}
.under #main.voice .pagenav {
  margin-bottom: 60px;
}
.under #main.voice .pagenav .current, .under #main.voice .pagenav a {
  font-size: 14px;
  width: 30px;
  height: 30px;
  color: #666;
  padding-top: 6px;
}
.under #main.voice .pagenav .current {
  color: #fff;
  background: #ff6b1d;
  border: none;
}
.under #main.voice .pagenav .extend {
  font-size: 14px;
  margin: 0 3px;
}
.under #main.voice .pagenav .fa-angle-double-right {
  font-size: 18px;
}
.under #main.voice .pagenav .last {
  width: 60px;
  padding-left: 5px;
}
.under #main.voice .pagenav .last i {
  margin-left: -4px;
}
.under #main.voice .pagenav a:hover {
  color: #fff;
  background: #ff6b1d;
  text-decoration: underline;
  border: none;
}

.under #main.good .canbuy {
  margin-bottom: 40px;
}
.under #main.good .canbuy p {
  line-height: 1.6;
  margin-bottom: 15px;
}
.under #main.good .canbuy .good_genre .title {
  width: 297px;
  padding: 10px 10px 0;
  background: #a60000;
  position: relative;
}
.under #main.good .canbuy .good_genre .title span {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 32px;
}
.under #main.good .canbuy .good_genre .title span:after {
  content: "\f1b3";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  font-size: 22px;
}
.under #main.good .canbuy .good_genre .title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 68px;
  margin: 3% -10% 0;
  background: #a60000;
  transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  -moz-transform: rotate(33deg);
  -webkit-transform: rotate(33deg);
  -o-transform: rotate(33deg);
  z-index: -1;
}
.under #main.good .canbuy .good_genre .genre_li {
  padding: 10px 9px 10px 10px;
  background: #a60000;
}
.under #main.good .canbuy .good_genre .genre_li .item_genre {
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: #fff;
}
.under #main.good .canbuy .good_genre .genre_li .item_genre .item_li {
  width: 148px;
  height: 50px;
  float: left;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  overflow: hidden;
}
.under #main.good .canbuy .good_genre .genre_li .item_genre .item_li a {
  display: table;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
  background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border: 1px #fff solid;
  position: relative;
  padding-left: 44px;
  padding-right: 23px;
  text-decoration: none;
  color: #333;
  overflow: hidden;
}
.under #main.good .canbuy .good_genre .genre_li .item_genre .item_li a span {
  position: absolute;
  font-size: 30px;
  top: 8px;
  left: 8px;
  color: #a60000;
}
.under #main.good .canbuy .good_genre .genre_li .item_genre .item_li a p {
  line-height: 20px;
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
}
.under #main.good .canbuy .good_genre .genre_li .item_genre .item_li a:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 11px;
  height: 42px;
  margin: 3% -10% 0;
  background: #a60000;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
.under #main.good .canbuy .good_genre .genre_li .item_genre .item_li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  text-decoration: underline;
}
.under #main.good .about_item {
  margin-bottom: 40px;
}
.under #main.good .about_item p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.under #main.good .about_item .h2-bg {
  margin-bottom: 15px;
}
.under #main.good .about_item .about_box {
  margin-bottom: 20px;
}
.under #main.good .about_item .about_box .about_img {
  width: 226px;
  float: left;
}
.under #main.good .about_item .about_box .txt {
  width: 524px;
  float: right;
}
.under #main.good .about_item .imperfect {
  margin-top: 15px;
  background: #fbf6dd;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding: 15px 10px 0 10px;
}
.under #main.good .about_item .imperfect .imperfect_li {
  width: 230px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  vertical-align: bottom;
  margin-right: 10px;
}
.under #main.good .about_item .imperfect .imperfect_li:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "fontAwesome";
  content: "\f046";
  color: #a60000;
  font-size: 16px;
}
.under #main.good .about_item .li-link {
  text-align: right;
  padding-top: 20px;
}
.under #main.good .about_item .li-link a {
  color: #0084bf;
  padding-left: 14px;
  position: relative;
}
.under #main.good .about_item .li-link a:before {
  font-family: "fontAwesome";
  content: "\f139";
  color: #0084bf;
  left: 0;
  top: 0px;
  position: absolute;
}
.under #main.good .about_item .li-link a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  text-decoration: none;
}

.under #main.faq #loading {
  width: 100%;
  text-align: center;
  padding: 150px 0;
}
.under #main.faq .lead {
  line-height: 1.6;
  margin-bottom: 25px;
}
.under #main.faq .faq_cate {
  margin-bottom: 20px;
}
.under #main.faq .faq_cate ul {
  border-bottom: 2px solid #333333;
}
.under #main.faq .faq_cate ul li {
  margin-right: 4px;
  float: left;
}
.under #main.faq .faq_cate ul li a {
  display: block;
  padding: 10px;
  color: #3c260d;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
  background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
}
.under #main.faq .faq_cate ul li a:after {
  font-family: "fontAwesome";
  content: "\f13a";
  font-size: 14px;
  margin-left: 4px;
}
.under #main.faq .faq_cate ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.under #main.faq .faq_cate ul li.current-menu-item {
  margin-bottom: -1px;
}
.under #main.faq .faq_cate ul li.current-menu-item a {
  border: 2px solid #333333;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a60000), color-stop(1, #333333));
  background: -webkit-linear-gradient(top, #a60000 0%, #333333 100%);
  background: -moz-linear-gradient(top, #a60000 0%, #333333 100%);
  background: -o-linear-gradient(top, #a60000 0%, #333333 100%);
  background: -ms-linear-gradient(top, #a60000 0%, #333333 100%);
  background: linear-gradient(to bottom, #a60000 0%, #333333 100%);
  -pie-background: linear-gradient(to bottom, #a60000 0%, #333333 100%);
  color: #fff;
  font-weight: normal;
}
.under #main.faq .faq_contents a {
  color: #0084bf;
}
.under #main.faq .faq_contents span {
  background: #333333;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 0 6px;
  position: relative;
  margin-right: 8px;
  display: inline-block;
  height: 22px;
}
.under #main.faq .faq_contents span:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 4px solid transparent;
  border-left-color: #333333;
  left: 100%;
  top: 7px;
}
.under #main.faq .faq_contents .anchor {
  margin-bottom: 20px;
}
.under #main.faq .faq_contents .anchor li {
  margin-bottom: 8px;
}
.under #main.faq .faq_contents .anchor a {
  color: #8d0000;
  line-height: 22px;
  font-weight: bold;
}
.under #main.faq .faq_contents .anchor a:hover {
  text-decoration: none;
}
.under #main.faq .faq_contents .faq_li {
  border-top: 1px dotted #ccc;
  margin-bottom: 30px;
}
.under #main.faq .faq_contents .faq_li li {
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
}
.under #main.faq .faq_contents .faq_li li .question, .under #main.faq .faq_contents .faq_li li .answer {
  overflow: hidden;
}
.under #main.faq .faq_contents .faq_li li .question span, .under #main.faq .faq_contents .faq_li li .answer span {
  width: 34px;
  float: left;
}
.under #main.faq .faq_contents .faq_li li .question p, .under #main.faq .faq_contents .faq_li li .answer p {
  width: 716px;
  float: right;
  line-height: 22px;
}
.under #main.faq .faq_contents .faq_li li .question {
  margin-bottom: 8px;
}
.under #main.faq .faq_contents .faq_li li .question p {
  color: #8d0000;
  font-weight: bold;
}
.under #main.faq .faq_contents .faq_li li .answer span {
  background: #0d98a8;
}
.under #main.faq .faq_contents .faq_li li .answer span:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 4px solid transparent;
  border-left-color: #0d98a8;
  left: 100%;
  top: 7px;
}
.under #main.faq .faq_contents .faq_li li .li-link {
  text-align: right;
}
.under #main.faq .faq_contents .faq_li li .li-link a {
  color: #0084bf;
  padding-left: 14px;
  position: relative;
}
.under #main.faq .faq_contents .faq_li li .li-link a:before {
  font-family: "fontAwesome";
  content: "\f139";
  color: #0084bf;
  left: 0;
  top: 0px;
  position: absolute;
}

.under #main .lead_hd {
  font-size: 22px;
  color: #a60000;
  margin-bottom: 10px;
  font-weight: bold;
}
.under #main .lead {
  line-height: 1.6;
}
.under #main.reason_select .lead {
  margin-bottom: 30px;
}
.under #main.reason_select .reason_li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.under #main.reason_select .reason_li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.under #main.reason_select .reason_li .reason_se_hd {
  overflow: hidden;
  margin-bottom: 18px;
}
.under #main.reason_select .reason_li .reason_se_hd .num {
  display: block;
  font-family: "Oswald', sans-serif";
  font-size: 28px;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #a60000;
  position: relative;
  overflow: hidden;
  text-align: center;
  float: left;
  vertical-align: middle;
}
.under #main.reason_select .reason_li .reason_se_hd .num:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 73px;
  margin: 3% -10% 0;
  background: #333333;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
.under #main.reason_select .reason_li .reason_se_hd .num span {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  padding-top: 16px;
  z-index: 1;
}
.under #main.reason_select .reason_li .reason_se_hd .hd_txt {
  width: 700px;
  float: right;
  font-size: 24px;
  line-height: 30px;
  color: #8d0000;
  padding-top: 8px;
}
.under #main.reason_select .reason_li .img {
  width: 304px;
  float: left;
  position: relative;
}
.under #main.reason_select .reason_li .img.img02 {
  height: 250px;
}
.under #main.reason_select .reason_li .img.img02 img {
  position: absolute;
}
.under #main.reason_select .reason_li .img.img02 img.img02-01 {
  top: 0;
  left: 0;
}
.under #main.reason_select .reason_li .img.img02 img.img02-02 {
  top: 0;
  right: 0;
}
.under #main.reason_select .reason_li .img.img02 img.img02-03 {
  bottom: 0;
  right: 0;
}
.under #main.reason_select .reason_li .txt {
  width: 440px;
  float: right;
  line-height: 26px;
  margin-top: -6px;
}

.under #main .lead_hd {
  font-size: 22px;
  color: #a60000;
  margin-bottom: 10px;
  font-weight: bold;
}
.under #main .lead {
  line-height: 1.6;
}
.under #main.high_reason .lead {
  margin-bottom: 30px;
}
.under #main.high_reason .reason_high_li {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.under #main.high_reason .reason_high_li:last-child {
  margin-bottom: 30px;
}
.under #main.high_reason .reason_high_li .img {
  width: 350px;
  position: absolute;
  top: 0;
  left: 0;
}
.under #main.high_reason .reason_high_li .txt {
  width: 410px;
  float: right;
}
.under #main.high_reason .reason_high_li .txt .hd_num {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff;
  background: #d80707;
  margin-left: 20px;
  width: 88px;
  position: relative;
  padding: 6px 0;
  text-align: center;
  margin-bottom: 10px;
}
.under #main.high_reason .reason_high_li .txt .hd_num span {
  font-size: 16px;
}
.under #main.high_reason .reason_high_li .txt .hd_num:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 15px solid transparent;
  border-left-color: #d80707;
  left: 100%;
  top: 0;
}
.under #main.high_reason .reason_high_li .txt .high_li_hd {
  margin-left: 20px;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 10px;
}
.under #main.high_reason .reason_high_li .txt .maintxt {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  border-top: 1px solid #333;
  padding: 20px 0 0 30px;
}
.under #main.high_reason .reason_high_li.ev .img {
  left: 54%;
}
.under #main.high_reason .reason_high_li.ev .txt {
  float: left;
}
.under #main.high_reason .reason_high_li.ev .txt .hd_num {
  margin-right: 20px;
  margin-left: 0;
}
.under #main.high_reason .reason_high_li.ev .txt .high_li_hd {
  margin-right: 20px;
  margin-left: 0;
}
.under #main.high_reason .reason_high_li.ev .txt .maintxt {
  padding: 20px 30px 0 0;
}

.under #main.big .lead {
  margin-bottom: 20px;
}
.under #main.big .h2-bg {
  margin-bottom: 30px;
}
.under #main.big .big_li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.under #main.big .big_li:last-child {
  margin-bottom: 30px;
}
.under #main.big .big_li .big_h3 {
  overflow: hidden;
  margin-bottom: 10px;
}
.under #main.big .big_li .big_h3 .num {
  display: block;
  font-family: "Oswald', sans-serif";
  font-size: 22px;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #a60000;
  position: relative;
  overflow: hidden;
  text-align: center;
  float: left;
  vertical-align: middle;
  font-weight: normal;
}
.under #main.big .big_li .big_h3 .num:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 73px;
  margin: 3% -10% 0;
  background: #333333;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
.under #main.big .big_li .big_h3 .num span {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  padding-top: 3px;
  z-index: 1;
}
.under #main.big .big_li .big_h3 .hd_txt {
  width: 513px;
  float: right;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 6px;
}
.under #main.big .big_li .img {
  width: 192px;
  float: left;
  position: relative;
}
.under #main.big .big_li .txt {
  width: 558px;
  float: right;
  line-height: 1.6;
}
.under #main.big .big_li .txt .price {
  padding-top: 17px;
  font-size: 24px;
  color: #de151f;
  text-align: right;
}
.under #main.big .big_li .txt .price span {
  font-size: 36px;
  line-height: 1;
}
.under #main.big .big_deli {
  margin-bottom: 30px;
}
.under #main.big .big_deli p {
  font-size: 14px;
  line-height: 1.6;
}
.under #main.big .big_deli .h2-bg {
  margin-bottom: 10px;
}
.under #main.big .big_deli .deli_maincatch {
  overflow: hidden;
}
.under #main.big .big_deli .txt {
  width: 448px;
  float: left;
  padding-top: 10px;
}
.under #main.big .big_deli .txt .catch01 {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: -1px;
}
.under #main.big .big_deli .txt .catch02 {
  font-size: 74px;
  font-weight: bold;
  line-height: 1.3;
  background: -webkit-gradient(top, #ff0000 0%, #e64b4b 49%, #da0000 50%, #ca0000 100%);
  background: -webkit-linear-gradient(top, #ff0000 0%, #e64b4b 49%, #da0000 50%, #ca0000 100%);
  background: -moz-linear-gradient(top, #ff0000 0%, #e64b4b 49%, #da0000 50%, #ca0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #e64b4b 49%, #da0000 50%, #ca0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #e64b4b 49%, #da0000 50%, #ca0000 100%);
  background: linear-gradient(to bottom, #ff0000 0, #e64b4b 0.49, #da0000 0.5, #ca0000 1);
  -pie-background: linear-gradient(to bottom, #ff0000 0, #e64b4b 0.49, #da0000 0.5, #ca0000 1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.under #main.big .big_deli .img {
  width: 293px;
  float: right;
}

.under #main.flow .lead {
  margin-bottom: 40px;
}
.under #main.flow .h2-bg {
  margin-bottom: 10px;
}
.under #main.flow .explain {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 22px;
}
.under #main.flow .flow_li {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #8d0000;
}
.under #main.flow .flow_li:last-child {
  margin-bottom: 40px !important;
  border-bottom: none !important;
}
.under #main.flow .flow_li .img {
  width: 312px;
  float: left;
}
.under #main.flow .flow_li .txt {
  width: 432px;
  float: right;
}
.under #main.flow .flow_li .txt .flow_h3 {
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  position: relative;
  padding-left: 33px;
}
.under #main.flow .flow_li .txt .flow_h3:before {
  font-family: 'icomoon';
  font-size: 27px;
  font-weight: normal;
  position: absolute;
  left: 0px;
}
.under #main.flow .flow_li .txt .summary {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.under #main.flow .flow_li .txt .maintxt {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.under #main.flow .flow_li .txt .flow_btn a {
  display: block;
  width: 208px;
  height: 31px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  float: right;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.under #main.flow .flow_li .txt .flow_btn a span {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  font-size: 15px;
  padding-top: 4px;
  width: 206px;
  height: 31px;
}
.under #main.flow .flow_li .txt .flow_btn a span:after {
  font-size: 12px;
  font-family: 'fontawesome';
  margin-left: 3px;
}
.under #main.flow .flow_li .txt .flow_btn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.under #main.flow .flow_li.deli .flow_h3 {
  color: #1c9a04;
}
.under #main.flow .flow_li.deli .flow_h3:before {
  content: "\e90c";
}
.under #main.flow .flow_li.deli .summary {
  color: #1c9a04;
}
.under #main.flow .flow_li.deli .flow_btn a {
  border: 1px solid #1c9a04;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9dd300), color-stop(1, #1c9a04));
  background: -webkit-linear-gradient(top, #9dd300 0%, #1c9a04 100%);
  background: -moz-linear-gradient(top, #9dd300 0%, #1c9a04 100%);
  background: -o-linear-gradient(top, #9dd300 0%, #1c9a04 100%);
  background: -ms-linear-gradient(top, #9dd300 0%, #1c9a04 100%);
  background: linear-gradient(to bottom, #9dd300 0%, #1c9a04 100%);
  -pie-background: linear-gradient(to bottom, #9dd300 0%, #1c9a04 100%);
}
.under #main.flow .flow_li.deli .flow_btn a span {
  text-shadow: 0 0 0 #1c9a04, 0 0 0 #1c9a04, 0 1px 0 #1c9a04, 1px 0 0 #1c9a04, 1px 1px 0 #1c9a04, 0 1px 0 #1c9a04, 1px 0 0 #1c9a04, 0 0 0 #1c9a04;
  border-top: 1px solid #cfea80;
}
.under #main.flow .flow_li.deli .flow_btn a span:after {
  content: "\f138";
}
.under #main.flow .flow_li.visit .flow_h3 {
  color: #c50000;
}
.under #main.flow .flow_li.visit .flow_h3:before {
  content: "\e90d";
}
.under #main.flow .flow_li.visit .summary {
  color: #c50000;
}
.under #main.flow .flow_li.visit .flow_btn a {
  border: 1px solid #c50000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e74b4b), color-stop(1, #c50000));
  background: -webkit-linear-gradient(top, #e74b4b 0%, #c50000 100%);
  background: -moz-linear-gradient(top, #e74b4b 0%, #c50000 100%);
  background: -o-linear-gradient(top, #e74b4b 0%, #c50000 100%);
  background: -ms-linear-gradient(top, #e74b4b 0%, #c50000 100%);
  background: linear-gradient(to bottom, #e74b4b 0%, #c50000 100%);
  -pie-background: linear-gradient(to bottom, #e74b4b 0%, #c50000 100%);
}
.under #main.flow .flow_li.visit .flow_btn a span {
  border-top: 1px solid #f3a5a5;
  text-shadow: 0 0 0 #c50000, 0 0 0 #c50000, 0 1px 0 #c50000, 1px 0 0 #c50000, 1px 1px 0 #c50000, 0 1px 0 #c50000, 1px 0 0 #c50000, 0 0 0 #c50000;
}
.under #main.flow .flow_li.visit .flow_btn a span:after {
  content: "\f138";
}
.under #main.flow .flow_li.shop .flow_h3 {
  color: #ff6600;
}
.under #main.flow .flow_li.shop .flow_h3:before {
  content: "\e90e";
}
.under #main.flow .flow_li.shop .summary {
  color: #ff6600;
}
.under #main.flow .flow_li.shop .flow_btn a {
  border: 1px solid #ff6600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f99400), color-stop(1, #ff6600));
  background: -webkit-linear-gradient(top, #f99400 0%, #ff6600 100%);
  background: -moz-linear-gradient(top, #f99400 0%, #ff6600 100%);
  background: -o-linear-gradient(top, #f99400 0%, #ff6600 100%);
  background: -ms-linear-gradient(top, #f99400 0%, #ff6600 100%);
  background: linear-gradient(to bottom, #f99400 0%, #ff6600 100%);
  -pie-background: linear-gradient(to bottom, #f99400 0%, #ff6600 100%);
}
.under #main.flow .flow_li.shop .flow_btn a span {
  border-top: 1px solid #fcca80;
  text-shadow: 0 0 0 #ff6600, 0 0 0 #ff6600, 0 1px 0 #ff6600, 1px 0 0 #ff6600, 1px 1px 0 #ff6600, 0 1px 0 #ff6600, 1px 0 0 #ff6600, 0 0 0 #ff6600;
}
.under #main.flow .flow_li.shop .flow_btn a span:after {
  content: "\f138";
}
.under #main.flow .flow_li.emptyhands .flow_h3 {
  color: #ff6600;
}
.under #main.flow .flow_li.emptyhands .flow_h3:before {
  content: "\e90f";
}
.under #main.flow .flow_li.emptyhands .summary {
  color: #ff6600;
}
.under #main.flow .flow_li.emptyhands .flow_btn a {
  width: 263px;
  border: 1px solid #ff6600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f99400), color-stop(1, #ff6600));
  background: -webkit-linear-gradient(top, #f99400 0%, #ff6600 100%);
  background: -moz-linear-gradient(top, #f99400 0%, #ff6600 100%);
  background: -o-linear-gradient(top, #f99400 0%, #ff6600 100%);
  background: -ms-linear-gradient(top, #f99400 0%, #ff6600 100%);
  background: linear-gradient(to bottom, #f99400 0%, #ff6600 100%);
  -pie-background: linear-gradient(to bottom, #f99400 0%, #ff6600 100%);
}
.under #main.flow .flow_li.emptyhands .flow_btn a span {
  width: 261px;
  border-top: 1px solid #fcca80;
  text-shadow: 0 0 0 #ff6600, 0 0 0 #ff6600, 0 1px 0 #ff6600, 1px 0 0 #ff6600, 1px 1px 0 #ff6600, 0 1px 0 #ff6600, 1px 0 0 #ff6600, 0 0 0 #ff6600;
}
.under #main.flow .flow_li.emptyhands .flow_btn a span:after {
  content: "\f138";
}
.under #main.flow .flow_li.line .flow_h3 {
  color: #56a700;
}
.under #main.flow .flow_li.line .flow_h3:before {
  content: "";
  background: url("images/flow/icon_line.png") left top no-repeat;
  width: 28px;
  height: 28px;
  margin-top: -5px;
}
.under #main.flow .flow_li.line .summary {
  color: #56a700;
}
.under #main.flow .flow_li.line .flow_btn a {
  border: 1px solid #56a700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #80c900), color-stop(1, #57a800));
  background: -webkit-linear-gradient(top, #80c900 0%, #57a800 100%);
  background: -moz-linear-gradient(top, #80c900 0%, #57a800 100%);
  background: -o-linear-gradient(top, #80c900 0%, #57a800 100%);
  background: -ms-linear-gradient(top, #80c900 0%, #57a800 100%);
  background: linear-gradient(to bottom, #80c900 0%, #57a800 100%);
  -pie-background: linear-gradient(to bottom, #80c900 0%, #57a800 100%);
}
.under #main.flow .flow_li.line .flow_btn a span {
  border-top: 1px solid #c0e480;
  text-shadow: 0 0 0 #1c9a04, 0 0 0 #1c9a04, 0 1px 0 #1c9a04, 1px 0 0 #1c9a04, 1px 1px 0 #1c9a04, 0 1px 0 #1c9a04, 1px 0 0 #1c9a04, 0 0 0 #1c9a04;
}
.under #main.flow .flow_li.line .flow_btn a span:after {
  content: "\f138";
}
.under #main.flow .flow_li.mail .flow_h3 {
  color: #0d98a8;
}
.under #main.flow .flow_li.mail .flow_h3:before {
  content: "\e915";
}
.under #main.flow .flow_li.mail .summary {
  color: #0d98a8;
}
.under #main.flow .flow_li.mail .flow_btn a {
  width: 218px;
  border: 1px solid #0d98a8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #15b7be), color-stop(1, #108f9b));
  background: -webkit-linear-gradient(top, #15b7be 0%, #108f9b 100%);
  background: -moz-linear-gradient(top, #15b7be 0%, #108f9b 100%);
  background: -o-linear-gradient(top, #15b7be 0%, #108f9b 100%);
  background: -ms-linear-gradient(top, #15b7be 0%, #108f9b 100%);
  background: linear-gradient(to bottom, #15b7be 0%, #108f9b 100%);
  -pie-background: linear-gradient(to bottom, #15b7be 0%, #108f9b 100%);
}
.under #main.flow .flow_li.mail .flow_btn a span {
  width: 218px;
  border-top: 1px solid #8adbdf;
  text-shadow: 0 0 0 #10909c, 0 0 0 #10909c, 0 1px 0 #10909c, 1px 0 0 #10909c, 1px 1px 0 #10909c, 0 1px 0 #10909c, 1px 0 0 #10909c, 0 0 0 #10909c;
}
.under #main.flow .flow_li.mail .flow_btn a span:after {
  content: "\f138";
}
.under #main.flow .flow_li.tel {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8d0000;
}
.under #main.flow .flow_li.tel .flow_h3 {
  color: #0fae13;
}
.under #main.flow .flow_li.tel .flow_h3:before {
  content: "\e916";
}
.under #main.flow .flow_li.tel .summary {
  color: #0fae13;
}
.under #main.flow .flow_li.tel .flow_btn a {
  border: 1px solid #0fae13;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1cc020), color-stop(1, #008e01));
  background: -webkit-linear-gradient(top, #1cc020 0%, #008e01 100%);
  background: -moz-linear-gradient(top, #1cc020 0%, #008e01 100%);
  background: -o-linear-gradient(top, #1cc020 0%, #008e01 100%);
  background: -ms-linear-gradient(top, #1cc020 0%, #008e01 100%);
  background: linear-gradient(to bottom, #1cc020 0%, #008e01 100%);
  -pie-background: linear-gradient(to bottom, #1cc020 0%, #008e01 100%);
}
.under #main.flow .flow_li.tel .flow_btn a span {
  border-top: 1px solid #8ee090;
  text-shadow: 0 0 0 #0fae13, 0 0 0 #0fae13, 0 1px 0 #0fae13, 1px 0 0 #0fae13, 1px 1px 0 #0fae13, 0 1px 0 #0fae13, 1px 0 0 #0fae13, 0 0 0 #0fae13;
}
.under #main.flow .flow_li.tel .flow_btn a span:after {
  content: "\f138";
}

.tel_box .bnr_tel {
  position: relative;
}
.tel_box .bnr_tel .tel {
  position: absolute;
  top: 50%;
  left: 34%;
  font-size: 48px;
  font-weight: bold;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
.tel_box .bnr_tel .info1, .tel_box .bnr_tel .info2, .tel_box .bnr_tel .info3 {
  position: absolute;
  top: 47%;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}
.tel_box .bnr_tel .info1 {
  right: 11.8%;
}
.tel_box .bnr_tel .info2 {
  right: 17px;
}
.tel_box .bnr_tel .info3 {
  right: 3.8%;
}

.under #main .li-link {
  text-align: right;
}
.under #main.flow_step .mv {
  width: 760px;
  height: 300px;
  border: 2px solid #a60000;
  padding: 3px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.under #main.flow_step .mv .bdr {
  border: 1px solid #a60000;
  height: 100%;
}
.under #main.flow_step .mv .bdr .img {
  position: absolute;
  top: -20px;
  right: -104px;
  z-index: -1;
}
.under #main.flow_step .mv .bdr .txt {
  width: 402px;
}
.under #main.flow_step .mv .bdr .txt .maincatch {
  padding-top: 26px;
  margin-left: 21px;
  color: #a60000;
  margin-bottom: 25px;
}
.under #main.flow_step .mv .bdr .txt .maincatch .subttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.under #main.flow_step .mv .bdr .txt .maincatch .ttl {
  font-size: 64px;
  line-height: 68px;
  font-weight: bold;
}
.under #main.flow_step .mv .bdr .txt .maincatch .ttl:before {
  font-family: "icomoon";
  content: "\e90c";
  font-size: 55px;
  margin-right: 5px;
}
.under #main.flow_step .mv .bdr .txt .maintxt {
  font-size: 13px;
  line-height: 1.6;
  margin-left: 15px;
}
.under #main.flow_step .mv .bdr .circle {
  position: absolute;
  top: 38px;
  right: 193px;
  width: 124px;
  height: 124px;
  border-radius: 62px;
  -webkit-border-radius: 62px;
  -moz-border-radius: 62px;
  background-color: rgba(255, 102, 0, 0.8);
  padding-top: 23px;
}
.under #main.flow_step .mv .bdr .circle p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.under #main.flow_step .mv .bdr .circle p span.zero1 {
  font-size: 22px;
}
.under #main.flow_step .mv .bdr .circle p span.zero2 {
  font-size: 40px;
  line-height: 1;
  padding-top: 10px;
}
.under #main.flow_step .h3-bg {
  color: #8d0000;
  margin-bottom: 16px;
}
.under #main.flow_step h5 {
  font-size: 15px;
  line-height: 16px;
  color: #8d0000;
  border-left: 6px solid #ffa800;
  padding-left: 6px;
  position: relative;
  margin-bottom: 10px;
}
.under #main.flow_step h5:before {
  position: absolute;
  height: 8px;
  content: '';
  border-left: 6px solid #a60000;
  top: 8px;
  left: -6px;
}
.under #main.flow_step .flow_summary {
  overflow: hidden;
}
.under #main.flow_step .flow_summary li {
  position: relative;
  width: 142px;
  height: 200px;
  float: left;
  border: 2px solid #ccc;
  margin-right: 12px;
  font-size: 11px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 20px;
}
.under #main.flow_step .flow_summary li:last-child {
  margin-right: 0;
}
.under #main.flow_step .flow_summary li:last-child:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 0 solid transparent;
  border-left-color: #fff;
  left: 100%;
  top: 0;
}
.under #main.flow_step .flow_summary li:last-child:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 0 solid transparent;
  border-left-color: #fff;
  left: 100%;
  top: 0;
}
.under #main.flow_step .flow_summary li:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid transparent;
  border-left-color: #fff;
  left: 100%;
  top: 93px;
}
.under #main.flow_step .flow_summary li:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 9px solid transparent;
  border-left-color: #ccc;
  left: 100%;
  top: 91px;
}
.under #main.flow_step .flow_summary li .txt {
  padding: 20px 8px 8px;
}
.under #main.flow_step .flow_summary li .txt h4 {
  font-size: 14px;
  color: #a60000;
  text-align: center;
  margin-bottom: 5px;
}
.under #main.flow_step .flow_summary li .txt .icon {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background: #ffa800;
  text-align: center;
  padding-top: 5px;
  position: absolute;
  top: 72px;
  left: 48px;
}
.under #main.flow_step .flow_summary li .txt .icon span {
  font-size: 22px;
  color: #fff;
}
.under #main.flow_step .flow_summary .box_or {
  width: 602px;
  float: left;
  background: #a60000;
  text-align: center;
  padding: 8px;
  margin-bottom: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.under #main.flow_step .flow_summary .box_or p {
  font-size: 16px;
  color: #fff;
}
.under #main.flow_step .flow_summary .box_or .yellow {
  font-size: 20px;
  color: #ffea02;
  margin-bottom: 5px;
}
.under #main.flow_step .flow_summary .box_ylw {
  margin-bottom: 40px;
  width: 142px;
  float: right;
  background: #ffee00;
  text-align: center;
  padding: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 20px;
  color: #c81024;
}
.under #main.flow_step .step .or_b {
  font-weight: bold;
  color: #a60000;
}
.under #main.flow_step .step .step_li {
  padding-bottom: 28px;
  margin-bottom: 48px;
  border-bottom: 1px dotted #cccccc;
  position: relative;
  font-size: 13px;
  line-height: 22px;
}
.under #main.flow_step .step .step_li.li_03 {
  margin-bottom: 38px;
}
.under #main.flow_step .step .step_li.li_04 {
  padding-bottom: 13px;
}
.under #main.flow_step .step .step_li:last-child {
  margin-bottom: 18px;
  border-bottom: none;
}
.under #main.flow_step .step .step_li:last-child:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 0 solid #fff;
  top: 0;
  left: 0;
  margin-left: 0;
  border-color: transparent;
  border-top-color: #fff;
}
.under #main.flow_step .step .step_li:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 18px solid #a60000;
  top: 100%;
  left: 50%;
  margin-left: -18px;
  border-color: transparent;
  border-top-color: #a60000;
}
.under #main.flow_step .step .step_li h4 {
  font-size: 22px;
  color: #a60000;
  margin-bottom: 15px;
}
.under #main.flow_step .step .step_li h4 span {
  background: #a60000;
  color: #fff;
  font-size: 18px;
  border-radius: 5px 0px  0px 5px;
  -webkit-border-radius: 5px 0px  0px 5px;
  -moz-border-radius: 5px 0px  0px 5px;
  padding: 5px 5px 3px 10px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
}
.under #main.flow_step .step .step_li h4 span:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 15px solid transparent;
  border-left-color: #a60000;
  left: 100%;
  top: 0px;
}
.under #main.flow_step .step .step_li .fl_box {
  margin-bottom: 12px;
}
.under #main.flow_step .step .step_li .fl_box img {
  width: 300px;
  float: left;
}
.under #main.flow_step .step .step_li .fl_box p {
  width: 444px;
  float: right;
  line-height: 1.6;
  font-size: 14px;
}
.under #main.flow_step .step .step_li .fl_box p.attention {
  font-size: 13px;
  padding-top: 20px;
}
.under #main.flow_step .step .step_li .fl_box .txt_box {
  float: left;
  width: 450px;
  overflow: hidden;
}
.under #main.flow_step .step .step_li .cv {
  width: 100%;
  height: 143px;
  background: url("images/dely/bnr_dely.png") left top no-repeat;
  position: relative;
}
.under #main.flow_step .step .step_li .cv .cv_tel {
  position: absolute;
  top: 49%;
  left: 10%;
  font-size: 38px;
  font-weight: bold;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
.under #main.flow_step .step .step_li .cv .cv_info {
  position: absolute;
  bottom: 22px;
  left: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}
.under #main.flow_step .step .step_li .cv .btn {
  width: 240px;
  height: 48px;
  right: 191px;
  top: 70px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
}
.under #main.flow_step .step .step_li .cv .btn a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  font-size: 18px;
  width: 240px;
  height: 46px;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
}
.under #main.flow_step .step .step_li .cv .btn a:after {
  font-family: "fontAwesome";
  content: "\f138";
  font-size: 14px;
  position: absolute;
  right: 18px;
}
.under #main.flow_step .step .step_li .cv .btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.under #main.flow_step .step .step_li .cv .btn.deli {
  border: 1px solid #1c9a04;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9dd300), color-stop(1, #1c9a04));
  background: -webkit-linear-gradient(top, #9dd300 0%, #1c9a04 100%);
  background: -moz-linear-gradient(top, #9dd300 0%, #1c9a04 100%);
  background: -o-linear-gradient(top, #9dd300 0%, #1c9a04 100%);
  background: -ms-linear-gradient(top, #9dd300 0%, #1c9a04 100%);
  background: linear-gradient(to bottom, #9dd300 0%, #1c9a04 100%);
  -pie-background: linear-gradient(to bottom, #9dd300 0%, #1c9a04 100%);
}
.under #main.flow_step .step .step_li .cv .btn.deli a {
  text-shadow: 0 0 0 #1c9a04, 0 0 0 #1c9a04, 0 1px 0 #1c9a04, 1px 0 0 #1c9a04, 1px 1px 0 #1c9a04, 0 1px 0 #1c9a04, 1px 0 0 #1c9a04, 0 0 0 #1c9a04;
  border-top: 1px solid #cfea80;
}
.under #main.flow_step .step .step_li .cv .btn.deli a:before {
  font-family: "icomoon";
  content: "\e90c";
  font-size: 23px;
  position: absolute;
  left: 15px;
}
.under #main.flow_step .step .step_li .deli_way {
  margin-bottom: 20px;
}
.under #main.flow_step .step .step_li .deli_way .img {
  width: 119px;
  height: 119px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border: 2px solid #dedede;
  position: relative;
  float: left;
  margin-right: 16px;
}
.under #main.flow_step .step .step_li .deli_way .img img {
  position: absolute;
}
.under #main.flow_step .step .step_li .deli_way .txt {
  width: 623px;
  float: right;
}
.under #main.flow_step .step .step_li .deli_way.li_01 {
  padding-top: 13px;
}
.under #main.flow_step .step .step_li .deli_way.li_01 img {
  top: 27px;
  left: 17px;
}
.under #main.flow_step .step .step_li .check {
  border-top: 4px solid #ededed;
  width: 760px;
  height: 387px;
  position: relative;
  padding-top: 20px;
  background: url("images/dely/check_women.png") left 31px no-repeat;
}
.under #main.flow_step .step .step_li .check:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, #ededed 0%, #fff 100%);
  background: -moz-linear-gradient(top, #ededed 0%, #fff 100%);
  background: -o-linear-gradient(top, #ededed 0%, #fff 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #fff 100%);
  background: linear-gradient(to bottom, #ededed 0%, #fff 100%);
  -pie-background: linear-gradient(to bottom, #ededed 0%, #fff 100%);
}
.under #main.flow_step .step .step_li .check:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(0.5, #fff));
  background: -webkit-linear-gradient(top, #ededed 0%, #fff 50%);
  background: -moz-linear-gradient(top, #ededed 0%, #fff 50%);
  background: -o-linear-gradient(top, #ededed 0%, #fff 50%);
  background: -ms-linear-gradient(top, #ededed 0%, #fff 50%);
  background: linear-gradient(to bottom, #ededed 0%, #fff 50%);
  -pie-background: linear-gradient(to bottom, #ededed 0%, #fff 50%);
}
.under #main.flow_step .step .step_li .check .ttl {
  font-size: 24px;
  color: #8d0000;
  border-bottom: 1px solid #8d0000;
  padding-bottom: 10px;
  width: 580px;
  margin-left: 160px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
}
.under #main.flow_step .step .step_li .check .circle {
  width: 76px;
  height: 76px;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  position: absolute;
  top: 9px;
  left: 86px;
  font-weight: bold;
  color: #fff;
  background: #ffa800;
  text-align: center;
  font-size: 15px;
  padding-top: 16px;
}
.under #main.flow_step .step .step_li .check .circle:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  position: absolute;
  left: -3px;
  bottom: 10px;
  border-color: transparent transparent #ffa800;
}
.under #main.flow_step .step .step_li .check .explain {
  width: 580px;
  margin-left: 160px;
}
.under #main.flow_step .step .step_li .check .need_li {
  overflow: hidden;
  padding-left: 140px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.under #main.flow_step .step .step_li .check .need_li li {
  border: 2px solid #c5bbaf;
  text-align: center;
  float: left;
  padding-bottom: 6px;
  height: 140px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 10px;
}
.under #main.flow_step .step .step_li .check .need_li li.li_01 {
  width: 150px;
}
.under #main.flow_step .step .step_li .check .need_li li.li_01 .img {
  padding-top: 20px;
  margin-bottom: 5px;
}
.under #main.flow_step .step .step_li .check .need_li li.li_02 {
  width: 170px;
}
.under #main.flow_step .step .step_li .check .need_li li.li_02 .img {
  padding-top: 10px;
}
.under #main.flow_step .step .step_li .check .need_li li.li_03 {
  width: 264px;
}
.under #main.flow_step .step .step_li .check .need_li li.li_03 .btn {
  width: 240px;
  background: #e60000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 240px;
  background: #e60000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #b60000;
  -webkit-box-shadow: 0px 5px 0px 0px #b60000;
  -moz-box-shadow: 0px 5px 0px 0px #b60000;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
}
.under #main.flow_step .step .step_li .check .need_li li.li_03 .btn a {
  color: #fff;
  width: 240px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 1.2em;
  text-align: left;
  font-weight: bold;
  padding: 8px 0 0 63px;
  position: relative;
}
.under #main.flow_step .step .step_li .check .need_li li.li_03 .btn a img {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 34px;
  height: auto;
}
.under #main.flow_step .step .step_li .check .need_li li.li_03 .btn a span {
  font-size: 23px;
  letter-spacing: 2px;
}
.under #main.flow_step .step .step_li .check .need_li li.li_03 .btn:hover {
  position: relative;
  top: 4px;
  box-shadow: 0px 1px 0px 0px;
  -webkit-box-shadow: 0px 1px 0px 0px;
  -moz-box-shadow: 0px 1px 0px 0px;
}
.under #main.flow_step .step .step_li .check .need_li li .num {
  font-size: 18px;
  color: #fff;
  background: #ffa800;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 30px;
  height: 30px;
  font-weight: normal;
  padding-top: 5px;
  margin: -14px auto 0;
}
.under #main.flow_step .step .step_li .check .need_li li p {
  font-weight: bold;
  color: #8d0000;
}
.under #main.flow_step .step .step_li .check .attention {
  padding-left: 10px;
}
.under #main.flow_step .step .step_li .pick_box {
  width: 370px;
  float: left;
  margin-right: 20px;
  margin-bottom: 18px;
}
.under #main.flow_step .step .step_li .pick_box:last-child {
  margin-right: 0;
}
.under #main.flow_step .step .step_li .pick_box p {
  margin-bottom: 10px;
}
.under #main.flow_step .step .step_li .address {
  background: #ededed;
  padding: 20px;
}
.under #main.flow_step .certificate {
  margin-bottom: 40px;
}
.under #main.flow_step .certificate p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 23px;
}
.under #main.flow_step .certificate .certificate_li {
  width: 170px;
  float: left;
  background: #f3f3f3;
  text-align: center;
  margin-right: 13px;
  height: 170px;
  padding-top: 17px;
  margin-bottom: 10px;
}
.under #main.flow_step .certificate .certificate_li img {
  margin-bottom: 12px;
}
.under #main.flow_step .certificate .certificate_li .ttl {
  font-size: 16px;
  color: #a60000;
  margin-bottom: 17px;
}
.under #main.flow_step .certificate .certificate_li.li_03 {
  padding-top: 14px;
  width: 180px;
}
.under #main.flow_step .certificate .certificate_li.li_04 {
  padding-top: 14px;
  width: 200px;
  margin-right: 0;
}
.under #main.flow_step .certificate .certificate_li p {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.under #main.flow_step .certificate .h4-bg {
  font-size: 15px;
  line-height: 16px;
  color: #8d0000;
  border-left: 6px solid #ffa800;
  padding-left: 6px;
  position: relative;
  margin-bottom: 10px;
}
.under #main.flow_step .certificate .h4-bg:before {
  position: absolute;
  height: 8px;
  content: '';
  border-left: 6px solid #a60000;
  top: 8px;
  left: -6px;
}
.under #main.flow_step .cantprint {
  margin-bottom: 40px;
}
.under #main.flow_step .cantprint p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
}
.under #main.flow_step .cantprint .print_list {
  background: #f3f3f3;
  padding: 20px 18px 10px 20px;
}
.under #main.flow_step .cantprint .print_list ul {
  width: 361px;
  float: left;
  padding-left: 14px;
}
.under #main.flow_step .cantprint .print_list ul li {
  margin-bottom: 8px;
  line-height: 1.6;
  position: relative;
  font-size: 13px;
}
.under #main.flow_step .cantprint .print_list ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #a60000;
  position: absolute;
  left: -14px;
  top: 5px;
}

.under #main.flow_step .flow_summary .list_4 li {
  width: 181px;
}
.under #main.flow_step .flow_summary .list_4 li:last-child {
  margin-right: 0;
}
.under #main.flow_step .flow_summary .list_4 li:last-child:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 0 solid transparent;
  border-left-color: #fff;
  left: 100%;
  top: 0;
}
.under #main.flow_step .flow_summary .list_4 li:last-child:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 0 solid transparent;
  border-left-color: #fff;
  left: 100%;
  top: 0;
}
.under #main.flow_step .flow_summary .list_4 li:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid transparent;
  border-left-color: #fff;
  left: 100%;
  top: 93px;
}
.under #main.flow_step .flow_summary .list_4 li:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 9px solid transparent;
  border-left-color: #ccc;
  left: 100%;
  top: 91px;
}
.under #main.flow_step .flow_summary .list_4 li .icon {
  left: 72px;
}
.under #main.flow_step.visit .mv .bdr .img {
  top: 1px;
  right: -3px;
}
.under #main.flow_step.visit .mv .bdr .txt .maincatch .ttl:before {
  font-family: "icomoon";
  content: "\e90d";
  font-size: 60px;
  margin-right: 5px;
  font-weight: normal;
}
.under #main.flow_step.visit .box_or {
  width: 100%;
}
.under #main.flow_step.visit .step .step_li .fl_box {
  margin-bottom: 0;
}
.under #main.flow_step.visit .step .step_li .cv {
  margin-top: 10px;
}
.under #main.flow_step.visit .step .step_li .cv .btn.visit {
  border: 1px solid #d30000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fd7a7a), color-stop(1, #d30000));
  background: -webkit-linear-gradient(top, #fd7a7a 0%, #d30000 100%);
  background: -moz-linear-gradient(top, #fd7a7a 0%, #d30000 100%);
  background: -o-linear-gradient(top, #fd7a7a 0%, #d30000 100%);
  background: -ms-linear-gradient(top, #fd7a7a 0%, #d30000 100%);
  background: linear-gradient(to bottom, #fd7a7a 0%, #d30000 100%);
  -pie-background: linear-gradient(to bottom, #fd7a7a 0%, #d30000 100%);
}
.under #main.flow_step.visit .step .step_li .cv .btn.visit a {
  text-shadow: 0 0 0 #d30000, 0 0 0 #d30000, 0 1px 0 #d30000, 1px 0 0 #d30000, 1px 1px 0 #d30000, 0 1px 0 #d30000, 1px 0 0 #d30000, 0 0 0 #d30000;
  border-top: 1px solid #febdbd;
}
.under #main.flow_step.visit .step .step_li .cv .btn.visit a:before {
  font-family: "icomoon";
  content: "\e90d";
  font-size: 23px;
  position: absolute;
  left: 15px;
  font-weight: normal;
}
.under #main.flow_step.visit .certificate .h4-bg {
  border-left: 6px solid #ff7a60;
}
.under #main.flow_step.visit .certificate .h4-bg:before {
  position: absolute;
  height: 8px;
  content: '';
  border-left: 6px solid #d30000;
  top: 8px;
  left: -6px;
}

.under #main .li-link {
  text-align: right;
}
.under #main.flow_step.store .mv .bdr .img {
  top: 0;
  right: 0;
}
.under #main.flow_step.store .mv .bdr .txt .maincatch .ttl:before {
  font-family: "icomoon";
  content: "\e90e";
  font-size: 50px;
  margin-right: 10px;
  font-weight: normal;
}
.under #main.flow_step.store .mv .bdr .circle p {
  text-align: center;
  font-size: 26px;
  color: #fff;
  line-height: 30px;
  padding-top: 10px;
}
.under #main.flow_step.store .box_or {
  width: 100%;
}
.under #main.flow_step.store .step .step_li.li_05 {
  margin-bottom: 3px;
}
.under #main.flow_step.store .step .step_li p .attention {
  font-size: 13px;
}
.under #main.flow_step.store .step .step_li .fl_box {
  margin-bottom: 0;
  position: relative;
}
.under #main.flow_step.store .step .step_li .fl_box .btn.store {
  width: 300px;
  height: 48px;
  right: 0;
  bottom: 0;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
  border: 1px solid #ff6800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f99500), color-stop(1, #ff6800));
  background: -webkit-linear-gradient(top, #f99500 0%, #ff6800 100%);
  background: -moz-linear-gradient(top, #f99500 0%, #ff6800 100%);
  background: -o-linear-gradient(top, #f99500 0%, #ff6800 100%);
  background: -ms-linear-gradient(top, #f99500 0%, #ff6800 100%);
  background: linear-gradient(to bottom, #f99500 0%, #ff6800 100%);
  -pie-background: linear-gradient(to bottom, #f99500 0%, #ff6800 100%);
}
.under #main.flow_step.store .step .step_li .fl_box .btn.store a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  font-size: 18px;
  padding-top: 4px;
  width: 298px;
  height: 46px;
  color: #fff;
  text-decoration: none;
  padding-top: 11px;
  padding-left: 10px;
  position: relative;
  text-shadow: 0 0 0 #ff6800, 0 0 0 #ff6800, 0 1px 0 #ff6800, 1px 0 0 #ff6800, 1px 1px 0 #ff6800, 0 1px 0 #ff6800, 1px 0 0 #ff6800, 0 0 0 #ff6800;
  border-top: 1px solid #fcca80;
}
.under #main.flow_step.store .step .step_li .fl_box .btn.store a:before {
  font-family: "icomoon";
  content: "\e90e";
  font-size: 19px;
  position: absolute;
  left: 49px;
  font-weight: normal;
}
.under #main.flow_step.store .step .step_li .fl_box .btn.store a:after {
  font-family: "fontAwesome";
  content: "\f138";
  font-size: 14px;
  position: absolute;
  right: 47px;
}
.under #main.flow_step.store .step .step_li .fl_box .btn.store:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.under #main.flow_step.store .caution {
  border: 3px solid #a60000;
  padding: 20px 18px 18px 16px;
  margin-bottom: 40px;
}
.under #main.flow_step.store .caution .img {
  width: 255px;
  float: left;
}
.under #main.flow_step.store .caution .txt {
  width: 460px;
  float: right;
  font-size: 13px;
  line-height: 22px;
}
.under #main.flow_step.store .caution .txt .ttl {
  font-size: 16px;
  margin-bottom: 10px;
  color: #8d0000;
  font-weight: bold;
  line-height: 37px;
}
.under #main.flow_step.store .caution .txt .ttl .icon {
  margin-right: 5px;
}
.under #main.flow_step.store .caution .txt .ttl .or {
  font-size: 24px;
  color: #a60000;
}
.under #main.flow_step.store .caution .txt .need {
  margin-top: 10px;
  background: #f9f9eb;
  text-align: center;
  border: 1px solid #ededed;
  padding: 10px;
  color: #8d0000;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.under #main.flow_step.store .sell {
  margin-bottom: 40px;
}
.under #main.flow_step.store .sell .fl_box {
  position: relative;
}
.under #main.flow_step.store .sell .fl_box img {
  width: 300px;
  float: left;
}
.under #main.flow_step.store .sell .fl_box p {
  width: 443px;
  font-size: 13px;
  line-height: 22px;
  float: right;
}
.under #main.flow_step.store .sell .fl_box .btn.store {
  width: 300px;
  height: 48px;
  right: 0;
  bottom: 0;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
  border: 1px solid #a60000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a60000), color-stop(1, #a60000));
  background: -webkit-linear-gradient(top, #a60000 0%, #a60000 100%);
  background: -moz-linear-gradient(top, #a60000 0%, #a60000 100%);
  background: -o-linear-gradient(top, #a60000 0%, #a60000 100%);
  background: -ms-linear-gradient(top, #a60000 0%, #a60000 100%);
  background: linear-gradient(to bottom, #a60000 0%, #a60000 100%);
  -pie-background: linear-gradient(to bottom, #a60000 0%, #a60000 100%);
}
.under #main.flow_step.store .sell .fl_box .btn.store a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  font-size: 18px;
  padding-top: 4px;
  width: 298px;
  height: 46px;
  color: #fff;
  text-decoration: none;
  padding-top: 11px;
  padding-left: 10px;
  position: relative;
  text-shadow: 0 0 0 #a60000, 0 0 0 #a60000, 0 1px 0 #a60000, 1px 0 0 #a60000, 1px 1px 0 #a60000, 0 1px 0 #a60000, 1px 0 0 #a60000, 0 0 0 #a60000;
  border-top: 1px solid #fcca80;
}
.under #main.flow_step.store .sell .fl_box .btn.store a:before {
  font-family: "icomoon";
  content: "\e90e";
  font-size: 19px;
  position: absolute;
  left: 49px;
  font-weight: normal;
}
.under #main.flow_step.store .sell .fl_box .btn.store a:after {
  font-family: "fontAwesome";
  content: "\f138";
  font-size: 14px;
  position: absolute;
  right: 47px;
}
.under #main.flow_step.store .sell .fl_box .btn.store:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}

.under #main.flow_step.empty .mv .bdr .img {
  top: 0;
  right: 0;
}
.under #main.flow_step.empty .mv .bdr .txt {
  width: 420px;
}
.under #main.flow_step.empty .mv .bdr .txt .subttl {
  padding-left: 10px;
}
.under #main.flow_step.empty .mv .bdr .txt .maincatch {
  margin-left: 11px;
  margin-bottom: 16px;
}
.under #main.flow_step.empty .mv .bdr .txt .maincatch .ttl {
  font-size: 49px;
  line-height: 49px;
}
.under #main.flow_step.empty .mv .bdr .txt .maincatch .ttl:before {
  content: "";
}
.under #main.flow_step.empty .mv .bdr .circle p {
  font-size: 24px;
  padding-top: 10px;
}
.under #main.flow_step.empty .mv .bdr .circle p span {
  font-size: 18px;
  line-height: 20px;
}
.under #main.flow_step.empty .bnr_tel {
  padding-top: 15px;
  position: relative;
}
.under #main.flow_step.empty .bnr_tel .cv_tel {
  position: absolute;
  top: 72%;
  left: 35%;
  font-size: 46px;
  font-weight: bold;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
.under #main.flow_step.empty .bnr_tel .cv_info {
  position: absolute;
  bottom: 13px;
  right: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.under #main.flow_step.empty .lead {
  margin-bottom: 30px;
}
.under #main.flow_step.empty .sell .fl_box {
  margin-bottom: 15px;
}
.under #main.flow_step.empty .step ul .step_li .txt_box {
  margin-bottom: 60px;
}

.under #main.flow_step .flow_summary .list_3 {
  margin-bottom: 30px;
}
.under #main.flow_step .flow_summary .list_3 li {
  width: 242px;
  margin-right: 17px;
}
.under #main.flow_step .flow_summary .list_3 li:last-child {
  margin-right: 0;
}
.under #main.flow_step .flow_summary .list_3 li .icon {
  left: 105px;
}
.under #main.flow_step.mail .lead {
  margin-bottom: 25px;
}
.under #main.flow_step.mail .mv.tel .bdr .img {
  top: 0;
  right: 0;
}
.under #main.flow_step.mail .mv.tel .bdr .txt {
  width: 407px;
}
.under #main.flow_step.mail .mv.tel .bdr .txt .ttl:before {
  font-family: "icomoon";
  content: "\e916";
  font-size: 60px;
  margin-right: 5px;
  font-weight: normal;
}
.under #main.flow_step.mail .mv .bdr .img {
  top: 0;
  right: 0;
}
.under #main.flow_step.mail .mv .bdr .txt {
  width: 407px;
}
.under #main.flow_step.mail .mv .bdr .txt .ttl:before {
  font-family: "icomoon";
  content: "\e915";
  font-size: 60px;
  margin-right: 5px;
  font-weight: normal;
}
.under #main.flow_step.mail .step .step_li .fl_box {
  margin-bottom: 0;
}
.under #main.flow_step.mail .step .step_li .fl_box p {
  font-size: 13px;
  line-height: 22px;
}
.under #main.flow_step.mail .step .step_li:last-child {
  margin-bottom: 5px;
}
.under #main.flow_step.mail .point {
  border: 3px solid #f1f1f3;
  padding: 12px;
  position: relative;
  margin-bottom: 0px;
  margin-top: 40px;
}
.under #main.flow_step.mail .point .img {
  position: absolute;
  left: -3px;
  top: -20px;
}
.under #main.flow_step.mail .point .txt {
  padding-top: 15px;
  padding-left: 164px;
  margin-bottom: 20px;
}
.under #main.flow_step.mail .point .txt .ttl {
  font-size: 26px;
  color: #263147;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}
.under #main.flow_step.mail .point .txt .ttl span {
  margin-right: 5px;
}
.under #main.flow_step.mail .point .howto {
  background: #f9f9eb;
  border: 1px solid #ededed;
  padding: 16px 7px;
  position: relative;
  z-index: 1;
}
.under #main.flow_step.mail .point .howto .box {
  width: 238px;
  float: left;
  padding: 0 8px;
  text-align: center;
}
.under #main.flow_step.mail .point .howto .box img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
}
.under #main.flow_step.mail .point .howto .box .item {
  font-size: 18px;
  color: #263147;
  margin-bottom: 10px;
}
.under #main.flow_step.mail .point .howto .box ul {
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}
.under #main.flow_step.mail .list_3 .li_03 {
  position: relative;
}
.under #main.flow_step.mail .list_3 .li_03 .yen_icon {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa800), color-stop(1, #ff7800));
  background: -webkit-linear-gradient(top, #ffa800 0%, #ff7800 100%);
  background: -moz-linear-gradient(top, #ffa800 0%, #ff7800 100%);
  background: -o-linear-gradient(top, #ffa800 0%, #ff7800 100%);
  background: -ms-linear-gradient(top, #ffa800 0%, #ff7800 100%);
  background: linear-gradient(to bottom, #ffa800 0%, #ff7800 100%);
  -pie-background: linear-gradient(to bottom, #ffa800 0%, #ff7800 100%);
  position: absolute;
  top: 10px;
  right: 33px;
  text-align: center;
  font-size: 29px;
  color: #fff;
  padding-top: 12px;
}
.under #main.flow_step.mail .list_3 .li_03 .yen_icon:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  position: absolute;
  left: -3px;
  bottom: 10px;
  border-color: transparent transparent #ff8b00;
}
.under #main.flow_step.mail .cv_mail {
  width: 100%;
  height: 245px;
  background: url("images/mail/mail_cv.png") left top no-repeat;
  margin-bottom: 40px;
  padding: 15px 0 0 188px;
  position: relative;
}
.under #main.flow_step.mail .cv_mail .ttl {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}
.under #main.flow_step.mail .cv_mail .txt {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}
.under #main.flow_step.mail .cv_mail .qr {
  margin-left: 84px;
}
.under #main.flow_step.mail .cv_mail .btn {
  width: 310px;
  height: 58px;
  right: 51px;
  bottom: 34px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
  border: 1px solid #0d8794;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #31d6e8), color-stop(1, #0d8794));
  background: -webkit-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -moz-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -o-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: -ms-linear-gradient(top, #31d6e8 0%, #0d8794 100%);
  background: linear-gradient(to bottom, #31d6e8 0%, #0d8794 100%);
  -pie-background: linear-gradient(to bottom, #31d6e8 0%, #0d8794 100%);
}
.under #main.flow_step.mail .cv_mail .btn a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  font-size: 22px;
  width: 308px;
  height: 58px;
  color: #fff;
  text-decoration: none;
  padding-top: 19px;
  padding-left: 10px;
  position: relative;
}
.under #main.flow_step.mail .cv_mail .btn a:after {
  font-family: "fontAwesome";
  content: "\f138";
  font-size: 14px;
  position: absolute;
  right: 18px;
}
.under #main.flow_step.mail .cv_mail .btn a:before {
  font-family: "icomoon";
  content: "\e915";
  font-size: 23px;
  position: absolute;
  left: 15px;
}
.under #main.flow_step.mail .cv_mail .btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.under #main.flow_step.mail .bnr_tel {
  margin-top: 20px;
}

.shop_detail .h3_box .txt {
  color: #8d0000;
  font-size: 1.28em;
}
.shop_detail .h3_box .txt span {
  display: inline-block;
  padding: 5px;
  background-color: #a60000;
  color: #fff;
  margin-right: 5px;
}
.shop_detail .h3_box h2 {
  color: #8d0000;
  font-size: 1.54em;
  padding: 10px 0;
}
.shop_detail .h3_box .checker {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAGElEQVQYV2NkYGD4z8DAwEiIBikAAYKKAYu3CgKIdklmAAAAAElFTkSuQmCC);
  height: 2px;
}
.shop_detail .sd_conts {
  margin: 20px 0 35px;
}
.shop_detail .sd_conts .img_box .left {
  float: left;
  margin-right: 10px;
}
.shop_detail .sd_conts .img_box .left .img {
  margin-top: 10px;
  max-width: 210px;
}
.shop_detail .sd_conts .img_box .left .img:first-child {
  margin-top: 0;
}
.shop_detail .sd_conts .img_box .right {
  float: right;
}
.shop_detail .sd_conts .img_box .right .img {
  max-width: 540px;
}
.shop_detail .sd_conts .txt_box {
  margin-top: 20px;
}
.shop_detail .sd_conts .txt_box h3 {
  color: #a60000;
  font-size: 1.39em;
}
.shop_detail .sd_conts .txt_box .text {
  line-height: 1.5;
  padding-top: 10px;
}

.root .map {
  margin: 20px 0;
  border: 4px solid #dedede;
}
.root .map .img {
  max-width: 750px;
}
.root .info_table {
  margin-bottom: 30px;
}
.root .info_table table {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  border-collapse: collapse;
  border: none !important;
}
.root .info_table table tbody {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  border-collapse: collapse;
}
.root .info_table table tr {
  width: 378px;
  color: #8d0000;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  border: none;
  border-collapse: collapse;
}
.root .info_table table tr:nth-child(odd) th {
  border-left: 1px solid #dedede;
}
.root .info_table table tr:nth-child(odd) td {
  border-right: 1px solid #dedede;
}
.root .info_table table tr:nth-child(even) td {
  border-right: 1px solid #dedede;
}
.root .info_table table tr th {
  width: 130px;
  padding: 12px 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGElEQVQYV2P89vnhfy5eeUZGBgYGBhAHAEbDB8yAHFevAAAAAElFTkSuQmCC);
  font-weight: normal;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.root .info_table table tr td {
  text-align: left;
  padding: 12px 10px;
  width: 248px;
  border-top: 1px solid #dedede;
}
.root .info_table table tr:last-child, .root .info_table table tr:nth-last-child(2) {
  border-bottom: 1px solid #dedede;
}
.root .info_table table tr:nth-child(even) {
  border-right: none;
}
.root .proposal {
  margin-bottom: 30px;
}
.root .proposal .kv .img {
  float: left;
}
.root .proposal .kv .title_box {
  float: right;
  padding: 50px 30px;
  width: 420px;
  background-color: #a60000;
  color: #fff;
  height: 260px;
}
.root .proposal .kv .title_box .title {
  font-size: 1.8em;
  line-height: 1.5;
}
.root .proposal .kv .title_box .name {
  font-size: 1.24em;
  margin: 10px 0;
  padding-bottom: 15px;
}
.root .proposal .kv .title_box .name span {
  font-family: "Open Sans", sans-serif;
}
.root .proposal .kv .title_box .dtl {
  border: 1px solid #fff;
  padding: 5px 10px;
  display: inline;
}
.root .proposal .txt {
  font-size: 0.93em;
  line-height: 1.5;
  padding-top: 10px;
}

.hide {
  display: none;
}

.tab_cate .h2-bg {
  margin-bottom: 10px;
}

.root_contents {
  position: relative;
}
.root_contents .root_ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.root_contents .root_ul .root_li {
  margin-right: 20px;
}
.root_contents .root_ul .root_li .img {
  display: block;
  width: 240px;
  height: 150px;
  text-align: center;
}
.root_contents .root_ul .root_li .img img {
  max-width: 100%;
  max-height: 100%;
}
.root_contents .root_ul .root_li .txt {
  padding: 10px 0;
  margin-bottom: 20px;
  width: 240px;
  font-size: 0.93em;
}
.root_contents .root_ul .root_li .txt .num {
  background-color: #a60000;
  font-size: 1.24em;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  float: left;
  margin: 5px 10px 0 0;
}
.root_contents .root_ul .root_li .txt .text {
  padding-top: 3px;
}
.root_contents .root_ul .root_li:nth-child(3n) {
  margin-right: 0px;
}

.shop_root .voice {
  margin-bottom: 30px;
}

.shop_column {
  margin-top: 30px;
}
.shop_column .txt-aria {
  margin-top: 15px;
}
.shop_column .txt-aria img {
  max-width: 192px;
  float: left;
  margin-right: 15px;
}
.shop_column .txt-aria p {
  display: inline;
  font-size: 0.92em;
  line-height: 1.7em;
}

.shop_list .shop_come {
  margin-bottom: 30px;
}
.shop_list .shop_come .mv_under .txt {
  padding: 10px 0;
  line-height: 1.5;
  font-size: 0.93em;
  margin-bottom: 10px;
}
.shop_list .shop_come .mv_under .tbtn_box .box {
  float: left;
  width: 136px;
  height: 38px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
  background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
  margin-right: 10px;
}
.shop_list .shop_come .mv_under .tbtn_box .box a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  color: #8d0000;
  text-decoration: none;
  padding-right: 20px;
  font-weight: bold;
}
.shop_list .shop_come .mv_under .tbtn_box .box:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 14px;
  top: 10px;
  right: 25px;
  color: #8d0000;
}
.shop_list .shop_come .mv_under .tbtn_box .box:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.shop_list .shop_come .mv_under .tbtn_box .box:hover a {
  text-decoration: underline;
}
.shop_list .aria_box {
  margin: 10px 0;
}
.shop_list .aria_box h3 {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 1.24em;
  color: #fff;
}
.shop_list .aria_box .sp_li {
  padding: 20px 0 15px;
  border-bottom: 1px dotted #ccc;
}
.shop_list .aria_box .sp_li .img {
  float: left;
}
.shop_list .aria_box .sp_li .txt {
  margin-left: 10px;
  float: right;
  width: 566px;
}
.shop_list .aria_box .sp_li .txt h4 {
  font-size: 1.24em;
  color: #8d0000;
  padding: 10px 0;
}
.shop_list .aria_box .sp_li .txt .checker {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAGElEQVQYV2NkYGD4z8DAwEiIBikAAYKKAYu3CgKIdklmAAAAAElFTkSuQmCC);
  height: 2px;
}
.shop_list .aria_box .sp_li .txt .dt_box {
  padding: 10px 0;
}
.shop_list .aria_box .sp_li .txt .dt_box table {
  font-size: 0.85em;
}
.shop_list .aria_box .sp_li .txt .dt_box table tr th {
  width: 70px;
  text-align: left;
}
.shop_list .aria_box .sp_li .txt .btn_dt {
  text-align: right;
  float: right;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e4222), color-stop(1, #3e270e));
  background: -webkit-linear-gradient(top, #5e4222 0%, #3e270e 100%);
  background: -moz-linear-gradient(top, #5e4222 0%, #3e270e 100%);
  background: -o-linear-gradient(top, #5e4222 0%, #3e270e 100%);
  background: -ms-linear-gradient(top, #5e4222 0%, #3e270e 100%);
  background: linear-gradient(to bottom, #5e4222 0%, #3e270e 100%);
  -pie-background: linear-gradient(to bottom, #5e4222 0%, #3e270e 100%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #8d0000;
  position: relative;
}
.shop_list .aria_box .sp_li .txt .btn_dt a {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 3px 25px 3px 10px;
  border: 1px solid #8e6434;
  color: #fff;
  text-decoration: none;
  font-size: 0.85em;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.shop_list .aria_box .sp_li .txt .btn_dt:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 0.85em;
  top: 4px;
  right: 12px;
  color: #fff;
}
.shop_list .aria_box .sp_li .txt .btn_dt:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.shop_list .aria_box .sp_li .txt .btn_dt:hover a {
  text-decoration: underline;
}
.shop_list .aria_box h3 {
  background-color: #a60000;
}

.treat .treat_box .mv_under .txt {
  line-height: 1.5;
  font-size: 0.92em;
}
.treat .treat_box .cont_box .h3_box {
  margin-top: 30px;
}
.treat .treat_box .cont_box ol {
  margin-left: 20px;
}
.treat .treat_box .cont_box ol li {
  margin: 10px 0 20px;
  list-style-type: decimal;
  font-size: 0.92em;
  line-height: 1.5;
}
.treat .treat_box .cont_box ol li .txt {
  padding-bottom: 20px;
}
.treat .treat_box .cont_box .text {
  font-size: 0.92em;
  line-height: 1.5;
  padding: 10px 0 30px;
}

.policy .policy_box {
  padding-bottom: 30px;
}
.policy .policy_box .mv_under {
  margin-bottom: 30px;
}
.policy .policy_box .mv_under .txt {
  line-height: 1.5;
  font-size: 0.92em;
}
.policy .policy_box .cont_box {
  font-size: 0.92em;
}
.policy .policy_box .cont_box .txt {
  padding: 5px 0 30px;
  line-height: 1.5;
}
.policy .policy_box .cont_box ul li {
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.policy .policy_box .cont_box ul li:after {
  content: "◼︎";
  position: absolute;
  top: -1.5px;
  left: 0;
  font-size: 14px;
}

.company .company_box {
  padding-bottom: 30px;
}
.company .company_box .cp_table {
  margin: 10px 0 30px;
}
.company .company_box .cp_table table {
  border-collapse: collapse;
}
.company .company_box .cp_table table tr {
  border-bottom: 1px dotted #ccc;
}
.company .company_box .cp_table table tr th {
  padding: 20px;
  width: 160px;
  background-color: #fff5de;
  font-weight: normal;
  text-align: left;
}
.company .company_box .cp_table table tr td {
  width: 600px;
  padding: 20px;
}

.contact .contact_box {
  padding-bottom: 30px;
}
.contact .contact_box .txt {
  padding: 10px 0 20px;
  line-height: 1.5;
  font-size: 0.92em;
}
.contact .contact_box .mv_under {
  margin-bottom: 30px;
}
.contact .contact_box .bnr_img {
  position: relative;
}
.contact .contact_box .bnr_img .tel {
  position: absolute;
  top: 50%;
  left: 34%;
  font-size: 48px;
  font-weight: bold;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
.contact .contact_box .bnr_img .info1, .contact .contact_box .bnr_img .info2 {
  position: absolute;
  top: 45%;
  font-size: 12px;
  text-align: center;
}
.contact .contact_box .bnr_img .info1 {
  right: 11.8%;
}
.contact .contact_box .bnr_img .info2 {
  right: 17px;
}
.contact .contact_box .bnr_img .info3 {
  position: absolute;
  bottom: 12px;
  left: 30%;
  color: #fff;
  text-align: center;
}
.contact .contact_box table {
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
}
.contact .contact_box table tr {
  border: 1px solid #d4d4d4;
}
.contact .contact_box table tr th {
  width: 256px;
  padding: 20px;
  background-color: #fffade;
  border-right: 1px solid #d4d4d4;
  text-align: left;
  font-weight: normal;
}
.contact .contact_box table tr th .more {
  position: relative;
}
.contact .contact_box table tr th .more:after {
  content: "必須";
  display: inline-block;
  color: #fff;
  background-color: #a60000;
  position: absolute;
  top: -3px;
  right: -40px;
  padding: 3px 5px;
  font-size: 0.85em;
}
.contact .contact_box table tr td {
  width: 506px;
  padding: 20px 10px 20px 20px;
}
.contact .contact_box table tr td input[type="text"], .contact .contact_box table tr td input[type="email"], .contact .contact_box table tr td input[type="tel"] {
  width: 256px;
  padding: 5px 0;
}
.contact .contact_box table tr td .text_box {
  margin-right: 10px;
}
.contact .contact_box table tr td .sub {
  margin-top: 5px;
}
.contact .contact_box table tr td .come {
  padding-top: 10px;
  line-height: 1.5;
}
.contact .contact_box table tr td .mnwn li {
  float: left;
  width: 100px;
}
.contact .contact_box table tr td textarea {
  width: 370px;
  min-height: 144px;
  height: auto;
  font-size: 14px;
  color: #333;
}
.contact .contact_box .send_btn {
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #43b8c6;
  position: relative;
  margin: 25px 24%;
}
.contact .contact_box .send_btn span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #8ed4dd;
}
.contact .contact_box .send_btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e99a9), color-stop(1, #42b8c5));
  background: -webkit-linear-gradient(top, #0e99a9 0%, #42b8c5 100%);
  background: -moz-linear-gradient(top, #0e99a9 0%, #42b8c5 100%);
  background: -o-linear-gradient(top, #0e99a9 0%, #42b8c5 100%);
  background: -ms-linear-gradient(top, #0e99a9 0%, #42b8c5 100%);
  background: linear-gradient(to bottom, #0e99a9 0%, #42b8c5 100%);
  -pie-background: linear-gradient(to bottom, #0e99a9 0%, #42b8c5 100%);
}
.contact .contact_box .send_btn input {
  width: 400px;
  height: 70px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #42b8c5), color-stop(1, #0e99a9));
  background: -webkit-linear-gradient(top, #42b8c5 0%, #0e99a9 100%);
  background: -moz-linear-gradient(top, #42b8c5 0%, #0e99a9 100%);
  background: -o-linear-gradient(top, #42b8c5 0%, #0e99a9 100%);
  background: -ms-linear-gradient(top, #42b8c5 0%, #0e99a9 100%);
  background: linear-gradient(to bottom, #42b8c5 0%, #0e99a9 100%);
  -pie-background: linear-gradient(to bottom, #42b8c5 0%, #0e99a9 100%);
  border: none;
  border-top: 1px solid #8ed4dd;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1.5em;
  padding: 10px 0;
  text-shadow: 0px 2px 0px #0b6473;
  -webkit-text-shadow: 0px 2px 0px #0b6473;
  -moz-text-shadow: 0px 2px 0px #0b6473;
}
.contact .contact_box .send_btn input:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e99a9), color-stop(1, #42b8c5));
  background: -webkit-linear-gradient(top, #0e99a9 0%, #42b8c5 100%);
  background: -moz-linear-gradient(top, #0e99a9 0%, #42b8c5 100%);
  background: -o-linear-gradient(top, #0e99a9 0%, #42b8c5 100%);
  background: -ms-linear-gradient(top, #0e99a9 0%, #42b8c5 100%);
  background: linear-gradient(to bottom, #0e99a9 0%, #42b8c5 100%);
  -pie-background: linear-gradient(to bottom, #0e99a9 0%, #42b8c5 100%);
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  cursor: pointer;
}
.contact .contact_box .send_btn input[type="button"] {
  font-family: "FontAwesome";
}
.contact .contact_box .send_btn input[type="submit"] {
  font-family: "FontAwesome";
}
.contact .contact_box .send_btn i {
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  color: #fff;
  font-size: 1.3em;
  text-shadow: 0px 2px 0px #0b6473;
  -webkit-text-shadow: 0px 2px 0px #0b6473;
  -moz-text-shadow: 0px 2px 0px #0b6473;
}
.contact .contact_box .btns li {
  width: 370px;
  display: block;
  float: left;
  margin-top: 30px;
}
.contact .contact_box .btns li:first-child {
  position: relative;
}
.contact .contact_box .btns li:first-child input {
  float: left;
  width: 370px;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #d5d5d5));
  background: -webkit-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  background: -moz-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  background: -o-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  background: -ms-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #d4d4d4;
  margin-right: 20px;
  text-shadow: 0px 2px 0px #f8f8f8;
  -webkit-text-shadow: 0px 2px 0px #f8f8f8;
  -moz-text-shadow: 0px 2px 0px #f8f8f8;
  position: relative;
  font-size: 1.54em;
  color: #333;
}
.contact .contact_box .btns li:first-child input:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d5d5d5), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, #d5d5d5 0%, #fff 100%);
  background: -moz-linear-gradient(top, #d5d5d5 0%, #fff 100%);
  background: -o-linear-gradient(top, #d5d5d5 0%, #fff 100%);
  background: -ms-linear-gradient(top, #d5d5d5 0%, #fff 100%);
  background: linear-gradient(to bottom, #d5d5d5 0%, #fff 100%);
  -pie-background: linear-gradient(to bottom, #d5d5d5 0%, #fff 100%);
}
.contact .contact_box .btns li:first-child i {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  color: #333;
  font-size: 1.3em;
  text-shadow: 0px 2px 0px #0b6473;
  -webkit-text-shadow: 0px 2px 0px #0b6473;
  -moz-text-shadow: 0px 2px 0px #0b6473;
}
.contact .contact_box .btns li:last-child {
  position: relative;
  margin-left: 20px;
}
.contact .contact_box .btns li:last-child input {
  float: left;
  width: 370px;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #42b8c6), color-stop(1, #0e98a8));
  background: -webkit-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: -moz-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: -o-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: -ms-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: linear-gradient(to bottom, #42b8c6 0%, #0e98a8 100%);
  -pie-background: linear-gradient(to bottom, #42b8c6 0%, #0e98a8 100%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #43b8c6;
  font-size: 1.54em;
  color: #fff;
  font-family: "FontAwesome";
  text-shadow: 0px 2px 0px #085f6f;
  -webkit-text-shadow: 0px 2px 0px #085f6f;
  -moz-text-shadow: 0px 2px 0px #085f6f;
}
.contact .contact_box .btns li:last-child input:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e98a8), color-stop(1, #42b8c6));
  background: -webkit-linear-gradient(top, #0e98a8 0%, #42b8c6 100%);
  background: -moz-linear-gradient(top, #0e98a8 0%, #42b8c6 100%);
  background: -o-linear-gradient(top, #0e98a8 0%, #42b8c6 100%);
  background: -ms-linear-gradient(top, #0e98a8 0%, #42b8c6 100%);
  background: linear-gradient(to bottom, #0e98a8 0%, #42b8c6 100%);
  -pie-background: linear-gradient(to bottom, #0e98a8 0%, #42b8c6 100%);
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  cursor: pointer;
}
.contact .contact_box .btns li:last-child i {
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  color: #fff;
  font-size: 1.3em;
  text-shadow: 0px 2px 0px #0b6473;
  -webkit-text-shadow: 0px 2px 0px #0b6473;
  -moz-text-shadow: 0px 2px 0px #0b6473;
}
.contact .ct_thanks .cont_box {
  padding: 10px 20px 20px;
  margin-bottom: 30px;
  background-color: #fffbea;
}
.contact .ct_thanks .cont_box .cont_txt ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.contact .ct_thanks .cont_box .cont_txt ul li:after {
  content: "●";
  color: #f99500;
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 2em;
}
.contact .ct_thanks .cont_box .cont_txt .txt {
  line-height: 1.5;
}
.contact .ct_thanks .cont_box .cont_txt .bnr_img img {
  width: 100%;
}
.contact .ct_thanks .home_btn {
  margin: 0 auto;
  text-align: center;
  width: 460px;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #42b8c6), color-stop(1, #0e98a8));
  background: -webkit-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: -moz-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: -o-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: -ms-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: linear-gradient(to bottom, #42b8c6 0%, #0e98a8 100%);
  -pie-background: linear-gradient(to bottom, #42b8c6 0%, #0e98a8 100%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #43b8c6;
  font-size: 1.54em;
  color: #fff;
  position: relative;
}
.contact .ct_thanks .home_btn:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 1.24em;
  top: 36%;
  left: 26%;
  text-shadow: 0px 2px 0px #085f6f;
  -webkit-text-shadow: 0px 2px 0px #085f6f;
  -moz-text-shadow: 0px 2px 0px #085f6f;
}
.contact .ct_thanks .home_btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e98a8), color-stop(1, #42b8c6));
  background: -webkit-linear-gradient(top, #0e98a8 0%, #42b8c6 100%);
  background: -moz-linear-gradient(top, #0e98a8 0%, #42b8c6 100%);
  background: -o-linear-gradient(top, #0e98a8 0%, #42b8c6 100%);
  background: -ms-linear-gradient(top, #0e98a8 0%, #42b8c6 100%);
  background: linear-gradient(to bottom, #0e98a8 0%, #42b8c6 100%);
  -pie-background: linear-gradient(to bottom, #0e98a8 0%, #42b8c6 100%);
  cursor: pointer;
}
.contact .ct_thanks .home_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 2px 0px #085f6f;
  -webkit-text-shadow: 0px 2px 0px #085f6f;
  -moz-text-shadow: 0px 2px 0px #085f6f;
  padding: 25px 0 25px 35px;
}
.contact .ct_thanks .home_btn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}

#form_box {
  padding-bottom: 30px;
}
#form_box .form_head .hd_title .img {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
#form_box .form_head .hd_title h2 {
  float: left;
  display: inline-block;
  color: #8d0000;
  font-size: 2em;
}
#form_box .form_head .hd_title h2 span {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  padding: 2px 5px;
  font-size: 18px;
  margin-bottom: 12px;
}
#form_box .form_head .hd_title .check {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAGElEQVQYV2NkYGD4z8DAwEiIBikAAYKKAYu3CgKIdklmAAAAAElFTkSuQmCC);
  height: 2px;
  margin: 10px 0;
}
#form_box .pan {
  margin-bottom: 20px;
}
#form_box .pan ul li {
  float: left;
  height: 72px;
  background-color: #ccc;
  color: #fff;
  margin-left: 5px;
  padding: 10px 0 0  15px;
}
#form_box .pan ul li .num {
  font-size: 3.5em;
  float: left;
  padding-top: 20px;
  font-family: "Oswald', sans-serif";
  padding-right: 5px;
}
#form_box .pan ul li .pan_txt {
  font-size: 18px;
  overflow: hidden;
  line-height: 1.5;
}
#form_box .pan ul li:first-child {
  margin-left: 0;
}
#form_box .pan ul .first {
  border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
}
#form_box .pan ul .on {
  background-color: #a60000;
  position: relative;
}
#form_box .pan ul .on:after {
  position: absolute;
  top: 0;
  right: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 36px 30px;
  border-color: transparent transparent transparent #a60000;
  z-index: 5;
}
#form_box .pan ul .mid {
  position: relative;
  padding-left: 35px;
}
#form_box .pan ul .mid .pan_txt {
  padding-top: 15px;
}
#form_box .pan ul .mid:after, #form_box .pan ul .mid:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 36px 30px;
}
#form_box .pan ul .mid:after {
  top: 0;
  right: -30px;
  z-index: 10;
}
#form_box .pan ul .mid:before {
  top: 0;
  left: 0px;
  border-color: transparent transparent transparent #fff;
}
#form_box .pan ul .gray:after {
  border-color: transparent transparent transparent #ccc;
}
#form_box .pan ul .last {
  position: relative;
  padding-left: 40px;
  border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
}
#form_box .pan ul .last:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 36px 30px;
  top: 0;
  left: 0px;
  border-color: transparent transparent transparent #fff;
}
#form_box .bnr_img {
  position: relative;
  text-align: center;
}
#form_box .bnr_img .tel {
  position: absolute;
  top: 50%;
  left: 37%;
  font-size: 50px;
  font-weight: bold;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
#form_box .bnr_img .info1, #form_box .bnr_img .info2 {
  position: absolute;
  top: 44%;
  font-size: 14px;
  text-align: center;
}
#form_box .bnr_img .info1 {
  right: 19.2%;
}
#form_box .bnr_img .info2 {
  right: 12%;
}
#form_box .bnr_img .info3 {
  position: absolute;
  bottom: 10%;
  left: 33.5%;
  color: #fff;
}
#form_box .bnr_img2 {
  position: relative;
}
#form_box .bnr_img2 .tel {
  position: absolute;
  top: 53%;
  left: 29%;
  font-size: 60px;
  font-weight: bold;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
#form_box .bnr_img2 .info1, #form_box .bnr_img2 .info2 {
  position: absolute;
  top: 44%;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
#form_box .bnr_img2 .info1 {
  right: 15%;
}
#form_box .bnr_img2 .info2 {
  right: 4%;
}
#form_box .btns li {
  margin-top: 30px;
}
#form_box .btns li .return_btn {
  float: left;
  width: 370px;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #d5d5d5));
  background: -webkit-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  background: -moz-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  background: -o-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  background: -ms-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #d4d4d4;
  margin-right: 20px;
}
#form_box .btns li .return_btn a {
  display: inline-block;
  padding: 25px 25px 25px 120px;
  width: 100%;
  height: 100%;
  font-size: 1.54em;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0px 2px 0px #f8f8f8;
  -webkit-text-shadow: 0px 2px 0px #f8f8f8;
  -moz-text-shadow: 0px 2px 0px #f8f8f8;
  position: relative;
}
#form_box .btns li .return_btn a:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 20px;
  top: 37%;
  left: 90px;
}
#form_box .btns li .return_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
#form_box .btns li input[type="submit"] {
  float: left;
  width: 370px;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #42b8c6), color-stop(1, #0e98a8));
  background: -webkit-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: -moz-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: -o-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: -ms-linear-gradient(top, #42b8c6 0%, #0e98a8 100%);
  background: linear-gradient(to bottom, #42b8c6 0%, #0e98a8 100%);
  -pie-background: linear-gradient(to bottom, #42b8c6 0%, #0e98a8 100%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #43b8c6;
  font-size: 1.54em;
  color: #fff;
  font-family: "FontAwesome";
  text-shadow: 0px 2px 0px #085f6f;
  -webkit-text-shadow: 0px 2px 0px #085f6f;
  -moz-text-shadow: 0px 2px 0px #085f6f;
}
#form_box .btns li input[type="submit"]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  cursor: pointer;
}

.ct_thanks .cont_box {
  padding: 10px 20px 20px;
  margin-bottom: 30px;
  background-color: #fffbea;
}
.ct_thanks .cont_box .cont_txt ul li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}
.ct_thanks .cont_box .cont_txt ul li:after {
  content: "●";
  color: #333333;
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 2em;
}
.ct_thanks .cont_box .cont_txt .txt {
  line-height: 1.5;
}

.dely_form .pan ul li {
  width: 250px;
}
.dely_form .pan ul .first {
  width: 230px !important;
}

.visit_form h2 span {
  background-color: #a60000;
}
.visit_form .pan ul li {
  width: 320px;
}
.visit_form .pan ul .first {
  padding-left: 25px !important;
}
.visit_form .pan ul .first .pan_txt {
  padding-top: 15px;
}
.visit_form .pan ul .mid {
  padding-left: 75px !important;
}
.visit_form .pan ul .last {
  width: 350px;
  padding-left: 85px !important;
}
.visit_form .pan ul .last .pan_txt {
  padding-top: 15px;
}
.visit_form .bnr {
  margin-bottom: 30px;
}
.visit_form .vst_step1 table th, .visit_form .vst_step2 table th {
  vertical-align: middle !important;
}
.visit_form .vst_step1 table td .file_sel, .visit_form .vst_step2 table td .file_sel {
  width: 148px;
  height: 30px;
  display: inline-block;
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f1f1f1), color-stop(0.5, #ececec), color-stop(0.5, #f6f6f6), color-stop(0, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  padding: 6px 5px;
}
.visit_form .vst_step1 table td .file_sel input, .visit_form .vst_step2 table td .file_sel input {
  display: none;
  width: 148px;
}
.visit_form .vst_step1 table td .file_sel:hover, .visit_form .vst_step2 table td .file_sel:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.visit_form .vst_step1 table td .file_select_name, .visit_form .vst_step2 table td .file_select_name {
  position: relative;
  padding: 0 10px;
  top: 7px;
}
.visit_form .vst_step1 table td .preview_img, .visit_form .vst_step2 table td .preview_img {
  position: relative;
  margin-top: 30px;
  max-width: 640px;
}
.visit_form .vst_step1 table td .preview_img .js_preview, .visit_form .vst_step2 table td .preview_img .js_preview {
  max-width: 100%;
  max-height: 400px;
  height: 400px;
  overflow: scroll;
}
.visit_form .vst_step1 table td .preview_img .js_preview img, .visit_form .vst_step2 table td .preview_img .js_preview img {
  width: 100%;
  max-width: 100%;
}
.visit_form .vst_step1 table td .preview_img .x_btn, .visit_form .vst_step2 table td .preview_img .x_btn {
  position: absolute;
  top: -10px;
  left: -10px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 4px 7px;
  border: 1px solid #ddd;
  font-size: 20px;
  cursor: pointer;
}
.visit_form .vst_step1 table td input[type="email"], .visit_form .vst_step1 table td input[type="tel"], .visit_form .vst_step2 table td input[type="email"], .visit_form .vst_step2 table td input[type="tel"] {
  width: 256px;
  padding: 5px 0;
}
.visit_form .vst_step1 table td .adrs input[type="text"], .visit_form .vst_step2 table td .adrs input[type="text"] {
  width: 370px !important;
}
.visit_form .vst_step2 table tr td img {
  max-width: 640px;
}

.mail_form h2 span {
  background-color: #23b3c3;
}
.mail_form .mail_step1 table th {
  vertical-align: middle !important;
}
.mail_form .mail_step1 table td ul li {
  margin-bottom: 5px;
}
.mail_form .mail_step1 table td ul li input {
  width: 284px;
  height: 30px;
}
.mail_form .mail_step1 table td .file_sel_ul {
  float: left;
  margin-right: 20px;
}
.mail_form .mail_step1 table td .file_sel_ul li {
  clear: both;
}
.mail_form .mail_step1 table td .file_sel_ul li .file_sel {
  width: 148px;
  height: 30px;
  display: inline-block;
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f1f1f1), color-stop(0.5, #ececec), color-stop(0.5, #f6f6f6), color-stop(0, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #f6f6f6 50%, #ececec 50%, #f1f1f1 100%);
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  padding: 6px 5px;
  margin-bottom: 20px;
}
.mail_form .mail_step1 table td .file_sel_ul li .file_sel input {
  display: none;
  width: 148px;
}
.mail_form .mail_step1 table td .file_sel_ul li .file_sel:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.mail_form .mail_step1 table td .file_sel_ul li .file_select_name {
  display: inline-block;
  width: 125px;
  float: left;
  margin: 0 10px;
  font-size: 12px;
  padding: 6px 0;
  line-height: 1.3;
}
.mail_form .mail_step1 table td .file_sel_ul li .preview_img {
  clear: both;
  width: 640px;
  max-width: 640px;
  position: relative;
}
.mail_form .mail_step1 table td .file_sel_ul li .preview_img .js_preview {
  max-width: 100%;
  max-height: 400px;
  height: 400px;
  overflow: scroll;
}
.mail_form .mail_step1 table td .file_sel_ul li .preview_img .js_preview img {
  max-width: 100%;
  width: 100%;
}
.mail_form .mail_step1 table td .file_sel_ul li .preview_img .x_btn {
  position: absolute;
  top: -10px;
  left: -10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #aaa;
  padding: 3px 6px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
}
.mail_form .mail_step1 table td .file_sel_ul li .preview_img .x_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.mail_form .mail_step1 table td .sub {
  clear: both;
}
.mail_form .mail_step1 table td input[type="email"], .mail_form .mail_step1 table td input[type="tel"] {
  width: 256px;
  padding: 5px 0;
  border: 1px solid #ccc;
}
.mail_form .mail_step2 table th {
  vertical-align: middle !important;
}
.mail_form .mail_step2 table td img {
  max-width: 640px;
}

.visit_form h2 span, .mail_form h2 span {
  background-color: #a60000;
}
.visit_form .pan ul li, .mail_form .pan ul li {
  width: 320px;
}
.visit_form .pan ul .first, .mail_form .pan ul .first {
  padding-left: 25px !important;
}
.visit_form .pan ul .first .pan_txt, .mail_form .pan ul .first .pan_txt {
  padding-top: 15px;
}
.visit_form .pan ul .mid, .mail_form .pan ul .mid {
  padding-left: 75px !important;
}
.visit_form .pan ul .last, .mail_form .pan ul .last {
  width: 350px;
  padding-left: 85px !important;
}
.visit_form .pan ul .last .pan_txt, .mail_form .pan ul .last .pan_txt {
  padding-top: 15px;
}

.vst_box .vst_form form, .vst_box .mail_form form, .vst_box .dely_form form, .mail_box .vst_form form, .mail_box .mail_form form, .mail_box .dely_form form, .dely_box .vst_form form, .dely_box .mail_form form, .dely_box .dely_form form {
  margin-top: 10px;
}
.vst_box .vst_form form table, .vst_box .mail_form form table, .vst_box .dely_form form table, .mail_box .vst_form form table, .mail_box .mail_form form table, .mail_box .dely_form form table, .dely_box .vst_form form table, .dely_box .mail_form form table, .dely_box .dely_form form table {
  width: 100%;
}
.vst_box .vst_form form table th, .vst_box .mail_form form table th, .vst_box .dely_form form table th, .mail_box .vst_form form table th, .mail_box .mail_form form table th, .mail_box .dely_form form table th, .dely_box .vst_form form table th, .dely_box .mail_form form table th, .dely_box .dely_form form table th {
  padding: 10px !important;
  vertical-align: top;
}
.vst_box .vst_form form table th .flie_box, .vst_box .mail_form form table th .flie_box, .vst_box .dely_form form table th .flie_box, .mail_box .vst_form form table th .flie_box, .mail_box .mail_form form table th .flie_box, .mail_box .dely_form form table th .flie_box, .dely_box .vst_form form table th .flie_box, .dely_box .mail_form form table th .flie_box, .dely_box .dely_form form table th .flie_box {
  width: 200px;
}
.vst_box .vst_form form table th .vst_must, .vst_box .vst_form form table th .vst_any, .vst_box .mail_form form table th .vst_must, .vst_box .mail_form form table th .vst_any, .vst_box .dely_form form table th .vst_must, .vst_box .dely_form form table th .vst_any, .mail_box .vst_form form table th .vst_must, .mail_box .vst_form form table th .vst_any, .mail_box .mail_form form table th .vst_must, .mail_box .mail_form form table th .vst_any, .mail_box .dely_form form table th .vst_must, .mail_box .dely_form form table th .vst_any, .dely_box .vst_form form table th .vst_must, .dely_box .vst_form form table th .vst_any, .dely_box .mail_form form table th .vst_must, .dely_box .mail_form form table th .vst_any, .dely_box .dely_form form table th .vst_must, .dely_box .dely_form form table th .vst_any {
  position: relative;
  padding-left: 40px;
}
.vst_box .vst_form form table th .vst_must:after, .vst_box .vst_form form table th .vst_any:after, .vst_box .mail_form form table th .vst_must:after, .vst_box .mail_form form table th .vst_any:after, .vst_box .dely_form form table th .vst_must:after, .vst_box .dely_form form table th .vst_any:after, .mail_box .vst_form form table th .vst_must:after, .mail_box .vst_form form table th .vst_any:after, .mail_box .mail_form form table th .vst_must:after, .mail_box .mail_form form table th .vst_any:after, .mail_box .dely_form form table th .vst_must:after, .mail_box .dely_form form table th .vst_any:after, .dely_box .vst_form form table th .vst_must:after, .dely_box .vst_form form table th .vst_any:after, .dely_box .mail_form form table th .vst_must:after, .dely_box .mail_form form table th .vst_any:after, .dely_box .dely_form form table th .vst_must:after, .dely_box .dely_form form table th .vst_any:after {
  display: inline-block;
  color: #fff;
  position: absolute;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  top: -2px;
  left: 0px;
  padding: 3px 5px;
  font-size: 0.85em;
}
.vst_box .vst_form form table th .vst_must:after, .vst_box .mail_form form table th .vst_must:after, .vst_box .dely_form form table th .vst_must:after, .mail_box .vst_form form table th .vst_must:after, .mail_box .mail_form form table th .vst_must:after, .mail_box .dely_form form table th .vst_must:after, .dely_box .vst_form form table th .vst_must:after, .dely_box .mail_form form table th .vst_must:after, .dely_box .dely_form form table th .vst_must:after {
  content: "必須";
  background-color: #a60000;
}
.vst_box .vst_form form table th .vst_any:after, .vst_box .mail_form form table th .vst_any:after, .vst_box .dely_form form table th .vst_any:after, .mail_box .vst_form form table th .vst_any:after, .mail_box .mail_form form table th .vst_any:after, .mail_box .dely_form form table th .vst_any:after, .dely_box .vst_form form table th .vst_any:after, .dely_box .mail_form form table th .vst_any:after, .dely_box .dely_form form table th .vst_any:after {
  content: "任意";
  background-color: #0d8794;
}
.vst_box .vst_form form table td textarea, .vst_box .mail_form form table td textarea, .vst_box .dely_form form table td textarea, .mail_box .vst_form form table td textarea, .mail_box .mail_form form table td textarea, .mail_box .dely_form form table td textarea, .dely_box .vst_form form table td textarea, .dely_box .mail_form form table td textarea, .dely_box .dely_form form table td textarea {
  padding: 10px;
  width: 580px !important;
}
.vst_box .vst_form form table td .zip, .vst_box .mail_form form table td .zip, .vst_box .dely_form form table td .zip, .mail_box .vst_form form table td .zip, .mail_box .mail_form form table td .zip, .mail_box .dely_form form table td .zip, .dely_box .vst_form form table td .zip, .dely_box .mail_form form table td .zip, .dely_box .dely_form form table td .zip {
  margin-bottom: 10px;
}
.vst_box .vst_form form table td .zip #hirf, .vst_box .mail_form form table td .zip #hirf, .vst_box .dely_form form table td .zip #hirf, .mail_box .vst_form form table td .zip #hirf, .mail_box .mail_form form table td .zip #hirf, .mail_box .dely_form form table td .zip #hirf, .dely_box .vst_form form table td .zip #hirf, .dely_box .mail_form form table td .zip #hirf, .dely_box .dely_form form table td .zip #hirf {
  float: left;
}
.vst_box .vst_form form table td .zip #hirf input[type="text"], .vst_box .mail_form form table td .zip #hirf input[type="text"], .vst_box .dely_form form table td .zip #hirf input[type="text"], .mail_box .vst_form form table td .zip #hirf input[type="text"], .mail_box .mail_form form table td .zip #hirf input[type="text"], .mail_box .dely_form form table td .zip #hirf input[type="text"], .dely_box .vst_form form table td .zip #hirf input[type="text"], .dely_box .mail_form form table td .zip #hirf input[type="text"], .dely_box .dely_form form table td .zip #hirf input[type="text"] {
  width: 172px !important;
  margin: 0 10px;
}
.vst_box .vst_form form table td .zip .btn, .vst_box .mail_form form table td .zip .btn, .vst_box .dely_form form table td .zip .btn, .mail_box .vst_form form table td .zip .btn, .mail_box .mail_form form table td .zip .btn, .mail_box .dely_form form table td .zip .btn, .dely_box .vst_form form table td .zip .btn, .dely_box .mail_form form table td .zip .btn, .dely_box .dely_form form table td .zip .btn {
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e4223), color-stop(1, #3d270d));
  background: -webkit-linear-gradient(top, #5e4223 0%, #3d270d 100%);
  background: -moz-linear-gradient(top, #5e4223 0%, #3d270d 100%);
  background: -o-linear-gradient(top, #5e4223 0%, #3d270d 100%);
  background: -ms-linear-gradient(top, #5e4223 0%, #3d270d 100%);
  background: linear-gradient(to bottom, #5e4223 0%, #3d270d 100%);
  -pie-background: linear-gradient(to bottom, #5e4223 0%, #3d270d 100%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #3c260d;
  margin-left: 10px;
  position: relative;
}
.vst_box .vst_form form table td .zip .btn:after, .vst_box .mail_form form table td .zip .btn:after, .vst_box .dely_form form table td .zip .btn:after, .mail_box .vst_form form table td .zip .btn:after, .mail_box .mail_form form table td .zip .btn:after, .mail_box .dely_form form table td .zip .btn:after, .dely_box .vst_form form table td .zip .btn:after, .dely_box .mail_form form table td .zip .btn:after, .dely_box .dely_form form table td .zip .btn:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 14px;
  color: #fff;
  top: 7px;
  left: 10px;
}
.vst_box .vst_form form table td .zip .btn a, .vst_box .mail_form form table td .zip .btn a, .vst_box .dely_form form table td .zip .btn a, .mail_box .vst_form form table td .zip .btn a, .mail_box .mail_form form table td .zip .btn a, .mail_box .dely_form form table td .zip .btn a, .dely_box .vst_form form table td .zip .btn a, .dely_box .mail_form form table td .zip .btn a, .dely_box .dely_form form table td .zip .btn a {
  padding: 5px 5px 5px 25px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 2px 0px #130801;
  -webkit-text-shadow: 0px 2px 0px #130801;
  -moz-text-shadow: 0px 2px 0px #130801;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top: 1px solid #7f694f;
}
.vst_box .vst_form form table td .zip .btn:hover, .vst_box .mail_form form table td .zip .btn:hover, .vst_box .dely_form form table td .zip .btn:hover, .mail_box .vst_form form table td .zip .btn:hover, .mail_box .mail_form form table td .zip .btn:hover, .mail_box .dely_form form table td .zip .btn:hover, .dely_box .vst_form form table td .zip .btn:hover, .dely_box .mail_form form table td .zip .btn:hover, .dely_box .dely_form form table td .zip .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d270d), color-stop(1, #5e4223));
  background: -webkit-linear-gradient(top, #3d270d 0%, #5e4223 100%);
  background: -moz-linear-gradient(top, #3d270d 0%, #5e4223 100%);
  background: -o-linear-gradient(top, #3d270d 0%, #5e4223 100%);
  background: -ms-linear-gradient(top, #3d270d 0%, #5e4223 100%);
  background: linear-gradient(to bottom, #3d270d 0%, #5e4223 100%);
  -pie-background: linear-gradient(to bottom, #3d270d 0%, #5e4223 100%);
}
.vst_box .vst_form form table td .zip .btn:hover a, .vst_box .mail_form form table td .zip .btn:hover a, .vst_box .dely_form form table td .zip .btn:hover a, .mail_box .vst_form form table td .zip .btn:hover a, .mail_box .mail_form form table td .zip .btn:hover a, .mail_box .dely_form form table td .zip .btn:hover a, .dely_box .vst_form form table td .zip .btn:hover a, .dely_box .mail_form form table td .zip .btn:hover a, .dely_box .dely_form form table td .zip .btn:hover a {
  opacity: 0.9;
  filter: alpha(opacity=90%);
  -ms-filter: "alpha(opacity=90%)";
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
}
.vst_box .vst_form form table td .adrs, .vst_box .mail_form form table td .adrs, .vst_box .dely_form form table td .adrs, .mail_box .vst_form form table td .adrs, .mail_box .mail_form form table td .adrs, .mail_box .dely_form form table td .adrs, .dely_box .vst_form form table td .adrs, .dely_box .mail_form form table td .adrs, .dely_box .dely_form form table td .adrs {
  margin-top: 10px;
}
.vst_box .vst_form form .conf_btn, .vst_box .mail_form form .conf_btn, .vst_box .dely_form form .conf_btn, .mail_box .vst_form form .conf_btn, .mail_box .mail_form form .conf_btn, .mail_box .dely_form form .conf_btn, .dely_box .vst_form form .conf_btn, .dely_box .mail_form form .conf_btn, .dely_box .dely_form form .conf_btn {
  /* background: url(images/form/btn01_on.png) no-repeat; */
  margin-left: 230px;
  margin-top: 50px;
}
.vst_box .vst_form form .conf_btn a, .vst_box .mail_form form .conf_btn a, .vst_box .dely_form form .conf_btn a, .mail_box .vst_form form .conf_btn a, .mail_box .mail_form form .conf_btn a, .mail_box .dely_form form .conf_btn a, .dely_box .vst_form form .conf_btn a, .dely_box .mail_form form .conf_btn a, .dely_box .dely_form form .conf_btn a {
  display: block;
  padding-bottom: 5px;
}
.vst_box .vst_form form .conf_btn:hover img, .vst_box .mail_form form .conf_btn:hover img, .vst_box .dely_form form .conf_btn:hover img, .mail_box .vst_form form .conf_btn:hover img, .mail_box .mail_form form .conf_btn:hover img, .mail_box .dely_form form .conf_btn:hover img, .dely_box .vst_form form .conf_btn:hover img, .dely_box .mail_form form .conf_btn:hover img, .dely_box .dely_form form .conf_btn:hover img {
  visibility: hidden;
}
.vst_box .vst_form form .table_cmn, .vst_box .mail_form form .table_cmn, .vst_box .dely_form form .table_cmn, .mail_box .vst_form form .table_cmn, .mail_box .mail_form form .table_cmn, .mail_box .dely_form form .table_cmn, .dely_box .vst_form form .table_cmn, .dely_box .mail_form form .table_cmn, .dely_box .dely_form form .table_cmn {
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
}
.vst_box .vst_form form .table_cmn tr, .vst_box .mail_form form .table_cmn tr, .vst_box .dely_form form .table_cmn tr, .mail_box .vst_form form .table_cmn tr, .mail_box .mail_form form .table_cmn tr, .mail_box .dely_form form .table_cmn tr, .dely_box .vst_form form .table_cmn tr, .dely_box .mail_form form .table_cmn tr, .dely_box .dely_form form .table_cmn tr {
  border: 1px solid #d4d4d4;
}
.vst_box .vst_form form .table_cmn tr th, .vst_box .mail_form form .table_cmn tr th, .vst_box .dely_form form .table_cmn tr th, .mail_box .vst_form form .table_cmn tr th, .mail_box .mail_form form .table_cmn tr th, .mail_box .dely_form form .table_cmn tr th, .dely_box .vst_form form .table_cmn tr th, .dely_box .mail_form form .table_cmn tr th, .dely_box .dely_form form .table_cmn tr th {
  width: 256px;
  padding: 20px;
  background-color: #fffade;
  border-right: 1px solid #d4d4d4;
  text-align: left;
}
.vst_box .vst_form form .table_cmn tr td, .vst_box .mail_form form .table_cmn tr td, .vst_box .dely_form form .table_cmn tr td, .mail_box .vst_form form .table_cmn tr td, .mail_box .mail_form form .table_cmn tr td, .mail_box .dely_form form .table_cmn tr td, .dely_box .vst_form form .table_cmn tr td, .dely_box .mail_form form .table_cmn tr td, .dely_box .dely_form form .table_cmn tr td {
  width: 506px;
  padding: 20px 10px 20px 20px;
}
.vst_box .vst_form form .table_cmn tr td input[type="text"], .vst_box .mail_form form .table_cmn tr td input[type="text"], .vst_box .dely_form form .table_cmn tr td input[type="text"], .mail_box .vst_form form .table_cmn tr td input[type="text"], .mail_box .mail_form form .table_cmn tr td input[type="text"], .mail_box .dely_form form .table_cmn tr td input[type="text"], .dely_box .vst_form form .table_cmn tr td input[type="text"], .dely_box .mail_form form .table_cmn tr td input[type="text"], .dely_box .dely_form form .table_cmn tr td input[type="text"] {
  width: 256px;
  padding: 5px 0;
}
.vst_box .vst_form form .table_cmn tr td .text_box, .vst_box .mail_form form .table_cmn tr td .text_box, .vst_box .dely_form form .table_cmn tr td .text_box, .mail_box .vst_form form .table_cmn tr td .text_box, .mail_box .mail_form form .table_cmn tr td .text_box, .mail_box .dely_form form .table_cmn tr td .text_box, .dely_box .vst_form form .table_cmn tr td .text_box, .dely_box .mail_form form .table_cmn tr td .text_box, .dely_box .dely_form form .table_cmn tr td .text_box {
  float: left;
  margin-right: 10px;
}
.vst_box .vst_form form .table_cmn tr td .sub, .vst_box .mail_form form .table_cmn tr td .sub, .vst_box .dely_form form .table_cmn tr td .sub, .mail_box .vst_form form .table_cmn tr td .sub, .mail_box .mail_form form .table_cmn tr td .sub, .mail_box .dely_form form .table_cmn tr td .sub, .dely_box .vst_form form .table_cmn tr td .sub, .dely_box .mail_form form .table_cmn tr td .sub, .dely_box .dely_form form .table_cmn tr td .sub {
  margin-top: 5px;
}
.vst_box .vst_form form .table_cmn tr td .come, .vst_box .mail_form form .table_cmn tr td .come, .vst_box .dely_form form .table_cmn tr td .come, .mail_box .vst_form form .table_cmn tr td .come, .mail_box .mail_form form .table_cmn tr td .come, .mail_box .dely_form form .table_cmn tr td .come, .dely_box .vst_form form .table_cmn tr td .come, .dely_box .mail_form form .table_cmn tr td .come, .dely_box .dely_form form .table_cmn tr td .come {
  padding-top: 10px;
  line-height: 1.5;
}
.vst_box .vst_form form .table_cmn tr td .mnwn li, .vst_box .mail_form form .table_cmn tr td .mnwn li, .vst_box .dely_form form .table_cmn tr td .mnwn li, .mail_box .vst_form form .table_cmn tr td .mnwn li, .mail_box .mail_form form .table_cmn tr td .mnwn li, .mail_box .dely_form form .table_cmn tr td .mnwn li, .dely_box .vst_form form .table_cmn tr td .mnwn li, .dely_box .mail_form form .table_cmn tr td .mnwn li, .dely_box .dely_form form .table_cmn tr td .mnwn li {
  float: left;
  width: 100px;
}
.vst_box .vst_form form .table_cmn tr td textarea, .vst_box .mail_form form .table_cmn tr td textarea, .vst_box .dely_form form .table_cmn tr td textarea, .mail_box .vst_form form .table_cmn tr td textarea, .mail_box .mail_form form .table_cmn tr td textarea, .mail_box .dely_form form .table_cmn tr td textarea, .dely_box .vst_form form .table_cmn tr td textarea, .dely_box .mail_form form .table_cmn tr td textarea, .dely_box .dely_form form .table_cmn tr td textarea {
  width: 370px;
  min-height: 144px;
  height: auto;
  font-size: 14px;
  color: #333;
}

.btn_box li {
  float: left;
  margin: 40px 0 80px;
}
.btn_box li:first-child {
  margin-right: 20px;
}
.btn_box li a {
  display: block;
  padding-bottom: 5px;
}
.btn_box .return_btn {
  background: url(images/form/btn_return_on.png) no-repeat;
}
.btn_box .return_btn:hover img {
  visibility: hidden;
}
.btn_box .send_btn {
  background: url(images/form/btn_send_on.png) no-repeat;
}
.btn_box .send_btn:hover img {
  visibility: hidden;
}
.btn_box .prev_btn {
  background: url(images/form/btn_prev_on.png) no-repeat;
}
.btn_box .prev_btn:hover img {
  visibility: hidden;
}
.btn_box .conf_btn {
  background: url(images/form/btn_conf_on.png) no-repeat;
}
.btn_box .conf_btn:hover img {
  visibility: hidden;
}

.vst_thanks .h2_under p, .mail_thanks .h2_under p {
  margin: 20px 0;
  line-height: 1.5;
}
.vst_thanks .cont_box .cont_box .bnr_img, .mail_thanks .cont_box .cont_box .bnr_img {
  text-align: center;
}
.vst_thanks .cont_box .cont_box .bnr_img .tel, .mail_thanks .cont_box .cont_box .bnr_img .tel {
  top: 50%;
  left: 37%;
  font-size: 50px;
}
.vst_thanks .cont_box .cont_box .bnr_img .info1, .mail_thanks .cont_box .cont_box .bnr_img .info1 {
  top: 44%;
  font-size: 14px;
  left: 19.1%;
}
.vst_thanks .cont_box .cont_box .bnr_img .info2, .mail_thanks .cont_box .cont_box .bnr_img .info2 {
  top: 44%;
  left: 12px;
  font-size: 14px;
}
.vst_thanks .cont_box .cont_box .bnr_img .info3, .mail_thanks .cont_box .cont_box .bnr_img .info3 {
  position: absolute;
  bottom: 10%;
  left: 33%;
  color: #fff;
}
.vst_thanks .cont_box, .mail_thanks .cont_box {
  padding: 10px 20px 20px;
  margin-bottom: 30px;
  background-color: #fffbea;
}
.vst_thanks .cont_box .cont_txt, .mail_thanks .cont_box .cont_txt {
  padding: 10px 0;
}
.vst_thanks .cont_box .cont_txt ul, .mail_thanks .cont_box .cont_txt ul {
  margin: 20px 0;
}
.vst_thanks .cont_box .cont_txt ul li, .mail_thanks .cont_box .cont_txt ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.vst_thanks .cont_box .cont_txt ul li:after, .mail_thanks .cont_box .cont_txt ul li:after {
  content: "●";
  color: #333333;
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 2em;
}
.vst_thanks .cont_box .cont_txt .txt, .mail_thanks .cont_box .cont_txt .txt {
  line-height: 1.5;
}
.vst_thanks .home_btn, .mail_thanks .home_btn {
  background: url(images/form/btn_home_on.png) no-repeat;
  margin-left: 260px;
  margin-bottom: 30px;
}
.vst_thanks .home_btn a, .mail_thanks .home_btn a {
  display: block;
  padding-bottom: 5px;
}
.vst_thanks .home_btn:hover img, .mail_thanks .home_btn:hover img {
  visibility: hidden;
}

.dely_form h2 span {
  background-color: #a60000;
}
.dely_form .dely_box .dely_form {
  /*=============================
  	Form
  =============================*/
}
.dely_form .dely_box .dely_form table {
  margin: 20px 0;
}
.dely_form .dely_box .dely_form table tr th {
  background-color: #ffe7bd !important;
  text-align: left;
  padding: 20px 60px;
}
.dely_form .dely_box .dely_form table tr .must, .dely_form .dely_box .dely_form table tr .any {
  position: relative;
  padding-left: 55px;
  font-size: 18px;
}
.dely_form .dely_box .dely_form table tr .must:after, .dely_form .dely_box .dely_form table tr .any:after {
  display: inline-block;
  color: #fff;
  position: absolute;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  top: 14px;
  left: 10px;
  padding: 3px 5px;
  font-size: 0.85em;
}
.dely_form .dely_box .dely_form table tr .must {
  height: 50px;
  vertical-align: middle;
}
.dely_form .dely_box .dely_form table tr .must span {
  padding-left: 50px;
}
.dely_form .dely_box .dely_form table tr .must:after {
  content: "必須";
  background-color: #d40011;
}
.dely_form .dely_box .dely_form table tr td #dely_ul01 li {
  float: left;
  height: 95px;
  letter-spacing: -0.07em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ededed));
  background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -moz-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -o-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #fff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  border: 1px solid #ededed;
  font-weight: bold;
}
.dely_form .dely_box .dely_form table tr td #dely_ul01 li p {
  font-weight: normal;
  padding-top: 10px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul01 li .come:after {
  padding-top: 10px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul01 label:first-child li {
  width: 280px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul01 label:nth-child(2) li {
  width: 360px;
  margin-left: 10px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul01 label:nth-child(3) li {
  width: 315px;
  margin-left: 10px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul01 label:last-child li {
  width: 315px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul01 li + li {
  margin-left: 15px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul01 label {
  cursor: pointer;
}
.dely_form .dely_box .dely_form table tr td #dely_ul01 .third {
  width: 322px;
  line-height: 50px;
  float: right;
}
.dely_form .dely_box .dely_form table tr td #dely_ul01 th, .dely_form .dely_box .dely_form table tr td #dely_ul01 td {
  width: 100% !important;
}
.dely_form .dely_box .dely_form table tr td .bd {
  border: 2px solid #a60000 !important;
  background: #fff !important;
}
.dely_form .dely_box .dely_form table tr td li label {
  cursor: pointer;
}
.dely_form .dely_box .dely_form table tr td .hatena {
  background-color: #fff;
  margin: 20px 0 0;
  padding: 20px 40px;
  position: relative;
}
.dely_form .dely_box .dely_form table tr td .hatena a {
  color: #8d0000;
  text-decoration: none;
  font-weight: bold;
}
.dely_form .dely_box .dely_form table tr td .hatena a:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 18px;
  top: 20px;
  left: 15px;
  color: #a60000;
  font-weight: normal;
}
.dely_form .dely_box .dely_form table tr td .hatena .on_tg:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 18px;
  top: 20px;
  left: 15px;
  color: #a60000;
}
.dely_form .dely_box .dely_form table tr td #dely_ul02 li {
  float: left;
  height: 150px;
  width: 320px;
  letter-spacing: -0.07em;
  background: #fff;
  border: none;
  font-weight: bold;
}
.dely_form .dely_box .dely_form table tr td #dely_ul02 li img {
  float: left;
  margin-right: 15px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul02 li .txt_box {
  padding-top: 30px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul02 li .txt_box .box_txt {
  font-weight: normal;
  margin-bottom: 10px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul02 li .txt_box .box_txt span {
  padding: 2px 5px;
  margin-right: 5px;
  color: #fff;
  background-color: #a60000;
  font-weight: bold;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul02 li .txt_box select {
  width: 110px;
  height: 30px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul02 li + li {
  margin-left: 9px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul02 label {
  cursor: pointer;
}
.dely_form .dely_box .dely_form table tr td #dely_ul02 .third {
  width: 322px;
  line-height: 50px;
  float: right;
}
.dely_form .dely_box .dely_form table tr td #dely_ul02 th, .dely_form .dely_box .dely_form table tr td #dely_ul02 td {
  width: 100% !important;
}
.dely_form .dely_box .dely_form table tr td .hint1, .dely_form .dely_box .dely_form table tr td .hint2, .dely_form .dely_box .dely_form table tr td .hint3 {
  padding: 0 30px !important;
}
.dely_form .dely_box .dely_form table tr td .hint1 .h3 .big_box, .dely_form .dely_box .dely_form table tr td .hint2 .h3 .big_box, .dely_form .dely_box .dely_form table tr td .hint3 .h3 .big_box {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #333333;
  position: relative;
  float: left;
  margin-right: 10px;
}
.dely_form .dely_box .dely_form table tr td .hint1 .h3 .big_box .sm_box, .dely_form .dely_box .dely_form table tr td .hint2 .h3 .big_box .sm_box, .dely_form .dely_box .dely_form table tr td .hint3 .h3 .big_box .sm_box {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #a60000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.dely_form .dely_box .dely_form table tr td .hint1 .h3 h3, .dely_form .dely_box .dely_form table tr td .hint2 .h3 h3, .dely_form .dely_box .dely_form table tr td .hint3 .h3 h3 {
  font-size: 1.14em;
  color: #8d0000;
  padding-bottom: 10px;
}
.dely_form .dely_box .dely_form table tr td .hint1 .size_image, .dely_form .dely_box .dely_form table tr td .hint2 .size_image, .dely_form .dely_box .dely_form table tr td .hint3 .size_image {
  margin-bottom: 30px;
}
.dely_form .dely_box .dely_form table tr td .hint1 .size_image .img, .dely_form .dely_box .dely_form table tr td .hint2 .size_image .img, .dely_form .dely_box .dely_form table tr td .hint3 .size_image .img {
  float: left;
  margin-right: 20px;
}
.dely_form .dely_box .dely_form table tr td .hint1 .size_image .txt_box .title, .dely_form .dely_box .dely_form table tr td .hint2 .size_image .txt_box .title, .dely_form .dely_box .dely_form table tr td .hint3 .size_image .txt_box .title {
  color: #a60000;
  font-weight: bold;
  font-size: 1.14em;
  padding: 5px 0 10px;
}
.dely_form .dely_box .dely_form table tr td .hint1 .size_image .txt_box ul, .dely_form .dely_box .dely_form table tr td .hint2 .size_image .txt_box ul, .dely_form .dely_box .dely_form table tr td .hint3 .size_image .txt_box ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.dely_form .dely_box .dely_form table tr td .hint1 .size_image .txt_box ul li, .dely_form .dely_box .dely_form table tr td .hint2 .size_image .txt_box ul li, .dely_form .dely_box .dely_form table tr td .hint3 .size_image .txt_box ul li {
  width: 300px;
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
}
.dely_form .dely_box .dely_form table tr td .hint1 .size_image .txt_box ul li:after, .dely_form .dely_box .dely_form table tr td .hint2 .size_image .txt_box ul li:after, .dely_form .dely_box .dely_form table tr td .hint3 .size_image .txt_box ul li:after {
  font-family: 'FontAwesome';
  content: "●";
  position: absolute;
  top: 0;
  font-size: 16px;
  top: 0;
  left: 0;
  color: #333333;
}
.dely_form .dely_box .dely_form table tr td .hint1 .text {
  font-size: 0.92em;
  line-height: 1.5;
}
.dely_form .dely_box .dely_form table tr td .hint1 .text .dl1 {
  position: relative;
}
.dely_form .dely_box .dely_form table tr td .hint1 .text .dl1:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 15px;
  top: 0;
  left: -20px;
}
.dely_form .dely_box .dely_form table tr td .hint3 .left {
  width: 530px;
  float: left;
}
.dely_form .dely_box .dely_form table tr td .hint3 .left .text {
  margin-bottom: 20px;
}
.dely_form .dely_box .dely_form table tr td .hint3 .right {
  float: right;
  background-color: #fff9d7;
  padding: 10px;
  margin-bottom: 20px;
}
.dely_form .dely_box .dely_form table tr td .hint3 .right h4 {
  padding: 5px;
  font-weight: normal;
  background-color: #333333;
  text-align: center;
  color: #fff;
  width: 360px;
}
.dely_form .dely_box .dely_form table tr td .hint3 .right .text {
  text-align: center;
  padding: 20px 0;
  line-height: 1.5;
}
.dely_form .dely_box .dely_form table tr td #dely_ul03 li {
  float: left;
  height: 75px;
  letter-spacing: -0.07em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ededed));
  background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -moz-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -o-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #fff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  border: 1px solid #ededed;
  font-weight: bold;
}
.dely_form .dely_box .dely_form table tr td #dely_ul03 label {
  cursor: pointer;
}
.dely_form .dely_box .dely_form table tr td #dely_ul03 label:first-child li {
  margin-right: 20px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul03 label li {
  width: 479px !important;
  padding-top: 25px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul04 li {
  height: 74px;
  letter-spacing: -0.07em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ededed));
  background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -moz-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -o-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #fff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  border: 1px solid #ededed;
  font-weight: bold;
  padding-top: 25px;
  margin-bottom: 10px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul04 li span {
  font-weight: normal;
  padding-left: 15px;
}
.dely_form .dely_box .dely_form table tr td #dely_ul04 li .come:after {
  padding-top: 10px;
}
.dely_form .dely_box .dely_form table tr .input_data input {
  float: left;
  width: 200px;
  height: 36px;
  border: 2px solid #ededed;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.dely_form .dely_box .dely_form table tr .input_data button {
  width: 190px;
  height: 36px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ededed));
  background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -moz-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -o-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #fff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  border: 2px solid #ededed;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.dely_form .dely_box .dely_form table tr .input_data button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, #ededed 0%, #fff 100%);
  background: -moz-linear-gradient(top, #ededed 0%, #fff 100%);
  background: -o-linear-gradient(top, #ededed 0%, #fff 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #fff 100%);
  background: linear-gradient(to bottom, #ededed 0%, #fff 100%);
  -pie-background: linear-gradient(to bottom, #ededed 0%, #fff 100%);
}
.dely_form .dely_box .dely_form table tr .input_data .btn {
  margin-left: 210px;
  width: 190px;
  height: 36px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ededed));
  background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -moz-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -o-linear-gradient(top, #fff 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #fff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  -pie-background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  border: 2px solid #ededed;
}
.dely_form .dely_box .dely_form table tr .input_data .btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.dely_form .dely_box .dely_form table tr .input_data .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, #ededed 0%, #fff 100%);
  background: -moz-linear-gradient(top, #ededed 0%, #fff 100%);
  background: -o-linear-gradient(top, #ededed 0%, #fff 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #fff 100%);
  background: linear-gradient(to bottom, #ededed 0%, #fff 100%);
  -pie-background: linear-gradient(to bottom, #ededed 0%, #fff 100%);
}
.dely_form .dely_box .dely_form table tr select {
  width: 108px;
  height: 30px;
}
.dely_form .dely_box .dely_form .dely_step2 th {
  background-color: #fffbe6 !important;
  vertical-align: middle;
}
.dely_form .dely_box .dely_form .dely_step2 td .come {
  padding-left: 0;
}
.dely_form .dely_box .dely_form .dely_step2 td select {
  width: 188px;
}
.dely_form .dely_box .dely_form .dely_step2 td input[type="email"], .dely_form .dely_box .dely_form .dely_step2 td input[type="tel"], .dely_form .dely_box .dely_form .dely_step2 td input[type="date"] {
  width: 256px;
  padding: 5px 0;
}
.dely_form .dely_box .dely_form .dely_step2 td .adrs input[type="text"] {
  width: 370px !important;
}
.dely_form .dely_box .dely_form .dely_step3 th {
  background-color: #fffbe6 !important;
  width: 200px;
  font-size: 1.24em;
  padding-top: 20px !important;
}
.dely_form .dely_box .dely_form .dely_step3 td .content {
  float: left;
}
.dely_form .dely_box .dely_form .dely_step3 td .content img {
  float: left;
  margin-right: 30px;
}
.dely_form .dely_box .dely_form .dely_step3 td .content .txt {
  float: left;
  border-right: 1px solid #d4d4d4;
}
.dely_form .dely_box .dely_form .dely_step3 td .content .txt h3 {
  color: #a60000;
  margin-bottom: 10px;
}
.dely_form .dely_box .dely_form .dely_step3 td .content .txt p {
  width: 355px;
  padding-right: 10px;
  font-size: 0.92em;
}
.dely_form .dely_box .dely_form .dely_step3 td .radio {
  float: left;
  margin-left: 20px;
}
.dely_form .dely_box .dely_form .dely_step3 td .radio p {
  display: inline-block;
  background-color: #a60000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
}
.dely_form .dely_box .dely_form .dely_step3 td .radio ul li {
  float: left;
  width: 90px;
}
.dely_form .dely_box .dely_form .dely_step3 .hint_table {
  background-color: #fffbe6;
  padding: 0 10px 20px 20px;
}
.dely_form .dely_box .dely_form .dely_step3 .hint_table .bg_wh {
  background-color: #fff;
}
.dely_form .dely_box .dely_form .dely_step3 .hint_table .bg_wh .text {
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 0.92em;
}
.dely_form .dely_box .dely_form .btn_form {
  margin-left: 230px;
}
.dely_form .dely_box .dely_form .first-dely td {
  background: #fff9db;
  padding: 15px 10px !important;
  border: 1px solid #fff3b6;
}
.dely_form .dely_box .dely_form .first-dely .bg_wh {
  background: #fff;
  padding: 15px;
}
.dely_form .dely_box .dely_form .first-dely label {
  cursor: pointer;
}
.dely_form .dely_box .dely_form .hide {
  display: none;
}
.dely_form .dely_box .dely_form .fln {
  color: #0084bf;
}
.dely_form .dely_box .dely_form .fln:hover {
  text-decoration: none;
}
.dely_form .dely_box .dely_form .bold {
  font-weight: bold;
}
.dely_form .dely_box .dely_form .rgt {
  text-align: right;
}
.dely_form .dely_box .dely_form .center {
  text-align: center !important;
}
.dely_form .dely_box .dely_form .text {
  font-size: 14px;
  line-height: 18px;
}
.dely_form .dely_box .dely_form .come {
  position: relative;
  padding-left: 16px;
}
.dely_form .dely_box .dely_form .ptop {
  padding-top: 10px;
}
.dely_form .dely_box .dely_form .btm5 {
  margin-bottom: 5px;
}
.dely_form .dely_box .dely_form .btm10 {
  margin-bottom: 10px;
}
.dely_form .dely_box .dely_form .first-step {
  width: 100% !important;
  width: 960px;
  margin-bottom: 25px !important;
}
.dely_form .dely_box .dely_form .first-step .in {
  padding: 0 20px 10px 20px;
}
.dely_form .dely_box .dely_form .first-step td {
  width: 100% !important;
}
.dely_form .dely_box .dely_form .arrive-txt {
  width: 300px;
  float: left;
  padding: 0 !important;
  border: none !important;
}
.dely_form .dely_box .dely_form .arrive-table {
  width: 580px;
  margin-bottom: 20px;
  float: right;
  padding: 0 !important;
  border: none !important;
  text-align: center;
}
.dely_form .dely_box .dely_form .arrive-table table {
  margin: 0;
  border: 1px solid #dedede;
}
.dely_form .dely_box .dely_form .arrive-table td, .dely_form .dely_box .dely_form .arrive-table th {
  padding: 5px 10px !important;
  background-color: #ffe9d3 !important;
  border: 1px solid #dedede;
}
.dely_form .dely_box .dely_form .arrive-table td {
  background: #fff !important;
}
.dely_form .dely_box .dely_form .arrive-table .big {
  font-size: 16px;
  background: #a60000 !important;
  color: #fff;
}
.dely_form .dely_box .dely_form .arrive-table th, .dely_form .dely_box .dely_form .arrive-table td {
  font-size: 15px;
  padding: 8px 0 !important;
  text-align: center !important;
}
.dely_form .dely_box .dely_form .arrive-table .first {
  width: 100px !important;
}
.dely_form .dely_box .dely_form .arrive-table .thin {
  text-align: center !important;
}
.dely_form .dely_box .dely_form .arrive-table td {
  width: 118px !important;
  border: 1px solid #dedede;
}
.dely_form .dely_box .dely_form .arrive-table .th {
  color: #fff;
  background: #333333 !important;
  text-align: center !important;
  border: 1px solid #dedede;
  font-weight: normal;
}
.dely_form .dely_box .dely_form .txt3 {
  margin-bottom: 5px;
}
.dely_form .dely_box .dely_form .txt3_cm {
  margin-bottom: 15px;
}
.dely_form .dely_box .dely_form .th_h3 {
  padding: 10px 20px;
  background: #333333;
  border-collapse: collapse;
  color: #fff;
}
.dely_form .dely_box .dely_form .padding {
  padding: 15px 15px 0 15px;
  background: #fffadc;
  margin-bottom: 15px;
}
.dely_form .dely_box .dely_form .padding + h3 {
  margin-bottom: 5px;
}
.dely_form .dely_box .dely_form .first-step #op01 .h3 {
  position: relative;
  margin-bottom: 5px;
}
.dely_form .dely_box .dely_form .deli_ul li {
  width: 458px;
  float: left;
}
.dely_form .dely_box .dely_form .deli_ul label + label li {
  float: right;
}
.dely_form .dely_box .dely_form .in {
  width: 960px;
  margin: 0 auto;
}
.dely_form .dely_box .dely_form #form .h2 {
  width: 960px !important;
  position: relative;
}
.dely_form .dely_box .dely_form #form .flow {
  margin: 15px 0 20px;
}
.dely_form .dely_box .dely_form #form .flow li {
  width: 240px;
  float: left;
  text-align: center;
  background: #B6B6B6;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  letter-spacing: -0.04em;
  position: relative;
  color: #fff;
}
.dely_form .dely_box .dely_form #form .flow li span {
  padding: 2px 5px;
  color: #fff;
  background: #828282;
  border-radius: 3px;
  margin-right: 3px;
}
.dely_form .dely_box .dely_form #form .flow li p {
  padding-left: 10px;
}
.dely_form .dely_box .dely_form #form .flow .on_flow {
  background: #E60000;
  color: #fff;
}
.dely_form .dely_box .dely_form #form .flow .on_flow span {
  background: #fff;
  color: #D40011;
  font-weight: bold;
}
.dely_form .dely_box .dely_form #form .flow .on_flow:after {
  border-left-color: #E60000 !important;
}
.dely_form .dely_box .dely_form #form .flow li:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 33px solid transparent;
  border-left-color: #B6B6B6;
  left: 100%;
  top: 0px;
  z-index: 100;
}
.dely_form .dely_box .dely_form #form .flow li div {
  position: relative;
  right: -2px;
}
.dely_form .dely_box .dely_form #form .flow li div:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 33px solid transparent;
  border-left-color: #fff;
  left: 100%;
  top: 0px;
  z-index: 100;
}
.dely_form .dely_box .dely_form #form .flow .four div:after {
  border: none !important;
  border-color: #fff;
}
.dely_form .dely_box .dely_form #form .flow .four:after {
  border: none !important;
  border-color: #fff;
}
.dely_form .dely_box .dely_form .hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.dely_form .dely_box .dely_form #form {
  margin-bottom: 60px;
  font-size: 15px;
}
.dely_form .dely_box .dely_form #form form button {
  cursor: pointer;
}
.dely_form .dely_box .dely_form #form form .hv {
  position: relative;
  top: 4px;
  box-shadow: 0px 1px 0px 0px !important;
  -webkit-box-shadow: 0px 1px 0px 0px !important;
  -moz-box-shadow: 0px 1px 0px 0px !important;
}
.dely_form .dely_box .dely_form #form form table {
  margin-bottom: 30px;
  border: 1px solid #dedede;
  border-collapse: collapse;
}
.dely_form .dely_box .dely_form #form form table i {
  color: #31B0B0;
}
.dely_form .dely_box .dely_form #form form table .must span {
  position: relative;
  padding-left: 50px;
  display: block;
  float: left;
}
.dely_form .dely_box .dely_form #form form table .must span:after {
  content: "必須";
  display: block;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  background: #d40011;
  color: #fff;
  margin-right: 5px;
  top: -2px;
  left: 0;
}
.dely_form .dely_box .dely_form #form form table .any span {
  position: relative;
  padding-left: 50px;
  display: block;
  float: left;
}
.dely_form .dely_box .dely_form #form form table .any span:after {
  content: "任意";
  display: block;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  background: #117e55;
  color: #fff;
  margin-right: 5px;
  top: -2px;
  left: 0;
}
.dely_form .dely_box .dely_form #form form table th {
  width: 300px;
  text-align: left;
  padding: 20px;
  background: #ffe6e8;
  border: 1px solid #dedede;
  border-collapse: collapse;
}
.dely_form .dely_box .dely_form #form form table td {
  width: 660px;
  padding: 20px;
  border: 1px solid #dedede;
  border-collapse: collapse;
}
.dely_form .dely_box .dely_form #form form table td li {
  margin-bottom: 10px;
}
.dely_form .dely_box .dely_form #form form table td .ui-datepicker-trigger {
  width: 158px;
  height: 34px;
  position: relative;
  left: -158px;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  cursor: pointer;
}
.dely_form .dely_box .dely_form #form form table td .btn {
  width: 158px;
  background: #464646;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #222;
  -webkit-box-shadow: 0px 5px 0px 0px #222;
  -moz-box-shadow: 0px 5px 0px 0px #222;
  float: left;
}
.dely_form .dely_box .dely_form #form form table td .btn:hover {
  position: relative;
  top: 4px;
  box-shadow: 0px 1px 0px 0px;
  -webkit-box-shadow: 0px 1px 0px 0px;
  -moz-box-shadow: 0px 1px 0px 0px;
}
.dely_form .dely_box .dely_form #form form table td .btn a {
  color: #fff;
  width: 154px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 16px;
  position: relative;
}
.dely_form .dely_box .dely_form #form form table td .btn a:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 8px;
}
.dely_form .dely_box .dely_form #form form table td .box_size {
  width: 425px;
  float: left;
}
.dely_form .dely_box .dely_form #form form table td .box_size img {
  float: left;
}
.dely_form .dely_box .dely_form #form form table td .box_size .txt {
  float: left;
  margin-left: 10px;
  width: 240px;
  font-size: 13px;
  line-height: 18px;
}
.dely_form .dely_box .dely_form #form form table td .box_size .txt .box {
  width: 50px;
  height: 20px;
  line-height: 20px;
  background: #a60000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 13px;
}
.dely_form .dely_box .dely_form #form form table td .box_num {
  width: 240px;
  float: left;
}
.dely_form .dely_box .dely_form #form form table td .box_num .box {
  width: 50px;
  height: 20px;
  line-height: 20px;
  background: #a60000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 13px;
}
.dely_form .dely_box .dely_form #form form table .box_date input {
  float: left;
  line-height: 20px;
  width: 180px;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
.dely_form .dely_box .dely_form #form form table .deli_date input {
  float: left;
  line-height: 20px;
  width: 180px;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
.dely_form .dely_box .dely_form #form form table .hatena {
  background: #fff !important;
  border: 1px solid #dedede;
  cursor: pointer;
}
.dely_form .dely_box .dely_form #form form table .hatena a {
  color: #a60000;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 20px;
  padding-left: 35px;
  display: block;
}
.dely_form .dely_box .dely_form #form form table .hatena a:hover {
  text-decoration: underline;
}
.dely_form .dely_box .dely_form #form form table .hatena a:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 16px;
  color: #31B0B0;
  line-height: 18px;
  top: 18px;
  left: 15px;
}
.dely_form .dely_box .dely_form #form form table .hatena .on_tg:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 16px;
  top: 18px;
  left: 15px;
}
.dely_form .dely_box .dely_form #form form table .open a {
  color: #0084bf;
}
.dely_form .dely_box .dely_form #form form table .open a:hover {
  text-decoration: none;
}
.dely_form .dely_box .dely_form #form form table .open h3 {
  position: relative;
  padding-left: 16px;
  margin-bottom: 5px;
}
.dely_form .dely_box .dely_form #form form table .open h3:after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  display: block;
  background: #333;
  top: 0;
  left: 0;
}
.dely_form .dely_box .dely_form #form form table .open p {
  line-height: 18px;
  margin-bottom: 15px;
}
.dely_form .dely_box .dely_form #form form table .open .left {
  width: 500px;
  float: left;
  border: none;
}
.dely_form .dely_box .dely_form #form form table .open .right {
  width: 340px;
  float: left;
  border: none;
  text-align: center;
  margin-left: 30px;
}
.dely_form .dely_box .dely_form #form form table .open .right h4 {
  margin-bottom: 10px;
}
.dely_form .dely_box .dely_form #form form table .open .right .text {
  line-height: 1.7em;
  background-color: #ffe6e8;
}
.dely_form .dely_box .dely_form #form form .btn_form {
  text-align: center;
}
.dely_form .dely_box .dely_form #form form .false {
  text-align: center;
}
.dely_form .dely_box .dely_form .step2 form table td .btn {
  width: 215px !important;
}
.dely_form .dely_box .dely_form .step2 form table td .btn a {
  width: 215px !important;
}
.dely_form .dely_box .dely_form .step2 table p {
  line-height: 18px;
}
.dely_form .dely_box .dely_form .step2 input, .dely_form .dely_box .dely_form .step2 select {
  margin-bottom: 10px;
}
.dely_form .dely_box .dely_form .step2 input[type="text"] {
  width: 250px;
  line-height: 20px;
}
.dely_form .dely_box .dely_form .step2 input[type="email"] {
  width: 250px;
  line-height: 20px;
}
.dely_form .dely_box .dely_form .step2 input[type="tel"] {
  width: 250px;
  line-height: 20px;
}
.dely_form .dely_box .dely_form .step2 input[type="date"] {
  width: 250px;
  line-height: 20px;
}
.dely_form .dely_box .dely_form .step2 textarea {
  width: 100%;
  height: 150px;
}
.dely_form .dely_box .dely_form .step2 .mgn {
  margin: 0 5px;
}
.dely_form .dely_box .dely_form .step2 .zip input {
  width: 100px;
  margin: 0 10px;
}
.dely_form .dely_box .dely_form .step2 .zip p {
  float: left;
}
.dely_form .dely_box .dely_form .step2 .zip .btn {
  float: left;
  margin-left: 10px;
  position: relative;
  margin-top: -12px;
}
.dely_form .dely_box .dely_form .step2 .adrs input {
  width: 400px;
}
.dely_form .dely_box .dely_form .step2 .sex li {
  display: inline-block;
}
.dely_form .dely_box .dely_form .step2 .kiyaku {
  height: 300px;
  overflow: scroll;
  border: 1px solid #dedede;
  padding: 20px;
  margin-bottom: 30px;
}
.dely_form .dely_box .dely_form .step2 .kiyaku section {
  margin-bottom: 20px;
}
.dely_form .dely_box .dely_form .step2 .kiyaku section h2 {
  margin-bottom: 10px;
}
.dely_form .dely_box .dely_form .step2 .kiyaku section h3 {
  margin-bottom: 10px;
}
.dely_form .dely_box .dely_form .step2 .kiyaku section p {
  line-height: 1.5;
}
.dely_form .dely_box .dely_form .step3 .content {
  width: 445px;
  float: left;
}
.dely_form .dely_box .dely_form .step3 .content .img {
  width: 105px;
  float: left;
  text-align: center;
}
.dely_form .dely_box .dely_form .step3 .content .txt {
  float: right;
  width: 330px;
}
.dely_form .dely_box .dely_form .step3 .content .txt h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
.dely_form .dely_box .dely_form .step3 .radio {
  width: 150px;
  float: right;
}
.dely_form .dely_box .dely_form .step3 .radio .box {
  width: 80px;
  height: 24px;
  line-height: 24px;
  background: #a60000;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
}
.dely_form .dely_box .dely_form .step3 .radio li {
  display: inline-block;
}
.dely_form .dely_box .dely_form .step3 .radio li + li {
  margin-left: 10px;
}
.dely_form .dely_box .dely_form .step3 .ft-caut {
  line-height: 1.5;
  margin-bottom: 30px;
}
.dely_form .dely_box .dely_form #btns {
  text-align: center;
}
.dely_form .dely_box .dely_form #btns li {
  display: inline-block;
  position: relative;
}
.dely_form .dely_box .dely_form #btns .ab {
  width: 320px;
  height: 81px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.dely_form .dely_box .dely_form #btns li + li {
  margin-left: 30px;
}
.dely_form .dely_box .dely_form #ui-datepicker-div {
  z-index: 1000;
}
.dely_form .dely_box .dely_form #scroll {
  width: 900px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #a60000;
  margin-bottom: 20px;
}
.dely_form .dely_box .dely_form #scroll .txt {
  width: 500px;
  float: left;
  font-size: 30px;
  line-height: 1.2em;
}
.dely_form .dely_box .dely_form #scroll .txt span {
  color: #a60000;
  font-weight: bold;
}
.dely_form .dely_box .dely_form #scroll .btn {
  float: right;
}

.form_treat_box {
  border: 3px solid #ededed;
  padding: 20px;
  height: 245px;
  overflow: scroll;
}
.form_treat_box .h3 {
  border-bottom: 1px solid #dedede;
}
.form_treat_box .h3 .big_box {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #333333;
  position: relative;
  float: left;
  margin-right: 10px;
}
.form_treat_box .h3 .big_box .sm_box {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #a60000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.form_treat_box .h3 h3 {
  font-size: 1.14em;
  color: #8d0000;
  padding-bottom: 10px;
}
.form_treat_box .mv_under {
  padding: 20px 0;
  font-size: 0.92em;
  line-height: 1.5;
}
.form_treat_box .cont_box {
  margin-bottom: 20px;
  font-size: 0.92em;
  line-height: 1.5;
}
.form_treat_box .cont_box ol {
  margin-left: 20px;
}
.form_treat_box .cont_box ol li {
  list-style-type: decimal;
}

.step4 th span {
  display: block;
}
.step4 th .vst_must, .step4 th .vst_any {
  margin-left: 10px !important;
}
.step4 th .vst_must:after, .step4 th .vst_any:after {
  left: -10px !important;
  top: -2px !important;
}
.step4 .cnf_rd {
  margin-top: 20px !important;
}

.under #main.flow_step.line section p {
  font-size: 13px;
  line-height: 22px;
}
.under #main.flow_step.line .mv {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.under #main.flow_step.line .reason .img {
  width: 250px;
  float: left;
}
.under #main.flow_step.line .reason .txt {
  width: 502px;
  float: right;
  padding-top: 25px;
}
.under #main.flow_step.line .reason .txt .ttl {
  font-size: 40px;
  line-height: 40px;
  color: #03c302;
  font-weight: bold;
  margin-bottom: 17px;
}
.under #main.flow_step.line .reason .txt ul {
  margin-bottom: 20px;
}
.under #main.flow_step.line .reason .txt ul .reason_li {
  font-size: 18px;
  font-weight: bold;
  padding-left: 33px;
  padding-top: 12px;
  margin-bottom: 4px;
  background: url("images/line/reason_check.png") top left no-repeat;
}
.under #main.flow_step.line .line_h3 {
  font-size: 24px;
  background: #03c302;
  position: relative;
  width: 100%;
  text-align: center;
  height: 50px;
  padding-top: 3px;
  color: #fff;
  margin-bottom: 20px;
}
.under #main.flow_step.line .line_h3 h3 {
  display: inline-block;
  padding-top: 14px;
  font-weight: normal;
}
.under #main.flow_step.line .line_h3 .fa-mobile {
  font-size: 47px;
  vertical-align: middle;
  margin-right: -10px;
  top: -4px;
  position: relative;
}
.under #main.flow_step.line .line_h3 .fa-search {
  font-size: 36px;
  vertical-align: middle;
  top: -4px;
  position: relative;
}
.under #main.flow_step.line .line_h3:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid #03c302;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border-color: transparent;
  border-top-color: #03c302;
}
.under #main.flow_step.line .add_li {
  padding-top: 50px;
  margin-bottom: 30px;
}
.under #main.flow_step.line .add_li li {
  width: 230px;
  float: left;
  margin-right: 35px;
  text-align: center;
  position: relative;
}
.under #main.flow_step.line .add_li li:after {
  font-family: "fontAwesome";
  content: "\f105";
  position: absolute;
  right: -27px;
  font-size: 49px;
  color: #808080;
  top: 75px;
}
.under #main.flow_step.line .add_li li:last-child {
  margin-right: 0;
}
.under #main.flow_step.line .add_li li:last-child:after {
  content: "";
}
.under #main.flow_step.line .add_li li .num {
  font-size: 24px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background-color: #03c302;
  padding-top: 14px;
  position: absolute;
  left: 92px;
  top: -23px;
}
.under #main.flow_step.line .add_li li img {
  margin-bottom: 20px;
}
.under #main.flow_step.line .add_li li h4 {
  font-size: 20px;
  color: #263147;
  margin-bottom: 10px;
}
.under #main.flow_step.line .bnr_qr {
  width: 100%;
  height: 166px;
  text-align: center;
  background: url("images/line/bnr_qr.png") left top no-repeat;
  position: relative;
  margin-bottom: 30px;
}
.under #main.flow_step.line .bnr_qr .ttl {
  font-size: 18px;
  color: #ffea00;
  margin-bottom: 28px;
  padding-top: 3px;
}
.under #main.flow_step.line .bnr_qr .lead {
  font-size: 28px;
  color: #263147;
  margin-bottom: 15px;
  font-weight: bold;
}
.under #main.flow_step.line .bnr_qr p {
  font-size: 15px;
  line-height: 26px;
}
.under #main.flow_step.line .bnr_qr .qr_img {
  position: absolute;
  width: 108px;
  right: 20px;
  bottom: 16px;
}
.under #main.flow_step.line .step .lead {
  margin-bottom: 20px;
}
.under #main.flow_step.line .step .step_li:after {
  border-top-color: #263147;
}
.under #main.flow_step.line .step .step_li h4 {
  color: #263147;
}
.under #main.flow_step.line .step .step_li h4 span {
  background: #03c302;
}
.under #main.flow_step.line .step .step_li h4 span:after {
  border-left-color: #03c302;
}
.under #main.flow_step.line .step .step_li .fl_box {
  margin-bottom: 0;
}
.under #main.flow_step.line .step .step_li .fl_box p {
  font-size: 13px;
  line-height: 22px;
}
.under #main.flow_step.line .step .step_li:last-child {
  margin-bottom: 15px;
}
.under #main.flow_step.line .step .step_li .li-link {
  padding-top: 20px;
}
.under #main.flow_step.line .point {
  border: 3px solid #f1f1f3;
  padding: 12px;
  position: relative;
  margin-bottom: 30px;
}
.under #main.flow_step.line .point .img {
  position: absolute;
  left: -3px;
  top: -20px;
}
.under #main.flow_step.line .point .txt {
  padding-top: 15px;
  padding-left: 164px;
  margin-bottom: 20px;
}
.under #main.flow_step.line .point .txt .ttl {
  font-size: 26px;
  color: #263147;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}
.under #main.flow_step.line .point .txt .ttl span {
  margin-right: 5px;
}
.under #main.flow_step.line .point .howto {
  background: #f9f9eb;
  border: 1px solid #ededed;
  padding: 16px 7px;
  position: relative;
  z-index: 1;
}
.under #main.flow_step.line .point .howto .box {
  width: 238px;
  float: left;
  padding: 0 8px;
  text-align: center;
}
.under #main.flow_step.line .point .howto .box img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
}
.under #main.flow_step.line .point .howto .box .item {
  font-size: 18px;
  color: #263147;
  margin-bottom: 10px;
}
.under #main.flow_step.line .point .howto .box ul {
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}
.under #main.flow_step.line .cv_add_friend {
  margin-bottom: 30px;
  background: url("images/line/bnr_add_friend.png") left top no-repeat;
  position: relative;
  width: 100%;
  height: 241px;
}
.under #main.flow_step.line .cv_add_friend .qr {
  width: 129px;
  position: absolute;
  left: 250px;
  bottom: 30px;
}
.under #main.flow_step.line .cv_add_friend p {
  font-size: 27px;
  color: #263147;
  position: absolute;
  right: -150%;
  bottom: 68%;
  line-height: 1;
}

.under #main.article_list .art_li {
  margin-bottom: 40px;
}
.under #main.article_list .art_li li {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}
.under #main.article_list .art_li li:first-child {
  padding-top: 10px;
}
.under #main.article_list .art_li li .img {
  width: 100px;
  float: left;
}
.under #main.article_list .art_li li .txt {
  width: 640px;
  float: right;
}
.under #main.article_list .art_li li .txt .ttl {
  margin-top: -3px;
}
.under #main.article_list .art_li li .txt .ttl a {
  color: #8d0000;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 4px;
}
.under #main.article_list .art_li li .txt .ttl a:hover {
  text-decoration: underline;
}
.under #main.article_list .art_li li .txt .article {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 3px;
}
.under #main.article_list .art_li li .txt .tags:before {
  font-family: "fontawesome";
  content: "\f02b";
  color: #a60000;
}
.under #main.article_list .art_li li .txt .tags a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
  margin-right: 20px;
}
.under #main.article_list .art_li li .txt .tags a:hover {
  text-decoration: underline;
}

.under #main.article_detail .article {
  margin-bottom: 30px;
}
.under #main.article_detail .article .sns .btn_sns {
  display: inline-block;
}
.under #main.article_detail .article .tags {
  width: 400px;
  float: right;
  text-align: right;
}
.under #main.article_detail .article .tags span {
  color: #8d0000;
  font-size: 0.92em;
  position: relative;
}
.under #main.article_detail .article .tags span:after {
  content: "｜";
  font-size: 0.92em;
  position: absolute;
  right: 8px;
}
.under #main.article_detail .article .tags span:last-child a {
  padding-right: 0;
}
.under #main.article_detail .article .tags span:last-child:after {
  content: "";
}
.under #main.article_detail .article .tags span a {
  color: #8d0000;
  padding-right: 26px;
}
.under #main.article_detail .article .tags span a:hover {
  text-decoration: none;
}
.under #main.article_detail .article .txt {
  line-height: 26px;
  margin-bottom: 10px;
}
.under #main.article_detail .article .art_hd {
  border-top: 3px solid #8d0000;
  border-bottom: 3px solid #8d0000;
  padding: 1px 0;
  margin-bottom: 10px;
}
.under #main.article_detail .article .art_hd .bdr {
  border-top: 1px solid #8d0000;
  border-bottom: 1px solid #8d0000;
  padding: 20px 0;
}
.under #main.article_detail .article .art_hd .bdr .hd_info {
  overflow: hidden;
  margin-bottom: 20px;
}
.under #main.article_detail .article .art_hd .bdr .hd_info .date {
  width: 70px;
  float: left;
}
.under #main.article_detail .article .art_hd .bdr h2 {
  font-size: 24px;
  color: #8d0000;
}
.under #main.article_detail .article .sns {
  margin-bottom: 30px;
}
.under #main.article_detail .article .main_img {
  margin-bottom: 20px;
}
.under #main.article_detail .article .pr {
  margin-bottom: 20px;
}
.under #main.article_detail .article .pr.lead {
  margin-bottom: 30px;
}
.under #main.article_detail .article .pr .h3-bg {
  margin-bottom: 20px;
  font-size: 20px;
}
.under #main.article_detail .article .pr .h3-bg .i-big {
  background-color: #b1926e;
}
.under #main.article_detail .article .pr .h3-bg .i-big span {
  background-color: #8d0000;
}
.under #main.article_detail .article .pr .h4_bg {
  border-left: 6px solid #b1926e;
  padding-left: 9px;
  font-size: 16px;
  margin-bottom: 10px;
}
.under #main.article_detail .article .pr .fl_box {
  margin-bottom: 30px;
}
.under #main.article_detail .article .pr .fl_box .img {
  width: 300px;
  float: left;
}
.under #main.article_detail .article .pr .fl_box .txt {
  width: 440px;
  float: right;
  margin-top: -6px;
}
.under #main.article_detail .article .pr .art_li {
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.under #main.article_detail .article .pr .art_li:after {
  position: absolute;
  top: 6px;
  left: 12px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #b1926e;
}
.under #main.article_detail .article .art_ft {
  overflow: hidden;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 10px;
}
.under #main.article_detail .article .art_ft .btn_pagetop {
  width: 162px;
  float: right;
  margin-left: 20px;
}
.under #main.article_detail .article .art_ft .btn_pagetop a {
  width: 162px;
  background: #8d0000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0px 3px 0px 0px #8d0000;
  -webkit-box-shadow: 0px 3px 0px 0px #8d0000;
  -moz-box-shadow: 0px 3px 0px 0px #8d0000;
  display: block;
  height: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 7px 0 0 27px;
}
.under #main.article_detail .article .art_ft .btn_pagetop a:after {
  font-family: "fontAwesome";
  content: "\f139";
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 8px;
}
.under #main.article_detail .article .art_ft .btn_pagetop a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.under #main.article_detail .article .art_ft .tags {
  padding-top: 8px;
}
.under #main.article_detail .pagenav {
  text-align: center;
  margin-bottom: 25px;
}
.under #main.article_detail .pagenav a {
  width: 168px;
  height: 36px;
  border: 1px solid #ededed;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  position: relative;
  margin: 0 7px;
}
.under #main.article_detail .pagenav a.prev {
  text-align: right;
  padding-right: 18px;
}
.under #main.article_detail .pagenav a.prev:before {
  position: absolute;
  top: 10px;
  left: 18px;
  content: "\f100";
  font-family: "fontawesome";
  font-size: 22px;
}
.under #main.article_detail .pagenav a.home {
  padding-left: 15px;
}
.under #main.article_detail .pagenav a.home:before {
  position: absolute;
  top: 10px;
  left: 30px;
  content: "\f015";
  font-family: "fontawesome";
}
.under #main.article_detail .pagenav a.next {
  text-align: left;
  padding-left: 18px;
}
.under #main.article_detail .pagenav a.next:before {
  position: absolute;
  top: 10px;
  right: 18px;
  content: "\f101";
  font-family: "fontawesome";
  font-size: 22px;
}

#sitemap_list {
  padding-top: 15px;
}
#sitemap_list li + li {
  margin-top: 15px;
}
#sitemap_list li {
  position: relative;
  padding-left: 18px;
  display: inline-block;
  width: 375px;
}
#sitemap_list li:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 14px;
  top: 0px;
  left: 0px;
  color: #a60000;
}
#sitemap_list a:hover {
  text-decoration: none;
}

.sitemap section h3 a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding: 10px 0 10px 15px;
}
.sitemap section h3 a:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 1em;
  top: 10px;
  left: 0;
  color: #a60000;
}
.sitemap section h3 a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.sitemap section h3 + ul {
  margin: 20px 0;
}
.sitemap section ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 100%;
}
.sitemap section ul li {
  position: relative;
  margin-right: 10px;
  width: 45%;
  padding: 5px 15px;
  line-height: 1.5;
}
.sitemap section ul li a {
  text-decoration: underline;
  color: #0084bf;
}
.sitemap section ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=80%)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.sitemap section ul li:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  font-size: 1em;
  top: 6px;
  left: 0;
  color: #a60000;
}
.sitemap section ul + ul {
  padding: 10px 0;
}
.sitemap section section:last-child {
  margin-bottom: 60px;
}
.sitemap section + section {
  margin-top: 40px;
}
.sitemap .map_all h3 {
  padding: 10px 0;
  color: #a60000;
  font-size: 1.2em;
}
.sitemap .map_all ul {
  margin: 0;
}

/* 追記　宅配買取 */
#form .h2 {
	width: 960px !important;
	position: relative
}

#form .flow {
	margin: 15px 0 20px
}

#form .flow li {
	width: 240px;
	float: left;
	text-align: center;
	background: #B6B6B6;
	height: 66px;
	line-height: 66px;
	font-size: 16px;
	letter-spacing: -0.04em;
	position: relative;
	color: #fff
}

#form .flow li span {
	padding: 2px 5px;
	color: #fff;
	background: #828282;
	border-radius: 3px;
	margin-right: 3px
}

#form .flow li p {
	padding-left: 10px
}

#form .flow .on_flow {
	background: <?php echo $button_color; ?>;
	color: #fff
}

#form .flow .on_flow span {
	background: #fff;
	color: <?php echo $main_color; ?>;
	font-weight: bold
}

#form .flow .on_flow:after {
	border-left-color: <?php echo $button_color; ?> !important
}

#form .flow li:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 33px solid transparent;
	border-left-color: #B6B6B6;
	left: 100%;
	top: 0px;
	z-index: 100
}

#form .flow li div {
	position: relative;
	right: -2px
}

#form .flow li div:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 33px solid transparent;
	border-left-color: #fff;
	left: 100%;
	top: 0px;
	z-index: 100
}

#form .flow .four div:after {
	border: none !important;
	border-color: #fff
}

#form .flow .four:after {
	border: none !important;
	border-color: #fff
}

.hover {
	opacity: .8;
	filter: alpha(opacity = 80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: .8;
	-moz-opacity: .8
}

#form {
	margin-bottom: 60px;
	font-size: 15px
}

#form form button {
	cursor: pointer
}

#form form .hv {
	position: relative;
	top: 4px;
	box-shadow: 0px 1px 0px 0px !important;
	-webkit-box-shadow: 0px 1px 0px 0px !important;
	-moz-box-shadow: 0px 1px 0px 0px !important
}

#form form table {
	margin-bottom: 30px;
	border: 1px solid #dedede;
	border-collapse: collapse
}

#form form table i {
	color: #31B0B0
}

#form form table .must span {
	position: relative;
	padding-left: 50px;
	display: block;
	float: left
}

#form form table .must span:after {
	content: "必須";
	display: block;
	text-align: center;
	position: absolute;
	width: 40px;
	height: 20px;
	line-height: 20px;
	background: <?php echo $main_color; ?>;
	color: #fff;
	margin-right: 5px;
	top: -2px;
	left: 0
}

#form form table .any span {
	position: relative;
	padding-left: 50px;
	display: block;
	float: left
}

#form form table .any span:after {
	content: "任意";
	display: block;
	text-align: center;
	position: absolute;
	width: 40px;
	height: 20px;
	line-height: 20px;
	background: #117e55;
	color: #fff;
	margin-right: 5px;
	top: -2px;
	left: 0
}

#form form table th {
	width: 300px;
	text-align: left;
	padding: 20px;
	background: <?php echo $base_delivery_form_caption_color; ?>;
	border: 1px solid #dedede;
	border-collapse: collapse
}

#form form table td {
	width: 660px;
	padding: 20px;
	border: 1px solid #dedede;
	border-collapse: collapse
}

#form form table td li {
	margin-bottom: 10px
}

#form form table td .ui-datepicker-trigger {
	width: 158px;
	height: 34px;
	position: relative;
	left: -158px;
	z-index: 100;
	opacity: 0;
	filter: alpha(opacity = 0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
	cursor: pointer
}

#form form table td .btn {
	width: 158px;
	background: #464646;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #222;
	-webkit-box-shadow: 0px 5px 0px 0px #222;
	-moz-box-shadow: 0px 5px 0px 0px #222;
	float: left
}

#form form table td .btn:hover {
	position: relative;
	top: 4px;
	box-shadow: 0px 1px 0px 0px;
	-webkit-box-shadow: 0px 1px 0px 0px;
	-moz-box-shadow: 0px 1px 0px 0px
}

#form form table td .btn a {
	color: #fff;
	width: 154px;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 16px;
	position: relative
}

#form form table td .btn a:after {
	font-family: 'FontAwesome';
	content: "";
	position: absolute;
	top: 0;
	left: 8px;
	font-size: 13px
}

#form form table td .box_size {
	width: 425px;
	float: left
}

#form form table td .box_size img {
	float: left
}

#form form table td .box_size .txt {
	float: left;
	margin-left: 10px;
	width: 240px;
	font-size: 13px;
	line-height: 18px
}

#form form table td .box_size .txt .box {
	width: 50px;
	height: 20px;
	line-height: 20px;
	background: <?php echo $main_color; ?>;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 13px
}

#form form table td .box_num {
	width: 240px;
	float: left
}

#form form table td .box_num .box {
	width: 50px;
	height: 20px;
	line-height: 20px;
	background: <?php echo $main_color; ?>;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 13px
}

#form form table .box_date input {
	float: left;
	line-height: 20px;
	width: 180px;
	margin-right: 10px;
	position: relative;
	top: 10px
}

#form form table .deli_date input {
	float: left;
	line-height: 20px;
	width: 180px;
	margin-right: 10px;
	position: relative;
	top: 10px
}

#form form table .hatena {
	background: #fff !important;
	border: 1px solid #dedede;
	cursor: pointer
}

#form form table .hatena a {
	color: <?php echo $main_color; ?>;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 20px;
	padding-left: 35px;
	display: block
}

#form form table .hatena a:hover {
	text-decoration: underline
}

#form form table .hatena a:after {
	font-family: 'FontAwesome';
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #31B0B0;
	line-height: 18px;
	top: 18px;
	left: 15px
}

#form form table .hatena .on_tg:after {
	font-family: 'FontAwesome';
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	top: 18px;
	left: 15px
}

#form form table .open a {
	color: #0084bf
}

#form form table .open a:hover {
	text-decoration: none
}

#form form table .open h3 {
	position: relative;
	padding-left: 16px;
	margin-bottom: 5px
}

#form form table .open h3:after {
	content: " ";
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	background: #333;
	top: 0;
	left: 0
}

#form form table .open p {
	line-height: 18px;
	margin-bottom: 15px
}

#form form table .open .left {
	width: 500px;
	float: left;
	border: none
}

#form form table .open .right {
	width: 340px;
	float: left;
	border: none;
	text-align: center;
	margin-left: 30px
}

#form form table .open .right h4 {
	margin-bottom: 10px
}

#form form table .open .right .text {
	line-height: 1.7em;
	background-color: <?php echo $base_delivery_form_caption_color; ?>
}

#form form .btn_form {
	text-align: center
}

#dely_ul01 li {
	float: left;
	width: 270px;
	height: 85px;
	letter-spacing: -0.07em
}

#dely_ul01 li+li {
	margin-left: 10px
}

#dely_ul01 label {
	cursor: pointer
}

#dely_ul01 .first {
	width: 460px
}

#dely_ul01 .second {
	width: 337px;
	float: left;
	margin-left: 7px
}

#dely_ul01 .third {
	width: 460px;
	line-height: 50px;
	float: right
}

#dely_ul01 th, #dely_ul01 td {
	width: 100% !important
}

.bd {
	border: 2px solid #d40011 !important
}

li label {
	cursor: pointer
}

.first-step {
	width: 100% !important;
	width: 960px;
	margin-bottom: 25px !important
}

.first-step .in {
	padding: 0 20px 10px 20px
}

.first-step td {
	width: 100% !important
}

.arrive-txt {
	width: 275px;
	float: left;
	padding: 0 !important;
	border: none !important
}

.arrive-table {
	width: 590px;
	float: right;
	padding: 0 !important;
	border: none !important;
	text-align: center
}

.arrive-table td, .arrive-table th {
	padding: 5px 10px !important
}

.arrive-table td {
	background: #fff !important
}

.arrive-table .big {
	font-size: 16px;
	background: #d40011 !important;
	color: #fff
}

.arrive-table th, .arrive-table td {
	font-size: 15px;
	padding: 15px 0 !important;
	text-align: center !important
}

.arrive-table .first {
	width: 100px !important
}

.arrive-table .thin {
	width: 200px !important;
	text-align: center !important
}

.arrive-table td {
	width: 180px !important
}

.arrive-table .th {
	color: #fff;
	background: #d40011 !important;
	text-align: center !important
}

.th_h3 {
	padding: 20px;
	background: #ffe6e8;
	border: 1px solid #dedede;
	border-collapse: collapse
}

.padding {
	padding: 15px 15px 0 15px;
	background: #f1f1f1;
	margin-bottom: 15px;
	border: 1px solid #dedede
}

.padding+h3 {
	margin-bottom: 5px
}

.first-step #op01 .h3 {
	position: relative;
	padding-left: 16px;
	margin-bottom: 5px
}

.first-step #op01 .h3:after {
	content: " ";
	position: absolute;
	width: 10px;
	height: 10px;
	display: block;
	background: #333;
	top: 2px;
	left: 0
}

.first-dely td {
	background: #f1f1f1;
	padding: 15px 10px !important
}

.first-dely .bg_wh {
	background: #fff;
	padding: 15px;
	border: 1px solid #dedede
}

.first-dely label {
	cursor: pointer
}

.deli_ul li {
	width: 458px;
	float: left
}

.deli_ul label+label li {
	float: right
}

.in {
	width: 960px;
	margin: 0 auto
}

#form .h2 {
	width: 960px !important;
	position: relative
}

#form .flow {
	margin: 15px 0 20px
}

#form .flow li {
	width: 240px;
	float: left;
	text-align: center;
	background: #B6B6B6;
	height: 66px;
	line-height: 66px;
	font-size: 16px;
	letter-spacing: -0.04em;
	position: relative;
	color: #fff
}

#form .flow li span {
	padding: 2px 5px;
	color: #fff;
	background: #828282;
	border-radius: 3px;
	margin-right: 3px
}

#form .flow li p {
	padding-left: 10px
}

#form .flow .on_flow {
	background: #d40011;
	color: #fff
}

#form .flow .on_flow span {
	background: #fff;
	color: #d40011;
	font-weight: bold
}

#form .flow .on_flow:after {
	border-left-color: #d40011 !important
}

#form .flow li:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 33px solid transparent;
	border-left-color: #B6B6B6;
	left: 100%;
	top: 0px;
	z-index: 100
}

#form .flow li div {
	position: relative;
	right: -2px
}

#form .flow li div:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 33px solid transparent;
	border-left-color: #fff;
	left: 100%;
	top: 0px;
	z-index: 100
}

#form .flow .four div:after {
	border: none !important;
	border-color: #fff
}

#form .flow .four:after {
	border: none !important;
	border-color: #fff
}

.hover {
	opacity: .8;
	filter: alpha(opacity = 80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: .8;
	-moz-opacity: .8
}

#form {
	margin-bottom: 60px;
	font-size: 15px
}

#form form button {
	cursor: pointer
}

#form form .hv {
	position: relative;
	top: 4px;
	box-shadow: 0px 1px 0px 0px !important;
	-webkit-box-shadow: 0px 1px 0px 0px !important;
	-moz-box-shadow: 0px 1px 0px 0px !important
}

#form form table {
	margin-bottom: 30px;
	border: 1px solid #dedede;
	border-collapse: collapse
}

#form form table i {
	color: #31B0B0
}

#form form table .must span {
	position: relative;
	padding-left: 50px;
	display: block;
	float: left
}

#form form table .must span:after {
	content: "必須";
	display: block;
	text-align: center;
	position: absolute;
	width: 40px;
	height: 20px;
	line-height: 20px;
	background: #d40011;
	color: #fff;
	margin-right: 5px;
	top: -2px;
	left: 0
}

#form form table .any span {
	position: relative;
	padding-left: 50px;
	display: block;
	float: left
}

#form form table .any span:after {
	content: "任意";
	display: block;
	text-align: center;
	position: absolute;
	width: 40px;
	height: 20px;
	line-height: 20px;
	background: #117e55;
	color: #fff;
	margin-right: 5px;
	top: -2px;
	left: 0
}

#form form table th {
	width: 300px;
	text-align: left;
	padding: 20px;
	background: #ffe6e8;
	border: 1px solid #dedede;
	border-collapse: collapse
}

#form form table td {
	width: 660px;
	padding: 20px;
	border: 1px solid #dedede;
	border-collapse: collapse
}

#form form table td li {
	margin-bottom: 10px
}

#form form table td .ui-datepicker-trigger {
	width: 158px;
	height: 34px;
	position: relative;
	left: -158px;
	z-index: 100;
	opacity: 0;
	filter: alpha(opacity = 0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
	cursor: pointer
}

#form form table td .btn {
	width: 158px;
	background: #464646;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #222;
	-webkit-box-shadow: 0px 5px 0px 0px #222;
	-moz-box-shadow: 0px 5px 0px 0px #222;
	float: left
}

#form form table td .btn:hover {
	position: relative;
	top: 4px;
	box-shadow: 0px 1px 0px 0px;
	-webkit-box-shadow: 0px 1px 0px 0px;
	-moz-box-shadow: 0px 1px 0px 0px
}

#form form table td .btn a {
	color: #fff;
	width: 154px;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 16px;
	position: relative
}

#form form table td .btn a:after {
	font-family: 'FontAwesome';
	content: "";
	position: absolute;
	top: 0;
	left: 8px;
	font-size: 13px
}

#form form table td .box_size {
	width: 425px;
	float: left
}

#form form table td .box_size img {
	float: left
}

#form form table td .box_size .txt {
	float: left;
	margin-left: 10px;
	width: 240px;
	font-size: 13px;
	line-height: 18px
}

#form form table td .box_size .txt .box {
	width: 50px;
	height: 20px;
	line-height: 20px;
	background: #d40011;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 13px
}

#form form table td .box_num {
	width: 240px;
	float: left
}

#form form table td .box_num .box {
	width: 50px;
	height: 20px;
	line-height: 20px;
	background: #d40011;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 13px
}

#form form table .box_date input {
	float: left;
	line-height: 20px;
	width: 180px;
	margin-right: 10px;
	position: relative;
	top: 10px
}

#form form table .deli_date input {
	float: left;
	line-height: 20px;
	width: 180px;
	margin-right: 10px;
	position: relative;
	top: 10px
}

#form form table .hatena {
	background: #fff !important;
	border: 1px solid #dedede;
	cursor: pointer
}

#form form table .hatena a {
	color: #d40011;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 20px;
	padding-left: 35px;
	display: block
}

#form form table .hatena a:hover {
	text-decoration: underline
}

#form form table .hatena a:after {
	font-family: 'FontAwesome';
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #31B0B0;
	line-height: 18px;
	top: 18px;
	left: 15px
}

#form form table .hatena .on_tg:after {
	font-family: 'FontAwesome';
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	top: 18px;
	left: 15px
}

#form form table .open a {
	color: #0084bf
}

#form form table .open a:hover {
	text-decoration: none
}

#form form table .open h3 {
	position: relative;
	padding-left: 16px;
	margin-bottom: 5px
}

#form form table .open h3:after {
	content: " ";
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	background: #333;
	top: 0;
	left: 0
}

#form form table .open p {
	line-height: 18px;
	margin-bottom: 15px
}

#form form table .open .left {
	width: 500px;
	float: left;
	border: none
}

#form form table .open .right {
	width: 340px;
	float: left;
	border: none;
	text-align: center;
	margin-left: 30px
}

#form form table .open .right h4 {
	margin-bottom: 10px
}

#form form table .open .right .text {
	line-height: 1.7em;
	background-color: #ffe6e8}

#form form .btn_form {
	text-align: center
}

.step2 form table td .btn {
	width: 215px !important
}

.step2 form table td .btn a {
	width: 215px !important
}

.step2 table p {
	line-height: 18px
}

.step2 input, .step2 select {
	margin-bottom: 10px
}

.step2 input[type="text"], .step2 input[type="email"], .step2 input[type="tel"]
	{
	width: 250px;
	line-height: 20px
}

.step2 textarea {
	width: 100%;
	height: 150px
}

.step2 .mgn {
	margin: 0 5px
}

.step2 .zip input {
	width: 100px;
	margin: 0 10px
}

.step2 .zip p {
	float: left
}

.step2 .zip .btn {
	float: left;
	margin-left: 10px;
	position: relative;
	margin-top: -12px
}

.step2 .adrs input {
	width: 400px
}

.step2 .sex li {
	display: inline-block
}

.step2 .kiyaku {
	height: 300px;
	overflow: scroll;
	border: 1px solid #dedede;
	padding: 20px;
	margin-bottom: 30px
}

.step2 .kiyaku section {
	margin-bottom: 20px
}

.step2 .kiyaku section h2 {
	margin-bottom: 10px
}

.step2 .kiyaku section h3 {
	margin-bottom: 10px
}

.step2 .kiyaku section p {
	line-height: 18px
}

.step3 .content {
	width: 445px;
	float: left
}

.step3 .content .img {
	width: 105px;
	float: left;
	text-align: center
}

.step3 .content .txt {
	float: right;
	width: 330px
}

.step3 .content .txt h3 {
	margin-bottom: 5px;
	font-size: 16px
}

.step3 .radio {
	width: 150px;
	float: right
}

.step3 .radio .box {
	width: 80px;
	height: 24px;
	line-height: 24px;
	background: #d40011;
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px
}

.step3 .radio li {
	display: inline-block
}

.step3 .radio li+li {
	margin-left: 10px
}

.step3 .ft-caut {
	line-height: 1.5;
	margin-bottom: 30px
}

.step1 .formError {
	position: absolute !important
}

.step1 li .formError {
	top: -20px
}

#btns {
	text-align: center
}

#btns li {
	display: inline-block;
	position: relative
}

#btns .ab {
	width: 320px;
	height: 81px;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer
}

#btns li+li {
	margin-left: 30px
}

#ui-datepicker-div {
	z-index: 1000
}

#scroll {
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	border: 2px solid #d40011;
	margin-bottom: 20px
}

#scroll .txt {
	width: 500px;
	float: left;
	font-size: 30px;
	line-height: 1.2em
}

#scroll .txt span {
	color: #d40011;
	font-weight: bold
}

#scroll .btn {
	float: right
}

article#under {
  width: 740px;
  margin: 0 10px;
  display: block;
  float: left;
}

.thanks {
	padding-top: 20px
}

.thanks .p-big {
	font-size: 1.5rem;
	margin-bottom: 15px;
	line-height: 1.5 !important
}

.thanks .return {
  width: 740px;
	margin-bottom: 30px;
	padding: 20px 15px;
	background: #f1f1f1
}

.thanks .return h3 {
	font-size: 1.24em;
	margin-bottom: 10px
}

.thanks .return p {
	line-height: 18px
}

.thanks .return a {
	color: #0084bf
}

.thanks .return a:hover {
	text-decoration: none
}

.thanks .tel_box {
	width: 740px;
	height: 100px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 2px solid #d40011;
	padding: 15px;
	background: url(images/contact/apo.png) no-repeat bottom right
}

.thanks .tel_box .come {
	font-size: 1.4em;
	margin-bottom: 10px
}

.thanks .tel_box .time {
	text-align: center;
	font-size: 1.25em;
	float: left;
	line-height: 1.4em
}
#sitemap_list {
	overflow: hidden;
}
.thanks .tel_box .num {
	float: left;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 75px;
	font-size: 43px;
	height: 43px;
	background: url(images/contact/tel.png) no-repeat left bottom
}

.h2 {
	width: 740px;
	height: 48px;
	line-height: 48px;
	background: #d40011;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 1.54em;
	color: #fff;
	padding-left: 15px;
	margin-bottom: 20px
}

