@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: 'Noto Sans JP', sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a,
a:link {
  color: #242424;
  text-decoration: none;
}

a:visited {
  color: #242424;
}

a:hover {
  color: #242424;
}

a:active {
  color: #242424;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
  color: #242424;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}

#container {
  padding-top: 108px;
  position: relative;
  text-align: left;
  overflow: hidden;
}

#main {
  margin-bottom: 100px;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  body.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  #main {
    margin-bottom: 57px;
  }
  #container {
    padding-top: 94px;
  }
}

p{
line-height:2em;
}

h3{
font-size:1.3em;
font-weight:700;    
margin-top:1em;
margin-bottom:0.5em;
text-decoration: none;
}

h4{
  font-size:1.1em;
  font-weight:normal;  
  margin-top:1em;
  margin-bottom:0.3em;
  background-color:#e2e2e2;
  padding:8px;
  border-radius:5px;
  }

  h5{
    font-size:1em;
    font-weight:700;   
    margin-top:1em;
    margin-bottom:0.3em;
    border-bottom: 1px dotted;
padding-bottom: 2px;
display:inline-block;
    }

    ul{
      margin-bottom:1.5em;
      margin-top:0.5em;
      line-height:1.5em;
    }
    
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader {
  padding: 0 39px 0 60px;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  box-sizing: border-box;
  background: url("../img/common/h_bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: 99;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#gHeader h1 {
  margin-top: 26px;
  width: 308px;
  float: left;
}

#gHeader h1 .img02 {
  display: none;
}

#gHeader .hBox {
  width: 527px;
  float: right;
}

#gHeader .tabUl {
  margin-top: 34px;
  width: 26px;
  float: right;
}

#gHeader .tabUl li a {
  padding: 2px 2px 1px;
  display: block;
  font-size: 1.4rem;
  font-weight:700;  
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
}

#gHeader .tabUl li:not(:last-child) {
  margin-bottom: 4px;
}

@media all and (min-width: 769px) {
  #gHeader .tabUl li.on a,
  #gHeader .tabUl li a:hover {
    color: #242424;
    background-color: #fff;
  }
  .menuBox {
    display: none;
  }
  #gHeader.header .tabUl li.on a,
  #gHeader.header .tabUl li a:hover {
    color: #fff !important;
    background-color: #00649F !important;
  }
  #gHeader.header #gNavi>ul>li a.on::before,
  #gHeader.header #gNavi>ul>li a:hover::before {
    opacity: 1 !important;
  }
}

@media all and (max-width: 768px) {
  #gHeader {
    padding: 0 14px 15px;
    background-image: url("../img/common/sp_h_bg.jpg");
  }
  #gHeader h1 {
    margin-top: 15px;
    width: 210px;
  }
  #gHeader .hBox {
    display: none;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .menu-trigger {
    position: absolute;
    width: 20px;
    height: 17px;
    right: 10px;
    top: 14px;
    z-index: 100;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  #gHeader.header .menu-trigger span {
    background-color: #00649F !important;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }
  .menuBox {
    width: 280px;
    height: 100%;
    position: fixed;
    right: -280px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99;
    overflow-y: scroll;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .menuBox.on {
    right: 0;
  }
  .menuBox .close {
    position: absolute;
    width: 21px;
    right: 10px;
    top: 12px;
    cursor: pointer;
  }
  .menuBox .close img {
    width: 100%;
  }
  .menuBox .menuInner {
    padding: 29px 18px;
  }
  .menuBox .menuUl {
    margin-bottom: 45px;
  }
  .menuBox .menuUl>li>a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
  }
  .menuBox .menuUl>li>a span {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight:700;  
  }
  .menuBox .menuUl>li:not(:last-child) {
    margin-bottom: 27px;
  }
  .menuBox .menuUl>li li a {
    padding-left: 12px;
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    background: url("../img/common/icon01.png") no-repeat left center;
    background-size: 7px auto;
  }
  .menuBox .menuUl>li li:not(:last-child) {
    margin-bottom: 14px;
  }
  .menuBox .menuUl .subBox {
    margin: 15px 0 -1px;
  }
  .menuBox .tabUl li {
    width: 26px;
    display: inline-block;
  }
  .menuBox .tabUl li:not(:last-child) {
    margin-right: 13px;
  }
  .menuBox .tabUl li a {
    padding: 2px 2px 1px;
    display: block;
    font-size: 1.4rem;
    font-weight:700;  
    text-align: center;
    color: rgba(255, 255, 255, 0.28);
  }
  .menuBox .tabUl li.on a {
    color: #242424;
    background-color: #fff;
  }
  #gHeader.header h1 {
    margin-top: 15px !important;
  }
  #gHeader.header h1 .img02 {
    width: 100% !important;
  }
}

@media all and (min-width: 769px) and (max-width: 1000px) {
  #gHeader {
    padding: 0 10px;
  }
  #gHeader h1 {
    margin-top: 40px;
    width: 200px;
  }
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

#gNavi {
  width: 500px;
  float: left;
}

#gNavi>ul>li {
  float: left;
  position: relative;
}

#gNavi>ul>li>a {
  padding: 37px 13px 25px;
  display: block;
  color: #fff;
  min-height: 108px;
  position: relative;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
}

#gNavi>ul>li>a::before {
  opacity: 0;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  background-color: #fff;
  content: '';
}

