/* ===========================================================================
inquiry.css
=========================================================================== */

@charset "UTF-8";

/* ----------------------------------------
* style
---------------------------------------- */

#footer-contact {
    overflow: hidden;
    position: fixed;
    width: 50px;
    bottom: 0;
    right: 0;
	padding:0 0 100px 0;
	margin:0 0 0 0;
}
#slide {
    color: #fff;
    width: 100%;
}
#slide-in {
}
#footer-contact a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}


@media screen and (max-width: 849px) and (-webkit-min-device-pixel-ratio:0) {
 .post-content table tbody td {
  width: 100%;
  font-size: 100%;
}
.post-content table tbody th {
  width: 100%;
}
  /* phone end */
}




@media screen and (max-width: 991px) {
.post-content table tbody th {
  width: 30%;
}
.post-content table tbody td {
  width: 70%;
  text-align: left;
}
  /* tablet end */
}



@media screen and (max-width: 767px) {
  /* phone */
/*#main {
  padding-top:17.5%;
  } */
.post-content table tbody td {
  width: 100%;
  font-size: 100%;
}
.post-content table tbody th {
  width: 100%;
}
  /* phone end */
}


/* form
---------------------------------------- */
form input[type="submit"],
form button {
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* main
---------------------------------------- */

.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
  width:100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}

.post-content table tbody th {
  background: #f1f2f5;
  color: #000;
  text-align:center;
}

@media screen and (max-width: 767px) {

 .post-content table{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
  }

  #side {
    width: 100%;
    float: none;
  }

  /* phone end */
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
max640px スマホ用
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 640px) {

#footer-contact {
    overflow: hidden;
    position: fixed;
    width: 35px;
    bottom: 0;
    right: 0;
	padding:0 0 70px 0;
	margin:0 0 0 0;
}
#slide {
    color: #fff;
    width: 100%;
}
#slide-in {
}
#footer-contact a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
}

/* ----------------------------------------
* base
---------------------------------------- */


table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

/* HTML5
-------------------------------------------------- */

[hidden] {
  display: none;
}

/* all
-------------------------------------------------- */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-wrap: break-word;
  word-break: normal;
}


/* embed
-------------------------------------------------- */


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

figure {
  margin: 0;
}

/* form
-------------------------------------------------- */
form {
  margin: 0;
}


button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  cursor: pointer;
  *overflow: visible;
  -webkit-appearance: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* form
---------------------------------------- */
form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea {
    border-radius: 3px;
    padding: 8px 13px;
    max-width: 100%;
    width: 100%;
    border: 1px #ccc solid;
    outline: none;
    box-sizing: border-box;
}
form input[type="submit"],
form button {
  padding: 12px 20px;
  border: none;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* table
-------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
}

th, td {
  border: 1px solid #e5e5e5;
  padding: 8px 13px;
}


@media screen and (max-width: 767px) {

tbody, tr, th, td, audio {
display:block;
}

}

/* ===========================================================================
works.css
=========================================================================== */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
archive01
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* BOX全体の横幅 */
.works-column__content {
  float: left;
  width: 1000px;
}

/* BOXの高さ固定_バランスが良い */
.introduction-tab {
  position: relative;
  display: none;
  height: 210px;
}

.introduction-tab.is-active {
  display: block;
}

.introduction-tab__content {
  padding: 5px 245px 0;
}

.introduction-tab__content__header {
  display: table;
  width: 100%;
  min-height: 80px;
  border-bottom: dotted 1px #1a1a1a;
}

.introduction-tab__content__header__title,
.introduction-tab__content__header__text {
  display: table-cell;
  vertical-align: middle;
}

.introduction-tab__content__header__text {
  text-align: right;
}
.introduction-tab__content__header__text img {
  width: auto;
  height: 80px;
}

.introduction-tab__image__item {
  position: absolute;
  right: 0;
  top: 0;
}
.introduction-tab__image__item:first-child {
  left: 0;
  right: auto;
}

.introduction-tab__content__btn {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #0B2857;
  color: #ffffff;
}
.introduction-tab__content__btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.introduction-tab__content__btn:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  background-image: url(../images/icon_blog.png);
}

