@charset "utf-8";

body {
	font-size: 16px;
}
p {
  line-height: 2;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
	padding: 15px;
	font-size: 16px;
}
.pc {
	display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
	width: 100%;
	text-align: center;
}
#container_top {
	width: 100%;
}
#container {
  width: 100%;
  padding-top: 50px;
}
.main {
	width: 90%;
  margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}


/* ヘッダー---------------- */
#head_top {
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 200;
  transition: .5s;
}
#head {
  position: fixed;
  width: 100%;
  height: 50px;
  background: rgba(255,255,255,1);
  z-index: 200;
  transition: .5s;
}
.fixed {
  background: rgba(255,255,255,0.9);
  transition: .5s;
}
.head_in {
  margin: 5px 2.6% 0 2.6%;
}
.head_in:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#head_logo {
  width: 70%;
  max-width: 430px;
  float: left;
  text-align: left;
}
#head_menu {
  width: 30%;
  float: right;
}
#head_logo a {
  display: block;
  width: 215px;
  height: 40px;
  text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/head_logo_sp.png) no-repeat;
  background-size: 100%;
}
#head #head_logo a, .fixed #head_logo a {
	background: url(../img/head_logo_fixed_sp.png) no-repeat;
  background-size: 100%;
}
#head_navi {
  display: none;
}
.sp_navi_btn {
	position: fixed;
	top: 5px;
	right: 5px;
	width: 40px;
  z-index: 300;
}
#sp_navi_on a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/sp_nav_open.png) no-repeat;
  background-size: 100%;
}
#head #sp_navi_on a, .fixed #sp_navi_on a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/sp_nav_open_fixed.png) no-repeat;
  background-size: 100%;
}
#sp_navi_of a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/sp_nav_close.png) no-repeat;
  background-size: 100%;
}
#sp_navi {
  display: none;
	width: 100%;
  height: 100%;
	position: fixed;
	top: 0;
	right: 0;
  padding: 60px 15px;
  text-align: left;
  font-size: 18px;
  color: #fff;
  background: #000;
  z-index: 100;
  overflow-y: scroll;
}
.accordion {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #838383;
}
.button_1, .button_2 {
  position: relative;
  width: 100%;
  padding: 1em 15px;
  cursor: pointer;
  border: none;
  text-align: left;
  font-size: 18px;
  color: #fff;
  background-color: #000;
}
.button_1:after {
  position: absolute;
  top: 40%;
  right: 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/plus01.png) no-repeat;
  background-size: 100%;
}
.button_1.active:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/minus01.png) no-repeat;
  background-size: 100%;
}
.button_2:after {
  position: absolute;
  top: 40%;
  right: 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/arrow_sp_menu.png) no-repeat;
  background-size: 100%;
}
.accordion_1 {
  margin-left: 1.8em;
}
.accordion_1 li a {
  position: relative;
  display: block;
  padding: 0.8em 0;
  line-height: 1.5;
  color: #fff;
}
.accordion_1 li a:after {
  position: absolute;
  top: 40%;
  right: 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/arrow_sp_menu.png) no-repeat;
  background-size: 100%;
}
.language {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  margin: 0 15px;
}
.language li {
  width: 4em;
  margin-right: 15px;
  text-align: center;
}
.language li a {
  display: block;
  padding: 5px 0;
  color: #313131;
  background: #fff;
}
.language li.on {
  padding: 5px 0;
  background: #242424;
}


/* フッター----------------- */
#foot {
  position: relative;
  color: #fff;
  background: #1A1D1E;
}
#foot01 {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 10;
}
#foot02 {
  padding: 45px 0 30px;
}
.foot_col01 {
  width: 90%;
  margin: 0 auto;
}
.foot_col02 {
  display: none;
}
.foot_logo {
  margin-bottom: 20px;
}
.foot_btn a {
  display: block;
  width: 165px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #282828;
  background: #D3D3D3 url("../img/arrow02.png") no-repeat;
  background-position: right 15px center;
  border-radius: 21px;
}
#copyright {
  padding-bottom: 50px;
}
#copyright small {
  font-size: 12px;
}


