@charset "UTF-8";
/* -------------------------- */
/* 共通 */
/* -------------------------- */
body {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #000;
  font-size: 15px;
  position: relative;
  height: 100%; }

body.cn {
  font-family: "Microsoft YaHei", "微软雅黑",'SimSun', sans-serif; }

.pc {
  display: block; }

.sp {
  display: none; }

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

a.btn_more,
span.btn_more {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 258px;
  border: 1px solid #368ea1;
  color: #368ea1 !important;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 0;
  text-align: center;
  background: url(../img/PC/common/btn_more_arrow.png) no-repeat right 16px top 13px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a.btn_more:hover,
a:hover .btn_more {
  background-color: #d8ebf0;
  opacity: 1; }

.notel {
  display: inline !important;
  color: #000;
  padding: 0 !important; }

.notel a {
  color: #000;
  text-decoration: none; }

header {
  border-bottom: 2px solid #9ac6d0; }
  header .header_wrap {
    margin: 0 auto 0 auto;
    width: 960px;
    height: 96px;
    position: relative; }
  header #logo {
    position: absolute;
    top: 12px;
    right: auto;
    bottom: auto;
    left: 0px; }
  header .localize {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 108px;
    bottom: auto;
    left: auto; }
  header .localize::after {
    content: '｜';
    color: #bbb;
    position: absolute;
    top: 3px;
    right: auto;
    bottom: auto;
    left: auto; }
  header .localize li {
    display: inline-block;
    float: left;
    margin-left: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; }
  header .localize li a {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
    /*padding: 4px 8px;*/
    background-color: #bbb;
    font-size: 12px;
    color: #fff; }
  header .localize li a:hover {
    background-color: #36a187; }
  header .btn_gray {
    display: inline-block;
    height: 27px;
    line-height: 28px;
    padding: 0 8px;
    /*padding: 5px 8px 3px;*/
    background-color: #bbb;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 0px;
    bottom: auto;
    left: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  header .btn_gray:hover {
    background-color: #ed1c24; }
  header nav {
    display: inline-block;
    position: absolute;
    top: 53px;
    right: 0px;
    bottom: auto;
    left: auto; }
  header nav ul li {
    display: inline-block;
    float: left;
    width: 172px;
    position: relative;
    color: #368ea1; }
  header nav ul li a {
    display: block;
    color: #368ea1;
    font-weight: bold;
    text-align: center;
    height: 30px; }
  header nav ul li:first-child::before {
    content: '/';
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px; }
  header nav ul li::after {
    content: '/';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto; }
/*
.en header #logo {
  top: 15px; }
  */
.en header .localize {
  right: 148px; }

.cn header .btn_gray {
  line-height: 27px; }

footer {
  border-top: 2px solid #9ac6d0;
  padding: 32px 0 24px; }
  footer nav {
    text-align: center;
    margin-bottom: 16px; }
  footer ul {
    display: inline-block; }
  footer li {
    display: inline-block;
    float: left;
    padding: 0 16px 0 10px;
    position: relative; }
  footer li:first-child:after {
    content: '/';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    color: #368ea1; }
  footer a {
    font-size: 15px;
    font-weight: bold;
    color: #368ea1; }
  footer .copyright {
    clear: both;
    color: #555;
    text-align: center;
    font-size: 12px; }

.page_top {
  diplay: none;
  width: 58px;
  height: 58px;
  background-image: url(../img/PC/common/btn_page_top_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 8px 0px #ccc;
  -moz-box-shadow: 0px 0px 8px 0px #ccc;
  -ms-box-shadow: 0px 0px 8px 0px #ccc;
  -o-box-shadow: 0px 0px 8px 0px #ccc;
  box-shadow: 0px 0px 8px 0px #ccc; }

/* -------------------------- */
/* トップページ */
/* -------------------------- */
#top .main_image {
  margin: 16px auto 0 auto;
  width: 960px;
  height: 390px;
  position: relative; }
  #top .main_image h1 {
    margin: 0 auto 0 auto;
    width: 960px;
    position: absolute;
    top: 164px;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
    color: #fff;
    font-size: 30px; }
  #top .main_image p {
    margin: 0 auto 0 auto;
    width: 960px;
    position: absolute;
    top: 216px;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 2; }
  #top .main_image div {
    position: relative; }
  #top .main_image div img {
    position: absolute; }

#top .news_list {
  margin: 0 0 32px;
  padding-top: 40px;
  background: url(../img/PC/common/img_top_news.png) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden; }
  #top .news_list h2 {
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 16px;
    color: #368ea1;
    background: url(../img/PC/common/border_main_color.gif) no-repeat center bottom;
    -webkit-background-size: 40px 2px;
    -moz-background-size: 40px 2px;
    -ms-background-size: 40px 2px;
    -o-background-size: 40px 2px;
    background-size: 40px 2px; }
  #top .news_list ul {
    margin: 0 auto 0 auto;
    width: 960px;
    border-top: 1px dotted #b7ded4;
    margin-bottom: 32px;
    overflow: hidden; }
  #top .news_list ul li {
    border-bottom: 1px dotted #b7ded4;
    height: auto;
    clear: both; }
  #top .news_list ul li a {
    display: block;
    overflow: hidden;
    width: auto;
    padding: 16px 0;
    color: #000; }
  #top .news_list ul li strong {
    display: block;
    float: left;
    width: 134px;
    color: #36a187;
    font-weight: bold;
    font-size: 14px;
    padding-left: 24px; }
  #top .news_list ul li span {
    float: left;
    width: 780px;
    font-size: 15px; }

