@charset "UTF-8";

/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
font-family: sans-serif;
line-height: 1.15;

    -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
display: block;
}

h1 {
font-size: 2em;
margin: .67em 0;
}

figcaption,
figure,
main {
display: block;
}

figure {
margin: 1em 40px;
}

hr {
overflow: visible;
box-sizing: content-box;
height: 0;
color:#ffffff;
}

hr.style1{
border-top: 1px solid #6E6E6E;
border-bottom: 1px solid #4E4E4E;
}	

hr.style2{
border: 1px dashed #4E4E4E;
}	

hr.style3{
border: 1px dashed #959595;
}

hr.style4{
border:  1px dotted #FFFFFF;
height: 0;
}

hr.style5{
border: 1px solid #fff;
margin: 5px auto ;

}

pre {
font-family: monospace, monospace;
font-size: 1em;
}

a {
background-color: transparent;

-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
text-decoration: underline;
text-decoration: underline dotted;
border-bottom: none;
}

b,
strong {
font-weight: inherit;
}

b,
strong {
font-weight: bolder;
}

code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}

dfn {
font-style: italic;
}

mark {
color: #000;
background-color: #ff0;
}

small {
font-size: 60%;
}

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -.25em;
}

sup {
top: -.5em;
}

audio,
video {
display: inline-block;
}

audio:not([controls]) {
display: none;
height: 0;
}

img {
border-style: none;
}

svg:not(:root) {
overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}

button,
input {
overflow: visible;
}

button,
select {
text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

fieldset {
margin: 0 2px;
padding: .35em .625em .75em;
border: 1px solid #c0c0c0;
}

legend {
display: table;
box-sizing: border-box;
max-width: 100%;
padding: 0;
white-space: normal;
color: inherit;
}

progress {
display: inline-block;
vertical-align: baseline;
}

textarea {
overflow: auto;
}

[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}

[type="search"] {
outline-offset: -2px;

-webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

::-webkit-file-upload-button {
font: inherit;

-webkit-appearance: button;
}

details,
menu {
display: block;
}

summary {
display: list-item;
}

canvas {
display: inline-block;
}

template {
display: none;
}

[hidden] {
display: none;
}

/* =================================================
    base style
   ================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
dl,
dt,
dd {
margin: 0;
padding: 0;
}

em {
font-style: normal;
}

ul,
ol {
list-style-type: none;
}

html {
font-size: 75%;
scroll-behavior: smooth;   /* スムーススクロール */
}

body {

  /* 背景画像ファイルの指定 */
  background-image: url("../images/bg_img2.png");


  /* 背景画像画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 背景画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが背景画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000;
	
font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 1.8rem;
line-height: 1.7;
color: #fff;
}


  @media screen and (max-width: 699px) {
   body {
   background: linear-gradient(#1e1e1e, #333, #1e1e1e);
  }
  }

a {
text-decoration: none;
color: #fff;
}

img {
vertical-align: top;
}

/* =================================================
    header
   ================================================= */

.str-header {
position:fixed;
z-index: 10;
top: 0;
left: 0;
width: 100%;
background-color: rgba(0, 0, 0, 1);
}


.str-header .mod-button.type-openBtn {
top: 14px;
right: 10px;
}

.str-header > .inner {
position: relative;
padding: 1rem 10px;
}

.str-header > .inner > .logo {
line-height: 1;
width: 240px;
}

.str-header > .inner > .logo > a {
line-height: 1;
display: inline-block;
}


/* =================================================
    contents
   ================================================= */

.str-container {
padding: 90px 0 0 0;
background: url("../images/bg-contents.png") top center no-repeat;
}

.str-container.type-topPage {
padding-top: 68px;
background-image: none;
}

.str-contents > .inner {
padding: 1rem 10px 6rem 10px;
}

.str-contents.type-pageHeader > .inner {
padding: .5rem 10px 0;
}

.str-contents.type-pageHeader .pageTitle {
text-align: center;
}

.str-noscript {
position: relative;
z-index: 999;
color: #333;
background-color: #fcf8e3;
}

.str-noscript > .inner {
padding: 2rem 10px 2rem 10px;
text-align: center;
}

.str-topicPath {
margin-top: 5px;
}

.str-topicPath .list {
text-align: right;
}

.str-topicPath .list > li {
font-size: 1.8rem;
display: inline-block;
margin: 20px auto 35px;
color: #fff;
}

@media(max-width:1300px){
.str-topicPath .list > li {
font-size: 1.35rem;
    }
}

@media(max-width:768px){
.str-topicPath .list > li {
font-size: 1.1rem;
margin: 25px auto 45px ;
    }
}

@media(max-width:500px){
.str-topicPath {
overflow-x: scroll;    /* はみ出し部分をスクロールする */
word-break: keep-all;    /* テキストを改行しないようにする */
white-space: nowrap;    /* テキストを改行しないようにする */
-webkit-overflow-scrolling: touch;    /* スクロールの動きを滑らかにする */
    }
}

.str-topicPath .list > li a,
.str-topicPath .list > li em {
font-weight: normal;
line-height: 1.1;
color: #fff;
}

.str-topicPath .list > li + li {
position: relative;
padding-left: 25px;
}

.str-topicPath .list > li + li::before {
top: 0;
bottom: 0;
left: 8px;
width: 5px;
height: 5px;
margin: auto 0;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}

.str-topicPath > .inner {
padding: .5rem 10px .5rem 10px;
}

/* =================================================
    nav
   ================================================= */

[data-jsenabled="true"] .nav-slideMenu {
position: fixed;
z-index: 9999;
top: 0;
right: 0;
display: none;
box-sizing: border-box;
width: 100%;
height: 100%;
-webkit-transition: all .25s linear;
        transition: all .25s linear;
}

[data-jsenabled="true"] .nav-slideMenu .mod-button.type-closeBtn {
position: absolute;
top: 14px;
right: 10px;
}

[data-jsenabled="true"] .nav-slideMenu[data-status="closed"] {
right: -100%;
display: block;
}

[data-jsenabled="true"] .nav-slideMenu[data-status="opened"] {
right: 0;
display: block;
}

[data-jsenabled="true"] .nav-slideMenu .nav-global {
margin-top: 65px;
border-bottom: 1px solid #fff;
}

[data-jsenabled="true"] .nav-slideMenu > .inner {
position: absolute;
right: 0;
overflow-y: auto;
box-sizing: border-box;
width: 85%;
height: 100%;
}

.nav-slideMenu > .inner {
background-color: rgba(0, 0, 0, .8);
}

/* =================================================
     TOPメニューのdropdown始まり
   ================================================= */

#dmenu {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#dmenu-btn {
  display: none;
}

#dmenu-content {
  margin: -8rem 0 0;
  list-style-type: none;
}

#dmenu-content > li {
  position: relative;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#dmenu-content > li > a {　/* 第一階層のメニューの並び */
  display: block;
  padding: 0 1.65rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

#dmenu-content > li > ul.second-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  list-style-type: none;
  background-color: #404040;　　/* 通常ボックス内のカラー */
  width: 210px;　　　　　　 　 　  /* ボックスの横幅 */
}

#dmenu-content > li:hover > ul.second-content {
  visibility: visible;
  opacity: 1;
  margin-top: -3px;　/* プルダウンした時のボックスの位置を3px上に配置 */
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

#dmenu-content > li > ul.second-content > li {
  width: 210px; /* hoverした時のボックス内のカラー部分の横幅 */
}

#dmenu-content > li > ul.second-content > li > a {  /* 第二階層のボックス内 */
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  padding-left: 5px; 
  border-top: 1px dotted #808080;   /* ボックス内のライン */
}

#dmenu-content > li > ul.second-content > li > a:hover {
  background: #a6a6a6;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#dmenu-content > li.contact {
top: -60px;
min-width: 186px;
min-height: 125px;
margin-left: 90px;
background: url("../images/bg-header-2.png") center top no-repeat;
}

#dmenu-content > li.contact > a::before {
content: none;
}

#dmenu-content > li.contact span {
position: relative;
padding-left: 32px;
top: 60px;
}

#dmenu-content > li.contact span::before {
position: absolute;
top: 4px;
left: 5px;
display: block;
width: 22px;
height: 14px;
content: "";
background-image: url("../images/img-sprite.png");
background-position: -25px 0;
background-size: 63px 47px;
}

@media screen and (max-width: 1299px) {
  nav {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 80%;
    background: rgba(0, 0, 0, .75); /* メニューの地色 */
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 15px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
/* 
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
 */
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff; /* ハンバーガーメニューの色 */
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(45deg);
  }
  #mask {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
#dmenu-content {
  margin: 0.5rem 0 0;
  list-style-type: none;
}
#dmenu-content > li {
    width: 100%;
  }
#dmenu-content > li.contact {    /* お問い合わせ */
    top: 0px;
    margin-left: 0px;
    width: 100%;
    background: none;
}	
#dmenu-content > li.contact > a {    /* お問い合わせ */
    padding: 1.5rem 0;  　/* ボックス内「お問い合わせ」のラインの内側サイズ */
}

#dmenu-content > li.contact span {
    padding-left: 32px;
    top: 0px;
}
	
#dmenu-content > li.contact span::before {
top: 4px;
}
	
#dmenu-content > li.other_info1  {    /* 個人情報保護方針 */
    padding: 2.5rem 0;  　/* ボックス内のラインの内側サイズ */
    line-height: 0.5; 
	margin-top: -8rem;
}
#dmenu-content > li.other_info2  {    /* サイトマップ */
    padding: 0.8rem 0;  　/* ボックス内のラインの内側サイズ */
    line-height: 0.5; 
	margin-top: -3rem;
}
  #dmenu-content > li:hover {
    background: none;
    -webkit-transition: none;
    transition: none;
 }
	
#dmenu-content > li:hover > ul.second-content {
    margin-top: 3px;　/* プルダウンした時のボックスの位置を上に3px配置 */
    -webkit-transition: none;
    transition: none;
}

  #dmenu-content > li > a {
    height: 100%;
    padding: 1.3rem 0;  　/* ボックス内のラインの内側サイズ */
    font-size: 1.8rem;
    border-bottom: 1px solid #b3b3b3;   /* ボックス内のライン */
  }
  #dmenu-content > li > ul.second-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, .0);　　/* ボックス内のカラー */
  }
  #dmenu-content > li > ul.second-content > li {
    width: 100%;
  }
  #dmenu-content > li > ul.second-content > li > a {  /* 第二階層のボックス内 */
    padding: 1.3rem 0;  　/* ボックス内のラインの内側サイズ */
    font-size: 1.8rem;
    line-height: 1; 
	text-align: center;
	border-top: none;
    border-bottom: 1px solid #b3b3b3;    /* ボックス内のライン */
  }
  #dmenu-content > li > ul.second-content > li > a:hover {
    background: rgba(166, 166, 166, .0); /* メニューの地色 */
    color: #fff;
    -webkit-transition: none;
    transition: none;
  }
	
}
/*# sourceMappingURL=style.css.map */

/* =================================================
     TOPメニューのdropdown終わり
   ================================================= */



.nav-footer {
overflow: hidden;
display:table;          /* メニューをセンター配置にするために追加 */
margin:0 auto;         /* メニューをセンター配置にするために追加 */
}

.nav-footer > li {
font-size: 1.85rem;
font-weight: 600;
float: left;
margin-bottom: 10rem;
display:table-cell;         /* メニューをセンター配置にするために追加 */
}

.nav-footer > li+ li {        /* メニューとメニューの間に縦ラインを追加 */
  border-left: 1px solid #fff;
}

.nav-footer > li > a {
display: block;
padding: 0 13px;
}

.nav-footer > li:first-of-type a {
padding-left: 0;
}

@media screen and (max-width: 1100px) {
.nav-footer > li {
font-size: 1.35rem;
margin-bottom: 1rem;
}
}

.nav-global > li {
margin-top: 0;
border-top: 1px solid #fff;
}

.nav-global > li > a {
font-size: 1.8rem;
display: block;
padding: .5em 1em;
color: #fff;
}

/* =================================================
    footer
   ================================================= */

.str-footer {                               /* SPページのfooter */
position: relative;
z-index: 6;
background-color: #4D4D4D;
}

.str-footer > .inner {                 /* SPページのfooter */
padding: 2rem 10px .5rem 10px;
}

/* 
.mod-lytGrid.type-footer2 {
overflow: hidden;
display:table;          /* ロゴをセンター配置にするために追加 */
/* 
margin:0 auto;         /* ロゴをセンター配置にするために追加 */
/* 
} */

.col  {
margin-top: 100px;
float: center;
margin-bottom: 10px;
text-align: center;
}

@media screen and (max-width: 400px) {
.col {
margin-top: 50px;
float: center;
margin-bottom: 5px;
text-align: center;
}
}

.addr  {
color: #fff;
}

.addr  > li {
font-size: 1.1rem;
float: center;
padding: 0 0.2%;
text-align: center;
}

@media screen and (max-width: 400px) {
.addr  > li {
font-size: 0.93rem;
float: center;
margin:  0 auto;
text-align: center;
}
}

.teltext { 
	display: inline-block; 
}


.copyrightArea {
width: 100%;
margin: 50px auto 0;
text-align: right;
}
	
.copyright {
font-size: 0.88rem;
color: #a6a6a6;
}

@media screen and (max-width: 400px) {
.copyright {
margin: 5px auto 0;
}
}

/* =================================================
     heading
   ================================================= */

.mod-hdgL2 {
font-size: 1.9rem;
line-height: 1.2;
position: relative;
padding: 15px 24px 13px;
border: 1px solid #999;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2),rgba(0, 0, 5, .2));
background-image:         linear-gradient(to bottom,rgba(255, 255, 255, .2),rgba(0, 0, 5, .2));
}

.mod-hdgL2:not(:first-child) {
margin-top: 10rem;
}

.mod-hdgL2::before {
top: 0;
bottom: 0;
left: 0;
width: 15px;
height: 47px;
margin: auto 0;
background-image: url("../images/img-sprite.png");
background-position: 0 0;
background-size: 63px 47px;
}

.mod-hdgL2-2 {
font-size: 2rem;
font-weight: normal;
line-height: 1.7;
position: relative;
padding-left: 20px;
color: #fff;
}

.mod-hdgL2-2:not(:first-child) {
margin-top: 4rem;
}

