@charset "utf-8";
/* 仮審査バナー投稿
---------------- */
.img-sp {
    display: none;
}

@media screen and (max-width:560px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}
/* all
---------------- */
.sp_only {
  display: none;
}

.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;
}

.top_mes{
  font-size: 18px;
}

/* 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;
}

/* (追加)---------------*/
#art.page .entry_content p {
	text-align:center;
}
/* ---------------------*/


/* 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(../images/share/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(../images/share/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 h5 {
  margin-bottom: 20px;
  1line-height: 27px;
  1display: inline-block;
  1padding: 0 20px;
  1background-color: #ffffff;
  font-size: 16px;
  text-align:center;
  1font-weight: bold;
}

.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 .top_text2 {
  margin-bottom: 15px;
  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
---------------- */
.page_service .ultra_seven_cmt{
	float:left;
	width:70%;
	padding-top:70px;
}
/* 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
---------------- */
.page_reason .ultra_seven_cmt{
	float:left;
	width:70%;
	padding-top:50px;
}


/* sec1 */
.page_reason .sec1 .col1 {
  float: left;
  width: 630px;
}
.page_reason .sec1 h2 small {
  font-size: 14px;
}
.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 h5 {
  margin-bottom: 35px;
  text-align: center;
}
.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_usedcar 20230325 DATS Ins
---------------- */
/* フラット７ 認定中古車 */
.page_usedcar .ft7_usedcar {margin:70px 0 70px 0 ;width:100%;height:150px;background: url(../images/usedcar/flt7_usedcar.png) no-repeat center center;background-size:contain;}


/* sec1 */
.page_usedcar .sec1{
	margin-bottom:150px;
}
.page_usedcar .sec1 .title {
　
  min-height: 27px;
  background: url(../images/usedcar/sec1_title_bg.png) repeat-x left top;
  text-align: center;
}
.page_usedcar .sec1 h2.ttl{
  line-height: 27px;
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

.page_usedcar .sec1 span.ttlred{
  color:#f00000;
}

.page_usedcar .sec1 h5 {
  margin-bottom: 35px;
  text-align: center;
}
.page_usedcar .sec1 li {
  width: 220px;
  height: 260px;
  float: left;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 13px;
  padding: 10px;
  background-color: #e56a87;
}
.page_usedcar .sec1 li:hover {
	opacity: .9;
	cursor: pointer;
}
.page_usedcar .sec1 li.num2 { background-color: #2a93cb;}
.page_usedcar .sec1 li.num3 { background-color: #f4861f;}
.page_usedcar .sec1 li.num4 { background-color: #56c427;}
.page_usedcar .sec1 li.num4 { float: right; margin-right: 0px;}
.page_usedcar .sec1 li .name_wrap {
  text-align: center;
}
.page_usedcar .sec1 li .name {
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 36px;
  color: #e56a87;
  width: 180px;
  height:50px;
  margin-bottom: 20px;
}
.page_usedcar .sec1 li.num2 .name { color: #2a93cb; background-color: #ffffff; }
.page_usedcar .sec1 li.num3 .name { color: #f4861f; background-color: #ffffff; }
.page_usedcar .sec1 li.num4 .name { color: #56c427; background-color: #ffffff; }

.page_usedcar .sec1 li.num11 {
  width: 435px;
  height: 40px;
  float: left;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 13px;
  padding: 15px;
  background-color: #b39959;
}
.page_usedcar .sec1 li.num12 {
  width: 435px;
  height: 40px;
  float: right;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 0px;
  padding: 15px;
  background-color: #b39959;
}
.page_usedcar .sec11 li .name11 {
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  color: #e56a87;
  1padding: 3px 15px;
  width: 180px;
  height:30px;
  margin-bottom: 20px;
}
.page_usedcar .sec11 li .name12 {
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  color: #e56a87;
  1padding: 3px 15px;
  width: 180px;
  height:30px;
  margin-bottom: 20px;
}


.page_usedcar .sec1 li h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}








.page_usedcar .sec1 .iikoto {
  margin: 0 auto;
  width: 588px;
}
.page_usedcar .sec1 .iikoto h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #ff5e19;
}
.page_usedcar .sec1 .iikoto .text {
  background: url(../images/appropriate/sec1_iikoto_border.png) repeat-x left top;
}
.page_usedcar .sec1 .iikoto .text_inner {
  padding: 30px 5px;
  background: url(../images/appropriate/sec1_iikoto_border.png) repeat-x left bottom;
}





/* page_shop
---------------- */
.page_shop .sec4 {
  1padding: 55px 0 45px;
}

/* 店舗検索 */
.page_shop .sec4 .ultra_seven_8 {margin-bottom:5px;width:25%;height:200px;background: url(../images/ultra7-2.png) no-repeat center center;background-size:contain;float:left;}


/* search */
.page_shop .search {
	float:left;
	width:65%;
	1padding-top:50px;
  1margin-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: 170px;
}
.page_shop .search .shopNameLable {
  margin-right: 13px;
}
.page_shop .search .shopName input {
  width: 474px;
}
.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(../images/share/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_shop .sec1 {
  margin-top: 10px;
  padding-bottom: 22px;
}

.page_shop .sec1 h2 {
  1margin-bottom: 20px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-left:none;
}

.page_shop .sec1 h2 strong {
  color: #ff5e19;
  font-size: 41px;
}

.page_shop .sec1 h2 small {
  font-size: 16px;
}

.page_shop .sec1 h5 {
  margin-bottom: 20px;
  text-align: center;
}

.page_shop .sec1 ul {
  width: 1000px;
  margin: 0 auto;
}

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

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

.page_shop .sec1 .num1 { background: url(../images/home/sec1_btn1_on.png) no-repeat left top; }
.page_shop .sec1 .num2 { background: url(../images/home/sec1_btn2_on.png) no-repeat left top; }
.page_shop .sec1 .num3 { background: url(../images/home/sec1_btn3_on.png) no-repeat left top; }
.page_shop .sec1 .num4 { background: url(../images/home/sec1_btn4_on.png) no-repeat left top; }

.page_shop .sec1 .num1 a { background: url(../images/home/sec1_btn1.png) no-repeat left top; }
.page_shop .sec1 .num2 a { background: url(../images/home/sec1_btn2.png) no-repeat left top; }
.page_shop .sec1 .num3 a { background: url(../images/home/sec1_btn3.png) no-repeat left top; }
.page_shop .sec1 .num4 a { background: url(../images/home/sec1_btn4.png) no-repeat left top; }

.page_shop .sec1 .num1 a:hover { background: url(../images/home/sec1_btn1_on.png) no-repeat left top; }
.page_shop .sec1 .num2 a:hover { background: url(../images/home/sec1_btn2_on.png) no-repeat left top; }
.page_shop .sec1 .num3 a:hover { background: url(../images/home/sec1_btn3_on.png) no-repeat left top; }
.page_shop .sec1 .num4 a:hover { background: url(../images/home/sec1_btn4_on.png) no-repeat left top; }

.page_shop .sec1 .num1 a:hover { text-decoration: none; }

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


.page_shop .sec1 .text {
  padding: 17px 0 0 160px;
}
.page_shop .sec1 .text_l {
  padding-left: 160px;
  font-size: 28px;
}
.page_shop .sec1 .text_l small {
  font-size: 15px;
}
.page_shop .sec1 .text_l span {
  font-size: 22px;
}




.page_shop .divB {
  1background-color: #fff8df;
  1padding: 26px 0 0 0;
}


.page_shop .divB .divCar {
  float: left;
  width: 308px;
  margin-right: 25px;
  margin-bottom: 24px;
  1padding-bottom: 12px;
  1border: 2px solid #e9e0bb;
  1border-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);
  1background-color: #ff6d37;

}

.page_shop .divB .car_inner {
  11min-height: 443px;
  12min-height: 400px;
  1min-height: 380px;
  1padding: 18px 13px 1px;
  1background-color: #ffffff;
  1border-radius: 8px 8px 0 0;
}
.page_shop .divB .divCar .detail {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  1margin-left: 10px;
  1margin-bottom: 10px;
  1padding: 4px 0;
  padding-top:540px;
  1display:block;
  position: relative;
}


.page_shop .divB .divCar .detail .q_btn {
  padding-top:10px;
  1margin-right: 21px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  color:#ff4500;
  border-radius: 3px;
  background-color: #ffbb85;
  text-decoration: none;
  1position: absolute;
  display:inline-block;
  1top: 50%;
  1left: 50%;
  1-webkit-transform : translate(-50%,-50%);
  1transform : translate(-50%,-50%);
  text-align: center;/*一応BOX内の文字も中央寄せ*/
  width:250px;
  max-width:250px;
  height:20px;
}

.page_shop .divB .divCar .detail .q_btn:hover {
  1margin-right: 21px;
  color:#ffffff;
  margin-bottom: 20px;
  padding-bottom: 12px;
  1border: 2px solid #e9e0bb;
  border-radius: 3px;
  -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: #ff6d37;
}
.page_shop .divB .car_inner01 { width:312px; height:600px; background-image:url(../images/catalog/car_01.png);}
.page_shop .divB .car_inner02 { width:312px; height:600px; background-image:url(../images/catalog/car_02.png);}
.page_shop .divB .car_inner03 { width:312px; height:600px; background-image:url(../images/catalog/car_03.png);}
.page_shop .divB .car_inner04 { width:312px; height:600px; background-image:url(../images/catalog/car_04.png);}
.page_shop .divB .car_inner05 { width:312px; height:600px; background-image:url(../images/catalog/car_05.png);}
.page_shop .divB .car_inner06 { width:312px; height:600px; background-image:url(../images/catalog/car_06.png);}
.page_shop .divB .car_inner07 { width:312px; height:600px; background-image:url(../images/catalog/car_07.png);}
.page_shop .divB .car_inner08 { width:312px; height:600px; background-image:url(../images/catalog/car_08.png);}
.page_shop .divB .car_inner09 { width:312px; height:600px; background-image:url(../images/catalog/car_09.png);}
.page_shop .divB .car_inner10 { width:312px; height:600px; background-image:url(../images/catalog/car_10.png);}
.page_shop .divB .car_inner11 { width:312px; height:600px; background-image:url(../images/catalog/car_11.png);}
.page_shop .divB .car_inner12 { width:312px; height:600px; background-image:url(../images/catalog/car_12.png);}
.page_shop .divB .car_inner13 { width:312px; height:600px; background-image:url(../images/catalog/car_13.png);}
.page_shop .divB .car_inner14 { width:312px; height:600px; background-image:url(../images/catalog/car_14.png);}
.page_shop .divB .car_inner15 { width:312px; height:600px; background-image:url(../images/catalog/car_15.png);}
.page_shop .divB .car_inner16 { width:312px; height:600px; background-image:url(../images/catalog/car_16.png);}
.page_shop .divB .car_inner17 { width:312px; height:600px; background-image:url(../images/catalog/car_17.png);}
.page_shop .divB .car_inner18 { width:312px; height:600px; background-image:url(../images/catalog/car_18.png);}
.page_shop .divB .car_inner19 { width:312px; height:600px; background-image:url(../images/catalog/car_19.png);}
.page_shop .divB .car_inner20 { width:312px; height:600px; background-image:url(../images/catalog/car_20.png);}
.page_shop .divB .car_inner21 { width:312px; height:600px; background-image:url(../images/catalog/car_21.png);}
.page_shop .divB .car_inner22 { width:312px; height:600px; background-image:url(../images/catalog/car_22.png);}
.page_shop .divB .car_inner23 { width:312px; height:600px; background-image:url(../images/catalog/car_23.png);}
.page_shop .divB .car_inner24 { width:312px; height:600px; background-image:url(../images/catalog/car_24.png);}
.page_shop .divB .car_inner25 { width:312px; height:600px; background-image:url(../images/catalog/car_25.png);}
.page_shop .divB .car_inner26 { width:312px; height:600px; background-image:url(../images/catalog/car_26.png);}
.page_shop .divB .car_inner27 { width:312px; height:600px; background-image:url(../images/catalog/car_27.png);}
.page_shop .divB .car_inner28 { width:312px; height:600px; background-image:url(../images/catalog/car_28.png);}
.page_shop .divB .car_inner29 { width:312px; height:600px; background-image:url(../images/catalog/car_29.png);}
.page_shop .divB .car_inner30 { width:312px; height:600px; background-image:url(../images/catalog/car_30.png);}
.page_shop .divB .car_inner31 { width:312px; height:600px; background-image:url(../images/catalog/car_31.png);}
.page_shop .divB .car_inner32 { width:312px; height:600px; background-image:url(../images/catalog/car_32.png);}
.page_shop .divB .car_inner33 { width:312px; height:600px; background-image:url(../images/catalog/car_33.png);}
.page_shop .divB .car_inner34 { width:312px; height:600px; background-image:url(../images/catalog/car_34.png);}
/* -------------------------------------------------------------------------- */
/* page_search_home */
.page_search_home .search {
  margin-top: 55px;
  1margin-bottom: 300px;
  margin-bottom: 30px;
}
.page_search_home .shopArea {
  margin-bottom: 45px;
}

/* search_result */
.page_search_result .search {
  float:left;
  position: relative;
  background-color: #faf6e0;
  1width: 750px;
  width: 65%;
  margin: 0 auto;
  text-align: left;
  1padding: 35px 0 35px 50px;
  padding: 25px 0 25px 25px;
}
.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;
  1margin: 0 auto;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  cursor: pointer;
    1position: absolute;
    1right: 20px;
    1bottom: 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(../images/share/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: 175px;
}
.page_search_result .search .shopName input {
  width: 479px;
}
.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 */
#wrapper_store {
  padding-top: 0;
    padding-top: 165px;
}
#headerstore {position: fixed;left: 0;top: 0;z-index: 1000;width:100%;display:block;  background: #ffffff;
	box-shadow: 0 0 0px 0px rgba(0,0,0,0.4);-webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,0.4);
}
.page-form #headerstore .headArea .logoStore img {
  width: 250px;
}
#headerstore .headArea {margin:0 auto;position:relative;  1height: 72px; background-color: #fff;height:190px;}
#headerstore .headArea .description {position:absolute;left:20px;top:20px;font-size:.85em;}
#headerstore .headArea .logo {text-align:left;padding-top:14px; float:left;}
#headerstore .headArea .customer {position:absolute;right:0;top:15px;}
#headerstore .headArea .customer li {line-height:1.3;}
#headerstore .headArea .customer li.back {background:#ea5404;color:#ffffff;text-align:center;padding:.3em 0;margin-bottom:0;}
#headerstore .headArea .customer li span {font-size:1.2em;font-weight: bold;margin-left:.2em;}
#headerstore .headArea .customer li span.tel {font-size:2.5em;}
#headerstore .headArea .customer li.time {font-size:.9em;}

#headerstore .headArea .h_link {font-size:0.8rem; padding-top:45px; float:right;}
#headerstore .headArea .h_link a{color:#ff6908;}
#headerstore .headArea .h_link ul{list-style-image:url('images/liimg.png'); margin-top:8px;}

#contents {margin-top:0px;}
#headerstore #contents {margin-top:45px;}
#contentsStore {1margin-top:183px;}
#page-topf {position: fixed; height: 65px; bottom: 0px; z-index: 100; background-color:#000000; width: 100%;}  /* franchise */
#footerf {margin-top: 50px; padding-top: 10px;clear:both;background:#f1ebc3; height:110px;}
#headerstore .drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
 height: 70px;
 padding: 0 1em;
 width: 1000px;
 margin: 0 auto;
}