/* -----------------------------------
     download
-----------------------------------*/
#downloadButton {
}
#downloadButton a {
	display: inline-block;
	padding: 12px 20px;
	background-color: #1d3c28;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border: 1px solid #1d3c28;
}
#downloadButton a:hover {
	background-color: #ffffff;
	color: #1d3c28;
}

/* -----------------------------------
     nomalButton
-----------------------------------*/
#nomalButton {
}
#nomalButton a {
	display: inline-block;
	padding: 12px 20px;
	background-color: #1d3c28;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border: 1px solid #1d3c28;
}
#nomalButton a:hover {
	background-color: #ffffff;
	color: #1d3c28;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
archive02
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
archive03
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
archive04
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
archive05
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width: 767px) {

  .works-column__content {
    float: none;
    width: auto;
  }


  .introduction-tab {
    height: auto;
  }

  .introduction-tab__content {
    padding: 15px;
  }

  .introduction-tab__image {
    *zoom: 1;
  }
  .introduction-tab__image:after {
    content: "";
    display: table;
    clear: both;
  }

  .introduction-tab__image__item {
    position: static;
    top: auto;
    left: auto;
    float: left;
    width: 50%;
  }
  .introduction-tab__image__item img {
    width: 100%;
  }

  .introduction-tab__content__header {
    display: block;
    min-height: inherit;
  }

  .introduction-tab__content__header__title,
  .introduction-tab__content__header__text {
    display: block;
    width: auto;
  }

  .introduction-tab__content__header__title img {
    width: auto;
    height: 40px;
  }

  .introduction-tab__content__header__text img {
    width: auto;
    height: 60px;
  }

  .introduction-tab__content__pos {
    float: none;
    margin-bottom: 10px;
  }

  .introduction-tab__content__btn {
    float: none;
    padding-left: 35px;
    padding-right: 10px;
  }
  .introduction-tab__content__btn:before {
    left: 10px;
    background-size: 100%;
    background-image: url(../images/icon_blog@2x.png);
  }

}

/* ===========================================================================
layout.css
=========================================================================== */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
oem
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#oem-header {
  display: block;
  margin: 0;
}

#oem-header .oem-wrap {
    max-width: 1200px;
    padding:0;
    margin:auto;
}

#oem-header #oem-logo {
  float: left;
  width: 500px;
  padding: 0px;
  margin: 10px;
}

#oem-header #oem-tel {
  float: right;
  padding: 0px;
  margin: 25px;
}

.oem-main {
	background-color: #000000;
	display: block;
	text-align: center;
}

.oem-main6 {
	background-color: #eceef4;
	display: block;
	text-align: center;
}

.oem-contents {
	background-color: #FFFFFF;
	display: block;
	text-align: center;
}

/* ピンク */
.oem-contents2 {
	background-color: #ffebf7;
	display: block;
	text-align: center;
}

/* グレー */
.oem-contents3 {
	background-color: #fbfbfc;
	display: block;
	text-align: center;
}

/* 水色 */
.oem-contents4 {
	background-color: #eff4ff;
	display: block;
	text-align: center;
}


#bt-box{
width:290px;
margin:0 auto;
}

#bt-box ul{
margin: 0;
padding: 5px 0 5px 0 ;
list-style:none;
}


#bt-box li{
display:inline;
margin: 0;
padding: 0;
}

#bt-box li a{
display:block;
background-color:#1d3c28;
padding: 20px 10px;
text-decoration:none;
color:#ffffff;
width: 270px;
margin:0;
text-align:center;
font-size:18px;
font-weight: 700;
}

#bt-box li a:hover{
background-color:#ffa3db;
}

.bt-word{
font-size:8px;
vertical-align: middle;
}

.submitbtn{
position: relative;
background-color: #1d3c28;
color: #fff;
padding: 20px 10px;
text-decoration:none;
color:#ffffff;
width: 270px;
margin:0;
font-size:18px;
font-weight: 600;
}

.submitbtn:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom-select{
width:100%;
height:40px;
}

/* -----------------------------------
     text-box-keyword
-----------------------------------*/

#text-box-key{
width:1160px;
margin:0 auto;
border: solid #1d3c28 1px;
}

.text-title{
background-color:#1d3c28; 
color:#FFFFFF;
font-size:20px;
font-weight: 700;
padding:5px 15px;
}

