@charset "UTF-8";
body {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  div.breadcrumb div.inner {
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
div.breadcrumb ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 0 10px 20px;
}
@media screen and (max-width: 767px) {
  div.breadcrumb ul {
    padding: 10px 0;
  }
}
div.breadcrumb ul li {
  color: #444;
  display: inline-block;
  position: relative;
  padding-left: 14px;
}
div.breadcrumb ul li:before {
  content: '>';
  position: absolute;
  left: 2px;
  top: -5px;
}
@media screen and (max-width: 767px) {
  div.breadcrumb ul li:before {
    top: -2px;
  }
}
div.breadcrumb ul li:first-child {
  padding-left: 0;
}
div.breadcrumb ul li:first-child:before {
  content: none;
}
div.breadcrumb ul li a {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  color: #4e74c1;
  text-decoration: none;
}
div.breadcrumb ul li a:hover {
  text-decoration: underline;
  color: #5f8be5;
}
@media screen and (max-width: 767px) {
  div.breadcrumb ul li a {
    font-size: 11px;
    line-height: 1.8;
  }
}
div.breadcrumb ul li a.last {
  color: #444;
}
div.breadcrumb ul li a.last:hover {
  text-decoration: none;
}

#header_breadcrumb {
  background: url("../media/images/common/bg_contents.png") no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #header_breadcrumb {
    background: #fff;
  }
}

#footer_breadcrumb {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #footer_breadcrumb {
    margin-top: 10px;
  }
}

#contents {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #contents {
    padding-bottom: 0;
  }
}
#contents div.contents_wrapper {
  padding: 20px;
  background: #fff;
  -moz-box-shadow: 0px 0px 6px 0px #d1d1d1;
  -webkit-box-shadow: 0px 0px 6px 0px #d1d1d1;
  box-shadow: 0px 0px 6px 0px #d1d1d1;
}
#contents div.contents_wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #contents div.contents_wrapper {
    padding: 0;
    box-shadow: none;
  }
}

#localnavi {
  float: left;
  width: 240px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #localnavi {
    float: none;
    width: 100%;
    margin-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
  }
}
#localnavi .top_title a {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
  text-decoration: none;
  background: #4e74c1;
  position: relative;
  padding: 13px 10px 10px 40px;
  border: solid 1px #4e74c1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #localnavi .top_title a {
    border-radius: 0;
    padding: 10px 10px 10px 40px;
    font-size: 13px;
  }
}
#localnavi .top_title a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 15px;
}
#localnavi .top_title a:hover {
  background: #5f8be5;
}
#localnavi ul.depth1 {
  border: solid 1px #4e74c1;
  border-top: solid 4px #4e74c1;
  margin-top: -4px;
}
#localnavi ul.depth1 > li {
  padding: 0 9px;
}
#localnavi ul.depth1 > li > a {
  display: block;
  font-size: 12px;
  color: #444;
  padding: 10px 0;
  border-bottom: dotted 1px #adbcdb;
}
@media screen and (max-width: 767px) {
  #localnavi ul.depth1 > li > a {
    text-decoration: none;
  }
}
#localnavi ul.depth1 > li > a:hover {
  color: #5f8be5;
}
#localnavi ul.depth1 > li:last-child > a {
  border-bottom: none;
}
#localnavi ul.banner {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #localnavi ul.banner {
    display: none;
  }
}
#localnavi ul.banner li {
  margin-top: 10px;
  text-align: center;
}
#localnavi ul.banner li:first-child {
  margin-top: 0;
}

