@charset "utf-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ==========================================================================
   Main Styles
   ========================================================================== */

/* Base
   ========================================================================== */

body {
  color: #333;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}
a {
  color: #000;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
img {
  vertical-align: top;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
input[type="image"]:focus{
 outline:none;
}

/* ==========================================================================
   RWD Common Style
   ========================================================================== */

/* Common Base
   ========================================================================== */

.sp-fix {
  display: none !important;
}
.pc-fix {
  display: block !important;
}

/* Common Header
   ========================================================================== */

.header-gnav-sp {
  display: none;
}

/* Common Main
   ========================================================================== */

/* Common Footer
   ========================================================================== */

/* Common end */

/* ==========================================================================
   PC/Tablet Style
   ========================================================================== */

@media only screen and (min-width: 769px) {

/* Base
   ========================================================================== */

a:hover img,
input[type="image"]:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* Layout
   ========================================================================== */

.container {
  background: url(../images/common/container_bg.png) 0 100% repeat-x;
  overflow: hidden;
  width: 100%;
}
.wrapper {
  width: 100%;
}
.wrapper-inner {
  margin: 0 auto;
  width: 1200px;
}
.main {
  margin: 0 -200px;
}
.section-inner {
  margin: 0 auto;
  width: 1200px;
}

/* Header
   ========================================================================== */

.header-wrap {
  height: 90px;
}
.header {
  background-color: #01bcf1;
  -webkit-box-shadow: 0px 0px 2.91px 0.09px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2.91px 0.09px rgba(0, 0, 0, 0.5);
  height: 90px;
  width: 100%;
	background: url(https://www.u-pohs.co.jp/wp-content/themes/upohs2016/images/common/grid30.png);
}
.header-logo {
  float: left;
	padding: 7px 20px 4px 20px;
  background-color: #01bcf1;
	width: 220px;
	height: 66px;
}
.header-logo img {
	width: 148px;
	margin: 4px auto;
}
.header-right {
  height: 90px;
  width: 50%;
  background-color: #004686;
  background-repeat: repeat-x;
	background: url(https://www.u-pohs.co.jp/wp-content/themes/upohs2016/images/common/grid30.png);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
}
.header-top {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  z-index: 1;
}
.header-top h1 {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	width: 920px;
	height: 24px;
	background: #00acde;
	padding: 6px 6px 6px 16px;
}
.header-nav {
  display: block !important;
  float: left;
}
.header-nav li {
  background-color: #01bcf1;
  border-left: 1px solid #00acdd;
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 100px;
}
.header-nav li:hover {
  background-color: #066baf;
}
.header-nav li.header-nav-list-sell {
  font-size: 10px;
  letter-spacing: -1px;
}
.header-nav li span {
  display: block;
  position: absolute;
  bottom: 7px;
  margin: auto;
  right: 0;
  left: 0;
}
.header-nav li.header-nav-list-sell span {
	bottom: 9px;
}
.header-nav li a {
  color: #ffffff;
  display: block;
  height: 66px;
  padding: 10px 0 4px;
  text-decoration: none;
	box-sizing: border-box;
	position: relative;
}
.header-nav li a img {
	width: 28px;
}
.header-nav li a:hover img {
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
.header-tel {
  background-color: #004686;
  border-right: 1px solid #2f689b;
  float: left;
  height: 90px;
  padding: 14px 25px 0 26px;
	position: absolute;
	top: 0;
	right: 0;
}
.header-bottom {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.header-bottom-inner {
  margin: 0 auto;
  width: 1200px;
}
.header-bottom-notice {
  float: left;
  width: 920px;
}
.header-bottom-notice p {
  display: none;
  padding: 8px 0 0 57px;
}
.header-bottom-search {
  background-color: rgba(0, 70, 134, 0.7);
  height: 50px;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  float: right;
  width: 280px;
}
#header-search .header-search-input input {
  background-color: #f6f6f6;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  font-size: 13px;
  height: 30px;
  padding: 8px 7px;
/*  width: 130px !important; */
  width: 120px !important;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
}
#header-search input[type="image"] {
  position: absolute;
}
.header-bottom-search p,
.header-bottom-search form {
  float: left;
}
.header-bottom-search p {
  margin-right: 10px;
}
#header-search ::-webkit-input-placeholder{
  color: #b4b4b4;
}
#header-search ::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
#header-search :-ms-input-placeholder {
  color: #b4b4b4;
}
#header-search span {
  float: left;
}

/* fixed */
header.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
header.fixed .header-bottom-notice p {
  display: block;
}
header.fixed .header-bottom {
  background-color: rgba(0, 70, 134, 0.85);
}
header.fixed .header-bottom-search {
  background-color: transparent;
}

/* Wrapper
   ========================================================================== */

/***** mv *****/

.mv {
  position: relative;
  width: 100%;
}
.mv-slider {
  margin: 0 -200px;
  overflow: hidden;
}
.mv-slider li img {
  display: block;
  margin: 0 auto;
}
.bx-wrapper {
  margin-bottom: 0 !important;
}
.bx-wrapper .bx-viewport {
  background: #fff none repeat scroll 0 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 485px !important;
  left: 0 !important;
  margin: 0 auto;
  width: 1600px !important;
}
.bx-pager {
  float: right;
  margin-bottom: 10px;
  overflow: hidden;
}
.bx-pager .bx-pager-item {
  float: left;
}
.bx-pager.bx-default-pager a {
  background: #01bcf1 none repeat scroll 0 0;
  border-radius: 3.5px;
  display: block;
  height: 7px;
  margin: 0 0 0 8px;
  outline: 0 none;
  text-indent: -9999px;
  width: 7px;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
  background: #fff none repeat scroll 0 0;
}
.mv-pager {
  margin: -77px auto 0;
  overflow: hidden;
  position: relative;
  width: 1200px;
  z-index: 100;
}
.mv-thum {
  background-color: rgba(0, 0, 0, 0.7);
  clear: both;
  margin-left: auto;
  overflow: hidden;
  padding: 10px;
  width: 280px;
}
.mv-thum a {
  float: left;
  margin-left: 10px;
}
.mv-thum a:first-child {
  margin-left: 0;
}
.mv-sell {
  margin: -485px auto 0;
  width: 1200px;
}
.mv-sell-inner {
  background-color: rgba(255, 255, 255, 0.9);
  height: 485px;
  padding: 20px;
  position: relative;
  width: 220px;
  z-index: 100;
}
.mv-sell-h3 {
  margin-bottom: 14px;
}
.mv-sell-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.mv-sell-select dt {
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.9);
  width: 62px;
}
.mv-sell-select dd {
  float: left;
  width: 118px;
}
.mv-sell .customSelect {
  background: url(../images/home/mv_sell_select.png) 0 0 no-repeat;
  float: right;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  width: 118px;
}
.mv-sell .customSelectInner {
  margin: 0 30px 0 6px;
  width: 82px !important;
}
.mv-sell-year {
  margin-bottom: 12px;
}
.mv-sell-input {
  margin-bottom: 10px;
  overflow: hidden;
}
.mv-sell-input dt {
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.9);
  width: 62px;
}
.mv-sell-input dd {
  float: left;
  width: 118px;
}
.mv-sell-input input {
  border: 1px solid #cdcdcd;
  font-size: 11px;
  height: 30px;
  padding: 6px;
  width: 118px;
}
.mv-sell-btn {
  margin: 20px 0 0 0;
}
.bx-loading {
  display: none;
}

/***** home *****/

.home-map {
  background: url(../images/home/home_map_bg.jpg) center 0 no-repeat;
  padding-top: 40px;
  text-align: center;
}
.home-map-h2 {
  margin-bottom: 20px;
  text-align: center;
}
.home-map-lead {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 34px;
  text-align: center;
}
#home-map-head {
  display: inline-block;
  margin-bottom: 8px;
  overflow: hidden;
}
.home-map-h3 {
  background-color: rgba(255, 255, 255, 0.9);
  border-right: 1px solid #01bcf1;
  float: left;
  height: 59px;
  line-height: 59px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 200px;
}
.home-map-h3:first-child {
  border-left: 1px solid #01bcf1;
}
.home-map-h3 a {
  color: #1bc3f2;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.home-map-h3 a.current {
  background-color: #1bc3f2;
  color: #fff;
  font-size: 24px;
}
.home-map-h3 a.current:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #1bc3f2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.home-map-body {
  margin: 0 -200px;
}
.home-more-h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  padding: 39px 0 18px;
  text-align: center;
}
.home-more {
  padding-bottom: 40px;
}
.home-more ul {
  overflow: hidden;
}
.home-more li {
  float: left;
  margin-left: -2px;
}
.home-more a {
  display: block;
}
.home-point {
  background: url(../images/home/home_point_bg.jpg) center 0 no-repeat;
  padding: 40px 0 50px;
}
.home-point-h2 {
  color: #01bcf1;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 52px;
  text-align: center;
}
.home-point ul {
  overflow: hidden;
}
.home-point li {
  float: left;
  margin-left: 30px;
}
.home-point li:first-child {
  margin-left: 0;
}
.home-contact {
  padding: 36px 0 45px;
}
.home-contact-h2 {
  color: #319f2d;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 29px;
  text-align: center;
}
.home-contact-lead {
  float: left;
  margin-right: 40px;
  padding-left: 15px;
}
.home-contact-tel {
  padding-top: 24px;
}

