@charset "UTF-8";
/*! ======================================================================================== ^^
	Reset
=========================================================================================== ^^ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  color: #000;
  line-height: 1.7;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

img {
  vertical-align: bottom;
}

/*! ======================================================================================== ^^
	Elements
=========================================================================================== ^^ */
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
}

/*! ---- 
 Link
----------------------------------------- */
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}
a:active {
  color: #000;
  text-decoration: none;
}

/*! ---- 
 Box shadow
----------------------------------------- */
.shadow {
  box-shadow: rgba(0, 0, 0, 0.65098) 0 8px 6px -6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.65098) 0 8px 6px -6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.65098) 0 8px 6px -6px;
}

/*! ---- 
 Page top
----------------------------------------- */
.pagetop li {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

/*! ======================================================================================== ^^
	Layout
=========================================================================================== ^^ */
.container {
  width: 990px;
  margin: 0 auto;
}
.container:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

/*! ======================================================================================== ^^
	Header
=========================================================================================== ^^ */
.header-wrapper {
  width: 100%;
  height: 158px;
  background: url(../images/common/bg-header.jpg) repeat-x 0 0;
}

.site-header {
  width: 990px;
  margin: 0 auto;
}
.site-header .site-description {
  padding: 5px 0 0;
  font-size: 10px;
  font-size: 1rem;
  color: #808080;
  float: left;
}
.site-header .site-logo {
  float: left;
  padding: 5px 0 0;
  clear: both;
}
.site-header .site-logo img {
  vertical-align: bottom;
}
.site-header .sub-menu {
  float: right;
  padding: 5px 0 0;
  zoom: 1;
}
.site-header .sub-menu:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
.site-header .sub-menu li {
  float: left;
  margin: 0 0 0 10px;
}
.site-header .sub-menu li a {
  padding: 0 0 0 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1;
  background: url(../images/common/ico01.png) no-repeat 0 50%;
}
.site-header .sub-menu li a:link {
  color: #616161;
}
.site-header .sub-menu li a:visited {
  color: #616161;
}
.site-header .sub-menu li a:hover {
  color: #616161;
}
.site-header .sub-menu li a:active {
  color: #616161;
}
.site-header .header-contact {
  float: right;
  padding: 5px 0 0;
}
.site-header .header-contact:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.site-header .header-contact .hc {
  float: left;
  margin: 0 0 0 10px;
}
.site-header .header-contact img {
  vertical-align: bottom;
}
.site-header .main-navigation {
  padding: 8px 0 0;
}
.site-header .main-navigation ul {
  height: 40px;
}
.site-header .main-navigation ul:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.site-header .main-navigation ul li {
  float: left;
}
.site-header .main-navigation ul li a {
  width: 100%;
  height: 0;
  padding: 40px 0 0;
  display: block;
  overflow: hidden;
  background-image: url(../images/common/gnavi.png);
  background-repeat: no-repeat;
}
.site-header .main-navigation ul li a:hover {
  opacity: 0.7;
}
.site-header .main-navigation ul li.gn01 {
  width: 130px;
  margin: 0 0 0 3px;
}
.site-header .main-navigation ul li.gn01 a {
  background-position: -3px 0;
}
.site-header .main-navigation ul li.gn02 {
  width: 178px;
  margin: 0 0 0 8px;
}
.site-header .main-navigation ul li.gn02 a {
  background-position: -141px 0;
}
.site-header .main-navigation ul li.gn03 {
  width: 162px;
  margin: 0 0 0 17px;
}
.site-header .main-navigation ul li.gn03 a {
  background-position: -336px 0;
}
.site-header .main-navigation ul li.gn04 {
  width: 134px;
  margin: 0 0 0 18px;
}
.site-header .main-navigation ul li.gn04 a {
  background-position: -516px 0;
}
.site-header .main-navigation ul li.gn05 {
  width: 146px;
  margin: 0 0 0 16px;
}
.site-header .main-navigation ul li.gn05 a {
  background-position: -666px 0;
}
.site-header .main-navigation ul li.gn06 {
  width: 150px;
  margin: 0 0 0 18px;
}
.site-header .main-navigation ul li.gn06 a {
  background-position: -828px 0;
}

/*! ======================================================================================== ^^
	Navigation
=========================================================================================== ^^ */
.main-navigation {
  clear: both;
}

/*! ======================================================================================== ^^
	Side contents
=========================================================================================== ^^ */
.side {
  width: 200px;
  float: left;
}

.side-contents .side-cont {
  margin: 0 0 15px;
}
.side-contents .side-menu {
  margin: 0 0 15px;
}
.side-contents .side-menu li {
  width: 200px;
  height: 35px;
}
.side-contents .side-menu li a {
  width: 100%;
  height: 0;
  padding: 35px 0 0;
  display: block;
  overflow: hidden;
  background-image: url(../images/common/side-menu.jpg);
  background-repeat: no-repeat;
}
.side-contents .side-menu li.sm1 a {
  background-position: 0 0px;
}
.side-contents .side-menu li.sm1 a:hover {
  background-position: -200px 0px;
}
.side-contents .side-menu li.sm2 a {
  background-position: 0 -35px;
}
.side-contents .side-menu li.sm2 a:hover {
  background-position: -200px -35px;
}
.side-contents .side-menu li.sm3 a {
  background-position: 0 -70px;
}
.side-contents .side-menu li.sm3 a:hover {
  background-position: -200px -70px;
}
.side-contents .side-menu li.sm4 a {
  background-position: 0 -105px;
}
.side-contents .side-menu li.sm4 a:hover {
  background-position: -200px -105px;
}
.side-contents .side-menu li.sm5 a {
  background-position: 0 -140px;
}
.side-contents .side-menu li.sm5 a:hover {
  background-position: -200px -140px;
}
.side-contents .side-menu li.sm6 a {
  background-position: 0 -175px;
}
.side-contents .side-menu li.sm6 a:hover {
  background-position: -200px -175px;
}
.side-contents .side-menu li.sm7 a {
  background-position: 0 -210px;
}
.side-contents .side-menu li.sm7 a:hover {
  background-position: -200px -210px;
}
.side-contents .side-menu li.sm8 a {
  background-position: 0 -245px;
}
.side-contents .side-menu li.sm8 a:hover {
  background-position: -200px -245px;
}
.side-contents .side-menu li.sm9 a {
  background-position: 0 -280px;
}
.side-contents .side-menu li.sm9 a:hover {
  background-position: -200px -280px;
}
.side-contents .side-menu li.sm10 {
  height: 36px;
}
.side-contents .side-menu li.sm10 a {
  padding: 36px 0 0;
  background-position: 0 -315px;
}
.side-contents .side-menu li.sm10 a:hover {
  background-position: -200px -315px;
}

/*! ======================================================================================== ^^
	Main contents
=========================================================================================== ^^ */
.main {
  width: 760px;
  float: right;
}

/*! ======================================================================================== ^^
	Footer
=========================================================================================== ^^ */
.footer-wrapper {
  width: 100%;
  height: 300px;
  background: url(../images/common/bg-footer.jpg) repeat-x 0 0;
}

.site-footer {
  width: 990px;
  padding: 20px 0 0;
  margin: 0 auto;
}
.site-footer .footer-menu {
  padding: 0 0 0 130px;
  margin: 0 0 30px;
}
.site-footer .footer-menu:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.site-footer .footer-menu .fmenu {
  width: 21%;
  height: 130px;
  padding: 0 0 0 10px;
  border-left: 3px solid #cfcfcf;
  float: left;
}
.site-footer .footer-menu .fmenu.fm04 {
  width: 24%;
}
.site-footer .footer-menu .fmenu h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.site-footer .footer-menu .fmenu li {
  background: url(../images/common/ico02.png) no-repeat 0 7px;
}
.site-footer .footer-menu .fmenu li a {
  padding: 0 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.site-footer .footer-menu .fmenu li span {
  padding: 0 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.site-footer .footer-menu .fmenu li li {
  background: none;
}
.site-footer .footer-menu .fmenu li li a {
  padding: 0;
}
.site-footer .footer-menu .fmenu li li:before {
  content: '-';
  margin: 0 10px 0 10px;
}
.site-footer .footer-info:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.site-footer .footer-info .img {
  float: left;
  margin: 0 10px 0 0;
}
.site-footer .footer-info .info {
  padding: 10px 0 0;
  font-size: 12px;
}
.site-footer .footer-info .info h6 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.footer_bottom{height: 20px;
 background:#F9C903; margin-top:10px; padding-bottom:5px;}

.copyright {
  width:1020px;
  padding: 5px 0 5px 0;
  font-size: 11px;
  margin: 0 auto;
}
.copyright .copyright_link{float:left;}

.copyright .copyright_link01{float:right;}





/*! ======================================================================================== ^^
	Main visual
=========================================================================================== ^^ */
.main-visual {
  width: 100%;
  height: 356px;
  padding: 10px 0 0;
  margin: 0 0 28px;
  background: url(../images/top/bg-main-visual.jpg) no-repeat 50% 0;
  border-bottom: 4px solid #ffeb00;
}
.main-visual .inner {
  width: 1006px;
  height: 341px;
  margin: 0 auto;
}
.main-visual .inner .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: rgba(200, 200, 200, 0.65098) 0 0 6px 6px;
  -webkit-box-shadow: rgba(200, 200, 200, 0.65098) 0 0 6px 6px;
  -moz-box-shadow: rgba(200, 200, 200, 0.65098) 0 0 6px 6px;
  left: 0;
}

/*! ======================================================================================== ^^
	Lower contents
=========================================================================================== ^^ */
.lower-contents .btn {
  margin: 0 0 20px;
}
.lower-contents ul.btn:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.lower-contents ul.btn li {
  float: left;
  margin: 0 5px 0 0;
}
.lower-contents ul.btn li:last-child {
  margin: 0;
}

/*! ======================================================================================== ^^
	Top page
=========================================================================================== ^^ */
.home .top-title {
  margin: 0 0 15px;
}
.home .top-contents {
  margin: 0 0 40px;
}
.home .plan-contents .plan-list:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.home .plan-contents .plan-list li {
  width: 238px;
  margin: 0 20px 0 0;
  border: 1px solid #ccc;
  background-color: #fffbf2;
  float: left;
}
.home .plan-contents .plan-list li:last-child {
  margin: 0;
}
.home .plan-contents .plan-list li .img {
  margin: 0 0 15px;
}
.home .plan-contents .plan-list li p {
  padding: 0 9px;
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.home .plan-contents .plan-list li .txt {
  margin: 0 0 15px;
  text-align: center;
}
.home .plan-contents .plan-list li .btn {
  margin: 0 0 15px;
  text-align: center;
}
.home .shop-contents .shop-list:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.home .shop-contents .shop-list li {
  width: 215px;
  margin: 0px 47px 29px 91px;
  float: left;
}
/* .home .shop-contents .shop-list li:last-child {
  margin: 0;
} */
.home .shop-contents .shop-list .img {
  margin: 0 0 10px;
}
.home .shop-contents .shop-list .shop-name {
  width: 100%;
  border-bottom: 2px solid #e3e3e3;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.home .shop-contents .shop-list .shop-tel {
  margin: 0 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.home .shop-contents .shop-list .business-day,
.home .shop-contents .shop-list .hours {
  font-size: 10px;
  font-size: 1rem;
}
.home .shop-contents .shop-list .link-detail {
  padding: 5px 0 0;
}
.home .shop-contents .shop-list .link-detail a {
  font-size: 12px;
  font-size: 1.2rem;
}
.home .shop-contents .shop-list .link-detail a:link {
  color: #0095eb;
  text-decoration: underline;
}
.home .shop-contents .shop-list .link-detail a:visited {
  color: #0095eb;
  text-decoration: underline;
}
.home .shop-contents .shop-list .link-detail a:hover {
  color: #0095eb;
  text-decoration: underline;
}
.home .shop-contents .shop-list .link-detail a:active {
  color: #0095eb;
  text-decoration: underline;
}
.home .news-contents .inner {
  height: 70px;
  margin: 0 20px;
  overflow: auto;
}
.home .news-contents .inner .news-list {
  width: 720px;
}
.home .news-contents .inner .news-list li {
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px dashed #ccc;
}
.home .news-contents .inner .news-list li a {
  font-size: 14px;
  font-size: 1.4rem;
}
.home .news-contents .inner .news-list li a time {
  margin: 0 15px 0 0;
}

/*! ======================================================================================== ^^
	Page
=========================================================================================== ^^ */
.page-title {
  margin: 0 0 10px;
}

.page-contents {
  margin: 0 0 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-contents p {
  margin: 0 0 20px;
}

.lead {
  padding: 0 10px;
  margin: 0 0 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

dl.notice {
  padding: 10px;
  margin: 0 0 30px;
  background-color: #f5f5f5;
  border: 1px solid #b3b3be;
}
dl.notice dt {
  margin: 0 0 5px;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px dotted #666;
}
dl.notice dd {
  font-size: 13px;
  font-size: 1.3rem;
}
dl.notice dd li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.tbl {
  width: 700px;
  margin: 0 auto 10px;
  border: 1px solid #000;
}
.tbl th {
  width: 158px;
  padding: 5px 10px;
  background-color: #fff8de;
  border: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
}
.tbl td {
  padding: 5px 10px;
  border: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
}
.tbl tr:nth-child(2n) td {
  background-color: #f5f5f5;
}

/*! ======================================================================================== ^^
	Flow
=========================================================================================== ^^ */
.flow-contents .flow-list {
  margin: 0 0 20px;
}
.flow-contents .flow-list > li {
  padding: 0 0 35px;
  margin: 0 0 10px;
  background: url(../images/flow/bg-flow.jpg) no-repeat 50% 100%;
}
.flow-contents .flow-list > li .page-title {
  margin: 0;
}
.flow-contents .flow-list > li .inner {
  border: 1px solid #dbc037;
  border-top: none;
}
.flow-contents .flow-list > li .inner:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.flow-contents .flow-list > li.step1 .inner {
  padding: 15px;
}
.flow-contents .flow-list > li .fc0101,
.flow-contents .flow-list > li .fc0102 {
  width: 350px;
  margin: 0 0 20px;
}
.flow-contents .flow-list > li .fc0101 dd,
.flow-contents .flow-list > li .fc0102 dd {
  padding: 10px;
  border: 2px solid #dbbb16;
  border-top: none;
  background-color: #fbfbfb;
}
.flow-contents .flow-list > li .fc0101 .btn,
.flow-contents .flow-list > li .fc0102 .btn {
  text-align: center;
}
.flow-contents .flow-list > li .fc0101 {
  float: left;
}
.flow-contents .flow-list > li .fc0102 {
  float: right;
}
.flow-contents .flow-list > li .fc0103 h3 {
  margin: 0 0 5px;
}
.flow-contents .flow-list > li .fc0103 .box {
  padding: 10px;
  background-color: #faf3d5;
  border: 1px solid #dbc037;
}
.flow-contents .flow-list > li.step2 .inner {
  min-height: 120px;
  padding: 10px;
}
.flow-contents .flow-list > li.step2 .inner .btn {
  padding: 10px 0 0;
}
.flow-contents .flow-list > li.step2 .inner .btn:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.flow-contents .flow-list > li.step2 .inner .btn li {
  float: left;
  margin: 0 10px 0 0;
}
.flow-contents .flow-list > li.step3 {
  padding: 0;
  background: none;
}
.flow-contents .flow-list > li.step3 .inner {
  min-height: 100px;
  padding: 10px;
  background: url(../images/flow/img-flow02.jpg) no-repeat 98.5% 50%;
}
.flow-contents .btn-app {
  text-align: center;
}

/*! ======================================================================================== ^^
	Offer
=========================================================================================== ^^ */
.offer-contents .offer-flow {
  padding: 5px 0 10px;
}
.offer-contents .offer-flow:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.offer-contents .offer-flow li {
  height: 0;
  padding: 65px 0 0;
  overflow: hidden;
  background-image: url(../images/offer/img-offer.jpg);
  background-repeat: no-repeat;
  float: left;
}
.offer-contents .offer-flow li.step1 {
  width: 251px;
  margin: 0 6px 0 0;
  background-position: 0 0;
}
.offer-contents .offer-flow li.step2 {
  width: 248px;
  margin: 0 7px 0 0;
  background-position: -257px 0;
}
.offer-contents .offer-flow li.step3 {
  width: 248px;
  margin: 0;
  background-position: -512px 0;
}
.offer-contents .note {
  margin: 0;
  color: #f00;
}
.offer-contents .req {
  margin: 0 0 0 10px;
  color: #f00;
}

.offer-frame {
  width: 760px;
  height: 2100px;
}

form#mailformpro .tbl-offer-form {
  width: 100%;
  margin: 0 0 30px;
  border: 1px solid #000;
}
form#mailformpro .tbl-offer-form caption {
  font-size: 16px;
  font-size: 1.6rem;
}
form#mailformpro .tbl-offer-form th {
  width: 210px;
  padding: 10px;
  background-color: #FEF284;
  border: 1px solid #000;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
}
form#mailformpro .tbl-offer-form.color_b th {
  background-color: #c0e3fc;
}
form#mailformpro .tbl-offer-form td {
  padding: 10px;
  border: 1px solid #000;
}
form#mailformpro .tbl-offer-form td .regular {
  width: 120px;
}
form#mailformpro .tbl-offer-form td .regular2 {
  width: 180px;
}
form#mailformpro .tbl-offer-form td .long {
  width: 470px;
}
form#mailformpro .tbl-offer-form td .radio-list:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
form#mailformpro .tbl-offer-form td .radio-list li {
  float: left;
}
form#mailformpro .tbl-offer-form td .radio-list li label {
  display: inline;
}
form#mailformpro .tbl-offer-form td .radio-list.half li {
width: 24%;
}
form#mailformpro .button {
  width: 312px;
  margin: 0 auto 80px;
}
form#mailformpro .button .submit_button{
  background: url(../images/offer/btn-confirm2.jpg) center top no-repeat;
  width: 312px;
  height: 47px;
  border: none;
  text-indent: -9999px;
}
form#mailformpro .button .submit_button:hover{
  opacity: 0.8;
  cursor: pointer;
}
.form_renew form#mailformpro select{
  padding: 3px 0;
}
.form_renew form#mailformpro .mt5{
  margin-top: 5px;
}
.policy-title {
  font-size: 16px;
  font-size: 1.6rem;
}

