div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}


@charset "utf-8";

/* all
---------------- */
.display_sp {
  display: none !important;
}
.sec_contact {
  text-align: center;
  font-size: 18px;
  padding: 40px 0 0;
}
.sec_contact h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
.sec_text p {
  margin-bottom: 25px;
}
.anchorpos {
  padding-top: 80px;
  margin-top: -80px;
}

/* page */
#art.page .entry_content {
  width: 800px;
  margin: 0 auto;
}
#art.page .entry_content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #464646;
  background-color: #faf6e0;
  border-top: 2px solid #ffe1ab;
  border-bottom: 2px solid #ffe1ab;
  padding: 9px 8px 6px 25px;
  margin: 40px -100px;
}
.page_franchise #art.page .entry_content h2,
.page_member #art.page .entry_content h2 {
  color: #009944;
  background-color: #f4f8dd;
  border-top: 2px solid #b6e198;
  border-bottom: 2px solid #b6e198;
}
#art.page .entry_content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #464646;
  border-bottom: 2px solid #ffe1ab;
  margin: 30px 0 20px 0;
}
.page_franchise #art.page .entry_content h3,
.page_member #art.page .entry_content h3 {
  color: #008c14;
  border-bottom: 2px solid #b6e198;
}
#art.page .entry_content p {
  margin-bottom: 25px;
  line-height: 1.625;
}
#art.page .entry_content ul {
  list-style-type: none;
  margin: 0;
  margin-bottom: 25px;
  padding: 10px 0 10px 1em;
  text-indent: -1em;
}
#art.page .entry_content li {
  line-height: 1.625;
}
#art.page .entry_content .num_p {
  padding-left: 30px;
}
#art.page .entry_content .num {
  display: inline-block;
  text-indent: -30px;
  font-weight: bold;
}
#art.page .entry_content .ttl {
  font-weight: bold;
}
#art.page .entry_content .link_btn2 {
  line-height: 45px;
}
#art.page .entry_content hr {
  border-top: 1px solid #bfc1a1;
  margin: 40px -100px;
  padding: 0;
}
#art.page .entry_content .mb6 {
  margin-bottom: 6px;
}
#art.page .entry_content .mb10 {
  margin-bottom: 10px;
}
#art.page .entry_content .fz18 {
  font-size: 18px;
}
#art.page .entry_content .fz14 {
  line-height: 22px;
  font-size: 14px;
}
#art.page .entry_content .fwb {
  font-weight: bold;
}
#art.page .entry_content .oh {
  overflow: hidden;
}