/* fc */

.fc .p-h1 {
  margin-bottom: -20px;
}
.fc-nav {
  background: url(../images/fc/fc_nav_bg.jpg) 50% 0 no-repeat;
  height: 394px;
  margin-top: -71px;
  padding-top: 45px;
}
.fc-nav h2 {
  color: #2dacd1;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.fc-nav ul {
  background-color: #2fb3d9;
  font-size: 22px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin-bottom: 43px;
  overflow: hidden;
}
.fc-nav li {
  border-left: 1px solid #fff;
  float: left;
  text-align: center;
  width: 300px;
}
.fc-nav li:first-child {
  border-left: 0;
}
.fc-nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.fc-nav li a:before {
  content: url(../images/fc/fc_nav_arrow.png);
  padding-right: 14px;
}
.fc-nav-lead {
  overflow: hidden;
}
.fc-nav-lead img {
  float: left;
  margin-right: 15px;
}
.fc-nav-lead h3 {
  color: #01bcf1;
  font-size: 37.8px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 19px;
  padding-top: 9px;
}
.fc-nav-lead p {
  color: #333333;
  font-size: 24.6px;
  font-weight: bold;
}
.fc-nav-lead h3 span {
  font-size: 0.8em;
}
.fc-msg {
  padding: 17px 0 8px;
}
.fc-msg img {
  float: right;
  margin-left: 39px;
  margin-right: -29px;
}
.fc-msg p {
  color: #333;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 20px;
  overflow: hidden;
}
.fc-section-head {
  background: url(../images/fc/fc_h2_bg.png) center 100% no-repeat;
  height: 251px;
  overflow: hidden;
  padding-top: 40px;
}
.fc-section-head img {
  float: left;
  margin-right: 14px;
  padding-top: 4px;
}
.fc-section-head h2 {
  color: #333333;
  font-size: 37.8px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fc-section-head h2 span {
  font-size: 0.8em;
}
.fc-section-head p {
  color: #fff;
  font-size: 24.6px;
  font-weight: bold;
  line-height: 1.45;
}
.fc-risk .fc-section-head {
  background-color: #E9FBFF;
}
.fc-risk-merit {
  background-color: #e9faff;
  padding: 33px 0 38px;
}
.fc-risk-merit h3 {
  color: #229f37;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 29px;
  text-align: center;
  text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.004);
}
.fc-risk-merit h3 span {
  font-size: 0.8em;
}
.fc-risk-tab h4 {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fc-risk-tab p {
  line-height: 1.875;
  margin-bottom: 15px;
}
.fc-risk-tab .tab-body-img {
  float: left;
  margin-right: 34px;
}
.fc-risk-tab .tab-body-info {
  float: left;
  width: 877px;
}
.fc-risk-tab .p-tab-head {
  border-top: 0;
}
.fc-risk-tab .p-tab-head .tab {
  background-color: #dfeff3;
  border-right: 0;
  border-left: 1px solid #fff;
}
.fc-risk-tab .p-tab-head .tab:first-child {
  border-left: 0;
}
.fc-contact {
  background-color: rgba(255, 180, 0, 0.2);
  color: #333333;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.4;
  margin: 33px 15px 0;
  padding: 40px 55px;
  text-align: center;
}
.fc-contact-btn a {
  background-color: #ffb400;
  color: #fff;
  font-size: 33px;
  display: inline-block;
  line-height: 1;
  margin-top: 25px;
  padding: 32px 38px;
  text-decoration: none;
  text-shadow: 0.5px 0.866px 0px rgba(195, 138, 0, 0.5);
}
.fc-contact-btn a:hover {
  opacity: 0.8;
}
.fc .p-contact {
  position: relative;
  z-index: 10;
}
.fc-support {
  background: url(../images/fc/fc_support_bg.png) 0 0 repeat;
  box-shadow: 0px 0px 2.91px 0.09px rgba(0, 0, 0, 0.6);
  margin-top: -3px;
  padding: 54px 0 40px;
  position: relative;
  z-index: 5;
}
.fc-support h3 {
  background: url(../images/fc/fc_support_h3_bg.png) 0 0 no-repeat;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  height: 77px;
  line-height: 77px;
  margin-bottom: 22px;
  text-align: center;
  width: 1200px;
}
.fc-support h3 span,
.fc-support-cc span {
  font-size: 0.8em;
}
.fc-support-cc {
  color: #ffa200;
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
  text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.004);
}
.fc-support-lead {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.82;
  margin-bottom: 33px;
  text-align: center;
}
.fc-support-tab .p-tab-head .tab {
  width: 400px;
}
.fc-support-tab h4 {
  color: #229f37;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fc-support-tab .p-tab-body {
  padding: 47px 31px 33px 31px;
}
.fc-support-tab .tab-body-before {
  float: left;
  margin-right: 34px;
  width: 550px;
}
.fc-support-tab .tab-body-after {
  float: left;
  width: 550px;
}
.fc-support-tab .tab-body-before h5 {
  background-color: #ffa200;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 8px;
  text-align: center;
}
.fc-support-tab .tab-body-after h5 {
  border: 1px solid #ffa200;
  color: #ffa200;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 8px;
  text-align: center;
}
.fc-support-tab .p-tab-body ul {
  margin-bottom: 27px;
}
.fc-support-tab .p-tab-body li {
  background: url(../images/fc/fc_support_icon_01.png) 0 0 no-repeat;
  margin-bottom: 15px;
  padding-left: 16px;
}
.fc-voice {
  background-color: #e9faff;
  padding-bottom: 40px;
}
.fc-voice .fc-section-head {
  margin-bottom: 18px;
}
.fc-voice .fc-section-head img {
  padding-top: 0;
}
.fc-voice .fc-section-head h2 {
  padding-top: 11px;
}
.fc-voice-tab .tab-body-img {
  float: left;
  margin-right: 24px;
}
.fc-voice-tab .tab-body-info {
  float: left;
  width: 877px;
}
.fc-voice-tab .p-tab-body {
  padding: 42px 0 44px 32px
}
.fc-voice-tab h4 {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fc-voice-tab .tab-body-info p {
  line-height: 1.875;
}
.fc-voice-tab .tab-body-img p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.fc-flow {
  margin-bottom: 40px;
}
.fc-flow .fc-section-head {
  margin-bottom: 18px;
}
.fc-flow .fc-section-head img {
  padding-top: 0;
}
.fc-flow .fc-section-head h2 {
  padding-top: 13px;
}
.fc-flow h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.fc-flow .flow01 h3,
.fc-flow .flow02 h3 {
  color: #319f2d;
}
.fc-flow h3 span {
  background-color: #fff;
  color: #229f37;
  display: inline-block;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  margin-right: 10px;
  margin-top: 1px;
  text-align: center;
  vertical-align: top;
  width: 21px;
}
.fc-flow .flow01 h3 span,
.fc-flow .flow02 h3 span,
.fc-flow .flow03 h3 span {
  background-color: #319f2d;
  color: #fff;
}
.fc-flow ul {
  margin-bottom: 21px;
  overflow: hidden;
}
.fc-flow li {
  float: left;
  height: 295px;
  padding-top: 28px;
}
.fc-flow-text {
  background-color: #ffffff;
  font-size: 15px;
  height: 204px;
  line-height: 1.875;
  margin-left: 35px;
  padding: 15px 20px;
  width: 360px;
}
.fc-flow li:first-child .fc-flow-text {
  margin-left: 20px;
}
.fc-flow .flow01 {
  background-color: rgba(34, 159, 55, 0.2);
  width: 385px;
}
.fc-flow .flow02 {
  background:url(../images/fc/fc_flow_bg_01.png) 0 0 no-repeat rgba(34, 159, 55, 0.3);
  width: 400px;
}
.fc-flow .flow03 {
  background: url(../images/fc/fc_flow_bg_02.png) 0 0 no-repeat rgba(34, 159, 55, 0.5);
  width: 415px;
}
.fc-flow .flow04 {
  background-color: rgba(34, 159, 55, 0.7);
  width: 385px;
}
.fc-flow .flow05 {
  background: url(../images/fc/fc_flow_bg_03.png) 0 0 no-repeat #229f37;
  width: 400px;
}
.fc-flow .flow06 {
  background: url(../images/fc/fc_flow_bg_04.png) 0 0 no-repeat #ffb400;
  padding: 98px 31px 0 48px;
  width: 415px;
}
.fc-flow .flow06 h3 {
  font-size: 30px;
  margin-bottom: 7px;
  text-align: left;
}
.fc-flow .flow06 img {
  float: right;
  margin-left: -10px;
}
.fc-flow .flow06 .fc-flow06-text {
  line-height: 1.875;
}
.fc-flow-link a {
  background-color: #ffb400;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  height: 82px;
  display: block;
  line-height: 82px;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
  width: 322px;
}
.fc-flow-link a:hover {
  opacity: 0.8;
}
.fc-faq {
  margin-bottom: 44px;
}
.fc-faq .fc-section-head {
  margin-bottom: 18px;
}
.fc-faq .fc-section-head img {
  padding-top: 0;
}
.fc-faq .fc-section-head h2 {
  padding-top: 13px;
}

/* shop */

.shop-data {
  background-color: rgba(1, 188, 241, 0.1);
  margin-bottom: 68px;
  overflow: hidden;
  padding: 30px;
}
.shop-data-img {
  float: left;
  margin-right: 30px;
  width: 490px;
}
.shop-data-img .bx-wrapper .bx-viewport {
  height: 340px !important;
  width: 490px !important;
}
.shop-pager {
  margin-top: -61px;
  position: relative;
  z-index: 100;
}
.shop-data-info {
  float: left;
  width: 620px;
}
.shop-data-info p {
  color: #000;
  font-size: 18px;
  line-height: 1.56;
}
.shop-data-info .data-address,
.shop-data-info .data-hours {
  margin-bottom: 8px;
}
.shop-data-info .data-link {
  border-top: 1px solid #01bcf1;
  margin-top: 15px;
  padding-top: 20px;
}
.shop-data-info .data-link ul {
  overflow: hidden;
}
.shop-data-info .data-link li {
  float: left;
  height: 50px;
  margin-bottom: 16px;
  width: 302px;
}
.shop-data-info .data-link li:nth-child(2n) {
  margin-left: 16px;
}
.shop-data-info .data-link a {
  background-color: #ffa800;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: 50px;
  padding-left: 19px;
  text-decoration: none;
}
.shop-data-info .data-link a:before {
  content: url(../images/shop/shop_data_arrow.png);
  margin-right: 11px;
}
.shop-data-info .data-link a:hover {
  opacity: 0.8;
}
.shop-access {
  margin-bottom: 68px;
  position: relative;
}
.shop-access-link {
  position: absolute;
  top: 0;
  overflow: hidden;
  right: 0;
}
.shop-access-link li {
  float: left;
  margin-left: 15px;
}
.shop-msg {
  margin-bottom: 68px;
}
.shop-msg-box {
  border: 1px solid #01bcf1;
  overflow: hidden;
  padding: 30px;
}
.shop-msg-box img {
  float: left;
  margin-right: 31px;
}
.shop-msg-box p {
  color: #000000;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
  overflow: hidden;
}
.shop-data-img .bx-controls-direction {
  display: none !important;
}
.shop-co2-box {
  border: 1px solid #01bcf1;
  overflow: hidden;
  /*padding: 30px;*/
  margin-bottom: 1em;
}
/* news */
.news-nav {
  background-color: rgba(1, 188, 241, 0.1);
  margin-bottom: 32px;
  padding: 20px;
}
.news-nav ul {
  overflow: hidden;
}
.news-nav li {
  float: left;
  height: 50px;
  margin-left: 11px;
  width: 282px;
}
.news-nav li.cat-cp {
  margin-left: 10px;
}
.news-nav li:first-child {
  margin-left: 0;
}
.news-nav li a {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  padding: 0 19px;
  text-decoration: none;
}
.news-nav li a:hover {
  opacity: 0.8;
}
.news-nav li a:before {
  content: url(../images/news/news_nav_arrow.png);
  margin-right: 12px;
}
.news-nav li.cat-new a {
  background-color: #ffa800;
}
.news-nav li.cat-blog a {
  background-color: #319f2d;
}
.news-nav li.cat-cp a {
  background-color: #004686;
}
.news-nav li.cat-open a {
  background-color: #01bcf1;
}
.news-block {
  margin-bottom: 60px;
}
.news-box {
  border-top: 2px solid #b2b2b2;
  overflow: hidden;
  padding: 30px;
}
.news-box:first-child {
  border-top: 0;
}
.news-box img {
  float: left;
  margin-right: 30px;
  max-width: 270px;
  width: 270px;
  height: auto;
}
.news-box-text {
  float: left;
  width: 840px;
}
.news-cat {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 16px;
}
.news-cat.cat-new {
  background-color: #ffa800;
}
.news-cat.cat-blog {
  background-color: #319f2d;
}
.news-cat.cat-cp {
  background-color: #004686;
}
.news-cat.cat-open {
  background-color: #01bcf1;
}
.news-label-new {
  border: 1px solid #01bcf1;
  display: inline-block;
  color: #01bcf1;
  font-size: 15px;
  font-weight: bold;
  margin-right: 9px;
  padding: 3px 6px;
  vertical-align: top;
}
.news-box-text {
  color: #000;
}
.news-box-text h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-date {
  font-size: 12px;
  margin-bottom: 28px;
}
.news-excerpt {
  font-size: 18px;
  line-height: 1.67;
}
.news-box-bg {
  background-color: rgba(255, 168, 0, 0.1);
}
/* satei */

.satei-box {
  position: relative;
}
.satei-box h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 29px;
}
.satei-box h2 span {
  background-color: #01bcf1;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 34px;
  line-height: 34px;
  margin-right: 19px;
  text-align: center;
  vertical-align: top;
  width: 34px;
}
.satei-num {
  position: absolute;
  right: 0px;
  top: 0;
}
.satei-num ul {
  overflow: hidden;
}
.satei-num li {
  float: left;
  margin-left: 1px;
}
.satei-num span {
  background-color: #01bcf1;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  width: 34px;
}
.satei-num span.active {
  background-color: #ccf2fc;
}
.satei-point-tab h3 {
  color: #229f37;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 47px;
  text-align: center;
}
.satei-point-tab p {
  line-height: 2.1;
  text-align: center;
}
.satei-point-block {
  margin-bottom: 40px;
  overflow: hidden;
  text-align: center;
}
.satei-point-box {
  border-left: 1px dotted #000;
  float: left;
  width: 400px;
}
.satei-point-box:first-child {
  border-left: 0;
}
.satei-point-box img {
  margin-bottom: 35px;
}
.satei-point-bg {
  background-color: rgba(34, 159, 55, 0.1);
  margin-bottom: 40px !important;
  padding: 30px 0;
}
.satei-point-bottom {
  margin-bottom: 20px;
}
.satei-point-bottom h3 {
  margin-bottom: 13px;
}
.satei-point-bottom p {
  font-size: 18px;
}
.satei-maint {
  margin-bottom: 70px;
}
.satei-maint-block {
  overflow: hidden;
}
.satei-maint-box {
  background-color: #229f37;
  float: left;
  padding: 24px 30px 31px;
  text-align: center;
  width: 580px;
}
.satei-maint-box:first-child {
  margin-right: 40px;
}
.satei-maint-box h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
.satei-maint-box p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}
.satei-need {
  margin-bottom: 60px;
}
.satei-need h3 {
  background: url(../images/satei/satei_h3_line.png) 0 50% repeat-x;
  font-size: 30px;
  font-weight: bold;
  color: #229f37;
  margin-bottom: 28px;
  text-align: center;
}
.satei-need h3 span {
  background-color: #fff;
  padding: 0 20px;
}
.satei-need-block {
  border: 3px solid #229f37;
  margin-bottom: 40px;
}
.satei-nead-box {
  margin: -3px;
  overflow: hidden;
}
.satei-nead-box li {
  float: left;
}
.satei-need-block p {
  font-size: 18px;
  line-height: 1.8;
  padding: 29px 0;
  text-align: center;
}