.policy-box {
  margin: 0 0 30px;
  overflow: auto;
  text-align: center;
}
.policy-box a {
  color: #00f;
}
.policy-box a:link {
  text-decoration: underline;
}
.policy-box a:visited {
  text-decoration: underline;
}
.policy-box a:hover {
  text-decoration: none;
}
.policy-box a:active {
  text-decoration: underline;
}

.btn-confirm {
}
.pl1{padding-left: 1em;}

.btn-confirm button[type=submit] {
  width: 350px;
  height:45px;
  margin: 45px 0 45px 209px;
  border: none;
  background: url(../images/offer/btn-confirm.jpg) no-repeat 0 0;
  cursor: pointer;
  display:block;
  text-indent:-9999px;
}

.thanks {
  padding: 100px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

div.mfp_err {
  background-position: 0 3px !important;
}
.policy-box div.mfp_err {
  width: 340px;
  margin: 0 auto;
}

.mfp_checked,
.mfp_not_checked {
  border: none !important;
  background: none !important;
}

/*! ======================================================================================== ^^
	Payment
=========================================================================================== ^^ */
.payment-contents .lead {
  background: url(../images/payment/img-payment01.jpg) no-repeat 95% 50%;
}
.payment-contents .page-title {
  margin: 0;
}
.payment-contents .inner {
  padding: 10px;
  border: 1px solid #dbc037;
  border-top: none;
}
.payment-contents .inner:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.payment-contents p {
  font-size: 16px;
  font-size: 1.6rem;
}
.payment-contents .pa0201,
.payment-contents .pa0202 {
  width: 350px;
  margin: 0;
}
.payment-contents .pa0201 dd,
.payment-contents .pa0202 dd {
  padding: 10px;
  border: 2px solid #dbbb16;
  border-top: none;
}
.payment-contents .pa0201 {
  float: left;
  margin: 0 0 0 10px;
}
.payment-contents .pa0201 dd {
  background: url(../images/payment/img-payment03.jpg) no-repeat 97% 93% #fbfbfb;
}
.payment-contents .pa0202 {
  float: right;
  margin: 0 10px 0 0;
}
.payment-contents .pa0202 dd {
  background: url(../images/payment/img-payment04.jpg) no-repeat 97% 93% #fbfbfb;
}
.payment-contents.payment03 p {
  float: left;
}
.payment-contents.payment03 .btn {
  float: right;
}

/*! ======================================================================================== ^^
	Plan
=========================================================================================== ^^ */
.plan-contents h3.page-title {
  margin: 0;
}
.plan-contents .inner {
  padding: 0 19px 10px;
  margin: 0 10px;
  border: 1px solid #b3b3b3;
  border-top: none;
}
.plan-contents.plan01 .inner {
  background: url(../images/plan/bg01.jpg) no-repeat 0 100%;
}
.plan-contents.plan02 .inner {
  background: url(../images/plan/bg02.jpg) no-repeat 0 100%;
}
.plan-contents.plan03 .inner {
  background: url(../images/plan/bg03.jpg) no-repeat 0 100%;
}

.plan-contents.plan04 .inner {
  background: url(../images/plan/bg04.jpg) no-repeat 0 100%;
}
.plan-contents .pl01 {
  padding: 10px;
  margin: 0 0 30px;
  border: 1px solid #ccac0a;
  border-top: none;
}
.plan-contents .pl01:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.plan-contents .pl01 p {
  margin: 0 0 1em;
}
.plan-contents .pl01 .btn {
  float: right;
}

.plan-contents .pl01 .btn00 {
  float: right;
  padding:20px 20px 0 0;
}

.plan-contents.plan03 .pl01 {
  margin: 0 0 10px;
}
.plan-contents.plan03 .note {
  margin: 0 0 30px;
  text-align: right;
}
.plan-contents .pl02 {
  margin: 0 0 30px;
}
.plan-contents .ico {
  margin: 0 0 15px;
}
.plan-contents .ico:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.plan-contents .ico li {
  width: 84px;
  height: 0;
  padding: 83px 0 0;
  margin: 0 20px 0 0;
  float: left;
  overflow: hidden;
  background: url(../images/plan/ico.png) no-repeat;
}
.plan-contents .ico li.ico01 {
  background-position: -0px 0;
}
.plan-contents .ico li.ico02 {
  background-position: -100px 0;
}
.plan-contents .ico li.ico03 {
  background-position: -200px 0;
}
.plan-contents .ico li.ico04 {
  background-position: -300px 0;
}
.plan-contents .ico li.ico05 {
  background-position: -400px 0;
}
.plan-contents .ico li.ico06 {
  background-position: -500px 0;
}
.plan-contents .ico li.ico07 {
  background-position: -600px 0;
}
.plan-contents .ico li.ico08 {
  background-position: -700px 0;
}
.plan-contents .ico li.ico09 {
  background-position: -800px 0;
}
.plan-contents .ico li.ico10 {
  background-position: -900px 0;
}
.plan-contents .ico li.ico11 {
  background-position: -1000px 0;
}
.plan-contents .btn-app {
  padding: 90px 0 35px 80px;
}

.tab-menu {
  margin: 0 0 0 10px;
}
.tab-menu:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.tab-menu li {
  width: 244px;
  height: 60px;
  float: left;
  margin: 0 4px 0 0;
}
.tab-menu li a,
.tab-menu li span {
  width: 100%;
  height: 0;
  padding: 60px 0 0;
  background: url(../images/plan/tab.png) no-repeat;
  overflow: hidden;
  display: block;
}
.tab-menu li.tab01 a {
  background-position: 0 -100px;
}
.tab-menu li.tab01 span {
  background-position: 0 0;
}
.tab-menu li.tab02 a {
  background-position: -250px -100px;
}
.tab-menu li.tab02 span {
  background-position: -250px 0;
}
.tab-menu li.tab03 a {
  background-position: -500px -100px;
}
.tab-menu li.tab03 span {
  background-position: -500px 0;
}

/*! ======================================================================================== ^^
	Faq
=========================================================================================== ^^ */
.faq-tab-menu {
  margin: 0 0 40px;
}
.faq-tab-menu:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.faq-tab-menu li {
  width: 184px;
  height: 55px;
  float: left;
  margin: 0 8px 0 0;
}
.faq-tab-menu li a {
  width: 100%;
  height: 0;
  padding: 55px 0 0;
  background: url(../images/faq/tab-faq.jpg) no-repeat;
  overflow: hidden;
  display: block;
}
.faq-tab-menu li.tab01 a {
  background-position: 0 0;
}
.faq-tab-menu li.tab02 a {
  background-position: -192px 0;
}
.faq-tab-menu li.tab03 a {
  background-position: -384px 0;
}
.faq-tab-menu li.tab04 {
  margin: 0;
}
.faq-tab-menu li.tab04 a {
  background-position: -576px 0;
}

.faq-list dt {
  height: 38px;
  border: 1px solid #dbba37;
  background: url(../images/faq/bg01.jpg) repeat-x 0 0;
  box-shadow: rgba(0, 0, 0, 0.45098) 0 4px 6px -6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45098) 0 4px 6px -6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.45098) 0 4px 6px -6px;
}
.faq-list dt span {
  width: 710px;
  height: 38px;
  padding: 0 0 0 48px;
  display: block;
  background: url(../images/faq/ico01.jpg) no-repeat 2px 2px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 38px;
  color: #3d2800;
}
.faq-list dd {
  min-height: 40px;
  padding: 10px 10px 10px 48px;
  margin: 0 0 30px;
  border: 1px solid #dbba37;
  border-top: none;
  background: url(../images/faq/ico02.jpg) no-repeat 2px 12px;
}
.faq-list dd:last-child {
  margin: 0 0 10px;
}
.faq-list dd em {
  font-weight: bold;
}