/* share
---------------- */
/* link_btn */
.link_btn {
  display: inline-block;
  border: 2px solid #094;
  padding: 9px 13px 5px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #094;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7e7e7+100 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}
.link_btn:hover {
  color: #094;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edf6de+0,daf2af+100 */
  background: rgb(237,246,222); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(237,246,222,1) 0%, rgba(218,242,175,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(237,246,222,1) 0%,rgba(218,242,175,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(237,246,222,1) 0%,rgba(218,242,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf6de', endColorstr='#daf2af',GradientType=0 ); /* IE6-9 */
}
.link_btn:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  width: 18px;
  height: 17px;
  margin-left: 11px;
  background: url(../images/share/link_btn1_icon.png) no-repeat center center;
}
.link_btn2 {
  display: inline-block;
  position: relative;
  min-width: 220px;
  padding: 13px 55px 13px 25px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c156+0,007d37+100 */
  background: rgb(0,193,86); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,193,86,1) 0%, rgba(0,125,55,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,193,86,1) 0%,rgba(0,125,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,193,86,1) 0%,rgba(0,125,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c156', endColorstr='#007d37',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.link_btn2:hover {
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68dd9c+0,029844+100 */
  background: rgb(104,221,156); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(104,221,156,1) 0%, rgba(2,152,68,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(104,221,156,1) 0%,rgba(2,152,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(104,221,156,1) 0%,rgba(2,152,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68dd9c', endColorstr='#029844',GradientType=0 ); /* IE6-9 */
}
.link_btn2:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  margin-left: 11px;
  background: url(../image/contents/top/link_btn2_icon.png) no-repeat center center;
}
/* link_btn3 */
.link_btn3 {
  display: inline-block;
  padding: 5px 12px 11px 31px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c156+0,007d37+100 */
  background: rgb(0,193,86); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,193,86,1) 0%, rgba(0,125,55,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,193,86,1) 0%,rgba(0,125,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,193,86,1) 0%,rgba(0,125,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c156', endColorstr='#007d37',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.link_btn3:hover {
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68dd9c+0,029844+100 */
  background: rgb(104,221,156); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(104,221,156,1) 0%, rgba(2,152,68,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(104,221,156,1) 0%,rgba(2,152,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(104,221,156,1) 0%,rgba(2,152,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68dd9c', endColorstr='#029844',GradientType=0 ); /* IE6-9 */
}
.link_btn3:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 6px;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  background: url(../image/contents/top/link_btn2_icon.png) no-repeat center center;
  -webkit-background-size: 24px;
  background-size: 24px;
}

/* indent_m3 */
.indent_m3 {
  text-indent: -3px;
}

/* h2 */
h2.normal_title {
  color: #2e2e2e;
  background: url(../images/share/h2_normal_title_bg.png) repeat left top;
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0;
  padding: 11px 15px 6px 20px;
  border-radius: 5px;
}

/* page_about
---------------- */
.page_about .sec2_wrap {
  padding-top: 80px;
  margin-top: -80px;
}
/* sec1 */
.page_about .sec1 {
  padding-bottom: 12px;
}
.page_about .sec1 .title {
  min-height: 27px;
  background: url(../images/about/sec1_title_bg.png) repeat-x left top;
  text-align: center;
}
.page_about .sec1 h2 {
  margin-bottom: 38px;
  line-height: 27px;
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.page_about .sec1 h2 strong {
  font-size: 35px;
  color: #ff5e19;
}
.page_about .sec1 h2 small {
  font-size: 14px;
}

.page_about .sec1 ul {
  margin: 0 auto;
  width: 900px;
}

.page_about .sec1 li {
  float: left;
  width: 436px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
}
.page_about .sec1 .num2,
.page_about .sec1 .num4 {
  float: right;
}

.page_about .sec1 a {
  display: block;
  height: 100px;
  color: #000000;
  text-decoration: none;
}

.page_about .sec1 .num1 { background: url(../images/about/sec1_btn1_on.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }
.page_about .sec1 .num2 { background: url(../images/about/sec1_btn2_on.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }
.page_about .sec1 .num3 { background: url(../images/about/sec1_btn3_on.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }
.page_about .sec1 .num4 { background: url(../images/about/sec1_btn4_on.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }

.page_about .sec1 .num1 a { background: url(../images/about/sec1_btn1.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }
.page_about .sec1 .num2 a { background: url(../images/about/sec1_btn2.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }
.page_about .sec1 .num3 a { background: url(../images/about/sec1_btn3.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }
.page_about .sec1 .num4 a { background: url(../images/about/sec1_btn4.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }

.page_about .sec1 .num1 a:hover { background: url(../images/about/sec1_btn1_on.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }
.page_about .sec1 .num2 a:hover { background: url(../images/about/sec1_btn2_on.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }
.page_about .sec1 .num3 a:hover { background: url(../images/about/sec1_btn3_on.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }
.page_about .sec1 .num4 a:hover { background: url(../images/about/sec1_btn4_on.png) no-repeat left top; -webkit-background-size: 436px 100px; background-size: 436px 100px; }

.page_about .sec1 .num1 a .text_l { color: #ff5e19; }
.page_about .sec1 .num2 a .text_l { color: #1c9be6; }
.page_about .sec1 .num3 a .text_l { color: #0ba800; }
.page_about .sec1 .num4 a .text_l { color: #fa8837; }

.page_about .sec1 .text {
  padding: 16px 0 0 143px;
}
.page_about .sec1 .text_l {
  padding-left: 143px;
  font-size: 25px;
}
.page_about .sec1 .text_l small {
  font-size: 14px;
}
.page_about .sec1 .text_l span {
  font-size: 20px;
}

/* sec_wrap */
.page_about .sec_wrap {
  padding: 42px 0 30px;
  background-color: #fbf8e6;
}
.page_about .sec_wrap .sec {
  margin-bottom: 38px;
  padding-top: 12px;
  border: 3px solid #000000;
  border-radius: 15px;
  background: url(../images/about/sec_topbg.png) repeat center top;
}
.page_about .sec_wrap .sec_inner {
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  padding: 20px 35px 35px;
}

/* sec2 */
.page_about .sec_wrap .sec2 {
  background-color: #ff6b2b;
  border-color: #ff6b2b;
}
.page_about .sec2 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0f3997;
  padding: 16px 0 0 96px;
  min-height: 59px;
  background: url(../images/about/sec1_btn1_2.png) no-repeat left top;
  -webkit-background-size: 75px;
  background-size: 75px;
}
.page_about .sec2 h2 small {
  font-size: 14px;
}
.page_about .sec2 .top_text {
  margin-bottom: 30px;
  padding-left: 96px;
}
.page_about .sec2 .image {
  margin-bottom: 44px;
}
.page_about .sec2 .balloon {
  float: left;
  width: 430px;
}
.page_about .sec2 .balloon1 {
  background: url(../images/about/sec2_icon1.png) no-repeat 20px top;
}
.page_about .sec2 .balloon2 {
  background: url(../images/about/sec2_icon2.png) no-repeat 20px top;
}
.page_about .sec2 .balloon .text {
  padding: 12px 0 10px 146px;
  background: url(../images/about/sec2_balloon.png) no-repeat right top;
}

/* sec3 */
.page_about .sec_wrap .sec3 {
  background-color: #1c9be6;
  border-color: #1c9be6;
}
.page_about .sec3 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0f3997;
  padding: 16px 0 0 96px;
  min-height: 59px;
  background: url(../images/about/sec1_btn2_2.png) no-repeat left top;
  -webkit-background-size: 75px;
  background-size: 75px;
}
.page_about .sec3 .top_text {
  margin-bottom: 35px;
  padding-left: 96px;
}
.page_about .sec3 .image {
  margin-bottom: 25px;
  text-align: center;
}
.page_about .sec3 .link_btn_wrap {
  text-align: right;
  margin-bottom: -20px;
}

/* sec4 */
.page_about .sec_wrap .sec4 {
  background-color: #0ba800;
  border-color: #0ba800;
}
.page_about .sec4 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0f3997;
  padding: 16px 0 0 96px;
  min-height: 59px;
  background: url(../images/about/sec1_btn3_2.png) no-repeat left top;
  -webkit-background-size: 75px;
  background-size: 75px;
}
.page_about .sec4 .image {
  float: left;
  padding: 10px 0 0 110px;
}
.page_about .sec4 .text {
  float: right;
  width: 420px;
  padding-top: 45px;
}

/* sec5 */
.page_about .sec_wrap .sec5 {
  background-color: #ffb338;
  border-color: #ffb338;
}
.page_about .sec5 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0f3997;
  padding: 16px 0 0 96px;
  min-height: 59px;
  background: url(../images/about/sec1_btn4_2.png) no-repeat left top;
  -webkit-background-size: 75px;
  background-size: 75px;
}
.page_about .sec5 .top_text {
  margin-bottom: 35px;
  padding-left: 96px;
}
.page_about .sec5 ul {
  padding-left: 86px;
}
.page_about .sec5 li {
  width: 346px;
  float: left;
  border: 3px solid #e0d5a1;
  border-radius: 15px;
  margin: 0 13px 27px;
}
.page_about .sec5 li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #00368a;
  text-align: center;
  background-color: #fff1af;
  padding: 7px 0;
  border-radius: 12px 12px 0 0;
}
.page_about .sec5 li h3 span {
  display: block;
  width: 195px;
  margin: 0 auto;
  padding-left: 30px;
  line-height: 28px;
  height: 28px;
}
.page_about .sec5 li.num1 h3 span {
  background: url(../images/about/sec5_num1.png) no-repeat left top;
}
.page_about .sec5 li.num2 h3 span {
  background: url(../images/about/sec5_num2.png) no-repeat left top;
}
.page_about .sec5 li.num3 h3 span {
  background: url(../images/about/sec5_num3.png) no-repeat left top;
}
.page_about .sec5 li.num4 h3 span {
  background: url(../images/about/sec5_num4.png) no-repeat left top;
}
.page_about .sec5 li .inner {
  padding: 20px;
  text-align: center;
}
.page_about .sec5 li .image {
  margin-bottom: 20px;
}

/* page_service
---------------- */

/* sec1 */
.page_service .sec1 li {
  width: 216px;
  padding: 2px;
  background-color: #2054a2;
  float: left;
  text-align: center;
  color: #ffffff;
  margin: 0 40px 30px 0;
  font-size: 17px;
}
.page_service .sec1 li.r {
  margin-right: 0;
}
.page_service .sec1 li .text {
  padding: 6px 0 5px;
  font-weight: bold;
}
.page_service .sec1 li.last {
  background: url(../images/service/sec1_image8.png) no-repeat left top;
  font-size: 15px;
  color: #000000;
  height: 212px;
  margin-bottom: 0;
}
.page_service .sec1 li.last .text {
  padding: 23px 20px 0 24px;
  text-align: left;
  font-weight: normal;
}

/* sec2 */
.page_service .sec2 .border_box {
  border: 6px solid #dfd4a0;
  border-radius: 12px;
  padding: 40px 80px 40px 100px;
  margin-bottom: 32px;
}
.page_service .sec2 .border_box .col1 {
  float: left;
  width: 385px;
}
.page_service .sec2 .border_box .col2 {
  margin-left: 385px;
}
.page_service .sec2 .border_box h3 {
  color: #0f3997;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}

/* border_box1 */
.page_service .sec2 .border_box1 {
  padding: 40px 90px 40px 90px;
  text-align: center;
}
.page_service .sec2 .border_box1 h3 {
  margin-bottom: 7px;
  margin-top: 0;
}
.page_service .sec2 .border_box1 .first_h3 {
  font-size: 34px;
}
.page_service .sec2 .border_box1 .plan_wrap {
  width: 754px;
  margin: 20px auto 0;
}
.page_service .sec2 .border_box1 .plan {
  float: left;
  width: 344px;
  padding-bottom: 15px;
  border: 2px solid #ff9e00;
  border-radius: 15px;
  background-color: #faf8da;
}
.page_service .sec2 .border_box1 .plan2 {
  float: right;
  border: 2px solid #ff5745;
}
.page_service .sec2 .border_box1 .plan h4 {
  background-color: #ff9e00;
  color: #ffffff;
  border-radius: 13px 13px 0 0;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
.page_service .sec2 .border_box1 .plan2 h4 {
  background-color: #ff5745;
}
.page_service .sec2 .border_box1 .plan .price {
  padding: 15px 0 0 0;
  color: #ff6600;
  font-weight: bold;
  font-size: 22px;
}
.page_service .sec2 .border_box1 .plan2 .price {
  color: #ff2e17;
}
.page_service .sec2 .border_box1 .plan .price strong {
  font-size: 36px;
}
.page_service .sec2 .border_box1 .plan .price span {
  color: #000000;
  font-size: 17px;
}
.page_service .sec2 .border_box1 .plan .info {
  display: table;
  width: 190px;
  margin: 0 auto;
  font-weight: bold;
  height: 110px;
}
.page_service .sec2 .border_box1 .plan .info p {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.page_service .sec2 .border_box1 .plan .info span {
  color: #ff9e00;
  font-size: 18px;
}
.page_service .sec2 .border_box1 .plan2 .info span {
  color: #ff5745;
}
.page_service .sec2 .border_box1 .plus {
  margin-bottom: 20px;
}
.page_service .sec2 .border_box1 .dl_wrap {
  width: 763px;
  margin: 10px auto 15px;
}
.page_service .sec2 .border_box1 dl {
  width: 380px;
  float: left;
  border: 1px solid #1f53a1;
}
.page_service .sec2 .border_box1 dl:first-child {
  border-right: none;
}
.page_service .sec2 .border_box1 dt {
  width: 282px;
  float: left;
  background-color: #faf8da;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: 1px;
  left: 1px;
  line-height: 46px;
  padding-left: 20px;
}
.page_service .sec2 .border_box1 dt span {
  color: #559aef;
  font-size: 18px;
}
.page_service .sec2 .border_box1 dd {
  background-color: #559aef;
  color: #ffffff;
  border: 1px solid #1f53a1;
  text-align: right;
  line-height: 47px;
  padding-right: 17px;
  font-size: 18px;
  font-weight: bold;
}

/* border_box3 */
.page_service .sec2 .border_box3 .col2 {
  padding-top: 20px;
}

/* page_reason
---------------- */
/* sec1 */
.page_reason .sec1 .col1 {
  float: left;
  width: 630px;
}
.page_reason .sec1 h3 {
  color: #0f3997;
  font-size: 22px;
  font-weight: bold;
  background: url(../images/reason/sec1_num1.png) no-repeat left 2px;
  padding-left: 34px;
  margin: 30px 0 7px -3px;
}
.page_reason .sec1 h3.num2 { background-image: url(../images/reason/sec1_num2.png); }
.page_reason .sec1 h3.num3 { background-image: url(../images/reason/sec1_num3.png); }
.page_reason .sec1 h3.num4 { background-image: url(../images/reason/sec1_num4.png); }
.page_reason .sec1 .col2 {
  float: right;
  width: 294px;
}
.page_reason .sec1 .cap {
  font-size: 13px;
  line-height: 19px;
  padding: 3px 0 12px 5px;
  width: 250px;
}

/* sec2 */
.page_reason .sec2 .image {
  text-align: center;
  padding: 20px 0 50px 0;
}
.page_reason .sec2 {
  border-bottom: 2px solid #bfc1a1;
}

/* page_appropriate
---------------- */
/* sec1 */
.page_appropriate .sec1 {
  background-color: #fff7cf;
  border-radius: 15px;
  padding: 45px 50px 40px;
  width: 900px;
}
.page_appropriate .sec1 li {
  width: 362px;
  float: left;
  border: 3px solid #769aec;
  border-radius: 30px;
  margin-bottom: 35px;
  padding: 30px;
  background: #ffffff url(../images/appropriate/sec1_icon1.png) no-repeat 30px 30px;
}
.page_appropriate .sec1 li.num2 { background-image: url(../images/appropriate/sec1_icon2.png); }
.page_appropriate .sec1 li.num3 { background-image: url(../images/appropriate/sec1_icon3.png); }
.page_appropriate .sec1 li.num4 { background-image: url(../images/appropriate/sec1_icon4.png); }
.page_appropriate .sec1 li.num2 { float: right; }
.page_appropriate .sec1 li.num4 { float: right; }
.page_appropriate .sec1 li .name_wrap {
  margin-left: 135px;
  min-height: 130px;
  padding-top: 5px;
}
.page_appropriate .sec1 li .name {
  font-weight: bold;
  text-align: center;
  background-color: #fc8443;
  border-radius: 20px;
  font-size: 15px;
  color: #ffffff;
  padding: 3px 15px;
  width: 178px;
  margin-bottom: 13px;
}
.page_appropriate .sec1 li.num2 .name { background-color: #457def; }
.page_appropriate .sec1 li.num3 .name { background-color: #15c0cb; }
.page_appropriate .sec1 li.num4 .name { background-color: #f66181; }
.page_appropriate .sec1 li h2 {
  font-size: 21px;
  font-weight: bold;
  color: #0f3997;
}
.page_appropriate .sec1 .iikoto {
  margin: 0 auto;
  width: 588px;
}
.page_appropriate .sec1 .iikoto h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #ff5e19;
}
.page_appropriate .sec1 .iikoto .text {
  background: url(../images/appropriate/sec1_iikoto_border.png) repeat-x left top;
}
.page_appropriate .sec1 .iikoto .text_inner {
  padding: 30px 5px;
  background: url(../images/appropriate/sec1_iikoto_border.png) repeat-x left bottom;
}

/* page_shop
---------------- */
/* search */
.page_shop .search {
  margin-bottom: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.page_shop .search input {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}
.page_shop .search .zip label {
  margin-right: 7px;
}
.page_shop .search .zip input {
  width: 50px;
}
.page_shop .search .addr1 select {
}
.page_shop .search .address input {
  width: 370px;
}
.page_shop .search .shopNameLable {
  margin-right: 13px;
}
.page_shop .search .shopName input {
  width: 674px;
}
.page_shop .search .addressArea {
  margin-bottom: 25px;
}
.page_shop .search .link_btn2_wrap {
  position: relative;
  width: 290px;
  margin: 0 auto;
  cursor: pointer;
}
.page_shop .search .link_btn2_wrap:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  margin-left: 11px;
  background: url(../image/contents/top/link_btn2_icon.png) no-repeat center center;
}
.page_shop .search .link_btn2 {
  border: none;
  font-size: 28px;
  padding: 13px 55px 13px 25px;
  min-width: 290px;
  cursor: pointer;
  line-height: 1.5;
}

/* page_search_home */
.page_search_home .search {
  margin-top: 55px;
  margin-bottom: 300px;
}
.page_search_home .shopArea {
  margin-bottom: 45px;
}

/* search_result */
.page_search_result .search {
  position: relative;
  background-color: #faf6e0;
  width: 950px;
  margin: 0 auto;
  text-align: left;
  padding: 35px 0 35px 50px;
}
.page_search_result h2 {
  border-left: 10px solid #61c800;
  font-size: 20px;
  font-weight: bold;
  padding-left: 13px;
  margin-top: 35px;
  margin-bottom: 15px;
  line-height: 1.2;
  padding-top: 2px;
}
.page_search_result .search .link_btn3_wrap {
  position: relative;
  width: 160px;
  margin: 0 auto;
  cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 34px;
}
.page_search_result .search .link_btn3_wrap:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 10px;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  background: url(../image/contents/top/link_btn2_icon.png) no-repeat center center;
  -webkit-background-size: 24px;
  background-size: 24px;
}
.page_search_result .search .link_btn3 {
  border: none;
  font-size: 17px;
  padding: 9px 52px 9px 31px;
  min-width: 160px;
  cursor: pointer;
  line-height: 1.5;
}
.page_search_result .search .address input {
  width: 335px;
}
.page_search_result .search .shopName input {
  width: 639px;
}
.page_search_result .entry_content {
  width: 1000px;
  margin: 0 auto;
}
.page_search_result .entry_content section {
  position: relative;
  border-top: 2px solid #d3d5bf;
  font-size: 18px;
  padding: 30px 220px 30px 25px;
  line-height: 1.2;
}
.page_search_result .entry_wrap {
  border-bottom: 2px solid #d3d5bf;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.page_search_result .entry_content section a {
  text-decoration: none;
}
.page_search_result .entry_content section h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.page_search_result .entry_content section span {
  margin-right: 10px;
}
.page_search_result .entry_content section .linkBtn {
  position: absolute;
  top: 32px;
  right: 20px;
}
.page_search_result .nodata_title {
  padding: 45px 0 80px 0;
  text-align: center;
}

/* page_shop_single */
.page_shop_single #art {
  width: 1000px;
  margin: 0 auto;
}
.page_shop_single .topinfo_col {
  margin-top: -10px;
}
.page_shop_single .topinfo_col .col1 {
  width: 610px;
  float: left;
  font-size: 18px;
}
.page_shop_single .topinfo_col .map_link {
  text-decoration: none;
  padding-right: 25px;
  color: #007835;
  font-weight: bold;
  border-bottom: 1px solid #007835;
  background: url(../images/shop_single/topinfo_map_icon.png) no-repeat right center;
}
.page_shop_single .topinfo_col .tel span {
  font-size: 29px;
  font-weight: bold;
}
.page_shop_single .topinfo_col .col2 {
  width: 380px;
  float: right;
  font-weight: bold;
  text-align: right;
}
.page_shop_single .topinfo_col .link_text {
  margin-bottom: 5px;
}
.page_shop_single .introduction {
  border: 1px solid #bfc1a1;
  margin-top: 15px;
  margin-bottom: 40px;
}
.page_shop_single .introduction table {
  margin: 0;
  border-collapse: collapse;
}
.page_shop_single .introduction th {
  background-color: #faf6e0;
  border: 1px solid #bfc1a1;
  border-right: none;
  width: 112px;
  font-weight: bold;
}
.page_shop_single .introduction td {
  border: 1px solid #bfc1a1;
  border-left: none;
}
.page_shop_single .introduction td.image_cell {
    width: 457px;
    text-align: center;
    vertical-align: top;
    padding: 25px 0 25px 35px;
}
.page_shop_single .introduction .hitokoto {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: url(../images/shop_single/hitokoto_bg.png) no-repeat center top;
    height: 38px;
    padding-top: 5px;
}
.page_shop_single .introduction .image_cell img {
  width: 100%;
  height: auto;
}
.page_shop_single .introduction .main_image {
  width: 392px;
  margin-bottom: 30px;
  padding: 14px;
  border: 1px solid #b7b7b7;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.page_shop_single .introduction .image_list {
  margin: 0;
  list-style-type: none;
}
.page_shop_single .introduction .image_list li {
  float: left;
  width: 200px;
  margin: 0 20px 0 0;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 19px;
  text-align: left;
}
.page_shop_single .introduction .image_list li:nth-child(2n+1) {
  clear: both;
}
.page_shop_single .introduction .image_list .image_box {
  width: 202px;
  height: 152px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid #d6d6d6;
  margin-bottom: 5px;
}
.page_shop_single .introduction .image_list img {
  border: 1px solid #d6d6d6;
  margin-bottom: 5px;
}
.page_shop_single .accessmap {
  padding: 30px;
  border: 2px solid #bfc1a1;
  margin-bottom: 70px;
}
.page_shop_single .accessmap .col1 {
  float: left;
  width: 300px;
}
.page_shop_single .accessmap h2 {
  font-size: 21px;
  font-weight: bold;
  border-top: 4px solid #afdd99;
  border-bottom: 4px solid #afdd99;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 30px;
}
.page_shop_single .accessmap .area {
  padding-left: 10px;
}
.page_shop_single .accessmap h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0 25px 50px;
  margin-top: 30px;
}
.page_shop_single .accessmap h3.car {
  background: url(../images/shop_single/accessmap_icon1.png) no-repeat left top;
}
.page_shop_single .accessmap h3.train {
  background: url(../images/shop_single/accessmap_icon2.png) no-repeat left top;
}
.page_shop_single .accessmap .col2 {
  float: right;
  width: 600px;
}
.page_shop_single .accessmap .col2 #map{
  width: 600px;
  height: 500px;
}
.page_shop_single .contactgroup h3.contact {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  background: url(../images/shop_single/contact_title_bg.png) repeat left top;
  padding: 14px 0;
  border-radius: 12px;
  margin-bottom: 35px;
}

.page_shop_single .now_form {
  overflow: hidden;
  margin-bottom: 30px;
}
.page_shop_single .now_form p {
  float: left;
  width: 33.3333%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background-color: #e7e6e3;
  float: left;
  color: #7f7f7f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page_shop_single .now_form span,
.page_shop_single .now_form strong{
  font-size: 26px;
  margin-right: 10px;
  vertical-align: top;
}
.page_shop_single .now_form .num1 {
  background: #989793 url(../images/contact/now_form_arrow.png) no-repeat right top;
  color: #ffffff;
}
.page_shop_single .now_form .num2 {
  padding-right: 10px;
  background: #e7e6e3 url(../images/contact/now_form_arrow.png) no-repeat right top;
}
/* err */
.page_shop_single .now_form.wpcf7c-elm-step2 .num1,
#contents.page_form_err.page_shop_single .now_form .num1 {
  background: #e7e6e3 url(../images/contact/now_form_arrow2.png) no-repeat right top;
  color: #7f7f7f;
}
.page_shop_single .now_form.wpcf7c-elm-step2 .num2,
#contents.page_form_err.page_shop_single .now_form .num2 {
  padding-right: 10px;
  background: #989793 url(../images/contact/now_form_arrow.png) no-repeat right top;
  color: #ffffff;
}
.page_shop_single .now_form.wpcf7c-elm-step3 .num1 {
  background: #e7e6e3 url(../images/contact/now_form_arrow.png) no-repeat right top;
  color: #7f7f7f;
}
.page_shop_single .now_form.wpcf7c-elm-step3 .num2 {
  background: #e7e6e3 url(../images/contact/now_form_arrow2.png) no-repeat right top;
  color: #7f7f7f;
}
.page_shop_single .now_form.wpcf7c-elm-step3 .num3 {
  background: #989793;
  color: #ffffff;
}

.page_shop_single .contactgroup .textbox {
  text-align: center;
}
.page_shop_single .contactgroup .text1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.page_shop_single .contactgroup .leftform {
  border-top: 1px solid #bfc1a1;
}
.page_shop_single .contactgroup .table_wrap {
  border-bottom: 1px solid #bfc1a1;
  padding: 6px 0;
}
.page_shop_single .contactgroup table {
  margin: 0;
}
.page_shop_single .contactgroup th {
  width: 220px;
  padding-left: 40px;
  padding-right: 60px;
  background-color: #f7f5ef;
  position: relative;
}
.page_shop_single .contactgroup .hissu {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  background-color: #ff4f51;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 6px;
}
.page_shop_single .contactgroup td {
  border: none;
  padding-left: 40px;
  padding-right: 0;
}
.page_shop_single .contactgroup dl {
  margin-bottom: -15px;
}
.page_shop_single .contactgroup dt {
  width: 90px;
  font-weight: normal;
  float: left;
  padding-top: 9px;
}
.page_shop_single .contactgroup dd {
  margin-left: 90px;
  margin-bottom: 20px;
}
.page_shop_single .contactgroup .note {
  font-size: 13px;
  margin-top: 15px;
  padding-left: 5px;
}
.page_shop_single #art.art-conf .postcode .note,
.page_shop_single #art.art-conf .postcode p {
  display: none;
}
.page_shop_single .contactgroup input {
  font-size: 16px;
}
.page_shop_single .contactgroup input[type="text"],
.page_shop_single .contactgroup input[type="email"],
.page_shop_single .contactgroup input[type="tel"] {
  width: 290px;
  padding: 8px 10px;
}
.page_shop_single .contactgroup span.zip input {
  width: 120px !important;
}
.page_shop_single .contactgroup span.address2 input {
  width: 455px !important;
}
.page_shop_single .contactgroup span.address3 input {
  width: 455px !important;
}
.page_shop_single .contactgroup dd input {
  width: 375px !important;
}
.page_shop_single .contactgroup .addr1 {
  margin-left: 0;
}
.page_shop_single .contactgroup span.wpcf7-list-item {
  margin-left: 0;
    display: inline-block;
    margin-right: 21px;
}
.page_shop_single .contactgroup span.wpcf7-list-item:nth-child(2) {
  margin-right: 100px;
}
.page_shop_single .contactgroup input[type="radio"],
.page_shop_single .contactgroup input[type="checkbox"]{
  margin-right: 0;
}
.page_shop_single .contactgroup textarea {
  width: 603px;
  margin-right: 0;
  height: 210px;
  font-size: 16px;
}
.page_shop_single .contactgroup .privacy_text {
  text-align: center;
  margin-top: 37px;
  margin-bottom: 20px;
}
.page_shop_single .link_btn2_wrap {
  position: relative;
  width: 340px;
  margin: 0 auto;
  cursor: pointer;
}
.page_shop_single .link_btn2_wrap:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 11px;
  width: 30px;
  height: 30px;
  margin-left: 11px;
  background: url(../image/contents/top/link_btn2_icon.png) no-repeat center center;
  -webkit-background-size: 30px;
  background-size: 30px;
}
.page_shop_single .link_btn2 {
  border: none;
  font-size: 23px !important;
  padding: 13px 55px 13px 25px;
  min-width: 340px;
  cursor: pointer;
  line-height: 1.5 !important;
}
.page_shop_single .applyBtn2 .link_btn2_wrap {
  width: 300px;
  margin-bottom: 25px;
}
.page_shop_single .applyBtn2 .link_btn2 {
  font-size: 28px !important;
  min-width: 300px;
}
.page_shop_single .applyBtn2 .link_btn2_wrap:after {
  top: 19px;
  right: 19px;
}
.page_shop_single .applyBtn3 .link_btn2_wrap {
  width: 220px;
}
.page_shop_single .applyBtn3 .link_btn2 {
  font-size: 24px !important;
  padding: 10px 35px 10px 45px;
  min-width: 220px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#acacac+0,656565+100 */
  background: rgb(172,172,172); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(172,172,172,1) 0%, rgba(101,101,101,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(172,172,172,1) 0%,rgba(101,101,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(172,172,172,1) 0%,rgba(101,101,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacac', endColorstr='#656565',GradientType=0 ); /* IE6-9 */
}
.page_shop_single .applyBtn3 .link_btn2:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,979797+100 */
  background: rgb(224,224,224); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(151,151,151,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(151,151,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(151,151,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#979797',GradientType=0 ); /* IE6-9 */
}
.page_shop_single .applyBtn3 .link_btn2_wrap:after {
  top: 13px;
  left: 19px;
  right: auto;
}
.page_shop_single .submit_list {
  list-style-type: none;
  padding-bottom: 30px;
  margin-left: 0;
}
.page_shop_single div.wpcf7-validation-errors {
  position: relative;
  z-index: 10;
}
.page_shop_single .wpcf7-not-valid {
  background-color: #fef1ed !important;
}
.page_shop_single .wpcf7-not-valid-tip {
  display: none;
}
.page_shop_single .wpcf7-not-valid-tip2 {
  color: #ff4f51;
  margin-left: 15px;
}
.page_shop_single .wpcf7-not-valid-tip2 .br_text {
  position: relative;
  top: 5px;
}

/* page_privacy_policy
---------------- */

/* page_catalog
---------------- */
/* sec1 */
.page_catalog .sec1 {
  padding-bottom: 16px;
}
.page_catalog .sec1 .title {
  margin-bottom: 25px;
  min-height: 27px;
  background: url(../images/catalog/sec1_title_bg.png) repeat-x left top;
  text-align: center;
}
.page_catalog .sec1 h2 {
  margin-bottom: 37px;
  line-height: 27px;
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}
.page_catalog .sec1 h2 strong {
  color: #ff5e19;
}
.page_catalog .sec1 .title .text {
  font-weight: bold;
  font-size: 22px;
}
.page_catalog .sec1 .title .text small {
  font-size: 13px;
}
.page_catalog .sec1 .title .text span {
  color: #ff5e19;
}
.page_catalog .sec1 ul {
  margin-bottom: 30px;
}
.page_catalog .sec1 li {
  float: left;
  margin-right: 32px;
}
.page_catalog .sec1 li.num3 {
  margin-right: 0;
}

/* sec_plan */
.page_catalog .sec_plan {
  width: 100%;
  margin-top: -100px;
  margin-bottom: 55px;
  padding-top: 100px;
}
.page_catalog .sec_plan3 {
  margin-bottom: 0;
}
.page_catalog .sec_plan .title_bg {
  height: 143px;
  background: url(../images/catalog/plan1_title_bg.png) repeat-x center top;
}
.page_catalog .sec_plan2 .title_bg {
  background-image: url(../images/catalog/plan2_title_bg.png);
}
.page_catalog .sec_plan2_2 .title_bg {
  background-image: url(../images/catalog/plan2_2_title_bg.png);
}
.page_catalog .sec_plan3 .title_bg {
  background-image: url(../images/catalog/plan3_title_bg.png);
}
.page_catalog .sec_plan4 .title_bg {
  background-image: url(../images/catalog/plan4_title_bg.png);
}
.page_catalog .sec_plan .title {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.page_catalog .sec_plan .title h2 {
  position: relative;
  top: -20px;
  left: -24px;
}
.page_catalog .sec_plan .tag {
  position: absolute;
  right: 0;
  top: 45px;
}
.page_catalog .sec_plan .tag li {
  color: #927904;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-left: 3px;
  padding: 2px 15px 1px;
  border-radius: 30px;
  border: 2px solid #7ccd5f;
  background-color: #ffffff;
}
.page_catalog .sec_plan2 .tag li {
  border: 2px solid #ffa269;
}
.page_catalog .sec_plan2_2 .tag li {
  border: 2px solid #ffa269;
}
.page_catalog .sec_plan3 .tag li {
  border: 2px solid #83d1fc;
}
.page_catalog .sec_plan4 .tag li {
  border: 2px solid #83d1fc;
}
.page_catalog .sec_plan .tag li small {
  font-size: 14px;
}
.page_catalog .sec_plan .plan_inner {
  background-color: #fff8df;
  padding: 26px 0 0 0;
}
.page_catalog .sec_plan .cars {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.page_catalog .sec_plan .car {
  float: left;
  width: 308px;
  margin-right: 32px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border: 2px solid #e9e0bb;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #0b9a00;
}
.page_catalog .sec_plan2 .car {
  background-color: #ff6d37;
}
.page_catalog .sec_plan2_2 .car {
  background-color: #ff6d37;
}
.page_catalog .sec_plan3 .car {
  background-color: #19a2fd;
}
.page_catalog .sec_plan4 .car {
  background-color: #19a2fd;
}
.page_catalog .sec_plan .car:nth-child(3n) {
  margin-right: 0;
}
.page_catalog .sec_plan .car:nth-child(3n+1) {
  clear: both;
}
.page_catalog .sec_plan .car_inner {
  1min-height: 443px;
  2min-height: 400px;
  min-height: 380px;
  padding: 18px 13px 1px;
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.page_catalog .sec_plan .car .name {
  border-top: 3px solid #7ecd78;
  border-bottom: 3px solid #7ecd78;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
  padding: 4px 0;
}
.page_catalog .sec_plan2 .car .name {
  border-top: 3px solid #ffa787;
  border-bottom: 3px solid #ffa787;
}
.page_catalog .sec_plan2_2 .car .name {
  border-top: 3px solid #ffa787;
  border-bottom: 3px solid #ffa787;
}
.page_catalog .sec_plan3 .car .name {
  border-top: 3px solid #70bff0;
  border-bottom: 3px solid #70bff0;
}
.page_catalog .sec_plan4 .car .name {
  border-top: 3px solid #70bff0;
  border-bottom: 3px solid #70bff0;
}
.page_catalog .sec_plan .car .name strong {
  font-size: 18px;
  padding-left: 15px;
}
.page_catalog .sec_plan .car .spec dt {
  float: left;
  width: 148px;
  padding: 6px 0 6px 12px;
  clear: both;
}
.page_catalog .sec_plan .car .spec dd.dott_line {
  padding: 6px 0 6px 148px;
  border-bottom: 1px dotted #7ecd78;
}

.page_catalog .sec_plan .car .spec dd.no_line {
  padding: 6px 0 6px 148px;
  1border-bottom: 1px dotted #7ecd78;
}

.page_catalog .sec_plan .car .spec span {
  color: #0b9a00;
  font-size: 14px;
  margin-right: 1px;
}
.page_catalog .sec_plan2 .car .spec span {
  color: #ff6d37;
}
.page_catalog .sec_plan2_2 .car .spec span {
  color: #ff6d37;
}
.page_catalog .sec_plan3 .car .spec span {
  color: #19a2fd;
}
.page_catalog .sec_plan4 .car .spec span {
  color: #19a2fd;
}
.page_catalog .sec_plan .car .option {
  padding: 10px 0 6px 12px;
}
.page_catalog .sec_plan .car .option li {
  float: left;
  margin-right: 15px;
}
.page_catalog .sec_plan .plan_text {
  clear: both;
  text-align: center;
}
.page_catalog .sec_plan .plan_gotop {
  position: absolute;
  right: -34px;
  bottom: 30px;
}
.page_catalog .sec_contact .note {
  font-size: .9em;
  text-align: right;
  margin-top: 20px;
  margin-bottom: -30px;
}

/* page_faq
---------------- */
.page_faq .pnav {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-top: 95px;
  margin-top:-95px;
}
.page_faq .pnav ul {
  padding: 30px 0 16px 38px;
  background-color: #faf6e0;
}
.page_faq .pnav li {
  float: left;
  width: 290px;
  margin: 0 23px 20px 0;
}
.page_faq .pnav li a {
  display: block;
  font-size: 20px;
  background: #ffffff url(../images/faq/pnav_icon.png) no-repeat 248px center;
  padding: 15px 20px 14px 0;
  text-align: center;
  border: 3px solid #fea462;
  border-radius: 15px;
  text-decoration: none;
}
.page_faq .pnav li a:hover {
  background-color: #fff5b5;
}
.page_faq .pnav li a span {
  font-size: 16px;
}
.page_faq .pnav li a .span2 {
  font-size: 18px;
}
.page_faq .entry_content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 65px;
  margin-top: -65px;
}
.page_faq .entry_content h2 {
  font-size: 22px;
  font-weight: bold;
  color: #2e2e2e;
  background: url(../images/faq/h2_bg.png) repeat left top;
  padding: 10px 10px 8px 22px;
  margin-bottom: 35px;
  margin-top: 40px;
  border-radius: 10px;
}
.page_faq .entry_content ul {
  position: relative;
  z-index: 10;
  list-style-type: none;
  margin: 0;
}
.page_faq .entry_content li {
  position: relative;
  margin-left: 78px;
  margin-bottom: 15px;
}
.page_faq .entry_content li .icon {
  position: absolute;
  left: -48px;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #fea462;
  border-radius: 2px;
  text-align: center;
  width: 26px;
  line-height: 26px;
}
.page_faq .entry_content li a {
  text-decoration: underline;
}
.page_faq .entry_content .inner_gotop {
  position: absolute;
  right: 0;
  bottom: 6px;
  z-index: 10;
}
.page_faq .sec_contact {
  margin-top: 50px;
  padding-top: 55px;
  border-top: 2px solid #bfc1a1;
}

/* page_faq_single
---------------- */
.page_faq_single .entry_content {
  width: 1000px;
  margin: 0 auto;
}
.page_faq_single .q_box {
  position: relative;
  margin-left: 64px;
  border-bottom: 2px dashed #ffc977;
  padding: 2px 0 30px 0;
  margin-bottom: 30px;
}
.page_faq_single .q_box .icon {
  position: absolute;
  left: -64px;
  top: 0;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  background-color: #fea462;
  border-radius: 2px;
  text-align: center;
  width: 40px;
  line-height: 40px;
}
.page_faq_single .q_box h1 {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
}
.page_faq_single .a_box {
  position: relative;
  margin-left: 64px;
  border-bottom: 2px dashed #ffc977;
  padding: 5px 176px 25px 0;
  margin-bottom: 30px;
}
.page_faq_single .a_box .icon {
  position: absolute;
  left: -64px;
  top: 0;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  background-color: #63c9fd;
  border-radius: 2px;
  text-align: center;
  width: 40px;
  line-height: 40px;
}
.page_faq_single .a_box h2 {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.page_faq_single .a_box p {
  line-height: 26px;
}
.page_faq_single .link_btn_wrap {
  text-align: center;
}
.page_faq_single .link_btn {
    padding: 9px 18px 5px 34px;
  font-size: 21px;
}
.page_faq_single .link_btn:after {
  top: 0;
}
.page_faq_single .sec_contact {
  padding-top: 32px;
}

/* page_news
---------------- */
#art.page_news .entry_content {
  padding-left: 100px;
  width: 900px;
}
#art.page_news .entry_content ul {
  margin-bottom: 50px;
  padding: 0;
  text-indent: 0;
}
#art.page_news .entry_content li {
  line-height: 42px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#art.page_news .entry_content li .date {
  margin-right: 20px;
}
.archive.category #footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 1000px;
}

/* wp-pagenavi */
.wp-pagenavi {
  text-align: center;
  font-size: 14px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin-right: 7px;
  padding: 4px 9px;
  border: 1px solid #8d8f76;
  vertical-align: bottom;
  text-decoration: none;
}
.wp-pagenavi .current {
  background-color: #fffcc9;
}

/* page_news_single
---------------- */
#art.page_news_single #pageTitArea .pageTit h1 {
  font-size: 26px;
  margin-bottom: 10px;
}
#art.page_news_single #pageTitArea {
  margin-bottom: 30px;
}
#art.page_news_single #pageTitArea .media{
  text-align: right;
  padding-right: 100px;
}
#art.page_news_single .post_content {
  line-height: 2;
}
#art.page_news_single .post_content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}
#art.page_news_single .news_list_content {
  padding-left: 100px;
  width: 900px;
}
#art.page_news_single .news_list_content ul {
  margin-bottom: 50px;
  padding: 0;
  text-indent: 0;
}
#art.page_news_single .news_list_content li {
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#art.page_news_single .news_list_content li .date {
  margin-right: 20px;
}

/* page-form
---------------- */
.page-form #header {
  position: relative;
}
.page-form.admin-bar #header {
  top: 0;
}
.page-form #header .headArea {
  height: 50px;
}
.page-form #header .headArea .logo img {
  width: 132px;
}
.page-form #gnavi {
  display: none;
}
.page-form #lnav.none {
  height: 6px;
}
.page-form #wrapper {
  padding-top: 0;
}
.page-form #breadcrumbsArea {
  display: none;
}
.page-form #footer {
  background: none;
}
.page-form #footer nav {
  display: none;
}
.page-form #footer .footerArea {
  border-top: 2px solid #bfc1a1;
}
.page-form #footer .navigation_wrap {
  padding-top: 12px;
}
.page-form #footer .copy {
  font-size: 12px;
}