#main {
  float: right;
  width: 720px;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
  }
}
#main a {
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #main a {
    font-size: 12px;
  }
}
#main a.circle {
  position: relative;
  padding-left: 18px;
}
#main a.circle:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
}
#main a.circle:hover:before {
  text-decoration: none;
}
#main a.arrow {
  position: relative;
  text-decoration: none;
  color: #444;
  line-height: 1.67;
  padding-left: 15px;
}
#main a.arrow:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 2px;
  color: #4e74c1;
}
#main a.arrow:hover {
  color: #5f8be5;
  text-decoration: underline;
}
#main a.arrow:hover:before {
  text-decoration: none;
}
#main h1.flower {
  background: url("../media/images/common/bg_title_pink.png") no-repeat;
  background-size: 100% 80px;
  color: #793c68;
  width: 100%;
  height: 80px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 130px 27px 30px;
  margin-bottom: 20px;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 23px;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main h1.flower {
    margin-bottom: 15px;
    padding: 18px 74px 18px 24px;
    height: 70px;
    background: url("../media/images/common/sp/bg_title_pink.png") no-repeat;
    background-size: 100% 70px;
    font-size: 16px;
  }
}
#main h1.flower:after {
  content: url("../media/images/common/bg_title_flower.jpg");
  position: absolute;
  right: 20px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  #main h1.flower:after {
    content: url("../media/images/common/sp/bg_title_flower.jpg");
    right: 13px;
    top: 4px;
  }
}
#main h1.flower span.sub {
  display: inline-block;
  font-size: 15px;
  padding-left: 5%;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  #main h1.flower span.sub {
    display: block;
    padding: 3px 0 0 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #main h1.flower span.sub span.sub_pc {
    display: none;
  }
}
#main h2.underline {
  font-size: 15px;
  font-weight: bold;
  color: #4e74c1;
  line-height: 1.2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 15px 10px 20px;
  position: relative;
  margin-bottom: 20px;
  background: url("../media/images/common/bg_title_l.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #main h2.underline {
    line-height: 1.6;
    height: auto;
    font-size: 12px;
    font-weight: bold;
    color: #4e74c1;
    border: solid 1px #4e74c1;
    border-bottom: solid 3px #4e74c1;
    padding: 11.5px 15px 9.5px;
    background: url("../media/images/common/sp/bg_gradation.png") repeat-x;
    background-size: cover;
    margin-bottom: 15px;
  }
}
#main h2.underline span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #main h2.underline span {
    display: none;
  }
}
#main h2.underline span.link {
  position: absolute;
  right: 20px;
  padding-left: 18px;
}
#main h2.underline span.link:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0;
}
#main h2.underline span.link a {
  font-size: 14px;
  padding-left: 0;
}
#main h2.underline span.link a:before {
  content: none;
}
#main h2.underline span.link:hover {
  color: #5f8be5;
}
#main h2.bold_red {
  font-size: 16px;
  font-weight: bold;
  color: #974276;
  margin: 0 0 7px;
}
@media screen and (max-width: 767px) {
  #main h2.bold_red {
    font-size: 12px;
    margin: 0;
  }
}
#main h3.bb {
  margin: 0 0 20px;
  font-size: 14px;
  color: #4e74c1;
  background: #ebf3ff;
  padding: 7px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #main h3.bb {
    font-size: 12px;
  }
}
#main h3.bb.red {
  color: #974276;
  background: #fdecf8;
}
#main h3.rr {
  margin: 0 0 20px;
  font-size: 14px;
  color: #974276;
  background: #fdecf8;
  padding: 7px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #main h3.rr {
    font-size: 12px;
  }
}
#main h3.rr a {
  font-size: 14px;
  color: #974276;
}
@media screen and (max-width: 767px) {
  #main h3.rr a {
    font-size: 12px;
  }
}
#main h3.rr_center {
  margin: 0 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #974276;
  background: #fdecf8;
  padding: 7px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #main h3.rr_center {
    font-size: 12px;
  }
}
#main h3.rr_center span {
  font-weight: normal;
}
#main h3.rr_center a {
  font-size: 14px;
  color: #974276;
}
@media screen and (max-width: 767px) {
  #main h3.rr_center a {
    font-size: 12px;
  }
}
#main h3.red_serif_underline {
  padding: 0 0 10px 0;
  font-size: 18px;
  color: #974276;
  line-height: 1.2;
  margin: 25px 0 10px 0;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, serif;
  border-bottom: dotted 1px #fcdcf3;
}
#main h3.red_serif_underline a {
  font-size: 18px;
  color: #974276;
}
@media screen and (max-width: 767px) {
  #main h3.red_serif_underline {
    font-size: 12px;
    margin: 15px 0 10px;
  }
  #main h3.red_serif_underline a {
    font-size: 12px;
  }
}
#main h3.icon-step01, #main h3.icon-step02, #main h3.icon-step03, #main h3.icon-step04, #main h3.icon-step05, #main h3.icon-step06, #main h3.icon-step07, #main h3.icon-step08, #main h3.icon-step09, #main h3.icon-step10 {
  margin: 20px 0 10px;
  font-size: 20px;
  line-height: 1.3;
  color: #4e74c1;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, serif !important;
  border-left: none;
  padding: 5px 0 5px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main h3.icon-step01, #main h3.icon-step02, #main h3.icon-step03, #main h3.icon-step04, #main h3.icon-step05, #main h3.icon-step06, #main h3.icon-step07, #main h3.icon-step08, #main h3.icon-step09, #main h3.icon-step10 {
    font-size: 13px;
    padding: 5px 0 5px 25px;
  }
}
#main h3.icon-step01:before, #main h3.icon-step02:before, #main h3.icon-step03:before, #main h3.icon-step04:before, #main h3.icon-step05:before, #main h3.icon-step06:before, #main h3.icon-step07:before, #main h3.icon-step08:before, #main h3.icon-step09:before, #main h3.icon-step10:before {
  font-size: 30px;
  font-family: 'icomoon' !important;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #main h3.icon-step01:before, #main h3.icon-step02:before, #main h3.icon-step03:before, #main h3.icon-step04:before, #main h3.icon-step05:before, #main h3.icon-step06:before, #main h3.icon-step07:before, #main h3.icon-step08:before, #main h3.icon-step09:before, #main h3.icon-step10:before {
    font-size: 20px;
  }
}
#main h3.leftline {
  font-size: 16px;
  color: #974276;
  padding-left: 10px;
  border-left: solid 3px #974276;
  line-height: 1.2;
  margin: 25px 0 10px 0;
}
#main h3.leftline a {
  font-size: 16px;
  color: #974276;
}
@media screen and (max-width: 767px) {
  #main h3.leftline {
    font-size: 13px;
    margin: 15px 0 10px;
  }
  #main h3.leftline a {
    font-size: 13px;
  }
}
#main h3.icon-q {
  font-size: 16px;
  line-height: 1.2;
  color: #9b296f;
  padding: 0 0 3px 25px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main h3.icon-q {
    font-size: 12px;
    padding: 0 0 5px 18px;
  }
}
#main h3.icon-q:before {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #main h3.icon-q:before {
    font-size: 13px;
  }
}
#main h4.bold {
  font-size: 14px;
  font-weight: bold;
}
#main h4.bold span {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #main h4.bold {
    font-size: 12px;
  }
}
#main h4.bold_red_s {
  font-size: 14px;
  font-weight: bold;
  color: #974276;
}
#main h4.bold_red_s a {
  font-size: 14px;
  font-weight: bold;
  color: #974276;
}
@media screen and (max-width: 767px) {
  #main h4.bold_red_s {
    font-size: 12px;
  }
  #main h4.bold_red_s a {
    font-size: 12px;
  }
}
#main h4.bold_red_s span {
  font-weight: normal;
}
#main h4.gold {
  font-size: 15px;
  color: #b09230;
}
#main h4.gold a {
  font-size: 15px;
  color: #b09230;
}
@media screen and (max-width: 767px) {
  #main h4.gold {
    font-size: 12px;
  }
  #main h4.gold a {
    font-size: 12px;
  }
}
#main h4.tag_q {
  font-size: 11px;
  text-align: center;
  width: 30px;
  display: inline-block;
  color: #fff;
  background: #9b296f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}
