﻿@charset "UTF-8";

/* web fonts */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/css?family=Work+Sans);
@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates);
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family:"メイリオ", "Meiryo, Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 18px;
	color: #000;
	word-wrap:break-word;/* 英数字折り返し */
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ max-width: 100%; width: 100%; height: auto; vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family:"メイリオ", "Meiryo, Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !contents
---------------------------------------------------------- */
html { overflow-y: scroll;}
@media print {
	html,
	html body { *zoom: 0.65;}
}

.Clear {
   clear: both;
}

a {
   color: #FFF;
   text-decoration: none;
}

a:hover {
   color: #FFF;
   text-decoration: underline;
}

.row {
   width: 94%;
   margin: 0 auto;
}
.contents {
   margin: 0 auto;
   max-width: 1200px;
   text-align: left;
   position: relative;
}

/* !汎用コンテンツ
---------------------------------------------------------- */
header {
   position: relative;
   height: 90px;
   width: 100%;
   background-size: cover !important;
   -webkit-background-size: cover !important;
   text-align: center;
   overflow: hidden;
}


#Container {
   background: #ffffff;
   z-index: 10;
   position: relative;
}

#Logo {
   width: 330px;
   z-index: 0;
   padding-left: 30px;
}
#LogoSp {
   width: 150px;
   z-index: 0;
   padding-left: 10px;
}

/*---ナビゲーション---*/
#Navi_Wrap {
	height: 90px;
	position: fixed;
	z-index: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0,136,167,0.78);
	transition: 0.3s;
}

#Navi_Text_Wrap {
	margin:0 auto;
	padding-top: 10px;
}

#Navi_Text ul {
	clear:both;
	width:100%;
	display:table;
	/*table-layout:fixed;*/
	margin:0px auto;
	z-index:0;
}

#Navi_Text ul li {
	border-right:1px dotted #fff;
	display:table-cell;
	vertical-align: middle;
}

#Navi_Text ul img {
	float: left;
}

#Navi_Text ul li a {
	font-size:16px;
	color:#fff;
	text-decoration:none;
	padding:0px 10px;
	position: relative;
	display: inline-block;
	transition: .3s;
}

#Navi_Text ul li a::after {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #003399;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#Navi_Text ul li a:hover::after {
	width: 100%;
}

/*---角丸---*/
.border_radius {
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
}

/*---見だし---*/
h2 {
    font-size: 38px;
    line-height:1.2em;
    font-family: 'MS PMincho';
}

h3 {
    font-size: 28px;
    line-height:1em;
    font-family: 'MS PMincho';
}



/*---ライン---*/
.line_top {
   width:100%;
   border-top: 1px solid #ccc;
}

.line_bottom {
   width:100%;
   border-bottom: 1px solid #333;
}


/* !Box
----------------------------------------------------------- */
/*---通常---*/
.box_column01 {
	margin: -16px 0 0 0;
}
	.box_column01 .col {
		float: left;
	}
	.box_column01.col2 .col {
		margin: 16px 2.2% 0 0;
		width: 48.9%;
	}
	.box_column01.col3 .col {
		margin: 16px 2.2% 0 0;
		width: 31.85%;
	}
	.box_column01.col4 .col {
		margin: 16px 2.2% 0 0;
		width: 23.35%;
	}
	.box_column01.col5 .col {
		margin: 24px 2.2% 0 0;
		width: 18.24%;
		border: 1px solid #DDD;
		padding: 20px;
	}
	.box_column01.col6 .col {
		margin: 16px 2.2% 0 0;
		width: 14.83%;
		border: 1px solid #CCC;
		padding: 10px;
	}
	.box_column01.col2 .col:nth-child(2n),
	.box_column01.col3 .col:nth-child(3n),
	.box_column01.col4 .col:nth-child(4n),
	.box_column01.col5 .col:nth-child(5n),
	.box_column01.col6 .col:nth-child(6n) {
		margin-right: 0;
	}
	.box_column01.col2 .col:nth-child(2n+1),
	.box_column01.col3 .col:nth-child(3n+1),
	.box_column01.col4 .col:nth-child(4n+1),
	.box_column01.col5 .col:nth-child(5n+1),
	.box_column01.col6 .col:nth-child(6n+1) {
		clear: both;
	}
	.box_column01 a {
	}
	.box_column01 figure {
	}