#fnavi_store {clear:both;display:inline-block;width: 100%; background-color:#bf2d28; 1height:70px; margin-top:0px;}
#fnavi_store ul {width: 1000px; margin: 0 auto;margin-bottom: 0px; list-style:none;}
#fnavi_store li {float:left;position:relative;text-align:center;width:166px;}
#fnavi_store li:last-child {width:170px;}
#fnavi_store li a {display:block;color:#333;text-decoration:none;color:#FFFFFF;background-repeat:no-repeat;background-position:center 8px;border-left:1px solid #FFFFFF;padding-top:10px; height:50px; font-weight: 600;}
#fnavi_store li:nth-child(1) a {padding-top:0px;}
#fnavi_store li:nth-child(2) a {padding-top:0px;}
#fnavi_store li:nth-child(3) a {padding-top:0px;}
#fnavi_store li:nth-child(4) a {padding-top:0px;}
#fnavi_store li:nth-child(5) a {padding-top:0px;}
#fnavi_store li:nth-child(6) a {padding-top:0px; border-right:1px solid #FFFFFF;}
#fnavi_store li a:hover , #gnavi li.current-menu-item a {}
#fnavi_store ul li:hover > ul {display: block;}

#fnavi_store ul li div.menuPadTop5{line-height: 50px}



.page_shop_single #art {
  1width: 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 .sec_block{height:190px;}



.page_shop_single .sec_wrap_block1 {
  1padding-bottom: 40px;
  background-color: #ffffcc;
}

.page_shop_single .sec_wrap_block2 {
  padding: 40px 0;
  background-color: #ffffcc;
}

.page_shop_single .ribbon {
  padding-top:40px;
}

.page_shop_single .sec_wrap_fc_cpn {
  padding: 40px 0;
  background-color: #bf2d28;
}
.page_shop_single .sec_wrap_fc_cpn img {
  max-width：100%;
}
.page_shop_single .sec_wrap_store {
  1padding-bottom: 40px;
  /* background-color: #eeffff; */
}
.page_shop_single .store_ttl{
  height: 70px;
  background-color: #3FA9F5;
}
.page_shop_single .store_ttl h3 {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 14px 0;
}

.page_shop_single .introduction {
  border: 1px solid #bfc1a1;
  margin-top: 40px;
  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);
  box-sizing: border-box;
}
.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 .divB .price_ttl1{
    text-align: center;
    vertical-align: middle;
    font-size: 42px;
    font-weight: 600;
    background-color: #bf2d28;
    width: 995px;
    height:70px;
    padding-top:5px;
    color: #fff;
    margin:30px 0px 15px 0px;
    1position: relative;
}
.page_shop_single .divB .price_ttl1 small{
    font-size: 28px;
}

.page_shop_single .divB .price_ttl2{
    text-align: center;
    vertical-align: middle;
    font-size: 42px;
    font-weight: 600;
    background-color: #bf2d28;
    width: 995px;
    height:70px;
    padding-top:5px;
    color: #fff;
    1margin:30px 0px 0px 0px;
    position: absolute;
    top: -70px;
}
.page_shop_single .divB .price_ttl2 small{
    font-size: 28px;
}

.page_shop_single .exmp_car{
    margin-top:15px;
    border:solid 1px #fff;
}