.faq-contents a:link {
  color: #29abe2;
  text-decoration: underline;
}
.faq-contents a:visited {
  color: #29abe2;
  text-decoration: underline;
}
.faq-contents a:hover {
  color: #29abe2;
  text-decoration: underline;
}
.faq-contents a:active {
  color: #29abe2;
  text-decoration: underline;
}

/*! ======================================================================================== ^^
	Calc
=========================================================================================== ^^ */
.tbl-calc {
  width: 100%;
  margin: 0 0 20px;
}
.tbl-calc th {
  text-align: center;
  vertical-align: middle;
}
.tbl-calc td {
  padding: 5px 40px;
  text-align: right;
}
.tbl-calc thead th {
  height: 34px;
  background-color: #ffea99;
  font-weight: bold;
}
.tbl-calc tbody th {
  background-color: #fff8de;
}

/*! ======================================================================================== ^^
	Privacy
=========================================================================================== ^^ */
.privacy-contents h3 {
  width: 100%;
  margin: 0 0 10px;
  border-bottom: 1px solid #b3b3b3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.privacy-contents ol {
  margin: 0 0 40px;
}
.privacy-contents ol li {
  padding: 0 0 0 2em;
  margin: 0 0 1em;
  text-indent: -2em;
}

/*! ======================================================================================== ^^
	Terms
=========================================================================================== ^^ */
.terms-contents h3 {
  width: 100%;
  margin: 0 0 10px;
  border-bottom: 1px solid #b3b3b3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.terms-contents ol {
  margin: 0 0 40px;
}
.terms-contents ol.ind li {
  padding: 0 0 0 3em;
  text-indent: -3em;
}
.terms-contents ol li {
  margin: 0 0 5px;
}
.terms-contents ol li p {
  padding: 0 0 0 1em;
  margin: 0 0 10px;
}
.terms-contents ol li ol {
  margin: 0 0 10px;
}