/*#top.en .news_list ul li strong{
	width: 110px;
}*/
.product_list {
  margin: 0;
  margin-top: 24px;
  padding: 40px 0 48px;
  background: url(../img/PC/common/img_top_product.png) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .product_list h2 {
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 16px;
    color: #368ea1;
    background: url(../img/PC/common/border_main_color.gif) no-repeat center bottom;
    -webkit-background-size: 40px 2px;
    -moz-background-size: 40px 2px;
    -ms-background-size: 40px 2px;
    -o-background-size: 40px 2px;
    background-size: 40px 2px; }
  .product_list ul {
    margin: 0 auto 0 auto;
    text-align: center;
    width: 960px; }
  .product_list li {
    display: inline-block;
    vertical-align: top;
    width: 308px;
    margin-left: 12px;
    padding-bottom: 32px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc;
    -moz-box-shadow: 0px 0px 4px 0px #ccc;
    -ms-box-shadow: 0px 0px 4px 0px #ccc;
    -o-box-shadow: 0px 0px 4px 0px #ccc;
    box-shadow: 0px 0px 4px 0px #ccc; }
  .product_list li:first-child {
    margin-left: 0; }
  .product_list li a {
    color: #000; }
  .product_list li strong {
    display: block;
    margin: 16px auto 8px;
    font-size: 20px;
    color: #36a187;
    text-align: center; }
  .product_list li p {
    width: 265px;
    height: 160px;
    margin: 0 auto 16px;
    text-align: left;
    line-height: 2; }

.en .product_list li p {
  height: 220px; }

.cn .product_list li p {
  height: 140px; }

/* -------------------------- */
/* 下層ページ共通 */
/* -------------------------- */
.page header nav li.active a {
  color: #36a187;
  background: url(../img/PC/common/border_accent_color.gif) no-repeat center bottom; }

.page .main_image, .page .bread_crumb {
  margin: 0 auto 0 auto;
  width: 960px; }

.page .main_image {
  height: 244px;
  margin: 16px auto;
  text-align: center; }
  .page .main_image h1 {
    color: #fff;
    font-size: 32px;
    padding-top: 110px; }

.page .bread_crumb {
  color: #368ea1;
  font-size: 12px;
  margin-bottom: 32px; }
  .page .bread_crumb ul li {
    display: inline-block; }
  .page .bread_crumb li {
    position: relative;
    padding-right: 16px; }
  .page .bread_crumb li::after {
    content: '/';
    position: absolute;
    top: auto;
    right: 0px;
    bottom: auto;
    left: auto; }
  .page .bread_crumb li:last-child::after {
    content: ''; }
  .page .bread_crumb a {
    color: #368ea1;
    text-decoration: underline; }
  .page .bread_crumb a:hover {
    text-decoration: none; }

.page .contents {
  margin: 0 auto 0 auto;
  width: 960px; }

.page h2 {
  border-top: 2px solid #368ea1;
  border-bottom: 1px solid #368ea1;
  padding: 16px;
  font-size: 20px;
  color: #368ea1; }

/* -------------------------- */
/* ニュース */
/* -------------------------- */
#news header nav li.active a {
  -webkit-background-size: 59px 2px;
  -moz-background-size: 59px 2px;
  -ms-background-size: 59px 2px;
  -o-background-size: 59px 2px;
  background-size: 59px 2px; }

#news.en header nav li.active a {
  -webkit-background-size: 45px 2px;
  -moz-background-size: 45px 2px;
  -ms-background-size: 45px 2px;
  -o-background-size: 45px 2px;
  background-size: 45px 2px; }

#news.cn header nav li.active a {
  -webkit-background-size: 30px 2px;
  -moz-background-size: 30px 2px;
  -ms-background-size: 30px 2px;
  -o-background-size: 30px 2px;
  background-size: 30px 2px; }

#news .main_image {
  background: url(../img/PC/common/img_news.png) no-repeat left top; }

#news .news_list {
  margin: 0 auto 0 auto;
  width: 960px; }
  #news .news_list ul {
    margin-bottom: 40px; }
  #news .news_list ul li {
    border-bottom: 1px dotted #b7ded4;
    height: auto;
    clear: both; }
  #news .news_list ul li a {
    display: block;
    overflow: hidden;
    width: auto;
    padding: 16px 0;
    color: #000; }
  #news .news_list ul li strong {
    display: block;
    float: left;
    width: 134px;
    color: #36a187;
    font-weight: bold;
    font-size: 14px;
    padding-left: 24px; }
  #news .news_list ul li span {
    float: left;
    width: 780px;
    font-size: 15px; }

/*#news.en .news_list{
	ul li strong{
		width: 110px;
	}
}*/
#news .news_details {
  width: 832px;
  margin-bottom: 80px; }
  #news .news_details h2 {
    border: none;
    padding: 0;
    margin-bottom: 16px; }
  #news .news_details .time {
    font-size: 16px;
    font-weight: bold;
    color: #36a187;
    line-height: 2; }
  #news .news_details p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 16px; }
  #news .news_details img.right {
    float: right; }

/* -------------------------- */
/* 製品紹介 */
/* -------------------------- */
#product header nav li.active a {
  -webkit-background-size: 59px 2px;
  -moz-background-size: 59px 2px;
  -ms-background-size: 59px 2px;
  -o-background-size: 59px 2px;
  background-size: 59px 2px; }

#product.en header nav li.active a {
  -webkit-background-size: 78px 2px;
  -moz-background-size: 78px 2px;
  -ms-background-size: 78px 2px;
  -o-background-size: 78px 2px;
  background-size: 78px 2px; }

#product .main_image {
  background: url(../img/PC/common/img_product.png) no-repeat left top; }

#product .product_list {
  background: none;
  padding: 0;
  margin-bottom: 56px; }

#product h2 {
  background: none;
  text-align: left;
  margin-bottom: 24px; }