#gNavi>ul>li>a span {
  margin-bottom: 4px;
  display: block;
  font-size: 1.4rem;
  font-weight:700;  
}

#gNavi>ul>li>a .txt {
  margin: 0 -10px;
  display: inline-block;
  font-weight: normal;
  -webkit-transform: scale(0.714);
  -ms-transform: scale(0.714);
  -o-transform: scale(0.714);
  transform: scale(0.714);
}

#gNavi>ul>li:last-child>a {
  padding: 37px 3px 25px;
  color: #242424;
  width: 100%;
  min-width: 124px;
  background-color: rgba(255, 255, 255, 0.85);
}

#gNavi>ul>li .subBox {
  display: none;
  padding: 11px 16px 13px;
  width: 136px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 17px);
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

#gNavi>ul>li .subBox li:not(:last-child) {
  margin-bottom: 14px;
}

#gNavi>ul>li .subBox li a {
  padding-left: 11px;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  background: url("../img/common/icon01.png") no-repeat left center;
  background-size: 7px auto;
}

#gNavi>ul>li .subBox li a:hover {
  opacity: 0.7;
}

@media all and (min-width: 769px) {
  #gNavi>ul>li a.on::before,
  #gNavi>ul>li a:hover::before {
    opacity: 1;
  }
  #gNavi>ul>li:last-child>a:hover::before {
    opacity: 0 !important;
  }
  #gNavi>ul>li:last-child>a:hover {
    opacity: 0.7;
  }
}


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/

#pagePath {
  padding: 30px 30px 0 20px;
  margin: 5px auto 18px;
  max-width: 1160px;
  box-sizing: border-box;
}

#pagePath li {
  margin-right: 2px;
  display: inline;
  color: #000;
  font-size: 1.2rem;
}

#pagePath li a {
  margin-right: 7px;
  color: #000000;
  text-decoration: underline;
}

#pagePath li:last-child {
  margin-right: 0;
}

@media all and (min-width: 769px) {
  #pagePath li a:hover {
    text-decoration: none;
  }
}

@media all and (max-width: 768px) {
  #pagePath {
    display: none;
  }
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#gFooter {
  padding: 66px 20px 0;
  background: url("../img/common/f_bg.jpg") no-repeat center top;
  background-size: cover;
}

#gFooter .pageTop {
  width: 85px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 50;
}

#gFooter .pageTop a:hover img {
  opacity: 0.7;
}

#gFooter .fTtl {
  max-width: 460px;
  margin: 0 auto 17px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

#gFooter .fTtl span {
  padding-left: 7px;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 2.6rem;
  font-weight: 400;
  position: relative;
  letter-spacing: 8.2px;
  border-bottom: 1px solid #fff;
}

#gFooter .fTtl span:before {
  position: absolute;
  width: 192px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  margin-left: -96px;
  content: "";
}

#gFooter .fTxt {
  margin: 0 auto 73px;
  max-width: 912px;
  text-align: center;
  font-weight:700;  
  color: #fff;
}

#gFooter .fBox {
  max-width: 800px;
  margin: 0 auto 15px;
}

#gFooter .fBox .lBox {
  padding-left: 5px;
  float: left;
  width: 34.25%;
}

#gFooter .fBox .lBox .text01 {
  margin-bottom: 25px;
  color: #fff;
  font-weight:700;  
}

#gFooter .fBox .lBox .text01 .en {
  margin: 11px 0 14px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  display: block;
}

#gFooter .fBox .lBox .text01 .en a {
  color: #fff;
}

#gFooter .fBox .lBox .text01 .txt {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.7;
  display: block;
}

#gFooter .fBox .lBox .text02 {
  margin-bottom: 38px;
  font-weight:700;  
  color: #fff;
}

#gFooter .fBox .lBox .text02 a {
  margin: 9px 5px 0 -5px;
  padding: 18px 20px 16px;
  display: block;
  color: #242424;
  font-size: 1.2rem;
  font-weight: normal;
  background: #fff url("../img/common/icon02.png") no-repeat center right 10px;
  background-size: 16px auto;
}

#gFooter .fBox .lBox .text02 a:hover {
  opacity: 0.7;
}

#gFooter .fBox .lBox .text03 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}

#gFooter .fBox .lBox .text03 span {
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight:700;  
  display: block;
}

#gFooter .fBox .rBox {
  margin-top: 4px;
  float: right;
  width: 61.375%;
}

#gFooter .fBox .rBox .map {
  padding-bottom: 77.18%;
  position: relative;
}

#gFooter .fBox .rBox .map iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

#gFooter .copyright {
  margin: 0 -20px;
  padding: 3px 0;
  font-size: 1rem;
  color: #fff;
  background-color: rgba(0, 100, 159, 0.3);
}

#gFooter .copyright span {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  text-align: right;
}

@media all and (max-width: 768px) {
  #gFooter {
    padding: 53px 0 0;
    background-image: url("../img/common/sp_f_bg.jpg");
  }
  #gFooter .fTtl {
    margin-bottom: 16px;
  }
  #gFooter .fTxt {
    margin: 0 20px 37px;
    font-size: 1.6rem;
    line-height: 1.625;
    text-align: justify;
  }
  #gFooter .fBox .lBox {
    padding: 0;
    width: auto;
    float: none;
  }
  #gFooter .fBox .rBox {
    width: auto;
    float: none;
  }
  #gFooter .fBox {
    margin-bottom: 34px;
    width: auto;
    padding: 0 20px;
  }
  #gFooter .fBox .lBox .text01 {
    font-size: 1.6rem;
  }
  #gFooter .fBox .lBox .text02 {
    font-size: 1.6rem;
  }
  #gFooter .fBox .lBox .text02 a {
    margin: 9px auto;
    max-width: 280px;
  }
  #gFooter .fBox .rBox {
    margin: 17px -20px 0;
  }
  #gFooter .copyright {
    margin: 0;
  }
  #gFooter .copyright span {
    max-width: 270px;
    width: auto;
    text-align: center;
    line-height: 1.65;
  }
}