/*! ======================================================================================== ^^
	Shop
=========================================================================================== ^^ */
.page .shop-contents .shop-list li {
  float: none;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #b3b3b3;
}
.page .shop-contents .shop-list li:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.page .shop-contents .shop-list li:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.page .shop-contents .shop-list li .img {
  float: left;
}
.page .shop-contents .shop-list li .img img {
  padding: 1px;
  border: 1px solid #b3b3b3;
}
.page .shop-contents .shop-list li p {
  padding: 0 0 0 290px;
  margin: 0;
}
.page .shop-contents .shop-list li p.shop-name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.page .shop-contents .shop-list li p.shop-name span {
  width: 100%;
  display: block;
  border-bottom: 2px solid #b3b3b3;
}
.page .shop-contents .shop-list li p.shop-tel {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.page .shop-contents .shop-list li p.shop-name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.page .shop-contents .shop-list li p.shop-address {
  font-size: 14px;
  font-size: 1.4rem;
}
.page .shop-contents .shop-list li p.bisiness-day {
  font-size: 12px;
  font-size: 1.2rem;
  color: #808080;
}
.page .shop-contents .shop-list li p.bisiness-day a:link {
  color: #0095eb;
  text-decoration: underline;
}
.page .shop-contents .shop-list li p.bisiness-day a:visited {
  color: #0095eb;
  text-decoration: underline;
}
.page .shop-contents .shop-list li p.bisiness-day a:hover {
  color: #0095eb;
  text-decoration: underline;
}
.page .shop-contents .shop-list li p.bisiness-day a:active {
  color: #0095eb;
  text-decoration: underline;
}
/*! ======================================================================================== ^^
	Download
=========================================================================================== ^^ */
.download-list {
  margin: 25px 0 300px 35px;
}
.download-list th,.download-list td {
  vertical-align: middle;
  padding-top: 10px;
}
.download-list td {
  padding-left: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}
.download-list td a {
  text-decoration: underline;
}
.download-list td a:hover {
  text-decoration: none;
}


/*! ======================================================================================== ^^
	Sitemap
=========================================================================================== ^^ */
.sitemap-contents .sitemap-title {
  width: 760px;
  margin: 0 0 15px;
  border-bottom: 1px solid #808080;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sitemap-contents .sitemap-list {
  margin: 0 0 30px 10px;
}
.sitemap-contents .sitemap-list li {
  background: url(../images/common/ico02.png) no-repeat 2px 12px;
  border-bottom: 1px dotted #ccc;
  line-height: 30px;
}
.sitemap-contents .sitemap-list li a {
  padding: 0 0 0 20px;
}
.sitemap-contents .sitemap-list li span {
  width: 730px;
  padding: 0 0 0 20px;
  display: block;
  border-bottom: 1px dotted #ccc;
}
.sitemap-contents .sitemap-list li li {
  background: none;
}
.sitemap-contents .sitemap-list li li a {
  padding: 0;
}
.sitemap-contents .sitemap-list li li:last-child {
  border: none;
}
.sitemap-contents .sitemap-list li li:before {
  content: '-';
  margin: 0 10px 0 20px;
}

/*! ======================================================================================== ^^
	Contact
=========================================================================================== ^^ */
.contact-frame {
  width: 760px;
  height: 400px;
}

.page-contact .img {
  margin: 0 0 30px;
}

.page-contact .red{
	color:#f00;
}

.page-contact form#mailformpro select{
	padding:3px 0;
}