/* Parts
   ========================================================================== */

/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0 auto 57px;
  padding-top: 20px;
  width: 1200px;
}
.breadcrumb > div {
  background: rgba(0, 0, 0, 0) url("../images/parts/breadcrumb_arrow.png") no-repeat scroll 0 50%;
  display: inline-block;
  padding: 0 7px 0 15px;
  position: relative;
  z-index: 200;
}
.breadcrumb > div:first-child {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding-left: 0;
}

/* title */

.p-h1-breadcrumb {
  margin-top: -91px;
  position: relative;
  z-index: -1;
}
.p-h1-text {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 18px;
}
.p-h1-text span {
  color: #e50606;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
.p-h2-text {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 18px;
}
.p-h2-text span {
  color: #e50606;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}

/* p-sellform */

.p-sellform {
  background: url(../images/parts/p_sellform_bg.png) center 85px no-repeat;
}
.p-sellform-h2 {
  margin-top: -13px;
  position: relative;
  z-index: 150;
}
.p-sellform-h3 {
  margin-bottom: 19px;
}
.p-sellform-box {
  background: url(../images/parts/p_sellform_box_bg.png) 0 0 no-repeat;
  height: 308px;
  margin-top: 11px;
  padding: 39px 0 0 40px;
  position: relative;
  width: 1204px;
}
.p-sellform-kitty {
  position: absolute;
  right: 6px;
  top: -29px;
}
.p-sellform-select {
  float: left;
  margin-right: 25px;
  overflow: hidden;
  width: 250px;
}
.p-sellform-select dt {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.9);
  width: 4em;
}
.p-sellform-select dd {
  float: right;
}
.p-sellform .customSelect {
  background: url(../images/parts/p_sellform_select.png) 0 0 no-repeat;
  float: right;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  width: 168px;
}
.p-sellform .customSelectInner {
  margin: 0 30px 0 6px;
  width: 132px ;
}
.p-sellform-box > div {
  margin-bottom: 22px;
}
.p-sellform-input {
  float: left;
  margin-right: 25px;
  overflow: hidden;
  width: 250px;
}
.p-sellform-input dt {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.9);
  width: 4em;
}
.p-sellform-input dd {
  float: right;
}
.p-sellform-input input {
  border: 1px solid #cdcdcd;
  font-size: 11px;
  height: 30px;
  padding: 6px;
  width: 168px;
}
.p-sellform-btn {
  margin-top: 20px;
  padding-bottom: 42px;
  text-align: center;
}