@media screen and (max-width:440px){
.box_column01  {
	margin: 0;
}
	.box_column01 .col,
	.box_column01.col2 .col,
	.box_column01.col3 .col,
	.box_column01.col4 .col,
	.box_column01.col5 .col {
		float: none;
		width: auto;
		margin: 0;
		padding: 10px 0;
	}
	.box_column01.col6 .col {
		float: none;
		width: auto;
		margin: 0;
		padding: 10px;
	}
	.box_column01 figure {
		float: left;
		width: 100px;
		margin-right: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
}


/*---アイコン用---*/
.Icon_box {
	margin: -16px 0 0 0;
}
	.Icon_box .col {
		float: left;
	}
	.Icon_box.col2 .col {
		margin: 16px 2.2% 0 0;
		width: 48.9%;
	}
	.Icon_box.col3 .col {
		margin: 16px 2.2% 0 0;
		width: 31.85%;
	}
	.Icon_box.col4 .col {
		margin: 16px 2.2% 0 0;
		width: 23.35%;
	}
	.Icon_box.col5 .col {
		margin: 24px 2.2% 0 0;
		width: 18.24%;
		border: 1px solid #DDD;
		padding: 20px;
	}
	.Icon_box.col6 .col {
		margin: 16px 2.2% 0 0;
		width: 14.83%;
		border: 1px solid #CCC;
		padding: 10px;
	}
	.Icon_box.col2 .col:nth-child(2n),
	.Icon_box.col3 .col:nth-child(3n),
	.Icon_box.col4 .col:nth-child(4n),
	.Icon_box.col5 .col:nth-child(5n),
	.Icon_box.col6 .col:nth-child(6n) {
		margin-right: 0;
	}
	.Icon_box.col2 .col:nth-child(2n+1),
	.Icon_box.col3 .col:nth-child(3n+1),
	.Icon_box.col4 .col:nth-child(4n+1),
	.Icon_box.col5 .col:nth-child(5n+1),
	.Icon_box.col6 .col:nth-child(6n+1) {
		clear: both;
	}
	.Icon_box a {
	}
	.Icon_box figure {
	}

/* !Table
---------------------------------------------------------- */
/*---テーブル（基本）---*/
.table_basic01 {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table_basic01 th,
.table_basic01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px;
}
.table_basic01 th {
	background-color: #FFFFFF;
	vertical-align: top;
}
@media screen and (max-width:440px){
	.table_basic01 {
		width: 100%;
	}
	.table_basic01,
	.table_basic01 thead,
	.table_basic01 tbody,
	.table_basic01 tr,
	.table_basic01 th,
	.table_basic01 td {
		width: 100%;
		display: block;
	}
	.table_basic01 th{
	border-top: none;
	border-left: none;
	background-color: #C5C5C5;
	}
        
	.table_basic01 td {
	border-top: none;
	border-left: none;
	}
}

/*---テーブル（枠なし）---*/
.table_basic02 {
	width: 100%;
	border: none;
}
.table_basic02 th,
.table_basic02 td {
	vertical-align: top;
	border: none;
	padding: 20px;
}
@media screen and (max-width:440px){
	.table_basic02 {
		width: 100%;
	}
	.table_basic02,
	.table_basic02 thead,
	.table_basic02 tbody,
	.table_basic02 tr,
	.table_basic02 th,
	.table_basic02 td {
		width: 100%;
		display: block;
	}
	.table_basic02 th,
	.table_basic02 td {
		border: none;
	}
}


/*---2カラム（リキッド）---*/
.Liquid_box {
   display: table;
   margin: 0px;
   padding: 10px 20px 10px 20px;
   width: 100%;
}

.Liquid_box .box_30 {
	display: table-cell;
	background: url("../img/drop.png")  left top;
	background-size: 60px;
	background-repeat: no-repeat;
	width: 29%;
}

.Liquid_box .box_70 {
   display: table-cell;
   width: 69%;
}

.Liquid_box .box_margin {
   display: table-cell;
   width: 2%;
}

@media screen and (max-width: 440px) {
   .Liquid_box {
      display: block;
   }
   .Liquid_box .box_30 {
      display: block;
        background: none;
      width: 100%;
      margin-bottom:10px;
    border-bottom: none;
   }
   .Liquid_box .box_70 {
      display: block;
      width: 100%;
      margin-bottom:10px;
   }
   .Liquid_box .box_margin {
      display: none;
   }
}


/*---ボタンmore---*/
.button {
	display: inline-block;
	position: relative;
	text-decoration: none;
	background: #3399cc;
	color: #fff;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/*---ボタン---*/
.button2 {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding-top: 4px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 4px;
	text-decoration: none;
	background: #999999;
	border: 1px solid #fff;
	color: #fff;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2:hover {
	background: #006699;
	color: #fff;
	text-decoration: none;
}

/*---溶液---*/
#Drop {
   width:100%;
   background: #fffff1;
   padding: 20px 0 20px;
}

#Drop2 {
   width:100%;
   background: #fff0f7;
   padding: 20px 0 20px;
}