#product .contents {
  clear: both;
  margin-bottom: 40px; }
  #product .contents .left {
    display: inline-block;
    width: 788px;
    margin-right: 32px; }
    #product .contents .left div.img_swipe {
      display: none; }
    #product .contents .left table {
      border: 1px solid #ccc;
      border-collapse: collapse; }
      #product .contents .left table th {
        font-size: 13px;
        background: #e5e5e5;
        padding: 10px 8px;
        text-align: left;
        border: 1px solid #ccc;
        border-top: none;
        border-bottom: none;
        vertical-align: top; }
      #product .contents .left table td {
        font-size: 13px;
        padding: 8px;
        text-align: left;
        border: 1px solid #ccc;
        border-bottom: none;
        vertical-align: top; }
      #product .contents .left table .nowrap {
        white-space: nowrap; }
      #product .contents .left table td.product_name {
        white-space: nowrap;
        color: #36a187; }
      #product .contents .left table td.product_name a {
        display: inline-block;
        padding: 4px 6px 4px 18px;
        margin: 8px 0;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        background: #36a187 url(../img/PC/common/icon_contact.png) no-repeat left 6px center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
      #product .contents .left table td ol li {
        /*text-indent: -1em;
        margin-left: 1em;*/
        margin-bottom: 8px; }
  #product .contents .right {
    display: inline-block;
    width: 140px;
    float: right; }
    #product .contents .right strong {
      display: block;
      background: #368ea1;
      padding: 15px 16px;
      color: #fff;
      font-size: 18px; }
    #product .contents .right ul li {
      border-bottom: 1px solid #ccc;
      font-size: 13px; }
      #product .contents .right ul li a {
        display: block;
        color: #368ea1;
        padding: 16px 16px 16px 32px;
        background: url(../img/PC/common/icon_side_menu.png) no-repeat left 16px top 19px; }
      #product .contents .right ul li a:hover {
        background-color: #ebf5f3;
        color: #36a187; }
    #product .contents .right ul li.active span {
      display: block;
      font-weight: bold;
      color: #36a187;
      padding: 16px 16px 16px 32px;
      background: #ebf5f3 url(../img/PC/common/icon_side_menu_active.png) no-repeat left 16px center; }

#product.en .contents td ol li,
#product.cn .contents td ol li {
  text-indent: 0 !important;
  margin-left: 0 !important; }

#sumilink .left strong.title {
  display: block;
  background: url(../img/PC/common/icon_green.png) no-repeat left center;
  padding-left: 16px;
  font-size: 20px;
  color: #36a187;
  margin-bottom: 12px; }
#sumilink .left ol {
  clear: both;
  margin: 20px 0 40px;
  overflow: hidden;
  padding-top: 20px; }
#sumilink .left ol li {
  float: left;
  width: 382px;
  border: 3px solid #36a187;
  box-sizing: border-box;
  -webkit-border-radius: 0px 16px 16px 16px;
  -moz-border-radius: 0px 16px 16px 16px;
  -ms-border-radius: 0px 16px 16px 16px;
  -o-border-radius: 0px 16px 16px 16px;
  border-radius: 0px 16px 16px 16px; }
#sumilink .left ol li:last-child {
  float: right; }
#sumilink .left ol li strong {
  display: table;
  padding: 8px;
  font-size: 16px;
  color: #fff;
  background: #36a187;
  margin: -20px 0 0 -3px; }
#sumilink .left ol li p {
  margin-left: 55px;
  padding-bottom: 16px; }
#sumilink .left ol li span {
  display: block;
  text-decoration: underline;
  margin: 12px 0 0 -16px;
  font-size: 16px;
  font-weight: bold;
  color: #36a187; }
#sumilink .left nav {
  clear: both;
  text-align: center;
  border-top: 1px dotted #ccc;
  margin-bottom: 40px;
  padding-top: 24px; }
  #sumilink .left nav ul li {
    display: inline-block; }
  #sumilink .left nav ul li::after {
    content: '　|　';
    color: #368ea1;
    font-weight: bold; }
  #sumilink .left nav ul li:last-child::after {
    content: ''; }
  #sumilink .left nav a {
    color: #368ea1;
    font-weight: bold; }
  #sumilink .left nav a:hover {
    text-decoration: underline; }
#sumilink .left section {
  border-bottom: 1px dotted #ccc;
  padding: 40px 20px 0; }
  #sumilink .left section h3 {
    font-size: 20px;
    color: #36a187;
    margin-bottom: 20px; }
  #sumilink .left section p {
    line-height: 2;
    margin-bottom: 30px; }
    #sumilink .left section p strong {
      display: block; }
    #sumilink .left section p span {
      display: block;
      padding: 0 48px; }
  #sumilink .left section img {
    display: block;
    margin: 0 auto 60px; }
  #sumilink .left section a.btn_download {
    display: block;
    margin: 0 auto 45px;
    width: 260px;
    height: 60px;
    background: #eb6877;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 65px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 0px 0px #c6404f;
    -moz-box-shadow: 0px 4px 0px 0px #c6404f;
    -ms-box-shadow: 0px 4px 0px 0px #c6404f;
    -o-box-shadow: 0px 4px 0px 0px #c6404f;
    box-shadow: 0px 4px 0px 0px #c6404f; }
  #sumilink .left section .attention {
    float: left;
    padding: 20px;
    margin-left: 36px;
    width: 328px;
    height: 140px;
    font-size: 13px;
    background: #e1f1ed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
  #sumilink .left section .detail {
    float: right;
    padding: 20px;
    margin-right: 36px;
    width: 244px;
    height: 140px;
    font-size: 13px;
    background: #f1f1e1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
  #sumilink .left section .detail a {
    color: #368ea1;
    text-decoration: underline; }
  #sumilink .left section .detail a:hover {
    text-decoration: none; }
#sumilink .left .no_border {
  border-bottom: none; }