.mod-hdgL2-2::before {
top: 0;
bottom: 0;
left: 0;
width: 5px;
height: 75%;
margin: auto 0;
background-image: -webkit-linear-gradient(top, #4d8bff, #4db2ff 50%, #4d8bff);
background-image:         linear-gradient(to bottom, #4d8bff, #4db2ff 50%, #4d8bff);
}

.mod-hdgL2-3 {
font-size: 1.9rem;
font-weight: 700;
line-height: 2;
}

.mod-hdgL2-3:not(:first-child) {
margin-top: 3rem;
}

.mod-hdgL2-3 + p {
margin-top: 0 !important;
}

@media screen and (max-width: 1300px) {
.mod-hdgL2-3 {
font-size: 1.75rem;
line-height: 1.6;
}
}

@media screen and (max-width: 768px) {
.mod-hdgL2-3 {
font-size: 1.55rem;
line-height: 1.5;
}
}


/* =================================================
     text
   ================================================= */

p {
font-size: 1.8rem;
line-height: 1.7;
}

@media screen and (max-width: 1300px) {
p {
font-size: 1.55rem;
line-height: 1.65;
}
}

@media screen and (max-width: 768px) {
p {
font-size: 1.35rem;
line-height: 1.55;
}
}

p:not(:first-child) {
margin-top: 1rem;
}

sup,
sub {
margin: 0 1px;
}

sup.required,
sub.required {
color: #f00;
}

@media screen and (max-width: 1300px) {
dd {
font-size: 1.75rem;
line-height: 1.65;
}
dt {
font-size: 1.55rem;
line-height: 1.65;
}
}

@media screen and (max-width: 768px) {
dd {
font-size: 1.55rem;
line-height: 1.65;
}
dt {
font-size: 1.35rem;
line-height: 1.55;
}
}

@media screen and (max-width: 1300px) {
th {
font-size: 1.55rem;
}
td {
font-size: 1.55rem;
}
}

@media screen and (max-width: 768px) {
th {
font-size: 1.35rem;
}
td {
font-size: 1.35rem;
}
}

/* =================================================
     list
   ================================================= */

ol > li > ul,
ol > li > ol,
ul > li > ul,
ul > li > ol {
margin: 10px 0 15px 20px;
}

.mod-list:not(:first-child) {
margin-top: 2rem;
}

.mod-list > li {
line-height: 1.7;
position: relative;
padding: 0 0 0 20px;
}

.mod-list > li::before {
top: 9px;
left: 5px;
width: 3px;
height: 3px;
border-radius: 3px;
background-color: #fff;
}

.mod-list.type-noBullet > li {
position: static;
padding: 0;
font-size: 1.8rem;
line-height: 1.7;
margin-bottom: 20px;
}

.mod-list.type-noBullet > li::before {
content: none;
}

@media screen and (max-width: 1300px) {
.mod-list.type-noBullet > li {
font-size: 1.55rem;
line-height: 1.6;
}
}

@media screen and (max-width: 768px) {
.mod-list.type-noBullet > li {
font-size: 1.35rem;
line-height: 1.5;
}
}


.mod-list.type-noBullet2 > li {
position: static;
padding: 0;
font-size: 1.8rem;
line-height: 1.7;
margin-bottom: 5px;
}

.mod-list.type-noBullet2 > li::before {
content: none;
}

@media screen and (max-width: 1300px) {
.mod-list.type-noBullet2 > li {
font-size: 1.55rem;
line-height: 1.6;
}
}

@media screen and (max-width: 768px) {
.mod-list.type-noBullet2 > li {
font-size: 1.35rem;
line-height: 1.5;
margin-bottom: 10px;
}
}

.mod-newsList:not(:first-child) {
margin-top: 2rem;
}

.mod-newsList > li {
position: relative;
font-size: 1.8rem;
line-height: 1.5em;
letter-spacing: 0.05em;
}

.mod-newsList > li > .date {
position: absolute;
left: 0.05rem;
display: inline-block;
}

.mod-newsList > li > .topics {
margin-left: 0.5rem;
}

.mod-newsList > li + li {
margin-top: 10px;
}

.mod-newsList > li + li::before {
position: absolute;
top: -5px;
left: -12rem;
display: block;
width: 120%;
height: 1.5px;
content: "";
border-bottom:2px solid #fff;
}

@media screen and (max-width: 1650px) {
.mod-newsList > li > .date {
left: 1rem;
}

.mod-newsList > li > .topics {
margin-left: 0rem;
}
}

@media screen and (max-width: 1300px) {
.mod-newsList > li {
position: relative;
padding: 15px 0 13px 10rem;
font-size: 1.35rem;
}

.mod-newsList > li > .date {
position: absolute;
left: 0px;
display: inline-block;
}
	
.mod-newsList > li > .topics {
margin-left: 1rem;
}
	
.mod-newsList > li + li::before {
position: absolute;
top: -5px;
left: 0;
display: block;
width: 100%;
height: 1px;
content: "";
border-bottom:1px solid #fff;
}
}

@media screen and (max-width: 400px) {
.mod-newsList > li {
position: relative;
padding: 15px 0 13px 10rem;
font-size: 1.35rem;
}

.mod-newsList > li > .date {
position: absolute;
left: 0px;
display: inline-block;
}
	
.mod-newsList > li > .topics {
margin-left: 1rem;
}
	
.mod-newsList > li + li::before {
position: absolute;
top: -5px;
left: 0;
display: block;
width: 100%;
height: 1px;
content: "";
border-bottom:1px solid #fff;
}
}


.mod-list-2 {
margin-top: 10px;
}

.mod-list-2 > li {
display: table;
box-sizing: border-box;
width: 100%;
table-layout: auto;
font-size: 1.85rem;
font-weight: 500;
}


.mod-list-2 > li > * {
display: table-cell;
}

.mod-list-2 > li > *:not(.marker) {
width: 100%;
}

.mod-list-2 > li > *.marker {
padding: 0 3px 0 0;
white-space: nowrap;
}

.mod-list-2 > li > * > ul,
.mod-list-2 > li > * > ol {
margin: 10px 0 3px 20px;
}

@media screen and (max-width: 1300px) {
.mod-list-2 > li {
font-size: 1.7rem;
line-height: 1.6;
}
}

@media screen and (max-width: 768px) {
.mod-list-2 > li {
font-size: 1.5rem;
line-height: 1.5;
}
}


/* =================================================
     sitemap
   ================================================= */

.sitemap_block {
	margin: 20px 120px 80px ;
	display: flex;
}

.sitemap_col{
	margin: 0 75px;
	width: calc((99.99% - 75px * 2 * 2) / 2);
}

.mod-sitemap {
	max-width: 900px;
	padding-left: 0;
	display: inline-block;
	width: 100%;
}

.mod-sitemap  li {
	text-align: left;
}

.mod-sitemap:first-child > li:first-of-type a {
	padding-top: 0;
}

.mod-sitemap > li {
	position: relative;
	padding-left: 15px;
	line-height: 2.5;
}

.mod-sitemap > li::before,
.mod-sitemap > li::after {
	position: absolute;
	display: block;
	content: "";
}

.mod-sitemap > li::after {
	top: 0;
	bottom: 0;
	left: 10px;
	width: 8px;
	height: 15px;
	margin: auto 0;
	background-image: url("../images/img-sprite.png");
	background-position: -55px 0;
	background-size: 63px 47px;
}

.mod-sitemap > li::before {
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1.5px;
	border-bottom:2px solid #fff;
}

.mod-sitemap > li > a {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	display: inline-block;
	padding: 9px 15px;
}

.mod-sitemap > li + li {
	margin-top: 1px;
}

@media screen and (max-width: 1300px) {   /* 1300px以下サイズのmargin */
.sitemap_block {
	margin: 20px 10px 35px ;
}
.sitemap_col{
	margin: 0 15px;
	width: calc((99.99% - 15px * 2 * 2) / 2);
}
.mod-sitemap > li > a {
	font-size: 1.55rem;
	letter-spacing: 0.01em;
}
.mod-sitemap > li::after {
	top: 0;
	bottom: 0;
	left: 10px;
	width: 8px;
	height: 15px;
	margin: auto 0;
	background-image: url("../images/img-sprite.png");
	background-position: -55px 0;
	background-size: 63px 47px;
}
}

@media screen and (max-width: 600px) {   /* 768px以下サイズのmargin */
.sitemap_block {
	margin: 10px auto 0px ;
	display: block;
}
.sitemap_col{
	margin: 0 1px;
	width: calc((100%));
}
.mod-sitemap > li > a {
	font-size: 1.35rem;
	letter-spacing: 0.05em;
}
.mod-sitemap > li::after {
	top: 0;
	bottom: 0;
	left: 10px;
	width: 8px;
	height: 15px;
	margin: auto 0;
	background-image: url("../images/img-sprite.png");
	background-position: -55px 0;
	background-size: 63px 47px;
}
}


/* =================================================
     table
   ================================================= */

.mod-table:not(:first-child) {
margin-top: 2rem;
}

.mod-table > table {
box-sizing: border-box;
width: 100%;
table-layout: auto;
border-collapse: collapse;
border-top: 1px solid #999;
border-left: 1px solid #999;
}


.mod-table > table th,
.mod-table > table td {
display: block;
}

.mod-table > table th,
.mod-table > table td {
box-sizing: border-box;
padding: 10px;
text-align: left;
vertical-align: top;
border: 1px solid #999;
}

.mod-table > table th {
padding: 10px 10px 8px;
background-color: rgba(0,0,0,0.3);
}

.mod-table > table td {
padding: 10px;
background-color: rgba(255, 255, 255,0.1);
}

/* =================================================
     box
   ================================================= */

.mod-box {
border: 1px solid #194aa5;
background: -webkit-linear-gradient(top, #112562 0%, #244e98 25%);
background:         linear-gradient(to bottom, #112562 0%, #244e98 25%);
}

.mod-box:not(:first-child) {
margin-top: 2rem;
}

.mod-box > .hdg {
font-size: 2.8rem;
letter-spacing: 0.12em;
line-height: 1;
padding: 27px 15px;
background: url(../images/bg-hdg.png) center bottom no-repeat;
text-shadow: 0 0 9px rgba(188, 207, 242, .4),  0 0 9px rgba(188, 207, 242, .4),  0 0 9px rgba(188, 207, 242, .2);
}

@media screen and (max-width: 1300px) {
.mod-box > .hdg {
font-size: 2.4rem;
line-height: 1.6;
padding: 27px 5px 17px;
}
}

@media screen and (max-width: 768px) {
.mod-box > .hdg {
font-size: 2rem;
line-height: 1.5;
}
}

.mod-box > .inner {
padding: 20px 10px 20px;
}
s
.mod-map:not(:first-child) {
margin: 2rem auto 5rem;
}

.mod-map > iframe {
width: 100%;
height: 380px;
border: none;
}



/* =================================================
     背景枠透明
   ================================================= */
.mod-box2 {
border: 1px solid rgba(125, 74, 165, 0);
background: -webkit-linear-gradient(top, rgba(17, 37, 98, 0), rgba(36, 78, 152, 0));
background:         linear-gradient(to bottom, rgba(17, 37, 98, 0), rgba(36, 78, 152, 0));
margin-bottom: 70px;
}

.mod-box2:not(:first-child) {
margin-top: 2rem;
}

.mod-box2 > .hdg {
font-size: 2.8rem;
letter-spacing: 0.12em;
line-height: 1;
padding: 27px 15px;
background: url(../images/bg-hdg.png) center bottom no-repeat;
text-shadow: 0 0 9px rgba(188, 207, 242, .4),  0 0 9px rgba(188, 207, 242, .4),  0 0 9px rgba(188, 207, 242, .2);
}

@media screen and (max-width: 1300px) {
.mod-box2 > .hdg {
font-size: 2.4rem;
line-height: 1.6;
padding: 27px 5px 17px;
}
}

@media screen and (max-width: 768px) {
.mod-box2 > .hdg {
font-size: 2rem;
line-height: 1.5;
}
}

.mod-box2 > .inner {
padding: 20px 10px 20px;
}


/* =================================================
     背景枠透明
   ================================================= */


/* =================================================
     背景枠透明（交互に背景を変える場合）
   ================================================= */
.mod-box3 {
border: 1px solid rgba(125, 74, 165, 0);
background: -webkit-linear-gradient(top, rgba(17, 37, 98, 0), rgba(36, 78, 152, 0));
background:         linear-gradient(to bottom, rgba(17, 37, 98, 0), rgba(36, 78, 152, 0));
margin-bottom: 5px;
}

.mod-box3:not(:first-child) {
margin-top: 2rem;
}

.mod-box3 > .hdg {
font-size: 2.8rem;
letter-spacing: 0.12em;
line-height: 1;
padding: 35px 15px 25px ;
background: url(../images/bg-hdg.png) center bottom no-repeat;
text-shadow: 0 0 9px rgba(188, 207, 242, .4),  0 0 9px rgba(188, 207, 242, .4),  0 0 9px rgba(188, 207, 242, .2);
margin-bottom: 1rem;
}

@media screen and (max-width: 1300px) {
.mod-box3 > .hdg {
font-size: 2.4rem;
line-height: 1.6;
padding: 45px 5px 17px;
}
}

@media screen and (max-width: 768px) {
.mod-box3 > .hdg {
font-size: 2rem;
line-height: 1.5;
}
}

.mod-box3 > .inner {
padding: 20px 10px 20px;
}


/* =================================================
     背景枠透明（交互に背景を変える場合）
   ================================================= */


/* =================================================
     背景枠透明（交互に背景を変える場合）・商品詳細「他の商品」メニューリンク
   ================================================= */
.mod-box4 {
margin-bottom: 5px;
}

.mod-box4 > .hdg {
font-size: 2.5rem;
line-height: 1;
padding: 0px 15px 12px;
border-bottom: 3px solid #FFF;
margin-bottom: 1rem;
}
@media screen and (max-width: 1300px) {
.mod-box3 > .hdg {
font-size: 2.4rem;
line-height: 1.6;
padding: 0px 5px 12px;
}
}

@media screen and (max-width: 768px) {
.mod-box3 > .hdg {
font-size: 2rem;
line-height: 1.5;
}
}

.mod-box4 > .inner {
padding: 10px 10px 20px;
}


/* =================================================
     背景枠透明（交互に背景を変える場合）
   ================================================= */



/* =================================================
     button
   ================================================= */

.mod-button {
line-height: 1.2;
display: inline-block;
box-sizing: border-box;
padding: 1.5rem 5rem 1.2rem;
text-align: center;
vertical-align: middle;
text-decoration: none;
color: #fff;
border-radius: 8px;
font-size: 1.8rem;
}

button.mod-button {
font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 1.8rem;
cursor: pointer;
border: none;
}

.mod-button.type-default0 {
font-size: 1.8rem;
font-weight: 700;
min-width: 200px;
padding: .7rem 3rem;
color: #333;
border: solid 1px rgba(204, 204, 204, .4);
border-radius: 0;
background-color: #fff;
background-image: -webkit-linear-gradient(bottom, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
background-image:         linear-gradient(to top, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
}

.mod-button.type-default {
font-size: 1.8rem;
font-weight: 700;
width: 320px;
padding: .7rem 3rem;
color: #333;
border: solid 1px rgba(204, 204, 204, .4);
border-radius: 0;
background-color: #fff;
background-image: -webkit-linear-gradient(bottom, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
background-image:         linear-gradient(to top, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
}

.mod-button.type-shrimp {
font-size: 1.8rem;
font-weight: 700;
min-width: 300px;
padding: .7rem 3rem;
margin: 15px  auto 0;
color: #333;
border: solid 1px rgba(204, 204, 204, .4);
border-radius: 20px;
background-color: #fff;
background-image: -webkit-linear-gradient(bottom, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
background-image:         linear-gradient(to top, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
}


.mod-button.type-primary {
font-size: 1.8rem;
font-weight: 700;
min-width: 300px;
padding: 1.5rem 10rem;
border: solid 1px rgba(57, 153, 247, .4);
border-radius: 0;
background-color: #0b1e3e;
background-image: -webkit-linear-gradient(bottom, #2957aa, rgba(40, 88, 172, 0));
background-image:         linear-gradient(to top, #2957aa, rgba(40, 88, 172, 0));
}

.mod-button.type-secondary {
font-size: 1.8rem;
font-weight: 700;
width: 320px;
padding: 1.5rem 0;
margin:1em 0.5em;
color: #333;
border: solid 1px rgba(204, 204, 204, .4);
border-radius: 0;
background-color: #fff;
background-image: -webkit-linear-gradient(bottom, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
background-image:         linear-gradient(to top, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
}

.mod-button.type-choo {
font-size: 2.25rem;
font-weight: 700;
letter-spacing: 0.002em;
width: 300px;
padding: 2.2rem 0;
margin-bottom:1em;
color: #333;
border: solid 1px rgba(204, 204, 204, .4);
border-radius: 10px;
background-color: #fff;
background-image: -webkit-linear-gradient(bottom, rgba(216, 216, 216, 1), rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
background-image:         linear-gradient(to top, rgba(216, 216, 216, 1), rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
}
@media screen and (max-width: 768px) {	
.mod-button.type-choo {
width: 300px;
padding: 2.1rem 0;
margin-bottom:0.5em;
}
}

@media screen and (max-width: 500px) {	
.mod-button.type-choo {
font-size: 2rem;
font-weight: 700;
letter-spacing: 0.05em;
width: 300px;
padding: 2.1rem 0;
margin-bottom:0.3em;
}
}

.mod-button.type-openBtn,
.mod-button.type-closeBtn {
font-size: 1.8rem;
line-height: 1;
overflow: hidden;
width: 40px;
height: 40px;
padding: 0;
border-radius: 0;
}

.mod-button.type-openBtn {
position: absolute;
white-space: nowrap;
text-indent: 100%;
background: transparent;
}

.mod-button.type-openBtn::before,
.mod-button.type-openBtn::after {
position: absolute;
position: absolute;
right: 0;
left: 0;
width: 30px;
height: 2px;
margin: 0 auto;
background-color: #fff;
}

.mod-button.type-openBtn::before {
top: 7px;
}

.mod-button.type-openBtn::after {
bottom: 7px;
}

.mod-button.type-openBtn > span::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 30px;
height: 2px;
margin: auto;
background-color: #fff;
}

.mod-button.type-closeBtn {
overflow: hidden;
white-space: nowrap;
text-indent: 100%;
background-color: transparent;
}

.mod-button.type-closeBtn::before,
.mod-button.type-closeBtn::after {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 25px;
height: 2px;
margin: auto;
background-color: #fff;
}

.mod-button.type-closeBtn::before {
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.mod-button.type-closeBtn::after {
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.mod-lytBtn:not(:first-child) {
margin-top: 2rem;
margin-left: 2rem;
}

/* =================================================
     image
   ================================================= */

.mod-lytImage > .image {
text-align: center;
}

.mod-lytImage:not(:first-child) {
margin-top: 2rem;
}

.mod-lytImage > .image img {
max-width: 100%;
height: auto;
}

.mod-lytImage > * > *:first-child {
margin-top: 0;
}

.mod-lytImage > * + * {
padding: 20px 0 0 0;
}

.mod-lytImage.type-section + .type-section {
position: relative;
margin-top: 60px;
}

.mod-lytImage.type-section + .type-section::before {
top: -30px;
left: 0;
width: 100%;
height: 1px;
background-color: #5c7fbe;
}

.mod-lytImage-2 {
text-align: center;
}

.mod-lytImage-2:not(:first-child) {
margin-top: 2rem;
}

.mod-lytImage-2 > a {
display: inline-block;
}

.mod-lytImage-2 figcaption {
margin: 10px 0 0 0;
}

.mod-lytImage-2 img {
max-width: 100%;
height: auto;
}


/* =================================================
     layout
   ================================================= */

.mod-lytGrid {
overflow: hidden;
}

.mod-lytGrid:not(:first-child) {
margin-top: 2rem;
}

.mod-lytGrid > * {
box-sizing: border-box;
margin: 10px 0 0 0;
}

.mod-lytGrid > * > *:first-child {
margin-top: 0;
}

.mod-lytGrid.type-2column > *:nth-of-type(1) {
margin-top: 0;
}

.mod-lytGrid.type-3column > *:nth-of-type(1) {
margin-top: 0;
}

.mod-lytGrid.type-sitemap {
margin-top: 0;
}

.mod-lytGrid.type-sitemap > * {
margin: 0;
}

.mod-lytGrid.type-sitemap > * + * .mod-sitemap {
border-top: none;
}

/* =================================================
     form
   ================================================= */

input,
textarea {
display: inline-block;
box-sizing: border-box;
width: 100%;
padding: 5px;
border: 1px solid #ccc;
background: #fff;
}

textarea {
height: 175px;
}

/* =================================================
    top page
   ================================================= */

.str-contents.type-topSection,
.str-contents.type-topSection-2,
.str-contents.type-topSection-4,
.str-contents.type-topSection-3 {
max-width: 1800px;
margin: 0 auto;
}


.str-contents.type-topSection ,
.str-contents.type-topSection-5,
.str-contents.cp_00,
.str-contents.patt_03,
.str-contents.patt_04,
.str-contents.patt_05,
.str-contents.patt_06{
max-width: 100%;
}

.str-contents.type-topSection-2,
.str-contents.type-topSection-4{
margin-top: -45px;
}

.str-contents.sub-t{
margin-top: -35px;
margin-bottom: 1px;	
}

.str-contents.sub-t2{
margin-top: 13rem;
margin-bottom: 1rem;	
}

@media screen and (max-width: 630px){   /* 630px以下で有効 */
.str-contents.sub-t2{
margin-top: 8rem;
margin-bottom: 1rem;	
}
}

.str-contents.type-topSection-2 > .skin,
.str-contents.type-topSection-4 > .skin{
-webkit-transform: skewy(1deg) translate3d(0, 0, 0);
        transform: skewy(1deg) translate3d(0, 0, 0);
}

.str-contents.type-topSection-2 > .skin > .inner,
.str-contents.type-topSection-4 > .skin > .inner{
-webkit-transform: skewy(-1deg) translate3d(0, 0, 0);
        transform: skewy(-1deg) translate3d(0, 0, 0);
}

.str-contents.type-topSection-3,
.str-contents.type-topSection-6 {
margin-top: -45px;
}



.str-contents.type-topSection-3 > .skin,
.str-contents.type-topSection-5 > .skin,
.str-contents.type-topSection-6 > .skin{
-webkit-transform: skewy(-2deg) translate3d(0, 0, 0);
        transform: skewy(-2deg) translate3d(0, 0, 0);
}

.str-contents.type-topSection-3 > .skin > .inner,
.str-contents.type-topSection-5 > .skin > .inner,
.str-contents.type-topSection-6 > .skin > .inner  {
-webkit-transform: skewy(2deg) translate3d(0, 0, 0);
        transform: skewy(2deg) translate3d(0, 0, 0);
}

.str-contents[class*="type-topSection-"] {
position: relative;
}

.str-contents[class*="type-topSection-"] > .skin > .inner {
padding: 8rem 10px 4rem;
}

.str-contents[class*="type-topSection-"] .mod-button.type-primary {
padding: .7rem 1rem;
}

.mod-hdgImage {
}

.mod-hdgImage + p {
margin-top: 20px;
}

.str-contents.type-topSection {
position: relative;
z-index: 6;
}

.str-contents.type-topSection-2,
.str-contents.patt_03,
.str-contents.patt_04,
.str-contents.patt_06{
z-index: 5;
}


.str-contents.type-topSection-5,
.str-contents.cp_00 {
z-index: 2;
}




.str-contents.type-topSection-2 > .skin {
background: url("../../images/index-bg.png") center center no-repeat;
background-size: cover;
}


.str-contents.type-topSection-3 {
z-index: 4;
}

.str-contents.type-topSection-3 > .skin {
background: url("../../images/index-bg-2.png") center center no-repeat;
background-size: cover;
}

.str-contents.type-topSection-4 {
z-index: 3;
}

.str-contents.type-topSection-4 > .skin {
background: url("../../images/index-bg-6.jpg") center center no-repeat;
background-size: cover;
}

.str-contents.type-topSection-4 .mod-lytBtn {
margin-top: 3rem;
}

.str-contents.type-topSection-5 > .skin {
background: url("../../images/index-bg-6.jpg") center center no-repeat;
background-size: cover;
margin-bottom: -2rem;
}

.str-contents.type-topSection-5 > .skin > .inner {
padding: 6rem 1rem 9rem;
}

.str-contents.cp_00 > .skin {
background: url("../../images/cp1-bg_cut2.jpg") center center no-repeat;
background-size: cover;
}

.str-contents.type-topSection-6 {
z-index: 1;
margin-top: 0;
}

.str-contents.type-topSection-6 > .skin {
background: -webkit-linear-gradient(top, rgba(0, 0, 0, .0),rgba(0, 0, 0, .6));
background:         inear-gradient(top, rgba(0, 0, 0, .0),rgba(0, 0, 0, .6));
}


.mod-imageSlider img {
width: 100%;
height: auto;
}

.slick-dots {
text-align: center;
}

.slick-dots > li {
line-height: 1;
display: inline-block;
width: 8px;
height: 8px;
}

.slick-dots > li + li {
padding-left: 10px;
}

.slick-dots > li button {
font-size: 11px;
overflow: hidden;
width: 8px;
height: 8px;
padding: 0;
cursor: pointer;
white-space: nowrap;
text-indent: 100%;
opacity: .34;
border: none;
border-radius: 4px;
}

.slick-dots > li.slick-active button {
opacity: 1;
}

/* =================================================
    extention
   ================================================= */

.str-header > .inner,
.str-contents > .inner,
.str-noscript > .inner,
.str-topicPath > .inner,
.str-footer > .inner,
.str-contents[class*="type-topSection-"] > .skin > .inner {
box-sizing: border-box;
max-width: none;
}

.str-topicPath .list > li + li::before,
.mod-hdgL2::before,
.mod-hdgL2-2::before,
.mod-list > li::before,
.mod-button.type-openBtn::before,
.mod-button.type-openBtn::after,
.mod-button.type-closeBtn::before,
.mod-button.type-closeBtn::after,
.mod-button.type-openBtn > span::before,
.mod-lytImage.type-section + .type-section::before {
position: absolute;
display: block;
content: "";
}

.str-header > .inner > .logo img,
.str-contents.type-pageHeader .pageTitle > img,
.mod-hdgImage > img {
max-width: 100%;
height: auto;
}

/* =================================================
    adjust
   ================================================= */

.mt0 {
margin-top: 0rem !important;
}

.mr0 {
margin-right: 0rem !important;
}

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

.ml0 {
margin-left: 0rem !important;
}

.mv0 {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}

.mh0 {
margin-right: 0rem !important;
margin-left: 0rem !important;
}

.ma0 {
margin: 0rem !important;
}

.pt0 {
padding-top: 0rem !important;
}

.pr0 {
padding-right: 0rem !important;
}

.pb0 {
padding-bottom: 0rem !important;
}

.pl0 {
padding-left: 0rem !important;
}

.pv0 {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}

.ph0 {
padding-right: 0rem !important;
padding-left: 0rem !important;
}

.pa0 {
padding: 0rem !important;
}

.mt5 {
margin-top: .5rem !important;
}

.mr5 {
margin-right: .5rem !important;
}

.mb5 {
margin-bottom: .5rem !important;
}

.ml5 {
margin-left: .5rem !important;
}

.mv5 {
margin-top: .5rem !important;
margin-bottom: .5rem !important;
}

.mh5 {
margin-right: .5rem !important;
margin-left: .5rem !important;
}

.ma5 {
margin: .5rem !important;
}

.pt5 {
padding-top: .5rem !important;
}

.pr5 {
padding-right: .5rem !important;
}

.pb5 {
padding-bottom: .5rem !important;
}

.pl5 {
padding-left: .5rem !important;
}

.pv5 {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
}

.ph5 {
padding-right: .5rem !important;
padding-left: .5rem !important;
}

.pa5 {
padding: .5rem !important;
}

.mt10 {
margin-top: 1rem !important;
}

.mr10 {
margin-right: 1rem !important;
}

.mb10 {
margin-bottom: 1rem !important;
}

.ml10 {
margin-left: 1rem !important;
}

.mv10 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}

.mh10 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}

.ma10 {
margin: 1rem !important;
}

.pt10 {
padding-top: 1rem !important;
}

.pr10 {
padding-right: 1rem !important;
}

.pb10 {
padding-bottom: 1rem !important;
}

.pl10 {
padding-left: 1rem !important;
}

.pv10 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}

.ph10 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}

.pa10 {
padding: 1rem !important;
}

.mt15 {
margin-top: 1.5rem !important;
}

.mr15 {
margin-right: 1.5rem !important;
}

.mb15 {
margin-bottom: 1.5rem !important;
}

.ml15 {
margin-left: 1.5rem !important;
}

.mv15 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}

.mh15 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}

.ma15 {
margin: 1.5rem !important;
}

.pt15 {
padding-top: 1.5rem !important;
}

.pr15 {
padding-right: 1.5rem !important;
}

.pb15 {
padding-bottom: 1.5rem !important;
}

.pl15 {
padding-left: 1.5rem !important;
}

.pv15 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}

.ph15 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}

.pa15 {
padding: 1.5rem !important;
}

.mt20 {
margin-top: 2rem !important;
}

.mr20 {
margin-right: 2rem !important;
}

.mb20 {
margin-bottom: 2rem !important;
}

.ml20 {
margin-left: 2rem !important;
}

.mv20 {
margin-top: 2rem !important;
margin-bottom: 2rem !important;
}

.mh20 {
margin-right: 2rem !important;
margin-left: 2rem !important;
}

.ma20 {
margin: 2rem !important;
}

.pt20 {
padding-top: 2rem !important;
}

.pr20 {
padding-right: 2rem !important;
}

.pb20 {
padding-bottom: 2rem !important;
}

.pl20 {
padding-left: 2rem !important;
}

.pv20 {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}

.ph20 {
padding-right: 2rem !important;
padding-left: 2rem !important;
}

.pa20 {
padding: 2rem !important;
}

.mt25 {
margin-top: 2.5rem !important;
}

.mr25 {
margin-right: 2.5rem !important;
}

.mb25 {
margin-bottom: 2.5rem !important;
}

.ml25 {
margin-left: 2.5rem !important;
}

.mv25 {
margin-top: 2.5rem !important;
margin-bottom: 2.5rem !important;
}

.mh25 {
margin-right: 2.5rem !important;
margin-left: 2.5rem !important;
}

.ma25 {
margin: 2.5rem !important;
}

.pt25 {
padding-top: 2.5rem !important;
}

.pr25 {
padding-right: 2.5rem !important;
}

.pb25 {
padding-bottom: 2.5rem !important;
}

.pl25 {
padding-left: 2.5rem !important;
}

.pv25 {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important;
}

.ph25 {
padding-right: 2.5rem !important;
padding-left: 2.5rem !important;
}

.pa25 {
padding: 2.5rem !important;
}

.mt30 {
margin-top: 3rem !important;
}

.mr30 {
margin-right: 3rem !important;
}

.mb30 {
margin-bottom: 3rem !important;
}

.ml30 {
margin-left: 3rem !important;
}

.mv30 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}

.mh30 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}

.ma30 {
margin: 3rem !important;
}

.pt30 {
padding-top: 3rem !important;
}

.pr30 {
padding-right: 3rem !important;
}

.pb30 {
padding-bottom: 3rem !important;
}

.pl30 {
padding-left: 3rem !important;
}

.pv30 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}

.ph30 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}

.pa30 {
padding: 3rem !important;
}

.mt35 {
margin-top: 3.5rem !important;
}

.mr35 {
margin-right: 3.5rem !important;
}

.mb35 {
margin-bottom: 3.5rem !important;
}

.ml35 {
margin-left: 3.5rem !important;
}

.mv35 {
margin-top: 3.5rem !important;
margin-bottom: 3.5rem !important;
}

.mh35 {
margin-right: 3.5rem !important;
margin-left: 3.5rem !important;
}

.ma35 {
margin: 3.5rem !important;
}

.pt35 {
padding-top: 3.5rem !important;
}

.pr35 {
padding-right: 3.5rem !important;
}

.pb35 {
padding-bottom: 3.5rem !important;
}

.pl35 {
padding-left: 3.5rem !important;
}

.pv35 {
padding-top: 3.5rem !important;
padding-bottom: 3.5rem !important;
}

.ph35 {
padding-right: 3.5rem !important;
padding-left: 3.5rem !important;
}

.pa35 {
padding: 3.5rem !important;
}

.mt40 {
margin-top: 4rem !important;
}

.mr40 {
margin-right: 4rem !important;
}

.mb40 {
margin-bottom: 4rem !important;
}

.ml40 {
margin-left: 4rem !important;
}

.mv40 {
margin-top: 4rem !important;
margin-bottom: 4rem !important;
}

.mh40 {
margin-right: 4rem !important;
margin-left: 4rem !important;
}

.ma40 {
margin: 4rem !important;
}

.pt40 {
padding-top: 4rem !important;
}

.pr40 {
padding-right: 4rem !important;
}

.pb40 {
padding-bottom: 4rem !important;
}

.pl40 {
padding-left: 4rem !important;
}

.pv40 {
padding-top: 4rem !important;
padding-bottom: 4rem !important;
}

.ph40 {
padding-right: 4rem !important;
padding-left: 4rem !important;
}

.pa40 {
padding: 4rem !important;
}

.mt45 {
margin-top: 4.5rem !important;
}

.mr45 {
margin-right: 4.5rem !important;
}

.mb45 {
margin-bottom: 4.5rem !important;
}

.ml45 {
margin-left: 4.5rem !important;
}

.mv45 {
margin-top: 4.5rem !important;
margin-bottom: 4.5rem !important;
}

.mh45 {
margin-right: 4.5rem !important;
margin-left: 4.5rem !important;
}

.ma45 {
margin: 4.5rem !important;
}

.pt45 {
padding-top: 4.5rem !important;
}

.pr45 {
padding-right: 4.5rem !important;
}

.pb45 {
padding-bottom: 4.5rem !important;
}

.pl45 {
padding-left: 4.5rem !important;
}

.pv45 {
padding-top: 4.5rem !important;
padding-bottom: 4.5rem !important;
}

.ph45 {
padding-right: 4.5rem !important;
padding-left: 4.5rem !important;
}

.pa45 {
padding: 4.5rem !important;
}

.mt50 {
margin-top: 5rem !important;
}

.mr50 {
margin-right: 5rem !important;
}

.mb50 {
margin-bottom: 5rem !important;
}

.ml50 {
margin-left: 5rem !important;
}

.mv50 {
margin-top: 5rem !important;
margin-bottom: 5rem !important;
}

.mh50 {
margin-right: 5rem !important;
margin-left: 5rem !important;
}

.ma50 {
margin: 5rem !important;
}

.pt50 {
padding-top: 5rem !important;
}

.pr50 {
padding-right: 5rem !important;
}

.pb50 {
padding-bottom: 5rem !important;
}

.pl50 {
padding-left: 5rem !important;
}

.pv50 {
padding-top: 5rem !important;
padding-bottom: 5rem !important;
}

.ph50 {
padding-right: 5rem !important;
padding-left: 5rem !important;
}

.pa50 {
padding: 5rem !important;
}

.w5 {
width: 5% !important;
}

.w10 {
width: 10% !important;
}

.w15 {
width: 15% !important;
}

.w20 {
width: 20% !important;
}

.w25 {
width: 25% !important;
}

.w30 {
width: 30% !important;
}

.w35 {
width: 35% !important;
}

.w40 {
width: 40% !important;
}

.w45 {
width: 45% !important;
}

.w50 {
width: 50% !important;
}

.w55 {
width: 55% !important;
}

.w60 {
width: 60% !important;
}

.w65 {
width: 65% !important;
}

.w70 {
width: 70% !important;
}

.w75 {
width: 75% !important;
}

.w80 {
width: 80% !important;
}

.w85 {
width: 85% !important;
}

.w90 {
width: 90% !important;
}

.w95 {
width: 95% !important;
}

.w100 {
width: 100% !important;
}

.aln-left {
text-align: left;
}

.aln-center {
text-align: center;
}

.aln-right {
text-align: right;
}

.aln-top {
vertical-align: top;
}

.aln-middle {
vertical-align: middle;
}

.aln-bottom {
vertical-align: bottom;
}

.SubTitle{
text-align: center;
margin: 0 auto 40px;
}

@media screen and (max-width: 400px) {
.SubTitle {
text-align: center;
margin: 0 auto 20px;
width: 360px;
}
}


.SubTitle2{
margin: 30px auto 10px;
}

@media screen and (max-width: 400px) {
.SubTitle2 {
margin: 25px auto 20px;
}
}

.contactTitle {
text-align: left;
}

@media screen and (max-width: 400px) {
.contactTitle {
text-align: left;
width: 360px;
}
}


.spNone {
display: none !important;
}

@media only screen and (min-width: 1300px) {
html,
body {
min-width: 900px;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:active {
text-decoration: none;
}

.str-header {
top: -300px;
box-sizing: border-box;
min-width: 1000px;
height: 425px;
padding: 300px 0 0;
-webkit-transform: skewy(-2.3deg) translate3d(0, 0, 0);
        transform: skewy(-2.3deg) translate3d(0, 0, 0);
background: rgba(0, 0, 0, .85) url("../images/bg-header2.png") center bottom no-repeat;
}

.str-header > .inner {
-webkit-transform: skewy(2.3deg) translate3d(0, 0, 0);
        transform: skewy(2.3deg) translate3d(0, 0, 0);
}

.str-header > .inner > .logo {
width: auto;
margin: auto;
}
	
.str-header > .inner {
position: relative;
padding: 4rem 0 1.5rem;
}

.str-container {
margin: 0 auto;
padding: 120px 0 0;
}

.str-container.type-topPage {
overflow: hidden;
padding: 0;
}

.str-contents > .inner {
padding: 0 0 5rem 0;
}

.str-contents.type-pageHeader > .inner {
padding: 8rem 0 .5rem;
}

.str-noscript > .inner {
padding: 2rem 0 2rem 0;
}

.str-topicPath > .inner {
padding: .5rem 0 .5rem 0;
}

[data-jsenabled="true"] .nav-slideMenu {
position: static;
z-index: 0;
display: block;
width: auto;
height: auto;
-webkit-transition: none;
        transition: none;
}

[data-jsenabled="true"] .nav-slideMenu .mod-button.type-closeBtn {
display: none;
}

[data-jsenabled="true"] .nav-slideMenu .nav-global {
margin-top: 0;
border-bottom: none;
}

[data-jsenabled="true"] .nav-slideMenu > .inner {
position: static;
width: auto;
height: auto;
}

.nav-slideMenu > .inner {
padding: 0;
}

.nav-slideMenu {
display: block;
}

.nav-global > li {
border-top: none;
}

.nav-global > li > a {
padding: 0;
color: #fff;
}

.nav-global > li > a:hover {
opacity: .8;
}

.nav-global {
position: absolute;
top: 0;
right: 0;
overflow: hidden;
}

.nav-global > li {
position: relative;
float: left;
box-sizing: border-box;
padding-top: 35px;
}

.nav-global > li a {
font-size: 1.85rem;
font-weight: 600;
line-height: 1;
display: block;
box-sizing: border-box;
padding: 15px 20px;
text-align: center;
letter-spacing: 1px;
}	

@media screen and (max-width: 1250px) {
.nav-global > li a {
font-size: 1.7rem;
font-weight: 600;
line-height: 1;
display: block;
box-sizing: border-box;
padding: 18px 10px;
text-align: center;
letter-spacing: 1px;
}	
}
	
.nav-global > li a::before {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 14px;
height: 8px;
margin: 0 auto;
content: "";
background-image: url("../images/img-sprite.png");
background-position: -25px -24px;
background-size: 63px 47px;
}

.nav-global > li a:hover {
text-decoration: none;
}

.nav-global > li.contact {
min-width: 178px;
min-height: 115px;
margin-left: 35px;
background: url("../images/bg-header-2.png") center top no-repeat;
}

.nav-global > li.contact > a::before {
content: none;
}

.nav-global > li.contact span {
position: relative;
padding-left: 32px;
}

.nav-global > li.contact span::before {
position: absolute;
top: 2px;
left: 0;
display: block;
width: 22px;
height: 14px;
content: "";
background-image: url("../images/img-sprite.png");
background-position: -25px 0;
background-size: 63px 47px;
}

.str-footer {
box-sizing: border-box;
min-width: 1000px;
padding: 15px 0 0;
background: rgba(0, 0, 0, .5) url("../images/bg-footer.png") center top no-repeat;
}


.str-footer > .inner {
padding: .5rem 0 .5rem 0;
}

.mod-newsList > li {
padding: 23px 0 15px 18rem;
}

.mod-sitemap > li::before {
background-position: center left;
}

.mod-table > table th,
.mod-table > table td {
display: table-cell;
}

.mod-table > table th {
padding: 10px 20px 8px;
}

.mod-table > table td {
padding: 10px 10px 8px;
}

.mod-box > .hdg {
padding: 27px 30px;
}

.mod-box > .inner {
padding: 20px 28px 50px;
}
	
.mod-button.type-default0:hover {
text-decoration: none;
background-image: -webkit-linear-gradient(top, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
background-image:         linear-gradient(to bottom, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
}
	
.mod-button.type-default:hover {
text-decoration: none;
background-image: -webkit-linear-gradient(top, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
background-image:         linear-gradient(to bottom, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
}
	
.mod-button.type-shrimp:hover {
text-decoration: none;
background-image: -webkit-linear-gradient(top, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
background-image:         linear-gradient(to bottom, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
}

.mod-button.type-primary:hover {
text-decoration: none;
background-image: -webkit-linear-gradient(top, #2957aa, rgba(40, 88, 172, 0));
background-image:         linear-gradient(to bottom, #2957aa, rgba(40, 88, 172, 0));
}

.mod-button.type-secondary:hover {
text-decoration: none;
background-image: -webkit-linear-gradient(top, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
background-image:         linear-gradient(to bottom, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
}
	
	
.mod-button.type-choo:hover {
text-decoration: none;
background-image: -webkit-linear-gradient(top, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
background-image:         linear-gradient(to bottom, #d8d8d8, rgba(167, 167, 167, .84) 16%, rgba(181, 181, 181, 0));
}
	
.mod-lytImage.type-float {
overflow: auto;
}

.mod-lytImage.type-float > * + * {
padding: 0 0 0 20px;
}

.mod-lytImage.type-float > .image {
float: left;
}

.mod-lytImage.type-float > .image img {
max-width: none;
}

.mod-lytImage.type-float > .contents {
overflow: auto;
}

.mod-lytImage.type-float.type-reverse > * + * {
padding: 0 10px 0 0;
}

.mod-lytImage.type-float.type-reverse > .image {
float: right;
}

.mod-lytImage:not(.type-float) {
display: table;
table-layout: auto;
}

.mod-lytImage:not(.type-float) > * {
display: table-cell;
box-sizing: border-box;
vertical-align: top;
}

.mod-lytImage:not(.type-float) > * + * {
padding: 0 0 0 20px;
}

.mod-lytImage:not(.type-float).type-reverse {
direction: rtl;
}

.mod-lytImage:not(.type-float).type-reverse > * {
direction: ltr;
}

.mod-lytImage:not(.type-float).type-reverse > * + * {
padding: 0 20px 0 0;
}

.mod-lytImage:not(.type-float) > .image img {
max-width: none;
}

.mod-lytImage:not(.type-float) > .contents {
width: 100%;
}

.mod-lytGrid > * {
float: left;
margin: 10px 10px 0 0;
}

.mod-lytGrid.type-2column > *:nth-of-type(2n) {
margin-right: 0;
}

.mod-lytGrid.type-2column > *:nth-of-type(2) {
margin-top: 0;
}

.mod-lytGrid.type-3column > *:nth-of-type(3n) {
margin-right: 0;
}

.mod-lytGrid.type-3column > *:nth-of-type(2),
.mod-lytGrid.type-3column > *:nth-of-type(3) {
margin-top: 0;
}

.mod-lytGrid.type-4column > *:nth-of-type(4n) {
margin-right: 0;
}

.mod-lytGrid.type-sitemap > * + * .mod-sitemap {
border-top: 1px solid #ccc;
}

.mod-lytGrid.type-sitemap > * {
margin-right: 30px;
}

.mod-lytGrid.type-4column > *:nth-of-type(1n),
.mod-lytGrid.type-4column > *:nth-of-type(2n),
.mod-lytGrid.type-4column > *:nth-of-type(3n),
.mod-lytGrid.type-4column > *:nth-of-type(4n) {
width: calc(100% * .25 - 10px * (1 - .25));
}


.mod-lytGrid.type-3column > *:nth-of-type(1n),
.mod-lytGrid.type-3column > *:nth-of-type(2n),
.mod-lytGrid.type-3column > *:nth-of-type(3n) {
width: calc(100% * .33333 - 10px * (1 - .33333));
}



.mod-lytGrid.type-2column > *:nth-of-type(1n),
.mod-lytGrid.type-2column > *:nth-of-type(2n) {
width: calc(100% * .5 - 10px * (1 - .5));
}

input.small {
max-width: 318px;
}
	
input.small2 {
max-width: 318px;
}

textarea {
max-width: 543px;
}

.str-contents.type-topSection {
overflow: hidden;
}

.str-contents.type-topSection .mod-imageSlider {
/*
left: 50%;
width: 1800px;
margin-left: -900px;
*/
	position: static;
	margin: 0 auto;
	width: 100%;
}

.str-contents.type-topSection-2 > .skin > .inner,{
padding: 7rem 0;
}	
	
.str-contents.type-topSection-2 .mod-lytImage > .image,{
padding-top: 34px !important;
}	

.str-contents.type-topSection-3 > .skin > .inner {
padding: 10.5rem 0 3rem;
}

.str-contents.type-topSection-3 .mod-lytImage-2 .recruit {
padding: 25px;
}

.str-contents.type-topSection-4 > .skin {
text-align: right;
background: url("../../images/index-bg-3.png") center center no-repeat;
}

.str-contents.type-topSection-4 > .skin > .inner {
padding: 10.5rem 0 10rem;
}

.str-contents.type-topSection-4 > .skin .lytRight {
display: inline-block;
box-sizing: border-box;
width: 50%;
padding-left: 50px;
text-align: left;
}

	
	
.str-contents.type-topSection-5 {
margin-bottom: 0.1rem;
}	
	
.str-contents.type-topSection-5 > .skin {
background: url("../../images/index-bg-4.png") center center no-repeat;
background-size: cover;
}

.str-contents.type-topSection-5 > .skin > .inner {
padding: 10rem 0 18rem;
}

.str-contents.type-topSection-5 > .skin .lytLeft {
padding-left: 25rem;
}
	
@media screen and (max-width: 1349px) {
.str-contents.type-topSection-5 > .skin .lytLeft {
padding-left: 10rem;
}
}

	
.contactLeft {
text-align: left;
padding-left: 2rem;
}
	
@media screen and (max-width: 600px) {
.contactLeft {
padding-left: 2rem;
}
}
	
.str-contents.type-topSection-6 > .skin > .inner {
padding: 7.5rem 0 15rem;
}

.str-contents.type-topSection-6 .mod-newsList {
padding: 0 380px;
}
	
@media screen and (max-width: 1600px) {
.str-contents.type-topSection-6 .mod-newsList {
padding: 0 180px;
}
}	
	
.str-header > .inner,
.str-contents > .inner,
.str-noscript > .inner,
.str-topicPath > .inner,
.str-footer > .inner,
.str-contents[class*="type-topSection-"] > .skin > .inner {
max-width: 1800px;
margin: 0 auto;
}

.spNone {
display: inherit !important;
}

.pcNone {
display: none !important;
}
}



/*リンクの位置調整 始まり（company）*/
#company .link-anchor {
position: relative;
top: -15em;
display: block;
}
@media screen and (max-width: 1600px) {	
#company .link-anchor {
position: relative;
top: -160px;
display: block;
}
}
@media screen and (max-width: 768px) {	
#company .link-anchor {
position: relative;
top: -80px;
display: block;
}
}

/*リンクの位置調整 終わり（company）*/
.str-contents.cp_00{
margin-top: 50px;
margin-bottom: 100px;
}

.str-contents.cp_00 > .skin {
background: url("../../images/cp1-bg_cut.jpg") center center no-repeat;
background-size: cover;
}

.str-contents.cp_00 > .skin > .inner {
padding: 10rem 0 18rem;
}

.str-contents.cp_00 > .skin .lytLeft {
padding-left: 150px;
}	

@media screen and (min-width: 800px) {	
.cp_1-txt1{
margin: 20px auto;
font-weight: 800; 
text-shadow: 1px 2px 3px #808080;
font-size: 2.4rem;
line-height: 4rem;
letter-spacing: 0.1em;
}
.str-contents.cp_00> .skin > .inner{
padding: 10rem 0;
margin: 0 auto ;
}
.str-contents.cp_00 > .skin > .inner > .mod-lytImage{
padding: 3rem 0;
margin: 0 auto 20px ;
}
}	
	
@media screen and (max-width: 799px) {	
.cp_1-txt1{
margin: 35px auto;
padding: 0 auto;
font-weight: 800; 
text-shadow: 1px 2px 3px #808080;
font-size: 2rem;
line-height: 3.5rem;
letter-spacing: 0.1em;
}	
.str-contents.cp_00 > .skin > .inner{
padding: 5rem auto;
margin: 0 auto ;
}
.str-contents.cp_00 > .skin > .inner > .mod-lytImage{
padding: 3rem 0;
margin: 3rem auto 0.5rem  ;
}
}	

@media screen and (max-width: 480px) {	
.cp_1-txt1{
margin: 35px auto;
font-weight: 700; 
text-shadow: 1px 2px 3px #808080;
font-size: 1.8rem;
line-height: 3rem;
letter-spacing: 0.1em;
}	
.str-contents.cp_00 > .skin > .inner{
padding: 5rem 0;
margin: 0 auto ;
}
.str-contents.cp_00 > .skin > .inner > .mod-lytImage{
padding: 1rem 0;
margin: 0.5rem auto ;
margin-left: 10px;
}
}	

@media only screen and (min-width: 1100px) {	/* PCのみ */
.type-rwd th {
  letter-spacing: 0.12em;
 }
.type-rwd td {
  letter-spacing: 0.12em;
 }
}

.cp_block {
	margin: 20px 120px 80px ;
	display: flex;
}

.cp_list{
	margin: 0 15px;
	width: calc((99.99% - 5px * 2 * 2) / 2);
}

@media screen and (max-width: 1300px) {   /* 1300px以下サイズのmargin */
.cp_block {
	margin: 10px auto 0px ;
	display: block;
}
.cp_list{
	margin: 0 1px;
	width: calc((100%));
}
}


/* #Add.20190617 */
.section:not(:last-child) {
	margin-bottom: 5rem;
}
.mod-hdgL3 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.mod-hdgL3 span {
	font-size: 2.4rem;
	font-weight: 700;
}

li.point_title {
  border-top: none;
  display: list-item;  /* 縦に並べる */
  list-style: none;
  text-transform: uppercase;
  margin: auto;
  width: 85%;
  padding: 15px;
  order: 3;	
  color:#fff;
}
li.point_pro1 {
  border-top: 1px solid #fff8b0;
  display: list-item;  /* 縦に並べる */
  list-style: none;
  text-transform: uppercase;
  margin: auto;
  width: 95%;
  padding: 15px;
  order: 3;	
  color:#fff;
}


ul.list2 {			-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;	position: relative;	display: block;	width: 100%;	margin: 0 auto 0;}
ul.list2 .item {
	border-bottom: solid 1px #fff;
}
ul.list2 .item.border-none {
	border: 0;
}
ul.list2 .ttl, ul.list2 .txt {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 0;
	vertical-align: top;
}
ul.list2 .ttl {
	font-weight: 700;
	white-space: nowrap;
	padding: 14px 15px 0px 15px;
}
ul.list2 .txt {
	padding: 0px 15px 14px 55px;
}

.mod-hdgL2-5 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: dotted 1px #ffffff;
	border-bottom: dotted 1px #ffffff;
	margin-top: 75px;
	margin-bottom: 35px;
}

.mod-hdgL2-6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: dotted 1px #a7b8d6;
	border-bottom: dotted 1px #a7b8d6;
	margin-bottom: 5px;
}

.mod-hdgL2-7 {
font-size: 1.6rem;
line-height: 1.4;
position: relative;
margin: 10px 0;
}
@media screen and (max-width: 1300px) {
.mod-hdgL2-7 {
font-size: 1.4rem;
}
}
@media screen and (max-width: 768px) {
.mod-hdgL2-7 {
font-size: 1.25rem;
}
}

.mod-hdgL2-8 {
font-size: 1.6rem;
line-height: 1.4;
position: relative;
color: #ffffff;
margin: 10px 0;
}
@media screen and (max-width: 1300px) {
.mod-hdgL2-8 {
font-size: 1.4rem;
}
}
@media screen and (max-width: 768px) {
.mod-hdgL2-8 {
font-size: 1.25rem;
}
}


.mod-hdgL2-9 {
	font-size: 2.5rem;
	color: #e6f7ff;
	font-weight: 700;
	line-height: 1.8;
	padding-top: 30px;
	padding-bottom: 35px;
}

.mod-hdgL2-10 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: double 4px #fff6f2;
	border-bottom: double 4px #fff6f2;
	margin-bottom: 10px;
}

.mod-hdgL2-11 {
	font-size: 2.2rem;
	color: #e6f7ff;
	font-weight: 700;
	line-height: 1.8;
	padding-top: 30px;
	padding-bottom: 10px;
}


@media screen and (max-width: 768px) {	/* SPのみ */
	.mod-hdgL2-9 {
		font-size: 20px;
	}
	.mod-hdgL2-10 {
		font-size: 18px;
		margin-top: 20px;
	}
	.mod-hdgL2-11 {
		font-size: 1.7rem;
		font-weight: 900;
		padding-bottom: 0px;
	}
}

@media print, screen and (min-width: 1100px) {	/* PCのみ */
	br.sp {
		display: none;
	}
	ul.list2 {
		width: 100%;
		margin-top: 10px;
	}
	ul.list2 .ttl {
		width: 105px;
		text-align: right;
		padding: 14px 15px 14px 15px;
	}
	ul.list2 .txt {
		width: calc(100% - 105px);
		padding: 14px 15px 14px 55px;
	}
}

@media print, screen and (man-width: 1300px) {	
	.mod-hdgL2-5 {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 768px) {
	.mod-hdgL2-5 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 630px){   /* 630px以下のサイズだと.br-cpが無効化 */
.br-cp {display: none; }
}

@media screen and (min-width: 631px){   /* 629px以上のサイズだと.br-spが無効化 */
.br-sp {display: none; }
}

/* /#Add.20190617 */




/* #Add.20190617-事業案内 */
#business .img1  {	max-width: 350px;  width: 100%; margin: 40px auto 10px;	}

#business .img2  {	max-width: 350px;  width: 100%; margin: 20px auto 20px;	}
#business .img3  {	max-width: 350px;  width: 100%; margin: 10px auto 40px;	}
#business .img4  {	max-width: 405px;  width: 100%;	margin: 20px auto 20px;	}
#business .img5  {	max-width: 199px;  width: 100%;	margin: 20px auto 20px;	}
#business .img6  {	max-width: 614px;  width: 100%;	margin: 2rem auto 2rem;	text-align: center;	}
#business .img7  {	max-width: 614px;  width: 100%;	margin: 2rem auto 2rem;	text-align: center;	}
#business .img8  {	max-width: 250px;  width: 100%;	margin: 20px auto 20px;	}
#business .img9  {	max-width: 200px;  width: 100%;	margin: 20px auto 20px;	font-size: 12px;	}
#business .img9 img:nth-child(2) {	margin: 10px auto 10px;	}
#business .img10 {	max-width: 614px;  width: 100%;	margin: 2rem auto 2rem;	text-align: center;	}
#business .img11 {	max-width: 275px;  width: 100%;	margin: 20px auto 20px;	}
#business .img12 {	max-width: 254px;  width: 100%;	display: block;	}
#business .img13 {	max-width: 140px;  width: 100%;	margin: 20px auto 20px;	}
#business .img14 {	max-width: 128px;  width: 100%;	margin: 20px auto 20px;	}
#business .img15 {	max-width: 155px;  width: 100%;	margin: 20px auto 20px;	}



/* #Add.20190617 -商品案内 */
#productDetail .img001  {	max-width: 200px;  width: 100%; margin: 0px auto 20px;	}
#productDetail .img002  {	max-width: 445px;  width: 100%;	margin: 20px auto 20px;	}
#productDetail .img003  {	max-width: 310px;  width: 100%;	margin: 20px auto 20px;	}
#productDetail .img004  {	max-width: 405px;  width: 100%;	margin: 20px auto 20px;	}
#productDetail .img005  {	max-width: 199px;  width: 100%;	margin: 20px auto 20px;	}
#productDetail .img006  {	max-width: 614px;  width: 100%;	margin: 2rem auto 2rem;	text-align: center;	}
#productDetail .img007  {	max-width: 170px;  width: 100%;	margin: 20px auto 20px;	}
#productDetail .img008  {	max-width: 200px;  width: 100%;	margin: 20px auto 20px;	}
#productDetail .img009  {	max-width: 300px;  width: 100%;	margin: 5px auto 0px;	font-size: 12px; }
#productDetail .img009 img:nth-child(2) {	margin: 10px auto 10px;	}
#productDetail .img010 {	max-width: 100%;  width: 100%; height: auto;	margin: 2rem auto 2rem; text-align: center;	}
#productDetail .img011 {	max-width: 275px;  width: 100%;	margin : 0 auto;	}
#productDetail .img012 {	max-width: 254px;  width: 100%;	display: block;	}
#productDetail .img013 {	max-width: 140px;  width: 100%;	margin: 20px auto 20px;	}
#productDetail .img014 {	max-width: 128px;  width: 100%;	margin: 20px auto 20px;	}
#productDetail .img015 {	max-width: 300px;  width: 100%;	margin: 20px auto 20px;	}
#productDetail .img016  {	max-width: 150px;  width: 100%;	margin-top: 50px auto 20px;	font-size: 12px; text-align: center;	}
#productDetail .img016 img:nth-child(2) {	margin: 10px auto;	}
#productDetail .img017 {	max-width: 275px;  width: 100%;	margin: 10px 0px 20px 20px;	}
#productDetail .img018  {	max-width: 320px;  width: 100%;	margin: 30px auto 30px;	font-size: 12px; }
#productDetail .img018 img:nth-child(2) {	margin: 30px auto 10px;	}
#productDetail .img019  {	max-width: 300px;  width: 100%;	margin: 5px auto 40px;	font-size: 12px; }
#productDetail .img019 img:nth-child(2) {	margin: 10px auto 10px;	}


#business .section img {
	width: 100%;
	height: auto;
}

#business .mod-hdgL2-2 {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	padding: 4px 0px 2px 15px;
}

/* section_01 */
#business .section_01 {
	margin-top: 0;
}
#business .section_01 .imglignment-pc {
	max-width: 660px;
}


/* section_bsne */
#business .section_bsne {
	margin: 0 auto;
}
#business .section_bsne .imglignment-pc {
	max-width: 1600px;
	margin-bottom: 50px;
}

/* development */
#business .section_shrimp {
	max-width: 600px;
	margin:10px auto 50px;
	text-align: center;
}


/* section_bsne01 */
#business .section_bsne01 .section:not(:last-child) {
	margin-top: 2rem;
	margin-bottom: 2rem;
	order: 2;
}
#business .section_bsne01  p.txt {
	line-height: 2.1428571428571428571428571428571;
}
#business .section_bsne01  .section_bsne01 .imglignment-pc {
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: solid 1px #5c7fbe;
}
#business .section_bsne01  .section_bsne01 .imglignment-pc:last-child {
	padding-bottom: 0;
	border-bottom: none;
}


/* section_patt_01 */
#patent .section_patt_01  {
	margin: 20px auto 5px;
	max-width: 1800px;
}

@media screen and (max-width: 1100px){
.section_patt_01  {
flex-wrap: wrap;
 }
}

@media screen and (max-width: 1100px) {
.section_patt_01  {
display: block;
margin: auto;
 }
}

/* section_patt_02 */
#patent .section_patt_02 {
	margin-top: 25px;
}