/*---お客様の声---*/
#Voice {
   width:100%;
   background: #f8ffde;
   padding: 20px 0 20px;
}

/*---ロールオーバー---*/
a:hover img{
opacity:0.50;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
-moz-opacity:0.50;
}

/* !Footer
---------------------------------------------------------- */
/*---ページの先頭へ---*/
#back-top {
	position:fixed;
	right:20px;
	bottom:20px;
	z-index: 100;
}

#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/pagetop.png) no-repeat left top;
	text-indent:-9999px;
	z-index: 5;
}

#back-top a:hover {
	background: url(../img/pagetop.png) no-repeat left -60px;
	z-index: 5;
}

#Footer_Wrap {
   width: 100%;
   height: 400px;
   color: #FFF;
   background: #3399cc;
   background-size: cover;
}

footer {
   padding-top: 20px;
}

#Footer_Logo {
   width: 200px;
}


/* !Fonts -------------------------------------------------------------- */
.ffNotoSans { font-family: "Noto Sans Japanese";}
.ffMplus1p { font-family: "Mplus 1p";}
.ffWorkSans { font-family: 'Work Sans', sans-serif;}
.ffMontserratAlternates { font-family: 'Montserrat Alternates', sans-serif;}
.ffPinyon { font-family: 'Pinyon Script', cursive;}
.fwB { font-weight: bold;}
.fcWhite { color: #FFF;}
.fcGray { color: #666666;}
.fcRed { color: #FF0000;}
.fcPink { color: #cc6666;}
.fcBlue { color: #3399cc;}
.fcBlue2 { color: #003366;}
.fcLightBlue { color: #ccffff;}
.fz14 { font-size: 14px;}
.fz26 { font-size: 26px; line-height:30px;}
.fz34 { font-size: 34px; line-height:38px;}
.fz60 { font-size: 60px; line-height:64px;}

/* !Margin ------------------------------------------------------------------ */
.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt80 { margin-top:80px !important;}
.mt120 { margin-top:120px !important;}

.mtb20 { margin-bottom:30px !important;}
.mtb30 { margin-bottom:30px !important;}
.mtb40 { margin-bottom:40px !important;}

/* !Padding ------------------------------------------------------------------ */
.pt60 { padding-top:60px !important;}

/* !Width ------------------------------------------------------------------- */
.w30per { width: 30% !important;}
.w40per { width: 40% !important;}
.w60per { width: 60% !important;}
.w70per { width: 70% !important;}
.w80per { width: 80% !important;}
.w90per { width: 90% !important;}

/* !Inline Align ------------------------------------------------------------ */
.taC { text-align: center !important;}
.taR { text-align: right !important;}
.ImgC { display: block; margin-left: auto; margin-right: auto;}

/* !Floats ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}

/* 黒四角 */
.liststyletype_square{
    list-style-type: square;
    padding-left: 20pt;
}

/* ライン */
p.line {
   border-bottom: thin dashed #00A7FF;
}
p.line2 {
   border-bottom: 1px solid #000000;
}

/* !ページ内リンク ------------------------------------------------------------------ */
a.anchor {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}