.page_shop_single .exmp_oneup {
	width:320px;
	1height:179px;
	overflow:hidden;
	1margin:10px 8px 10px 16px;
	position:relative;	/* 相対位置指定 */
  float: left;
  margin-right: 13px;
  margin-bottom: 15px;
}
.page_shop_single .exmp_oneup:nth-child(3) {
    1margin-right: 0px;
}
.page_shop_single .exmp_oneup:nth-child(6) {
    1margin-right: 0px;
}
.page_shop_single .exmp_oneup:nth-child(9) {
    1margin-right: 0px;
}
.page_shop_single .exmp_oneup .caption {
	font-size:130%;
	text-align:center;
	padding-top:80px;
	color:#fff;
    font-weight: 600;
}
.page_shop_single .exmp_oneup .mask {
	width:100%;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.80);	/* マスクは半透明 */
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.page_shop_single .exmp_oneup:hover .mask {
	opacity:1;	/* マスクを表示する */
}

.page_shop_single .select_car .emphasis_design9{
   margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.page_shop_single .select_car .emphasis_design9 span {
   position: relative;
    font-weight: 900;
    font-size: 2.6em;
    margin-top:40px;
    margin-bottom:40px;
}

.page_shop_single .select_car .emphasis_design9 span::after {
  content: '';
  background-size: 15px 10px;
  background-color: #ffffcc;
  background-image: repeating-linear-gradient(-45deg, #4d9bc1 0, #4d9bc1 3px, #fff 0, #fff 50%);
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -5px;
  left: 0;
}


.page_shop_single .inquiry_ttl{
  height: 70px;
  background-color: #000;
}
.page_shop_single .inquiry_ttl h3 {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 14px 0;
}
.page_shop_single .accessmap {
  padding: 30px;
  border: 2px solid #bfc1a1;
  1margin-bottom: 70px;
  background-color: #fff;
}
.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;
  1color: #ffffff;
  text-align: center;
  1background: url(../images/shop_single/contact_title_bg.png) repeat left top;
  padding: 30px 0;
  1border-radius: 12px;
  1margin-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(https://www.keistorechikuma.com/flat-seven/wp-content/themes/flat-seven/img/flat-seven/now_form_arrow.png) no-repeat right top;
  color: #ffffff;
}
.page_shop_single .now_form .num2 {
  padding-right: 10px;
  background: #e7e6e3 url(https://www.keistorechikuma.com/flat-seven/wp-content/themes/flat-seven/img/flat-seven/now_form_arrow.png) no-repeat right top;
}
/* err */
.page_shop_single .now_form.wpcf7c-elm-step2 .num1,
#contactInq.page_form_err.page_shop_single .now_form .num1 {
  background: #e7e6e3 url(https://www.keistorechikuma.com/flat-seven/wp-content/themes/flat-seven/img/flat-seven/now_form_arrow2.png) no-repeat right top;
  color: #7f7f7f;
}
.page_shop_single .now_form.wpcf7c-elm-step2 .num2,
#contactInq.page_form_err.page_shop_single .now_form .num2 {
  padding-right: 10px;
  background: #989793 url(https://www.keistorechikuma.com/flat-seven/wp-content/themes/flat-seven/img/flat-seven/now_form_arrow.png) no-repeat right top;
  color: #ffffff;
}
.page_shop_single .now_form.wpcf7c-elm-step3 .num1 {
  background: #e7e6e3 url(https://www.keistorechikuma.com/flat-seven/wp-content/themes/flat-seven/img/flat-seven/now_form_arrow.png) no-repeat right top;
  color: #7f7f7f;
}
.page_shop_single .now_form.wpcf7c-elm-step3 .num2 {
  background: #e7e6e3 url(https://www.keistorechikuma.com/flat-seven/wp-content/themes/flat-seven/img/flat-seven/now_form_arrow.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;
  box-sizing: border-box;
}
.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;
  box-sizing: border-box;
}
.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(../images/share/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_shop_single .features{
	1margin-top:40px;
	1margin-bottom:40px;
	text-align:center;
}
.page_shop_single .features_select{
	margin-top:20px;
	text-align:center;
}
.page_shop_single .features_select img:nth-child(1){
	margin-bottom:10px;
}
.page_shop_single .features_select img:nth-child(2){
	margin-bottom:10px;
}

/* (ここから追加)--------------------- */
.page_shop_single .credit{
	1margin-top:40px;
	1margin-bottom:40px;
	text-align:center;
}
.page_shop_single .credit h2 {
  1margin-bottom: 20px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.page_shop_single .credit p{
	margin-bottom:20px;
	font-size: 1.5em;
}

.page_shop_single .credit h2 strong {
  color: #ff5e19;
  font-size: 41px;
}


.page_shop_single ul.credit-plan{
	text-align: center;
}

.page_shop_single ul.credit-plan li {
  display: inline-block;
  width: 300px;
  height:100px;
}
.page_shop_single ul.credit-plan a {
  display: block;
  height: 100px;
  text-decoration: none;
}

.page_shop_single li.credit-plan-kei a{background: url(../images/shop_single/credit_kei_off.png) no-repeat left top; }
.page_shop_single li.credit-plan-std a{background: url(../images/shop_single/credit_std_off.png) no-repeat left top; }
.page_shop_single li.credit-plan-biz a{background: url(../images/shop_single/credit_biz_off.png) no-repeat left top; }

.page_shop_single li.credit-plan-kei a:hover{background: url(../images/shop_single/credit_kei_on.png) no-repeat left top; }
.page_shop_single li.credit-plan-std a:hover{background: url(../images/shop_single/credit_std_on.png) no-repeat left top; }
.page_shop_single li.credit-plan-biz a:hover{background: url(../images/shop_single/credit_biz_on.png) no-repeat left top; }

.page_shop_single li.credit-plan-std{
	1margin-left:45px;
	1margin-right:45px;
}

/* (ここまで)--------------------- */

.page_shop_single .select_car{
	1margin-top:40px;
	1margin-bottom:40px;
	text-align:center;
}
.page_shop_single .sec1 li {
  width: 235px;
  padding: 2px;
  1background-color: #fff;
  float: left;
  text-align: center;
  1color: #bf2d28;
  margin: 0 10px 10px 0;
  font-size: 1em;
}
.page_shop_single .sec1 li.r {
  margin-right: 0;
}
.page_shop_single .sec1 li .text {
  padding: 6px 0 5px;
  font-weight: bold;
}
.page_shop_single .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_shop_single .sec1 li.last .text {
  padding: 23px 20px 0 24px;
  text-align: left;
  font-weight: normal;
}

.page_shop_single .ultra_seven_cmt{
	margin-top:40px;
}
.page_shop_single .ultra_seven_cmt .sec .divA .ttl_price{
	border-radius:10px;
	background-color: #8c6239;
	1width: 100%;
	height:50px;
	display: flex;
    align-items: center;
	margin-top:20px;
	margin-bottom:20px;
	padding-left: 16px;
	font-size: 1.5em;
	color: #fff;
	font-weight: 900;
	text-align: left;
	vertical-align: middle;
}
.page_shop_single .ultra_seven_cmt .sec .divA .ttl_price span{
	color:#ffff00;
}
.page_shop_single .ultra_seven_cmt .sec .divA .ttl_price small{
	font-size:0.6em;
}
.page_shop_single .ultra_seven_cmt .sec1 .divA input[type=radio]{
	display: none;
}

.page_shop_single .ultra_seven_cmt .sec1 .divA input[type=checkbox]{
	display: none; /* ラジオボタンを非表示にする */
}

.page_shop_single .ultra_seven_cmt .sec1 .divA .label {
	display: block; /* ブロックレベル要素化する */
	float: left; /* 要素の左寄せ・回り込を指定する */
	1margin: 5px; /* ボックス外側の余白を指定する */
	1margin-top: 5px; /* ボックス外側の余白を指定する */
	1margin-bottom: 5px; /* ボックス外側の余白を指定する */
	margin-left: 0px; /* ボックス外側の余白を指定する */
	margin-right: 8px; /* ボックス外側の余白を指定する */
	width: 230px; /* ボックスの横幅を指定する */
	1height: 40px; /* ボックスの高さを指定する */
	1padding-left: 5px; /* ボックス内左側の余白を指定する */
	padding-right: 10px; /* ボックス内御右側の余白を指定する */
	color: #bf2d28; /* フォントの色を指定 */
	text-align: center; /* テキストのセンタリングを指定する */
	line-height: 40px; /* 行の高さを指定する */
	cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
	border: 3px solid #bf2d28;/* ボックスの境界線を実線で指定する */
	1background-color:#ffffea;
	background-color:#fff;
	border-radius: 3px; /* 角丸を指定する */;
	vertical-align:middle;
}
.page_shop_single .ultra_seven_cmt .sec1 .divA .label strong {
	font-size:20px;
}
.page_shop_single .ultra_seven_cmt .sec1 .divA .label small {
	font-size:12px;
}

.page_shop_single .ultra_seven_cmt .sec1 .divA input[type="checkbox"]:checked + label {
	background: #bf2d28;/* マウス選択時の背景色を指定する */
	color: #ffffff; /* マウス選択時のフォント色を指定する */
}

.page_shop_single .ultra_seven_cmt .sec1 .divA .label:hover {
	background-color: #bf2d28; /* マウスオーバー時の背景色を指定する */
	color:#fff;
}
/* page_privacy_policy
---------------- */

/* page_catalog
---------------- */
.page_catalog .ultra_seven_cmt{
  1border:1px solid silver;
  margin:10px;
  width:65%;
  float:left;
}

.page_catalog .ultra_seven_cmt .sec1 .divA {
  1border:1px solid silver;
  1margin:10px;
  width:75%;
}

.page_catalog p.top_mes{
	margin-bottom:20px;
}

.page_catalog span dt.pricettl{
	float: left;
	width:250px;
	height:31px;
	background-image:url(../images/catalog/z_pricetitle_bg.png);
	clear: both;
}
.page_catalog span dd.pricettl2{
	margin-left:250px;
	width:55%;
	height:31px;
	background-image:url(../images/catalog/z_title_bg.png);
}
.page_catalog span dt.drivettl{
	float: left;
	width:250px;
	height:31px;
	background-image:url(../images/catalog/z_drivetitle_bg.png);
	clear: both;
}
.page_catalog span dd.drivettl2{
	margin-left:250px;
	width:55%;
	height:31px;
	background-image:url(../images/catalog/z_title_bg.png);
}

.page_catalog .ultra_seven_cmt .sec1 .divA ul{
  margin-bottom:10px;
}

.page_catalog .ultra_seven_cmt .sec1 .divA li{
	1border: 1px solid #ffad68;
	1background-color:#ffffea;
	1width:100px;
	1height:50px;
	margin:3px;
}


.page_catalog .ultra_seven_cmt .sec1 .divA input[type=checkbox]{
	display: none; /* ラジオボタンを非表示にする */
}

.page_catalog .ultra_seven_cmt .sec1 .divA .label {
	display: block; /* ブロックレベル要素化する */
	float: left; /* 要素の左寄せ・回り込を指定する */
	margin: 5px; /* ボックス外側の余白を指定する */
	width: 190px; /* ボックスの横幅を指定する */
	height: 40px; /* ボックスの高さを指定する */
	padding-left: 5px; /* ボックス内左側の余白を指定する */
	padding-right: 5px; /* ボックス内御右側の余白を指定する */
	color: #ff6600; /* フォントの色を指定 */
	text-align: center; /* テキストのセンタリングを指定する */
	line-height: 45px; /* 行の高さを指定する */
	cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
	border: 2px solid #ffad68;/* ボックスの境界線を実線で指定する */
	background-color:#ffffea;
	border-radius: 3px; /* 角丸を指定する */;
	vertical-align:middle;
}
.page_catalog .ultra_seven_cmt .sec1 .divA .label strong {
	font-size:18px;
}
.page_catalog .ultra_seven_cmt .sec1 .divA .label small {
	font-size:12px;
}

.page_catalog .ultra_seven_cmt .sec1 .divA input[type="checkbox"]:checked + label {
	background: #ffad68;/* マウス選択時の背景色を指定する */
	color: #ffffff; /* マウス選択時のフォント色を指定する */
}

.page_catalog .ultra_seven_cmt .sec1 .divA .label:hover {
	background-color: #ffffea; /* マウスオーバー時の背景色を指定する */
}


.page_catalog .divB {
  1background-color: #fff8df;
  1padding: 26px 0 0 0;
}


.page_catalog .divB .divCar {
  float: left;
  width: 308px;
  margin-right: 21px;
  margin-bottom: 24px;
  1padding-bottom: 12px;
  1border: 2px solid #e9e0bb;
  1border-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);
  1background-color: #ff6d37;

}
.page_catalog .divB .divCar:nth-child(3n) {
  1margin-right: 0;
}
.page_catalog .divB .divCar:nth-child(3n+1) {
  1clear: both;
}

.page_catalog .divB .car_inner {
  11min-height: 443px;
  12min-height: 400px;
  1min-height: 380px;
  1padding: 18px 13px 1px;
  1background-color: #ffffff;
  1border-radius: 8px 8px 0 0;
}


.page_catalog .divB .car_inner01 { width:312px; height:600px; background-image:url(../images/catalog/car_01.png);}
.page_catalog .divB .car_inner02 { width:312px; height:600px; background-image:url(../images/catalog/car_02.png);}
.page_catalog .divB .car_inner03 { width:312px; height:600px; background-image:url(../images/catalog/car_03.png);}
.page_catalog .divB .car_inner04 { width:312px; height:600px; background-image:url(../images/catalog/car_04.png);}
.page_catalog .divB .car_inner05 { width:312px; height:600px; background-image:url(../images/catalog/car_05.png);}
.page_catalog .divB .car_inner06 { width:312px; height:600px; background-image:url(../images/catalog/car_06.png);}
.page_catalog .divB .car_inner07 { width:312px; height:600px; background-image:url(../images/catalog/car_07.png);}
.page_catalog .divB .car_inner08 { width:312px; height:600px; background-image:url(../images/catalog/car_08.png);}
.page_catalog .divB .car_inner09 { width:312px; height:600px; background-image:url(../images/catalog/car_09.png);}
.page_catalog .divB .car_inner10 { width:312px; height:600px; background-image:url(../images/catalog/car_10.png);}
.page_catalog .divB .car_inner11 { width:312px; height:600px; background-image:url(../images/catalog/car_11.png);}
.page_catalog .divB .car_inner12 { width:312px; height:600px; background-image:url(../images/catalog/car_12.png);}
.page_catalog .divB .car_inner13 { width:312px; height:600px; background-image:url(../images/catalog/car_13.png);}
.page_catalog .divB .car_inner14 { width:312px; height:600px; background-image:url(../images/catalog/car_14.png);}
.page_catalog .divB .car_inner15 { width:312px; height:600px; background-image:url(../images/catalog/car_15.png);}
.page_catalog .divB .car_inner16 { width:312px; height:600px; background-image:url(../images/catalog/car_16.png);}
.page_catalog .divB .car_inner17 { width:312px; height:600px; background-image:url(../images/catalog/car_17.png);}
.page_catalog .divB .car_inner18 { width:312px; height:600px; background-image:url(../images/catalog/car_18.png);}
.page_catalog .divB .car_inner19 { width:312px; height:600px; background-image:url(../images/catalog/car_19.png);}
.page_catalog .divB .car_inner20 { width:312px; height:600px; background-image:url(../images/catalog/car_20.png);}
.page_catalog .divB .car_inner21 { width:312px; height:600px; background-image:url(../images/catalog/car_21.png);}
.page_catalog .divB .car_inner22 { width:312px; height:600px; background-image:url(../images/catalog/car_22.png);}
.page_catalog .divB .car_inner23 { width:312px; height:600px; background-image:url(../images/catalog/car_23.png);}
.page_catalog .divB .car_inner24 { width:312px; height:600px; background-image:url(../images/catalog/car_24.png);}
.page_catalog .divB .car_inner25 { width:312px; height:600px; background-image:url(../images/catalog/car_25.png);}
.page_catalog .divB .car_inner26 { width:312px; height:600px; background-image:url(../images/catalog/car_26.png);}
.page_catalog .divB .car_inner27 { width:312px; height:600px; background-image:url(../images/catalog/car_27.png);}
.page_catalog .divB .car_inner28 { width:312px; height:600px; background-image:url(../images/catalog/car_28.png);}
.page_catalog .divB .car_inner29 { width:312px; height:600px; background-image:url(../images/catalog/car_29.png);}
.page_catalog .divB .car_inner30 { width:312px; height:600px; background-image:url(../images/catalog/car_30.png);}
.page_catalog .divB .car_inner31 { width:312px; height:600px; background-image:url(../images/catalog/car_31.png);}
.page_catalog .divB .car_inner32 { width:312px; height:600px; background-image:url(../images/catalog/car_32.png);}
.page_catalog .divB .car_inner33 { width:312px; height:600px; background-image:url(../images/catalog/car_33.png);}
.page_catalog .divB .car_inner34 { width:312px; height:600px; background-image:url(../images/catalog/car_34.png);}


.page_catalog .divB .divCar .detail {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  1margin-left: 10px;
  1margin-bottom: 10px;
  1padding: 4px 0;
  padding-top:540px;
  1display:block;
  position: relative;
}


.page_catalog .divB .divCar .detail .q_btn {
  width: 200px;
  padding-top:10px;
  1margin-right: 21px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  color:#ff4500;
  border-radius: 3px;
  background-color: #ffbb85;
  text-decoration: none;
  1position: absolute;
  display:inline-block;
  1top: 50%;
  1left: 50%;
  1-webkit-transform : translate(-50%,-50%);
  1transform : translate(-50%,-50%);
  text-align: center;/*一応BOX内の文字も中央寄せ*/
  width:250px;
  max-width:250px;
}

.page_catalog .divB .divCar .detail .q_btn:hover {
  1margin-right: 21px;
  color:#ffffff;
  margin-bottom: 20px;
  padding-bottom: 12px;
  1border: 2px solid #e9e0bb;
  border-radius: 3px;
  -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: #ff6d37;
}



.page_catalog .divB .flat_price {
  11border-top: 3px solid #ffa787;
  1border-bottom: 3px solid #ffa787;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
  padding: 4px 0;
  color:#fd17aa;
  1background-image:url(../images/catalog/sec1_title_bg.png) repeat-x left middle;
}
.page_catalog .divB .divCar .flat_price strong {
  font-size: 30px;
  padding-left: 10px;
}

.page_catalog .divB .divCar .bonus{
  1top: 100px;
  1text-align: center;
}

.page_catalog .divB .divCar .bonus dt.b_dt {
	display:block;
	1margin: 0 auto;
}

.page_catalog .divB .divCar .bonus dt.b_dt span.b_span{
	display: block; /* ブロックレベル要素化する */
	1margin: auto auto;
	float: left; /* 要素の左寄せ・回り込を指定する */
	margin: 3px; /* ボックス外側の余白を指定する */
	margin-left: 10px; /* ボックス外側の余白を指定する */
	1width: 30px; /* ボックスの横幅を指定する */
	height: 30px; /* ボックスの高さを指定する */
	padding-left: 10px; /* ボックス内左側の余白を指定する */
	padding-right: 10px; /* ボックス内御右側の余白を指定する */
	font-size: 12px;
	font-weight: bold;
	color: #ff6600; /* フォントの色を指定 */
	text-align: center; /* テキストのセンタリングを指定する */
	line-height: 30px; /* 行の高さを指定する */
	border: 2px solid #ffad68;/* ボックスの境界線を実線で指定する */
	background-color:#ffffea;
	border-radius: 30px; /* 角丸を指定する */;
	vertical-align:middle;
}

.page_catalog .divB .divCar .name {
  border-top: 3px solid #ffa787;
  border-bottom: 3px solid #ffa787;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
  padding: 4px 0;
}



.page_catalog .divB .divCar .name strong {
  font-size: 18px;
  padding-left: 15px;
}
.page_catalog .divB .divCar .spec dt {
  float: left;
  width: 148px;
  padding: 6px 0 6px 12px;
  clear: both;
}
.page_catalog .divB .divCar .spec dd.dott_line {
  padding: 6px 0 6px 148px;
  border-bottom: 1px dotted #7ecd78;
}

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

.page_catalog .divB .divCar .spec span {
  color: #ff6d37;
  font-size: 14px;
  margin-right: 1px;
}

.page_catalog .divC {
  clear: both;
}


.page_catalog  .ultra_seven_cmt .title {
  margin-bottom: 15px;
  min-height: 27px;
  1background: url(../images/catalog/sec1_title_bg.png) repeat-x left top;
  1text-align: center;
}
.page_catalog  .ultra_seven_cmt h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 27px;
  display: inline-block;
  1padding: 0 20px;
  1background-color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}