#patent .section_patt_02  .imglignment-pc {
	max-width: 1800px;
}

#patent .section_patt_02_01 {
	padding-bottom: 10px;
	border-bottom: solid 1px #5c7fbe;
}

/* .str-contents.patt_03 */
.str-contents.patt_03{
margin-top: 1px;
margin-bottom: 5px;
}

.str-contents.patt_03 {
z-index: 2;
}

.str-contents.patt_03 > .skin {
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-image:         linear-gradient(to bottom,rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-size: cover;
}
		
@media screen and (min-width: 1100px) {	
.str-contents.patt_03 > .skin{
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-image:         linear-gradient(to bottom,rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-size: cover;
}
.str-contents.patt_03> .skin > .inner{
padding: 7rem 0;
margin: 0 auto ;
}
	
.str-contents.patt_03 > .skin > .inner > .mod-lytImage{
padding: 5rem 0 0.5rem;
margin: 0 auto ;
}
}	
	
@media screen and (max-width: 1100px) {	
.str-contents.patt_03 > .skin{
background: url("../../images/pat_bg_img_1s.png") center center no-repeat;
background-size: cover;
}	
.str-contents.patt_03 > .skin > .inner{
padding: 10rem 0;
margin: 0 auto ;
}
.str-contents.patt_03 > .skin > .inner > .mod-lytImage{
padding: 8rem 0;
margin: 10rem auto ;
margin-left: 20px;
}
}
	
.str-contents.patt_03 > .skin {
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-image:         linear-gradient(to bottom,rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-size: cover;
}

.str-contents.patt_03 > .skin > .inner {
padding: 10rem 0 18rem;
}

.str-contents.patt_03 > .skin .lytLeft {
padding-left: 150px;
}

.str-contents.patt_03 > .skin{
-webkit-transform: skewy(-3deg) translate3d(0, 0, 0);
        transform: skewy(-3deg) translate3d(0, 0, 0);
}

.str-contents.patt_03 > .skin > .inner  {
-webkit-transform: skewy(3deg) translate3d(0, 0, 0);
        transform: skewy(3deg) translate3d(0, 0, 0);
}

/* .str-contents.patt_04 */
.str-contents.patt_04{
margin-top: 5px;
margin-bottom: 5px;
}

.str-contents.patt_04 {
z-index: 2;
}
		
@media screen and (min-width: 770px) {	
.str-contents.patt_04> .skin > .inner{
padding: 7rem 0;
margin: 0 auto ;
}
	
.str-contents.patt_04 > .skin > .inner > .mod-lytImage{
padding: 5rem 0 0.5rem;
margin: 0 auto ;
}
}	
	
@media screen and (max-width: 1100px) {	
.str-contents.patt_04 > .skin{
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-image:         linear-gradient(to bottom,rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-size: cover;
}	
.str-contents.patt_04 > .skin > .inner{
padding: 10rem 0;
margin: 0 auto ;
}
.str-contents.patt_04 > .skin > .inner > .mod-lytImage{
padding: 8rem 0;
margin: 10rem auto ;
margin-left: 20px;
}
}

.str-contents.patt_04 > .skin {
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-image:         linear-gradient(to bottom,rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-size: cover;
}

.str-contents.patt_04 > .skin > .inner {
padding: 5rem 0 18rem;
}

.str-contents.patt_04 > .skin .lytLeft {
padding-left: 150px;
}

.str-contents.patt_04 > .skin{
-webkit-transform: skewy(3deg) translate3d(0, 0, 0);
        transform: skewy(3deg) translate3d(0, 0, 0);
}

.str-contents.patt_04 > .skin > .inner{
-webkit-transform: skewy(-3deg) translate3d(0, 0, 0);
        transform: skewy(-3deg) translate3d(0, 0, 0);
}

/* .str-contents.patt_05 */
.str-contents.patt_05{
margin-top: 10px;
margin-bottom: 60px;
}

.str-contents.patt_05 {
z-index: 2;
}

.str-contents.patt_05 > .skin {
background: url("../../images/pat_bg_img_2.png") center center no-repeat;
background-size: cover;
}
		
@media screen and (min-width: 1100px) {	
.str-contents.patt_05 > .skin{
background: url("../../images/pat_bg_img_2.png") center center no-repeat;
background-size: cover;
}
.str-contents.patt_05> .skin > .inner{
padding: 7rem 0;
margin: 0 auto ;
}
	
.str-contents.patt_05 > .skin > .inner > .mod-lytImage{
padding: 5rem 0 0.5rem;
margin: 0 auto ;
}
}	
	
@media screen and (max-width: 1100px) {	
.str-contents.patt_05 > .skin{
background: url("../../images/pat_bg_img_2s.png") center center no-repeat;
background-size: cover;
}	
.str-contents.patt_05 > .skin > .inner{
padding: 10rem 0;
margin: 0 auto ;
}
.str-contents.patt_05 > .skin > .inner > .mod-lytImage{
padding: 8rem 0;
margin: 10rem auto ;
margin-left: 20px;
}
}
	
.str-contents.patt_05 > .skin {
background: url("../../images/pat_bg_img_2.png") center center no-repeat;
background-size: cover;
}

.str-contents.patt_05 > .skin > .inner {
padding: 10rem 0 18rem;
}

.str-contents.patt_05 > .skin .lytLeft {
padding-left: 150px;
}

/* 

.str-contents.patt_05 > .skin{
-webkit-transform: skewy(4deg) translate3d(0, 0, 0);
        transform: skewy(4deg) translate3d(0, 0, 0);
}

.str-contents.patt_05 > .skin > .inner{
-webkit-transform: skewy(-4deg) translate3d(0, 0, 0);
        transform: skewy(-4deg) translate3d(0, 0, 0);
}

 */

.str-contents.patt_05 > .skin{
-webkit-transform: skewy(-4deg) translate3d(0, 0, 0);
        transform: skewy(-4deg) translate3d(0, 0, 0);
}

.str-contents.patt_05 > .skin > .inner  {
-webkit-transform: skewy(4deg) translate3d(0, 0, 0);
        transform: skewy(4deg) translate3d(0, 0, 0);
}



/* .str-contents.patt_06 */
.str-contents.patt_06{
margin-top: 10px;
}

.str-contents.patt_06 {
z-index: 2;
}

.str-contents.patt_06 > .skin {
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-image:         linear-gradient(to bottom,rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-size: cover;
}
		
@media screen and (min-width: 1100px) {	
.str-contents.patt_06 > .skin{
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-image:         linear-gradient(to bottom,rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-size: cover;
}
.str-contents.patt_06> .skin > .inner{
padding: 7rem 0;
margin: 0 auto ;
}
	
.str-contents.patt_06 > .skin > .inner > .mod-lytImage{
padding: 5rem 0 0.5rem;
margin: 0 auto ;
}
}	
	
@media screen and (max-width: 1100px) {	
.str-contents.patt_06 > .skin{
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-image:         linear-gradient(to bottom,rgba(0, 0, 0, .6),rgba(0, 0, 0, .0));
background-size: cover;
}	
.str-contents.patt_06 > .skin > .inner{
padding: 10rem 0;
margin: 0 auto ;
}
.str-contents.patt_06 > .skin > .inner > .mod-lytImage{
padding: 8rem 0;
margin: 10rem auto ;
margin-left: 20px;
}
}

.str-contents.patt_06 > .skin > .inner {
padding: 10rem 0 18rem;
}

.str-contents.patt_06 > .skin .lytLeft {
padding-left: 150px;
}


/* 
.str-contents.patt_06 > .skin{
-webkit-transform: skewy(4deg) translate3d(0, 0, 0);
        transform: skewy(4deg) translate3d(0, 0, 0);
}

.str-contents.patt_06 > .skin > .inner{
-webkit-transform: skewy(-4deg) translate3d(0, 0, 0);
        transform: skewy(-4deg) translate3d(0, 0, 0);
}
*/
 

.str-contents.patt_06 > .skin{
-webkit-transform: skewy(-3deg) translate3d(0, 0, 0);
        transform: skewy(-3deg) translate3d(0, 0, 0);
}

.str-contents.patt_06 > .skin > .inner  {
-webkit-transform: skewy(3deg) translate3d(0, 0, 0);
        transform: skewy(3deg) translate3d(0, 0, 0);
}






/* section_pat00 */
#patent .section_pat00 .section:not(:last-child) {
	margin-top: 1rem;
	margin-bottom: 1rem;
	order: 2;
}
#patent .section_pat00 p.txt {
	line-height: 2.1428571428571428571428571428571;
}

/* section_pat01 */
#patent .section_pat01 {
	margin-top: 0.5rem;
	margin-bottom: 10rem;
}

#patent .section_pat01 p.txt {
	line-height: 2.1428571428571428571428571428571;
}
#patent .section_pat01 .section_pat01_01 .imglignment-pc {
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: solid 1px #5c7fbe;
}
#patent .section_pat01 .section_pat01_01 .imglignment-pc:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

/* section_04 */
#business .section_04 .section:not(:last-child) {
	margin-top: 5rem;
	margin-bottom: 5rem;
	order: 2;
}
#business .section_04 p.txt {
	line-height: 2.1428571428571428571428571428571;
}
#business .section_04 .section_04_01 .imglignment-pc {
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: solid 1px #5c7fbe;
}
#business .section_04 .section_04_01 .imglignment-pc:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#business .section_04 .section_04_02_02 {
	padding-bottom: 30px;
	border-bottom: solid 1px #5c7fbe;
}
#business .section_04 .section_04_02_03_01 {
	margin-top: 0px;
}
#business .section_04 .section_04_02_03_01 .text9 .txt .indent {
	display: block;
	padding-left: 14px;
	text-indent: -14px;
}