#main h5.bold_s {
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  color: #444;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #main h5.bold_s {
    font-size: 12px;
  }
}
#main h5.blue_underline {
  font-size: 13px;
  line-height: 1.2;
  text-decoration: underline;
  color: #4e74c1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #main h5.blue_underline {
    font-size: 12px;
  }
}
#main .icon-number01:before {
  content: "\e900";
  vertical-align: middle;
  color: #974276;
  padding-right: 0.5em;
}
#main .icon-number02:before {
  content: "\e902";
  vertical-align: middle;
  color: #974276;
  padding-right: 0.5em;
}
#main .icon-number03:before {
  content: "\e903";
  vertical-align: middle;
  color: #974276;
  padding-right: 0.5em;
}
#main .icon-number04:before {
  content: "\e904";
  vertical-align: middle;
  color: #974276;
  padding-right: 0.5em;
}
#main .icon-number05:before {
  content: "\e905";
  vertical-align: middle;
  color: #974276;
  padding-right: 0.5em;
}
#main section {
  margin: 30px 0 40px;
}
@media screen and (max-width: 767px) {
  #main section {
    margin: 15px 0 20px;
  }
}
#main .step_line {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: solid 1px #85a0d8;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .step_line {
    margin-top: 15px;
  }
}
#main .step_line:after {
  content: url("../media/images/common/step_arrow.png");
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -9px;
}
@media screen and (max-width: 767px) {
  #main .step_line:after {
    content: url("../media/images/common/sp/step_arrow.png");
    bottom: -11px;
    margin-left: -4.5px;
  }
}
#main .pink_dotted_line {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: dotted 1px #fcdcf3;
}
@media screen and (max-width: 767px) {
  #main .pink_dotted_line {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
#main .gray_line {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e6e6e6;
}
@media screen and (max-width: 767px) {
  #main .gray_line {
    margin-top: 15px;
  }
}
#main .clear .left {
  float: left;
}
@media screen and (max-width: 767px) {
  #main .clear .left {
    float: none;
  }
}
#main .clear .right {
  float: right;
}
@media screen and (max-width: 767px) {
  #main .clear .right {
    float: none;
  }
}
#main .clear .left_sp {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#main .clear .right_sp {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
#main .left_img:after {
  content: " ";
  display: block;
  clear: both;
}
#main .left_img .img {
  float: left;
  width: 200px;
  text-align: center;
}
#main .left_img .img img {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  #main .left_img .img {
    width: 100px;
    margin-right: 5px;
  }
  #main .left_img .img img {
    max-width: 100px;
  }
}
#main .left_img .text {
  float: right;
  width: 68%;
}
@media screen and (max-width: 767px) {
  #main .left_img .text {
    float: none;
    width: 100%;
  }
}
#main .right_img:after {
  content: " ";
  display: block;
  clear: both;
}
#main .right_img .text {
  float: left;
  width: 68%;
}
@media screen and (max-width: 767px) {
  #main .right_img .text {
    float: none;
    width: 100%;
  }
}
#main .right_img .img {
  float: right;
  width: 200px;
  text-align: center;
}
#main .right_img .img img {
  max-width: 200px;
}
#main .right_img .img a {
  display: inline;
}
@media screen and (max-width: 767px) {
  #main .right_img .img {
    width: 100px;
    margin-left: 5px;
  }
  #main .right_img .img img {
    max-width: 100px;
  }
}
#main ul.half_float:after {
  content: " ";
  display: block;
  clear: both;
}
#main ul.half_float li {
  width: 49%;
  float: left;
  margin-bottom: 1%;
}
@media screen and (max-width: 767px) {
  #main ul.half_float li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
#main ul.half_float li:nth-child(even) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #main ul.half_float li:nth-child(even) {
    margin-left: 0;
  }
}
#main ul.three_float:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #main ul.three_float {
    padding: 0 10px;
  }
}
#main ul.three_float li {
  width: 31.9%;
  float: left;
  margin: 0 0.5% 1%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  background: #ebf3ff;
  border: solid 1px #4e74c1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #main ul.three_float li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
}
#main ul.three_float_2:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #main ul.three_float_2 {
    padding: 0 10px;
  }
}
#main ul.three_float_2 li {
  width: 31.9%;
  float: left;
  margin: 0 0.5% 1%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  background: #fdecf8;
  border: solid 1px #974276;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #main ul.three_float_2 li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
}
#main .ta_center {
  text-align: center !important;
}
#main .ta_right {
  text-align: right !important;
}
#main .ta_left {
  text-align: left !important;
}
#main .va_middle {
  vertical-align: middle !important;
}
#main p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #main p {
    font-size: 12px;
  }
}
#main p + p {
  margin-top: 20px;
}
#main strong {
  font-weight: bold;
}
#main .imgbox {
  text-align: center;
  margin: 20px 0;
}
#main .imgbox a {
  display: inline;
}
#main .imgbox img + img {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #main .imgbox img {
    display: block;
    margin: 0 auto;
  }
  #main .imgbox img + img {
    margin: 10px auto 0;
  }
}
#main .mg_top {
  margin-top: 20px;
}
#main .mg_bottom {
  margin-bottom: 20px;
}
#main .mg_left {
  margin-left: 10px;
}
#main .mg_right {
  margin-right: 10px;
}
#main .mg_wrapper {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #main .mg_sp {
    margin-right: 10px;
    margin-left: 10px;
  }
}
#main .white_button a, #main .lb_button a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #4e74c1;
  font-size: 15px;
  line-height: 1.2;
  padding: 16px 35px 16px 45px;
  background: #fff;
  border: solid 1px #4e74c1;
  position: relative;
  width: 340px;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  #main .white_button a, #main .lb_button a {
    width: 100%;
    font-size: 12px;
    padding: 16px 30px 16px 45px;
    background: #ebf3ff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