/* page_form */
.page_form {
  padding-top: 20px;
}
#art.page.page_form .entry_content {
  width: 1000px;
}
#art.page_form .formInner {
  padding-bottom: 1px;
}
#art.page_form .now_form {
  overflow: hidden;
  margin-bottom: 30px;
}
#art.page_form .now_form p {
  float: left;
  width: 33.3333%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background-color: #e7e6e3;
  float: left;
  color: #7f7f7f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#art.page_form .now_form span,
#art.page_form .now_form strong{
  font-size: 26px;
  margin-right: 10px;
  vertical-align: top;
}
#art.page_form .now_form .num1 {
  background: #989793 url(../images/contact/now_form_arrow.png) no-repeat right top;
  color: #ffffff;
}
#art.page_form .now_form .num2 {
  padding-right: 10px;
  background: #e7e6e3 url(../images/contact/now_form_arrow.png) no-repeat right top;
}
/* err */
#art.page_form .now_form.wpcf7c-elm-step2 .num1,
#contents.page_form_err #art.page_form .now_form .num1 {
  background: #e7e6e3 url(../images/contact/now_form_arrow2.png) no-repeat right top;
  color: #7f7f7f;
}
#art.page_form .now_form.wpcf7c-elm-step2 .num2,
#contents.page_form_err #art.page_form .now_form .num2 {
  padding-right: 10px;
  background: #989793 url(../images/contact/now_form_arrow.png) no-repeat right top;
  color: #ffffff;
}
#art.page_form .now_form.wpcf7c-elm-step3 .num1 {
  background: #e7e6e3 url(../images/contact/now_form_arrow.png) no-repeat right top;
  color: #7f7f7f;
}
#art.page_form .now_form.wpcf7c-elm-step3 .num2 {
  background: #e7e6e3 url(../images/contact/now_form_arrow2.png) no-repeat right top;
  color: #7f7f7f;
}
#art.page_form .now_form.wpcf7c-elm-step3 .num3 {
  background: #989793;
  color: #ffffff;
}
/*  */
.page_form .top_err_mes {
  color: #ff4f51;
  font-weight: bold;
  margin-top: -20px;
  display: none;
}
/* err */
#contents.page_form_err .page_form .top_err_mes {
  display: block;
}
/*  */
.page_form dl {
  margin: 0;
  border-bottom: 1px solid #bfc1a1;
  padding: 6px 0;
}
.page_form dl:first-child {
  border-top: 1px solid #bfc1a1;
}
.page_form dl.hidden {
  display: none;
}
.page_form dt {
  display: table-cell;
  width: 300px;
  padding: 1em;
  padding-left: 40px;
  padding-right: 60px;
  background-color: #f7f5ef;
  position: relative;
  vertical-align: middle;
  box-sizing:border-box;
}