.btn-send {
}
.btn-send button[type=submit] {
  width: 120px;
  height: 45px;
  margin: 45px 0 45px 310px;
  border: none;
  background: url(../images/contact/btn-send.jpg) no-repeat 0 0;
  cursor: pointer;
  display:block;
  text-indent:-9999px;
}

/*! ======================================================================================== ^^
	Mt
=========================================================================================== ^^ */

.mt-title {
	background:url(../images/top/ttl-top04.jpg) no-repeat;
	font-size:20px;
	padding:5px 0 10px 25px;
}

#mtSide h2 {
	width:200px;
	text-align:center;
	background:-webkit-linear-gradient(#FFEF5E, #FFE040);
	font-weight:bold;
	color:#151800;
	font-size:14px;
	padding:10px 0;
	}

#mtSide ul {
	padding:10px 5px 20px 5px;
	}

#mtSide li {
	line-height:150%;
	text-align:left;
	font-size:13px;
	}

#mtSide li a {text-decoration: none;}
#mtSide li a:hover{text-decoration: underline;}

.blog h2 {
	width: 770px;
	background: url(../img/mt/title.jpg) no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:28px;
	padding:14px 0 10px 55px;
	margin-bottom:20px;
}

.blog {width:770px;text-align:left;}

.blogtitle {
	width: 100%;
	margin:15px 0 0 0;
	border-bottom: 1px solid #b3b3b3;
	font-size: 1.8rem;
	font-weight: bold;
}