#main .white_button a:hover, #main .lb_button a:hover {
  background: #ebf3ff;
}
#main .white_button a:before, #main .lb_button a:before {
  content: url("../media/images/common/icon_note.png");
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
}
#main .white_button a:after, #main .lb_button a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  color: #4e74c1;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #main .white_button a:after, #main .lb_button a:after {
    margin-top: -8px;
    right: 16px;
    font-size: 14px;
  }
}
#main .lb_button a {
  width: 300px;
  background: #ebf3ff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#main .lb_button a:hover {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #main .lb_button a {
    width: 100%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
#main .blue_button a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #4e74c1;
  font-size: 15px;
  line-height: 1.2;
  padding: 15px 35px 15px 15px;
  border: solid 1px #4e74c1;
  background: #ebf3ff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  width: 300px;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  #main .blue_button a {
    width: 100%;
    font-size: 12px;
    padding: 16px 30px 16px 15px;
    background: #ebf3ff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
#main .blue_button a:hover {
  background: #fff;
}
#main .blue_button a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  color: #4e74c1;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #main .blue_button a:after {
    margin-top: -8px;
    right: 16px;
    font-size: 14px;
  }
}
#main ul.check li {
  position: relative;
  padding-left: 18px;
}
#main ul.check li:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 2px;
  left: 0;
}
#main ul.disc {
  list-style: disc;
  padding-left: 18px;
}
#main ul.box3, #main ul.box2, #main ul.box3_img {
  padding: 20px 0;
  border: solid 1px #b4c1db;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: table;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main ul.box3, #main ul.box2, #main ul.box3_img {
    border-radius: 0;
    padding: 0 13px 0;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }
}
#main ul.box3 li, #main ul.box2 li, #main ul.box3_img li {
  padding: 0 20px 30px;
  border-left: dotted 1px #b4c1db;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  #main ul.box3 li, #main ul.box2 li, #main ul.box3_img li {
    display: block;
    width: 100%;
    border-left: none;
    border-top: dotted 1px #b4c1db;
    padding: 15px 0 15px;
  }
  #main ul.box3 li:after, #main ul.box2 li:after, #main ul.box3_img li:after {
    content: " ";
    display: block;
    clear: both;
  }
}
#main ul.box3 li:first-child, #main ul.box2 li:first-child, #main ul.box3_img li:first-child {
  border-left: none;
}
@media screen and (max-width: 767px) {
  #main ul.box3 li:first-child, #main ul.box2 li:first-child, #main ul.box3_img li:first-child {
    border-top: none;
  }
}
#main ul.box3 li h3, #main ul.box2 li h3, #main ul.box3_img li h3, #main ul.box3 li h4, #main ul.box2 li h4, #main ul.box3_img li h4, #main ul.box3 li h5, #main ul.box2 li h5, #main ul.box3_img li h5 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
#main ul.box3 li h3 a, #main ul.box2 li h3 a, #main ul.box3_img li h3 a, #main ul.box3 li h4 a, #main ul.box2 li h4 a, #main ul.box3_img li h4 a, #main ul.box3 li h5 a, #main ul.box2 li h5 a, #main ul.box3_img li h5 a {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 3px;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #main ul.box3 li h3 a, #main ul.box2 li h3 a, #main ul.box3_img li h3 a, #main ul.box3 li h4 a, #main ul.box2 li h4 a, #main ul.box3_img li h4 a, #main ul.box3 li h5 a, #main ul.box2 li h5 a, #main ul.box3_img li h5 a {
    font-size: 12px;
  }
}
#main ul.box3 li h3 a:before, #main ul.box2 li h3 a:before, #main ul.box3_img li h3 a:before, #main ul.box3 li h4 a:before, #main ul.box2 li h4 a:before, #main ul.box3_img li h4 a:before, #main ul.box3 li h5 a:before, #main ul.box2 li h5 a:before, #main ul.box3_img li h5 a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
}
#main ul.box3 li p.sub, #main ul.box2 li p.sub, #main ul.box3_img li p.sub {
  font-size: 13px;
  color: #4e74c1;
  display: block;
}
@media screen and (max-width: 767px) {
  #main ul.box3 li p.sub, #main ul.box2 li p.sub, #main ul.box3_img li p.sub {
    font-size: 11px;
  }
}
#main ul.box3 li div.detail, #main ul.box2 li div.detail, #main ul.box3_img li div.detail {
  margin-top: 8px;
}
#main ul.box3 li div.detail p, #main ul.box2 li div.detail p, #main ul.box3_img li div.detail p {
  font-size: 12px;
  line-height: 1.65;
}
#main ul.box3 li .link, #main ul.box2 li .link, #main ul.box3_img li .link {
  position: absolute;
  bottom: 20px;
}
#main ul.box3 li .link a, #main ul.box2 li .link a, #main ul.box3_img li .link a {
  padding-left: 0;
  font-size: 12px;
}
#main ul.box3 li .link a:before, #main ul.box2 li .link a:before, #main ul.box3_img li .link a:before {
  content: none;
}
@media screen and (max-width: 767px) {
  #main ul.box3 li .link, #main ul.box2 li .link, #main ul.box3_img li .link {
    margin-top: 2px;
    position: static;
  }
  #main ul.box3 li .link a, #main ul.box2 li .link a, #main ul.box3_img li .link a {
    font-size: 11px;
    position: relative;
    padding-left: 15px;
  }
  #main ul.box3 li .link a:before, #main ul.box2 li .link a:before, #main ul.box3_img li .link a:before {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
    font-size: 14px;
  }
}
#main ul.box2 li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #main ul.box2 li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main ul.box3_img li:after {
    content: " ";
    display: block;
    clear: both;
  }
}
#main ul.box3_img li .thumbnail {
  margin: 10px auto;
  width: 190px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main ul.box3_img li .thumbnail {
    text-align: center;
    float: right;
    width: 90px;
    margin: 5px 0 5px 10px;
  }
  #main ul.box3_img li .thumbnail img {
    width: 100%;
  }
}
#main ul.box4, #main ul.box4_img {
  padding: 10px 0 14px;
  border: solid 1px #b4c1db;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  position: relative;
  display: table;
}
#main ul.box4:after, #main ul.box4_img:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #main ul.box4, #main ul.box4_img {
    border-radius: 0;
    padding: 0 13px 0;
    margin-right: 10px;
    margin-left: 10px;
    display: block;
  }
}
#main ul.box4 li, #main ul.box4_img li {
  padding: 0 14px 20px;
  border-left: dotted 1px #b4c1db;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  #main ul.box4 li, #main ul.box4_img li {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    border-left: none;
    border-top: dotted 1px #b4c1db;
    padding: 15px 0 15px;
  }
}
#main ul.box4 li:first-child, #main ul.box4_img li:first-child {
  border-left: none;
}
@media screen and (max-width: 767px) {
  #main ul.box4 li:first-child, #main ul.box4_img li:first-child {
    border-top: none;
  }
}
#main ul.box4 li h3, #main ul.box4_img li h3, #main ul.box4 li h4, #main ul.box4_img li h4, #main ul.box4 li h5, #main ul.box4_img li h5 {
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main ul.box4 li h3, #main ul.box4_img li h3, #main ul.box4 li h4, #main ul.box4_img li h4, #main ul.box4 li h5, #main ul.box4_img li h5 {
    font-size: 12px;
  }
}
#main ul.box4 li h3 a, #main ul.box4_img li h3 a, #main ul.box4 li h4 a, #main ul.box4_img li h4 a, #main ul.box4 li h5 a, #main ul.box4_img li h5 a {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 3px;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #main ul.box4 li h3 a, #main ul.box4_img li h3 a, #main ul.box4 li h4 a, #main ul.box4_img li h4 a, #main ul.box4 li h5 a, #main ul.box4_img li h5 a {
    font-size: 12px;
  }
}
#main ul.box4 li h3 a:before, #main ul.box4_img li h3 a:before, #main ul.box4 li h4 a:before, #main ul.box4_img li h4 a:before, #main ul.box4 li h5 a:before, #main ul.box4_img li h5 a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
}
#main ul.box4 li p.sub, #main ul.box4_img li p.sub {
  font-size: 13px;
  color: #4e74c1;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #main ul.box4 li p.sub, #main ul.box4_img li p.sub {
    font-size: 11px;
  }
}
#main ul.box4 li .detail, #main ul.box4_img li .detail {
  margin-top: 8px;
}
#main ul.box4 li .detail p, #main ul.box4_img li .detail p {
  font-size: 12px;
  line-height: 1.65;
}
#main ul.box4 li .link, #main ul.box4_img li .link {
  position: absolute;
  bottom: 10px;
}
#main ul.box4 li .link a, #main ul.box4_img li .link a {
  padding-left: 0;
  font-size: 12px;
}
#main ul.box4 li .link a:before, #main ul.box4_img li .link a:before {
  content: none;
}
@media screen and (max-width: 767px) {
  #main ul.box4 li .link, #main ul.box4_img li .link {
    margin-top: 2px;
    position: static;
  }
  #main ul.box4 li .link a, #main ul.box4_img li .link a {
    font-size: 11px;
    position: relative;
    padding-left: 15px;
  }
  #main ul.box4 li .link a:before, #main ul.box4_img li .link a:before {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main ul.box4_img li:after {
    content: " ";
    display: block;
    clear: both;
  }
}
#main ul.box4_img li .thumbnail {
  margin: 8px auto 6px;
  text-align: center;
  width: 150px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main ul.box4_img li .thumbnail {
    width: 90px;
    margin: 5px 0 0 10px;
    float: right;
  }
  #main ul.box4_img li .thumbnail img {
    width: 100%;
  }
}
#main ol {
  list-style-type: decimal;
  padding-left: 20px;
}
#main dl {
  margin: 0 0 30px 0;
}
#main dl:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #main dl {
    margin: 0 5px 15px;
  }
}
#main dl dt {
  width: 22%;
  float: left;
}
@media screen and (max-width: 767px) {
  #main dl dt {
    width: 90px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
#main dl dd {
  padding-left: 20px;
  float: right;
  width: 75%;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  #main dl dd {
    float: none;
    padding-left: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #main dl dd h3, #main dl dd h4, #main dl dd h5 {
    margin-left: 100px;
  }
}
#main dl dd h3 a, #main dl dd h4 a, #main dl dd h5 a {
  font-size: 14px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #main dl dd h3 a, #main dl dd h4 a, #main dl dd h5 a {
    font-size: 12px;
  }
}
#main dl dd h3 {
  font-weight: bold;
}
#main table {
  width: 100%;
  border-top: solid 1px #ebbddd;
  border-left: solid 1px #ebbddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main table tr {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #main table img.mark {
    width: auto;
  }
}
#main table th {
  padding: 12px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #974276;
  background: #fdecf8;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: solid 1px #ebbddd;
  border-right: solid 1px #ebbddd;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #main table th {
    padding: 10px 5px;
    -webkit-text-size-adjust: 100%;
  }
}
#main table th.ta_left {
  text-align: left !important;
}
#main table th.ta_right {
  text-align: right !important;
}
#main table td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #974276;
  padding: 12px 10px;
  border-bottom: solid 1px #ebbddd;
  border-right: solid 1px #ebbddd;
}
@media screen and (max-width: 767px) {
  #main table td {
    padding: 10px 5px;
    -webkit-text-size-adjust: 100%;
  }
}
#main table td.ta_left {
  text-align: left !important;
}
#main table td.ta_right {
  text-align: right !important;
}
#main table td.bg_pink {
  background: #fff9fd;
}
#main table.reverse th {
  background: #fff;
  font-weight: normal;
}
#main table.reverse td {
  background: #fff9fd;
}
#main table.pale th {
  background: #fff9fd;
}
#main table.pale td {
  background: #fff;
}
#main table.wide tbody th {
  background: #fff9fd;
}
#main table.th_center th {
  text-align: center;
}
#main table.td_center td {
  text-align: center;
}
#main table.table_gray {
  border: none;
}
#main table.table_gray th, #main table.table_gray td {
  background: none;
  color: #444;
  border: none;
  border-bottom: solid 1px #e6e6e6;
}
#main table.table_gray th {
  padding: 10px 0;
  width: auto;
  font-weight: normal;
}
#main table.table_gray td {
  padding: 10px;
}
#main table.ex, #main table.ex_pink {
  border: none;
  margin-bottom: 20px;
}
#main table.ex th, #main table.ex_pink th {
  border: none;
  background: #fff;
  font-size: 14px;
  color: #4e74c1;
  line-height: 1.6;
  text-align: center;
  background: #ebf3ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 15px;
}
#main table.ex th:first-child, #main table.ex_pink th:first-child {
  border-right: solid 1px #fff;
}
#main table.ex th:last-child, #main table.ex_pink th:last-child {
  border-left: solid 1px #fff;
}
#main table.ex td, #main table.ex_pink td {
  border: none;
  color: #444;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #main table.ex td, #main table.ex_pink td {
    padding: 15px 5px 10px;
  }
}
#main table.ex td.zoom, #main table.ex_pink td.zoom {
  white-space: nowrap;
  text-align: center;
}
#main table.ex td img, #main table.ex_pink td img {
  max-width: none;
}
@media screen and (max-width: 767px) {
  #main table.ex td img, #main table.ex_pink td img {
    max-width: 100%;
  }
}
#main table.ex.left div.mount, #main table.left.ex_pink div.mount, #main table.ex.right div.mount, #main table.right.ex_pink div.mount {
  margin: 0 auto;
}
#main table.ex.left, #main table.left.ex_pink {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #main table.ex.left, #main table.left.ex_pink {
    width: 100%;
  }
}
#main table.ex.right, #main table.right.ex_pink {
  width: 68%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #main table.ex.right, #main table.right.ex_pink {
    width: 100%;
    margin-left: 0;
  }
}
#main table.ex_pink th {
  color: #974276;
  background: #fdecf8;
}
#main table.fixed {
  table-layout: fixed;
}
#main table.ws_normal th {
  white-space: normal !important;
}
@media screen and (max-width: 767px) {
  #main div.scroll {
    overflow: auto;
    white-space: nowrap;
  }
  #main div.scroll table th {
    white-space: nowrap !important;
  }
  #main div.scroll::-webkit-scrollbar {
    height: 5px;
  }
  #main div.scroll::-webkit-scrollbar-track {
    background: #fff;
  }
  #main div.scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