/* tab */

.p-tab-head {
  overflow: hidden;
}
.p-tab-head .tab {
  background-color: #f2f2f2;
  float: left;
  height: 80px;
  line-height: 80px;
  margin-bottom: 21px;
  position: relative;
  text-align: center;
  width: 200px;
}
.p-tab-head .tab.active {
  background-color: #229f37;
}
.p-tab-head .tab.active:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  bottom: -21px;
  border-top: 21px solid #229f37;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  left: 50%;
  margin-left: -22px;
  position: absolute;
}
.p-tab-head .tab a {
  color: #229f37;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.p-tab-head .tab.active a {
  color: #fff;
}
.p-tab-body {
  border: 2px solid #229f37;
  background-color: #ffffff;
  margin-top: -21px;
  overflow: hidden;
  padding: 50px 0 30px 63px;
}
.p-tab-body .box {
  display: none;
  overflow: hidden;
}
.p-tab-body .box.active {
  display: block;
}
.p-tab-head .tab {
  border-right: 2px solid #229f37;
}
.p-tab-head .tab:first-child {
  border-left: 2px solid #229f37;
}
.p-tab-head {
  border-top: 2px solid #229f37;
}
.tab-type01 .p-tab-head {
  border-top: 0;
}
.tab-type01 .p-tab-head .tab {
  border-right: 0;
  border-left: 1px solid #fff;
  width: 400px;
}
.tab-type01 .p-tab-head .tab:first-child {
  border-left: 0;
}
.tab-type01 .p-tab-body {
  border: 0;
  padding: 40px 0;
}
.tab-type01 .tab-body-img {
  float: left;
  margin-right: 22px;
}
.tab-type01 .tab-body-info p {
  line-height: 2.1;
}
.tab-type01 .tab-body-info p span {
  color: #229f37;
}
.tab-type02 .p-tab-head .tab {
  width: 400px;
}
.tab-type02 .p-tab-body {
  padding: 50px 0 33px 32px;
}
.tab-type02 .tab-body-box {
  float: left;
  width: 551px;
}
.tab-type02 .tab-body-box:first-child {
  margin-right: 35px;
}
.tab-type02 .tab-body-title {
  color: #229f37;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tab-type02 .tab-body-box p {
  line-height: 1.875;
  margin-bottom: 56px;
}
.tab-type03 .p-tab-head .tab {
  width: 400px;
}
.tab-type03 .tab-body-title {
  color: #229f37;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tab-type03 .tab-body-img {
  float: right;
  margin-left: 29px;
}
.tab-type03 .p-tab-body {
  padding: 50px 32px 33px 32px;
}
.tab-type03 .tab-body-info p {
  line-height: 1.875;
}