.entry,.entrymore {
	padding:15px;
	font-size: 14px;
	line-height: 140%;
}

.entrysita {
	text-align:right;
	font-size: 14px;
}

.entryday {
	color:#C00;
	font-size: 14px;
	padding:10px;
}

.entrylink{text-align:center;}

.blogtitle a,.entrysita a,.entrylink a {text-decoration: none;}
.blogtitle a:hover,.entrysita a:hover,.entrylink a:hover {text-decoration: underline;}

#calendar table {width:200px;padding:0px;margin:5px 0 25px 0;}
#calendar th {line-height:13px;font-size:10px;text-align:center;font-weight:bold;color:#333333;padding:3px;}
#calendar td {line-height:13px;font-size:10px;font-weight:normal;color:#333333;text-align:center;padding:3px;border-right:solid 2px #BBB794;border-left:solid 1px #BBB794;border-top:solid 1px #BBB794;border-bottom:solid 2px #BBB794;}
#calendar a {font-weight: bold;background: #FFCF33;color: #FFF !important;padding: 0 !important;display: block;}

.archives {margin-bottom:30px;}
.archives li {text-align:right !important;}

.archiveText {margin:0 30px;padding:10px 0 25px 0;line-height:35px;}
.archiveText li {border-bottom: 2px dotted #ccc;font-size:17px !important;}
.archiveText a {text-decoration: none;}
.archiveText a:hover {text-decoration: underline;}

/*! ======================================================================================== ^^
	link
=========================================================================================== ^^ */


.link_contents {
  width: 760px;
  margin: 0 0 50px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  
}


.link_contents .link_02 {border: 2px solid #FF0; padding: 15px 0 15px 35px; margin:20px 15px 20px 0; }



/*岡部追加*/
.soudan{
	width:700px;
	border-width:#333 1px;
}
.soudan p{
  padding: 0 9px;
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

/*工藤追加*/

.plan-list1 {
	display:block;
	background:url(../images/top/img01.jpg) no-repeat;
	width:760px;
	height:160px;
	padding-bottom:20px;
}

.plan-list1 p {
	padding:10px 0 0 242px;
	font-size:13px;
}

.plan-list1 .btn {
	margin:70px 20px;
  text-align:right;
}

.plan-list2 {
	background:url(../images/top/img02.jpg) no-repeat;
	width:760px;
	height:160px;
	padding-bottom:20px;
}

.plan-list2 p {
	padding:10px 0 0 242px;
	font-size:13px;
}

.plan-list2 .btn {
	margin:70px 20px;
  text-align:right;
}

.plan-list3 {
	background:url(../images/top/img03.jpg) no-repeat;
	width:760px;
	height:160px;
	padding-bottom:20px;
}

.plan-list3 p {
	padding:10px 0 0 242px;
	font-size:13px;
}

.plan-list3 .btn {
	margin:70px 20px;
  text-align:right;
}

.plan-list4 {
	background:url(../images/top/img04.jpg) no-repeat;
	width:760px;
	height:160px;
}

.plan-list4 p {
	padding:10px 0 0 242px;
	font-size:13px;
}

.plan-list4 .btn {
	margin:70px 20px;
  text-align:right;
}

.cartab {
	text-align:center;
	padding-bottom:30px;
}


.inputred input{ background-color:#f9c9c9;-webkit-appearance:none!important;}
.span01{ font-size:12px;}

form#mailformpro .tbl-offer-form td .radio-list.half .li {
    width: 14%;
}

form#mailformpro .tbl-offer-form td .radio-list.half .li2 {
    width: 55%;
}

form#mailformpro .tbl-offer-form td .radio-list.half .li3 {
    width: 63%;
}

#tr_writer01 input{margin-top:5px; font-size:12px;}
#tr_writer02 input{margin-top:5px; font-size:12px;}

.of01a{ color:#03F!important; text-decoration:underline!important;}

.page-faq .red{
	color:#f00;
}

/*! ======================================================================================== ^^
	recruit
=========================================================================================== ^^ */
.page-recruit .red{
	color:#f00;
}
body.page-recruit .cont1{
  background: url(../images/recruit/title1.jpg) center top no-repeat;
  padding-top: 64px;
}
body.page-recruit .cont1 .dl1::after{
  content: '';
  display: block;
  clear: both;
}
body.page-recruit .cont1 .dl1 dt{
  float: left;
  clear: both;
}
body.page-recruit .cont1 .dl1 dd{
  margin-left: 6.5em;
}
body.page-recruit .cont2{
  background: url(../images/recruit/title2.jpg) center top no-repeat;
  padding-top: 54px;
  margin-top: 50px;
  font-size: 1.6rem;
  margin-bottom: 70px;
}
body.page-recruit .cont2 .p1{
  margin: 0 10px 35px;
}
body.page-recruit .cont2 .p2{
  margin: 0 10px 15px;
}
.page-recruit form#mailformpro select {
    padding: 3px 0;
}