/* トップ---------------- */
#top_main {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top_main_t {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 10;
}
.top_main_t h1 {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 25px;
}
.top_main_t p {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 600;
}
.swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slide-img {
  width: 100%;
  height: 100vh;
  text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.slide01 {
  background: url("../img/top_slide01_sp.jpg") no-repeat;
  background-size: cover;
}
.slide02 {
  background: url("../img/top_slide02_sp.jpg") no-repeat;
  background-size: cover;
}
.slide03 {
  background: url("../img/top_slide03_sp.jpg") no-repeat;
  background-size: cover;
}
.slide04 {
  background: url("../img/top_slide04_sp.jpg") no-repeat;
  background-size: cover;
}
.slide05 {
  background: url("../img/top_slide05_sp.jpg") no-repeat;
  background-size: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;
}
.slide-img img {
  display: block;
}
.scroll_btn {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 50px;
  margin: 0 auto;
  z-index: 10;
}

#top_about {
  padding: 45px 0 10px;
  background: #FAFAFA;
}
.logo01 {
  margin-bottom: 20px;
}
#top_about p {
  margin-bottom: 2em;
}

#top_business {
  color: #fff;
  background: #101415;
}
.h2_01 {
  margin-bottom: 30px;
  font-size: 24px;
}
.bg01 {
  padding: 40px 0;
  background: url("../img/bg01.jpg") no-repeat;
  background-size: cover;
}
.top_col01 {
  width: 100%;
  margin-bottom: 18px;
}
.top_col02 {
  width: 100%;
  margin-bottom: 18px;
}
.top_col03 {
  width: 100%;
  margin-bottom: 18px;
}
.top_col04 {
  width: 100%;
  margin-bottom: 18px;
}
.top_business_b01 {
  position: relative;
}
.top_business_b01 a {
  display: block;
  color: #fff;
}
.top_business_txt {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.top_business_txt h3 {
  margin-bottom: 10px;
  font-family: "Lato";
  font-size: 28px;
}
.top_business_img img {
  width: 100%;
  height: auto;
}

#top_news{
  margin-top: 40px;
  margin-bottom: 45px;
}
#top_news .h3_01 {
  font-size: 24px;
}

#top_news dl{
  text-align: left;
  line-height: 1.5;
}
#top_news .top_news_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#top_news dl dt {
  width: 95px;
}

#top_news dl dd {
  flex: 1;
}

#top_news a {
  color: #00A0CE;
}

.airqueen_bnr img{
  width: 100%;
  margin-bottom: 15px;
}

.btn01 {
  display: block;
  width: 130px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  background: url("../img/arrow01_sp.png") no-repeat;
  background-position: right 20px center;
  background-size: 9px 14px;
}
.top_business_cover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}


/* 下層ページ---------------- */
.title01 {
  width: 100%;
  height: 92px;
  padding-top: 30px;
  color: #fff;
  background: #000 url("../img/title_bg01.jpg") no-repeat;
  background-size: cover;
}
.title01 h1 {
  font-size: 25px;
}
.navi01 {
  height: 55px;
  padding: 15px 10px;
}
.navi01 ul li {
  position: relative;
  display: inline;
  margin-right: 1em;
  padding-right: 1em;
  font-size: 15px;
  color: #00A0CE;
}
.navi01 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.navi01 ul li:after {
  position: absolute;
  top: 0.5em;
  right: 0;
  display: inline;
  content: "";
  width: 1px;
  height: 10px;
  background: #282828;
}
.navi01 ul li:last-child:after {
  display: none;
}
.navi02 {
  padding: 15px 0;
  font-size: 14px;
  background: #F9F9F9;
}
.navi02 ul {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.navi02 ul li {
  width: 30%;
  margin: 0 1.5%;
  line-height: 1.5;
  color: #00A0CE;
}
.navi02 ul li:last-child {
  margin-right: 0;
}
.navi02 ul li.on {
  text-decoration: underline;
}
.navi01 ul li a, .navi02 ul li a {
  color: #282828;
}
.h2_02 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 23px;
}


