@charset "utf-8";

/* ==================================================
device
================================================== */
.pc {
  display: none !important;
}

/* ==================================================
text-align
================================================== */
.taR { text-align: right !important; }
.taL { text-align: left !important; }
.taC { text-align: center !important; }

#privacy{
	text-align:left;
}
#privacy .numList {
  padding-left: 2em;
}
#privacy .numList > li {
  position: relative;
  margin-top: 10px;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: num1;
}
#privacy .numList > li:before {
  position: absolute;
  left: -2em;
  top: 0;
  display: marker;
  font-weight: bold;
  color: #00aecb;
  content: counter(num1) ".";

}


/* ==================================================
メニュー
================================================== */
.set-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  padding: 0;
  width: 100%;
}

.set-header-inner{
  margin: 0 auto;
  width: 100%;

}

.set-header-grid-l {
  float: none;
  padding: 0 0 0 5px;
}

.set-header-grid-r {
  float: none;
}

.set-header-logo {
  height: 60px;
  width: 100%;
}

.set-header-logo-inner {
  width: 200px;
}

.set-header-logo-inner a img {
  height: auto;
  width: 100%;
}

.set-header-nav {
  position: fixed;
  top: 60px;
  left: 0;
  background: #fff;
  display: none;
  height: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 0 0 60px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  will-change: auto;
}

.set-header-nav.js-menu-active {
  display: block;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}

.set-header-nav-menu {
  display: block;
}

.set-header-nav-menu-item {
  margin: 0 0 1.5px;
  width: 100%;
}

.set-header-nav-menu-item.is-hover .set-header-nav-menu-item-link {
  border-bottom: 0;
}

.set-header-nav-menu-item.js-drop-category .set-header-nav-menu-item-link::before,
.set-header-nav-menu-item.js-drop-category .set-header-nav-menu-item-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #0f0f0f;
  content: '';
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.set-header-nav-menu-item.js-drop-category .set-header-nav-menu-item-link::before {
  right: 15.5px;
  height: 1px;
  width: 16px;
}

.set-header-nav-menu-item.js-drop-category .set-header-nav-menu-item-link::after {
  right: 22.5px;
  height: 16px;
  width: 1px;
}

.set-header-nav-menu-item.js-drop-category .set-header-nav-menu-item-link .js-sub-open::after {
  content: none;
}

.set-header-nav-menu-item-link {
  position: relative;
  background: #e8e8e8;
  border-bottom: 0;
  display: block;
  font-size: 1.2rem;
  height: 50px;
  letter-spacing: 0.02em;
  line-height: 50px;
  padding: 0 15px;
  text-align:left;
}

.set-header-nav-menu-item-link span {
  position: relative;
  top: 1px;
  color: #888;
  display: inline;
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 0 0 6px;
  vertical-align: bottom;
}

.set-header-nav-menu-item-link:hover {
  border-bottom: 0;
}

.js-drop-category .set-header-nav-menu-item-link {
  pointer-events: auto;
}


/* DCメニュー */
.set-header-nav-menu-item-link-dc {
  position: relative;
  background: #e8e8e8;
  border-bottom: 0;
  display: block;
  font-size: 1.2rem;
  height: 50px;
  letter-spacing: 0.02em;
  line-height: 50px;
  padding: 0 15px;
  text-align:left;
}

.set-header-nav-menu-item-link-dc span {
  position: relative;
  top: 1px;
  color: #888;
  display: inline;
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 0 0 6px;
  vertical-align: bottom;
}

.set-header-nav-menu-item-link-dc:hover {
  border-bottom: 0;
}

.js-drop-category .set-header-nav-menu-item-link-dc {
  pointer-events: auto;
}



/* JCBメニュー */
.set-header-nav-menu-item-link-jcb {
  position: relative;
  background: #e8e8e8;
  border-bottom: 0;
  display: block;
  font-size: 1.2rem;
  height: 50px;
  letter-spacing: 0.02em;
  line-height: 50px;
  padding: 0 15px;
  text-align:left;
}