#business .section_04 .section_04_01 {
}

#business .section_04 .section_04_02_03 {
	padding-bottom: 20px;
	border-top: dotted 1px #a7b8d6;
	border-bottom: solid 1px #5c7fbe;
	order: 2;
}

#business .section_04 .section_04_02_04_01 {
	margin-top: 0;
}

#business .section_04 .section_04_02_05 {
	padding-bottom: 30px;
	border-bottom: solid 1px #5c7fbe;
	order: 3;
}

#business .section_04 h3.unique {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	position: relative;
	overflow: hidden;
	min-height: 160px;
	padding: 35px 14px;
	background-image: url("../../images/business-bg-1.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#business .section_04 h3.unique .large {
	position: relative;
	z-index: 10;
	left: -10px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78;
	margin-bottom: 15px;
}
#business .section_04 h3.unique .small {
	position: relative;
	z-index: 10;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	line-height: 1.714;
	text-shadow: 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78;
}
#business .section_04 h3.unique .img12 {
	position: absolute;
	right: -9px; top: -3px;
	z-index: 1;
}

#business .section_04 .section_04_02_05 .imglignment-pc {
	padding: 0 20px !important;
	background-color: #102243;
}
#business .section_04 .section_04_02_05 .imglignment-pc.top {
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}
#business .section_04 .section_04_02_05 .imglignment-pc.bottom {
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}