@media screen and (max-width: 800px) {
	.page_form dt {
		display:block;
		width:100%;
		box-sizing:border-box;
		font-size:20px;
	}
}

.page_form .hissu {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  background-color: #ff4f51;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 6px;
}

@media screen and (max-width: 800px) {
	.page_form .hissu {
		display: block;
		position: absolute;
		right: 16px;
		top: 50%;
		margin-top: -20px;
		background-color: #ff4f51;
		color: #ffffff;
		font-size: 21px;
		padding: 3px 20px;
	}
}

.page_form dd {
  display: table-cell;
  border: none;
  padding: 1em;
  padding-left: 40px;
  padding-right: 0;
  vertical-align: middle;
  width:75%;
}

@media screen and (max-width: 800px) {
	.page_form dd {
		display:block;
		width:100%;
		box-sizing:border-box;
		padding-left:0 !important;
	}
}

.page_form .indl {
  margin-bottom: -15px;
  border: none !important;
  width: 100%;
}
.page_form .indl dt {
  width: 90px;
  font-weight: normal;
  float: left;
  display: block;
  padding: 0;
  padding-top: 9px;
  background: none;
}
.page_form .indl dd {
  margin-left: 90px;
  margin-bottom: 20px;
  display: block;
  padding: 0;
  width: auto;
}
.page_form .indl dd input {
  width: 380px;
}
#art.page_form .entry_content .note {
  display: block;
  font-size: 13px;
  line-height: 19px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 5px;
}
#art.page_form.art-conf .postcode .note,
#art.page_form.art-conf .postcode p {
  display: none;
}
.page_form input {
  font-size: 16px;
}
.page_form input[type="text"],
.page_form input[type="email"],
.page_form input[type="tel"] {
  width: 290px;
  padding: 8px 10px;
}
.page_form span.zip input.wpcf7c-conf {
  padding-left: 0;
}
.page_form span.zip input {
  width: 120px !important;
}
.page_form span.address2 input {
  width: 455px !important;
}
.page_form span.address3 input {
  width: 455px !important;
}
/*.page_form dd input {
  width: 375px !important;
}*/
.page_form .addr1 {
  margin-left: 0;
}
.page_form span.wpcf7-list-item {
  margin-left: 0;
    display: inline-block;
    margin-right: 21px;
}
.page_form span.wpcf7-list-item:nth-child(2) {
  margin-right: 100px;
}
.page_form input[type="radio"],
.page_form input[type="checkbox"]{
  margin-right: 0;
}
.page_form textarea {
  width: 100%;
  margin-right: 0;
  height: 210px;
  font-size: 16px;
}