/* ブランド */
#brand01 {
  color: #fff;
  background: url("../img/brand_bg01.jpg") no-repeat;
  background-size: cover;
}
#brand01_01 {
  padding: 30px 0;
}
#brand01_01_01 {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
#brand01_01_01 p {
  font-size: 14px;
}
#brand01_01_02 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
#brand01_t01 {
  margin-bottom: 10px;
}
#brand01_logo {
  width: 205px;
  margin: 0 auto 10px;
}
#brand01_logo img {
  width: 100%;
  height: auto;
}
#brand01_t02 {
  float: left;
  width: 50%;
}
#brand01_t03 {
  float: right;
  width: 50%;
  margin-bottom: 50px;
}
#brand01_btn {
  clear: both;
  width: 100%;
}
.btn02 a {
  display: block;
  width: 100%;
  line-height: 42px;
  font-size: 17px;
  text-decoration: none;
  color: #00A0CE;
  background: #E6E7ED url("../img/arrow03_sp.png") no-repeat;
  background-size: 6px 12px;
  background-position: right 14px center;
  border-radius: 21px;
}
.content01 {
  padding: 45px 0 40px;
}
.main01 {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.logo02 {
  margin-bottom: 20px;
}
.logo02 img {
  width: 100%;
  height: auto;
}
.p01 {
  margin-bottom: 2em;
}


/* テクノロジー */

/* ナノファイバー */
.content02 {
  padding: 35px 0 45px;
}
.main02 {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.h2_03 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  color: #00A0CE;
}
.p02 {
  margin-bottom: 20px;
}
.img01 {
  margin-bottom: 50px;
}
.img01 img {
  width: 100%;
  height: auto;
}

/* エレクトロスピニング法 */
.content03 {
  padding: 40px 0;
}
.content04 {
  margin-bottom: 50px;
  padding: 40px 0;
  background: #F9F9F9;
}
.img03 {
  margin-bottom: 25px;
}
.img02 img, .img03 img {
  width: 100%;
  height: auto;
}

/* 機能 */
.ul01 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ul01 li {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.ul01 li:nth-child(2n) {
  margin-right: 0;
}
.ul01 li .ul01_t01 {
  position: absolute;
  top: 10px;
  width: 100%;
  font-size: 13px;
}
.ul01 li .ul01_t02 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  background: rgba(0,0,0,0.3);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ul01_p01 img {
  width: 100%;
  height: auto;
}


/* 事業領域---------------- */

/* フィルター */
.title02 {
  width: 100%;
  height: 190px;
  padding-top: 70px;
  color: #fff;
}
.title02 h1 {
  margin-bottom: 10px;
  font-size: 25px;
}
.title_t01 {
  font-size: 14px;
}
#title_business1 {
  background: url("../img/title_business1_bg_sp.jpg") no-repeat;
  background-size: cover;
}
.content05 {
  padding: 50px 0 40px;
}
.img04 img {
  width: 100%;
  height: auto;
}
.main03 {
  width: 90%;
  margin: 0 auto;
}
.ul02 li {
  margin-bottom: 20px;
}
.ul02 li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.ul02_t01 {
  font-size: 14px;
}

/* 衛生材料 */
#title_business4 {
  background: url("../img/title_business4_bg_sp.jpg") no-repeat;
  background-size: cover;
}
.h3_01 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 17px;
  color: #00A0CE;
}
.col01_01 {
  width: 100%;
  margin-bottom: 20px;
}
.col01_02 {
  width: 100%;
  margin-bottom: 20px;
}
.col01_03 {
  width: 100%;
  margin-bottom: 20px;
}
.h4_01 {
margin-bottom: 5px;
  font-size: 17px;
}
.col02_01 {
  width: 49.4%;
  margin-right: 1.2%;
}
.col02_02 {
  width: 49.4%;
}
.img05 {
  margin-bottom: 5px;
}
.img05 img {
  width: 100%;
  height: auto;
}
.p03 {
  line-height: 1.5;
  text-align: center;
  font-size: 13px;
}
.p04 {
  line-height: 1.5;
  text-align: center;
  font-size: 13px;
  color: #CE0606;
}
.content06 {
  padding: 40px 0;
  background: #F9F9F9;
}
.content07 {
  padding: 40px 0 50px;
}