#business .section_04 .section_04_02_05 .small {
	font-size: 12px;
	text-align: right;
}


/* section_05 */
#business .section_05 .list {
	-webkit-box-pack: space-around;	-webkit-justify-content: space-around;	justify-content: space-around;
	text-align: center;
}
#business .section_05 .list p.txt {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* section_06 */
#business .section_06 .item {
	padding: 10px 14px;
	font-size: 1.8rem;
	line-height: 1.7;
}
@media screen and (max-width: 1300px) {
#business .section_06 .item {
font-size: 1.55rem;
line-height: 1.6;
}
}
@media screen and (max-width: 768px) {
#business .section_06 .item {
font-size: 1.35rem;
line-height: 1.5;
}
}

@media only screen and (min-width: 1100px) {	/* PCのみ */
	#business .img1  {	margin-left: 0;	margin-right: 0; margin-bottom: 0;	}
	#business .img2  {	margin-left: 0;	margin-right: 0;	}
	#business .img3  {	margin-left: 0;	margin-right: 0;	}
	#business .img4  {	margin-left: 0;	margin-right: 0;	}
	#business .img5  {	margin-left: 0;	margin-right: 0; 	}
	#business .img8  {	margin-left: 0;	margin-right: 0;	}
	#business .img9  {	margin-left: 0;	margin-right: 0;	}
	#business .img11  {	margin-left: 0;	margin-right: 0;	}
	#business .img12  {	margin-left: 0;	margin-right: 0;	}
	#business .img13  {	margin-left: 0;	margin-right: 0;	}
	#business .img14  {	margin-left: 0;	margin-right: 0;	}
	#business .img15  {	margin-left: 0;	margin-right: 0;	}
	
	#business .img5  {	margin: 90px 45px 0 0;	}

	#business .img9 img:nth-child(2) {	margin: 30px auto 10px;	}

	#business .text2  {	width: calc(100% - 465px);	}
	
	#business .text3  {	width: 100%; line-height: 185%; margin-bottom: 10px; font-size: 1.8rem; line-height: 1.7;}	
	#business .text4  {	width: calc(100% - 400px);  margin-top:80px; font-size: 1.8rem; line-height: 1.7;	}
	#business .text5  {	width: calc(100% - 400px);  margin-top:55px; font-size: 1.8rem; line-height: 1.7;	}
	#business .text6  {	width: calc(100% - 400px);  margin-top:30px;font-size: 1.8rem; line-height: 1.7;	}
	#business .text7  {	width: calc(100% - 265px);  margin-top:80px; margin-bottom:50px;	}
	
	#business .text8  {	width: calc(100% - 290px);	order:2;	}
	#business .text9  {	width: calc(100% - 220px);	}
	#business .text11  {	width: calc(100% - 295px);	}
	#business .text13  {	width: calc(100% - 160px);	}
	#business .text15  {	width: calc(100% - 175px);	}
	
	#business .mod-hdgL2-2 {  font-size: 2rem;	font-weight: 700; padding: 4px 0px 2px 15px;  }
	#business .section .ttl-2 {	 font-size: 1.8rem;	font-weight: 500;  }

	
	#patent .section .ttl-2 {	 font-size: 1.8rem;	font-weight: 500;  }

	#productDetail .img007  {	margin-left: 0;	margin-right: 0; margin-top: 10px;}
	#productDetail .img008  {	margin-left: 0px;	margin-right: 0; margin-top: 80px;}
	#productDetail .img009  {	margin-left: 0;	margin-right: 0;	}
	#productDetail .img011  {	margin-left: 0;	margin-right: 0;	}
	#productDetail .img012  {	margin-left: 0;	margin-right: 0;	}
	#productDetail .img013  {	margin-left: 0;	margin-right: 0;	}
	#productDetail .img015  {	margin-left: 0;	margin-right: 0;	}

	#productDetail .img007 img:nth-child(2) {	margin: 30px auto 10px;	}
	#productDetail .img008 img:nth-child(2) {	margin: 30px auto 10px;	}
	#productDetail .img009 img:nth-child(2) {	margin: 30px auto 10px;	}
	#productDetail .img018  {	margin-left: 0;	margin-right: 0;	}
	#productDetail .img018 img:nth-child(2) {	margin: 30px auto 10px;	}

	#productDetail .text001  {	width: 100%;	 margin-top: 80px; 	}
	#productDetail .text002  {	width: 100%; line-height: 250%; margin: 25px 0;	}
	
	#productDetail .text008  {	width: calc(100% - 200px);	 margin-top: 80px; }
	#productDetail .text009  {	width: calc(100% - 350px); margin-bottom: 30px; 	}
	#productDetail .text010  {	width: calc(100% - 350px); margin-top: 30px; margin-bottom: 5px; 	}
	#productDetail .text011  {	width: calc(100% - 295px);	}
	#productDetail .text013  {	width: calc(100% - 160px);	}
	#productDetail .text015  {	width: calc(100% - 350px);	}
	#productDetail .text016  {	width: calc(100% - 350px);	}
	#productDetail .text017  {	width: 100%; line-height: 185%; margin-bottom: 10px; padding-bottom: 20px;  font-size: 1.8rem; line-height: 2;}	
	#productDetail .text018  {	width: 100%; line-height: 185%; margin-bottom: 10px; font-size: 1.7rem; line-height: 2; text-align: center;}	
	#productDetail .text019  {	text-decoration: underline;}	
	#productDetail .text021  {	width: 100%; line-height: 185%; margin: 5px 0 0;  font-size: 1.8rem}
	#productDetail .text022  {	width: 100%; line-height: 145%; margin: 0 0 10px;   font-size: 1.35rem;}	
	#productDetail .text023  {	width: 100%; line-height: 250%; margin: 0 0 30px;	}
	#productDetail .text024  {	width: 100%; line-height: 185%; margin-bottom: 10px; font-size: 1.8rem; line-height: 1.7;}	
	
	#business .section_04 .section_04_02_04_02 .mod-hdgL2-2 {
	}
	#contact .text020  {	width: 100%; line-height: 185%; margin-bottom: 100px; font-size: 1.8rem; line-height: 2; text-align: center;}		
	#contact .text024  {	margin-bottom: 150px; text-align: center;}		


@media screen and (max-width: 400px) {	/* SPのみ */

	#business .mod-hdgL2-2 {  	font-size: 1.8rem;	font-weight: 800;   }
	#business .section .ttl-2 {    width: 100%; color: #FFF;  font-size: 1.8rem;	font-weight: 500;  }

	#patent .section .ttl-2 {    width: 100%; color: #FFF;  font-size: 1.35rem;	font-weight: 500;  }
	
	#productDetail .text017  {	width: 100%; line-height: 185%; margin-bottom: 30px; padding-bottom: 30px; font-size: 2rem; line-height: 1.7;}	
	#productDetail .text018  {	width: 100%; line-height: 185%; margin-bottom: 10px; font-size: 1.4rem; line-height: 1.7;}	
	#contact .text020 {	width: 100%; line-height: 185%; margin-bottom: 10px; font-size: 1.4rem; line-height: 1.7;}	
	#productDetail .text022  {	width: 100%; line-height: 185%; margin-bottom: 30px; font-size: 1.4rem;}	
 }	
	
@media screen and (max-width: 950px) {
	#productDetail .img009  {	margin-left: 0;	margin-right: 0;	}
	#productDetail .img009 img:nth-child(2) {	margin: 50px auto 30px;	}
	#productDetail .img018  {	margin-left: 0;	margin-right: 0;	}
	#productDetail .img018 img:nth-child(2) {	margin: 50px auto 30px;	}
 }	
	
.ttl-5 {  font-size: 1.7rem;  line-height: 1.7; }
	
@media screen and (max-width: 1300px) {
.ttl-5 {  font-size: 1.45rem;  line-height: 1.6; }
}

@media screen and (max-width: 768px) {
.ttl-5 {  font-size: 1.35rem;  line-height: 1.5;  }
}
	

	#business .text15 {
		order: 2;
	}


	#business ul.list2 .ttl {
		width: 143px;
		text-align: left;
	}
	#business ul.list2 .txt {
		width: calc(100% - 143px);
	}

	/* section_01 */
	#business .section_01 {
		margin-top: 20px;
	}


	/* section_04 */
	#business .section_04 .section_04_02_05 .imglignment-pc {
		padding: 20px !important;
	}

	/* section_06 */
	#business .section_06 .item {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		width: 48.809523809523809523809523809524%;
	}
}
/* /#Add.20190617-事業案内 */
.imglignment {	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;	width: 100%;	display:-webkit-box !important;	display:-webkit-flex !important;	display: flex !important;	-webkit-flex-wrap: wrap;	flex-wrap: wrap;	-webkit-flex-direction: row;	flex-direction: row;	-webkit-box-pack: space-between;	-webkit-justify-content: space-between;	justify-content: space-between;	-webkit-box-align: stretch;	-webkit-align-items: stretch;	align-items: stretch;	padding-left: 0px !important;	padding-right: 0px !important;	} @media only screen and (min-width: 1100px) {	/* PCのみ */	.imglignment-pc {	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;	width: 100%;	display:-webkit-box !important;	display:-webkit-flex !important;	display: flex !important;	-webkit-flex-wrap: wrap;	flex-wrap: wrap;	-webkit-flex-direction: row;	flex-direction: row;	-webkit-box-pack: space-between;	-webkit-justify-content: space-between;	justify-content: space-between;	-webkit-box-align: stretch;	-webkit-align-items: stretch;	align-items: stretch;	margin-left: auto;	margin-right: auto;	padding-left: 0px !important;	padding-right: 0px !important;	}	}/* /#Add.20190617 */

/* #Add.20190617-独自の技術 */
#patent .img1 {	max-width: 68px;  width: 100%;	}
#patent .img2 {	max-width: 410px; width: 100%;	}
#patent .img2 img {	max-width: 222px;	}
#patent .img3 {	max-width: 410px; width: 100%; text-align: center;	}
#patent .img3 img {	max-width: 100px;	}
#patent .img4 {	max-width: 156px; width: 100%;	font-size: 18px;	line-height: 1.5555555555555555555555555555556em;	text-align: center;	}
#patent .img4 p {	font-size: 13px;	}
#patent .img5 {	max-width: 282px; width: 100%; margin-left: 10px;	}
#patent .img5 img {	max-width: 123px;	}
#patent .img6 {	max-width: 126px; width: 100%; text-align: center;	}
#patent .section img {
	width: 100%;
	height: auto;
}


#patent .img30  {  max-width: 350px;   margin: 30px;	}

@media only screen and (min-width: 1100px) {	/* PCのみ */
	#patent .img30  {	margin-left: 0;	margin-right: 0;	}
}

#patent .mod-hdgL2-2 {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	padding: 4px 0px 2px 15px;
}

@media screen and (max-width: 1300px) {
#patent .mod-hdgL2-2 {
font-size: 1.8rem;
}
}

@media screen and (max-width: 768px) {
#patent .mod-hdgL2-2 {
font-size: 1.5rem;
}
}

#patent .list1.list2 {
	padding-top: 20px;
	border-top: solid 1px #e7e8ee;
}
#patent .list1.list2 .item {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#patent .list1 .text {	width: calc(100% - 80px);	}

#patent .list1 .text_02 {	width: calc(100% - 80px);	}


#patent .list3 {	-webkit-box-pack: space-around;	-webkit-justify-content: space-around;	justify-content: space-around;}
#patent .list3 li.img4 {
	width: 49.5%;
	margin: auto 13px 12px;
}


#patent .pres {
	-webkit-box-align: center;	
	-webkit-align-items: center;	align-items: center;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
	margin-top: 40px;
}
#patent .pres .imglignment-pc {
	-webkit-box-align: center;	-webkit-align-items: center;	align-items: center;
	padding: 10px 0 10px 20px;
	border-top: solid 1px #e7e8ee;
	border-bottom: solid 1px #e7e8ee;
}

#patent .pres .ttl {
	text-align: center;
}
#patent .pres .ttl .large {
	font-size: 2rem;
	font-weight: 700;
}
#patent .pres .ttl .large span {
	font-size: 22px;
}
#patent .pres .img6 {
	margin: 5px auto 15px;
}