@media screen and (max-width: 800px) {
	.page_form textarea {
		width:calc(100% - 80px);
	}
}

@media screen and (max-width: 800px) {
	.wpcf7-list-item {
		position:relative;
		padding-left:40px;
		padding-bottom:10px;
	}
	.wpcf7-list-item-label {
		font-size:22px;
		position:relative;
		line-height:45px;
	}
	.page_form input[type="radio"], .page_form input[type="checkbox"] {
		width:30px;
		height:30px;
		margin-top:10px;
		position:absolute;
		top:0;
		left:0;
	}
}

.page_form .privacy_text {
  text-align: center;
  margin-top: 37px;
  margin-bottom: 20px;
}
#art.page_form .entry_content ul {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.page_form .link_btn2_wrap {
  position: relative;
  width: 340px;
  margin: 0 auto;
  cursor: pointer;
}
.page_form .link_btn2_wrap:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 11px;
  width: 30px;
  height: 30px;
  margin-left: 11px;
  background: url(../image/contents/top/link_btn2_icon.png) no-repeat center center;
  -webkit-background-size: 30px;
  background-size: 30px;
}
.page_form .link_btn2 {
  border: none;
  font-size: 23px !important;
  padding: 13px 55px 13px 25px;
  min-width: 340px;
  cursor: pointer;
  line-height: 1.5 !important;
}
.page_form .applyBtn2 .link_btn2_wrap {
  width: 300px;
}
.page_form .applyBtn2 .link_btn2 {
  font-size: 28px !important;
  min-width: 300px;
}
.page_form .applyBtn2 .link_btn2_wrap:after {
  top: 19px;
  right: -16px;
}
.page_form .applyBtn3 .link_btn2_wrap {
  width: 220px;
}
.page_form .applyBtn3 .link_btn2 {
  font-size: 24px !important;
  padding: 10px 35px 10px 45px;
  min-width: 220px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#acacac+0,656565+100 */
  background: rgb(172,172,172); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(172,172,172,1) 0%, rgba(101,101,101,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(172,172,172,1) 0%,rgba(101,101,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(172,172,172,1) 0%,rgba(101,101,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacac', endColorstr='#656565',GradientType=0 ); /* IE6-9 */
}
.page_form .applyBtn3 .link_btn2:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,979797+100 */
  background: rgb(224,224,224); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(151,151,151,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(151,151,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(151,151,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#979797',GradientType=0 ); /* IE6-9 */
}
.page_form .applyBtn3 .link_btn2_wrap:after {
  top: 13px;
  left: 19px;
  right: auto;
}
.page_form .submit_list {
  list-style-type: none;
  padding-bottom: 30px;
  margin-left: 0;
}
.wpcf7c-force-hide:after {
    display: none !important;
}
.wpcf7-validation-errors {
  display: none !important;
  position: relative;
  z-index: 10;
}
.page_form .wpcf7-not-valid {
  background-color: #fef1ed !important;
}
.page_form .wpcf7-not-valid-tip {
  display: none;
}
.page_form .wpcf7-not-valid-tip2 {
  color: #ff4f51;
  margin-left: 15px;
}
.page_form .wpcf7-not-valid-tip2 .br_text {
  position: relative;
  top: 5px;
}
.page_inquiry  .page_form .show_page_session { display: none; }
.page_session .page_form .show_page_inquiry { display: none; }
.page_session .wpcf7-not-valid-tip2 .select_err_text {
  position: relative;
  top: -13px;
}
.session-date .wpcf7-not-valid-tip2 { display: none; }
.address1 .wpcf7-not-valid-tip2 { display: none; }

/* page_thanks */
.page_thanks #pageTitArea {
  display: none;
}
.page_thanks #art.page .entry_content h2 {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  border: none;
  font-size: 30px;
  color: #000000;
}
.page_thanks #art.page_form .now_form {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page_thanks #art.page .entry_content h3 {
  margin: 20px 0 20px;
  background: none;
  border: none;
  font-size: 22px;
  color: #000000;
}
.page_thanks .link_btn3 {
    font-size: 22px;
    padding: 11px 12px 11px 31px;
}
.page_thanks .link_btn3:after {
  top: 3px;
}

/* page_memeber
---------------- */

.page_member .member_news {
  margin: 0;
  list-style-type: none;
  text-indent: 0 !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_member .member_news li {
  line-height: 32px;
}