.en #sumilink nav ul li a {
  font-size: 14px; }

.en #sumilink nav ul li::after {
  content: " | "; }

.en #sumilink .left section .attention,
.en #sumilink .left section .detail {
  height: 148px; }

.en #sumilink .left ol li p {
  margin-left: 8px;
  padding: 16px 0; }

.en #sumilink .left section p {
  line-height: 1.7; }

.en #soxinol .left table th {
  font-size: 11px !important; }

.en #soxinol .left table td {
  font-size: 11px !important; }

#product span.font_bold {
  display: inline !important;
  font-weight: bold;
  padding: 0 !important;
  font-size: 14px !important; }

/* -------------------------- */
/* 注意書きウィンドウ */
/* -------------------------- */
#note_window {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0; }
  #note_window .box {
    width: 900px;
    height: 300px;
    background: #FFF;
    position: absolute;
    top: calc(100vh / 2 - 150px);
    left: calc(100vw / 2 - 450px); }
  #note_window p {
    padding: 70px 80px 20px;
    line-height: 2; }
    #note_window p a {
      color: #368ea1;
      text-decoration: underline; }
    #note_window p a:hover {
      text-decoration: none; }
  #note_window .btn {
    text-align: center;
    margin: 20px 0 64px; }
    #note_window .btn a {
      display: inline-block;
      width: 166px;
      height: 56px;
      text-align: center;
      text-decoration: none;
      line-height: 56px;
      font-weight: bold;
      color: #fff;
      background: #bbb;
      font-size: 20px;
      margin: 0 30px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0px 0px 4px 0px #ccc;
      -moz-box-shadow: 0px 0px 4px 0px #ccc;
      -ms-box-shadow: 0px 0px 4px 0px #ccc;
      -o-box-shadow: 0px 0px 4px 0px #ccc;
      box-shadow: 0px 0px 4px 0px #ccc; }
    #note_window .btn a.agree {
      background: #36a187; }

/* -------------------------- */
/* お問い合わせ */
/* -------------------------- */
#inquiry header nav li.active a {
  -webkit-background-size: 88px 2px;
  -moz-background-size: 88px 2px;
  -ms-background-size: 88px 2px;
  -o-background-size: 88px 2px;
  background-size: 88px 2px; }

#inquiry.en header nav li.active a {
  -webkit-background-size: 75px 2px;
  -moz-background-size: 75px 2px;
  -ms-background-size: 75px 2px;
  -o-background-size: 75px 2px;
  background-size: 75px 2px; }

#inquiry.cn header nav li.active a {
  -webkit-background-size: 30px 2px;
  -moz-background-size: 30px 2px;
  -ms-background-size: 30px 2px;
  -o-background-size: 30px 2px;
  background-size: 30px 2px; }

#inquiry .main_image {
  background: url(../img/PC/common/img_inquiry.png) no-repeat left top; }

#inquiry .contents ol {
  padding: 16px; }
  #inquiry .contents ol li {
    line-height: 2em;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 16px; }
  #inquiry .contents ol span {
    display: block;
    margin: 0 15px; }

#inquiry.en .contents ol li {
  text-indent: 0 !important;
  margin-left: 0 !important; }

#inquiry .contents a {
  color: #368ea1;
  text-decoration: underline; }

#inquiry .contents a:hover {
  text-decoration: none; }

#inquiry .btn {
  text-align: center;
  margin: 20px 0 64px; }
  #inquiry .btn a {
    display: inline-block;
    width: 166px;
    height: 56px;
    text-align: center;
    text-decoration: none;
    line-height: 56px;
    font-weight: bold;
    color: #fff;
    background: #bbb;
    font-size: 20px;
    margin: 0 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc;
    -moz-box-shadow: 0px 0px 4px 0px #ccc;
    -ms-box-shadow: 0px 0px 4px 0px #ccc;
    -o-box-shadow: 0px 0px 4px 0px #ccc;
    box-shadow: 0px 0px 4px 0px #ccc; }
  #inquiry .btn a.agree {
    background: #36a187; }

.contents .attention {
  padding: 0 16px 24px;
  line-height: 1.8; }

#download a {
  color: #368ea1;
  text-decoration: underline; }

#download a:hover {
  text-decoration: none; }