@media only screen and (min-width: 1100px) {	/* PCのみ */
	#patent .list1.list2 .item.imglignment {	width: 880px;  justify-content: start;	}
	#patent .list1.list2 .item.igem2 {	width: 100%;  justify-content: start;	}
	#patent .list1 .text {	width: 323px;	}
	#patent .list1 .text_02 {	width: 600px; margin-left: 20px;	}
	#patent .list1 .img3 {	text-align: left;	}
	#patent .table-left {
		width: calc(100% - 322px);
		margin-top: 4rem;
	}
	#patent .table-left+.img5 {
		margin-top: 4rem;
	}
	#patent .list3 {	-webkit-box-pack: space-between;	-webkit-justify-content: start;	justify-content: start;}
	#patent .pres .imglignment-pc {
		width: 440px;
	}
	#patent .pres .text {
		width: 440px;
	}
	#patent .pres .ttl {
		order: 1;
		text-align: left;
	}
	#patent .pres .img6 {
		order: 2;
		margin: 0 auto;
	}
}

	#patent.text30  {	width: calc(100% - 350px);  margin: 20px;   display: flex; align-items: center; justify-content: center; }







/* /#Add.20190617-独自の技術 */




/* #Add.20190624-商品案内 */
#product .mod-hdgL2-2 {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	padding: 4px 0px 2px 15px;
	margin-top: 14px;
}
#product .mod-hdgL2-2 span {
	font-size: 1.8rem;
	font-weight: 400;
}

#product .product-list li {
	max-width: 410px;
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	background-image: -moz-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	background-image: -webkit-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	background-image: -ms-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	box-shadow: inset 0px 1px 15.66px 2.34px rgba(0, 0, 0, 0.33);
}

#product .product-list li .img {
	width: 100%;
	margin: 0 auto;
}

#product .product-list li .img img {
	width: 100%;
	height: auto;
}

#product .product-list li .mod-button.type-default0 {
	margin: 15px 0 20px;
}

#product .product-list li .mod-button.type-default {
	margin: 15px 0 20px;
}

#product .product-list {
	margin-top: 20px;
}

@media only screen and (min-width: 1100px) {	/* PCのみ */
	#product .product-list li {
		width: 410px;
		margin: 0 0 20px;
	}
}
/* /#Add.20190624-商品案内 */


/* /#Add.20190624-商品詳細（パーツのリスト）始まり */
#productDetail .product-list li {
	max-width: 410px;
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	background-image: -moz-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	background-image: -webkit-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	background-image: -ms-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	box-shadow: inset 0px 1px 15.66px 2.34px rgba(0, 0, 0, 0.33);
}

/* 
#productDetail .product-list li {
	max-width: 410px;
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	background-image: -moz-linear-gradient( 45deg, #1b3a7e 0%, #2d62b2 100%);
	background-image: -webkit-linear-gradient( 45deg, #1b3a7e 0%, #2d62b2 100%);
	background-image: -ms-linear-gradient( 45deg, #1b3a7e 0%, #2d62b2 100%);
	box-shadow: inset 0px 1px 15.66px 2.34px rgba(0, 0, 0, 0.33);
}
*/

#productDetail .product-list li .img {
	width: 100%;
	margin: 0 auto;
}

#productDetail .product-list li .img img {
	width: 100%;
	height: auto;
}

#productDetail .product-list li .mod-button.type-default0 {
	margin: 15px 0 20px;
}

#productDetail .product-list li .mod-button.type-default {
	margin: 15px 0 20px;
}

#productDetail .product-list li.unique1 .img {
	margin: 22px auto 0;
}

#productDetail .product-list li.unique1 .mod-button.type-default0 {
	margin: -5px 0 20px;
}

#productDetail .product-list li.unique1 .mod-button.type-default {
	margin: -5px 0 20px;
}

#productDetail .product-list {
	margin-top: 20px;
}

@media only screen and (min-width: 1100px) {	/* PCのみ */
#productDetail .product-list li {
		width: 410px;
		margin: 0 0 20px;
	}
}
/* /#Add.20190624-商品詳細（パーツのリスト）終わり */


/* /#Add.20190624-商品詳細（「おすすめ商品」のリスト）始まり */

#productDetail .imglignment-pc2{	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;	width: 100%;	display:-webkit-box !important;	display:-webkit-flex !important;	display: flex !important;	-webkit-flex-wrap: wrap;	flex-wrap: wrap;	-webkit-flex-direction: row;	flex-direction: row;	-webkit-box-pack: space-between;	-webkit-justify-content: space-between;	justify-content: space-between;	-webkit-box-align: stretch;	-webkit-align-items: stretch;	align-items: stretch;	padding-left: 0px !important;	padding-right: 0px !important;	} 
@media only screen and (min-width: 710px) {	/* PCのみ */	#productDetail .imglignment-pc2 {	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;	width: 75%;	display:-webkit-box !important;	display:-webkit-flex !important;	display: flex !important;	-webkit-flex-wrap: wrap;	flex-wrap: wrap;	-webkit-flex-direction: row;	flex-direction: row;	-webkit-box-pack: space-between;	-webkit-justify-content: space-between;	justify-content: space-between;	-webkit-box-align: stretch;	-webkit-align-items: stretch;	align-items: stretch;	margin-left: auto;	margin-right: auto;	padding-left: 0px !important;	padding-right: 0px !important;	}	}

#productDetail .product-list_s {
	margin: 20px auto 0 ;
	text-align: center ;
}

#productDetail .product-list_s li {
	max-width: 250px;
	height: auto;
	width: 100%;
	margin: 0 auto 20px;
	background-image: -moz-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	background-image: -webkit-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	background-image: -ms-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	box-shadow: inset 0px 1px 15.66px 2.34px rgba(0, 0, 0, 0.33);
}

#productDetail .product-list_s a {
	text-decoration: none;
}

#productDetail .product-list_s li .Lmenu1 {
	margin: 3rem auto 0 ;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}

#productDetail .product-list_s li .Lmenu1 img {
	width: 100%;
	height: auto;
	padding-top: 2.6rem;
}


#productDetail .product-list_s li .Lmenu1_2 {
	margin: 3rem auto 0 ;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}

#productDetail .product-list_s li .Lmenu1_2 img {
	width: 100%;
	height: auto;
	padding-top: 2.6rem;
}


#productDetail .product-list_s li .Lmenu2 {
	margin: 2rem auto 0 ;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}

#productDetail .product-list_s li .Lmenu2 img {
	width: 100%;
	height: auto;
	padding-top: 1.2rem;
}


#productDetail .product-list_s li .Lmenu2_3 {
	margin: 2rem auto 0 ;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}

#productDetail .product-list_s li .Lmenu2_3 img {
	width: 100%;
	height: auto;
	padding-top: 1.2rem;
}

@media only screen and (max-width: 630px) {	  /* 630px以下のサイズで商品名の上下のスペース・文字の大きさ指定 */
#productDetail .product-list_s li {
	width: 49%;
	margin: 0 auto 3px;
	}

#productDetail .product-list_s li .Lmenu1 {
	margin: 3.2rem auto 0 ;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 700;
}
#productDetail .product-list_s li .Lmenu1 img {
	padding-top: 2.5rem;
}

#productDetail .product-list_s li .Lmenu1_2 {
	margin: 2rem auto 0 ;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 700;
}
#productDetail .product-list_s li .Lmenu1_2 img {
	padding-top: 1.6rem;
}
	
#productDetail .product-list_s li .Lmenu2 {
	margin: 2rem auto 0 ;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 700;
}
#productDetail .product-list_s li .Lmenu2 img {
	padding-top: 1.6rem;
}
	
#productDetail .product-list_s li .Lmenu2_3 {
	margin: 0.8rem auto 0 ;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 700;
}
#productDetail .product-list_s li .Lmenu2_3 img {
	padding-top: 0.65rem;
}
}


@media only screen and (max-width: 450px) {	/* 450px以下のサイズで商品名の上下のスペース・文字の大きさ指定 */
#productDetail .product-list_s li .Lmenu1 {
	margin: 2.8rem auto 0 ;
	font-size: 1.05rem;
	line-height: 1.4;
	font-weight: 600;
}
#productDetail .product-list_s li .Lmenu1 img {
	padding-top: 2.3rem;
}
	
#productDetail .product-list_s li .Lmenu1_2 {
	margin: 1.7rem auto 0 ;
	font-size: 1.05rem;
	line-height: 1.4;
	font-weight: 600;
}
#productDetail .product-list_s li .Lmenu1_2 img {
	padding-top: 1.5rem;
}
	
#productDetail .product-list_s li .Lmenu2 {
	margin: 1.7rem auto 0 ;
	font-size: 1.05rem;
	line-height: 1.4;
	font-weight: 600;
}
#productDetail .product-list_s li .Lmenu2 img {
	padding-top: 1.5rem;
}
	
#productDetail .product-list_s li .Lmenu2_3 {
	margin: 0.8rem auto 0 ;
	font-size: 1.05rem;
	line-height: 1.4;
	font-weight: 600;
}
#productDetail .product-list_s li .Lmenu2_3 img {
	padding-top: 0.65rem;
}
}

/* /#Add.20190624-商品詳細（「おすすめ商品」のリスト）終わり */


/* /商品詳細（エアーサクセスの選び方）始まり */

/*メニュー数：2以下の場合*/
#productDetail .imglignment-pc3{	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;	width: 100%;	display:-webkit-box !important;	display:-webkit-flex !important;	display: flex !important;	-webkit-flex-wrap: wrap;	flex-wrap: wrap;	-webkit-flex-direction: row;	flex-direction: row;	-webkit-box-pack: space-between;	-webkit-justify-content: space-between;	justify-content: space-between;	-webkit-box-align: stretch;	-webkit-align-items: stretch;	align-items: stretch;	padding-left: 0px !important;	padding-right: 0px !important;	} 
@media only screen and (min-width: 1000px) {	/* PCのみ */	#productDetail .imglignment-pc3 {	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;	width: 58%;	display:-webkit-box !important;	display:-webkit-flex !important;	display: flex !important;	-webkit-flex-wrap: wrap;	flex-wrap: wrap;	-webkit-flex-direction: row;	flex-direction: row;	-webkit-box-pack: space-between;	-webkit-justify-content: space-between;	justify-content: space-between;	-webkit-box-align: stretch;	-webkit-align-items: stretch;	align-items: stretch;	margin-left: auto;	margin-right: auto;	padding-left: 0px !important;	padding-right: 0px !important;	}	}

/*メニュー数：3の場合*/
#productDetail .imglignment-pc4{	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;	width: 100%;	display:-webkit-box !important;	display:-webkit-flex !important;	display: flex !important;	-webkit-flex-wrap: wrap;	flex-wrap: wrap;	-webkit-flex-direction: row;	flex-direction: row;	-webkit-box-pack: space-between;	-webkit-justify-content: space-between;	justify-content: space-between;	-webkit-box-align: stretch;	-webkit-align-items: stretch;	align-items: stretch;	padding-left: 0px !important;	padding-right: 0px !important;	} 
@media only screen and (min-width: 1000px) {	/* PCのみ */	#productDetail .imglignment-pc4 {	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;	width: 80%;	display:-webkit-box !important;	display:-webkit-flex !important;	display: flex !important;	-webkit-flex-wrap: wrap;	flex-wrap: wrap;	-webkit-flex-direction: row;	flex-direction: row;	-webkit-box-pack: space-between;	-webkit-justify-content: space-between;	justify-content: space-between;	-webkit-box-align: stretch;	-webkit-align-items: stretch;	align-items: stretch;	margin-left: auto;	margin-right: auto;	padding-left: 0px !important;	padding-right: 0px !important;	}	}

/*ボタン数：5の場合*/
#productDetail .imglignment-pc5{	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;	width: 100%;	display:-webkit-box !important;	display:-webkit-flex !important;	display: flex !important;	-webkit-flex-wrap: wrap;	flex-wrap: wrap;	-webkit-flex-direction: row;	flex-direction: row;	-webkit-box-pack: space-between;	-webkit-justify-content: space-between;	justify-content: space-between;	-webkit-box-align: stretch;	-webkit-align-items: stretch;	align-items: stretch;	padding-left: 0px !important;	padding-right: 0px !important;	} 
@media only screen and (min-width: 1000px) {	/* PCのみ */	#productDetail .imglignment-pc5 {	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;	width: 100%;	display:-webkit-box !important;	display:-webkit-flex !important;	display: flex !important;	-webkit-flex-wrap: wrap;	flex-wrap: wrap;	-webkit-flex-direction: row;	flex-direction: row;	-webkit-box-pack: space-between;	-webkit-justify-content: space-between;	justify-content: space-between;	-webkit-box-align: stretch;	-webkit-align-items: stretch;	align-items: stretch;	margin-left: auto;	margin-right: auto;	padding-left: 0px !important;	padding-right: 0px !important;	}	}


/*リンクの位置調整 始まり*/
#productDetail .link-anchor {
position: relative;
top: -15em;
display: block;
}
@media screen and (max-width: 1600px) {	
#productDetail .link-anchor {
position: relative;
top: -160px;
display: block;
}
}
@media screen and (max-width: 768px) {	
#productDetail .link-anchor {
position: relative;
top: -80px;
display: block;
}
}
/*リンクの位置調整 終わり*/

#productDetail .choo_0{
margin-top: 0;
margin-bottom: 10rem;
}

.choo_1{
position: relative;
padding: 48px 0 38px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_1.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_1.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-top: 120px;
}
@media screen and (max-width: 768px) {	
.choo_1{
margin-top: 60px;
}
}

.choo_1 > img {
max-width: 100%;
height: auto;
}

@media screen and (max-width: 768px) {	
.choo_1{
padding: 33px 0 24px ;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_1-2.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_1-2.png);
 }
}

@media screen and (max-width: 500px) {
.choo_1{
padding: 34px 0 19px ;
 }
}

.choo_1 a {
text-decoration: underline;
font-weight: 700;
}

.choo_2 {
	margin: 6em auto 35em ;
	font-size: 2.2rem;
	font-weight: 800;
	text-align: center ;
	}
@media screen and (max-width: 1600px) {
.choo_2{
	margin: 2em auto 35em ;
 }
}

.choo_2 li {
	max-width: 300px;
	height: auto;
	width: 100%;
	margin: 0 auto 20px;
	}

.choo_2 a {
	text-decoration: none;
	}

.choo_2 li .Pmenu1 img {
	width: 100%;
	height: auto;
	}

@media only screen and (max-width: 630px) {	  /* 630px以下で有効 */
.choo_2 li {
	margin: 0 auto 15px;
	text-align: center ;
	}
.choo_2 li {
	width: 100%;
	margin: 0 auto 20px;
	}
.choo_2 a {
	text-decoration: none;
}
.choo_2 li .Pmenu1 img {
	width: 100%;
	height: auto;
	}
}

.choo_3{
position: relative;
padding: 101px 0 98px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_2.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_2.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-top: 120px;
}

.choo_3 > img {
max-width: 100%;
height: auto;
}

@media screen and (max-width: 768px) {
.choo_3{
padding: 36px 0 33px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_2-2.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_2-2.png);
margin-top: 0;
}
.choo_3 > img {
max-width: 95%;
height: auto;
}
}

.choo_3 a {
text-decoration: underline;
font-weight: 700;
}

.choo_4{
position: relative;
padding: 101px 0 98px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_3.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_3.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-top: 120px;
}

.choo_4 > img {
max-width: 100%;
height: auto;
}

@media screen and (max-width: 768px) {
.choo_4{
padding: 36px 0 33px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_3-2.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_3-2.png);
}
.choo_4 > img {
max-width: 95%;
height: auto;
}
}

.choo_4 a {
text-decoration: underline;
font-weight: 700;
}

.choo_5{
position: relative;
padding: 101px 0 98px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_4.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_4.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-top: 120px;
}

.choo_5 > img {
max-width: 100%;
height: auto;
}

@media screen and (max-width: 768px) {
.choo_5{
padding: 36px 0 33px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_4-2.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_4-2.png);
}
.choo_5 > img {
max-width: 95%;
height: auto;
}
}

.choo_5 a {
text-decoration: underline;
font-weight: 700;
}

.choo_6{
position: relative;
padding: 101px 0 98px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_5.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_5.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-top: 120px;
}

.choo_6 > img {
max-width: 100%;
height: auto;
}

@media screen and (max-width: 768px) {
.choo_6{
padding: 36px 0 33px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_5-2.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_5-2.png);
}
.choo_6 > img {
max-width: 95%;
height: auto;
}
}

.choo_6 a {
text-decoration: underline;
font-weight: 700;
}

.choo_7{
position: relative;
padding: 101px 0 98px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_6.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_6.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-top: 120px;
}

.choo_7 > img {
max-width: 100%;
height: auto;
}

@media screen and (max-width: 768px) {
.choo_7{
padding: 36px 0 33px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_6-2.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_6-2.png);
}
.choo_7 > img {
max-width: 95%;
height: auto;
}
}

.choo_7 a {
text-decoration: underline;
font-weight: 700;
}

.choo_8{
position: relative;
padding: 101px 0 98px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_7.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_7.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-top: 120px;
}

.choo_8 > img {
max-width: 100%;
height: auto;
}

@media screen and (max-width: 768px) {
.choo_8{
padding: 36px 0 33px ;
border: 1px solid #a7a7a7;
background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_7-2.png);
background-image:                linear-gradient(top, rgba(70, 70, 70, .35),rgba(0, 0, 0, .35)50%),url(../../product/img/choose/subheading_7-2.png);
}
.choo_8 > img {
max-width: 95%;
height: auto;
}
}

.choo_8 a {
text-decoration: underline;
font-weight: 700;
}


#productDetail .product-list_choo {
	margin: 6.3em auto 35em ;
	text-align: center ;
}

@media screen and (max-width: 1600px) {
#productDetail .product-list_choo {
	margin: 2.3em auto 35em ;
}
}

#productDetail .product-list_choo li {
	max-width: 350px;
	height: auto;
	width: 100%;
	margin: 0 auto 20px;
	background-image: -moz-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	background-image: -webkit-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	background-image: -ms-linear-gradient( 45deg, #262626 0%, #7d7d7d 100%);
	box-shadow: inset 0px 1px 15.66px 2.34px rgba(0, 0, 0, 0.33);
}
@media screen and (max-width: 500px) {
#productDetail .product-list_choo li {
	max-width: 300px;
 }
}

#productDetail .product-list_choo a {
	text-decoration: none;
}

#productDetail .product-list_choo li .Pmenu1 img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 630px) {	  /* 630px以下のサイズで商品名の上下のスペース・文字の大きさ指定 */
#productDetail .product-list_choo li {
	margin: 0 auto 15px;
	}
}


/* /商品詳細（エアーサクセスの選び方）終わり */



/* #Add.20190624-商品案内-詳細 */
#productDetail {
}

#productDetail .imgttl .img {
	display: inline-block;
	max-width: 100%;
}

#productDetail .imgttl .img img {
	max-width: 100%;
	height: auto;
}
#productDetail .imgttl .text {
	display: block;
	font-size: 13px;
	font-weight: 400;
	text-shadow: none;
	vertical-align: middle;
	margin-top: 5px;
}


#productDetail .ttl2 {
	font-size: 2.4rem;
	line-height: 1;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 2px #FFF;
}

#productDetail .spec {
/*	display: table;
border-collapse:separate;
border-spacing:0px;*/
}
#productDetail .spec li {
/*	display: table-row;*/
	display: table;
	border-collapse:separate;
	border-spacing:0px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: dashed 1px #FFF;
}
#productDetail .spec li span {
	display: table-cell;
	vertical-align: top;