#main div.mount {
  text-align: center;
  width: 180px;
  overflow: hidden;
  background: #f1f1f1;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #main div.mount {
    padding: 25px;
    width: 124px;
  }
}
#main div.mount img {
  width: 100%;
}
#main .border_black {
  border: solid 1px #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  color: #444;
}
#main .border_pink {
  border: solid 1px #fcdcf3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 14px;
  margin: 15px 0;
  color: #9b296f;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  #main .border_pink {
    padding: 10px;
    font-size: 11px;
  }
}
#main .pink_wrapper {
  border: solid 5px #fff8fd;
  padding: 20px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  #main .pink_wrapper {
    padding: 10px;
  }
}
#main .pink_wrapper section {
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  #main .pink_wrapper section {
    margin: 15px 0 20px;
  }
}
#main .pink_wrapper section:first-child {
  margin-top: 0;
}
#main .pink_wrapper section:last-child {
  margin-bottom: 0;
}
#main .pink_wrapper section h3:first-child, #main .pink_wrapper section h4:first-child, #main .pink_wrapper section h5:first-child {
  margin-top: 0;
}
#main .pink_wrapper p:last-child {
  margin-bottom: 0;
}
#main .pink_border_wrapper {
  background: #fff8fd;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #974276;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main .pink_border_wrapper {
    padding: 5px;
    font-size: 13px;
  }
}
#main .pink_border_wrapper strong {
  color: #e06c9a;
  font-weight: normal;
}
#main .pink_border_wrapper ul {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: dotted 1px #f2afcc;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #main .pink_border_wrapper ul {
    padding: 13px;
  }
}
#main .pink_border_wrapper ul li {
  margin-top: 3.5px;
  padding-left: 20px;
}
#main .pink_border_wrapper ul li:first-child {
  margin-top: 0;
}
#main .pink_border_wrapper ul li:before {
  top: 0;
}
#main .pink_border_wrapper ul.disc {
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  #main .pink_border_wrapper ul.disc {
    padding-left: 28px;
  }
}
#main .pink_border_wrapper ul.disc li {
  padding-left: 0;
}
#main .pink_border_wrapper ul.check li:before {
  color: #e06c9a;
}
#main .pink_border_wrapper ol {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: dotted 1px #f2afcc;
  padding: 20px 20px 20px 40px;
}
@media screen and (max-width: 767px) {
  #main .pink_border_wrapper ol {
    padding: 13px 13px 13px 26px;
  }
}
#main .pink_border_wrapper ol li {
  margin-top: 3.5px;
}
#main .pink_border_wrapper ol li:first-child {
  margin-top: 0;
}
#main .cream_border_wrapper {
  border: solid 6px #f4f0e7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  #main .cream_border_wrapper {
    border: solid 3px #f4f0e7;
    padding: 10px;
  }
}
#main .before_after {
  text-align: center;
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  #main .before_after {
    margin: 25px auto 15px;
  }
}
#main .before_after > div {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 180px;
}
#main .before_after > div img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main .before_after > div {
    width: 100px;
    height: 100px;
    border: solid 10px #e6e6e6;
  }
}
#main .before_after > div.before p, #main .before_after > div.after p {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 65px;
  height: 65px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  #main .before_after > div.before p, #main .before_after > div.after p {
    top: -20px;
    left: -20px;
    width: 42px;
    height: 42px;
    font-size: 10px;
    padding: 13px 0;
  }
}
#main .before_after > div.before {
  margin-right: 105px;
}
@media screen and (max-width: 767px) {
  #main .before_after > div.before {
    margin-right: 30px;
  }
}
#main .before_after > div.before:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  font-size: 65px;
  color: #974276;
  position: absolute;
  right: -68px;
  top: 50%;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  #main .before_after > div.before:after {
    font-size: 30px;
    right: -35px;
    margin-top: -20px;
  }
}
#main .before_after > div.before p {
  color: #974276;
  background: #fff;
  border: solid 1px #974276;
}
#main .before_after > div.after p {
  color: #fff;
  background: #e06c9a;
}
#main div.contact_banner {
  position: relative;
  margin: 30px 0;
  height: 210px;
  background: url("../media/images/common/contact_banner/contactbox.png") no-repeat;
}
@media screen and (max-width: 767px) {
  #main div.contact_banner {
    display: none;
  }
}
#main div.contact_banner ul.contact {
  position: absolute;
  height: 42px;
  right: 30px;
  bottom: 30px;
}
#main div.contact_banner ul.contact:after {
  content: " ";
  display: block;
  clear: both;
}
#main div.contact_banner ul.contact li {
  float: left;
}
#main div.contact_banner ul.contact li:first-child {
  margin-right: 10px;
}
#main div.contact_banner ul.contact li.mail {
  width: 146px;
  height: 42px;
}
#main div.contact_banner ul.contact li.reserve {
  width: 200px;
  height: 42px;
}
#main div.contact_banner ul.contact li a {
  padding-left: 0;
}
#main div.contact_banner ul.contact li a:before {
  content: none;
}
@media screen and (max-width: 767px) {
  #main .localnavi_bottom {
    display: none;
  }
}
#main .localnavi_bottom h2.top_title {
  display: none;
}
#main .localnavi_bottom ul.depth1 > li {
  margin-bottom: 10px;
}
#main .localnavi_bottom ul.depth1 > li > a {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding: 9px 7px 9px 30px;
  background: #ebf3ff;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