@media all and (-ms-high-contrast:none) {
  #gHeader .tabUl li a {
    padding: 8px 2px 3px;
    line-height: 1;
  }
  #gNavi>ul>li .subBox li a {
    background-position: left top 3px;
  }
  #gFooter .fBox .lBox .text01 .en {
    letter-spacing: -1px;
  }
  #gFooter .copyright span {
    padding-top: 2px;
  }
}

@media all and (min-width: 769px) and (max-width: 1000px) {
  #gFooter .fBox .lBox .text01 .en {
    font-size: 3.6rem;
  }
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

* html .clearfix {
  zoom: 1;
}

*+html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}


/*------------------------------------------------------------
	common
------------------------------------------------------------*/

.en {
  font-family: 'Oswald', sans-serif;
}

.comBox {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box;
}

@media all and (max-width: 768px) {
  .comBox {
    padding: 0 10px;
  }
}


/*------------------------------------------------------------
	content
------------------------------------------------------------*/

.content {
  margin: 0 auto;
  padding: 0 60px;
  max-width: 1280px;
  box-sizing: border-box;
}

@media all and (max-width: 768px) {
  .content {
    padding: 0 20px;
  }
}


/*------------------------------------------------------------
	bgBox
------------------------------------------------------------*/

.bgBox {
  padding-bottom: 73px;
  margin: 29px 30px 27px 30px;
  background: url("../img/common/bg.png") repeat left top;
}

@media all and (max-width: 768px) {
  .bgBox {
    padding-bottom: 80px;
    margin: 10px 10px 12px;
  }
}


/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/

#main .headLine01 {
  margin: 0 auto 69px;
  max-width: 459px;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  border-bottom: 1px solid #00649F;
}

#main .headLine01>span {
  color: #00649F;
  font-size: 2.6rem;
  display: block;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 7.8px;
  font-weight: 500;
}

#main .headLine01>span span {
  padding-bottom: 12px;
  display: inline-block;
  position: relative;
}

#main .headLine01>span span::before {
  left: 7px;
  right: 7px;
  height: 4px;
  position: absolute;
  bottom: -1px;
  background-color: #00649F;
  content: '';
}

@media all and (max-width: 768px) {
  #main .headLine01 {
    margin: 0 20px 40px;
    max-width: inherit;
  }
}


/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/

#main .headLine02 {
  margin-bottom: 9px;
  position: relative;
}

#main .headLine02 .en {
  position: absolute;
  left: -20px;
  top: -51px;
  font-size: 8rem;
  line-height: 1;
  font-weight: normal;
  color: rgba(0, 100, 159, 0.06);
}

#main .headLine02 .txt {
  padding: 0 35px 3px 0;
  font-size: 2.6rem;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #242424;
}

#main .headLine02 .txt::before {
  width: 60px;
  height: 1px;
  position: absolute;
  left: -60px;
  bottom: -1px;
  background-color: #242424;
  content: '';
}

@media all and (max-width: 768px) {
  #main .headLine02 {
    margin-bottom: 10px;
  }
  #main .headLine02 .txt {
    min-width: 156px;
    padding: 0 24px 2px 0;
    font-size: 2.2rem;
    line-height: 1.7;
    box-sizing: border-box;
  }
  #main .headLine02 .en {
    font-size: 6rem;
    left: -18px;
    top: -36px;
  }
  #main .headLine02 .txt::before {
    width: 20px;
    left: -20px;
  }
}


/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/

#main .comBtn {
  max-width: 284px;
  margin: 0 auto;
}

#main .comBtn a {
  display: block;
  color: #fff;
  position: relative;
  border-radius: 40px;
  font-size: 1.6rem;
  font-weight:700;  
  text-align: center;
  border: 2px solid #fff;
  overflow: hidden;
  background: -webkit-linear-gradient(left, #008D9F, #002B9F);
  background: -moz-linear-gradient(left, #008D9F, #002B9F);
  background: -ms-linear-gradient(left, #008D9F, #002B9F);
  background: -o-linear-gradient(left #008D9F, #002B9F);
  background: linear-gradient(-left, #008D9F, #002B9F);
}

#main .comBtn a span {
  padding: 17px 10px;
  position: relative;
  display: block;
  z-index: 1;
}

#main .comBtn a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008D9F;
  transition: all .3s;
  border-radius: 40px;
}

@media all and (min-width: 769px) {
  #main .comBtn a:hover::before {
    width: 100%;
  }
}


/*------------------------------------------------------------
	comGreet
------------------------------------------------------------*/

#main .comGreet {
  padding: 0 60px;
  margin: 0 auto 100px;
  max-width: 1280px;
  position: relative;
  box-sizing: border-box;
}

#main .comGreet .imgBox {
  padding-bottom: 24px;
  margin-right: -60px;
  position: relative;
  overflow: hidden;
}