/* 衣料 */
#title_business2 {
  background: url("../img/title_business2_bg_sp.jpg") no-repeat;
  background-size: cover;
}
.img06 img {
  width: 100%;
  height: auto;
}
.col03_01 {
  width: 100%;
  margin-bottom: 30px;
}
.col03_02 {
  width: 100%;
  margin-bottom: 30px;
}
.main04 {
  width: 80%;
  margin: 0 auto;
}
.h4_02 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #00A0CE;
}
.p05 {
  margin-bottom: 20px;
  font-size: 14px;
}
.p06 {
  font-size: 14px;
}
.col04_01 {
  width: 50%;
  text-align: center;
}
.col04_02 {
  width: 50%;
  text-align: center;
}
.col05_01 {
  order: 2;
  width: 80%;
  margin: 0 10%;
  text-align: center;
}
.col05_02 {
  order: 1;
  width: 100%;
  margin-bottom: 20px;
}

/* 電子機器 */
#title_business3 {
  background: url("../img/title_business3_bg_sp.jpg") no-repeat;
  background-size: cover;
}
.img07 {
  margin-bottom: 45px;
}
.img07 img {
  width: 100%;
  height: auto;
}
.col05_03 {
  width: 100%;
  margin-bottom: 20px;
}
.col05_04 {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.ul03 {
  margin-left: 20px;
}
.ul03 li {
  line-height: 2;
  list-style: disc;
  font-size: 14px;
}
.img08 {
  margin-bottom: 20px;
}
.img08 img {
  width: 100%;
  height: auto;
}
.main05 {
  width: 90%;
  margin: 0 auto 30px;
}
.h4_03 {
  margin-bottom: 10px;
  padding-left: 0.5em;
  font-size: 14px;
  color: #00A0CE;
  border-left: 3px solid #00A0CE;
}
.img09 {
  margin-bottom: 30px;
}
.img09 img {
  width: 100%;
  height: auto;
}
.col06_01 {
  width: 100%;
  margin-bottom: 20px;
}
.col06_02 {
  width: 100%;
  margin-bottom: 20px;
}
.col06_03 {
  width: 100%;
}
.h4_04 {
  margin-bottom: 5px;
  font-size: 14px;
}

/* 医療 */
#title_business5 {
  background: url("../img/title_business5_bg_sp.jpg") no-repeat;
  background-size: cover;
}


/* 企業紹介---------------- */
.content08 {
  padding: 50px 0;
}
.table01 {
  width: 100%;
  text-align: left;
}
.table01 th {
  display: block;
  padding: 20px;
  color: #00A0CE;
  border-bottom: 1px solid #E1E1E1;
}
.table01 td {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #313131;
  word-break: break-all;
}
.table01 tr:first-child th {
  border-top: 1px solid #313131;
}
a.link01 {
  color: #282828;
}


/* 研究開発---------------- */
.content09 {
  padding: 50px 0 20px;
}
.content10 {
  padding: 20px 0 70px;
}
.ul04 li {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.ul04 li .ul04_t01 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  background: rgba(0,0,0,0.5);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ul04_p01 img {
  width: 100%;
  height: auto;
}
.p07 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}




/* AirQUEEN---------------- */

.title01.airqueen_main {
  height: 95px;
  background: url("../img/airqueen_main_sp.png") no-repeat;
  background-size: cover;
}

.airqueen01 {
  padding-bottom: 75px;
}

.airqueen01_logo img {
  padding: 65px 50px 35px;
  width: 100%;
}

.airqueen01_txt_img img {
  width: 100%;
}

.airqueen01_txt p,
.airqueen03_txt p {
  line-height: 1.6;
  font-size: 14px;
}

.airqueen01_txt p {
  margin: 25px 0 40px;
}

.airqueen01_img02 {
  display: flex;
  justify-content: center;
}

.airqueen01_img02_sp01 img,
.airqueen01_img02_sp02 img {
  height: 325px;
}

.airqueen01_img02_sp01 {
  margin-right: 20px;
}

.airqueen02 {
  background-color: #f9f9f9;
  padding-bottom: 155px;
}

.airqueen02_txt h2 {
  font-size: 30px;
  padding: 60px 0 10px;
}

.airqueen02_txt h3,
.airqueen02_content02_txt01 h3,
.airqueen02_content02_txt02 h3 {
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
}

.airqueen02_point h3::before,
.airqueen02_content02_txt01::before,
.airqueen02_content02_txt02::before {
  content: "";
  position: absolute;
  background-color: #00a0ce;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  top: 8px;
  left: 1px;
}