/* contact */

.p-contact {
  background-color: #ffffff;
  box-shadow: 0px 0px 2.91px 0.09px rgba(0, 0, 0, 0.5);
  padding: 36px 0 45px;
}
.p-contact-h2 {
  color: #319f2d;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 29px;
  text-align: center;
  text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.004);
}
.p-contact-lead {
  float: left;
  margin-right: 40px;
  padding-left: 15px;
}
.p-contact-tel {
  padding-top: 24px;
}

/* faq */

.p-faq-list {
  border: 1px solid #d0d0d0;
  border-top: 0;
}
.p-faq-list dt {
  background: url(../images/parts/p_faq_icon_01.png) 21px 12px no-repeat,
   url(../images/parts/p_faq_icon_04.png) 98.67% 12px no-repeat;
  background-color: #e5f9ff;
  border-top: 1px solid #d0d0d0;
  color: #418ace;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 21px 18px 66px;
}
.p-faq-list dt.active {
  background: url(../images/parts/p_faq_icon_01.png) 21px 12px no-repeat,
   url(../images/parts/p_faq_icon_03.png) 98.67% 12px no-repeat;
  background-color: #fff;
}
.p-faq-list dd {
  background: url(../images/parts/p_faq_icon_02.png) 21px 12px no-repeat;
  border-top: 1px solid #d0d0d0;
  display: none;
  font-size: 13px;
  padding: 21px 21px 21px 66px;
}

/* pager */

.p-pager {
  text-align: center;
  margin-top: 52px;
}
.p-pager ul {
  display: inline-block;
  overflow: hidden;
}
.p-pager li {
  float: left;
  margin-left: 30px;
}
.p-pager li:first-child {
  margin-left: 0;
}
.p-pager li a {
  background-color: #01bcf1;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 32px;
}
.p-pager li a:hover {
  opacity: 0.8;
}
.p-pager li.current a {
  background-color: #fff;
  border: 1px solid #01bcf1;
  color: #01bcf1;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
}

/* sw */

#sw {
  bottom: -2px;
  z-index: 500;
  margin-left: -600px;
  left: 50%;
  position: fixed;
  width: 1200px;
}
.sw-inner {
  margin-left: auto;
  width: 222px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.sw-head {
  cursor: pointer;
  margin-left: -1px;
}
.sw-body {
  background-color: rgba(255, 255, 255, 0.902);
  border: 1px solid #cccccc;
  margin-top: -2px;
  padding: 17px 20px 20px;
}
#sw .customSelect {
background: url(../images/home/mv_sell_select.png) 0 0 no-repeat;
float: right;
font-size: 11px;
height: 30px;
line-height: 30px;
width: 118px;
}
#sw .customSelectInner {
margin: 0 30px 0 6px;
width: 82px ;
}

/* Footer
   ========================================================================== */

.footer {
  margin: 0 auto;
  width: 1200px;
	position: relative;
}
.footer-before-link {
  position: absolute;
  top: -30px;
  right: 0;
}
.footer-before-link a {
  font-size: 13px;
  font-weight: bold;
  color: #01bcf1;
	text-decoration: none;
}
.footer-before-link a:hover {
	text-decoration: underline;
}
.footer-inner {
  background: url(../images/common/footer_bg.png) center 0 no-repeat;
	margin: 0 -200px;
  height: 562px;
  padding-top: 76px;
  position: relative;
  margin-top: -56px;
  z-index: 0;
}
.footer-top {
  height: 446px;
  margin: 0 auto;
  overflow: hidden;
  width: 1200px;
}
.footer-logo {
  float: left;
  padding-left: 20px;
  width: 220px;
}
.footer-nav {
  float: left;
  margin-top: -5px;
  padding-left: 15px;
  width: 980px;
}
.footer-nav-block {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
.footer-nav-block:first-child {
  margin-bottom: 30px;
}
.footer-nav-box {
  float: left;
  width: 240px;
}
.footer-nav a {
  color: #fff;
  line-height: 2;
  text-decoration: none;
}
.footer-nav-box li {
  background: url(../images/common/footer_list_02.png) 0 50% no-repeat;
  padding-left: 24px;
}
li.footer-nav-head {
  background: url(../images/common/footer_list_01.png) 0 50% no-repeat;
  padding-left: 24px;
}
.footer-copy {
  margin-top: 14px;
  text-align: center;
}
.footer-women-challenge-logo {
  position: relative;
  padding-left: 48px;
  bottom: 285px;
  height: 46px;
  max-width: 33%;
  width: 23%;
  padding-right: 20px;
}
.footer-man-women-logo{
  position: relative;
  padding-left: 146px;
  bottom: 285px;
  height: 46px;
  max-width: 33%;
  width: 24%;
  padding-right: 20px;
}
.footer-health-and-productivity-logo{
  position: relative;
  padding-left: 50px;
  bottom: 185px;
  height: 0px;
  /* max-width: 40%; */
  /* width: 254px; */
  padding-right: 20px;
}
.women_challenge__img{
  width:38.946%;
}
.women_challenge__img{
  width:38.946%;
}
.man-women-logo__img{
  width:44.51%;
}
.health-and-productivity-logo__img{
  width: 127px;
  height: 102px;
}
.footer-approval {
  position: relative;
}
.footer-approval-logo {
  width: 146px;
  position: absolute;
  top: 282px;
  left: 164px;
}
.footer-approval-logo__item {
  width: 100%;
}
.footer-approval__txt {
  font-family: 'Helvetica Neue','Helvetica','Arial','Verdana','Tahoma',sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 14px;
  position: absolute;
  top: 320px;
  left: 164px;
  color: rgba(255, 255, 255, 0.7);
}
}

/* footer上 会社説明
   ========================================================================== */
.mission {
  background: #d5f6ff;
  padding: 32px 0 38px;
}
.mission-contents {
  width: 1200px;
  margin: 0 auto;
  padding: 32px;
  background: #fff;
  box-shadow: 0 4px 0 #b8e0eb;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mission-img {
  width: 196px;
  text-align: center;
  padding: 0 32px;
}
.mission-text {
  width: 910px;
  font-size: 14.5px;
  line-height: 19px;
  font-weight: bold;
  color: #3b3b3b;
}
.mission-text-item {
  margin: 0 auto 12px;
}
.mission-text-item:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.mission {
  display: none;
}
.mission-contents {
  width: 100%;
}
}

/* ==========================================================================
   Mobile Style
   ========================================================================== */

@media screen and (max-width: 768px) {

/* Mobile Base
   ========================================================================== */

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
}
img {
  height: auto;
  max-width: 100%;
}
.pc-fix {
  display: none !important;
}
.sp-fix {
  display: block !important;
}