#main .comGreet::before {
  width: 100%;
  height: 470px;
  top: 0;
  position: absolute;
  left: 52.2%;
  bottom: 0;
  background-color: #F2F2F2;
  content: '';
  -webkit-transform: skewX(-33deg);
  -ms-transform: skewX(-33deg);
  -o-transform: skewX(-33deg);
  transform: skewX(-33deg);
  z-index: -1;
}

#main .comGreet .imgBox .textBox {
  width: 73.27%;
  float: left;
}

#main .comGreet .imgBox .textBox p {
  line-height: 2;
}

#main .comGreet .imgBox .textBox p:not(:last-child) {
  margin-bottom: 32px;
}

#main .comGreet .imgBox .photo {
  margin: 8px -8px 0 0;
  width: 22.86%;
  float: right;
  overflow: hidden;
  text-align: center;
}

#main .comGreet .imgBox .photo img {
  width: 100%;
  max-width: 558px;
}

#main .comGreet .imgBox .photo p {
  margin-top: 19px;
  line-height: 1.857;
  font-size: 1.4rem;
  font-weight:700;  
  text-align: left;
}

@media all and (max-width: 768px) {
  #main .comGreet {
    margin-bottom: 100px;
    padding: 0 20px;
  }
  #main .comGreet .imgBox {
    margin-right: 0;
    padding-bottom: 24px;
    overflow: visible;
  }
  #main .comGreet::before {
    height: 490px;
  }
  #main .comGreet .imgBox .textBox {
    width: auto;
    float: none;
  }
  #main .comGreet .imgBox .textBox p:not(:last-child) {
    margin-bottom: 28px;
  }
  #main .comGreet .imgBox .photo {
    margin: 24px 0 0 0;
    width: auto;
    float: none;
  }
  #main .comGreet .imgBox .photo p {
    margin-top: 12px;
  }
}



/*------------------------------------------------------------
------------------------------------------------------------*/
#main .comGreet1 {
  padding: 0 60px;
  margin: 0 auto 100px;
  max-width: 1280px;
  position: relative;
  box-sizing: border-box;
}

#main .comGreet1 .imgBox {
  padding-bottom: 24px;
  margin-right: -60px;
  position: relative;
  overflow: hidden;
}

#main .comGreet1::before {
  width: 100%;
  height: 470px;
  top: 0;
  position: absolute;
  left: 52.2%;
  bottom: 0;
  content: '';
  -webkit-transform: skewX(-33deg);
  -ms-transform: skewX(-33deg);
  -o-transform: skewX(-33deg);
  transform: skewX(-33deg);
  z-index: -1;
}

#main .comGreet1 .imgBox .textBox {
  width: 73.27%;
  float: left;
}

#main .comGreet1 .imgBox .textBox p {
  line-height: 2;
}

#main .comGreet1 .imgBox .textBox p:not(:last-child) {
  margin-bottom: 32px;
}

#main .comGreet1 .imgBox .photo {
  margin: 8px -8px 0 0;
  width: 22.86%;
  float: right;
  overflow: hidden;
  text-align: center;
}

#main .comGreet1 .imgBox .photo img {
  width: 100%;
  max-width: 558px;
}

#main .comGreet1 .imgBox .photo p {
  margin-top: 19px;
  line-height: 1.857;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}

@media all and (max-width: 768px) {
  #main .comGreet1 {
    margin-bottom: 100px;
    padding: 0 20px;
  }
  #main .comGreet1 .imgBox {
    margin-right: 0;
    padding-bottom: 24px;
    overflow: visible;
  }
  #main .comGreet1::before {
    height: 490px;
  }
  #main .comGreet1 .imgBox .textBox {
    width: auto;
    float: none;
  }
  #main .comGreet1 .imgBox .textBox p:not(:last-child) {
    margin-bottom: 28px;
  }
  #main .comGreet1 .imgBox .photo {
    margin: 24px 0 0 0;
    width: auto;
    float: none;
  }
  #main .comGreet1 .imgBox .photo p {
    margin-top: 12px;
  }
}



/*------------------------------------------------------------
	comTxtBox
------------------------------------------------------------*/

#main .comTxtBox {
  padding: 44px 60px 42px;
  margin: 0 auto 108px;
  max-width: 1280px;
  position: relative;
  box-sizing: border-box;
}

#main .comTxtBox p {
  line-height: 2;
}

#main .comTxtBox p:not(:last-child) {
  margin-bottom: 32px;
}

#main .comTxtBox::before {
  width: 9999px;
  position: absolute;
  right: 51.9%;
  bottom: 0;
  top: 0;
  background-color: #F2F2F2;
  content: '';
  -webkit-transform: skewX(-28.7deg);
  -ms-transform: skewX(-28.7deg);
  -o-transform: skewX(-28.7deg);
  transform: skewX(-28.7deg);
  z-index: -1;
}

#main .comTxtBox p.enTxt {
  margin: -4px 0 22px;
  color: #B9B9B9;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
}

@media all and (max-width: 768px) {
  #main .comTxtBox {
    margin-bottom: 110px;
    padding: 43px 20px 44px;
  }
  #main .comTxtBox .headLine02 .txt {
    padding: 0 0 17px;
  }
  #main .comTxtBox::before {
    width: 81.4%;
    height: auto;
    position: absolute;
    left: 0;
    transform: none;
  }
  #main .comTxtBox p:not(:last-child) {
    margin-bottom: 28px;
  }
  #main .comTxtBox p.enTxt {
    margin: 10px 10px 23px 2px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
}