.airqueen02_txt p,
.airqueen02_content02_txt01 p,
.airqueen02_content02_txt02 p {
  line-height: 1.6;
  padding: 10px 0 20px 15px;
  font-size: 14px;
}

.airqueen02_txt .airqueen02_txt_in:last-child p {
  padding-bottom: 0px;
}

.airqueen02_img01 img {
  width: 100%;
  margin: 0 0 10px -10px;
}

.airqueen02_content02_txt01 p {
  padding-bottom: 15px;
}

.airqueen02_img02 img {
  width: 100%;
}

.airqueen02_content02_in {
  margin: 45px 0 0 0;
}

.airqueen02_content02_txt02 p {
  padding-bottom: 10px;
}

.airqueen02_img03 img {
  width: 100%;
}

.airqueen03 {
  padding-bottom: 55px;
  margin-top: -105px;
}

.airqueen03_video_item {
  width: 100%;
}

.airqueen03_in {
  display: flex;
  flex-direction: column-reverse;
}

.airqueen03_txt {
  margin-top: 35px;
}

.airqueen03_img {
  margin-top: 25px;
  margin-bottom: 50px;
}

.airqueen03_img img {
  width: 100%;
  padding: 0 40px;
}

.airqueen04 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.airqueen04_img {
  width: 50%;
}

.airqueen04_img img {
  width: 100%;
}

.airqueen05 {
  margin-top: 60px;
}

.airqueen05_img img {
  width: 100%;
}

.airqueen05_in_sp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.airqueen05_package {
  padding: 5px 0 0 0;
}

.airqueen05_logo img {
  width: 100% ;
  margin-left: -15px;
}

.airqueen05_amazon_logo img {
  width: 85px;
  margin: 15px 0 10px;
}

.airqueen05_amazon_ttl {
  margin-top: 30px;
  margin-left: 20px;
}

.airqueen05_amazon_ttl h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.airqueen05_amazon_txt {
  width: 190px;
  margin-left: 20px;
}

.airqueen05_amazon_txt p {
  font-size: 12px;
  line-height: 1.4;
}
.airqueen05_purchase h4 {
  margin-bottom: 5px;
  text-align: center;
}

.airqueen05_btn {
  margin-bottom: 15px;
}

.airqueen05_btn a {
  background-color: #837fbb;
  border-radius: 30px;
  height: 60px;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.airqueen05_btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transform: rotate(135deg);
  top: 26px;
  right: 20px;
}

.airqueen05_btn a span {
  display: inline-block;
  padding-top: 3px;
  margin-left: 5px;
  font-size: 15px;
}

.airqueen05_rakuten {
  text-align: center;
}

.airqueen05_rakuten img {
  margin: 30px 0 20px;
}


.airqueen05_txt p {
  font-size: 12px;
}

.airqueen06 {
  padding: 35px 95px 65px;
}

.airqueen06_img {
  text-align: center;
}

.airqueen06_img img {
  width: 100%;
}


/* Technical Textile---------------- */
#business2_02 {
  padding-bottom: 150px;
}
.business2_02_video_box {
  margin-top: -100px;
  margin-bottom: 30px;
}

/* Electronics---------------- */
#business3_04 {
  padding-bottom: 60px;
}




/* お問い合わせ---------------- */
.p08 {
  margin-bottom: 20px;
}
.col07_01 {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.img10 {
  margin-bottom: 10px;
}
.txt01 {
  font-size: 23px;
  font-weight: 600;
  color: #00A0CE;
  margin-top: 10px;
}
.txt02 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}
a.link02 {
  display: block;
  text-decoration: none;
  color: #282828;
}

.p08.headline {
	font-size: 24px;
	color:#00A0CE;
	text-align: center;
}
.airqueen .p08.headline {
	margin-top: 50px;
}




/* 404---------------- */
.content11 {
  padding: 50px 0;
}
.h2_04 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 23px;
}
.btn03 a {
  display: block;
  width: 160px;
  margin: 0 auto;
  line-height: 42px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #282828;
  background: #E6E7ED url("../img/arrow02_sp.png") no-repeat;
  background-position: right 14px center;
  background-size: 7px 11px;
  border-radius: 21px;
}