.page_catalog .ultra_seven_cmt h2 strong {
  color: #ff5e19;
}
.page_catalog .ultra_seven_cmt .top_mes .q12 {
  font-size:12px;
  1text-align: center;
}

/* 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;
  1text-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 h5 {
  margin-bottom: 16px;
  text-align: center;
}
.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;
  margin-bottom: 30px;
}
.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 .1sec_plan3 {
  margin-bottom: 10px;
}
.page_catalog .sec_plan6 {
  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_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_plan5 .title_bg {
  background-image: url(../images/catalog/plan5_title_bg.png);
}
.page_catalog .sec_plan6 .title_bg {
  background-image: url(../images/catalog/plan6_title_bg.png);
}
.page_catalog .sec_plan7 .title_bg {
  background-image: url(../images/catalog/plan7_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 .1tag {
  position: absolute;
  right: 0;
  top: 45px;
}
.page_catalog .sec_plan .1tag 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_plan3 .tag li {
  border: 2px solid #ffa269;
}
.page_catalog .sec_plan4 .tag li {
  border: 2px solid #cc99ff;
}
.page_catalog .sec_plan5 .tag li {
  border: 2px solid #83d1fc;
}
.page_catalog .sec_plan6 .tag li {
  border: 2px solid #00cc99;
}
.page_catalog .sec_plan7 .tag li {
  border: 2px solid #2248ff;
}

.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_plan3 .car {
  background-color: #ff3b63;
}
.page_catalog .sec_plan4 .car {
  background-color: #cc99ff;
}
.page_catalog .sec_plan5 .car {
  background-color: #19a2fd;
}
.page_catalog .sec_plan6 .car {
  background-color: #00cc99;
}
.page_catalog .sec_plan7 .car {
  background-color: #2248ff;
}
.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_plan3 .car .name {
  border-top: 3px solid #ff3b63;
  border-bottom: 3px solid #ff3b63;
}
.page_catalog .sec_plan4 .car .name {
  border-top: 3px solid #cc99ff;
  border-bottom: 3px solid #cc99ff;
}
.page_catalog .sec_plan5 .car .name {
  border-top: 3px solid #70bff0;
  border-bottom: 3px solid #70bff0;
}
.page_catalog .sec_plan6 .car .name {
  border-top: 3px solid #00cc99;
  border-bottom: 3px solid #00cc99;
}
.page_catalog .sec_plan7 .car .name {
  border-top: 3px solid #2248ff;
  border-bottom: 3px solid #2248ff;
}
.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_plan3 .car .spec span {
  color: #ff3b63;
}
.page_catalog .sec_plan4 .car .spec span {
  color: #cc99ff;
}
.page_catalog .sec_plan5 .car .spec span {
  color: #00cc99;
}
.page_catalog .sec_plan6 .car .spec span {
  color: #00cc99;
}
.page_catalog .sec_plan7 .car .spec span {
  color: #2248ff;
}
.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;
}


/* 車両問合せ
---------------- */
.1car_spec{
	height:300px;
}
.car_spec{
	min-height:230px;

}