/*------------------------------------------------------------
	comTxtBoxL
------------------------------------------------------------*/

#main .comTxtBoxL {
  margin-bottom: 121px;
  padding: 36px 60px 67px;
}

#main .comTxtBoxL::before {
  left: 49%;
  right: auto;
}

@media all and (max-width: 768px) {
  #main .comTxtBoxL {
    margin-bottom: 50px;
    padding: 43px 20px 54px;
  }
  #main .comTxtBoxL::before {
    right: 0;
    left: auto;
  }
  #main .comTxtBoxL .headLine02 .txt {
    padding-bottom: 2px;
  }
}


/*------------------------------------------------------------
	comTabBox
------------------------------------------------------------*/

#main .comTabBox {
  padding: 28px 0 30px;
  margin: 0 30px 97px;
  box-sizing: border-box;
}

#main .comTabBox table {
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
  border-collapse: collapse;
}

#main .comTabBox table th,
#main .comTabBox table td {
  padding: 13px 0;
  text-align: left;
  vertical-align: top;
  line-height: 2;
}

#main .comTabBox table th {
  width: 186px;
}

#main .comTabBox table td a:hover {
  opacity: 0.7;
}

@media all and (max-width: 768px) {
  #main .comTabBox {
    padding: 33px 10px 24px;
    margin: 0 10px 61px;
  }
  #main .comTabBox table {
    margin: 0 auto;
    max-width: inherit;
    width: 100%;
    border-collapse: collapse;
  }
  #main .comTabBox table th,
  #main .comTabBox table td {
    padding: 0 0 27px;
    width: 100% !important;
    float: left !important;
    box-sizing: border-box;
  }
  #main .comTabBox table th {
    padding-bottom: 2px;
  }
  #main .comTabBox table tr:last-child td {
    padding-bottom: 0;
  }
}


/*------------------------------------------------------------
	comMapBox
------------------------------------------------------------*/

#main .comMapBox {
  margin-bottom: 92px;
}

#main .comMapBox .headLine02+p {
  margin: 13px 0 15px;
}

#main .comMapBox .map {
  padding-bottom: 36.46%;
  position: relative;
}

#main .comMapBox .map iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (max-width: 768px) {
  #main .comMapBox {
    margin-bottom: 58px;
  }
  #main .comMapBox .headLine02 .txt {
    padding: 0 0 2px;
    letter-spacing: -0.5px;
  }
  #main .comMapBox .headLine02+p {
    margin: 14px 0 22px;
  }
  #main .comMapBox .map {
    margin: 0 -20px;
    padding-bottom: 88.2%;
  }
}


/*------------------------------------------------------------
	comInfo
------------------------------------------------------------*/

#main .comInfo {
  padding: 0 60px;
  margin: 0 auto 172px;
}

#main .comInfo .imgBox .photo {
  margin-top: 6px;
  width: 48.7%;
  float: right;
}

#main .comInfo .imgBox .photo img {
  width: 100%;
}

#main .comInfo .imgBox .textBox {
  width: 48.7%;
  float: left;
}

#main .comInfo .imgBox .textBox p {
  line-height: 2;
}

@media all and (max-width: 768px) {
  #main .comInfo {
    margin-bottom: 44px;
    padding: 0 20px;
  }
  #main .comInfo .imgBox .textBox {
    width: auto;
    float: none;
  }
  #main .comInfo .imgBox .photo {
    margin: 41px -20px 0 0;
    width: auto;
    float: none;
  }
  #main .comInfo .headLine02 {
    margin-bottom: 13px;
  }
  #main .comInfo .headLine02 .txt {
    padding-bottom: 0;
    font-size: 2.6rem;
  }
  #main .comInfo .imgBox .textBox p {
    font-size: 1.6rem;
  }
}


/*------------------------------------------------------------
	comInfoL
------------------------------------------------------------*/

#main .comInfoL {
  padding: 0 30px;
  margin-bottom: 50px;
}

#main .comInfoL .bgBox {
  padding: 23px 30px 94px;
  margin: 0;
}

#main .comInfoL .linkBox {
  margin: 20px 0 0 -11px;
}

#main .comInfoL .linkBox .link {
  margin-right: 17px;
}

#main .comInfoL .linkBox>* {
  display: inline-block;
}

#main .comInfoL .linkBox a {
  padding: 4px 11px 3px;
  display: block;
  color: #00649F;
  background-image: linear-gradient(to right, transparent 50%, #00649F 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

@media all and (min-width: 769px) {
  #main .comInfoL .linkBox a:hover {
    color: #fff;
    text-decoration: none;
    background-position: -100% 0;
  }
}

@media all and (max-width: 768px) {
  #main .comInfoL {
    padding: 0 10px;
  }
  #main .comInfoL .bgBox {
    padding: 22px 10px 47px;
  }
  #main .comInfoL .linkBox {
    margin: 58px -10px 0 -6px;
  }
  #main .comInfoL .linkBox>* {
    display: block;
  }
  #main .comInfoL .linkBox a {
    display: inline-block;
    font-size: 1.6rem;
  }
  #main .comInfoL .linkBox .link {
    margin: 0 0 14px;
  }
}


/*------------------------------------------------------------
	comTxtInner
------------------------------------------------------------*/