/*	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #FFF;*/
}
#productDetail .spec li .title {
	white-space: nowrap;
}
#productDetail .spec li .detail {
	width: 100%;
}
#productDetail .spec li .break {
	padding-left: 0px;
	padding-right: 0px;
}
#productDetail .spec li table th {
	white-space: nowrap;
	font-weight: 400;
	vertical-align: top;
	padding-right: 5px;
}
@media only screen and (min-width: 1100px) {	/* PCのみ */
	#productDetail .spec li table {
		margin-top: -10px;
		position: relative;
		top: 7px;
	}
	#productDetail .spec li:first-child {
		padding-top: 0;
	}
}
@media only screen and (max-width: 1100px) {	/* SPのみ */
	#productDetail .spec {
		display: block;
	}
	#productDetail .spec li {
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
		border-bottom: dashed 1px #FFF;
	}
	#productDetail .spec li:first-child {
		border-top: dashed 1px #FFF;
	}
	#productDetail .spec li span {
		display: block;
		border-bottom:none;
	}
	#productDetail .spec li .title {
		font-weight: 700;
		padding-bottom: 5px;
	}
	#productDetail .spec li .break {
		display: none;
	}
}

	#productDetail .spec_pro1 {
		order: 4;
		width: 786px;
	}
#productDetail .spec_pro1 {
display: table;
border-collapse:separate;	
border-spacing:0px;
margin: auto;
margin-top:50px;
margin-bottom:80px;
width: 85%;
}
#productDetail .spec_pro1 li {
/*	display: table-row;*/
	display: table;
	border-collapse:separate;
	border-spacing:0px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: dashed 1px #FFF;
}
#productDetail .spec_pro1 li span {
	display: table-cell;
	vertical-align: top;
/*	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #FFF;*/
}
#productDetail .spec_pro1 li .title {
	white-space: nowrap;
}
#productDetail .spec_pro1 li .detail {
	width: 100%;
}
#productDetail .spec_pro1 li .break {
	padding-left: 0px;
	padding-right: 0px;
}
#productDetail .spec_pro1 li table th {
	white-space: nowrap;
	font-weight: 400;
	vertical-align: top;
	padding-right: 5px;
}
@media only screen and (min-width: 1100px) {	/* PCのみ */
	#productDetail .spec_pro1 li table {
		margin-top: -10px;
		position: relative;
		top: 7px;
	}
	#productDetail .spec_pro1 li:first-child {
		padding-top: 0;
	}
}
@media only screen and (max-width: 1100px) {	/* SPのみ */
	#productDetail .spec_pro1 {
		display: block;
		font-size: 1.55rem;
	}
	#productDetail .spec_pro1 li {
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
		border-bottom: dashed 1px #FFF;
	}
	#productDetail .spec_pro1 li:first-child {
		border-top: dashed 1px #FFF;
	}
	#productDetail .spec_pro1 li span {
		display: block;
		border-bottom:none;
	}
	#productDetail .spec_pro1 li .title {
		font-weight: 700;
		padding-bottom: 5px;
	}
	#productDetail .spec_pro1 li .break {
		display: none;
	}
	#productDetail .spec_pro1 {
		font-size: 1.55rem;
	}
}
@media only screen and (max-width: 768px) {	/* SPのみ */
	#productDetail .spec_pro1 {
		font-size: 1.35rem;
	}
}

#productDetail .spec_pro2 {
	order: 4;
	width: 786px;
	}
#productDetail .spec_pro2 {
	display: table;
	border-collapse:separate;	
	border-spacing:0px;
	margin: auto;
	margin-top:50px;
	margin-bottom:50px;
	width: 85%;
}
#productDetail .spec_pro2 li {
/*	display: table-row;*/
	display: table;
	border-collapse:separate;
	border-spacing:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #FFF;
}
#productDetail .spec_pro2 li span {
	display: table-cell;
	vertical-align: top;
/*	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #FFF;*/
}
#productDetail .spec_pro2 li .title {
	white-space: nowrap;
}
#productDetail .spec_pro2 li .detail {
	width: 100%;
}
#productDetail .spec_pro2 li .break {
	padding-left: 0px;
	padding-right: 0px;
}
#productDetail .spec_pro2 li table th {
	white-space: nowrap;
	font-weight: 400;
	vertical-align: top;
	padding-right: 5px;
}
@media only screen and (min-width: 1100px) {	/* PCのみ */
	#productDetail .spec_pro2 li table {
		margin-top: -10px;
		position: relative;
		top: 7px;
	}
	#productDetail .spec_pro2 li:first-child {
		padding-top: 0;
	}
}
@media only screen and (max-width: 1100px) {	/* SPのみ */
	#productDetail .spec_pro2 {
		display: block;
	}
	#productDetail .spec_pro2 li {
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
		border-bottom: dashed 1px #FFF;
	}
	#productDetail .spec_pro2 li:first-child {
		border-top: dashed 1px #FFF;
	}
	#productDetail .spec_pro2 li span {
		display: block;
		border-bottom:none;
	}
	#productDetail .spec_pro2 li .title {
		font-weight: 700;
		padding-bottom: 5px;
	}
	#productDetail .spec_pro2 li .break {
		display: none;
	}
	#productDetail .spec_pro2 {
		font-size: 1.55rem;
	}
}

@media only screen and (max-width: 768px) {	/* SPのみ */
	#productDetail .spec_pro2 {
		font-size: 1.35rem;
	}
}

#productDetail .spec_pro3 {
	order: 4;
	width: 786px;
	}

#productDetail .spec_pro3 {
	display: table;
	border-collapse:separate;	
	border-spacing:0px;
	margin: auto;
	margin-top:0px;
	margin-bottom:50px;
	width: 85%;
}
#productDetail .spec_pro3 li {
/*	display: table-row;*/
	display: table;
	border-collapse:separate;
	border-spacing:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #FFF;
}
#productDetail .spec_pro3 li:first-child {
    border-bottom: solid  #FFF;
}
#productDetail .spec_pro3 li span {
	display: table-cell;
	vertical-align: top;
/*	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #FFF;*/
}
#productDetail .spec_pro3 li .title {
	white-space: nowrap;
}
#productDetail .spec_pro3 li .detail {
	width: 100%;
}
#productDetail .spec_pro3 li .break {
	padding-left: 0px;
	padding-right: 0px;
}
#productDetail .spec_pro3 li .heading {
	white-space: nowrap;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
#productDetail .spec_pro3 li table th {
	white-space: nowrap;
	font-weight: 400;
	vertical-align: top;
	padding-right: 5px;
}
@media only screen and (min-width: 1100px) {	/* PCのみ */
	#productDetail .spec_pro3 li table {
		margin-top: -10px;
		position: relative;
		top: 7px;
	}
	#productDetail .spec_pro3 li:first-child {
		padding-top: 0;
	}
}
@media only screen and (max-width: 1100px) {	/* SPのみ */
	#productDetail .spec_pro3 {
		display: block;
	}
	#productDetail .spec_pro3 li {
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
		border-bottom: dashed 1px #FFF;
	}
	#productDetail .spec_pro3 li:first-child {
		border-top: solid  #FFF;
	}
	#productDetail .spec_pro3 li span {
		display: block;
		border-bottom:none;
	}
	#productDetail .spec_pro3 li .title {
		font-weight: 700;
		padding-bottom: 5px;
	}
	#productDetail .spec_pro3 li .break {
		display: none;
	}
	#productDetail .spec_pro3 {
		font-size: 1.55rem;
	}
}

@media only screen and (max-width: 768px) {	/* SPのみ */
	#productDetail .spec_pro3 {
		font-size: 1.35rem;
	}
}

#productDetail .spec_pro4 {
	order: 4;
	width: 786px;
	}
#productDetail .spec_pro4 {
	display: table;
	border-collapse:separate;	
	border-spacing:0px;
	margin: auto;
	margin-top:0px;
	margin-bottom:80px;
	width: 85%;
}
#productDetail .spec_pro4 li {
/*	display: table-row;*/
	display: table;
	border-collapse:separate;
	border-spacing:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #FFF;
}
#productDetail .spec_pro4 li:first-child {
    border-bottom: solid  #FFF;
}
#productDetail .spec_pro4 li span {
	display: table-cell;
	vertical-align: top;
/*	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #FFF;*/
}
#productDetail .spec_pro4 li .title {
	white-space: nowrap;
}
#productDetail .spec_pro4 li .detail {
	width: 100%;
}
#productDetail .spec_pro4 li .break {
	padding-left: 0px;
	padding-right: 0px;
}
#productDetail .spec_pro4 li .heading {
	white-space: nowrap;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
#productDetail .spec_pro4 li table th {
	white-space: nowrap;
	font-weight: 400;
	vertical-align: top;
	padding-right: 5px;
}
@media only screen and (min-width: 1100px) {	/* PCのみ */
	#productDetail .spec_pro4 li table {
		margin-top: -10px;
		position: relative;
		top: 7px;
	}
	#productDetail .spec_pro4 li:first-child {
		padding-top: 0;
	}
}
@media only screen and (max-width: 1100px) {	/* SPのみ */
	#productDetail .spec_pro4 {
		display: block;
	}
	#productDetail .spec_pro4 li {
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
		border-bottom: dashed 1px #FFF;
	}
	#productDetail .spec_pro4 li:first-child {
		border-top: solid  #FFF;
	}
	#productDetail .spec_pro4 li span {
		display: block;
		border-bottom:none;
	}
	#productDetail .spec_pro4 li .title {
		font-weight: 700;
		padding-bottom: 5px;
	}
	#productDetail .spec_pro4 li .break {
		display: none;
	}
	#productDetail .spec_pro4 {
		font-size: 1.55rem;
	}
}

@media only screen and (max-width: 768px) {	/* SPのみ */
	#productDetail .spec_pro4 {
		font-size: 1.35rem;
	}
}


#productDetail .price {
	order: 1;
	margin-top: 1px;
	margin-bottom: 15px;
	width: 100%;
	text-align: right;
}

#productDetail .description {
	line-height: 2.2857142857142857142857142857143;
	margin-bottom: 20px;
}

#productDetail .description_pro1 {
	line-height: 2.2857142857142857142857142857143;
	margin-bottom: 20px;
}



#productDetail .btn-wrap {
	margin-bottom: 25px;
	text-align: center;
}

#productDetail .btn-text {
	margin-top: 50px;
    font-size: 13px;    /* 文字サイズ指定 */
	text-align: center;
}


@media only screen and (min-width: 1100px) {	/* PCのみ */
	#productDetail .mod-box > .inner {
		padding: 20px 29px 50px;
	}

	#productDetail .imgttl .text {
		display: inline-block;
		margin-left: 15px;
		margin-top: 0px;
	}

	#productDetail .spec {
		order: 1;
		width: 390px;
	}
	#productDetail .description {
		order: 2;
		width: 380px;
		margin-bottom: 0px;
	}
}





/* section_pd00 */
#productDetail .section_pd00 .section:not(:last-child) {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
#productDetail .section_pd00 p.txt {
	line-height: 2.1428571428571428571428571428571;
	font-size: 1.8rem;
}
#productDetail .section_pd00 .section_pd00_01 .imglignment-pc {
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: solid 1px #5c7fbe;
}
#productDetail .section_pd00 .section_pd00_01 .imglignment-pc:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#productDetail .section_pd00 .section_pd00_02_02 {
	padding-bottom: 30px;
	border-bottom: solid 1px #5c7fbe;
}
#productDetail .section_pd00 .section_pd00_02_03_01 {
	margin-top: 0px;
}
#productDetail .section_pd00 .section_pd00_02_03_01 .text9 .txt .indent {
	display: block;
	padding-left: 14px;
	text-indent: -14px;
}

#productDetail .section_pd00 .section_pd00_01 {
}

#productDetail .section_pd00 .section_pd00_02_03 {
	padding-bottom: 20px;
	border-top: dotted 1px #a7b8d6;
	border-bottom: solid 1px #5c7fbe;
	order: 2;
}

#productDetail .section_pd00 .section_pd00_02_04_01 {
	margin-top: 0;
}

#productDetail .section_pd00 .section_pd00_02_05 {
	padding-bottom: 30px;
	border-bottom: solid 1px #5c7fbe;
	order: 3;
}

#productDetail .section_pd00 .mod-hdgL2-9 {
	margin-top: 35px;
	margin-bottom: 20px;
}

#productDetail .section_pd00 .mod-hdgL2-11 {
	margin-top: 35px;
	margin-bottom: 20px;
}

#productDetail .section_pd00 h3.unique {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	position: relative;
	overflow: hidden;
	min-height: 160px;
	padding: 35px 14px;
	background-image: url("../../images/business-bg-1.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#productDetail .section_pd00 h3.unique .large {
	position: relative;
	z-index: 10;
	left: -10px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78;
	margin-bottom: 15px;
}
#productDetail .section_pd00 h3.unique .small {
	position: relative;
	z-index: 10;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	line-height: 1.714;
	text-shadow: 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78;
}
#productDetail .section_pd00 h3.unique .img12 {
	position: absolute;
	right: -9px; top: -3px;
	z-index: 1;
}

#productDetail .section_pd00 .section_pd00_02_05 .imglignment-pc {
	padding: 0 20px !important;
	background-color: #102243;
}
#productDetail .section_pd00 .section_pd00_02_05 .imglignment-pc.top {
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}
#productDetail .section_pd00 .section_pd00_02_05 .imglignment-pc.bottom {
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}

#productDetail .section_pd00 .section_04_02_05 .small {
	font-size: 12px;
	text-align: right;
}

/* /#Add.20190624-商品案内-詳細 */




/* #Add.20190624-商品案内-詳細-スライダー */

#productSlider {
	max-width: 88.8888%;
	height: auto;
	margin: 0 auto ;
}

@media screen and (max-width: 1600px) {
#productSlider {
	max-width: 100%;
	height: auto;
	margin: 0 auto ;
}
}

#productDetail #productSlider img {
	max-width: 100%;
	height: auto;
}

#productDetail #productSlider .mainWrap {
	position: relative;
}

#productDetail #productSlider .mainSlide li, 
#productDetail #productSlider .mainSlide .item {
	position: relative;
}
#productDetail #productSlider .mainSlide .item::before {
	content: " ";
	display: block;
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	width: 100%; height: 100%;
	box-shadow: inset 0px 1px 15.66px 2.34px rgba(0, 0, 0, 0.33);
}

#productDetail #productSlider .navSlide {
	display: none !important;
}
#productDetail #productSlider .mainWrap .slick-arrow {
/*	display: none !important;*/
}

#productDetail #productSlider .mainWrap .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 0; bottom: 0;
	width: 24px;
	height: 48px;
	padding-bottom: 23px;
	margin: auto;
	text-decoration: underline;
}
#productDetail #productSlider .mainWrap .slick-arrow.slick-prev {
	left: 7px;
}
#productDetail #productSlider .mainWrap .slick-arrow.slick-next {
	right: 7px;
}

@media only screen and (min-width: 1100px) {	/* PCのみ */
	#productDetail #productSlider .slick-dots {
		display: none !important;
	}
	#productDetail #productSlider .navSlide {
		display: block !important;
	}
	#productDetail #productSlider .mainWrap .slick-arrow {
		display: block !important;
	}

	#productDetail #productSlider .navSlide .slick-slide {
		position: relative;
	}
	#productDetail #productSlider .navSlide .slick-current div::before {
		opacity: 0.0;
	}

	#productDetail #productSlider .mainWrap .slick-arrow.slick-prev {
		left: 15px;
	}
	#productDetail #productSlider .mainWrap .slick-arrow.slick-next {
		right: 15px;
	}

	#productDetail #productSlider .navSlide {
		margin-top: 10px;
	}
	#productDetail #productSlider .navSlide li div {
		position: relative;
		width: 80px;
	}
	#productDetail #productSlider .navSlide li {
		margin-right: 4px;
	}
	#productDetail #productSlider .navSlide li:nth-child(even) {
		margin-right: 5px;
	}
	#productDetail #productSlider .navSlide li:last-child {
		margin-right: 0px;
	}
	#productDetail #productSlider .navSlide li div::before {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		content: " ";
		display: block;
		position: absolute;
		top:0;left:0;
		width: 80px;
		height: 100%;
		border: solid 2px rgb(204, 204, 204);
		background-color: #FFF;
		opacity: 0.5;
	}
}



/* #Add.20190624-商品案内-詳細-360° view */

.cloudimage-360 {
max-width: 72.2222%;
margin: 0 auto ;
}

@media screen and (max-width: 1300px) {
.cloudimage-360 {
	max-width: 90%;
}
}

/* section_04 */
#productDetail .section_04 .section:not(:last-child) {
	margin-top: 5rem;
	margin-bottom: 5rem;
	order: 2;
}

#productDetail .section_04 .section_01_01 {
	padding-bottom: 30px;
	border-bottom: solid 1px #5c7fbe;
	max-width: 1800px;
}
#productDetail .section_04 p.txt {
	line-height: 2.1428571428571428571428571428571;
}
#productDetail .section_04 .section_04_01 .imglignment-pc {
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: solid 1px #5c7fbe;
}
#productDetail .section_04 .section_04_01 .imglignment-pc:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#productDetail .section_04 .section_04_02_02 {
	padding-bottom: 30px;
	border-bottom: solid 1px #5c7fbe;
}
#productDetail .section_04 .section_04_02_03_01 {
	margin-top: 0px;
}
#productDetail .section_04 .section_04_02_03_01 .text9 .txt .indent {
	display: block;
	padding-left: 14px;
	text-indent: -14px;
	
}

#productDetail .section_04 .section_04_01 {
}

#productDetail .section_04 .section_04_02_03 {
	padding-bottom: 20px;
	border-top: dotted 1px #a7b8d6;
	border-bottom: solid 1px #5c7fbe;
	order: 2;
}

#productDetail .section_04 .section_04_02_04_01 {
	margin-top: 0;
}

#productDetail .section_04 .section_04_02_05 {
	padding-bottom: 30px;
	border-bottom: solid 1px #5c7fbe;
	order: 3;
}

#productDetail .section_04 h3.unique {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	position: relative;
	overflow: hidden;
	min-height: 160px;
	padding: 35px 14px;
	background-image: url("../../images/business-bg-1.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#productDetail .section_04 h3.unique .large {
	position: relative;
	z-index: 10;
	left: -10px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78;
	margin-bottom: 15px;
}
#productDetail .section_04 h3.unique .small {
	position: relative;
	z-index: 10;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	line-height: 1.714;
	text-shadow: 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78 , 0px 0px 9.5px #022d78;
}
#productDetail .section_04 h3.unique .img12 {
	position: absolute;
	right: -9px; top: -3px;
	z-index: 1;
}

#productDetail .section_04 .section_04_02_05 .imglignment-pc {
	padding: 0 20px !important;
	background-color: #102243;
}
#productDetail .section_04 .section_04_02_05 .imglignment-pc.top {
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}
#productDetail .section_04 .section_04_02_05 .imglignment-pc.bottom {
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}

#productDetail .section_04 .section_04_02_05 .small {
	font-size: 12px;
	text-align: right;
}

.product-img-1 {
max-width: 320px;  
width: 100%;
}

.product-img-2{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
	margin: auto 0;
	padding: 10px 10px 0px;
	
}

@media screen and (max-width: 1100px) {
.product-img-2{
flex-wrap: wrap;
margin: auto 0;
 }
 }

@media screen and (max-width: 400px) {
.product-img-2 {
display: block;
margin: 20px 0;
 }	
 }	


table.type-mdr {
padding: 5px 10px 4px;
background-color: #062e73;
border-collapse: collapse;
text-align: center;
margin-bottom: 30px;
}

.range {
margin: 10px auto 0;
}



/* /FAQ・お手入れ方法リンクボタン */

.proDe-01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    margin: 2.5em 0 ;
}

#product .proDe-01 li .proDe-R {
text-align: left;
padding-left: 10px;
}

#product .proDe-01 li .proDe-L {
text-align: right;
padding-right: 10px;
}

@media screen and (max-width: 1100px) {
.proDe-01 {
flex-wrap: wrap;
 }
}

@media screen and (max-width: 400px) {
.proDe-01 {
display: block;
 }
}