/* Mobile Header
   ========================================================================== */

  .header {
    background-color: #01bcf1;
    height: 64px;
    position: relative;
    z-index: 1000;
  }
  .header-logo {
    float: left;
    padding-top: 6px;
    width: 150px;
  }
  .header-nav,
  .header-tel,
  .header-bottom {
    display: none;
  }
  .header-top h1 {
		display: none;
	}
  .sp-header-menu {
    float: right;
  }
  .sp-header-menu ul {
    overflow: hidden;
  }
  .sp-header-menu li {
    float: left;
    cursor: pointer;
    width: 40px;
    margin-right: 10px;
  }
  .sp-header-menu li:last-child {
    margin-right: 0;
  }
  .header-top-inner {
    margin: 12px 3%;
    overflow: hidden;
  }
  .header-nav {
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
  .header-nav li {
    background: url(../images/common/sp_header_nav_arrow.png) 95.3% 50% no-repeat #01bcf1;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    height: 50px;
    line-height: 50px;
    margin-top: 1px;
  }
  .header-nav li a {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 0 4.7%;
    text-decoration: none;
  }
  .header-nav li img {
    margin-right: 6%;
    padding-top: 12px;
    width: 27px;
  }
  #js-overlay {
    background-color:#000;
    display: none;
    height: 150%;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .sp-header-menu .sp-menu-btn {
    background: url(../images/common/sp_header_menu.png) 0 0 no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    white-space:nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  .sp-header-menu .sp-menu-btn.active {
    background: url(../images/common/sp_header_menu_close.png) 0 0 no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }


/* Mobile Main
   ========================================================================== */

  .bx-wrapper {
    margin-bottom: 0 !important;
  }
  .bx-wrapper .bx-viewport {
    background: #fff none repeat scroll 0 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    left: 0 !important;
  }
  .mv-thum {
    display: none;
  }
  .bx-pager {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .bx-pager .bx-pager-item {
    float: left;
  }
  .bx-pager.bx-default-pager a {
    background: #01bcf1 none repeat scroll 0 0;
    border-radius: 3.5px;
    display: block;
    height: 7px;
    margin: 0 0 0 8px;
    outline: 0 none;
    text-indent: -9999px;
    width: 7px;
  }
  .bx-pager.bx-default-pager a:hover,
  .bx-pager.bx-default-pager a.active {
    background: #fff none repeat scroll 0 0;
  }
  .mv-pager {
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    position: absolute;
  }
  .bx-pager {
    display: inline-block;
  }
  .bx-wrapper img {
    width: 100%;
  }
  .mv-slider {
    position: relative;
  }
  .mv-sell {
    display: none;
  }
  .home-map {
    display: none;
  }
  .sp-list-menu .header-nav {
    display: block;
    position: static;
  }
  .sp-home-menu {
    width: 100%;
  }
  .sp-home-menu li {
    background: url(../images/common/sp_header_nav_arrow.png) 95.3% 50% no-repeat #01bcf1;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    height: 50px;
    line-height: 50px;
    margin-top: 1px;
  }
  .sp-home-menu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 0 4.7%;
    text-decoration: none;
  }
  .sp-home-menu li img {
    margin-right: 6%;
    padding-top: 12px;
    width: 27px;
  }
  .home-point {
    background-color: #e2fffd;
    padding-top: 19px;
  }
  .home-point-h2 {
    color: #01bcf1;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .home-point li img {
    width: 100%;
  }
  .home-contact {
    padding: 19px 4.7% 20px;
  }
  .home-contact-h2 {
    color: #319f2d;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
  }
  .home-contact-lead {
    margin-bottom: 12px;
  }
  .home-contact img {
    width: 100%;
  }
  .sp-home-more {
    background: url(../images/home/sp_home_more_bg.jpg) center 0 no-repeat;
    background-size: cover;
    padding: 20px 3%;
  }
  .home-more-h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .sp-home-more ul {
    overflow: hidden;
  }
  .sp-home-more li {
    float: left;
    width: 50%;
  }
  .sp-home-more li img {
    width: 100%;
  }
  
  /* fc */
  .fc-nav-lead-bg {
    background: url(../images/fc/sp_fc_nav_bg_02.jpg) center 100% no-repeat,
      url(../images/fc/sp_fc_nav_bg_01.jpg) 0 0 repeat-y;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    overflow: hidden;
    padding: 9px 3.1% 30px;
  }
  .fc-nav-lead h3 {
    color: #01bcf1;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.36;
  }
  .fc-nav-lead h3 span {
    font-size: 0.8em;
  }
  .fc-nav-lead img {
    float: left;
    margin-right: 1.8%;
    width: 20%;
  }
  .fc-nav-lead p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 9px 0 10px;
  }
  .fc-msg {
    margin-bottom: 25px;
    padding: 0 4.7%;
  }
  .fc-msg img {
    margin-bottom: 14px;
  }
  .fc-msg p {
    font-size: 12px;
    line-height: 1.67;
    margin-bottom: 26px;
  }
  .fc-msg-bottom {
    font-weight: bold;
    text-align: right;
  }
  .fc-msg-bottom span {
    color: #01bcf1;
  }
  .fc-section-head {
    background: url(../images/fc/sp_fc_h2_bg.png) 0 0 repeat-y;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    overflow: hidden;
    padding: 10px 0;
  }
  .fc-section-head h2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.36;
  }
  .fc-section-head h2 span {
    font-size: 0.8em;
  }
  .fc-section-head img {
    float: left;
    margin: 0 2% 0 9%;
    width: 20%;
  }
  .fc-risk-merit h3 {
    color: #229f37;
    font-size: 24px;
    font-weight: bold;
    padding: 13px 0 15px;
    text-align: center;
  }
  .fc-risk-merit h3 span {
    font-size: 0.8em;
  }
  .fc-risk-acordion dd p {
    font-size: 12px;
    line-height: 1.58;
    margin-bottom: 15px;
  }
  .fc-risk-acordion .acordion-body-img {
    margin: 0 auto 18px;
    width: 33.8%;
  }
  .fc-support h3 img,
  .fc-support-cc img {
    width: 100%;
  }
  .fc-support-acordion h4 {
    color: #229f37;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .fc-support-acordion .acordion-body-before h5 {
    background-color: #ffa200;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 13px;
    padding: 4px;
    text-align: center;
  }
  .fc-support-acordion .acordion-body-after h5 {
    border: 1px solid #ffa200;
    color: #ffa200;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: 20px;
    padding: 4px;
    text-align: center;
  }
  .fc-support-acordion ul {
    margin-bottom: 20px;
  }
  .fc-support-acordion li {
    background: url(../images/fc/fc_support_icon_01.png) 0 2px no-repeat;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 16px;
  }
  .fc-voice h2 {
    padding-top: 4.5%;
  }
  .fc-voice-acordion dd {
    background-color: #e9faff;
  }
  .fc-voice .fc-section-head-arrow {
    background-color: #e9faff;
    padding-bottom: 9px;
  }
  .fc-voice-acordion h4 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
  }
  .fc-voice-acordion .acordion-body-img {
    margin-bottom: 20px;
  }
  .fc-voice-acordion .acordion-body-img p {
    font-size: 10px;
    font-weight: bold;
    margin-top: 7px;
  }
  .fc-voice-acordion .acordion-body-info p {
    font-size: 12px;
    line-height: 1.58;
  }
  .fc-flow h2 {
    padding-top: 8%;
  }
  .fc-flow {
    margin-bottom: 15px;
  }
  .fc-flow .fc-section-head-arrow {
    margin-bottom: 9px;
  }
  .fc-flow h3 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 11px;
    text-align: center;
  }
  .fc-flow .flow01 h3,
  .fc-flow .flow02 h3 {
    color: #319f2d;
  }
  .fc-flow h3 span {
    background-color: #fff;
    color: #229f37;
    display: inline-block;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 15px;
  }
  .fc-flow .flow01 h3 span,
  .fc-flow .flow02 h3 span,
  .fc-flow .flow03 h3 span {
    background-color: #319f2d;
    color: #fff;
  }
  .fc-flow ul {
    overflow: hidden;
    padding: 0 4.7%;
  }
  .fc-flow li {
    margin-bottom: 26px;
    padding: 15px 3.4% 10px;
    position: relative
  }
  .fc-flow-text {
    background-color: #ffffff;
    font-size: 12px;
    line-height: 1.875;
    padding: 15px 15px;
  }
  .fc-flow li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid rgba(34, 159, 55, 0.2);
    border-left: 68px solid transparent;
    border-right: 68px solid transparent;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -68px;
  }
  .fc-flow .flow02:before {
    border-top: 21px solid rgba(34, 159, 55, 0.3);
  }
  .fc-flow .flow03:before {
    border-top: 21px solid rgba(34, 159, 55, 0.5);
  }
  .fc-flow .flow04:before {
    border-top: 21px solid rgba(34, 159, 55, 0.7);
  }
  .fc-flow .flow05:before {
    border-top: 21px solid #229f37;
  }
  .fc-flow .flow06:before {
    border: 0;
  }
  .fc-flow .flow01 {
    background-color: rgba(34, 159, 55, 0.2);
  }
  .fc-flow .flow02 {
    background-color: rgba(34, 159, 55, 0.3);
  }
  .fc-flow .flow03 {
    background-color: rgba(34, 159, 55, 0.5);
  }
  .fc-flow .flow04 {
    background-color: rgba(34, 159, 55, 0.7);
  }
  .fc-flow .flow05 {
    background-color: #229f37;
  }
  .fc-flow .flow06 {
    background-color: #ffb400;
    margin-top: -26px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 18px 4%;
    position: relative;
    z-index: -1;
  }
  .fc-flow .flow06 h3 {
    font-size: 18px;
    margin-bottom: 7px;
    text-align: left;
  }
  .fc-flow .flow06 img {
    float: right;
    margin: 0 5%;
    width: 20%;
  }
  .fc-flow .flow06 .fc-flow06-text {
    font-size: 12px;
    line-height: 1.875;
  }
  .fc-flow-link {
    text-align: center;
  }
  .fc-flow-link a {
    background-color: #ffb400;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin-top: 14px;
    padding: 5px 17%;
    text-align: center;
    text-decoration: none;
  }
  .fc-faq h2 {
    padding-top: 8%;
  }
  .fc-faq .fc-section-head-arrow {
    margin-bottom: 9px;
  }
  
  /* shop */
  .shop {
    padding-top: 15px;
  }
  .shop-data {
    background-color: #e5f8fe;
    margin-bottom: 20px;
    padding: 16px 0 0;
  }
  .shop-data-img {
    margin-bottom: 14px;
    padding: 0 8%;
  }
  .shop-data-info {
    color: #000;
    font-size: 12px;
    line-height: 1.4;
  }
  .shop-data-info p {
    padding: 0 8%;
  }
  .shop-data-info .data-address,
  .shop-data-info .data-hours {
    margin-bottom: 8px;
  }
  .shop-data-info .data-link {
    margin-top: 15px;
  }
  .shop-data-info .data-link li {
    margin-top: 1px;
  }
  .shop-data-info .data-link a {
    background-color: #ffa800;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 8%;
    text-decoration: none;
  }
  .shop-access-link img {
    margin-bottom: 1px;
    width: 100%;
  }
  .shop-access {
    margin-bottom: 20px;
  }
  .shop-access-gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  }
  .shop-access-gmap iframe,
  .shop-access-gmap object,
  .shop-access-gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  .shop-msg-box {
    border: 1px solid #01bcf1;
    margin: 0 4.7%;
    padding: 15px 5%;
  }
  .shop-msg-box img {
    margin-bottom: 14px;
  }
  .shop-msg-box p {
    font-size: 12px;
    line-height: 1.5;
  }
  .shop-msg-box p span {
    display: block;
  }
  .shop-data-info .data-link a::before {
    content: url("../images/shop/shop_data_arrow.png");
    margin-right: 11px;
  }
  .shop-data-img .bx-wrapper .bx-prev {
  background: url("../images/shop/sp_shop_mv_prev.png") no-repeat scroll 0 0 !important;
  background-size: 100% auto !important;
  left: -8px !important;
  }
  .shop-data-img .bx-wrapper .bx-next {
  background: url("../images/shop/sp_shop_mv_next.png") no-repeat scroll 0 0 !important;
  background-size: 100% auto !important;
  right: -8px !important;
  }
  .shop-data-img .bx-wrapper .bx-controls-direction a {
    height: 15px !important;
    width: 15px !important;
    margin-top: -7px;
  }
  .shop-co2-box {
    border: 1px solid #01bcf1;
    margin: 0 4.7%;
    margin-bottom: 1em;
    overflow: hidden;
    height: 50vh;
  }
  /* news */
  
  .news {
    padding-top: 15px;
  }
  .news-nav {
    background-color: rgba(1, 188, 241, 0.1);
    padding: 10px 4.7% 0;
  }
  .news-nav ul {
    overflow: hidden;
  }
  .news-nav li {
    float: left;
    margin-right: 4%;
    margin-bottom: 10px;
    width: 48%;
  }
  .news-nav li:nth-child(2n) {
    margin-right: 0;
  }
  .news-nav li:first-child {
    margin-left: 0;
  }
  .news-nav li a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 12px 5%;
    text-decoration: none;
  }
  .news-nav li a:before {
    content: url(../images/news/news_nav_arrow.png);
    margin-right: 12px;
  }
  .news-nav li.cat-new a {
    background-color: #ffa800;
  }
  .news-nav li.cat-blog a {
    background-color: #319f2d;
  }
  .news-nav li.cat-cp a {
    background-color: #004686;
  }
  .news-nav li.cat-open a {
    background-color: #01bcf1;
  }
  .news-block {
    margin-bottom: 20px;
  }
  .news-box {
    border-top: 2px solid #b2b2b2;
    overflow: hidden;
    padding: 16px 4.7%;
  }
  .news-box:first-child {
    border-top: 0;
  }
  .news-box img {
    float: left;
    margin-right: 5%;
    width: 46%;
  }
  .news-box-text {
    float: left;
    width: 49%;
  }
  .news-cat {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 3px 10px;
  }
  .news-cat.cat-new {
    background-color: #ffa800;
  }
  .news-cat.cat-blog {
    background-color: #319f2d;
  }
  .news-cat.cat-cp {
    background-color: #004686;
  }
  .news-cat.cat-open {
    background-color: #01bcf1;
  }
  .news-label-new {
    border: 1px solid #01bcf1;
    display: inline-block;
    color: #01bcf1;
    font-size: 9px;
    font-weight: bold;
    margin-right: 4px;
    padding: 3px 5px;
  }
  .news-box-text {
    color: #000;
  }
  .news-box-text h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .news-date {
    font-size: 9px;
    margin-bottom: 12px;
  }
  .news-excerpt {
    font-size: 12px;
    line-height: 1.5;
  }
  .news-box-bg {
    background-color: rgba(255, 168, 0, 0.1);
  }
  .satei-lead {
    font-size: 12px;
    line-height: 1.5;
    padding: 13px 4.7%;
  }