#main .comTxtInner {
  margin-bottom: 51px;
  padding: 44px 60px 35px;
  position: relative;
}

#main .comTxtInner::before {
  width: 9999px;
  position: absolute;
  right: 32.7%;
  bottom: 0;
  top: 0;
  background-color: #F2F2F2;
  content: '';
  -webkit-transform: skewX(-28.7deg);
  -ms-transform: skewX(-28.7deg);
  -o-transform: skewX(-28.7deg);
  transform: skewX(-28.7deg);
  z-index: -1;
}

#main .comTxtInner p {
  line-height: 2;
}

#main .comTxtInnerR::before {
  right: auto;
  left: 32.7%;
  -webkit-transform: skewX(28.7deg);
  -ms-transform: skewX(28.7deg);
  -o-transform: skewX(28.7deg);
  transform: skewX(28.7deg);
}

@media all and (max-width: 768px) {
  #main .comTxtInner {
    margin-bottom: 47px;
    padding: 42px 20px 32px;
    overflow: visible;
  }
  #main .comTxtInner .headLine02 .txt {
    font-size: 2.6rem;
  }
  #main .comTxtInner::before {
    width: 81.2%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: none;
  }
  #main .comTxtInner p {
    font-size: 1.6rem;
    letter-spacing: -0.3px;
  }
  #main .comTxtInnerR {
    padding: 31px 20px 22px;
  }
  #main .comTxtInnerR::before {
    left: auto;
    right: 0;
  }
}

@media all and (-ms-high-contrast:none) {
  #main .comBtn a span {
    padding: 19px 10px 15px;
  }
  #main .comInfoL .linkBox .btn a {
    padding: 6px 4px 1px;
  }
}


/*------------------------------------------------------------
	comPhoto
------------------------------------------------------------*/

#container #main .comGreet .comPhoto {
  padding-right: 60px;
}

#container #main .comPhoto {
  margin: 50px auto;
  max-width: 1220px;
  display: flex;
  flex-wrap: wrap;
}

#container #main .comPhoto .photo {
  margin: 40px 2% 0 0;
  float: none;
  width: 32%;
}

#container #main .comPhoto .photo p {
  text-align: center;
}

#container #main .comPhoto .photo:nth-child(3n) {
  margin-right: 0;
}

#container #main .comPhoto .photo img {
  width: 100%;
  height: auto;
}

#container #main .comPhoto .photo a {
  padding-bottom: 65.155%;
  display: block;
  position: relative;
  overflow: hidden;
}

#container #main .comPhoto .photo a img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#container #main .comPhoto .photoproductbig a img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#container #main .comPhoto .photo a:hover {
  opacity: 0.7;
}

#container #main .comPhoto01 {
  margin: 50px auto 0;
  max-width: 900px;
  justify-content: space-between;
}

#container #main .comPhoto01 .photo {
  margin: 40px 0 0;
  width: 45%;
}

#container #main .comPhoto02 {
  justify-content: center;
}

#container #main .comPhoto02 .photo {
  margin: 40px 5% 0;
}

#container #main .comPhoto02 .photo:nth-child(3n) {
  margin-right: 5%;
}

#container #main .comPhoto03 {
  max-width: 1220px;
}
#container #main .comPhoto03 .photo {
  width: 49%;
}

@media all and (max-width: 768px) {
  #container #main .comPhoto {
    padding-right: 0 !important;
    display: block !important;
  }
  #container #main .comPhoto .photo {
    margin: 0 0 40px !important;
    width: auto !important;
}
	#container #main .comPhoto .photo a {
		padding-bottom: 0;
		position: static;
	}
	#container #main .comPhoto .photo a img {
		position: static;
		transform: none;
	}

}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/

.index #gHeader {
  background: none;
}

.index #container {
  padding-top: 0;
}

.index #gNavi>ul>li:last-child>a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.index #gHeader .tabUl li a {
  color: rgba(255, 255, 255, 0.28);
}

.index #gHeader.header {
  background-color: #fff !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.index #gHeader.header h1 {
  margin-top: 9px;
}

.index #gHeader.header h1 .img02 {
  width: 225px;
  display: block;
}

.index #gHeader.header h1 .img01 {
  display: none;
}

.index #gHeader.header #gNavi>ul>li>a {
  min-height: 60px;
  padding: 12px 13px 8px;
  color: #242424;
}

.index #gHeader.header #gNavi>ul>li>a span {
  margin-bottom: -1px;
  color: #00649F;
}

.index #gHeader.header #gNavi>ul>li>a .txt {
  color: #242424;
}

.index #gHeader.header #gNavi>ul>li:last-child>a {
  background-color: rgba(0, 100, 159, 0.13);
}

.index #gHeader.header .tabUl {
  margin-top: 7px;
}

.index #gHeader.header .tabUl li a {
  color: rgba(0, 100, 159, 0.28);
}

.index #gHeader.header #gNavi>ul>li>a::before {
  bottom: 0;
  background-color: #00649F;
}

.index #gHeader.header #gNavi>ul>li .subBox {
  top: 100%;
  background-color: rgba(0, 100, 159, 0.79);
}

@media all and (min-width: 769px) {
  .index #gHeader .tabUl li.on a,
  .index #gHeader .tabUl li a:hover {
    color: #43678C;
    background-color: #fff;
  }
}

.index #main {
  margin-bottom: 171px;
}