#text-box-key ul{
width:1060px;
margin:0 auto;
display:inline;
}

.float-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#text-box-key li{
width:46%;
padding:5px 15px ;
display:inline;
float:left;
}

#text-box-key .text-title-sub{
color:#666666;
font-size:18px;
font-weight: 700;
line-height:40px;
border-bottom:1px dashed #666666;
}

#text-box-key .text{
padding:10px 0 ;
font-size: 13px;
line-height:22px;
}

#text-box-key .text-box{
padding:5px 15px ;
}

.af-video{
padding:220px 0 50px 0;
}

.color-pick{
color:#da1cbe;
}

.video {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

.bg-pink{
background-color:#ffebf7;
}


/* -----------------------------------
     footer
-----------------------------------*/
#footer2{
padding:10px 0 26px 0;
text-align:center;
color:#757575;
}
#footer2 .copy{
padding:10px 0 0 0;
}

/* -----------------------------------
     footer
-----------------------------------*/

#footer{
margin:20px 0 0 0;
padding:15px 0 20px 0;
text-align:center;
color:#666;
border-top:1px solid #ccc;
}
#footer a{
color:#1d3c28;
}
#footer a:hover{
color:#00ccff;
}
#footer ul{
}
#footer ul li{
display:inline;
}
#footer .menu1{
margin:0 0 3px 0;
}
#footer .menu2{
margin:0 0 10px 0;
}
#footer .license{
margin:0 0 2px 0;
}
#footer .copyright{
}

/*---------------------
 infomation スマホ用
---------------------*/

.text-title2{
	background: -webkit-gradient(linear, left top, left bottom, from(#1d3c28),to(#ff9ee0));
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 3px, rgba(255, 255, 255, 1) 1px 1px 1px inset;;
color:#FFFFFF;
font-size:20px;
font-weight: 700;
padding:5px 15px;
}

#infomation{
	margin:0 0 0 0;
	background-color:#FFF;
	}
#infomation ul li{
	border-bottom:3px solid #bbbbbb;
	}
#infomation ul li a{
	display:block;
	border-top:7px solid #f2f2f2;
	border-bottom:7px solid #f2f2f2;
	padding:16px 20px;
	background:url(../img/arrow_list_02.png) no-repeat right center;
	}

/*---------------------
 footer スマホ用
---------------------*/

.footer_linkL{
	overflow:hidden;
	width:100px;
	height:30px;
	border-radius:1em;
		-webkit-border-radius:1em;
		-moz-border-radius:1em;
	margin:4px;
	background-color:#fff;
	text-align:center;
	float:left;
}


.footer_linkR{
	overflow:hidden;
	width:100px;
	height:30px;
	border-radius:1em;
		-webkit-border-radius:1em;
		-moz-border-radius:1em;
	margin:4px;
	background-color:#fff;
	text-align:center;
	float:right;
}

.footer_linkL span,.footer_linkR span,.footer_J span,.footer_E span,.footer_C span{
	white-space:nowrap;
	display:block;
	padding:8px 0px 0 0px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
max1100px　logoとtelが指定しない場合2段になるのでwidth%で調整
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media screen and (max-width: 1100px) {

#oem-header #oem-logo {
  float: left;
  padding: 0px;
  margin: 10px;
  width:35%;
}

#oem-header #oem-tel {
  float: right;
  padding: 0px;
  margin: 10px;
  width:58%;
}

/* -----------------------------------
     text-box-keyword
-----------------------------------*/

#text-box-key{
width:95%;
margin:0 auto;
border: solid #1d3c28 1px;
}

.text-title{
background-color:#1d3c28; 
color:#FFFFFF;
font-size:20px;
font-weight: 700;
padding:5px 15px;
}

#text-box-key ul{
width:90%;
margin:0 auto;
display:inline;
}

.float-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#text-box-key li{
width:46%;
padding:5px 15px ;
display:inline;
float:left;
}

#text-box-key .text-title-sub{
color:#666666;
font-size:18px;
font-weight: 700;
line-height:40px;
border-bottom:1px dashed #666666;
}

#text-box-key .text{
padding:10px 0 ;
font-size: 13px;
line-height:22px;
}