.set-header-nav-menu-item-link-jcb span {
  position: relative;
  top: 1px;
  color: #888;
  display: inline;
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 0 0 6px;
  vertical-align: bottom;
}

.set-header-nav-menu-item-link-jcb:hover {
  border-bottom: 0;
}

.js-drop-category .set-header-nav-menu-item-link-jcb {
  pointer-events: auto;
}


.set-header-brand {
  display: none;
}

.set-header-mega {
  position: relative;
  border-top: 0;
  padding: 0;
}

.set-header-mega-inner {
  display: block;
  padding: 0;
  width: 100%;
}

.set-header-mega-inner.sctcol {
  padding: 0;
}

.set-header-mega-head {
  display: none;
}

.set-header-mega-body {
  display: block;
}

.set-header-mega-body::before {
  content: none;
}

.set-header-mega-menu {
  float: none;
  padding: 0;
  width: 100%;
}

.set-header-mega-menu:first-child {
  width: 100%;
}

.set-header-mega-menu:first-child::after {
  content: none;
}

.set-header-mega-menu + .set-header-mega-menu {
  border-top: solid 1px #e8e8e8;
}

.set-header-mega-menu ul li {
  line-height: 1.8;
}

.set-header-mega-menu ul li + li {
  border-top: solid 1px #e8e8e8;
}

.set-header-mega-menu ul li a {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  padding: 11px 25px 10px 25px;
}

.set-header-mega-menu-group dl {
  display: table;
  width: 100%;
}

.set-header-mega-menu-group dl dt {
  border-right: solid 1px #e8e8e8;
  display: table-cell;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}

.set-header-mega-menu-group dl dd {
  display: table-cell;
  vertical-align: middle;
}

.set-header-mega-menu-group dl dd p + p {
  border-top: solid 1px #e8e8e8;
}