.car_spec .carimg{
	float:left;
	1width:300px;
	height:200px;
	margin:10px;
}

.car_spec .carspec {
	float:left;
	width:600px;
	height:250px;
	margin:10px;
}
.price_month{
	font-size:40px;
	color:#ff4500;
	font-weight:bold;
	text-align:left;
}
.price_month small{
	font-size:18px;
}
.ultra_seven{
	1margin-bottom:20px;width:180px;height:200px;background: url(../images/ultra7-1.png) no-repeat left center;background-size:contain;
	float:left;
}
.tbl_spec td p{
	1background-color:#ffe297;
	color:#ff4500;
	margin-top:1px;
	margin-bottom:1px;
	1width:100px;
}
.tbl_spec td{
	padding-top:1px;
	padding-bottom:1px;
}

.tbl_spec td:nth-child(1){
	width:150px;
}
.tbl_spec td:nth-child(2){
	width:250px;
}

.car_spec_memo{
	margin-bottom:20px;
}
.car_spec_memo p{
	font-size:11px;
}


/* test acyoutubetest  */

.page_acyoutubetest div.topback{
	text-align:right;padding-right:20px;
}
.page_acyoutubetest div.topback a:link {
	color: #ff0000;
 	text-decoration: underline;
}

.page_acyoutubetest div.topback a:visited {
 color: #ff0000;
 text-decoration: underline;
}

.page_acyoutubetest div.topback a:hover {}

.page_acyoutubetest div.topback a:active {
 color: #FF0000;
 text-decoration: underline;
}
.page_acyoutubetest .sec1 .divA1 {
  1border:1px solid silver;
  1margin:10px;
  width:700px;
  float:left;
  margin-top:25px;
  1margin-right:10px;
  margin-bottom:30px;
}

.page_acyoutubetest .divA1 .car_inner01 .youtubettl{
	1height:auto;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	1text-align:center;
	1padding-left:5px;
	1padding-right:5px;
	width:300px;
}

.page_acyoutubetest .divA1 .car_inner01 .youtubeexplanation{
	1height:auto;
	margin-bottom:10px;
	font-size:14px;
	1text-align:center;
	1padding-left:5px;
	1padding-right:5px;
	width:300px;
	padding-left:5px;
	padding-right:5px;
}


.page_acyoutubetest .sec1 .divA2 {
  1border:1px solid silver;
  1margin:10px;
  width:300px;
  float:left;
  margin-top:25px;
  margin-bottom:30px;
}

.page_acyoutubetest .divA2 .newsinfo{
	width:300px;
	height:auto;
	margin-bottom:10px;
	font-size:20px;
	color:#F00;
	font-weight:bold;
	text-align:center;
}

.page_acyoutubetest .divA2 .car_inner01{
	width:300px;
	text-align:center;
	vertical-align:middle;
}

.page_acyoutubetest .divA2 .car_inner01 img{
	1margin-top:10px;
	margin-bottom:20px;
	width:250px;
}


.page_acyoutubetest p.top_mes{
	margin-bottom:20px;
}
.page_acyoutubetest .sec1 span .ttl{
	height:20px;
	margin-bottom:10px;
}
.page_acyoutubetest .sec2 span .ttl{
	height:20px;
	margin-bottom:10px;
}
.page_acyoutubetest span dt.pricettl_1_1{
	float: left;
	width:250px;
	height:31px;
	background-image:url(../images/acyoutube/attention.png);
	clear: both;
	margin-bottom:10px;
}
.page_acyoutubetest span dt.pricettl_1_2{
	float: left;
	width:250px;
	height:31px;
	background-image:url(../images/acyoutube/subscribe.png);
	clear: both;
	margin-bottom:10px;
}
.page_acyoutubetest span dt.pricettl_1_3{
	float: left;
	width:250px;
	height:31px;
	background-image:url(../images/acyoutube/movielist.png);
	clear: both;
	margin-bottom:10px;
}

.page_acyoutubetest span dd.pricettl_2_1{
	margin-left:250px;
	width:400px;
	height:31px;
	background-image:url(../images/acyoutube/z_title_bg.png);
	margin-bottom:10px;
}

.page_acyoutubetest span dd.pricettl_2_2{
	margin-left:250px;
	width:50px;
	height:31px;
	background-image:url(../images/acyoutube/z_title_bg.png);
	margin-bottom:10px;
}