#text-box-key .text-box{
padding:5px 15px ;
}

.color-pick{
color:#da1cbe;
}

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
max640px スマホ用　widthやmarginを指定
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media screen and (max-width: 640px) {

#oem-header #oem-logo {
  float: left;
  padding: 0px;
  margin: 0px;
  width:100%;
}

#oem-header #oem-tel {
  float: left;
  padding: 0px;
  margin: 0px;
  width:100%;
}

/* -----------------------------------
     text-box-keyword
-----------------------------------*/

#text-box-key{
width:95%;
margin:0 auto;
border: solid #1d3c28 1px;
}

.text-title{
background-color:#1d3c28; 
color:#FFFFFF;
font-size:20px;
font-weight: 700;
padding:5px 15px;
}

#text-box-key ul{
width:90%;
margin:0 auto;
display:inline;
}

.float-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#text-box-key li{
width:46%;
padding:5px 15px ;
display:inline;
float:left;
}

#text-box-key .text-title-sub{
color:#666666;
font-size:18px;
font-weight: 700;
line-height:40px;
border-bottom:1px dashed #666666;
}

#text-box-key .text{
padding:10px 0 ;
font-size: 13px;
line-height:22px;
}

#text-box-key .text-box{
padding:5px 15px ;
}

.color-pick{
color:#da1cbe;
}



}

/* ===========================================================================
style.css
=========================================================================== */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
style01
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.231;
  color: #1a1a1a;
}

#l-wrapper {
  position: relative;
  min-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

.ie8 img {
  width: auto;
}

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


ol, ul {
  list-style: none;
}


/* text */
.m-text-10 {
  font-size: 10px;
  line-height: 1.75;
}

.m-text-11 {
  font-size: 11px;
  line-height: 1.75;
}

.m-text-12 {
  font-size: 12px;
  line-height: 1.75;
}

.m-text-13 {
  font-size: 13px;
  line-height: 1.75;
}

.m-text-14 {
  font-size: 14px;
  line-height: 1.85;
}

.m-text-15 {
  font-size: 15px;
  line-height: 1.75;
}

.m-text-16 {
  font-size: 16px;
  line-height: 1.75;
}

.m-text-17 {
  font-size: 17px;
  line-height: 1.75;
}

.m-text-18 {
  font-size: 18px;
  line-height: 1.6;
}

.m-text-19 {
  font-size: 19px;
  line-height: 1.6;
}

.m-text-20 {
  font-size: 20px;
  line-height: 1.6;
}

.m-text-21 {
  font-size: 21px;
  line-height: 1.6;
}

.m-text-22 {
  font-size: 22px;
  line-height: 1.6;
}

.m-text-24 {
  font-size: 24px;
  line-height: 1.6;
}

.m-text-25 {
  font-size: 25px;
  line-height: 1.5;
}

.m-text-26 {
  font-size: 26px;
  line-height: 1.5;
}

.m-text-27 {
  font-size: 27px;
  line-height: 1.5;
}

.m-text-28 {
  font-size: 28px;
  line-height: 1.5;
}

.m-text-30 {
  font-size: 30px;
  line-height: 1.4;
}

.m-text-32 {
  font-size: 32px;
  line-height: 1.4;
}

.m-text-34 {
  font-size: 34px;
  line-height: 1.4;
}

.m-text-36 {
  font-size: 36px;
  line-height: 1.4;
}

.m-text-40 {
  font-size: 40px;
  line-height: 1.4;
}

.m-text-50 {
  font-size: 50px;
  line-height: 1.4;
}

.m-font-ja {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.m-font-en {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.m-font-w300 {
  font-weight: 300;
}

.m-font-w500 {
  font-weight: 500;
}

.m-font-w700 {
  font-weight: 700;
}

/* display */
.m-cf {
  *zoom: 1;
}
.m-cf:after {
  content: "";
  display: table;
  clear: both;
}



/* layout */
.l-inner-l {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-s {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-xs {
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-2xs {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ===========================================================================
追加
=========================================================================== */

.af-tag {
  display: inline-block ;
  border: 1px solid #093d25;
  color :#093d25;
  font-size: 14px;
  line-height:1.85;
  font-weight: bold;
}

.af-tag-m {
  margin: 0 4px;
}