.set-header-mega-menu-group dl dd p a {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.set-header-sp-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.set-header-sp-menu ul {
  display: table;
  height: 60px;
  width: 100%;
}

.set-header-sp-menu ul li {
  display: table-cell;
  vertical-align: middle;
}

.set-header-sp-menu ul li a {
  display: block;
  height: 45px;
  text-align: center;
  width: 45px;
}

.set-header-sp-menu ul li a img {
  height: auto;
  vertical-align: top;
}

.set-header-sp-menu ul li a span {
  display: block;
  font-size: 1.0rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

.set-header-sp-menu ul li:nth-child(1) {
  padding: 0 16px 0 0;
}

.set-header-sp-menu ul li:nth-child(1) a img {
  margin: 5px 0 7px;
}

.set-header-sp-menu ul li:nth-child(2) {
  padding: 0 10px 0 0;
}

.set-header-sp-menu ul li:nth-child(2) a img {
  margin: 6px 0 8px;
}

.set-header-sp-menu ul li:nth-child(3) {
  padding: 0 12px 0 0;
}

.set-header-sp-menu ul li:nth-child(3) a img {
  margin: 6.5px 0 7.5px;
}

.set-header-sp-menu ul li.set-header-burger {
  border-left: solid 1px #ccc;
  height: 60px;
  padding: 0;
  width: 55px;
}

.set-header-burger.js-menu-active .set-header-bar:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.set-header-burger.js-menu-active .set-header-bar:nth-child(2) {
  opacity: 0;
}

.set-header-burger.js-menu-active .set-header-bar:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.set-header-bar {
  position: absolute;
  left: 0;
  background: #000;
  height: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.set-header-bar:nth-child(1) {
  top: 0;
}

.set-header-bar:nth-child(2) {
  top: 9px;
}

.set-header-bar:nth-child(3) {
  bottom: 0;
}

.set-main {
  margin: 0 0 30px;
}

.set-footer {
  border-top: 0;
  width: 100%;
}

.set-footer-top {
  background: #eee;
  padding: 18.5px 15px 0;
}

.set-footer-bottom {
  padding: 38px 0 15px;
}

.set-footer-bottom-inner {
  margin: 0;
}

.set-footer-grid-l {
  display: block;
  margin: 0 0 18px;
  width: 100%;
}

.set-footer-logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  margin: 0;
  order: 1;
}

.set-footer-logo-inner {
  display: block;
/*  height: auto;*/
}

.set-footer-logo-box {
  display: block;
  text-align: center;
}

.set-footer-logo-box img {
  height: auto;
  width: 250px;
}

.set-footer-logo-address {
  text-align: center;
}



.set-footer-nav {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  margin: 0 0 28px;
  order: 0;
}

.set-footer-nav ul {
  text-align: center;
}

.set-footer-nav ul li {
  border-right: none;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0 10px;
  vertical-align: middle;
  word-spacing: normal;
}

.set-footer-nav ul li:first-child {
  border-left: none;
}
.set-footer-nav ul li a {
  font-size: 1.1rem;
}

.set-footer-pagetop {
  right: 10px !important;
}

.set-footer-pagetop:hover {
  opacity: 1;
}

.set-footer-copyright {
  position: relative;
  top: inherit;
  right: inherit;
  display: block;
  height: auto;
  width: 100%;
}

.set-footer-copyright p {
  display: block;
  font-size: 1.0rem;
  text-align: center;
}

.set-footer-copyright p {
  line-height: 1.2;
}

/* # =================================================================
#  ボタン
# ================================================================= */

.header-btn {
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
	margin-top: 10px;
	margin-right: 65px;
	float:right;
}

.header-btn-set {
	display: flex;
}

.lost_btn {
	display: flex;
  width: 80px;
  height: 40px;
  line-height: 36px;
  border-radius: 9999px;
  border: solid 2px #00aecb;
  box-sizing: border-box;
  text-align: center;
  background-color: #00aecb;
  color: #fff;
  font-weight: 600;
  font-size:0.8rem;
}

.lost_btn:hover {
  background-color: #fff;
  color: #00aecb;
}

.lost_btn_dc {
  width: 80px;
  height: 40px;
  line-height: 36px;
  border-radius: 9999px;
  border: solid 2px #e60000;
  box-sizing: border-box;
  text-align: center;
  background-color: #e60000;
  color: #fff;
  font-weight: 600;
}

.lost_btn_dc:hover {
  background-color: #fff;
  color: #e60000;
}

.lost_btn_jcb {
  width: 80px;
  height: 40px;
  line-height: 36px;
  border-radius: 9999px;
  border: solid 2px #035bb9;
  box-sizing: border-box;
  text-align: center;
  background-color: #035bb9;
  color: #fff;
  font-weight: 600;
}

.lost_btn_jcb:hover {
  background-color: #fff;
  color: #035bb9;
}


/* ==================================================
プライバシーポリシー、個人情報、法人情報
================================================== */
#privacy{
	text-align:left;
	padding:0 10px;
}

/* --------------------------------------------------
List
-------------------------------------------------- */
/* リンク */
#privacy ul#openList {
	width: 100%;
	margin: 0;
	padding: 0;
}
#privacy ul#openList li {
	margin-left: 20px;
	margin-bottom: 10px;
}
#privacy ul#openList li a {
	color: #00aecb;
}
#privacy ul#usageList {
	margin: 0;
	padding: 0;
}
#privacy ul#usageList li {
	margin-bottom: 10px;
}
#privacy ul#usageList li p.indent {
	padding-left: 2.5em;
}
#privacy ul#usageList li .inner {
	padding-left: 2.5em;
}


/* 数字 */
#privacy .numList {
  padding-left: 2em;
}
#privacy .numList > li {
  position: relative;
  margin-top: 10px;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: num1;
}
#privacy .numList > li:before {
  position: absolute;
  left: -2em;
  top: 0;
  display: marker;
  font-weight: bold;
  color: #00aecb; /*ターコイズ*/
  content: counter(num1) ".";
}


#privacy .numList2 {
  padding-left: 2em;
}
#privacy .numList2 > li {
  position: relative;
  margin-top: 10px;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: num1;
}
#privacy .numList2 > li:before {
  position: absolute;
  left: -2em;
  top: 0;
  display: marker;
  color: #333333;
  content: counter(num1) ".";
}