.contents .form_area {
  padding: 16px; }
  .contents .form_area p {
    margin-bottom: 16px; }
  .contents .form_area span.red {
    color: #FF0004; }
  .contents .form_area dl {
    display: table;
    margin: 0; }
  .contents .form_area dt, .contents .form_area dd {
    display: table-cell; }
  .contents .form_area dt {
    width: 160px;
    background: #ebf5f3;
    padding: 16px;
    border: 1px solid #ccc;
    border-bottom: none;
    vertical-align: middle;
    color: #36a187;
    font-weight: bold; }
  .contents .form_area dt span {
    color: #FF0004; }
  .contents .form_area dd {
    width: 700px;
    padding: 16px;
    border: 1px solid #ccc;
    border-bottom: none;
    border-left: none; }
  .contents .form_area dl.last_cell dt, .contents .form_area dl.last_cell dd {
    border-bottom: 1px solid #ccc; }
  .contents .form_area input[type="text"], .contents .form_area select, .contents .form_area textarea {
    padding: 1px 5px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #f3f3f3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f3f3f3 1%, #ffffff 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3f3f3 1%, #ffffff 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3f3f3 1%, #ffffff 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
  .contents .form_area input.text1 {
    width: 508px; }
  .contents .form_area input.text2 {
    width: 100px; }
  .contents .form_area input.text3 {
    width: 238px; }
  .contents .form_area input.address {
    margin-top: 12px; }
  .contents .form_area select {
    padding: 1px 25px 0 5px; }
  .contents .form_area label.select_wrap {
    display: inline-block;
    position: relative; }
  .contents .form_area label.select_wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 26px;
    height: 26px;
    background: url(../img/PC/common/icon_select.png) no-repeat left top; }
  .contents .form_area textarea {
    width: 508px;
    height: 158px; }
  .contents .form_area div {
    text-align: center;
    margin: 20px 0 48px; }
  .contents .form_area div.error {
    margin: 20px 0; }
    .contents .form_area div.error p {
      margin-bottom: 8px;
      color: #FF0004; }
  .contents .form_area div input[type="submit"], .contents .form_area div input[type="reset"] {
    display: inline-block;
    width: 166px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-weight: bold;
    color: #fff;
    background: #36a187;
    font-size: 20px;
    margin: 0 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc;
    -moz-box-shadow: 0px 0px 4px 0px #ccc;
    -ms-box-shadow: 0px 0px 4px 0px #ccc;
    -o-box-shadow: 0px 0px 4px 0px #ccc;
    box-shadow: 0px 0px 4px 0px #ccc;
    border-style: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .contents .form_area div input[type="reset"] {
    background: #bbb; }
  .contents .form_area div input[type="submit"]:hover, .contents .form_area div input[type="reset"]:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* -------------------------- */
/* プライバシー・ポリシー */
/* -------------------------- */
.policy h2 {
  border: none;
  margin: 0 0 16px;
  padding: 0; }
.policy p {
  line-height: 2;
  margin-bottom: 32px; }
.policy p.ind1 {
  margin-left: 20px; }
.policy a {
  color: #368ea1;
  text-decoration: underline; }
.policy a:hover {
  text-decoration: none; }
.policy ol {
  margin: -12px 0 32px 30px; }
  .policy ol li {
    text-indent: -2.6em;
    margin-left: 2.6em;
    margin-bottom: 15px;
    line-height: 1.8; }
.policy div {
  margin-left: 20px; }
  .policy div strong {
    color: #368ea1;
    margin-left: -0.5em;
    line-height: 1.8; }

#privacy .main_image {
  background: url(../img/PC/common/img_privacy_policy.png) no-repeat left top; }

#site .main_image {
  background: url(../img/PC/common/img_site_policy.png) no-repeat left top; }

/* -------------------------- */
/* レスポンシブル対応 */
/* -------------------------- */
@media only screen and (max-width: 750px) {
  body {
    font-size: 4vw;
    line-height: 1.8; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  a.btn_more, span.btn_more {
    width: 80vw;
    font-size: 4.8vw;
    padding: 3vw 0;
    background: url(../img/SP/common/btn_more_arrow.png) no-repeat right 5vw center;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -ms-background-size: 16px auto;
    -o-background-size: 16px auto;
    background-size: 16px auto; }

  header .header_wrap {
    width: 100%;
    height: 16vw; }
  header #logo {
    left: 5vw;
    top: 5vw; }
  header #logo img {
    width: 73vw;
    height: auto; }
  header .btn_sp_menu {
    width: 8.5vw;
    height: 8vw;
    background: url(../img/SP/common/btn_sp_menu.png) no-repeat left top;
    -webkit-background-size: 8.5vw auto;
    -moz-background-size: 8.5vw auto;
    -ms-background-size: 8.5vw auto;
    -o-background-size: 8.5vw auto;
    background-size: 8.5vw auto;
    position: absolute;
    top: 4vw;
    right: 5vw;
    bottom: auto;
    left: auto; }
  header .btn_sp_menu.close {
    background: url(../img/SP/common/btn_sp_menu_close.png) no-repeat left top;
    -webkit-background-size: 8.5vw auto;
    -moz-background-size: 8.5vw auto;
    -ms-background-size: 8.5vw auto;
    -o-background-size: 8.5vw auto;
    background-size: 8.5vw auto; }
  header .sp_menu {
    display: none;
    width: 100%;
    height: 110vw;
    position: absolute;
    top: 16.5vw;
    z-index: 100;
    background-color: rgba(54, 161, 135, 0.96);
    padding-top: 5vw;
    -webkit-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.3); }
  header .localize, header nav, header .btn_gray {
    display: block;
    position: relative;
    width: 90vw;
    margin: 6vw auto 0; }
  header nav {
    top: 0;
    border-top: 1px solid #b7ded4;
    overflow: hidden; }
  header nav ul li {
    clear: both;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #b7ded4; }
  header nav ul li:first-child::before,
  header nav ul li::after {
    content: ''; }
  header nav ul li a {
    color: #fff;
    font-size: 4.8vw;
    padding: 4vw 0 4vw 4vw;
    text-align: left;
    background: url(../img/SP/common/btn_nav_arrow.png) no-repeat right 5vw center;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -ms-background-size: 16px auto;
    -o-background-size: 16px auto;
    background-size: 16px auto;
    height: auto; }
  header .localize {
    top: auto;
    right: auto;
    overflow: hidden;
    border-bottom: 1px solid #b7ded4;
    padding-bottom: 6vw; }
  header .localize::after {
    content: ''; }
  header .localize li {
    margin: 0; }
  header .localize li:last-child {
    float: right; }
  header .localize li a {
    width: 43vw;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    padding: 2vw 0;
    background-color: #b7ded4;
    color: #36a187; }
  header .btn_gray {
    display: block;
    padding: 2vw 0;
    top: 0;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    background-color: #b7ded4;
    color: #36a187; }
  header .localize li a:hover, header .btn_gray:hover {
    background-color: #b7ded4; }

  .en #logo {
    top: 0 !important; }
    .en #logo img {
      width: 60vw; }

  footer {
    padding: 6vw 0 5vw; }
    footer nav {
      margin-bottom: 0; }
    footer li {
      float: none;
      display: block;
      margin-bottom: 4vw; }
    footer li:first-child:after {
      content: ''; }
    footer li a {
      font-size: 4vw; }
    footer .copyright {
      font-size: 3.4vw; }

  .page_top {
    right: 0;
    bottom: 10vw;
    width: 10vw;
    height: 10vw;
    background: #368ea1 url(../img/SP/common/icon_white_arrow.png) no-repeat center;
    -webkit-background-size: 4.9vw auto;
    -moz-background-size: 4.9vw auto;
    -ms-background-size: 4.9vw auto;
    -o-background-size: 4.9vw auto;
    background-size: 4.9vw auto;
    box-shadow: none;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }

  /* トップページ */
  #top .main_image {
    width: 100%;
    height: 75vw;
    margin: 0 auto; }
    #top .main_image img {
      width: 100%;
      height: auto; }
    #top .main_image h1 {
      width: 100%;
      top: 27%;
      font-size: 5.8vw;
      text-align: center;
      line-height: 1.8; }
    #top .main_image p {
      width: 21em;
      top: 47vw;
      left: 0;
      right: 0;
      margin: 0 auto;
      padding-left: 1.5em;
      text-align: left;
      font-size: 4vw; }

  #top.en .main_image h1 {
    top: 20%; }
  #top.en .main_image p {
    top: 40vw;
    line-height: 1.8; }

  #top.cn .main_image h1 {
    top: 35%; }
  #top.cn .main_image p {
    top: 45vw;
    line-height: 1.8;
    text-align: center; }

  #top h2 {
    font-size: 5.8vw;
    -webkit-background-size: 8vw 2px;
    -moz-background-size: 8vw 2px;
    -ms-background-size: 8vw 2px;
    -o-background-size: 8vw 2px;
    background-size: 8vw 2px;
    margin-bottom: 8vw;
    padding-bottom: 3vw; }

  #top .news_list {
    margin: 0 0 10vw;
    padding-top: 8vw;
    background: url(../img/SP/common/img_top_news.png) no-repeat center top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }
    #top .news_list ul {
      width: 85vw;
      margin: 0 auto 8vw;
      border-top: 2px dotted #b7ded4;
      border-bottom: none; }
    #top .news_list ul li {
      width: auto;
      border-bottom-width: 2px;
      background: url(../img/SP/common/icon_green_arrow.png) no-repeat right center;
      -webkit-background-size: 12px auto;
      -moz-background-size: 12px auto;
      -ms-background-size: 12px auto;
      -o-background-size: 12px auto;
      background-size: 12px auto;
      overflow: hidden; }
    #top .news_list ul li a {
      width: 100%;
      float: none;
      padding: 0; }
    #top .news_list ul li strong {
      width: 100%;
      clear: both;
      padding: 5vw 0 0;
      font-size: 4vw; }
    #top .news_list ul li span {
      width: 90%;
      clear: both;
      padding: 2vw 0 5vw;
      font-size: 4vw;
      line-height: 1.8; }

  .product_list {
    margin: 0;
    padding: 8vw 0 4vw;
    background: #e4f1d6 url(../img/SP/common/img_top_product.png) no-repeat center top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }
    .product_list ul {
      width: 100%; }
    .product_list li {
      display: block;
      float: none;
      margin: 0 auto 8vw !important;
      padding-bottom: 6.6vw;
      width: 90vw;
      height: auto; }
    .product_list li img {
      width: 100%;
      height: auto; }
    .product_list li strong {
      font-size: 5.5vw;
      margin: 3vw auto 1vw; }
    .product_list li p {
      width: 85%;
      height: auto; }

  .en .product_list li p,
  .cn .product_list li p {
    height: auto !important; }

  /* -------------------------- */
  /* 下層ページ共通 */
  /* -------------------------- */
  .page header nav li.active {
    background: url(../img/SP/common/btn_nav_arrow.png) no-repeat right 5vw center;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -ms-background-size: 16px auto;
    -o-background-size: 16px auto;
    background-size: 16px auto; }

  .page header nav li.active a {
    color: #fff;
    background: none;
    height: auto; }

  .page .main_image {
    width: 100%; }

  .page .bread_crumb {
    width: 90vw;
    margin: 0 auto; }

  .page .main_image {
    width: 100%;
    height: 48vw;
    margin: 0 auto 3vw;
    text-align: center; }
    .page .main_image h1 {
      color: #fff;
      font-size: 5.8vw;
      padding-top: 22vw; }

  .page .bread_crumb {
    color: #368ea1;
    font-size: 3.7vw;
    margin-bottom: 4vw; }
    .page .bread_crumb ul li {
      display: inline-block; }
    .page .bread_crumb li {
      position: relative;
      padding-right: 1vw; }
    .page .bread_crumb li::after {
      content: '/';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: auto;
      left: auto; }
    .page .bread_crumb li:last-child::after {
      content: ''; }
    .page .bread_crumb a {
      color: #368ea1;
      text-decoration: underline;
      margin-right: 2.5vw; }
    .page .bread_crumb a:hover {
      text-decoration: none; }

  .page .contents {
    width: 90vw; }

  .page h2 {
    border-top: 2px solid #368ea1;
    border-bottom: 1px solid #368ea1;
    padding: 4vw 0;
    font-size: 5vw;
    color: #368ea1; }

  /* ニュース */
  #news .main_image {
    background: url(../img/SP/common/img_news.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }

  #news .news_list {
    width: 90vw; }
    #news .news_list ul {
      width: 85vw;
      margin: 0 auto 8vw;
      border-top: none;
      border-bottom: none; }
    #news .news_list ul li {
      width: auto;
      border-bottom-width: 2px;
      background: url(../img/SP/common/icon_green_arrow.png) no-repeat right center;
      -webkit-background-size: 12px auto;
      -moz-background-size: 12px auto;
      -ms-background-size: 12px auto;
      -o-background-size: 12px auto;
      background-size: 12px auto;
      overflow: hidden; }
    #news .news_list ul li a {
      width: 100%;
      float: none;
      padding: 0; }
    #news .news_list ul li strong {
      width: 100%;
      clear: both;
      padding: 5vw 0 0;
      font-size: 4vw; }
    #news .news_list ul li span {
      width: 90%;
      clear: both;
      padding: 2vw 0 5vw;
      font-size: 4vw;
      line-height: 1.8; }

  #news .news_details {
    width: 90vw;
    margin-bottom: 10vw; }
    #news .news_details h2 {
      font-size: 5vw;
      margin: 7vw 0 5vw; }
    #news .news_details .time {
      font-size: 4vw;
      margin-bottom: 2vw; }
    #news .news_details p {
      font-size: 4vw;
      margin-bottom: 4vw; }
    #news .news_details img {
      float: none !important;
      display: block;
      width: 100%;
      margin-bottom: 4vw; }

  /* 製品紹介 */
  #product .main_image {
    background: url(../img/SP/common/img_product.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }

  #product .product_list {
    margin-bottom: 9vw; }

  #product h2 {
    margin-bottom: 6vw; }

  #product .contents {
    clear: both;
    margin-bottom: 40px; }
    #product .contents .right {
      width: 100%;
      float: none;
      margin-bottom: 5vw; }
      #product .contents .right strong {
        display: none; }
      #product .contents .right ul {
        text-align: center; }
      #product .contents .right ul li {
        display: inline-block;
        width: 32%;
        border-bottom: none;
        font-size: 3vw;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
        #product .contents .right ul li a {
          display: block;
          color: #368ea1;
          padding: 18px 0 8px;
          font-weight: bold;
          text-align: center;
          background: #e5e5e5 url(../img/SP/common/icon_side_menu.png) no-repeat center top 6px;
          -webkit-background-size: 18px auto;
          -moz-background-size: 18px auto;
          -ms-background-size: 18px auto;
          -o-background-size: 18px auto;
          background-size: 18px auto;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px; }
        #product .contents .right ul li a:hover {
          background-color: #ebf5f3;
          color: #36a187; }
      #product .contents .right ul li.active span {
        display: block;
        padding: 18px 0 8px;
        font-weight: bold;
        color: #36a187;
        background: #ebf5f3 url(../img/SP/common/icon_side_menu_active.png) no-repeat center top 6px;
        -webkit-background-size: 18px auto;
        -moz-background-size: 18px auto;
        -ms-background-size: 18px auto;
        -o-background-size: 18px auto;
        background-size: 18px auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
    #product .contents .left {
      display: inline-block;
      width: 100%;
      margin-right: 0; }
      #product .contents .left .scroll_area {
        overflow-x: scroll;
        border: 1px solid #333;
        position: relative; }
        #product .contents .left .scroll_area div.img_swipe {
          display: block;
          width: 40vw;
          height: auto;
          position: absolute;
          top: 0px;
          right: 0px;
          bottom: auto;
          left: 0px;
          margin: 0 auto; }
        #product .contents .left .scroll_area div.img_swipe img {
          width: 100% !important;
          height: auto; }
      #product .contents .left table {
        border: 1px solid #ccc;
        border-collapse: collapse;
        width: 250vw; }
        #product .contents .left table th {
          font-size: 4vw;
          background: #e5e5e5;
          padding: 10px 8px;
          text-align: left;
          border: 1px solid #ccc;
          border-top: none;
          border-bottom: none;
          vertical-align: top; }
        #product .contents .left table td {
          font-size: 4vw;
          padding: 8px;
          text-align: left;
          border: 1px solid #ccc;
          border-bottom: none;
          vertical-align: top; }
        #product .contents .left table .nowrap {
          white-space: nowrap; }
        #product .contents .left table td.product_name {
          white-space: nowrap;
          color: #36a187; }
        #product .contents .left table td.product_name a {
          display: inline-block;
          padding: 1vw 2vw 1vw 5vw;
          margin: 8px 0;
          color: #fff;
          font-weight: bold;
          font-size: 3vw;
          background: #36a187 url(../img/PC/common/icon_inquiry.png) no-repeat left 1.5vw center;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px; }
        #product .contents .left table td ol li {
          /*text-indent: -1em;
          margin-left: 1em;*/
          margin-bottom: 8px; }

  #product #sumikanol div.img_swipe,
  #product #soxinol div.img_swipe,
  #product #sumilink div.img_swipe {
    top: 10vw; }

  #product #sumilink img {
    width: 100%;
    height: auto; }

  #product #sumilink h3 {
    font-size: 5vw;
    margin-bottom: 5vw; }

  #product #sumilink .scroll_area {
    overflow-x: scroll;
    margin-bottom: 5vw; }
    #product #sumilink .scroll_area img {
      width: 671px;
      height: auto; }

  #product #sumilink .left strong.title {
    margin-bottom: 1vw;
    font-size: 5vw; }
  #product #sumilink .left ol {
    margin: 0;
    padding-top: 5vw; }
  #product #sumilink .left ol li {
    float: none;
    width: 100%;
    margin-bottom: 10vw; }
  #product #sumilink .left ol li strong {
    display: table;
    padding: 2vw;
    font-size: 4vw;
    color: #fff;
    background: #36a187;
    margin: -5.5vw 0 0 -3px; }
  #product #sumilink .left ol li span {
    font-size: 4vw;
    margin: 3vw 0 0 -4vw; }
  #product #sumilink .left ol li p {
    margin-left: 10%;
    padding-bottom: 3vw; }
  #product #sumilink .left nav {
    padding-top: 5vw;
    margin-bottom: 2vw;
    text-align: left; }
    #product #sumilink .left nav ul {
      width: 75vw;
      margin: 0 auto; }
    #product #sumilink .left nav ul li {
      font-size: 4vw; }
    #product #sumilink .left nav ul li:nth-child(2)::after {
      content: ''; }
  #product #sumilink .left section {
    width: 85vw;
    margin: 0 auto;
    padding: 10vw 0 0; }
    #product #sumilink .left section img {
      margin-bottom: 10vw; }
    #product #sumilink .left section p span {
      padding: 0 0 0 12.5vw; }
    #product #sumilink .left section a.btn_download {
      width: 69vw;
      height: 18vw;
      line-height: 18vw;
      font-size: 5vw;
      -webkit-border-radius: 1.5vw;
      -moz-border-radius: 1.5vw;
      -ms-border-radius: 1.5vw;
      -o-border-radius: 1.5vw;
      border-radius: 1.5vw; }
    #product #sumilink .left section .attention {
      float: none;
      padding: 4vw;
      margin-left: 0;
      width: 77vw;
      height: auto;
      font-size: 3.5vw; }
      #product #sumilink .left section .attention p {
        margin: 0; }
    #product #sumilink .left section .detail {
      float: none;
      padding: 4vw;
      margin-right: 0;
      width: 77vw;
      height: auto;
      font-size: 3.5vw; }
      #product #sumilink .left section .detail p {
        margin: 0; }

  #product.en #sumilink .left ol li p {
    margin-left: 3%;
    padding: 3vw 0; }

  #product.en span.font_bold {
    font-size: 3.5vw !important; }

  #product.en #sumilink .left nav ul {
    width: 80vw; }

  #product.en #sumilink .left nav ul li:after {
    content: ""; }

  #note_window .box {
    width: 90%;
    top: 5vw;
    left: 5vw;
    height: auto; }
    #note_window .box p {
      padding: 10vw 10vw 5vw; }
    #note_window .box .btn a {
      display: block;
      width: 50vw;
      height: 15vw;
      line-height: 15vw;
      margin: 0 auto 5vw; }

  /* お問い合わせ */
  #inquiry .main_image {
    background: url(../img/SP/common/img_inquiry.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }

  #inquiry .contents ol {
    padding: 0; }
    #inquiry .contents ol li {
      margin: 5vw 0 0 1em; }
    #inquiry .contents ol span {
      margin: 3vw 0 0 1em; }

  #inquiry .btn {
    margin: 9vw 0;
    overflow: hidden; }
    #inquiry .btn a {
      width: 40vw;
      display: block;
      float: left;
      margin: 0;
      font-size: 4.8vw;
      height: 54px;
      text-decoration: none;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px; }
    #inquiry .btn a:last-child {
      float: right; }

  .contents .attention {
    width: 100%;
    padding: 0;
    margin-bottom: 6vw;
    line-height: 2; }

  .contents .form_area {
    padding: 0; }
    .contents .form_area p {
      margin: 4vw 0; }
    .contents .form_area dl, .contents .form_area dt, .contents .form_area dd {
      width: auto;
      display: block; }
    .contents .form_area dt {
      padding: 2vw; }
    .contents .form_area dd {
      padding: 3vw;
      margin: 0;
      border-left: 1px solid #ccc; }
    .contents .form_area .last_cell dd {
      border-top: none; }
    .contents .form_area input.text1,
    .contents .form_area input.text3 {
      width: 100%;
      padding: 0; }
    .contents .form_area input.text2 {
      width: 38%; }
    .contents .form_area input.address {
      margin-top: 4vw; }
    .contents .form_area textarea {
      width: 100%;
      padding: 0;
      height: 50vw; }
    .contents .form_area label.select_wrap:after {
      width: 7vw;
      height: 7.2vw;
      background: url(../img/SP/common/icon_select.png) no-repeat left top;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .contents .form_area label.pref {
      margin: 4vw 0 0 1.5em; }
    .contents .form_area input[type="text"] {
      height: 7.7vw; }
    .contents .form_area select {
      padding: 0 8vw 0 1vw;
      height: 7.7vw; }
    .contents .form_area div {
      margin: 9vw 0;
      overflow: hidden; }
    .contents .form_area div.error {
      margin: 5vw 0 0; }
      .contents .form_area div.error p {
        margin: 0; }
    .contents .form_area div input[type="submit"], .contents .form_area div input[type="reset"] {
      width: 40vw;
      float: left;
      margin: 0;
      font-size: 4.8vw;
      height: 54px;
      text-decoration: none;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px; }
    .contents .form_area div input[type="reset"] {
      float: right; }

  /* -------------------------- */
  /* プライバシー・ポリシー */
  /* -------------------------- */
  .policy h2 {
    border: none;
    margin: 0 0 3vw 5vw;
    text-indent: -5vw;
    padding: 0;
    line-height: 1.5; }
  .policy p {
    line-height: 2;
    margin-bottom: 7vw; }
  .policy p.ind1 {
    margin-left: 5vw; }
  .policy a {
    color: #368ea1;
    text-decoration: underline; }
  .policy a:hover {
    text-decoration: none; }
  .policy ol {
    margin: -2vw 0 8vw 4vw; }
    .policy ol li {
      text-indent: -2.6em;
      margin-left: 2.6em;
      margin-bottom: 2vw; }
  .policy div {
    margin: 0 0 8vw 4vw; }
    .policy div strong {
      color: #368ea1;
      margin-left: -0.5em;
      line-height: 1.8; }

  #privacy .main_image {
    background: url(../img/SP/common/img_privacy_policy.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }

  #site .main_image {
    background: url(../img/SP/common/img_site_policy.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }

  #site ol li {
    text-indent: -1em;
    margin-left: 1em; } }
.pb0 {
  padding-bottom: 0 !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb40 {
  margin-bottom: 40px !important; }