.page_acyoutubetest span dd.pricettl_2_3{
	margin-left:250px;
	width:75%;
	height:31px;
	background-image:url(../images/acyoutube/z_title_bg.png);
	margin-bottom:10px;
}
.page_acyoutubetest .divB {
  1background-color: #fff8df;
  1padding: 26px 0 0 0;
}


.page_acyoutubetest .divB .divMovie {
  float: left;
  width: 325px;
  1margin-right: 25px;
  margin-bottom: 24px;
  1padding-bottom: 12px;
  1border: 2px solid #e9e0bb;
  1border-radius: 10px;
  1-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  1box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  1background-color: #ff6d37;
  margin-right: 5px;
}

.page_acyoutubetest .divB .divMovie:nth-child(3n) {
  1margin-right: 10px;
}

.page_acyoutubetest .divB .car_inner {
  11min-height: 443px;
  12min-height: 400px;
  1min-height: 380px;
  1padding: 18px 13px 1px;
  1background-color: #ffffff;
  1border-radius: 8px 8px 0 0;
}

.page_acyoutubetest .divB .car_inner .youtubettl{
	height:15px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	line-height:1.1em;
}
.page_acyoutubetest .divB .car_inner .youtubeexplan{
	height:40px;
	margin-bottom:10px;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
}


/* -------------------------------------------------------------------------*/

.page_acyoutubetest form {
	margin-top:40px;
	margin-bottom:40px;
}

.page_acyoutubetest .keywordLable {
	float:left;
	1width:65%;
	padding-top:10px;
  margin-bottom: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-right: 13px;
}
.apge_acyoutubetest .keyword{
	float:left;
}
.page_acyoutubetest .keyword input{
	width: 350px;
	margin-right:20px;
	float:left;
}

.page_acyoutubetest .sortLable {
	float:left;
	color:#ff6600;
	padding-top:10px;
  1margin-bottom: 28px;
  marging-left:10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-right: 13px;
  1border:solid 2px #F60;
  1background-color:#F60;
}
.page_acyoutubetest #sort{
	1border:solid 2px #F60;
}
.page_acyoutubetest #sort ul li{
	float:left;
	margin-right:15px;
	padding-top:10px;
}

.page_acyoutubetest .link_btn2_wrap{
	float:left;
	margin-left:10px;
	margin-right:60px;
}

.page_acyoutubetest .submitSearch{
  display: inline-block;
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
  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);
}

.page_acyoutubetest .submitSearch: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 */
}


.page_acyoutubetest span dt.pricettl_3_1{
	float: left;
	width:250px;
	height:31px;
	background-image:url(../images/acyoutube/playlist.png);
	clear: both;
	margin-bottom:10px;
}

.page_acyoutubetest .divB #list{
    width:100%;
    margin-bottom:50px;
}
.page_acyoutubetest .divB #list .li{
    1padding:10px;
    1border:1px solid #dfdfdf;
    1background:#FFFFFF;
    margin-bottom:10px;
}


.page_acyoutubetest .divC {
  1background-color: #fff8df;
  1padding: 26px 0 0 0;
  margin-bottom: 50px;
  text-align:center;
}


.page_acyoutubetest .divC .divMovie {
  float: left;
  width: 325px;
  1margin-right: 25px;
  margin-bottom: 24px;
  1padding-bottom: 12px;
  1border: 2px solid #e9e0bb;
  1border-radius: 10px;
  1-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  1box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  1background-color: #ff6d37;
  margin-right: 5px;

}

.page_acyoutubetest .divC .divMovie:nth-child(3n) {
  1margin-right: 10px;
}

.page_acyoutubetest .divC .car_inner {
  11min-height: 443px;
  12min-height: 400px;
  1min-height: 380px;
  1padding: 18px 13px 1px;
  1background-color: #ffffff;
  1border-radius: 8px 8px 0 0;
}

.page_acyoutubetest .divC .car_inner .youtubettl{
	height:15px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	line-height:1.1em;
}
.page_acyoutubetest .divC .car_inner .youtubeexplan{
	height:40px;
	margin-bottom:10px;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
}

.page_acyoutubetest .divC span.morelink{
    display:inline-block;
    1max-width:240px;
	width:120px;
	max-width:100%;
	1height:100px;
    margin:20px auto;
	margin-left:10px;
	margin-right:10px;
    padding:10px 20px;
    1background:#ff9900;
	1background:#ff9900;
    1border:2px solid #fff;
    color:#d36015;
	font-weight:bold;
    text-align:center;
    1border-radius:5px;
	1padding-top:250px;
	border:solid 1px #d36015;
}
.page_acyoutubetest .divC .morelink:hover{
    cursor:pointer;
    1border:2px solid #ff9900;
    1background:#fff;
    color:#FFFFFF;
	font-weight:bold;
	background-color:#d36015;
	border:solid 1px #d36015;
}

.page_acyoutubetest .divC span.backlink{
    display:inline-block;
    1max-width:240px;
	width:120px;
	max-width:100%;
	1height:100px;
    margin:20px auto;
	margin-left:10px;
	margin-right:10px;
    padding:10px 20px;
    1background:#ff9900;
	1background:#ff9900;
    1border:2px solid #fff;
    color:#d36015;
	font-weight:bold;
    text-align:center;
    1border-radius:5px;
	1padding-top:250px;
	border:solid 1px #d36015;
}
.page_acyoutubetest .divC .backlink:hover{
    cursor:pointer;
    1border:2px solid #ff9900;
    1background:#fff;
    color:#FFFFFF;
	font-weight:bold;
	background-color:#d36015;
	border:solid 1px #d36015;
}
.page_acyoutubetest .divC #list{
    width:100%;
    margin-bottom:50px;
}
.page_acyoutubetest .divC #list .li{
    1padding:10px;
    1border:1px solid #dfdfdf;
    1background:#FFFFFF;
    margin-bottom:10px;
}

.page_acyoutubetest h1 span {
  color:#ffc045;
}
.page_acyoutubetest p.description {
  margin-top: 1em;
  letter-spacing:2px;
  text-align:center;
}







/* page_acyoutube
---------------- */

.page_acyoutube div.topback{
	text-align:right;padding-right:20px;
}
.page_acyoutube div.topback a:link {
	color: #ff0000;
 	text-decoration: underline;
}

.page_acyoutube div.topback a:visited {
 color: #ff0000;
 text-decoration: underline;
}

.page_acyoutube div.topback a:hover {
	color: #551a8b;
}

.page_acyoutube div.topback a:active {
 color: #FF0000;
 text-decoration: underline;
}

.page_acyoutube .sec1 .divA1 {
  1border:1px solid silver;
  1margin:10px;
  width:700px;
  float:left;
  margin-top:25px;
  1margin-right:10px;
  margin-bottom:30px;
}

.page_acyoutube .divA1 .car_inner01 .youtubettl{
	1height:auto;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	1text-align:center;
	1padding-left:5px;
	1padding-right:5px;
	width:300px;
}

.page_acyoutube .divA1 .car_inner01 .youtubeexplanation{
	1height:auto;
	margin-bottom:10px;
	font-size:14px;
	1text-align:center;
	1padding-left:5px;
	1padding-right:5px;
	width:300px;
	padding-left:5px;
	padding-right:5px;
}


.page_acyoutube .sec1 .divA2 {
  1border:1px solid silver;
  1margin:10px;
  width:300px;
  float:left;
  margin-top:25px;
  margin-bottom:30px;
}

.page_acyoutube .divA2 .newsinfo{
	width:300px;
	height:auto;
	margin-bottom:10px;
	font-size:20px;
	color:#F00;
	font-weight:bold;
	text-align:center;
}

.page_acyoutube .divA2 .car_inner01{
	width:300px;
	text-align:center;
	vertical-align:middle;
}

.page_acyoutube .divA2 .car_inner01 img{
	1margin-top:10px;
	margin-bottom:20px;
	width:250px;
}


.page_acyoutube p.top_mes{
	margin-bottom:20px;
}
.page_acyoutube .sec1 span .ttl{
	height:20px;
	margin-bottom:10px;
}
.page_acyoutube .sec2 span .ttl{
	height:20px;
	margin-bottom:10px;
}
.page_acyoutube span dt.pricettl_1_1{
	float: left;
	width:250px;
	height:31px;
	background-image:url(../images/acyoutube/attention.png);
	clear: both;
	margin-bottom:10px;
}
.page_acyoutube span dt.pricettl_1_2{
	float: left;
	width:250px;
	height:31px;
	background-image:url(../images/acyoutube/subscribe.png);
	clear: both;
	margin-bottom:10px;
}
.page_acyoutube span dt.pricettl_1_3{
	float: left;
	width:250px;
	height:31px;
	background-image:url(../images/acyoutube/movielist.png);
	clear: both;
	margin-bottom:10px;
}

.page_acyoutube span dd.pricettl_2_1{
	margin-left:250px;
	width:400px;
	height:31px;
	background-image:url(../images/acyoutube/z_title_bg.png);
	margin-bottom:10px;
}

.page_acyoutube span dd.pricettl_2_2{
	margin-left:250px;
	width:50px;
	height:31px;
	background-image:url(../images/acyoutube/z_title_bg.png);
	margin-bottom:10px;
}