/* /#Add.20190624-商品案内-詳細-スライダー */

@media only screen and (max-width: 1100px) {
.pc {
	display: none;
}
}


/* /FAQ */

/*
.qaContainer dt {
font-size: 2rem;
font-weight: bold;
line-height: 1.2;
position: relative;
padding: 15px 24px 13px;
border: 1px solid #999;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1),rgba(0, 0, 5, .4));
background-image:         linear-gradient(top, rgba(255, 255, 255, .1),rgba(0, 0, 5, .4));
margin-top: 65px;
line-height: 1.5;	
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 10px;
}
.qaContainer dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
}
.qaContainer dd:before {
content: "A.";
color: #fff ;
font-weight: bold;
margin-right: 10px;
}
.qaContainer a {
text-decoration: underline;
font-weight: 700;
}

#faq .faq_01 {
margin-top: 0;
margin-bottom: 10rem;
}
 */
#faq .text045  {	
	width: 100%; 
	margin-top: 50px; 
	margin-bottom: 10px; 
	font-size: 1.7rem; 
	line-height: 2;
}	
#faq .text045 a {
text-decoration: underline;
font-weight: 700;
}
@media screen and (max-width: 768px) {
#faq .text045 {
margin-top: 50px; 
font-size: 1.3rem;
line-height: 1.6;
}
}

.faq_col{
	margin: 0px auto 60px ;
	display: flex;
}

.mod-faq01{
	padding-left: 0;
	width: 100%;
}

.faq_title {
font-size: 2rem;
font-weight: bold;
line-height: 1.2;
position: relative;
padding: 15px 24px 13px;
border: 1px solid #999;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1),rgba(0, 0, 5, .4));
background-image:         linear-gradient(top, rgba(255, 255, 255, .1),rgba(0, 0, 5, .4));
margin-top: 65px;
line-height: 1.5;	
}
.faq_title:before {
content: "Q.";
font-weight: bold;
margin-right: 10px;
}

.mod-faq02{
	position: relative;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.mod-faq02 a {
text-decoration: underline;
font-weight: 700;
}

.faq_txt{
	margin: 20px 50px 0 35px;
	text-indent: -25px;
	line-height: 3.5rem
}

.faq_txt:before {
	content: "A.";
	color: #fff ;
	font-weight: bold;
	margin-right: 10px;
}

#faq .faq_img1  {
	width: 320px;
	margin: 30px 0 0 ;	
}


@media screen and (max-width: 1800px) {
#faq .faq_img1  {
	margin: 40px 0 0 50px;	
 }
.faq_txt{
	margin: 20px 30px 0 35px;
	text-indent: -25px;
 }
}

@media screen and (max-width: 1500px) {
.faq_title {
font-size: 1.8rem;	
}
.mod-faq02{
	display: block;
}
#faq .faq_img1  {
	margin: 30px auto 0 ;	
}
}

@media screen and (max-width: 768px) {
.faq_col{
	margin-bottom: 10px ;
}	
.faq_title {
font-size: 1.5rem;	
padding: 8px 18px 8px;
}
.mod-faq02{
	display: block;
}
.faq_txt{
	margin: 20px 10px 0 30px;
	text-indent: -25px;
	line-height: 2rem
}	
#faq .faq_img1  {
	margin: 20px auto 20px ;
　}
}






/* /CARE */

.care-01{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin-bottom: 5px;
}

.care-img-1 {
max-width: 350px;  
width: 100%;	
margin: 40px auto 10px; 
}
	
.care-img-2 {
max-width: 800px;  
width: 100%;	
}

@media screen and(max-width: 1100px) {
.care-01{
flex-wrap: wrap;
 }
}

@media screen and (max-width: 768px) {
.care-01 {
display: block;
 }
}


.careContainer1 dt {
font-size: 1.8rem;
font-weight: bold;
line-height: 1.7;	
position: relative;
padding: 15px 24px 13px;
border: 1px solid #999;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1),rgba(0, 0, 5, .4));
background-image:         linear-gradient(top, rgba(255, 255, 255, .1),rgba(0, 0, 5, .4));
margin-top: 5px;
}
.careContainer1 dt:before {
content: none;
font-weight: bold;
margin-right: 7px;
}
.careContainer1 dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
font-size: 1.5rem;
}
.careContainer1 dd:before {
content: "注意：";
color: #fff;
font-weight: bold;
margin-right: 7px;
}

@media screen and (max-width: 1300px) {
.careContainer1 dt {
font-size: 1.55rem;
line-height: 1.6;
}
}

@media screen and (max-width: 768px) {
.careContainer1 dt {
font-size: 1.35rem;
line-height: 1.5;
margin-top: 0px;
}
}

.careContainer2 dt {
font-size: 1.8rem;
font-weight: bold;
line-height: 1.7;
position: relative;
padding: 15px 24px 13px;
border: 1px solid #999;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1),rgba(0, 0, 5, .4));
background-image:         linear-gradient(top, rgba(255, 255, 255, .1),rgba(0, 0, 5, .4));
margin: 5px auto 15px ;
line-height: 1.5;	
	/*--カウンター名を「num」に指定--*/
counter-increment : num 1;
}
.careContainer2 dt:before {
	/*--content  counter(num)に指定--*/
content: "汚れレベル" counter(num) ". ";
font-weight: bold;
margin-right: 10px;
color: #fff ;
}
.careContainer2 dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
}
.careContainer2 dd:before {
color: #fcfbcf;
font-weight: bold;
margin-right: 7px;
}

@media screen and (max-width: 1300px) {
.careContainer2 dt {
font-size: 1.55rem;
line-height: 1.6;
}
}

@media screen and (max-width: 768px) {
.careContainer2 dt {
font-size: 1.35rem;
line-height: 1.5;
margin-top: 0px;
}
}

.careContainer3  {
margin-bottom: 50px;
}
.careContainer3 dt {
font-size: 1.8rem;
font-weight: bold;
line-height: 1.7;	
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: #062780;
text-indent: -25px;
}
.careContainer3 dt:before {
content: none;
font-weight: bold;
margin-right: 7px;
}
.careContainer3 dd {
margin: 20px 10px 5px 35px;
text-indent: -25px;
font-size: 1.5rem;
line-height: 0.8;
}
.careContainer3 dd:before {
content: "注意：";
color: #fff;
font-weight: bold;
margin-right: 7px;
}

@media screen and (max-width: 1300px) {
.careContainer3 dt {
font-size: 1.55rem;
line-height: 1.6;
}
}

@media screen and (max-width: 768px) {
.careContainer2 dt {
font-size: 1.35rem;
line-height: 1.5;
margin-top: 0px;
}
.careContainer3 dd {
margin: 20px 10px 5px 35px;
text-indent: -30px;
font-size: 1.2rem;
line-height: 1.3;
}
}
.care_dscrp {
margin-top: 20px;
font-size: 1.4rem;
}

@media screen and (max-width: 1300px) {
.care_dscrp {
font-size: 1.35rem;
}
}

@media screen and (max-width: 768px) {
.care_dscrp {
font-size: 1.25rem;
}
}


#care .text040  {	width: 100%; margin-bottom: 10px; font-size: 1.7rem; line-height: 1.8;}	
#care .text041  {	width: 100%; line-height: 185%; margin-bottom: 10px; font-size: 1.8rem; line-height: 1.7;}	

@media screen and (max-width: 768px) {
#care .text040 {
font-size: 1.35rem;
line-height: 1.8;
}
#care .text041{
font-size: 1.35rem;
line-height: 1.6;
}
}


/* /care リンクボタン */

.care-02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    margin: 2.5em 0 ;
}

#care .care-02 li .proDe-C {
text-align: right;
padding-right: 10px;
}

@media screen and (max-width: 1100px) {
.care-02{
flex-wrap: wrap;
 }
}

@media screen and (max-width: 400px) {
.care-02 {
display: block;
 }
}



/* /patent */

.pat-01{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: auto 20px;
	text-align: center;
}

.pat-img-1 {
max-width: 275px;  
width: 100%;	
margin: 35px 10px;
}

@media screen and (max-width: 768px) {
.pat-img-1 {
margin: 10px auto 20px;
}
}

.pat-img-2 {
max-width: 800px;  
width: 100%;	
}

.pat-02{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin: 0 auto 40px ;
}

.pat-img-3 {
max-width: 350px;  
width: 100%;
margin: 0 auto 20px ;
}

.pat-txt-4 {
max-width: 400px;  
margin: 20px auto 10px;
}

.pat-03{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
	margin: auto 0;
	padding: 30px 0px 0px;
}

.pat-12{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
	margin: auto 0;
	padding: 30px auto 150px;
}

.pat-04{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
	margin-bottom: 10px;
	padding: 0 0 15px 0;
}

.pat-txt-5 {
max-width: 400px;  
width: 100%;	
margin: auto 0;
}

.pat-img-6 {
max-width: 360px;  
width: 100%;
}

.pat-img-18 {
max-width: 490px;  
width: 100%;
}

.pat-img-18  p {
margin: 0 auto 15px  ;
}

.pat-img-18  img {
margin: 0 auto 35px  ;
}

@media screen and (max-width: 1500px) {
.pat-img-3 {
max-width: 300px;  
width: 100%;
margin: 0 auto 65px ;
}
.pat-txt-4 {
max-width: 300px;  
margin: 5px auto 10px;
}
}

@media screen and (max-width: 1100px) {
.pat-img-3 {
max-width: 250px;  
width: 100%;
margin: 0 auto 65px ;
}
.pat-txt-4 {
max-width: 250px;  
margin: 5px auto 10px;
}
}

@media screen and (max-width: 1100px) {
.pat-img-3 {
max-width: 350px;  
width: 100%;
margin: 0 auto 65px ;
}
.pat-txt-4 {
max-width: 350px;  
margin: 5px auto 10px;
}

.pat-txt-5 {
max-width: 300px;  
width: 100%;	
margin: auto 0;
}

.pat-img-6 {
max-width: 320px;  
width: 100%;
}
}

@media only screen and (min-width: 1100px) {	/* PCのみ */
#patent .text030  {	width: 100%; line-height: 185%; margin-bottom: 10px; font-size: 1.8rem; line-height: 1.7;}	
#patent .text032  {	width: 100%; line-height: 185%; margin-bottom: 15px; font-size: 1.8rem; line-height: 1.7;}
#patent .text033  {	width: calc(100% - 480px); font-size: 1.7rem; line-height: 200%; margin:0 20px 15px ; }
#patent .text034  {	width: 100%; line-height: 185%; margin-bottom: 35px; font-size: 1.8rem; line-height: 1.7;}
	}

.patContainer1 {
/* background: rgba(6,39,128,0.5); */
margin: 30px auto 50px;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .15),rgba(50, 50, 50, .25));
background-image:         linear-gradient(to bottom,rgba(255, 255, 255, .15),rgba(50, 50, 50, .25));
}

@media screen and (max-width: 768px) {
.patContainer1 {
width: 95%;
}
}

.patContainer2 {
padding: 0 20px;
background: rgba(255, 255, 255,0.15);
margin: 30px auto 0;
}

.patContainer2 dl {
margin-bottom: 20px;
}

.patContainer2 dt {
padding: 15px 25px 5px 45px;
text-indent: -25px;
color: #fff;
font-size: 1.8rem;
}

.patContainer2 dd {
padding: 0px 25px 15px 20px;
font-size: 1.6rem;
}

.patContainer2 li {
margin-bottom: 20px;
}
.patContainer2 li {
padding: 0px 25px 15px 20px;
background: rgba(255, 255, 255,0.5);
}

@media screen and (max-width: 400px) {	
patContainer2 dl {
margin-bottom: 30px;
}

.patContainer2 dt {
padding: 15px auto;
text-indent: -25px;
color: #fff;
font-size: 1.35rem;
}

.patContainer2 dd {
padding: 0px 25px 15px 20px;
font-size: 1.4rem;
}
}

@media screen and (max-width: 1300px) {
.patContainer2 dt {
font-size: 1.55rem;
}
.patContainer2 dd {
font-size: 1.4rem;
}
}

@media screen and (max-width: 768px) {
.patContainer2 {
width: 85%;
}
.patContainer2 dt {
padding: 15px 20px 5px 20px;
font-size: 1.35rem;
}
.patContainer2 dd {
padding: 0px 10px 15px 10px;
font-size: 1.2rem;
}
}


.patContainer3 {
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .3),rgba(110, 110, 110, .4));
background-image:         linear-gradient(to bottom,rgba(255, 255, 255, .3),rgba(110, 110, 110, .4));
margin-bottom: 5px;
}

.patContainer4 {
padding: 0 30px ;
background: rgba(255, 246, 242,0.15);
margin: -240px  auto 0px 0px ;
line-height: 2.2;
width: calc(100% - 400px);
}

.patContainer4 dl {
}

.patContainer4 dt {
margin: 30px auto 15px;
padding: 25px auto;
color: #fff;
font-size: 1.5rem;
}

.patContainer4 dd {
padding: 0px 25px 15px 15px;
font-size: 1.4rem;	
}

@media screen and (max-width: 1300px) {	
.patContainer4 {
margin: 30px auto ;
line-height: 2;
width: 100%;
 }
.patContainer4 dl {
}
.patContainer4 dt {
padding-top: 5px;
font-size: 1.55rem;
font-weight: 600;
}
.patContainer4 dd {
font-size: 1.55rem;
}
}

@media screen and (max-width: 768px) {	
.patContainer4 {
margin: 30px auto ;
line-height: 2;
width: 80%;
 }
.patContainer4 dl {
}
.patContainer4 dt {
padding: 20px 1px 0px;
font-size: 1.35rem;
font-weight: 600;
}
.patContainer4 dd {
padding: 0px 1px 15px;
font-size: 1.35rem;
}
}


.patContainer5 {
padding: 0 20px;
background: rgba(255, 246, 242,0.2);
margin-top: 30px;
margin-bottom: 0px;
width: 100%;
}

.patContainer5 dl {
}

.patContainer5 dt {
padding: 15px 25px 5px 45px;
text-indent: -35px;
color: #e6f7ff;
font-size: 1.8rem;
font-weight: 600;
}

.patContainer5 dd {
padding: 0px 25px 15px 10px;
}

@media screen and (max-width: 1300px) {	
.patContainer5 {
margin: 30px auto ;
line-height: 2;
width: 100%;
 }
.patContainer5 dl {
}
.patContainer5 dt {
padding-top: 5px;
font-size: 1.55rem;
font-weight: 600;
}
.patContainer5 dd {
font-size: 1.55rem;
}
}

@media screen and (max-width: 768px) {
.patContainer5 {
padding: 0 auto;
line-height: 1.5;
margin: 35px auto;
width: 90%;
}
.patContainer5 dl {
padding-top: 10px;
}
.patContainer5 dt {
padding: 15px auto 10px;
text-indent: -35px;
font-size: 1.35rem;
font-weight: 600;
}
.patContainer5 dd {
padding: 0px auto 15px;
font-size: 1.35rem;
}
}



.pat-05{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
	margin: auto 0;
	margin-bottom: 20px;
	padding: 20px 20px 0px;
}

.pat-img-7 {
max-width: 550px;  
width: 100%;
margin-bottom: 30px;
}

.pat-img-8 {
max-width: 550px;  
width: 100%;	
}

@media screen and (max-width: 1100px) {
.pat-img-7 {
max-width: 350px;  
width: 100%;
margin-bottom: 30px;
}

.pat-img-8 {
max-width: 320px;  
width: 100%;	
}

.pat-img-18 {
max-width: 320px;  
width: 100%;
}
}

.pat-img-9 {
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-end;  
justify-content: flex-end; 
margin: 10px 25px 0px 1px;
}

.pat-img-11 {
max-width: 420px;  
display: flex;
justify-content: space-evenly;
align-items: center;
padding:  0 20px 0 0;
}

.pat-img-12 {
max-width: 150px;  
width: 100%;
margin: 40px auto 5px;
}

.pat-06{
    display: -webkit-flex;
    -webkit-justify-content: flex-end; 
    justify-content: flex-end; 
}

.pat-07{
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin: 0px auto 10px;
}

.pat-08{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-evenly;
    justify-content: space-evenly;
	padding: 2px 0 10px ;
}

.pat-10{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin-top: 40px;
}

.pat-11{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin: 40px auto 25px;
}

.pat-img-10 {
max-width: 500px;  
margin: 40px auto 0px;
}

.pat-img-13 {
width: calc(100% / 3 - 180px);	
margin: 10px auto 30px;
justify-content: center;
}

.pat-img-14 {
font-size: 1.8rem;
width: calc(100% / 3 - 180px);	
margin: 0 auto  ;
line-height: 1.3;	
}
	
.pat-img-15 {
width: calc(100% / 3 - 180px);	
margin: 10px auto 25px ;
}

.pat-img-16 {
width: 100%;
margin: 10px auto 25px;
justify-content: start;
}

.pat-img-17 {
max-width: 500px;  
margin: 60px auto 0px;
}

@media screen and (max-width: 1100px) {
.pat-img-13 {
max-width: 350px;  
width: 100%;  
margin: 15px 15px 25px 0px;
}
.pat-img-14 {
width: 100%;  
margin: 20px  auto ;
}
.pat-img-15 {
max-width: 350px;  
width: 100%;  
margin: 10px  20px ;
}
}

@media screen and (max-width: 1100px) {
.pat-01{
flex-wrap: wrap;
 }
.pat-02 {
flex-wrap: wrap;
display: block;
 }
.pat-03{
flex-wrap: wrap;
 }
.pat-04{
flex-wrap: wrap;
 }
.pat-05{
flex-wrap: wrap;
 }	
.pat-06{
flex-wrap: wrap;
 }
.pat-07{
flex-wrap: wrap;
 }
.pat-08{
flex-wrap: wrap;
 }
.pat-10{
flex-wrap: wrap;
margin: 20px auto;
 }
.pat-11{
flex-wrap: wrap;
 }
.pat-12{
flex-wrap: wrap;
 }
.pat-img-10 {
max-width: 250px;  
margin: 10px 20px;
}
.pat-img-16 {
width: 100%;
margin: 10px 20px;
}
.pat-img-17 {
max-width: 250px;  
margin: 10px 20px;
}
}


@media screen and (max-width: 400px) {
.pat-01 {
display: block;
margin: auto;
 }	
.pat-03 {
display: block;
padding: 20px 20px;
 }	
.pat-04 {
display: block;
padding: 20px 20px 50px;
 }
.pat-05 {
display: block;
 }	
.pat-06 {
display: block;
 }
.pat-07 {
display: block;
 }
.pat-08 {
display: block;
padding: 20px auto;
 }
.pat-10 {
display: block;
margin: 20px auto;
 }
.pat-12 {
display: block;
padding: 20px 20px;
 }
.pat-img-10 {
max-width: 320px;  
display: block;
margin: 10px auto;
}
.pat-img-11 {
max-width: 320px;  
padding:  0 20px 0 0;
}
.pat-img-16 {
display: block;
margin: 10px auto;
}
.pat-img-17 {
max-width: 320px;  
display: block;
margin: 10px auto 1px;
}
}


@media screen and (max-width: 768px) {	/* SPのみ */
.pat-11 {
display: block;
 }
.pat-img-13 {
max-width: 350px;
width: 100%;  
margin: 20px  auto ;
}
.pat-img-14 {
font-size: 1.5rem;
line-height: 1.7;
max-width: 350px;
width: 100%;  
margin: 10px auto ;
}
.pat-img-15 {
max-width: 350px;
width: 100%;   
margin: 20px  auto ;
}
}



/* /アニメーション　フェードイン */
.anim-1 {
    animation-name: fadein;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.anim-2 {
    animation-name: fadein;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(-45px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}