/* ● */
#privacy .cirList {
  margin: 0;
}
#privacy .cirList > li {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 1em;
}
#privacy .cirList > li:last-child {
  margin-bottom: 0;
}
#privacy .cirList > li:before {
  position: absolute;
  left: 2px;
  top: 9px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  background: #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#privacy h2.heading2 {
  color: #3d3a2b;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1;
	margin:1.5em 0 0.5em 0;
}

#privacy h3::before {
  margin-right: 0px;
}

#privacy h3::after {
  margin-left: 0px;
}
#privacy h3.heading3 {
	display:block;
  color: #3d3a2b;
  font-size: 1rem;
  line-height: 1.5;
	margin:1.5em 0 0.5em 0;
}



#privacy .idt{
	margin-left:1.5em;
}



#privacy dt{
}

#privacy dd{
}


/* --------------------------------------------------
noteList2
-------------------------------------------------- */
.noteList2 {
  margin: 0;
}
.noteList2 > li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 1.5em;
  font-size: 12px;
}
.noteList2 > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\203B";
  display: block;
}
.noteList2 > li:last-child {
  margin-bottom: 0;
}

/* ==================================================
Table
================================================== */
#privacy table {
  width: 100%;
  table-layout: fixed;
  margin:0;
}
#privacy table tr {
  border: 1px solid #dfe6e7;
}
#privacy table th {
  vertical-align: middle;
  border: 1px solid #dfe6e7;
}
#privacy table td {
  vertical-align: middle;
  border: 1px solid #dfe6e7;
}

#privacy thead th {
  padding: 5px;
  font-weight: bold;
  color: #3d3a2b;
  background: #f5f5f5;
	font-size:0.8em;
}
#privacy thead td {
  padding: 5px;
  background: #fff;
	font-size:0.8em;
}
#privacy tbody th {
  padding: 5px;
  font-weight: bold;
  color: #3d3a2b;
  background: #f5f5f5;
	font-size:0.8em;
}
#privacy tbody td {
  padding: 5px;
  background: #fff;
	font-size:0.8em;
}

/* ==================================================
ぶら下げインデント 文字幅指定
================================================== */
.tInone {
  margin-left: 0 !important;
  text-indent: 0 !important;
}
.tI1em {
  margin-left: 1em !important;
  text-indent: -1em !important;
}
.tI1p5em {
  margin-left: 1.5em !important;
  text-indent: -1.5em !important;
}
.tI2em {
  margin-left: 2em !important;
  text-indent: -2em !important;
}
.tI2p5em {
  margin-left: 2.5em !important;
  text-indent: -2.5em !important;
}
.tI3em {
  margin-left: 3em !important;
  text-indent: -3em !important;
}
.tI3p5em {
  margin-left: 3.5em !important;
  text-indent: -3.5em !important;
}

/* ==================================================
お知らせ
================================================== */
.info-panel ul {
  max-width: 90%;
  margin: auto;
}

.info-panel li {
  padding: 20px 0px;
  border-bottom: 1px solid #00aecb;
  font-weight: bold;
}

.info-panel li a {
  display: flex;
	align-items: center;
}

.day {
	text-align:left;
	font-size: 0.9rem;
}

.day-label {
	display: flex;
	margin-bottom: 10px;
}

.label {
	font-size: 0.9rem;
}

.label-news{
	font-size:0.7rem;
  background-color: #fff;
  border-radius: 50px;
  border: #00aecb 2px solid;
  color: #00aecb;
  padding: 1px 8px;
  margin: 0px 0px 0px 10px;
}
.label-impnews{
	font-size:0.7rem;
  background-color: #fff;
  border-radius: 50px;
  border: #bd130f 2px solid;
  color: #bd130f;
  padding: 1px 8px;
  margin: 0px 0px 0px 10px;
}

.label-dc{
	font-size:0.7rem;
  background-color: #e60000;
  border-radius: 50px;
  color: #fff;
  padding: 3px 10px;
  margin: 0px 0px 0px 5px;
}

.label-jcb{
	font-size:0.7rem;
  background-color: #035bb9;
  border-radius: 50px;
  color: #fff;
  padding: 3px 10px;
  margin: 0px 0px 0px 5px;
}
.text{
  text-align: left;
  width: 100%;
}