/* Mobile Parts
   ========================================================================== */

  .p-h1-visual img {
    width: 100%;
  }
  .p-h1-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 4.7%;
  }
  .p-h2-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 4.7%;
  }
  .p-h1-text span {
    color: #e50606;
    display: block;
    font-size: 12px;
    margin-bottom: 9px;
  }
  .p-pager {
    margin-top: 20px;
    text-align: center;
  }
  .p-pager ul {
    display: inline-block;
    overflow: hidden;
  }
  .p-pager li {
    float: left;
    margin-left: 32px;
  }
  .p-pager li:first-child {
    margin-left: 0;
  }
  .p-pager li a {
    background-color: #01bcf1;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 32px;
  }
  .p-pager li.current a {
    background-color: #fff;
    border: 1px solid #01bcf1;
    color: #01bcf1;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
  }
  .p-sellform {
    background: rgba(0, 0, 0, 0) url("../images/parts/sp_p_sellform_bg.png") repeat-y scroll center 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 20px;
  }
  .p-sellform-h2 {
    margin-top: -1.5%;
    position: relative;
  }
  .p-sellform-h2 img {
    width: 100%;
  }
  .p-sellform-kitty {
    display: none;
  }
  .p-sellform-customer {
    display: none;
  }
  .p-sellform-btn {
    margin: 0 auto;
    width: 65.5%;
  }
  .p-sellform-btn input {
    width: 100%;
  }
  .p-sellform-box {
    background: url(../images/parts/sp_p_sellform_box_bg_01.png) 0 0 no-repeat,
    url(../images/parts/sp_p_sellform_box_bg_03.png) 0 100% no-repeat,
    url(../images/parts/sp_p_sellform_box_bg_02.png) 0 0 repeat-y;
    -webkit-background-size: 100% auto,100% auto,100% auto;
    background-size: 100% auto,100% auto,100% auto;
    margin: 0 3% 15px;
    padding: 17px 6% 6%;
  }
  .p-sellform-select {
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
  }
  .p-sellform-select dt {
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
    text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.9);
  }
  .p-sellform-select dd {
    float: right;
  }
  .p-sellform .customSelect {
    background: url(../images/parts/p_sellform_select.png) 0 0 no-repeat;
    float: right;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    width: 168px;
  }
  .p-sellform .customSelectInner {
    margin: 0 30px 0 6px;
    width: 132px ;
  }
  .p-sellform-h3 {
    margin-bottom: 15px;
    width: 53%;
  }
  .p-acordion-block dt {
    background: url(../images/parts/sp_p_acordion_icon_open.png) 95.3% 50% no-repeat #229f37;
    background-size: auto 40%;
    -webkit-background-size: auto 40%;
    border-top: 2px solid #e9faff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 4.7%;
    cursor: pointer;
  }
  .p-acordion-block dt:first-child {
    border-top: 0;
  }
  .p-acordion-block dt.active {
    background: url(../images/parts/sp_p_acordion_icon_close.png) 95.3% 50% no-repeat #d3ecd7;
    background-size: auto 40%;
    -webkit-background-size: auto 40%;
    border: 0;
    color: #229f37;
  }
  .p-acordion-block dd {
    display: none;
    padding: 20px 4.7% 15px;
  }
  .acordion-type02 dt {
    background: url(../images/parts/sp_p_acordion_icon_open_type02.png) 95.3% 50% no-repeat #01bcf1;
    background-size: auto 40%;
    -webkit-background-size: auto 40%;
  }
  .acordion-type02 dt.active {
    background: url(../images/parts/sp_p_acordion_icon_close_type02.png) 95.3% 50% no-repeat #F0F0F0;
    background-size: auto 40%;
    -webkit-background-size: auto 40%;
    border: 0;
    color: #01bcf1;
  }
  .acordion-type03 dl {
    border-bottom: 1px solid #a9e4f4;
    border-left: 1px solid #a9e4f4;
    border-right: 1px solid #a9e4f4;
  }
  .acordion-type03 dt {
    background: url(../images/parts/sp_p_acordion_icon_open_type02.png) 95.3% 50% no-repeat #fff;
    background-size: auto 40%;
    -webkit-background-size: auto 40%;
    font-size: 15px;
    color: #333;
  }
  .acordion-type03 dt.active {
    background: url(../images/parts/sp_p_acordion_icon_close_type02.png) 95.3% 50% no-repeat #fafafa;
    background-size: auto 40%;
    -webkit-background-size: auto 40%;
    border: 0;
    color: #333;
  }
  .acordion-type03 dd {
    background: #fff;
  }
  .acordion-type03 h3 {
    color: #01bcf1;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .acordion-type03 p {
    padding: 0;
  }
  .p-contact {
    padding: 19px 4.7% 20px;
  }
  .p-contact-h2 {
    color: #319f2d;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
  }
  .p-contact-lead {
    margin-bottom: 12px;
  }
  .p-contact img {
    width: 100%;
  }
  .p-faq-list dt {
    background: url(../images/parts/p_faq_icon_01.png) 4.7% 50% no-repeat,
     url(../images/parts/p_faq_icon_04.png) 95.3% 50% no-repeat;
    -webkit-background-size: 22px auto, 20px 20px;
    background-size: 22px auto, 20px 20px;
    background-color: #e5f9ff;
    border-top: 1px solid #fff;
    color: #01bcf1;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.375;
    padding: 15px 12%;
  }
  .p-faq-list dt.active {
    background: url(../images/parts/p_faq_icon_01.png) 4.7% 50% no-repeat,
     url(../images/parts/p_faq_icon_03.png) 95.3% 50% no-repeat;
    -webkit-background-size: 22px auto, 20px 20px;
    background-size: 22px auto, 20px 20px;
    background-color: #f0f0f0;
  }
  .p-faq-list dd {
    display: none;
    font-size: 13px;
    line-height: 1.58;
    padding: 15px 12% 15px 4.7%;
  }
  #sw {
    display: none;
  }