/* 汎用スタイル---------------- */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.img100 img {
	width: 100%;
	height: auto;
}


/* 生分解 */
#title_biodegradation {
  background: url("../img/title_biodegradation_bg.jpg") center no-repeat;
  background-size: cover;
	position: relative;
}
#title_biodegradation .sdgs {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30%;
}
#title_biodegradation .sdgs img {
  width: 100%;
}
#biodegradation_01 .col01_04 {
	width: 100%;
  margin-bottom: 20px;
}
#biodegradation_01 .col01_05 {
	width: 100%;
  margin-bottom: 20px;
}
#biodegradation_01 .col01_06 {
	width: 100%;
  margin-bottom: 20px;
}
#biodegradation_01 .col01_07 {
	width: 100%;
  margin-bottom: 20px;
}
#biodegradation_01 h3.h3_01 {
  margin: 30px auto 10px;
}

/* 農業 */
#title_agriculture {
  background: url("../img/title_agriculture_bg.jpg") center no-repeat;
  background-size: cover;
}
#agriculture_01 .main02:first-child {
  margin-bottom: 60px;
}
#agriculture_01 .col01_04 {
	width: 100%;
  margin-bottom: 20px;
}
#agriculture_01 .col01_05 {
	width: 100%;
  margin-bottom: 20px;
}
#agriculture_01 .col01_06 {
	width: 100%;
  margin-bottom: 20px;
}
#agriculture_01 .col01_07 {
	width: 100%;
  margin-bottom: 20px;
}


#downloadform .list dt {
  margin: 30px 0 0;
}
#downloadform .list dd {
  margin: 10px 0 0;
}
#downloadform .list dt .required {
  display: inline-block;
  background: red;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: center;
  padding: 2px 10px;
  margin-left: 20px;
}
#downloadform .list input[type="text"],#downloadform .list input[type="tel"],#downloadform .list input[type="email"] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d3d3d3;
  padding: 14px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
#downloadform .list textarea {
  width: 100%;
	max-width: 100%;
  border: 1px solid #d3d3d3;
  padding: 14px;
  font-size: 16px;
	height: 100px;
}
#downloadform .btSubmit {
  margin: 60px auto 0;
  display: block;
  width: 60%;
	background: #00A0CE;
  border: 1px #00A0CE solid;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.catalog {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px auto 40px;
}
.catalog li {
  width: 46%;
	margin: 2% auto;
	line-height: 1.5;
}
.catalog li img {
  width: 100%;
}
.catalog li label {
  display: block;
}
.catalog li img {
  width: 100%;
}
.catalog li input[type="radio"] {
  display: none;
}
.catalog li img {
  border: 1px #000 solid;
}

.formbtn {
  margin: 0 0 100px;
}
.formbtn a {
  margin: 0 auto;
  padding: 20px 0;
  display: block;
  width: 80%;
  background: #00A0CE;
  border: 1px #00A0CE solid;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

/* その他---------------- */
/* 果実袋 */
#container .fruitbag_main {
  height: 500px;
  justify-content: center;
  flex-direction: column;
  background: url(../img/fruitbag-mvbg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.fruitbag_mv-block {
  width: 100%;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  bottom: -220px;
}
.fruitbag_mv-en {
  font-family: 'Smooch', cursive;
  font-size: 26px;
  font-weight: 400;
  color: #5f9aaa
}
.fruitbag_mv-heading {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  color: #194768;
}
.fruitbag_mv-ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  color: #4e83a5;
  margin-top: 20px;
}
.fruitbag_mv-txt {
  font-size: 14px;
  margin-top: 5px;
  line-height: 2.0;
  color: #5e6053;
}
.fruitbag01 .main02 {
  border: 1px solid #707070;
  margin: 250px auto 0;
}
.fruitbag01_ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #CB0303;
  padding: 15px 0;
  color: #fff;
}
.fruitbag01_img {
  padding: 40px 0;
  text-align: center;
}
.fruitbag01_img img {
  width: 90%;
  margin: auto;
}