.info-panel img {
	height: 20px;
	width: 20px;
}

.blank {
/*	background: url(../images/blank.png) no-repeat right 0px center ;*/
	background-size: 20px;
}

.pdf {
	background: url(../images/pdf.png) no-repeat right 0px center ;
	background-size: 20px;
}

.list {
	width: auto;
}

.list ul {
	max-width: none;
}

.maparea{
	width:90%;
	height: 250px;
	margin:0 auto;
}
.mapphoto {
	width:70%;
	margin:20px auto 0;
}

.mapphoto img {
	width:100%;
}

/* --------------------------------------------------
formTable
-------------------------------------------------- */
.formTable {
  width: 100%;
  border-top: 1px solid #dfe6e7;
}
.formTable tbody tr {
  border-bottom: 1px solid #dfe6e7;
}
.formTable tbody th {
  padding: 10px;
  color: #333;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background: #f8f8f8;
}
.formTable tbody td {
  padding: 20px 10px;
  vertical-align: top;
  background: #fff;
  border-bottom: 1px solid #dfe6e7;
  text-align: left;
}
.formTable,
.formTable thead,
.formTable tbody,
.formTable tr,
.formTable th,
.formTable td {
  display: block;
/*  width: 100%;*/
}

/* --------------------------------------------------
formTable_exchange       add yoko20180109
-------------------------------------------------- */
.formTable_exchange {
  width: 100%;
  border-top: 1px solid #dfe6e7;
}
.formTable_exchange tbody tr {
  border-bottom: 1px solid #dfe6e7;
}
.formTable_exchange tbody th {
  padding: 5px;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
  background: #f8f8f8;
}
.formTable_exchange tbody td {
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #dfe6e7;
}
.formTable_exchange,
.formTable_exchange thead,
.formTable_exchange tbody,
.formTable_exchange tr,
.formTable_exchange th,
.formTable_exchange td {
/*  display: block;*/
  width: 100%;
}
.formTable_exchange input {
  text-align: center;
}