/* Mobile Footer
   ========================================================================== */
	.footer-before-link {
		display: none;
	}
  .footer-logo {
    background-color: #01bcf1;
    padding: 10px 3%;
  }
  .footer-logo img {
    width: 30%;
  }
  .sp-footer-nav li {
    background: #e0f8ff url("../images/common/sp_footer_nav_arrow.png") no-repeat scroll 95.3% 50% / 5px auto;
    border-top: 1px solid #01bcf1;
    height: 45px;
    line-height: 45px;
  }
  .sp-footer-nav li a {
    color: #01bcf1;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 4.7%;
  }
  .footer-copy {
    background-color: #004686;
  }
  .footer-copy img {
    display: block;
    margin: 0 auto;
    padding: 10px 0 7px;
    width: 63%;
  }
  .footer-logo-area__list {
    display: flex;
    justify-content: center;
    padding: 5%;
    border-top: 1px solid #01bcf1;
  }
  .footer-women-challenge-logo {
    flex-basis: 30%;
  }
  .footer-health-and-productivity-logo {
    flex-basis: 34%;
  }
  .footer-women-challenge-logo img {
    width: 22vw;
  }
  .footer-man-women-logo {
    flex-basis: 20%;
  }
  .man-women-logo__img {
    width: 16vw;
  }
  .health-and-productivity-logo__img{
    width: 30vw;
  }
  .footer-approval {
    position: static;
    margin: 0 auto;
  }
  .footer-approval-logo {
    width: 235px;
    margin: 0 auto 10px;
    position: static;
  }
  .footer-approval__txt {
    position: static;
    text-align: center;
    font-size: 1.62vw;
    letter-spacing: 0px;
    line-height: 14px;
    color: #000000;
    padding-bottom: 2%;
  }
} /* Mobile end */


/* Commons
   ========================================================================== */

.bold {
  font-weight: bold;
}

.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

/*** 紹介者フォーム対応 ***/
.header-nav li img.header-nav-introduction {
	width: 45px;
	height: 30px;
}
@media screen and (max-width: 768px) {
	.header-nav li img.header-nav-introduction {
		padding-top: 14px;
		width: 27px;
		height: 23px;
	}
}