.index #main .mainImg {
  margin-bottom: 29px;
  padding-bottom: 62.5%;
  position: relative;
  text-align: center;
  background: url("../img/index/main_bg.jpg") no-repeat top center;
  background-size: cover;
}

.index #main .mainImg p {
  margin-top: 39px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index #main .mainImg p img {
  width: 100%;
  max-width: 642px;
}

.index #main .product {
  padding: 68px 0 60px;
}

.index #main .headLine01 {
  margin: 0 auto;
}

.index #main .headLine02 .txt {
  padding-right: 0;
}

.index #main .gray {
  padding: 69px 0 44px;
  position: relative;
}

.index #main .gray>* {
  position: relative;
  z-index: 1;
}

.index #main .gray::before {
  width: 9999px;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  background-color: #F2F2F2;
  content: '';
}

.index #main .product .photoUl {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

.index #main .product .photoUl li {
  margin-right: 0.43%;
  width: 33%;
  position: relative;
  overflow: hidden;
}

.index #main .product .photoUl li:nth-child(2) {
  width: 33.21%;
}

.index #main .product .photoUl li:last-child {
  width: 32.88%;
  margin-right: 0;
}

.index #main .product .photoUl li p {
  margin-top: -14px;
  position: absolute;
  width: 100%;
  color: #fff;
  left: 0;
  top: 50%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  z-index: 1;
}

.index #main .product .photoUl li a {
  display: block;
}

.index #main .product .photoUl li .photo {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.index #main .product .photoUl li .photo img {
  width: 100%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -o-filter: blur(3px);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.index #main .product .photoUl li .photo::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.index #main .product .photoUl01 {
  margin-bottom: 0;
  padding-top: 5px;
}

.index #main .product .photoUl01 li {
  width: 49.82%;
}
.index #main .product .photoUl02 {
	padding-top: 0;
	margin: 0 0 1.5em;
}

.index #main .product .photoUl01 li:last-child {
  width: 49.73%;
}

.index #main .product .btmTxt {
  margin-top: 31px;
  font-size: 1.4rem;
  text-align: center;
}

.index #main .manifacture dl {
  margin: 0 auto;
  max-width: 757px;
  font-size: 1.8rem;
  line-height: 2;
}

.index #main .manifacture dl dt {
  width: 55px;
  float: left;
}

.index #main .manifacture dl dd {
  padding: 0 0 0 55px;
}

.index #main .manifacture .gray {
  padding: 63px 0 58px;
}

.index #main .manifacture .gray::before {
  left: auto;
  right: 50px;
}

.index #main .about {
  margin: 0 auto 125px;
  max-width: 1280px;
}

.index #main .about .imgBox {
  padding: 0 60px 45px;
  position: relative;
  z-index: 1;
}

.index #main .about .imgBox .textBox {
  width: 45.5%;
  float: left;
}

.index #main .about .imgBox .textBox p {
  margin-bottom: 50px;
  line-height: 2;
}

.index #main .about .imgBox .textBox dt {
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: 700;
}

.index #main .about .imgBox .textBox dd:not(:last-child) {
  margin-bottom: 36px;
}

.index #main .about .imgBox .photo {
  margin-top: 97px;
  width: 52.76%;
  float: right;
}

.index #main .about .imgBox .photo img {
  width: 100%;
}

.index #main .about .imgBox .photo {
  box-shadow: 60px -60px 0 #00649F;
}

.index #main .about .photoInner {
  margin-bottom: -58px;
}

.index #main .about .photoInner img {
  width: 100%;
}

.index #main .business {
  margin: 0 auto;
  max-width: 1280px;
}

.index #main .business .headLine02 {
  margin-bottom: 27px;
}

.index #main .business .imgBox .photo {
  width: 50%;
  float: left;
}

.index #main .business .imgBox .photo img {
  width: 100%;
}

.index #main .business .imgBox .textBox {
  padding: 40px 60px 40px 54px;
  margin: 28px 46px 0 -46px;
  width: 50%;
  float: right;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}

.index #main .business .imgBox .textBox li {
  padding-left: 20px;
  line-height: 2.25;
  font-weight: 700;
  position: relative;
}

.index #main .business .imgBox .textBox li::before {
  width: 3px;
  height: 3px;
  position: absolute;
  left: 2px;
  top: 16px;
  background: url("../img/index/dot.png") no-repeat center center;
  background-size: 100% 100%;
  content: '';
  border-radius: 100%;
}

.index #main .business .imgBoxR .textBox {
  margin: 50px -50px 0 50px;
  float: left;
}

.index #main .business .imgBoxR .photo {
  float: right;
}

@media all and (min-width: 769px) {
  .index #main .product .photoUl li a:hover .photo::before {
    opacity: 0;
  }
  .index #main .product .photoUl li a:hover .photo img {
    -webkit-filter: blur(0);
    filter: blur(0);
    -o-filter: blur(0);
  }
}