/* --------------------------------------------------
必須ラベル
-------------------------------------------------- */
.formTable tbody tr.required th {
  position: relative;
  padding-right: 20px;
  width: 90%;
}
.formTable tbody tr.required th:after {
  content: "\5FC5\9808";
  position: absolute;
  right: 10px;
  top: 8px;
  display: inline-block;
  padding: 5px 6px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  background: #bd1609;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* --------------------------------------------------
入力不要ラベル
-------------------------------------------------- */
.formTable tbody tr.unneeded th {
  position: relative;
  padding-right: 100px;
}
.formTable tbody tr.unneeded th:after {
  content: "\5165\529B\4E0D\8981";
  position: absolute;
  right: 10px;
  top: 8px;
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  background: #a8abaf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* 以下、汎用 */
/* --------------------------------------------------
form__radio
-------------------------------------------------- */
.form__radio {
  font-size: 0;
}
.form__radio label {
  display: inline-block;
  margin: 5px 20px 5px 0;
  font-size: 16px;
}

/* --------------------------------------------------
form__text
-------------------------------------------------- */
.form__text {
  width: 100%;
  height: 40px;
  padding-left: 13px;
  font-size: 16px;
  border: 2px solid #d6d6d6;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.form__text:disabled {
  border: none;
  opacity: 1;
}
.form__text::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__text:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__text::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
/* 入力済み */
.form__text.entered {
  background: #fff;
}

/* --------------------------------------------------
form__text2       add yoko20171120
-------------------------------------------------- */
.form__text2 {
  width: 100%;
  height: 40px;
  padding-left: 13px;
  font-size: 16px;
  border: 2px solid #d6d6d6;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.form__text2:disabled {
  border: none;
  opacity: 1;
}
.form__text2::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__text2:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__text2::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
/* 入力済み */
.form__text2.entered {
  background: #fff;
}

/* --------------------------------------------------
form__namae       add yoko20171120
-------------------------------------------------- */
.form__namae {
  width: 100%;
  height: 40px;
  padding-left: 13px;
  font-size: 16px;
  border: 2px solid #d6d6d6;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
}
.form__namae[disabled="disabled"] {
  border: none;
}
.form__namae::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__namae:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__namae::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
/* 入力済み */
.form__namae.entered {
  background: #fff;
}

/* --------------------------------------------------
form__namae2       add yoko20171120
-------------------------------------------------- */
.form__namae2 {
  width: 100%;
  height: 40px;
  padding-left: 13px;
  font-size: 16px;
  border: 2px solid #d6d6d6;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
}
.form__namae2[disabled="disabled"] {
  border: none;
}
.form__namae2::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__namae2:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__namae2::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
/* 入力済み */
.form__namae2.entered {
  background: #fff;
}

/* --------------------------------------------------
form__num       add yoko20171120
-------------------------------------------------- */
.form__num {
  width: 100px;
  height: 40px;
  padding-left: 13px;
  font-size: 16px;
  border: 2px solid #d6d6d6;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.form__num:disabled {
  border: none;
  opacity: 1;
}
.form__num::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__num:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__num::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
/* 入力済み */
.form__num.entered {
  background: #fff;
}

/* --------------------------------------------------
form__num2       add yoko20180704
-------------------------------------------------- */
.form__num2 {
  width: 100px;
  height: 40px;
  padding-left: 13px;
  font-size: 16px;
  border: 2px solid #d6d6d6;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 1em;
}
.form__num2:disabled {
  border: none;
  opacity: 1;
}
.form__num2::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__num2:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__num2::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
/* 入力済み */
.form__num2.entered {
  background: #fff;
}
/* --------------------------------------------------
form__numl       add yoko20180704
-------------------------------------------------- */
.form__numl {
  width: 140px;
  height: 40px;
  padding-left: 5px;
  font-size: 16px;
  border: 2px solid #d6d6d6;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.form__numl[disabled="disabled"] {
  border: none;
}
.form__numl::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__numl:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__numl::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
/* 入力済み */
.form__numl.entered {
  background: #fff;
}
/* --------------------------------------------------
form__nums       add yoko20180109
-------------------------------------------------- */
.form__nums {
  width: 50px;
  height: 40px;
  padding-left: 13px;
  font-size: 16px;
  border: 2px solid #d6d6d6;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.form__nums:disabled {
  border: none;
  opacity: 1;
}
.form__nums::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__nums:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__nums::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
/* 入力済み */
.form__nums.entered {
  background: #fff;
}

/* --------------------------------------------------
form__select
-------------------------------------------------- */
.form__select {
  width: auto;
  height: 40px;
  padding-left: 13px;
  font-size: 16px;
  border: 2px solid #d6d6d6;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* 入力済み */
.form__select.entered {
  background: #fff;
}

/* --------------------------------------------------
form__select2       add yoko20180109
-------------------------------------------------- */
.form__select2 {
  width: auto;
  height: 40px;
  padding-left: 13px;
  font-size: 16px;
  border: 2px solid #d6d6d6;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top:1em;
}
/* 入力済み */
.form__select2.entered {
  background: #fff;
}

/* --------------------------------------------------
form__textarea
-------------------------------------------------- */
.form__textarea {
  width: 100%;
  height: 120px;
  padding: 8px 10px;
  font-size: 16px;
  border: 2px solid #d6d6d6;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.form__textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
.form__textarea::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
/* 入力済み */
.form__textarea.entered {
  background: #fff;
}

/* --------------------------------------------------
form_submitBtn
-------------------------------------------------- */
.form_submitBtn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  margin: 5px 0;
  padding: 0;
  text-decoration: none;
  border: 1px solid #4676ce;
  background: #01acc1;
  background-size: 6px 10px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  -moz-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.form_submitBtn > span {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
.form_submitBtn > span > span {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}
.form_submitBtn > span > span:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  display: block;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: url(/common/images/arrow_border_hor_white.svg) no-repeat center center;
  background-size: 12px 2px;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.form_submitBtn > span > span:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  display: block;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url(/common/images/arrow_right_white.svg) no-repeat right bottom;
  background-size: 6px 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}



/* --------------------------------------------------
form_backBtn
-------------------------------------------------- */
.form_backBtn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  margin: 5px 0;
  padding: 0;
  text-decoration: none;
  border: 1px solid #BBBDC0;
  background: #BBBDC0;
  background-size: 6px 10px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  -moz-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  overflow: hidden;
  z-index: 1;
}
.form_backBtn > span {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
.form_backBtn > span > span {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}
.form_backBtn > span > span:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  display: block;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: url(/common/images/arrow_border_hor_white.svg) no-repeat center center;
  background-size: 12px 2px;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.form_backBtn > span > span:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  display: block;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url(/common/images/arrow_left_white.svg) no-repeat left bottom;
  background-size: 6px 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}


/* 以下、専用 */
/* --------------------------------------------------
form__address
-------------------------------------------------- */
.form__address select {
  display: block;
  width: 200px;
  margin-bottom: 10px;
}
.form__address input[type="text"] {
  width: 100%;
}

/* --------------------------------------------------
form__postalcode
-------------------------------------------------- */
.form__postalcode {
  font-size: 0;
}
.form__postalcode input[type="text"] {
  padding: 0;
  text-align: center;
}
.form__postalcode input[type="text"]:nth-of-type(1) {
/*  width: 56px;*/
  width: 86px;      /* add yoko20171120 */
  height: 40px;
}
.form__postalcode input[type="text"]:nth-of-type(2) {
/*  width: 66px;*/
  width: 96px;      /* add yoko20171120 */
  height: 40px;
}
.form__postalcode * {
  margin-right: 8px;
  font-size: 16px;
  margin-bottom:1em;      /* add yoko20171120 */
}
.form__postalcode input[type="button"] {
  width: 100px;
  height: 40px;
  margin-left: 10px;
  margin-right: 0;
  padding: 0 10px 0 30px;
  font-size: 14px;
  font-weight: bold;
  color: #285184;
  border: 2px solid #d6d6d6;
  background: #fff url(/common/images/icon_search_navy.svg) no-repeat 12px center;
  background-size: 12px 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* --------------------------------------------------
form__tel
-------------------------------------------------- */
.form__tel {
  font-size: 0;
}
.form__tel input[type="text"] {
/*  width: 66px;*/
  width: 100%;      /* add yoko20171120 */
  height: 40px;
  padding: 0;
  color: #3b3b3b;
  text-align: center;
  display: block;      /* add yoko20171120 */
}
.form__tel * {
  margin-right: 8px;
  font-size: 16px;
}


/* --------------------------------------------------
error
-------------------------------------------------- */
.formTable tbody tr.error td,
#form div .error {      /* add yoko20180109 */
  background: #fbe6eb;
}
.errorMessage {
  margin-bottom: 10px;
  padding-left: 22px;
  font-size: 14px;
  font-weight: bold;
  color: #bd1609;
  background: url(/common/images/icon_caution_red.svg) no-repeat left center;
  background-size: 16px 16px;
}
.errorMessage2 {      /* add yoko20180109 */
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #bd1609;
}
.formTable tbody tr td .errorMessage {
  display: none;
}
.formTable tbody tr.error td .errorMessage {
  display: block;
}
.formTable tbody tr.error input,
.formTable tbody tr.error textarea,
.formTable tbody tr.error select,
.formTable tbody tr.error input::-webkit-input-placeholder,
.formTable tbody tr.error textarea::-webkit-input-placeholder,
.formTable tbody tr.error select::-webkit-input-placeholder {
  outline: none;
  color: #bd1609;
  border-color: #bd1609;
}
.formTable tbody tr.error input:-ms-input-placeholder,
.formTable tbody tr.error textarea:-ms-input-placeholder,
.formTable tbody tr.error select:-ms-input-placeholder {
  outline: none;
  color: #bd1609;
  border-color: #bd1609;
}
.formTable tbody tr.error input::-moz-placeholder,
.formTable tbody tr.error textarea::-moz-placeholder,
.formTable tbody tr.error select::-moz-placeholder {
  outline: none;
  color: #bd1609;
  border-color: #bd1609;
}