.page_acyoutube span dd.pricettl_2_3{
	margin-left:250px;
	width:75%;
	height:31px;
	background-image:url(../images/acyoutube/z_title_bg.png);
	margin-bottom:10px;
}
.page_acyoutube .divB {
  1background-color: #fff8df;
  1padding: 26px 0 0 0;
}


.page_acyoutube .divB .divMovie {
  float: left;
  width: 325px;
  1margin-right: 25px;
  margin-bottom: 24px;
  1padding-bottom: 12px;
  1border: 2px solid #e9e0bb;
  1border-radius: 10px;
  1-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  1box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  1background-color: #ff6d37;
  margin-right: 5px;
}

.page_acyoutube .divB .divMovie:nth-child(3n) {
  1margin-right: 10px;
}

.page_acyoutube .divB .car_inner {
  11min-height: 443px;
  12min-height: 400px;
  1min-height: 380px;
  1padding: 18px 13px 1px;
  1background-color: #ffffff;
  1border-radius: 8px 8px 0 0;
}

.page_acyoutube .divB .car_inner .youtubettl{
	height:15px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	line-height:1.1em;
}
.page_acyoutube .divB .car_inner .youtubeexplan{
	height:100px;
	margin-bottom:10px;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
}


/* -------------------------------------------------------------------------*/

.page_acyoutube form {
	margin-top:40px;
	margin-bottom:40px;
}

.page_acyoutube .keywordLable {
	float:left;
	1width:65%;
	padding-top:10px;
  margin-bottom: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-right: 13px;
}
.apge_acyoutubetest .keyword{
	float:left;
}
.page_acyoutube .keyword input{
	width: 350px;
	margin-right:20px;
	float:left;
}

.page_acyoutube .sortLable {
	float:left;
	color:#ff6600;
	padding-top:10px;
  1margin-bottom: 28px;
  marging-left:10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-right: 13px;
  1border:solid 2px #F60;
  1background-color:#F60;
}
.page_acyoutube #sort{
	1border:solid 2px #F60;
}
.page_acyoutube #sort ul li{
	float:left;
	margin-right:15px;
	padding-top:10px;
}

.page_acyoutube .link_btn2_wrap{
	float:left;
	margin-left:10px;
	margin-right:60px;
}

.page_acyoutube .submitSearch{
  display: inline-block;
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
  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);
}

.page_acyoutube .submitSearch: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 */
}


.page_acyoutube span dt.pricettl_3_1{
	float: left;
	width:250px;
	height:31px;
	background-image:url(../images/acyoutube/playlist.png);
	clear: both;
	margin-bottom:10px;
}

.page_acyoutube .divB #list{
    width:100%;
    margin-bottom:50px;
}
.page_acyoutube .divB #list .li{
    1padding:10px;
    1border:1px solid #dfdfdf;
    1background:#FFFFFF;
    margin-bottom:10px;
}


.page_acyoutube .divC {
  1background-color: #fff8df;
  1padding: 26px 0 0 0;
  margin-bottom: 50px;
  text-align:center;
}


.page_acyoutube .divC .divMovie {
  float: left;
  width: 325px;
  1margin-right: 25px;
  margin-bottom: 24px;
  1padding-bottom: 12px;
  1border: 2px solid #e9e0bb;
  1border-radius: 10px;
  1-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  1box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  1background-color: #ff6d37;
  margin-right: 5px;

}

.page_acyoutube .divC .divMovie:nth-child(3n) {
  1margin-right: 10px;
}

.page_acyoutube .divC .car_inner {
  11min-height: 443px;
  12min-height: 400px;
  1min-height: 380px;
  1padding: 18px 13px 1px;
  1background-color: #ffffff;
  1border-radius: 8px 8px 0 0;
}

.page_acyoutube .divC .car_inner .youtubettl{
	height:15px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	line-height:1.1em;
}
.page_acyoutube .divC .car_inner .youtubeexplan{
	height:40px;
	margin-bottom:10px;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
}

.page_acyoutube .divC span.morelink{
    display:inline-block;
    1max-width:240px;
	width:120px;
	max-width:100%;
	1height:100px;
    margin:20px auto;
	margin-left:10px;
	margin-right:10px;
    padding:10px 20px;
    1background:#ff9900;
	1background:#ff9900;
    1border:2px solid #fff;
    color:#d36015;
	font-weight:bold;
    text-align:center;
    1border-radius:5px;
	1padding-top:250px;
	border:solid 1px #d36015;
}
.page_acyoutube .divC .morelink:hover{
    cursor:pointer;
    1border:2px solid #ff9900;
    1background:#fff;
    color:#FFFFFF;
	font-weight:bold;
	background-color:#d36015;
	border:solid 1px #d36015;
}

.page_acyoutube .divC span.backlink{
    display:inline-block;
    1max-width:240px;
	width:120px;
	max-width:100%;
	1height:100px;
    margin:20px auto;
	margin-left:10px;
	margin-right:10px;
    padding:10px 20px;
    1background:#ff9900;
	1background:#ff9900;
    1border:2px solid #fff;
    color:#d36015;
	font-weight:bold;
    text-align:center;
    1border-radius:5px;
	1padding-top:250px;
	border:solid 1px #d36015;
}
.page_acyoutube .divC .backlink:hover{
    cursor:pointer;
    1border:2px solid #ff9900;
    1background:#fff;
    color:#FFFFFF;
	font-weight:bold;
	background-color:#d36015;
	border:solid 1px #d36015;
}
.page_acyoutube .divC #list{
    width:100%;
    margin-bottom:50px;
}
.page_acyoutube .divC #list .li{
    1padding:10px;
    1border:1px solid #dfdfdf;
    1background:#FFFFFF;
    margin-bottom:10px;
}

.page_acyoutube h1 span {
  color:#ffc045;
}
.page_acyoutube p.description {
  margin-top: 1em;
  letter-spacing:2px;
  text-align:center;
}
/* page_faq
---------------- */
.page_reason .ultra_seven_cmt{
	float:left;
	width:70%;
	1padding-top:30px;
}
.page_faq .pnav {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-top: 35px;
  margin-top:-95px;
}
.page_faq .pnav ul {
  padding: 30px 0 16px 38px;
  1background-color: #faf6e0;
}
.page_faq .pnav li {
  float: left;
  width: 290px;
  margin: 0 13px 10px 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
---------------- */
#headerstore .headArea .pageTit h1 {
    1font-size: 26px;
  1margin-bottom: 10px;
  background-color: #fff;
}
#headerstore .pageTit h1 {margin-bottom: 5px;padding: 15px 10px 15px 0px;line-height: 34px;1font-size: 34px!important;font-weight: bold;}
#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: 80px;
}
.page-form #header .headArea .logoStore 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;
}

/*  */
.wpcf7c-elm-step2 .top_cmf_mes {
  color: #ff4f51;font-size:18px;font-weight: bold;margin-top: -20px;
  text-align:center;
}

/*  */
.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 {
  display: table;
  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: 220px;
  padding: 1em;
  padding-left: 40px;
  padding-right: 60px;
  background-color: #f7f5ef;
  position: relative;
  vertical-align: middle;
}
.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;
}
.page_form dd {
  display: table-cell;
  border: none;
  padding: 1em;
  padding-left: 40px;
  padding-right: 0;
  vertical-align: middle;
  width: 640px;
}
.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: 603px;
  margin-right: 0;
  height: 210px;
  font-size: 16px;
}
.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(../images/share/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: 19px;
}
.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;
}


/* (追加) ---------------------------------- */
#page-explanation  .sec1 {
  margin-top: 10px;
  padding-bottom: 22px;
}

#page-explanation  .sec1 h2 {
  1margin-bottom: 20px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  1border-left:none;
}

#page-explanation  .sec1 h2 strong {
  color: #ff5e19;
  font-size: 41px;
}

#page-explanation  .sec1 h2 small {
  font-size: 16px;
}

#page-explanation  .sec1 h5 {
  margin-bottom: 20px;
  text-align: center;
}

#page-explanation  .sec1 ul {
  width: 1000px;
  margin: 0 auto;
}

#page-explanation  .sec1 li {
  float: left;
  width: 484px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}
#page-explanation  .sec1 .num2,
#page-explanation  .sec1 .num4 {
  float: right;
}

#page-explanation  .sec1 a {
  display: block;
  height: 110px;
  color: #000000;
  text-decoration: none;
}

#page-explanation  .sec1 .num1 { background: url(../images/home/sec1_btn1_on.png) no-repeat left top; }
#page-explanation  .sec1 .num2 { background: url(../images/home/sec1_btn2_on.png) no-repeat left top; }
#page-explanation  .sec1 .num3 { background: url(../images/home/sec1_btn3_on.png) no-repeat left top; }
#page-explanation  .sec1 .num4 { background: url(../images/home/sec1_btn4_on.png) no-repeat left top; }

#page-explanation  .sec1 .num1 a { background: url(../images/home/sec1_btn1.png) no-repeat left top; }
#page-explanation  .sec1 .num2 a { background: url(../images/home/sec1_btn2.png) no-repeat left top; }
#page-explanation  .sec1 .num3 a { background: url(../images/home/sec1_btn3.png) no-repeat left top; }
#page-explanation  .sec1 .num4 a { background: url(../images/home/sec1_btn4.png) no-repeat left top; }