@media all and (max-width: 768px) {
  .index #main {
    margin-bottom: 55px;
  }
  .index #main .mainImg {
    margin-bottom: 10px;
    padding-bottom: 568px;
    text-align: center;
    background-image: url("../img/index/sp_main_bg.jpg");
  }
  .index #main .mainImg p img {
    width: 100%;
    max-width: 284px;
  }
  .index #main .mainImg p {
    margin-top: -1px;
  }
  .index #main .product {
    padding: 36px 0 51px;
  }
  .index #main .gray::before {
    display: none;
  }
  .index #main .gray {
    padding: 27px 0;
  }
  .index #main .product .photoUl {
    display: block;
  }
  .index #main .product .photoUl li {
    margin: 0 0 5px;
    width: auto !important;
  }
  .index #main .product .photoUl li:last-child {
    margin-bottom: 0;
  }
  .index #main .product .photoUl li .photo::before {
	display: none;
  }
  .index #main .product .photoUl li .photo img {
    -webkit-filter: none;
    -o-filter: none;
    filter: none;
  }
  .index #main .product .btmTxt {
    margin: 9px 4px 0;
    text-align: left;
    line-height: 1.857;
  }
  .index #main .manifacture dl {
    font-size: 1.4rem;
    line-height: 2;
  }
  .index #main .manifacture dl dt {
    margin-bottom: -2px;
    font-size: 1.8rem;
    width: auto;
    float: none;
    font-weight: 700;
    text-align: center;
  }
  .index #main .manifacture dl dd {
    padding: 0;
    margin-bottom: 11px;
    text-align: justify;
    letter-spacing: -0.7px;
  }
  .index #main .manifacture dl dd:last-child {
    margin-bottom: 0;
  }
  .index #main .manifacture .gray {
    padding: 16px 0;
  }
  .index #main .about .imgBox {
    padding: 0 20px 47px;
  }
  .index #main .about .imgBox .textBox {
    width: auto;
    float: none;
  }
  .index #main .about .imgBox .photo {
    margin: 43px 7px 0 0;
    width: auto;
    float: none;
    box-shadow: 27px -27px 0 #00649F;
  }
  .index #main .about .photoInner {
    margin-bottom: -1px;
  }
  .index #main .about .imgBox .textBox p {
    margin-bottom: 39px;
  }
  .index #main .about .imgBox .textBox .headLine02 .txt {
    padding-bottom: 2px;
  }
  .index #main .about .imgBox .textBox dt {
    margin-bottom: 5px;
  }
  .index #main .about .imgBox .textBox dd {
    line-height: 2;
  }
  .index #main .about .imgBox .textBox dd:not(:last-child) {
    margin-bottom: 32px;
  }
  .index #main .about {
    margin-bottom: 140px;
  }
  .index #main .business .comBox {
    padding: 0 20px;
  }
  .index #main .business .imgBox .photo {
    margin: 0 -20px;
    width: auto;
    float: none;
  }
  .index #main .business .imgBox .textBox {
    padding: 13px 14px 24px;
    margin: -30px 0 0;
    width: auto;
    float: none;
    position: relative;
    z-index: 1;
  }
  .index #main .business .headLine02 {
    margin-bottom: 19px;
  }
  .index #main .business .imgBox .textBox li {
    line-height: 2;
  }
  .index #main .business .imgBox .textBox li::before {
    top: 12px;
  }
  .index #main .business .imgBoxR {
    margin-top: 53px;
  }
  .index #main .business .imgBoxR .textBox {
    padding-bottom: 21px;
  }
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .index #main .business {
    padding: 0 40px;
  }
  .index #main .business .imgBox {
    margin: 0 -20px;
  }
  .index #main .business .imgBox .textBox {
    margin-top: 15px;
    padding: 15px;
  }
  .index #main .business .imgBoxR .textBox {
    margin-top: 20px;
  }
}

@media all and (min-width: 769px) and (max-width: 935px) {
  .index #gHeader.header h1 {
    margin-top: 15px;
  }
  .index #main .business .imgBox .textBox {
    padding: 15px;
  }
  .index #main .business .imgBox .textBox li {
    font-size: 1.4rem;
  }
}

@media all and (min-width: 769px) and (max-width: 850px) {
  .index #main .business .imgBox {
    margin-bottom: 40px;
  }
  .index #main .business .imgBox .photo {
    width: auto !important;
    float: none !important;
  }
  .index #main .business .imgBox .textBox {
    margin: -35px 20px 0 !important;
    width: auto !important;
    float: none !important;
    position: relative;
    z-index: 2;
  }
}

@media all and (-ms-high-contrast:none) {
  .index #main .business .imgBox .textBox li::before {
    top: 13px;
  }
}


/* material */

.material-explain {
  width: 60%;
  vertical-align: top;
  display: inline-block;
}

.material-photo {
  width: 300px;
  display: inline-block;
  float: right;
  padding-top: 90px;
  max-width: 30%;
}

.material-table {
  border-collapse: collapse;
  border-color: #666;
  width: calc(100% - 60px);
}

.material-table td {
  border-color: #666;
  text-align: center;
}

@media all and (max-width: 769px) {
  .material-table {
    width: 100%;
  }
}

@media all and (max-width: 559px) {
  .productbox{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    }
  }
  @media all and (min-width: 600px) {
    .productbox{
      width:500px;
      margin-left:auto;
      margin-right:auto;
      }
    }



.productbtn
{
border:solid 1px #333;
padding:1em 5em 1em 5em;
margin-top:2em;
text-align:center;
}


@media all and (max-width: 559px) {
  .topmarkerbox{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    }
  }
  @media all and (min-width: 700px) {
    .topmarkerbox{
      width:800px;
      margin-left:auto;
      margin-right:auto;
      }
    }
	.mt20 {
	  margin-top: 20px;
	}
@media all and (min-width: 769px) {
	.index #main .business .imgBox .textBox li {
	  font-size: 1.4rem;
	}

}