#main .localnavi_bottom ul.depth1 > li > a:hover {
  color: #5f8be5;
  text-decoration: underline;
}
#main .localnavi_bottom ul.depth1 > li > a:before {
  left: 10px;
  top: 7px;
}
#main .localnavi_bottom ul.depth1 > li > a:before:hover {
  text-decoration: none;
}
#main .localnavi_bottom ul.depth1 > li ul.depth2 {
  margin-top: -3px;
  padding: 7px 0;
  border-bottom: solid 2px #ebf3ff;
  border-right: solid 2px #ebf3ff;
  border-left: solid 2px #ebf3ff;
}
#main .localnavi_bottom ul.depth1 > li ul.depth2 li {
  position: relative;
}
#main .localnavi_bottom ul.depth1 > li ul.depth2 li:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 20px;
  top: 3px;
  font-size: 12px;
  color: #4e74c1;
  text-decoration: none;
}
#main .localnavi_bottom ul.depth1 > li ul.depth2 li:hover:before {
  color: #5f8be5;
}
#main .localnavi_bottom ul.depth1 > li ul.depth2 li a {
  padding: 7px 7px 7px 30px;
  display: block;
  background: #fff;
  font-size: 12px;
  line-height: 1.2;
  color: #444;
  text-decoration: none;
}
#main .localnavi_bottom ul.depth1 > li ul.depth2 li a:hover {
  color: #5f8be5;
  text-decoration: underline;
}
#main .video {
  position: relative;
  margin: 20px auto;
  width: 535px;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  #main .video {
    width: 100%;
  }
}
#main .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*# sourceMappingURL=lower.css.map */