.fruitbag02_ttl {
  font-size: 28px;
  text-align: center;
  color: #327C25;
  margin: 66px auto 0;
}
.fruitbag02_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 35px auto 0;
  flex-wrap: wrap;
}
.fruitbag02_item {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.fruitbag02_item:nth-child(even) {
  margin-right: 0;
}
.fruitbag02_item:nth-child(n+3) {
  margin-top: 50px;
}
.fruitbag02_item a {
  text-decoration: none;
  color: #000;
}
.fruitbag02_item a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.fruitbag02_img img {
  width: 100%;
}
.fruitbag02_name {
  margin-top: 15px;
  font-size: 15px;
}
.fruitbag02_price {
  margin-top: 10px;
  line-height: 1.2;
}
.fruitbag02_price-ttl {
  font-size: 13px;
  background: #327C25;
  padding: 2px 7px;
  margin-right: 13px;
  color: #fff;
  width: fit-content;
}
.fruitbag02_price-value {
  color: #327C25;
  font-weight: bold;
}
.fruitbag02_price-value span {
  font-size: 13px;
}
.fruitbag02_cart {
  margin-top: 20px;
}
.fruitbag02_cart:hover {
  opacity: 0.75;
}
.fruitbag02_cart input[type="image"] {
  width: 100%;
}
.fruitbag02_table {
  background: #FCFBEC;
  width: 100%;
  padding: 30px;
  font-size: 15px;
  margin: 42px auto 0;
}
.fruitbag02_table table tr td,
.fruitbag02_table-item {
  padding: 5px 0;
}
.fruitbag02_table table tr td:last-child {
  position: relative;
  padding-left: 30px;
}
.fruitbag02_table table tr td:last-child::before {
  position: absolute;
  content: ":";
  left: 10px;
}

.fruitbag03_content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 72px auto 0;
  flex-wrap: wrap;
  row-gap: 30px;
}
.fruitbag03_btn a {
  position: relative;
  background: #F1A639;
  width: 80vw;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: 3px solid #F1A639;
  box-sizing: border-box;
}
.fruitbag03_btn a::after {
  position: absolute;
  content: "";
  right: calc(50% - 110px);
  background: url(../img/fruitbag-tab.png);
  width: 20px;
  height: 20px;
  background-size: cover;
}
.fruitbag03_btn a:hover {
  background: #fff;
  color: #F1A639;
}
.fruitbag03_btn a:hover::after {
  background: url(../img/fruitbag-hover.png);
}

.fruitbag04_content {
  margin-top: 74px;
  padding: 0 20px 45px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.fruitbag04_ttl {
  color: #327C25;
  font-size: 22px;
  margin: 35px 0 15px;
}
.fruitbag04_txt p {
  position: relative;
  margin: 5px 0;
  font-size: 15px;
  padding-left: 18px;
}
.fruitbag04_txt p::before {
  position: absolute;
  left: 0;
}
.fruitbag04_txt .fruitbag04_asterisk p::before {
  content: "※";
}
.fruitbag04_txt .fruitbag04_num1 p::before {
  content: "1";
}
.fruitbag04_txt .fruitbag04_num2 p::before {
  content: "2";
}
.fruitbag04_txt .fruitbag04_num3 p::before {
  content: "3";
}
.fruitbag04_txt .fruitbag04_num4 p::before {
  content: "4";
}
.fruitbag04_txt .fruitbag04_num5 p::before {
  content: "5";
}
.fruitbag04_txt .fruitbag04_num6 p::before {
  content: "6";
}
.fruitbag04_txt .fruitbag04_num7 p::before {
  content: "7";
}
.fruitbag04_txt .fruitbag04_num8 p::before {
  content: "8";
}

.fruitbag05 {
  margin-bottom: 133px;
}
.fruitbag05_ttl {
  margin: 72px auto 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #327C25;
}
.fruitbag05_txt {
  margin-top: 20px;
  font-size: 13px;
}
.fruitbag05_table {
  margin-top: 10px;
}
.fruitbag05_table table {
  border-collapse: collapse;
  width: 100%;
}
.fruitbag05_table th,
.fruitbag05_table td {
  width: 50%;
  padding: 13px;
}
.fruitbag05_table th {
  background: #327C25;
  font-size: 17px;
  color: #fff;
}
.fruitbag05_table td {
  font-size: 14px;
  border-bottom: 1px solid #707070;
}
.fruitbag05_table td:last-child {
  border-left: 1px solid #707070;
}