#page-explanation  .sec1 .num1 a:hover { background: url(../images/home/sec1_btn1_on.png) no-repeat left top; }
#page-explanation  .sec1 .num2 a:hover { background: url(../images/home/sec1_btn2_on.png) no-repeat left top; }
#page-explanation  .sec1 .num3 a:hover { background: url(../images/home/sec1_btn3_on.png) no-repeat left top; }
#page-explanation  .sec1 .num4 a:hover { background: url(../images/home/sec1_btn4_on.png) no-repeat left top; }

#page-explanation  .sec1 .num1 a:hover { text-decoration: none; }

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


#page-explanation  .sec1 .text {
  padding: 17px 0 0 160px;
}
#page-explanation  .sec1 .text_l {
  padding-left: 160px;
  font-size: 28px;
}
#page-explanation  .sec1 .text_l small {
  font-size: 15px;
}
#page-explanation  .sec1 .text_l span {
  font-size: 22px;
}




#page-explanation  .divB {
  1background-color: #fff8df;
  1padding: 26px 0 0 0;
}


#page-explanation  .divB .divCar {
  float: left;
  width: 308px;
  margin-right: 25px;
  margin-bottom: 24px;
  1padding-bottom: 12px;
  1border: 2px solid #e9e0bb;
  1border-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);
  1background-color: #ff6d37;

}

#page-explanation  .divB .car_inner {
  11min-height: 443px;
  12min-height: 400px;
  1min-height: 380px;
  1padding: 18px 13px 1px;
  1background-color: #ffffff;
  1border-radius: 8px 8px 0 0;
}
#page-explanation  .divB .divCar .detail {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  1margin-left: 10px;
  1margin-bottom: 10px;
  1padding: 4px 0;
  padding-top:540px;
  1display:block;
  position: relative;
}


#page-explanation  .divB .divCar .detail .q_btn {
  padding-top:10px;
  1margin-right: 21px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  color:#ff4500;
  border-radius: 3px;
  background-color: #ffbb85;
  text-decoration: none;
  1position: absolute;
  display:inline-block;
  1top: 50%;
  1left: 50%;
  1-webkit-transform : translate(-50%,-50%);
  1transform : translate(-50%,-50%);
  text-align: center;/*一応BOX内の文字も中央寄せ*/
  width:250px;
  max-width:250px;
  height:20px;
}

#page-explanation  .divB .divCar .detail .q_btn:hover {
  1margin-right: 21px;
  color:#ffffff;
  margin-bottom: 20px;
  padding-bottom: 12px;
  1border: 2px solid #e9e0bb;
  border-radius: 3px;
  -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: #ff6d37;
}
#page-explanation  .divB .car_inner01 { width:312px; height:600px; background-image:url(../images/catalog/car_01.png);}
#page-explanation  .divB .car_inner02 { width:312px; height:600px; background-image:url(../images/catalog/car_02.png);}
#page-explanation  .divB .car_inner03 { width:312px; height:600px; background-image:url(../images/catalog/car_03.png);}
#page-explanation  .divB .car_inner04 { width:312px; height:600px; background-image:url(../images/catalog/car_04.png);}
#page-explanation  .divB .car_inner05 { width:312px; height:600px; background-image:url(../images/catalog/car_05.png);}
#page-explanation  .divB .car_inner06 { width:312px; height:600px; background-image:url(../images/catalog/car_06.png);}
#page-explanation  .divB .car_inner07 { width:312px; height:600px; background-image:url(../images/catalog/car_07.png);}
#page-explanation  .divB .car_inner08 { width:312px; height:600px; background-image:url(../images/catalog/car_08.png);}
#page-explanation  .divB .car_inner09 { width:312px; height:600px; background-image:url(../images/catalog/car_09.png);}
#page-explanation  .divB .car_inner10 { width:312px; height:600px; background-image:url(../images/catalog/car_10.png);}
#page-explanation  .divB .car_inner11 { width:312px; height:600px; background-image:url(../images/catalog/car_11.png);}
#page-explanation  .divB .car_inner12 { width:312px; height:600px; background-image:url(../images/catalog/car_12.png);}
#page-explanation  .divB .car_inner13 { width:312px; height:600px; background-image:url(../images/catalog/car_13.png);}
#page-explanation  .divB .car_inner14 { width:312px; height:600px; background-image:url(../images/catalog/car_14.png);}
#page-explanation  .divB .car_inner15 { width:312px; height:600px; background-image:url(../images/catalog/car_15.png);}
#page-explanation  .divB .car_inner16 { width:312px; height:600px; background-image:url(../images/catalog/car_16.png);}
#page-explanation  .divB .car_inner17 { width:312px; height:600px; background-image:url(../images/catalog/car_17.png);}
#page-explanation  .divB .car_inner18 { width:312px; height:600px; background-image:url(../images/catalog/car_18.png);}
#page-explanation  .divB .car_inner19 { width:312px; height:600px; background-image:url(../images/catalog/car_19.png);}
#page-explanation  .divB .car_inner20 { width:312px; height:600px; background-image:url(../images/catalog/car_20.png);}
#page-explanation  .divB .car_inner21 { width:312px; height:600px; background-image:url(../images/catalog/car_21.png);}
#page-explanation  .divB .car_inner22 { width:312px; height:600px; background-image:url(../images/catalog/car_22.png);}
#page-explanation  .divB .car_inner23 { width:312px; height:600px; background-image:url(../images/catalog/car_23.png);}
#page-explanation  .divB .car_inner24 { width:312px; height:600px; background-image:url(../images/catalog/car_24.png);}
#page-explanation  .divB .car_inner25 { width:312px; height:600px; background-image:url(../images/catalog/car_25.png);}
#page-explanation  .divB .car_inner26 { width:312px; height:600px; background-image:url(../images/catalog/car_26.png);}
#page-explanation  .divB .car_inner27 { width:312px; height:600px; background-image:url(../images/catalog/car_27.png);}
#page-explanation  .divB .car_inner28 { width:312px; height:600px; background-image:url(../images/catalog/car_28.png);}
#page-explanation  .divB .car_inner29 { width:312px; height:600px; background-image:url(../images/catalog/car_29.png);}
#page-explanation  .divB .car_inner30 { width:312px; height:600px; background-image:url(../images/catalog/car_30.png);}
#page-explanation  .divB .car_inner31 { width:312px; height:600px; background-image:url(../images/catalog/car_31.png);}
#page-explanation  .divB .car_inner32 { width:312px; height:600px; background-image:url(../images/catalog/car_32.png);}
#page-explanation  .divB .car_inner33 { width:312px; height:600px; background-image:url(../images/catalog/car_33.png);}
#page-explanation  .divB .car_inner34 { width:312px; height:600px; background-image:url(../images/catalog/car_34.png);}
/* (追加) ---------------------------------- */



/* (追加 20220318) ---------------------------------- */
/* sec_wrap */
.page_warranty .sec_wrap {
  padding: 42px 0 30px;
  background-color: #f7931e;
  1background-color: #f2911a;
}

.page_warranty div.div_block{
	margin-bottom:50px;
}
.page_warranty div.div_block h1.title{
	text-align:left;margin-bottom: 20px;padding: 8px 10px 4px 16px;line-height: 34px;font-size: 34px;border-left:14px solid #f7931e;font-weight: bold;
}
.page_warranty div.div_block .exp_block{
	margin-left:30px; margin-right:30px; margin-bottom:30px; text-align:left;font-size:16px;
}

.page_warranty div.div_block .exp_block table.table-bordered{
	border:solid 2px #ff5e19; border-collapse: collapse; float:left; width:50%; height:400px; font-size:14px;
}
.page_warranty div.div_block .exp_block th{
	border-bottom:solid 1px #ff5e19; width:35%; background-color:#ffe16c; font-weight:bold;
}
.page_warranty div.div_block .exp_block td{
	border-bottom:solid 1px #ff5e19; width:65%;
}


.page_warranty div.div_block .exp_block h2{
	margin-bottom:20px;1padding: 8px 10px 4px 16px;color:#ff5e19;font-size: 24px;font-weight: bold;
}

.page_warranty div.div_block .warranty-chart{
	background-color:#f7931e; border-radius:20px; text-align: center; padding:30px;
}
.page_warranty div.div_block .warranty-chart span.ttl{
	font-size:20px; color:#FFFFFF; font-weight:bold;
}
.page_warranty div.div_block .warranty-chart span.ttl strong{
	font-size:28px; color:#f2f218;
}

.page_warranty div.div_block img.img1{
	margin-bottom:30px;
}

.page_warranty div.div_block img.img2{
	margin-top:20px; margin-bottom:50px;
}

.page_warranty div.div_block .caution{
	font-size:14px;
}



/* (追加 20220318) ---------------------------------- */


.sp-grabbing {
  width: 1000px;
  height: 370px;
  margin: 0 auto;
}

.info_box {
  float:right;
  background-color: #E40012;
  width: 332px;
  height: 70px;
  margin: 25px 5px;
  padding:10px;
}

#included-files-fie-on-wp-footer {
  display: none;
}

.certification-area {
  margin-top: 30px;
    margin-bottom: 50px;
}
.certification-area img {
    width: 150px !important;
    height: auto;
    border: 1px solid #ccc;
    margin: 0 auto;
    display: block;
    padding: 5px;
}
.certification-area label {
    margin: 0　auto;
    display: block;
    text-align: center;
    font-size: 14px;
}
.certification-area input {
    border: 1px solid #ccc;
    padding: 8px 1em;
    margin-top: 5px;
    margin: 5px auto 0;
    display: block;
}

.menu_wrap {
  display: none;
}

.thanks_contents {
  height: 70vh;
}
