/*
Theme Name: HTCS_SOLUTION
Theme URI: https://www.htcs-solution.jp
Author: HAKUSANTECHOSERVICE
Author URI: https://www.htcs-solution.jp
Version: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyeleven
Template:twentyeleven
*/

@import url('../twentyeleven/style.css');

html {
   -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.pc_on {
	display:block;
}
.sp_on {
	display:none;
}

/* reCAPTCHAマークをずらして表示 */
.grecaptcha-badge {
	bottom: 85px !important ;
	z-index: 999999;
}

/* =Structure
----------------------------------------------- */
html {
	padding: 0 0em;
}
body {
	padding: 0 0em;
}
#page0 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0em auto;
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
	height: 100px;
	position: sticky;
    top: 0;
	z-index: 999999;
	z-index: 9999;
}

[id] {
    scroll-margin-top: 100px;
}

#top_contents {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 45px auto;
	overflow:hidden;
	position: relative;
	z-index: 10;
}
#pg_contents {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0px auto;
	margin:0px auto 0px auto;
	overflow:hidden;
	position: relative;
	z-index: 10;
}
#page {
	margin: 0em auto;
	width: 100%;
	max-width: 1000px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 3;
}

#branding hgroup {
	margin: 0 0%;
}
#access div {
	margin: 0 0%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 0%;
	width: 65.7%;
	border-right: 1px solid #ccc;
	padding: 0px 60px 0px 0px;
}
#content2 {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#secondary {
	float: right;
	margin-right: 0%;
	width: 18.8%;
}


/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 0%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone {
	display: inline;
	margin-right: 1.5em;
}

/* =Global
----------------------------------------------- */
body, input, textarea {
	color: #333333;
	font: 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-weight: 400;
	line-height: 1.8;
}
body {
	background: #fff;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin: 0 0 0em;
	margin-bottom: 1.5em;
}

p span {
	margin: 0 0 0em;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
	margin: 0 0 1.0em 1.3em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}


/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #333333;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #0068B7;
	text-decoration: underline;
}
img {
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
vertical-align: bottom;
}


/* =Header
----------------------------------------------- */
#branding {
	border-top: 0px solid #bbb;
	padding-bottom: 0px;
	position: relative;
	z-index: 99999;
}

#branding img {
	height: auto;
	display: block;
	width: auto;
	max-width: 100%;
}

#header0 {
box-sizing: border-box;
	width: 100%;
	min-width: 1280px; 
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #0068B7;
	height: 100px;
overflow:hidden;
}

#header {
width: 100%;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
background-color: #fff;
}

#header a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-ms-filter: "alpha(opacity=70)";
}

.hd_slogo {
float:left;
	width: 480px;
	margin: 22px 0 0 2.5%;
	padding: 0 0 0px 0;
	overflow:hidden;
}

.hd_right {
float:right;
text-align:left;
margin:0px 0% 0px 0;
padding: 0px 0px 0px 0px;
}

.hd_right1 {
	width: auto;
	margin: 0px 0 0 0%;
	padding: 0 0 0px 0;
	overflow:hidden;
}
.hd_right2 {
	width: auto;
	text-align:right;
	margin: 0px 20px 0 0%;
	padding: 0 0 0px 0;
	overflow:hidden;
}


.hd_corporate_bn {
float:right;
	box-sizing: border-box;
	width: 220px;
	height: 46px;
	text-align:center;
	margin:0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	background-color: #0068b7;
	position: relative;
z-index: 5;
}
.hd_corporate_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.hd_corporate_bn a:hover{
	 opacity: 0.20;
    background-color: #ffffff;
}

.hd_corporate_bn_txt {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align:center;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	margin: 0px 0 0 0;
	padding: 1px 0px 0px 30px;
	text-transform: none;
	background: url(images/hd_corporate_icn.svg) no-repeat 26px 4px;
}


.hd_ctt_bn {
float:right;
	box-sizing: border-box;
	width: 220px;
	width: 200px;
	height: 46px;
	text-align:center;
	margin:0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	background-color: #0068b7;
	position: relative;
z-index: 5;
}
.hd_ctt_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.hd_ctt_bn a:hover{
	 opacity: 0.20;
    background-color: #ffffff;
}

.hd_ctt_bn_txt {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align:center;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}

.hd_ctt {
box-sizing: border-box;
float:right;
 font-size: 16px;
 color: #333;
margin:13px 22px 0px 0%;
	padding: 0px 0px 0px 0px;
	  z-index: 10;
  position: relative;
  font-feature-settings: "palt" 1;
}
.hd_ctt a {
 color: #333;
}
.hd_ctt a:hover {
color: #0068B7;
text-decoration: none;
}


.hd_corporate {
box-sizing: border-box;
float:right;
 font-size: 16px;
 color: #333;
margin:13px 22px 0px 0%;
margin:12px 37px 0px 0%;
	padding: 0px 0px 0px 0px;
	  z-index: 10;
  position: relative;
  font-feature-settings: "palt" 1;
  padding: 1px 0px 0px 30px;
  padding: 1px 0px 0px 27px;
	text-transform: none;
	background: url(images/hd_corporate_bicn.svg) no-repeat 26px 4px;
	background: url(images/hd_corporate_bicn.svg) no-repeat 0px 6px;
}
.hd_corporate a {
 color: #333;
}
.hd_corporate a:hover {
color: #0068B7;
text-decoration: none;
}


.hd_tel {
box-sizing: border-box;
float:right;
width: 186px;
margin:7px 20px 0px 0%;
	padding: 0px 0px 0px 0px;
	  z-index: 10;
  position: relative;
}
.hd_tel a:hover img {
  -moz-opacity: 1.0 !important;
  -ms-filter: "alpha(opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  opacity: 1.0 !important;
}



#hd_menu0 {
float:left;
text-align:right;
margin:0px 0% 0px 0%;
	padding: 0px 0px 0px 0px;
	  z-index: 10;
  position: relative;
}

/* =メニュー
----------------------------------------------- */
.hd_menu {
  z-index: 150;
  position: relative;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	clear: both;
	height:auto;
	border-bottom: 0px solid #aaaaaa;
	background: #fff;
}

/* =遅延対応メニュー　ここから ------------------------ */
ul.menulist {
	display: table;
	line-height:1.4em; 
	text-align: center;
	padding: 6px 0px 0px 0px;
	margin:0px auto 0px auto;
}
ul.menulist > li {
	display: table-cell;
	width: auto;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
	vertical-align: top;
	padding: 0px 0px 0px 10px;
	padding: 0px 0px 0px 18px;
	font-feature-settings: "palt" 1;
}
ul.menulist > li:after {
}
ul.menulist li a {
  display: block;
	color: #333;
	padding: 5px 0px 0px 10px;
  border: 0px solid #ffffff;
	background-color: #fff;
	font-weight: normal; 
}
ul.menulist > li a:hover {
	opacity: 0.7;
	opacity: 1.0;
	color: #0068b7;
	text-decoration:none;
}
ul.menulist > li:hover > a {
border-bottom: 0px solid #0032fa;
}
ul.menulist li ul.second {
	display: none;
}
ul.menulist li.hover ul.second {
	display: block;
	width: 200%;
	width: 220px;
	width: 210px;
	position: absolute;
	 margin-left: -70px;
	margin-top: 15px;
	padding: 0;
}
ul.menulist li ul.second li {
	position: relative;
	list-style-type: none;
}
ul.menulist li ul.second > li:after {
}
ul.menulist li:last-child ul.second > li:after {
  margin-left: 0px;
	margin-top: 0px;
	padding: 0;
  border-left-color: transparent;
  border-right-color: #fff;
}
ul.menulist li ul.second li a {
	font-size: 15px;
	background:rgba(250,250,250,0.95);
	border-bottom: 1px solid #aaaaaa;
}
/* =遅延対応メニュー　ここまで ------------------------ */

#wpfront-scroll-top-container {
	margin-right: -10px;
	z-index: 99999999 !important;
}



/* =トップメインイメージ
----------------------------------------------- */
.hd_main_img {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}


.hd_main_img_cts {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	height: 630px;
	background: url(images/top_main_img.jpg) no-repeat center center;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 10;
}

.bg-top {
  z-index: 0;
  position: relative;
  width: 100%;
  min-width: 1300px;
  height: 630px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  clear: both;
}

.bg-top .inner {
  z-index: 10;
  position: relative;
  left: 0px;
  margin: 0px auto 0px auto;
  margin: 0px auto 0px auto;
}

.bg-top:after {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/top_main_img.jpg) no-repeat center center;
  background-size: cover;
  content: "";
}



h1.top_ttl_box {
box-sizing: border-box;
float:right;
width: 1000px;
margin:0px 35px 0px 0;
padding: 50px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 15;
}

.top_ttl1 {
box-sizing: border-box;
display:block;
width: 690px;
height: 80px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #006ec8;
  color: #fff;
  font-size: 44px;
  padding: 5px 35px 5px 25px;
  margin:0px 0 12px 0;
  line-height: 1.5em;
  font-weight: 600;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}

.top_ttl2 {
box-sizing: border-box;
display:block;
width: 990px;
height: 80px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #006ec8;
  color: #fff;
  font-size: 44px;
  padding: 5px 35px 5px 25px;
  line-height: 1.5em;
  font-weight: 600;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}

/* PCでは「電気代削減と」を2つ目の帯に表示 */
.sp_no_break {
	display: none;
}

.pc_only {
	display: inline;
}


.top_hd_point {
box-sizing: border-box;
width: 90%;
height: 80px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #fff;
  color: #333;
  font-size: 23px;
  padding: 18px 35px 20px 3%;
  margin:-40px 0 0px 0;
  line-height: 1.5em;
  font-weight: 700;
  border-bottom: 4px solid #f4901e;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0 100%);
  position: relative;
  z-index: 22;
}
.top_hd_point a:hover {
	text-decoration: none;
}

.top_hd_point_bk {
box-sizing: border-box;
width: 90%;
height: 80px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #f4901e;
  color: #333;
  font-size: 23px;
  padding: 18px 35px 20px 3%;
  margin:-79px 0 0px 2px;
  line-height: 1.5em;
  font-weight: 700;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0 100%);
  position: relative;
  z-index: 20;
}

.top_hd_point span.lg {
display:inline-block;
padding: 0px 5px 0px 5px;
font-size: 32px;
position: relative;
top:3px;
}

.top_hd_point span.nnmo {
display:inline-block;
  width: 1px;
  height: 50px;
  margin: 0px 65px 0px 65px;
  margin: 0px 5% 0px 5%;
   margin: 0px 4% 0px 4%;
  background-color: #ee5a24;
  transform: skewX(-15deg);
  align-self: center;
  position: relative;
  top:-9px;
}



/* =トップ メッセージ
----------------------------------------------- */
.top_message {
    box-sizing: border-box;
	max-width: 1200px;
margin:100px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_message_cp {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 35px auto;
	padding: 0 0 0px 0;
}


/* =トップ 井戸水クーラー
----------------------------------------------- */
.top_wwcoole_area{
    position:relative;
}
.top_wwcoole_link{
    position:absolute;
    left:0;
    top:100px;
    width:100%;
    height:450px;
	height:500px;
    z-index:100;
}
.top_wwcoole_hover{
    position:absolute;
    left:0;
    top:100px;
    width:100%;
    height:450px;
    background:rgba(255,255,255,.30);
    opacity:0;
    transition:.3s;
    pointer-events:none;
    z-index:50;
}
.top_wwcoole_link:hover + .top_wwcoole_hover{
    opacity:1;
}

.top_business_sttl {
    transition: opacity .3s;
}
.top_wwcoole_link:hover ~ .top_wwcoole_cts .top_business_sttl {
    opacity: .4;
	opacity: .55;
}

.top_descaling_area {
    position:relative;
}
.top_descaling_link{
    position:absolute;
    left:0;
    top:100px;
	top:0px;
    width:100%;
    height:500px;
    z-index:100;
}
.top_descaling_hover{
   position:absolute;
    left:0;
    top:100px;
	top:0px;
    width:100%;
    height:450px;
    background:rgba(255,255,255,.30);
    opacity:0;
    transition:.3s;
    pointer-events:none;
    z-index:50;
}
.top_descaling_link:hover + .top_descaling_hover{
    opacity:1;
}
.top_descaling_link:hover  ~ .top_wwcoole_cts .top_business_sttl {
    opacity: .4;
	opacity: .55;
}

.top_wwcoole_cts_bk {
box-sizing: border-box;
	width: 100%;
	height: 450px;
	background-color: #e0f6ff;
margin:0px auto -380px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 10;
top:-380px;
}

.top_wwcoole_img {
box-sizing: border-box;
float:right;
width: 46%;
height: 420px;
background: url(images/top_wwcoole_img.jpg) no-repeat top left;
clip-path: polygon(90px 0, 100% 0, 100% 100%, 0 100%);
margin:100px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
z-index: 20;
}

.top_wwcoole_cts {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
margin:0px auto -280px auto;
padding: 0px 0px 0px 0px;
position: relative;
z-index: 30;
top:-380px;
overflow:hidden;
}


.top_wwcoole_box {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
}
h2.top_business_sttl {
color: #005bac;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 30px 0;
	padding: 0 0 0px 0;
	overflow:hidden;
}
h3.top_business_cp {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	margin: 0 0 40px 0;
	padding: 0 0 0px 0;
	overflow:hidden;
}

.top_wwcoole_point {
box-sizing: border-box;
max-width: 970px;
margin:0px 0 0px -15px;
padding: 0px 0px 0px 0px;
position: relative;
}

.top_wwcoole_pbox {
box-sizing: border-box;
float:left;
width: 300px;
height: 124px;
  padding: 20px 10px 10px 15px;
  margin:0px 20px 0px 0;
  background-color: #fff;
  color: #333;
   border: 1px solid #f4901e;
  /* X軸方向に -15deg 傾ける */
  transform: skewX(-15deg);
}
.top_wwcoole_pbox_box {
transform: skewX(15deg);
position: relative;
}

.top_bns_point_icn {
width: 36px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:-5px;
left:-5px;
}

.top_wwcoole_pticn {
box-sizing: border-box;
float:left;
width: 66px;
margin:0px 20px 0px 0px;
padding: 8px 0px 0px 0px;
position: relative;
}
.top_wwcoole_pticn img {
max-width: 100%;
height: auto;
}


.top_wwcoole_ptcp1 {
float:left;
color: #4d4d4d;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.35em;
	margin: 0 0 0em;
	padding: 9px 0 0px 0;
}
.top_wwcoole_ptcp1 span {
color: #ee5a24;
}

.top_wwcoole_ptcp2 {
float:left;
color: #4d4d4d;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.35em;
	margin: 0 0 0em;
	padding: 9px 0 0px 0;
}
.top_wwcoole_ptcp2 span {
color: #ee5a24;
}
.top_wwcoole_ptcp3 {
float:left;
color: #4d4d4d;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.35em;
	margin: 0 0 0em;
	padding: 0 0 0px 0;
}
.top_wwcoole_ptcp3 span {
color: #ee5a24;
}

/* =トップ 水処理 基本 wwcoole 追加分のみ
----------------------------------------------- */
.top_descaling_img {
box-sizing: border-box;
float:right;
width: 46%;
height: 420px;
background: url(images/top_descaling_img.jpg) no-repeat top left;
clip-path: polygon(90px 0, 100% 0, 100% 100%, 0 100%);
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
z-index: 20;
}



/* =トップ　スライド
----------------------------------------------- */
.top_slider {
clear:both;
		width: 100%;
		background: #ffffff;
		border-top: 4px solid #fff;
		border-top: 6px solid #fff;
		border-bottom: 5px solid #fff;
	margin:0px auto 120px auto;
	margin:30px auto 60px auto;
		padding: 0px 0px 0px 0px;
		position: absolute; 
		position: relative;
		bottom: 0px;
		z-index: 999;
}
#img1,#img2,#img3,#img4,#img5,#img6,#img7,#img8,#img9 {
min-width: 244px;
}

.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	margin:0 0 4px 0;
	padding:0px;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	margin:0 2px -4px 2px;
	margin:0 4px 0px 4px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	opacity:0.7;
	filter:alpha(opacity=70);
	background-color:#cde0f3;
	background-color:#ffffff;
	opacity:0.0;
	filter:alpha(opacity=0);
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	opacity:0.7;
		filter:alpha(opacity=70);
		background-color:#cde0f3;
	background-color:#ffffff;
	opacity:0.0;
	filter:alpha(opacity=0);
}

.controlNav {
	position:relative;
	margin-bottom:0px;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
		background:#f19500;
		background:#006ec8;
}


/* =トップ　導入実績･参考データ
----------------------------------------------- */
.top_example_cts {
box-sizing: border-box;
	width: 100%;
	background-color: #edf8ff;
margin:0px auto 90px auto;
padding: 90px 10px 120px 10px;
padding: 90px 10px 20px 10px;
position: relative;
overflow:hidden;
}
.top_example_cts_box {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.top_example_ej {
box-sizing: border-box;
	max-width: 340px;
	margin: 0 auto 4px auto;
	padding: 0 0 0px 0;
	overflow:hidden;
}
.top_example_ej img {
	max-width: 100%;
	height: auto;
}

h2.top_example_ttlbox {
max-width: 340px;
	text-align:center;
	margin: 0 auto 0px auto;
	padding: 0 0 0px 0;
	overflow:hidden;
}
.top_example_ttl {
color: #4d4d4d;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
	margin: 0 auto 40px auto;
	padding: 0 0 0px 0;
	 position: relative;
    display: inline-block;
    padding: 0 55px;
	padding: 0 30px;
}
.top_example_ttl:before,
.top_example_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #00a7ea;
}
.top_example_ttl:before {
    left: 0;
}
.top_example_ttl:after {
    right: 0;
}

h3.top_example_cp {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0 auto 40px auto;
	padding: 0 0 0px 0;
}

.top_example_zone {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 30px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}
.top_examples {
box-sizing: border-box;
float:left;
width: 300px;
border-right: 1px solid #969696;
margin:0px 0 70px 0;
padding: 0px 0px 10px 0px;
position: relative;
overflow:hidden;
}

/* =一覧ボタン */
.top_example_bn {
box-sizing: border-box;
float:right;
width: 110px;
	height: 40px;
	margin: 0px auto 0px auto;
	margin: 0px auto -80px auto;
	padding: 0 0 0px 0;
	background-color: #fff;
	border-top: 1px solid #00a7ea;
border-bottom: 1px solid #00a7ea;
position: absolute;
position: relative;
overflow:hidden;
top:-80px;
right:0px;
z-index: 10;
}
.top_example_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.top_example_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
.top_example_bn_txt {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 500;
	text-align:center;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	padding: 6px 20px 0px 0px;
	position: relative;
}
.top_example_bn_ya {
box-sizing: border-box;
width: 20px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:2px;
right:12px;
}
.top_example_bn_ya img {
max-width: 100%;
height: auto;
}



.top_examples:nth-child(1) {
box-sizing: border-box;
float:left;
width: 300px;
border-left: 1px solid #969696;
border-right: 1px solid #969696;
margin:0px 0 0px 0;
padding: 0px 0px 10px 0px;
position: relative;
overflow:hidden;
}
.top_examples:nth-child(4n+1) {
box-sizing: border-box;
float:left;
width: 300px;
border-left: 1px solid #969696;
border-right: 1px solid #969696;
margin:0px 0 70px 0;
padding: 0px 0px 10px 0px;
position: relative;
overflow:hidden;
}

.top_examples_ct {
box-sizing: border-box;
width: 260px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
display: flex;
flex-wrap: wrap;
}

.top_examples_cat1 {
box-sizing: border-box;
width: 148px;
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
margin:0px 0 0px 0;
padding: 4px 4px 4px 4px;
background-color: #39b24a;
position: relative;
overflow:hidden;
z-index:15;
}
.top_examples_cat2 {
box-sizing: border-box;
width: 148px;
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
margin:0px 0 0px 0;
padding: 4px 4px 4px 4px;
background-color: #0068b7;
position: relative;
overflow:hidden;
z-index:15;
}
.top_examples_cat3 {
box-sizing: border-box;
width: 148px;
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
margin:0px 0 0px 0;
padding: 4px 4px 4px 4px;
background-color: #00a7ea;
position: relative;
overflow:hidden;
z-index:15;
}
.top_examples_cat4 {
box-sizing: border-box;
width: 148px;
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
margin:0px 0 0px 0;
padding: 4px 4px 4px 4px;
background-color: #f18d00;
position: relative;
overflow:hidden;
z-index:15;
}
.top_examples_cat5 {
box-sizing: border-box;
width: 148px;
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
margin:0px 0 0px 0;
padding: 4px 4px 4px 4px;
background-color: #9c5ca3;
position: relative;
overflow:hidden;
z-index:15;
}

.top_examples_img {
box-sizing: border-box;
width: 260px;
margin:-15px auto 0px auto;
padding: 0px 0px 8px 0px;
position: relative;
overflow:hidden;
z-index:10;
}
.top_examples_img img {
max-width: 100%;
height: auto;
}
.top_examples_img a:hover img {
opacity: 0.70 !important;
filter: alpha(opacity=70) !important;
-moz-opacity: 0.70 !important;
-ms-filter: "alpha(opacity=70)" !important;
}


.top_examples_cp01 {
box-sizing: border-box;
width: 100%;
color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:left;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.top_examples_sttl {
box-sizing: border-box;
color: #0064c8;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	text-align:left;
margin:0px 0 15px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_examples_sttl a {
box-sizing: border-box;
color: #0064c8;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	text-align:left;
margin:0px 0 15px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}


.top_examples_cp1 {
box-sizing: border-box;
color: #333;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:left;
margin:0px 0 10px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_examples_cp02 {
box-sizing: border-box;
width: 100%;
color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:left;
	border-top: 1px solid #0064c8;
margin:0px 0 0px 0;
padding: 15px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.top_examples_cp2 {
box-sizing: border-box;
color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:left;
margin:0px 0 10px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.top_examples_cp3 {
box-sizing: border-box;
color: #0064c8;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:left;
margin:0px 0 6px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_examples_cp4 {
box-sizing: border-box;
float:left;
width: auto;
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:left;
	background-color: #0068b7;
margin:0px 10px 0px 0;
padding: 4px 10px 4px 10px;
position: relative;
overflow:hidden;
}
.top_examples_cp44 {
box-sizing: border-box;
float:left;
color: #0068b7;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5em;
	text-align:left;
margin:-9px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_examples_cp44 span {
color: #0068b7;
	font-size: 24px;
}

.top_examples_cp5 {
clear:both;
box-sizing: border-box;
color: #be272d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	text-align:left;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_examples_cp5 span {
color: #be272d;
	font-size: 24px;
}



/* =トップ　シミュレーション
----------------------------------------------- */
.top_simulation_bar {
box-sizing: border-box;
	width: 1100px;
	height: 280px;
	background-color: #edf8ff;
margin:0px auto 90px auto;
padding: 30px 20px 20px 30px;
padding: 20px 20px 20px 60px;
border-top: 1px solid #0068b7;
border-bottom: 1px solid #0068b7;
position: relative;
}
.top_simulation_bar a {
   display: block;
    position: absolute;
    top: 0;
     width: 100%;
	height: 100%;
 	left: 0;
 }  
.top_simulation_bar a:hover{
	 opacity: 0.20;
	 opacity: 0.30;
    background-color: #ffffff;
}


.top_simulation_bar_icn {
box-sizing: border-box;
width: 28px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:-8px;
left:-5px;
}

.top_simulation_cts1 {
box-sizing: border-box;
float:left;
width: 630px;
margin:0px 0 0px 0;
padding: 20px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.top_simulation_pcimg {
box-sizing: border-box;
float:right;
width: 360px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_simulation_pcimg img {
max-width: 100%;
height: auto;
}

h2.top_simulation_ttl {
color: #0068b7;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.6em;
	margin: 0 0 30px 0;
	padding: 0 0 0px 0;
}
.top_simulation_cp {
color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6em;
	margin: 0 0 30px 0;
	padding: 0 0 0px 0;
}

.top_simulation_sbox {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	overflow:hidden;
}
.top_simulation_sbox_cp {
box-sizing: border-box;
float:left;
width: 360px;
color: #333;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 0px 0px 0;
	padding: 0 0 0px 0;
	overflow:hidden;
}

.top_simulation_bn {
box-sizing: border-box;
float:right;
float:left;
width: 240px;
	height: 54px;
	margin: 0 0px 0px 0;
	padding: 0 0 0px 0;
	background-color: #fff;
	border-top: 1px solid #00a7ea;
border-bottom: 1px solid #00a7ea;
position: relative;
overflow:hidden;
}

.top_simulation_bn_txt {
	color: #0068b7;
	font-size: 20px;
	font-weight: 600;
	text-align:center;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	padding: 10px 0px 0px 0px;
	text-transform: none;
}
.top_simulation_bn_ya {
box-sizing: border-box;
width: 25px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:10px;
right:15px;
}



/* =トップ　インフォメーション
----------------------------------------------- */
.top_info_cts {
box-sizing: border-box;
	width: 100%;
	background-color: #edf8ff;
margin:0px auto 90px auto;
padding: 90px 10px 120px 10px;
padding: 90px 10px 100px 10px;
padding: 90px 10px 80px 10px;
position: relative;
overflow:hidden;
}
.top_info_cts_box {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.top_info_ej {
box-sizing: border-box;
	max-width: 340px;
	margin: 0 auto 4px auto;
	padding: 0 0 0px 0;
	overflow:hidden;
}
.top_info_ej img {
	max-width: 100%;
	height: auto;
}

h2.top_info_ttlbox {
max-width: 340px;
	text-align:center;
	margin: 0 auto 0px auto;
	padding: 0 0 0px 0;
	overflow:hidden;
}
.top_info_ttl {
color: #4d4d4d;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
	margin: 0 auto 40px auto;
	padding: 0 0 0px 0;
	 position: relative;
    display: inline-block;
    padding: 0 55px;
	padding: 0 30px;
}
.top_info_ttl:before,
.top_info_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #00a7ea;
}
.top_info_ttl:before {
    left: 0;
}
.top_info_ttl:after {
    right: 0;
}

.top_info_zone {
box-sizing: border-box;
	max-width: 1000px;
margin:0px auto 0px auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
border-top: 1px solid #4d8dcb;
position: relative;
overflow:hidden;
z-index: 5;
}

.top_news_box {
	box-sizing: border-box;
	border-bottom: 1px solid #4d8dcb;
	margin:0px 0px 0px 0;
	padding: 22px 20px 22px 50px;
	position: relative;
	overflow:hidden;
}	
	
.top_news_date {
	float:left;
	width: 120px;
	color: #333;
	text-align:left;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.5;
	margin:0px 20px 0px 0;
	padding: 3px 0px 0px 0px;
}
.top_news_cat {
	float:left;
	width: 130px;
	color: #fff;
	text-align:left;
	margin:0px 40px 0px 0;
	padding: 0px 0px 0px 0px;
}

.top_news_catb {
	width: 130px;
	color: #fff;
	text-align:left;
	text-align:center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  background-color: #0068b7;
	margin:0px 0px 0px 0;
	padding: 4px 2px 4px 2px;
	position: relative;
}
.top_news_catb a {
	color: #fff;
	font-weight: 600;
}

.top_news_cato {
	width: 130px;
	color: #fff;
	text-align:center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  background-color: #f4901e;
	margin:0px 0px 0px 0;
	padding: 4px 2px 4px 2px;
	position: relative;
}
.top_news_cato a {
	color: #fff;
	font-weight: 600;
}

.top_news_catg {
	width: 130px;
	color: #fff;
	text-align:center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  background-color: #00A69A;
	margin:0px 0px 0px 0;
	padding: 4px 2px 4px 2px;
	position: relative;
}
.top_news_catg a {
	color: #fff;
	font-weight: 600;
}

.top_news_cat_ya {
box-sizing: border-box;
width: 18px;
color: #fff;
font-size: 15px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:4px;
left:2px;
}

h3.top_news_ttl {
clear:none;
	float:left;
	width: 590px;
	color: #4d4d4d;
	text-align:left;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
	margin:0px 0px 0px 0;
	padding: 2px 0px 0px 0px;
}	
h3..top_news_ttl a {
color: #4d4d4d;
}				
			
.topnew {
	display:inline-block;
	font-size: 16px;
	color: #ff1c24;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px 0px 0px 0em;
	margin: 0 0 0em 0;
}	

/* =一覧ボタン */
.top_news_bn_box {
box-sizing: border-box;
	max-width: 1000px;
margin:0px auto 0px auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}
.top_news_bn {
float:right;
box-sizing: border-box;
width: 110px;
	height: 40px;
	margin: 0px auto 0px auto;
	margin: 15px auto 0px auto;
	padding: 0 0 0px 0;
	background-color: #fff;
	border-top: 1px solid #00a7ea;
border-bottom: 1px solid #00a7ea;
position: absolute;
position: relative;
overflow:hidden;
z-index: 10;
}
.top_news_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.top_news_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
.top_news_bn_txt {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 500;
	text-align:center;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	padding: 6px 20px 0px 0px;
	position: relative;
}
.top_news_bn_ya {
box-sizing: border-box;
width: 20px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:2px;
right:12px;
}
.top_news_bn_ya img {
max-width: 100%;
height: auto;
}


/* =トップ　事業部紹介バナー
----------------------------------------------- */
.top_about_bar {
box-sizing: border-box;
	width: 1000px;
	height: 290px;
	background-color: #fff;
margin:0px auto 25px auto;
padding: 0px 0px 0px 0px;
border-top: 3px solid #f18d00;
border-bottom: 3px solid #0068b7;
position: relative;
overflow:hidden;
}
.top_about_bar a {
   display: block;
    position: absolute;
    top: 0;
     width: 100%;
	height: 100%;
 	left: 0;
 }  
.top_about_bar a:hover{
	 opacity: 0.20;
	 opacity: 0.30;
    background-color: #ffffff;
}

.top_about_bar_img {
box-sizing: border-box;
float:left;
width: 500px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_about_bar_img img {
max-width: 100%;
height: auto;
}

.top_about_bar_cts {
box-sizing: border-box;
float:left;
width: 500px;
margin:0px 0 0px 0;
padding: 35px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_about_bar_logo {
box-sizing: border-box;
width: 220px;
margin:0px auto 10px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_about_bar_logo img {
max-width: 100%;
height: auto;
}

.top_about_bar_ttlbox {
max-width: 420px;
	text-align:center;
	margin: 0 auto 0px auto;
	padding: 0 0 0px 0;
	overflow:hidden;
}
.top_about_bar_ttl {
color: #4d4d4d;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
	margin: 0 auto 40px auto;
	padding: 0 0 0px 0;
	 position: relative;
    display: inline-block;
    padding: 0 55px;
	padding: 0 30px;
}
.top_about_bar_ttl:before,
.top_about_bar_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #00a7ea;
}
.top_about_bar_ttl:before {
    left: 0;
}
.top_about_bar_ttl:after {
    right: 0;
}

.top_about_bar_cp {
	font-size: 22px;
	color: #333;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
	padding: 0px 0px 0px 0em;
	margin: 0 0 0em 0;
}	


/* =トップ　採用情報バナー
----------------------------------------------- */
.top_recruit_bar {
box-sizing: border-box;
	width: 1000px;
	height: 212px;
	background-color: #edf8ff;
margin:0px auto 80px auto;
padding: 30px 20px 20px 30px;
padding: 0px 0px 20px 65px;
border-top: 1px solid #0068b7;
border-bottom: 1px solid #0068b7;
position: relative;
}
.top_recruit_bar a {
   display: block;
    position: absolute;
    top: 0;
     width: 100%;
	height: 100%;
 	left: 0;
 }  
.top_recruit_bar a:hover{
	 opacity: 0.20;
	 opacity: 0.30;
    background-color: #ffffff;
}

.top_recruit_bar_icn {
box-sizing: border-box;
width: 28px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:-8px;
left:0px;
}

.top_recruit_bar_cts {
box-sizing: border-box;
float:left;
width: 400px;
margin:0px 0 0px 0;
padding: 30px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_recruit_bar_ttl {
color: #0068b7;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5em;
	text-align:left;
	margin: 0 auto 20px auto;
	padding: 0 0 0px 0;
	 position: relative;
}
.top_recruit_bar_cp {
color: #4d4d4d;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:left;
	margin: 0 auto 35px auto;
	padding: 0 0 0px 0;
	 position: relative;
}

.top_recruit_bar_img {
box-sizing: border-box;
float:right;
text-align:right;
width: 500px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_recruit_bar_img img {
max-width: 100%;
height: auto;
}
.top_recruit_bar_img_sp {
display:none;
}

/* =トップ　パートナー募集バナー
----------------------------------------------- */
.top_partner_bar {
box-sizing: border-box;
	width: 1000px;
	height: 212px;
	background-color: #edf8ff;
margin:0px auto 70px auto;
padding: 30px 20px 20px 30px;
padding: 0px 0px 20px 65px;
border-top: 1px solid #0068b7;
border-bottom: 1px solid #0068b7;
position: relative;
}
.top_partner_bar a {
   display: block;
    position: absolute;
    top: 0;
     width: 100%;
	height: 100%;
 	left: 0;
 }  
.top_partner_bar a:hover{
	 opacity: 0.20;
	 opacity: 0.30;
    background-color: #ffffff;
}

.top_partner_bar_icn {
box-sizing: border-box;
width: 28px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:-8px;
left:0px;
}

.top_partner_bar_cts {
box-sizing: border-box;
float:left;
width: 400px;
margin:0px 0 0px 0;
padding: 30px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_partner_bar_ttl {
color: #0068b7;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5em;
	text-align:left;
	margin: 0 auto 20px auto;
	padding: 0 0 0px 0;
	 position: relative;
}
.top_partner_bar_cp {
color: #4d4d4d;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:left;
	margin: 0 auto 35px auto;
	padding: 0 0 0px 0;
	 position: relative;
}

.top_partner_bar_img {
box-sizing: border-box;
float:right;
text-align:right;
width: 460px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.top_partner_bar_img img {
max-width: 100%;
height: auto;
}
.top_partner_bar_img_sp {
display:none;
}


/* =フッターコンタクト
----------------------------------------------- */
.ft_contact_cts {
clear:both;
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	height: 360px;
	background-color: #0068b7;
margin:0px auto 0px auto;
padding: 45px 0px 40px 0px;
overflow:hidden;
}
.ft_contact_cts_box {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.ft_contact_cts1 {
box-sizing: border-box;
float:left;
width: 670px;
margin:0px 0px 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ft_contact_cts2 {
box-sizing: border-box;
float:right;
width: 520px;
margin:0px 0px 0px 0;
padding: 24px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.ft_contact_cts_ttlbox {
box-sizing: border-box;
margin:0px 0px 24px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ft_contact_cts_ej {
box-sizing: border-box;
float:left;
width: 234px;
margin:0px 20px 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ft_contact_cts_ej img {
max-width: 100%;
height: auto;
}

.ft_contact_cts_ttl {
float:left;
color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
	margin: 15px 0 0px 0;
	padding: 0 0 0px 0;
	 position: relative;
    display: inline-block;
    padding: 0 55px;
	padding: 0 30px;
}
.ft_contact_cts_ttl:before,
.ft_contact_cts_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #fff;
}
.ft_contact_cts_ttl:before {
    left: 0;
}
.ft_contact_cts_ttl:after {
    right: 0;
}

.ft_contact_cts_cp {
color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:left;
	margin: 0 0 24px 40px;
	padding: 0 0 0px 0;
	 position: relative;
}
.ft_contact_cts_cp2 {
color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6em;
	text-align:left;
	margin: 0 0 0px 40px;
	padding: 0 0 0px 0;
	 position: relative;
}


.ft_contact_tel_bn {
	box-sizing: border-box;
	width: 520px;
	height: 100px;
	text-align:center;
	margin:0px auto 24px auto;
	padding: 20px 0px 0px 0px;
	background-color: #fff;
	border-bottom: 6px solid #f18d00;
	position: relative;
z-index: 5;
}
.ft_contact_tel_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.ft_contact_tel_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
.ft_contact_tel_bn_tel {
box-sizing: border-box;
	width: 288px;
	margin: 0px auto 4px auto;
	padding: 0px 0px 0px 0px;
overflow:hidden;
}
.ft_contact_tel_bn_tel img {
	max-width: 100%;
	height: auto;
}
.ft_contact_tel_bn_cp {
box-sizing: border-box;
	color: #0068b7;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1.6em;
	margin: 0 auto 0em auto;
	padding: 0 0 0px 0;
}

.ft_contact_mail_bn {
	box-sizing: border-box;
	width: 520px;
	height: 100px;
	text-align:center;
	margin:0px auto 0px auto;
	padding: 28px 0px 0px 0px;
	background-color: #fff;
	border-bottom: 6px solid #f18d00;
	position: relative;
z-index: 5;
}
.ft_contact_mail_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.ft_contact_mail_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}

.ft_contact_mail_bn_mail{
box-sizing: border-box;
	width: 288px;
	margin: 0px auto 4px auto;
	padding: 0px 0px 0px 0px;
overflow:hidden;
}
.ft_contact_mail_bn_mail img {
	max-width: 100%;
	height: auto;
}



/* =井戸水クーラーページ　ヘッダ
----------------------------------------------- */
.hd_wwcooler_img {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}


.hd_wwcooler_img_cts {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	height: 500px;
	background: url(images/wwcooler_main_img.jpg) no-repeat center center;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 10;
}

h1.wwcooler_ttl_box {
box-sizing: border-box;
width: 1280px;
margin:0px auto 0px auto;
padding: 90px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 15;
}

.wwcooler_ttl1 {
box-sizing: border-box;
display:block;
width: 690px;
height: 80px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #fff;
  color: #005bac;
  font-size: 44px;
  padding: 5px 35px 5px 25px;
  margin:0px 0 12px 0;
  line-height: 1.5em;
  font-weight: 600;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}

.wwcooler_ttl2 {
box-sizing: border-box;
display:block;
width: 660px;
height: 80px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #fff;
  color: #005bac;
  font-size: 44px;
  padding: 5px 35px 5px 25px;
  line-height: 1.5em;
  font-weight: 600;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}

.wpc {
display:block;
}
.wpc_sp {
display:none;
}

.wwcooler_hd_point {
box-sizing: border-box;
width: 90%;
height: 80px;
height: 105px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #fff;
  color: #333;
  font-size: 24px;
  padding: 18px 35px 10px 3%;
  padding: 18px 50px 10px 3%;
  margin:-40px 0 0px 0;
  margin:-65px 0 0px 0;
  line-height: 1.35em;
  font-weight: 600;
  border-bottom: 4px solid #f4901e;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0 100%);
  position: relative;
  z-index: 22;
  display: flex; /* 横並びにする */
  justify-content: space-between; /* 両端の要素を端に寄せ、間隔を均等にする */
}

.wwcooler_hd_point_bk {
box-sizing: border-box;
width: 90%;
height: 80px;
height: 105px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #f4901e;
  color: #4d4d4d;
  font-size: 24px;
  padding: 18px 35px 10px 3%;
  padding: 18px 50px 10px 3%;
  margin:-79px 0 0px 2px;
  margin:-106px 0 50px 2px;
  line-height: 1.35em;
  font-weight: 600;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0 100%);
  position: relative;
  z-index: 20;
}


.wwcooler_hd_point span.icon {
display:inline-block;
width: 60px;
padding: 0px 0px 0px 0px;
color: #ee5a24;
position: relative;
top:3px;
}
.wwcooler_hd_point span.icon img {
max-width: 100%;
height: auto;
}
.wwcooler_hd_point span.txt {
display:inline-block;
padding: 0px 0px 0px 0px;
line-height: 1.35em;
position: relative;
}
.wwcooler_hd_point span.orng {
display:inline-block;
padding: 0px 0px 0px 0px;
color: #ee5a24;
position: relative;
}

.wwcooler_hd_point span.nnmo {
display:inline-block;
  width: 1px;
  height: 50px;
  height: 70px;
  margin: 0px 65px 0px 65px;
  margin: 0px 2% 0px 2%;
  background-color: #ee5a24;
  transform: skewX(-15deg);
  align-self: center;
  position: relative;
  top:-35px;
  top:-3px;
}



/* =水処理ページ　ヘッダ
----------------------------------------------- */
.hd_descaling_img {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}


.hd_descaling_img_cts {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	height: 500px;
	background: url(images/descaling_main_img.jpg) no-repeat center center;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 10;
}

h1.descaling_ttl_box {
box-sizing: border-box;
width: 1280px;
margin:0px auto 0px auto;
padding: 90px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 15;
}

.descaling_ttl1 {
box-sizing: border-box;
display:block;
width: 720px;
height: 80px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #fff;
   color: #005bac;
  font-size: 44px;
  padding: 5px 35px 5px 25px;
  margin:0px 0 12px 0;
  line-height: 1.5em;
  font-weight: 600;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}

.descaling_ttl2 {
box-sizing: border-box;
display:block;
width: 730px;
height: 80px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #fff;
  color: #005bac;
  font-size: 44px;
  padding: 5px 35px 5px 25px;
  line-height: 1.5em;
  font-weight: 600;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}


.dpc {
display:block;
}
.dpc_sp {
display:none;
}

.descaling_hd_point {
box-sizing: border-box;
width: 90%;
height: 80px;
height: 100px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #fff;
  color: #333;
  font-size: 24px;
  padding: 20px 50px 10px 3%;
  margin:-40px 0 0px 0;
  margin:-65px 0 0px 0;
  line-height: 1.35em;
  font-weight: 600;
  border-bottom: 4px solid #f4901e;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0 100%);
  position: relative;
  z-index: 22;
  display: flex; /* 横並びにする */
  justify-content: space-between; /* 両端の要素を端に寄せ、間隔を均等にする */
}

.descaling_hd_point_bk {
box-sizing: border-box;
width: 90%;
height: 80px;
height: 100px;
  /* 背景色や文字色はお好みで設定 */
  background-color: #f4901e;
  color: #4d4d4d;
  font-size: 24px;
  padding: 20px 50px 10px 3%;
  margin:-79px 0 0px 2px;
  margin:-101px 0 50px 2px;
  line-height: 1.35em;
  font-weight: 600;
  
  /* 右上を起点にして右下へ斜めに切り抜く */
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0 100%);
  position: relative;
  z-index: 20;
}


.descaling_hd_point span.icon {
display:inline-block;
width: 48px;
padding: 0px 0px 0px 0px;
color: #ee5a24;
position: relative;
top:4px;
}
.descaling_hd_point span.icon img {
max-width: 100%;
height: auto;
}
.descaling_hd_point span.txt {
display:inline-block;
padding: 0px 0px 0px 0px;
line-height: 1.35em;
position: relative;
top:10px;
}
.descaling_hd_point span.orng {
display:inline-block;
padding: 0px 0px 0px 0px;
color: #ee5a24;
position: relative;
}

.descaling_hd_point span.nnmo {
display:inline-block;
  width: 1px;
  height: 50px;
  height: 70px;
  margin: 0px 65px 0px 65px;
  margin: 0px 2% 0px 2%;
  background-color: #ee5a24;
  transform: skewX(-15deg);
  align-self: center;
  position: relative;
  top:-35px;
   top:-5px;
}



/* =他ページヘッダ
----------------------------------------------- */
.hd_other_page {
clear:both;
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	height: 210px;
	background-color: #d9f4ff;
margin:0px auto 60px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.hd_other_page_0 {
clear:both;
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	height: 210px;
	background-color: #d9f4ff;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.hd_other_page_box {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 30px 0px 20px 0px;
position: relative;
overflow:hidden;
}
.hd_other_pagettl_1 {
	color: #005bac;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	padding: 50px 0 0px 0px;
overflow:hidden;
}
.hd_other_pagettl_2 {
	color: #005bac;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	padding: 32px 0 0px 0px;
overflow:hidden;
}
.hd_other_e-tec_logo {
box-sizing: border-box;
	width: 540px;
	 position: absolute;
	padding: 0 0 0px 0px;
	margin:0px auto 0px auto;
	bottom:0px;
	right:0px;
}


/* =Content
----------------------------------------------- */
#main {
	clear: both;
	padding: 0em 0 0em 0;
	word-break:break-all;
}
.page-title {
	color: #0068B7;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	margin: 0 0 1.5em;
	padding: 0 0 0px 0;
	text-transform: none;
}
.page-title span {
	display:inline-block;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	padding: 0 0 0px 8px;
	text-transform: none;
}
.page-title a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.6em;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 0px solid #ddd;
	margin: 0 0 2.0em;
	padding: 0 0 2.0em;
	position: relative;
}
.hentry:last-child,
.no-results {
	margin: 0 0 1.5em !important;
	padding: 0em 0 1.5em !important;
	border-bottom: none;
}

#content2 .hentry,
#content2 .no-results {
	border-bottom: 0px solid #ddd;
	margin: 0 0 1.5em;
	padding: 0em 0 1.5em;
	position: relative;
}

				
.entry-title,
.entry-header .entry-meta {
	padding-right: 0px;
}
.entry-title {
	clear: both;
	color: #0068B7;
	color: #333333;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 0em;
	padding: 5px 5px 8px 0px;
	margin: 0 0 0.5em 0;
	border-bottom: solid 1px #bbbbbb;
}
.entry-title,
.entry-title a {
	color: #333333;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #0068B7 !important;
	text-decoration: none;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 13px;
	font-size: 14px;
	line-height: 1.8em;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.8em 0 1.5em 0;
	padding: 1.8em 0 1.0em 0;
	margin: 0em;
	line-height: 1.8em;
}
.entry-content a,
.entry-summary a {
	color: #333;
	font-weight: normal;
	font-weight: bold;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
	color: #0068B7;
	text-decoration: underline;
}
.entry-content {
	word-break: break-all;
}
.entry-content a:hover img {
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  vertical-align: top;
}
.entry-content .more-link {
	white-space: nowrap;
}
				
/* Alignment */
.entry-content .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.entry-content .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.entry-content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content .alignnone {
	display: inline;
	margin-right: 1.5em;
}
				
pre {
	background: #ebf7ff;
	font: 15px "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", "Arial", sans-serif;
	font: 15px 'Noto Sans JP', serif;
	font: 15px "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", "Arial", sans-serif;
	line-height: 1.6em;
	color: #333;
	border: 1px solid #66a8de !important;
	margin-bottom: 1.5em;
	padding: 1.0em 1.3em;
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-o-pre-wrap;
	white-space:-pre-wrap;
	word-wrap:break-word;
	-webkit-border-radius:6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
				
.entry-content h1,
.comment-content h1 {
	color: #333;
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 0.2em 0px;
	margin: 0em 0em 1.0em 0em;
}
.entry-content h2,
.comment-content h2 {
  font-size:20px;
	font-weight:bold;
	color: #0068b7;
	line-height: 1.5em;
	letter-spacing: 0.0em;
	text-transform: none;
	padding: 0px 0px 5px 0px;
	margin: 0em 0em 0.6em 0em;
	border-bottom: solid 1px #0068b7;
}
.entry-content h3,
.comment-content h3 {
  font-size:20px;
	font-weight:bold;
	color: #ef7a00;
	line-height: 1.5em;
	letter-spacing: 0.0em;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0em 0em 0.6em 0em;
}
.entry-content h4,
.comment-content h4 {
  font-size: 20px;
	font-weight:bold;
	color: #4d4d4d;
	border-left: 5px solid #0068b7;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	text-transform: none;
	padding: 0px 0px 0.0em 14px;
	margin: 0em 0em 0.6em 0em;
}
.entry-content h5,
.comment-content h5 {
 font-size: 18px;
	font-weight:bold;
	color: #0068b7;
	line-height: 1.6em;
	background: #d3e9ff;
	padding: 5px 5px 5px 15px;
	margin: 0em 0em 0.6em 0em;
}
.entry-content h6,
.comment-content h6 {
  font-size: 18px;
	color: #ef7a00;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #ef7a00;
}
				
.entry-content table,
.comment-content table {
	border: 1px solid #b6b6b6;
	border-collapse: collapse;
	margin: 0 0 1.5em 0em;
	width: 100%;
	font-size: 15px;
}
.entry-content th,
.comment-content th {
	color: #333;
	font-weight: 500;
	font-size: 15px;
	vertical-align: middle;
	letter-spacing: 0.0em;
	line-height: 2.6em;
	text-transform: none;
}
.entry-content td,
.comment-content td {
	border: 1px solid #b6b6b6;
	font-size: 15px;
	padding: 12px 15px 12px 15px;
	line-height: 1.5em;
	vertical-align: middle;
	word-break:break-all;
}
.entry-content td p,
.comment-content td p {
	margin-bottom: 0.0em !important;
}
.entry-content td img,
.comment-content td img {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin: 0 0 0em;
}
				
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	float: right;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 2px 8px;
	margin-bottom: 1.0em;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

.entry-meta .edit-link2 a,
.commentlist .edit-link2 a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	float: right;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 2px 8px;
	margin-bottom: 1.0em;
	margin-right: 2.0em;
}
.entry-meta .edit-link2 a:hover,
.commentlist .edit-link2 a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link2 {
	clear: both;
	display: block;
}

/* 404エラー------------------------ */
.nothing {
	color: #0068B7;
	clear: both;
	margin: 0 auto;
	font-size: 18px;
	text-align:center;
	line-height: 1.5em;
	margin-top: 2.0em;
	margin-bottom: 5.0em;
	overflow:hidden;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
	vertical-align: top;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	max-width: 100%;
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	padding: 0px;
}
img.size-thumbnail {
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-medium {
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.0em;
}
p img,
.wp-caption {
	margin-top: 0.0em;
}
.wp-caption {
	background: none;
	margin-bottom: 0em;
	max-width: 100%;
	max-width: calc( 100% - 0px );
	padding: 0px;
}
.wp-caption img {
	display: block;
	max-width: 100%;
	max-width: calc( 100% - 0px );
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ","Meiryo","Helvetica Neue", "Arial", sans-serif; 
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	text-align:left;
}
.wp-caption .wp-caption-text {
	margin: 0;
	margin-bottom: 0.6em;
	padding: 5px 4px 0px 0px;
	line-height: 1.4em;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	content: '';
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	margin-right: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.alignleft[id*="attachment_"] {
    padding: 0px;
    margin: 0 0 0px 0;
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 0.0em;
}
.alignright[id*="attachment_"] {
    padding: 0px;
    margin: 0 0 0px 0px;
    display: inline;
    float: right;
    margin-bottom: 0.0em;
    margin-left: 1.5em;
}
.aligncenter[id*="attachment_"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.0em;
}
.alignnone[id*="attachment_"] {
    display: block;
    padding: 0px;
    margin: 0em;
    margin-bottom: 0.0em;
    margin-left: 0em;
    margin-right: 0em;
}
				
.alignleft[id*="attachment_"] ,
.alignright[id*="attachment_"] ,
.aligncenter[id*="attachment_"] ,
.alignnone[id*="attachment_"] {
   max-width: 100%;
  height: auto;
}
				
/* =Gallery
----------------------------------------------- */
.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
	max-width
}
.gallery br {
    display: none;
}
		
#content .gallery {
	margin: 0 auto 1.5em;
}
#content .gallery a img {
	border: none;
}
#content2 .gallery {
	margin: 0 auto 1.5em;
}
#content2 .gallery a img {
	border: none;
}
#content3 .gallery {
	margin: 0 auto 1.5em;
}
#content3 .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.5em;
}


.gallery-item dd {
	margin-bottom: 1.5em;
	margin-bottom: 0.2em;
}

#content .gallery-columns-2 .gallery-item {
	width: 48% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content .gallery-columns-2 .gallery-item:nth-child(2n+1) {
clear:both !important;
float:left !important;
	width: 48% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content .gallery-columns-2 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content .gallery-columns-3 .gallery-item {
	width: 31% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content .gallery-columns-3 .gallery-item:nth-child(3n+1) {
clear:both !important;
float:left !important;
	width: 31% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content .gallery-columns-3 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content .gallery-columns-4 .gallery-item {
	width: 23% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content .gallery-columns-4 .gallery-item:nth-child(4n+1) {
clear:both !important;
float:left !important;
	width: 23% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content .gallery-columns-4 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content .gallery-columns-5 .gallery-item {
	width: 18% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content .gallery-columns-5 .gallery-item:nth-child(5n+1) {
clear:both !important;
float:left !important;
	width: 18% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content .gallery-columns-5 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content .gallery-columns-6 .gallery-item {
	width: 14% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content .gallery-columns-6 .gallery-item:nth-child(6n+1) {
	width: 14% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content .gallery-columns-6 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#content2 .gallery-columns-2 .gallery-item {
	width: 48% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content2 .gallery-columns-2 .gallery-item:nth-child(2n+1) {
clear:both !important;
float:left !important;
	width: 48% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content2 .gallery-columns-2 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content2 .gallery-columns-3 .gallery-item {
	width: 31% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content2 .gallery-columns-3 .gallery-item:nth-child(3n+1) {
clear:both !important;
float:left !important;
	width: 31% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content2 .gallery-columns-3 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content2 .gallery-columns-4 .gallery-item {
	width: 23% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content2 .gallery-columns-4 .gallery-item:nth-child(4n+1) {
clear:both !important;
float:left !important;
	width: 23% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content2 .gallery-columns-4 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content2 .gallery-columns-5 .gallery-item {
	width: 18% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content2 .gallery-columns-5 .gallery-item:nth-child(5n+1) {
clear:both !important;
float:left !important;
	width: 18% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content2 .gallery-columns-5 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content2 .gallery-columns-6 .gallery-item {
	width: 14% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content2 .gallery-columns-6 .gallery-item:nth-child(6n+1) {
clear:both !important;
float:left !important;
	width: 14% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content2 .gallery-columns-6 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}


#content3 .gallery-columns-2 .gallery-item {
	width: 48% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content3 .gallery-columns-2 .gallery-item:nth-child(2n+1) {
clear:both !important;
float:left !important;
	width: 48% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content3 .gallery-columns-2 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content3 .gallery-columns-3 .gallery-item {
	width: 31% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content3 .gallery-columns-3 .gallery-item:nth-child(3n+1) {
clear:both !important;
float:left !important;
	width: 31% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content3 .gallery-columns-3 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content3 .gallery-columns-4 .gallery-item {
	width: 23% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content3 .gallery-columns-4 .gallery-item:nth-child(4n+1) {
clear:both !important;
float:left !important;
	width: 23% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content3 .gallery-columns-4 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content3 .gallery-columns-5 .gallery-item {
	width: 18% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content3 .gallery-columns-5 .gallery-item:nth-child(5n+1) {
clear:both !important;
float:left !important;
	width: 18% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content3 .gallery-columns-5 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content3 .gallery-columns-6 .gallery-item {
	width: 14% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content3 .gallery-columns-6 .gallery-item:nth-child(6n+1) {
clear:both !important;
float:left !important;
	width: 14% !important;
	padding-right: 2%;
	padding-bottom: 6px;
}
#content3 .gallery-columns-6 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0px solid #ddd;
	padding: 0px;
	max-width: 100%;
	max-width: calc( 100% - 0px );
}
#content2 .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0px solid #ddd;
	padding: 0px;
	max-width: 100%;
	max-width: calc( 100% - 0px );
}

.wp-caption img {
	border-color: #fff;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: none;
	border-color: none;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: none;
	border-color: none;
}

/* =戻るボタン ----------------------------------------------- */
.single_foot{width:100%;clear:both;text-align:right;margin-top:1em; margin-bottom:1em;}
.single_foot_link{width:70px;height:30px;text-align:center;background-color:#F2F2F2;background-color:#fff;border:1px solid #CCCCCC;display:inline-block;font-size: 90%;line-height:30px;font-weight:bold;color:#4D4D4D!important;text-decoration:none!important;}
.single_foot_link:hover {
	background-color:#ddd;
	background-color:#f7f7f7;
}


/* =事業部について
----------------------------------------------- */
.abt_cts_box {
clear:both;
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 10
}

.abt_cts1 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

h2.ssnttl_1200 {
  box-sizing: border-box;
  display: block;
  width: 1200px;
  margin: 0 auto 50px auto;
  padding: 0px 0px 30px 0px;
	border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 34px;
	line-height: 1.6em;
  text-align: center;
}
h2.ssnttl_1200::after {
  display: block;
  position: relative;
  width: 120px;
  margin: 33px auto -33px;
  border-bottom: 3px solid #0096ff;
  content: "";
}

h2.ssnttl_1100 {
  box-sizing: border-box;
  display: block;
  width: 1100px;
  margin: 0 auto 50px auto;
  padding: 0px 0px 30px 0px;
	border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 34px;
	line-height: 1.6em;
  text-align: center;
}
h2.ssnttl_1100::after {
  display: block;
  position: relative;
  width: 120px;
  margin: 33px auto -33px;
  border-bottom: 3px solid #0096ff;
  content: "";
}

h2.ssnttl_1000 {
  box-sizing: border-box;
  display: block;
  width: 1000px;
  margin: 0 auto 50px auto;
  padding: 0px 0px 30px 0px;
	border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 34px;
	line-height: 1.6em;
  text-align: center;
}
h2.ssnttl_1000::after {
  display: block;
  position: relative;
  width: 120px;
  margin: 33px auto -33px;
  border-bottom: 3px solid #0096ff;
  content: "";
}

h2.ssnttl_b1000 {
  box-sizing: border-box;
  display: block;
  width: 1000px;
  margin: 0 auto 50px auto;
  padding: 0px 0px 30px 0px;
	border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  color: #0068b7;
  font-weight: 600;
	font-size: 34px;
	line-height: 1.6em;
  text-align: center;
}
h2.ssnttl_b1000::after {
  display: block;
  position: relative;
  width: 120px;
  margin: 33px auto -33px;
  border-bottom: 3px solid #0096ff;
  content: "";
}


.abt_pt4 {
box-sizing: border-box;
	max-width: 938px;
margin:0px auto 35px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.abt_pt4_box {
box-sizing: border-box;
float:left;
	width: 218px;
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
margin:0px auto 0px auto;
margin:0px 20px 0px 0;
padding: 12px 0px 12px 0px;
position: relative;
background: url(images/abt_point_bk.svg) no-repeat center center/100% 100%;
}
.abt_pt4_box:nth-child(4) {
margin:0px 0px 0px 0;
}

.abt_cts_cp {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0 auto 45px auto;
	padding: 0 0 0px 0;
}

.abt_img4_cts {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 35px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.abt_img4 {
box-sizing: border-box;
float:left;
width: 294px;
margin:0px 8px 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.abt_img4 img {
max-width: 100%;
height: auto;
}
.abt_img4:nth-child(4) {
margin:0px 0px 0px 0;
}

.abt_cts_box_bk {
clear:both;
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:-140px auto 25px auto;
padding: 200px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 5
}

h3.ssn_sttl {
  color: #1b7fbe;
  font-weight: 600;
	font-size: 28px;
	line-height: 1.6em;
	  margin: 0 auto 40px auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.abt_support_cts {
box-sizing: border-box;
	max-width: 1160px;
margin:0px auto 90px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.abt_support {
box-sizing: border-box;
float:left;
width: 360px;
margin:0px 40px 0px 0;
padding: 30px 30px 25px 30px;
background:#fff;
border: 1px solid #b0b0b0;
position: relative;
overflow:hidden;
}
.abt_support:nth-child(3) {
margin:0px 0px 0px 0;
}

.abt_support_sttl {
  box-sizing: border-box;
  border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 22px;
	line-height: 1.6em;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 20px auto;
}
.abt_support_sttl::after {
  box-sizing: border-box;
  display: block;
  position: relative;
	width: 20%;
	  width: 25%;
  margin: 15px 0 -3px;
  border-bottom: 3px solid #1ea0ff;
  content: "";
}

.abt_support_icn {
  box-sizing: border-box;
  width: 100px;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.abt_support_icn img {
  max-width: 100px;
	height: auto;
}

.abt_support_cp {
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
	font-size: 17px;
	text-align: center;
	margin: 0 auto 0px auto;
}

.abt_cts_cp2 {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: -20px auto 45px auto;
	padding: 0 0 0px 0;
}

.abt_difference_cts {
box-sizing: border-box;
	max-width: 1160px;
margin:0px auto 90px auto;
padding: 40px 30px 30px 30px;
background:#fff;
border: 1px solid #8fd1fd;
position: relative;
overflow:hidden;
}
.abt_difference_sttl_box {
box-sizing: border-box;
	max-width: 280px;
margin:0px auto 20px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.abt_support_sttl2 {
  box-sizing: border-box;
  border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 24px;
	line-height: 1.6em;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 20px auto;
}
.abt_support_sttl2::after {
  box-sizing: border-box;
  display: block;
  position: relative;
	width: 20%;
	  width: 25%;
  margin: 15px 0 -3px;
  border-bottom: 3px solid #1ea0ff;
  content: "";
}


.abt_difference_table {
box-sizing: border-box;
width: 1000px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
border: 0px solid #b6b6b6;
position: relative;
overflow:hidden;
}

table.difftble {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  border: 0px solid #b6b6b6;
  border-collapse: collapse;
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 600;
}

table.difftble tr:nth-child(even) {
  background-color: #fff;
}
table.difftble tr:nth-child(odd) {
  background-color: #f6f6f6;
}

table.difftble tr.trtop{
box-sizing: border-box;
 background-color: #f6f6f6;
}
table.difftble tr.trtop td{
box-sizing: border-box;
text-align:center;
font-size: 17px;
line-height: 1.6em;
 padding: 15px 0 15px 0px !important;
 border: 0px solid #b6b6b6;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-collapse: collapse;
font-weight: 600 !important;
}
table.difftble tr.trtop td:nth-child(2){
font-size: 18px;
font-weight: 700;
}

table.difftble td {
  box-sizing: border-box;
  padding: 10px 0 10px 0px;
  border: 0px solid #b6b6b6;
  border-top: 1px solid #b3b3b3;
  font-size: 17px;
  line-height: 1.3em !important;
  text-align:center;
  border-bottom: 1px solid #b3b3b3;
  border-collapse: collapse;
}
table.difftble td:first-of-type{
box-sizing: border-box;
 width: 230px;
 text-align:left;
  font-weight: 600;
  border-right: 1px solid #333 !important;
   padding: 10px 0 10px 35px;
}
table.difftble td:nth-child(2){
box-sizing: border-box;
width: 200px;
font-size: 22px;
color: #005bac;
border-right: 1px solid #333 !important;
 background-color: #ceeaff;
}
table.difftble td:nth-child(3){
box-sizing: border-box;
width: 190px;
font-size: 22px;
border-right: 1px solid #333 !important;
}
table.difftble td:nth-child(4){
box-sizing: border-box;
width: 190px;
font-size: 22px;
border-right: 1px solid #333 !important;
}

table.difftble td:last-of-type {
box-sizing: border-box;
width: 190px;
font-size: 22px;
}

.abt_cts_box_bk2 {
clear:both;
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 80px auto;
padding: 100px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 5
}

.abt_cts2 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.abt_cts_cp3 {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 45px auto;
	padding: 0 0 0px 0;
}


.abt_solution_menu_cts {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 100px auto;
padding: 10px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.abt_solution_menu {
box-sizing: border-box;
float:left;
width: 220px;
height: 360px;
margin:0px 25px 0px 0;
padding: 25px 25px 25px 25px;
background:#fff;
border: 1px solid #b0b0b0;
position: relative;
}
.abt_solution_menu:nth-child(5) {
margin:0px 0px 0px 0;
}
.abt_solution_menu_icn {
box-sizing: border-box;
width: 28px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:-8px;
left:0px;
}

.abt_support_sttl31 {
  box-sizing: border-box;
  border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 21px;
	line-height: 1.4em;
	text-align: center;
	padding: 14px 0px 15px 0px;
	margin: 0 auto 20px auto;
}
.abt_support_sttl31::after {
  box-sizing: border-box;
  display: block;
  position: relative;
	width: 20%;
	  width: 25%;
  margin: 15px 0 -3px;
  margin: 30px 0 -18px;
  border-bottom: 3px solid #1ea0ff;
  content: "";
}

.abt_support_sttl32 {
  box-sizing: border-box;
  border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 21px;
	line-height: 1.4em;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 20px auto;
}
.abt_support_sttl32::after {
  box-sizing: border-box;
  display: block;
  position: relative;
	width: 20%;
	  width: 25%;
  margin: 15px 0 -3px;
  border-bottom: 3px solid #1ea0ff;
  content: "";
}

.abt_solution_menu_img {
box-sizing: border-box;
width: 170px;
margin:0px auto 15px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.abt_solution_menu_img img {
max-width: 100%;
height: auto;
}

.abt_solution_menu_cp {
color: #333;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6em;
	text-align:center;
	margin: 0px auto 10px auto;
	padding: 0 0 0px 0;
}


.abt_info_cts {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 40px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.abt_info1 {
box-sizing: border-box;
float:left;
width: 575px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.abt_info2 {
box-sizing: border-box;
float:right;
width: 575px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.abt_info_sttl {
color: #333;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:left;
	margin: 0px auto 10px auto;
	padding: 0 0 0px 0;
}

table.info {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  border: 0px solid #b6b6b6;
  border-collapse: collapse;
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

table.info td {
  box-sizing: border-box;
  padding: 17px 0 17px 35px;
  border: 0px solid #b6b6b6;
  border-top: 1px solid #b0b0b0;
 text-align:left;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6em;
  border-bottom: 1px solid #b0b0b0;
  border-collapse: collapse;
}
table.info td:first-of-type{
box-sizing: border-box;
 width: 160px;
 text-align:left;
 background-color: #e5f2ff;
 vertical-align: top;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6em;
   padding: 17px 0 17px 35px;
}

.abt_access {
box-sizing: border-box;
width: 575px;
height: 350px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}



/* =施工パートナー募集
----------------------------------------------- */
.ptn_cts_box {
clear:both;
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
margin:0px auto 150px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 10
}

.ptn_cts1 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 160px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.ptn_cts_cp {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0 auto 45px auto;
	padding: 0 0 0px 0;
}

.ptn_bosyu_cts {
box-sizing: border-box;
	max-width: 1200px;
	background-color: #e8f6ff;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ptn_bosyu_cts {
box-sizing: border-box;
	max-width: 1200px;
	background-color: #e8f6ff;
margin:0px auto 50px auto;
padding: 40px 0px 30px 0px;
position: relative;
overflow:hidden;
}

h3.ssn_sttl2 {
 color: #1b7fbe;
  font-weight: 600;
	font-size: 26px;
	line-height: 1.6em;
	  margin: 0 auto 30px auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.bosyu_pt6 {
box-sizing: border-box;
	max-width: 1060px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.bosyu_pt6_box {
box-sizing: border-box;
float:left;
	width: 334px;
	height: 95px;
	text-align:center;
margin:0px auto 0px auto;
margin:0px 29px 25px 0;
padding: 0px 0px 0px 0px;
position: relative;
background: url(images/ptn_point_bk.svg) no-repeat center center/100% 100%;
overflow:hidden;
}
.bosyu_pt6_box:nth-child(3n) {
margin:0px 0px 25px 0;
}
.bosyu_pt6_box:nth-child(3n+1) {
clear:both;
float:left;
}

.bosyu_txt1 {
	color: #4d4d4d;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.4em;
	text-align:center;
padding: 34px 0px 0px 0px;
}
.bosyu_txt2 {
	color: #4d4d4d;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.4em;
	text-align:center;
padding: 20px 0px 0px 0px;
}
.bosyu_txt12 {
	color: #4d4d4d;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.4em;
	text-align:center;
padding: 34px 0px 0px 0px;
}

.ptn_img4_cts {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 35px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ptn_img4 {
box-sizing: border-box;
float:left;
width: 294px;
margin:0px 8px 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ptn_img4 img {
max-width: 100%;
height: auto;
}
.ptn_img4:nth-child(4) {
margin:0px 0px 0px 0;
}

.ptn_cts_cp2 {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0 auto 40px auto;
	padding: 0 0 0px 0;
}

.partner_ctt_bn {
box-sizing: border-box;
	width: 498px;
	height: 76px;
	text-align:center;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
background: url(images/partner_ctt_bn_bk.svg) no-repeat center center/100% 100%;
overflow:hidden;
}
.partner_ctt_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.partner_ctt_bn a:hover{
	 opacity: 0.20;
    background-color: #ffffff;
}
.partner_ctt_bn_txt {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align:center;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	margin: 0px 0 0 0;
	padding: 18px 20px 0px 0px;
	text-transform: none;
}


.ptn_cts2 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 60px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.ptn_jobs_cts {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 35px auto;
padding: 10px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ptn_jobs_menu {
box-sizing: border-box;
float:left;
width: 220px;
height: 360px;
height: auto;
margin:0px 25px 0px 0;
padding: 25px 0px 0px 0px;
background:#fff;
border: 1px solid #b0b0b0;
position: relative;
}
.ptn_jobs_menu:nth-child(5) {
margin:0px 0px 0px 0;
}
.ptn_jobs_menu_icn {
box-sizing: border-box;
width: 28px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:-8px;
left:0px;
}

.ptn_jobs_ctsbox {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 25px 0px 25px;
position: relative;
overflow:hidden;
}

.ptn_jobs_sttl31 {
  box-sizing: border-box;
  border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 21px;
	line-height: 1.4em;
	text-align: center;
	padding: 14px 0px 15px 0px;
	margin: 0 auto 20px auto;
}
.ptn_jobs_sttl31::after {
  box-sizing: border-box;
  display: block;
  position: relative;
	width: 20%;
	  width: 25%;
  margin: 15px 0 -3px;
  margin: 30px 0 -18px;
  border-bottom: 3px solid #f4901e;
  content: "";
}

.ptn_jobs_sttl32 {
  box-sizing: border-box;
  border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 21px;
	line-height: 1.4em;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 20px auto;
}
.ptn_jobs_sttl32::after {
  box-sizing: border-box;
  display: block;
  position: relative;
	width: 20%;
	  width: 25%;
  margin: 15px 0 -3px;
  border-bottom: 3px solid #f4901e;
  content: "";
}
.ptn_jobs_menu_cp {
color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	text-align:center;
	margin: 0px auto 20px auto;
	padding: 0 0 0px 0;
}

.ptn_jobs_menu_img {
box-sizing: border-box;
width: 218px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ptn_jobs_menu_img img {
max-width: 100%;
height: auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

.ptn_cts_cp3 {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0 auto 40px auto;
	padding: 0 0 0px 0;
}



.ptn_cts_box_bk {
clear:both;
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 80px auto;
padding: 100px 0px 50px 0px;
position: relative;
overflow:hidden;
z-index: 5
}

.ptn_merit_cts {
box-sizing: border-box;
	max-width: 1140px;
margin:0px auto 50px auto;
padding: 10px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ptn_merit {
box-sizing: border-box;
float:left;
width: 350px;
margin:0px 45px 0px 0;
padding: 30px 30px 25px 30px;
background:#fff;
border: 1px solid #b0b0b0;
position: relative;
}
.ptn_merit:nth-child(3) {
margin:0px 0px 0px 0;
}
.ptn_merit_cts_icn {
box-sizing: border-box;
width: 28px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:-8px;
left:0px;
}

.ptn_merit_sttl {
  box-sizing: border-box;
  border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 25px;
	line-height: 1.4em;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 20px auto;
}
.ptn_merit_sttl::after {
  box-sizing: border-box;
  display: block;
  position: relative;
	width: 20%;
	  width: 25%;
  margin: 15px 0 -3px;
  border-bottom: 3px solid #1ea0ff;
  content: "";
}

.ptn_merit_icn {
  box-sizing: border-box;
  width: 100px;
	text-align: center;
	margin: 0 auto 25px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.ptn_merit_icn img {
  max-width: 100px;
	height: auto;
}

.ptn_merit_cp {
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
	font-size: 17px;
	text-align: left;
	line-height: 1.5em;
	padding: 0px 25px 0px 25px;
	margin: 0 auto 10px auto;
}



.ptn_cts3 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 100px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ptn_cts3_cp {
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
	font-size: 20px;
	text-align: center;
	line-height: 1.8em;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 40px auto;
}

.ptn_wwcooler_bn {
box-sizing: border-box;
width: 440px;
	height: 62px;
	text-align:center;
	margin: 0 auto 0px auto;
	padding: 0 0 0px 0;
	background-color: #fff;
	border-top: 1px solid #00a7ea;
border-bottom: 1px solid #00a7ea;
position: relative;
overflow:hidden;
}
.ptn_wwcooler_bn a {
   display: block;
    position: absolute;
    top: 0;
     width: 100%;
	height: 100%;
 	left: 0;
 }  
.ptn_wwcooler_bn a:hover{
	 opacity: 0.20;
	 opacity: 0.30;
    background-color: #ffffff;
}
.ptn_wwcooler_bn_txt {
	color: #333;
	font-size: 25px;
	font-weight: 600;
	text-align:center;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	padding: 11px 0px 0px 0px;
	text-transform: none;
}
.ptn_wwcooler_bn_ya {
box-sizing: border-box;
width: 25px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:17px;
right:20px;
}


.ptn_cts_box_bk2 {
clear:both;
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 100px auto;
padding: 100px 0px 60px 0px;
position: relative;
overflow:hidden;
z-index: 5
}

.ptn_faq_cts {
box-sizing: border-box;
	max-width: 1000px;
margin:-40px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.faq_cts_box {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 30px 0px 30px 90px;
border-bottom: 1px solid #808080;
position: relative;
overflow:hidden;
}

.faq_cts_qa_item_q {
  color: #0068b7;
  font-size: 20px;
  font-weight: 600;
  text-align:left;
  vertical-align: middle;
  margin:0px auto 10px auto;
padding: 0px 0px 0px 0px;
}

.faq_cts_qa_item_q span,
.faq_cts_qa_item_a span {
display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -4px;
  font-size: 28px;
}

.faq_cts_qa_item_a {
  font-size: 18px;
   color: #333;
  line-height: 1.8em;
   text-align:left;
  font-weight: 500;
  margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}



.ptn_cts4 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 100px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.ptn_aim_pt4 {
box-sizing: border-box;
	max-width: 938px;
margin:0px auto 35px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.ptn_aim_box {
box-sizing: border-box;
float:left;
	width: 218px;
	height: 104px;
margin:0px auto 0px auto;
margin:0px 20px 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
background: url(images/partner_aim_bk.svg) no-repeat center center/100% 100%;
}
.ptn_aim_box:nth-child(4) {
margin:0px 0px 0px 0;
}
.aim_txt1 {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	text-align:center;
padding: 36px 0px 0px 0px;
}
.aim_txt2 {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	text-align:center;
padding: 24px 0px 0px 0px;
}
.ptn_aim_cp {
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
	font-size: 20px;
	text-align: center;
	line-height: 1.8em;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 20px auto;
}


.ptn_ctt_box_bk {
clear:both;
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 0px auto;
margin:0px auto 0px auto;
padding: 100px 0px 60px 0px;
position: relative;
overflow:hidden;
z-index: 5
}

.ptn_ctt_cts {
box-sizing: border-box;
	max-width: 1100px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ptn_ctt_cp {
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
	font-size: 20px;
	text-align: center;
	line-height: 1.8em;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 80px auto;
	overflow:hidden;
}

.ptn_ctt_cts_tel {
box-sizing: border-box;
	max-width: 580px;
margin:0px auto 50px auto;
padding: 0px 0px 20px 50px;
border-bottom: 2px solid #0096ff;
position: relative;
overflow:hidden;
}
.ptn_ctt_tel {
box-sizing: border-box;
float:left;
width: 324px;
margin:0px 20px 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ptn_ctt_tel img {
max-width: 324px;
height: auto;
}
.ptn_ctt_tel a:hover img {
  -moz-opacity: 1.0;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.ptn_ctt_tel_cp {
box-sizing: border-box;
float:left;
color: #333;
  font-weight: 400;
	font-size: 16px;
	text-align: left;
	line-height: 1.6em;
	padding: 8px 0px 0px 0px;
	margin: 0 auto 0px auto;
}

.ptn_ctt_form_box {
clear:both;
box-sizing: border-box;
	min-width: 1100px;
	background-color: #fff;
margin:0px auto 10px auto;
padding: 50px 0px 60px 0px;
position: relative;
overflow:hidden;
border: 1px solid #ccc;
z-index: 5
}

.ptn_ctt_cts_form {
box-sizing: border-box;
	max-width: 580px;
margin:0px auto 50px auto;
padding: 0px 0px 20px 0px;
border-bottom: 2px solid #0096ff;
position: relative;
overflow:hidden;
}
.ptn_ctt_cts_form_cp {
box-sizing: border-box;
color: #4d4d4d;
  font-weight: 600;
	font-size: 28px;
	text-align: center;
	line-height: 1.6em;
	padding: 0px 0px 0px 60px;
	margin: 0 auto 0px auto;
overflow:hidden;
background: url(images/partner_ctt_mail_icn.svg) no-repeat 70px 9px;
}



/* =井戸水クーラー
----------------------------------------------- */
.wwc_cts1 {
box-sizing: border-box;
	max-width: 1200px;
margin:20px auto 30px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.trouble_cts_box {
box-sizing: border-box;
clear:both;
	max-width: 1100px;
    margin: -16px auto 15px auto;
	margin:-20px auto 20px auto;
	background-color: #fff;
	text-align:left;
    padding: 0px 0px 10px 0px;
	 padding: 5px 0px 10px 15px;
	 padding: 5px 0px 10px 0px;
}
.trouble_cts {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}
.trouble-card {
    float:left;
	width: 500px;
	width: 520px;
	margin: 0px 0px 0 0em;
	margin: -16px 0px 0 0em;
    padding: 18px 0px 18px 0px;
}
.trouble-card ul {
	margin: 10px 0 0px 1.2em;
	margin: 10px 0 0px 0.5em;
	font-size: 20px;
    line-height: 1.6;
	list-style: none;
}
.trouble-card li {
    margin-bottom: 4px;
	margin-bottom: 8px;
  list-style-type:none;
	background-image: url(images/check_icn.svg);
	background-size: 22px auto;
    background-repeat:no-repeat;
    background-position:0px 4px;
    padding-left:34px;
}



.wwc_cts_box_bk {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 15px auto;
padding: 100px 0px 50px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}
.wwc_cts2 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts_cp1 {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 45px auto;
	padding: 0 0 0px 0;
}

.wwc_donyu_cts {
box-sizing: border-box;
max-width: 1200px;
max-width: 1208px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 6;
}

.wwc_donyu {
box-sizing: border-box;
float:left;
width: 220px;
height: 250px;
margin:0px 25px 10px 0;
padding: 10px 10px 10px 10px;
background:#fff;
border: 1px solid #b0b0b0;
position: relative;
z-index:10;
}
.wwc_donyu:nth-child(5) {
margin:0px 0px 0px 0;
}

.wwc_donyu_kei {
box-sizing: border-box;
width: 220px;
height: 250px;
margin:0px 0px 0px 0;
padding: 10px 10px 10px 10px;
background-color: transparent;
border-right: 2px solid #45c0f0;
border-bottom: 2px solid #45c0f0;
position: relative;
position: absolute;
z-index:7;
bottom:-8px;
right:-8px;
}

.wwc_donyu_ttl_zone {
box-sizing: border-box;
width: 200px;
height: 98px;
margin:0px auto 20px auto;
padding: 0px 10px 0px 10px;
border-bottom: 1px solid #00a7ea;
background:#edf8ff;
position: relative;
z-index:10;
}

.wwc_donyu_ttl {
  box-sizing: border-box;
  color: #0068b7;
  font-weight: 600;
	font-size: 22px;
	line-height: 1.4em;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 0 auto 0px auto;
	position: relative;
}
.donyu_ttl2 {
	padding: 20px 0px 20px 0px;
}

.wwc_donyu_ttl_zone_icn {
box-sizing: border-box;
width: 18px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:-12px;
top:-2px;
left:-2px;
}

.wwc_donyu_cp {
  box-sizing: border-box;
  color: #333;
  font-weight: 400;
	font-size: 17px;
	line-height: 1.6em;
	text-align: center;
	text-align: left;
	padding: 0px 0px 0px 30px;
	margin: 0 auto 0px auto;
	position: relative;
}


.wwc_cts_box_bk3 {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 120px auto;
padding: 100px 0px 70px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}
.wwc_cts3 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.wwc_cts3_1{
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
border: 1px solid #8ed3f5;
background:#fff;
position: relative;
overflow:hidden;
}

.wwc_cts3_box {
box-sizing: border-box;
max-width: 1000px;
margin:0px auto 0px auto;
padding: 60px 0px 0px 0px;
}
.wwc_cts3_box img {
max-width: 100%;
height: auto;
}
.wwc_cts3_left {
box-sizing: border-box;
float:left;
width: 640px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_right {
box-sizing: border-box;
float:right;
width: 340px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
}

h3.wwc_cts3_sttl {
  box-sizing: border-box;
  border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 28px;
	line-height: 1.4em;
	text-align: left;
	padding: 10px 0px 0px 0px;
	margin: 0 auto 25px auto;
}
h3.wwc_cts3_sttl::after {
  box-sizing: border-box;
  display: block;
  position: relative;
	width: 20%;
	  width: 20%;
  margin: 15px 0 -3px;
  margin: 30px 0 -18px;
  margin: 15px 0 -3px;
  border-bottom: 3px solid #f4901e;
  content: "";
}

.wwc_cts3_cp1 {
  box-sizing: border-box;
  color: #333;
  font-weight: 400;
	font-size: 17px;
	line-height: 1.8em;
	text-align: center;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 10px auto;
	position: relative;
}
.wwc_cts3_cp1 span {
  display:inline-block;
	font-size: 13px;
	margin-top: -5px;
	margin-right: 2px;
	vertical-align: top; 
}
.wwc_cts3_cp2 {
  box-sizing: border-box;
  color: #333;
  font-weight: 400;
	font-size: 17px;
	line-height: 1.8em;
	text-align: center;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0px auto;
	position: relative;
}

.wwc_cts3_1_img {
box-sizing: border-box;
width: 340px;
margin:0px auto 4px auto;
padding: 0px 0px 0px 0px;
position: relative;
}
.wwc_cts3_1_img_cp {
 color: #333;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.6em;
	text-align: center;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
}
.wwc_cts3_1_img2 {
box-sizing: border-box;
width: 124px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
overflow:hidden;
top:-28px;
right:-28px;
}


.wwc_cts3_1_box0 {
clear:both;
box-sizing: border-box;
max-width: 1000px;
margin:0px auto 0px auto;
padding: 50px 0px 70px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_1_box {
box-sizing: border-box;
max-width: 1000px;
margin:0px auto 0px auto;
 background-color: #f2faff;
padding: 0px 0px 30px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_1_box img {
max-width: 100%;
height: auto;
}

.wwc_cts3_1_cts {
box-sizing: border-box;
max-width: 900px;
margin:0px auto 0px auto;
padding: 50px 0px 60px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_1_cts1 {
box-sizing: border-box;
float:left;
width: 450px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_1_cts2 {
box-sizing: border-box;
float:right;
width: 390px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.wwc_cts3_1_sttl {
 color: #0068b7;
  font-weight: 600;
	font-size: 24px;
	line-height: 1.6em;
	text-align: left;
	border-bottom: 1px solid #969696;
	padding: 0px 0px 5px 0px;
	margin: 0 0 10px 0;
	overflow:hidden;
}
.wwc_cts3_1_cp {
 color: #333;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
	overflow:hidden;
}


.wwc_cts3_1_cts02 {
box-sizing: border-box;
max-width: 900px;
margin:0px auto 0px auto;
padding: 0px 0px 20px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_1_cts02_1 {
box-sizing: border-box;
float:left;
width: 182px;
height: 75px;
color: #333;
font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
margin:0px auto 0px auto;
padding: 18px 0px 0px 0px;
position: relative;
overflow:hidden;
background: url(images/ww_cts3_1_sttl_bk.svg) no-repeat center center/100% 100%;
}
.wwc_cts3_1_cts02_2 {
box-sizing: border-box;
float:right;
width: 684px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_1_cts02_2_sttl {
 color: #0068b7;
  font-weight: 600;
	font-size: 22px;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px solid #969696;
	padding: 2px 0px 5px 0px;
	margin: 0 0 10px 0;
	overflow:hidden;
}


.wwc_cts3_1_cts03 {
box-sizing: border-box;
max-width: 900px;
margin:0px auto 0px auto;
padding: 0px 0px 20px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_1_cts03_1 {
box-sizing: border-box;
float:left;
width: 650px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_1_cts03_2 {
box-sizing: border-box;
float:right;
width: 210px;
margin:0px auto 0px auto;
padding: 10px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_1_cts03_2_sp {
display:none;
}
.wwc_cts3_1_cts03_1_cp {
 color: #4d4d4d;
  font-weight: 600;
	font-size: 18px;
	line-height: 1.5em;
	text-align: left;
	padding: 0px 0px 6px 0px;
	margin: 0 0 0px 0;
	overflow:hidden;
}
.wwc_cts3_1_cts03_1_img {
	padding: 0px 0px 4px 0px;
	margin: 0 0 0px 0;
	overflow:hidden;
}
.wwc_cts3_1_cts03_1_cp2 {
 color: #333;
  font-weight: 500;
	font-size: 15px;
	line-height: 1.5em;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
	overflow:hidden;
}



.wwc_cts3_2{
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
border: 1px solid #8ed3f5;
background:#fff;
position: relative;
overflow:hidden;
}

.wwc_cts3_2_box0 {
clear:both;
box-sizing: border-box;
max-width: 1000px;
margin:0px auto 0px auto;
padding: 20px 0px 70px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_2_box {
box-sizing: border-box;
max-width: 1000px;
margin:0px auto 0px auto;
 background-color: #f2faff;
padding: 0px 0px 30px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_2_box img {
max-width: 100%;
height: auto;
}
.wwc_cts3_2_cts {
box-sizing: border-box;
max-width: 900px;
height: 440px;
margin:0px auto 0px auto;
padding: 50px 0px 60px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_2_cts1 {
box-sizing: border-box;
float:left;
width: 330px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_2_cts2 {
box-sizing: border-box;
float:right;
width: 760px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
overflow:hidden;
top:30px;
right:0px;
}
.wwc_cts3_2_cts2_sp {
display:none;
}

.wwc_cts3_2_sttl {
 color: #0068b7;
  font-weight: 600;
	font-size: 24px;
	line-height: 1.6em;
	text-align: left;
	border-bottom: 1px solid #969696;
	padding: 0px 0px 5px 0px;
	margin: 0 0 10px 0;
	overflow:hidden;
}
.wwc_cts3_2_cp {
 color: #333;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
	overflow:hidden;
}



.wwc_cts3_3{
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
border: 1px solid #8ed3f5;
background:#fff;
position: relative;
overflow:hidden;
}


.wwc_cts3_3_img_cp {
 color: #333;
  font-weight: 500;
	font-size: 18px;
	line-height: 1.6em;
	text-align: center;
	text-align: left;
	padding: 0px 0px 4px 12px;
	margin: 5px 0 0px 0;
	overflow:hidden;
}
.wwc_cts3_3_img {
box-sizing: border-box;
width: 340px;
margin:0px auto 4px auto;
padding: 0px 0px 0px 0px;
position: relative;
}

.wwc_cts3_3_img2 {
box-sizing: border-box;
width: 124px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
overflow:hidden;
top:-28px;
right:-28px;
}

.wwc_cts3_3_left {
box-sizing: border-box;
margin:30px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts3_3_left1 {
box-sizing: border-box;
float:left;
width: 328px;
margin:0px 40px 20px 0;
padding: 0px 0px 0px 0px;
position: relative;
}
.wwc_cts3_3_left2 {
box-sizing: border-box;
float:left;
width: 258px;
margin:0px auto 20px auto;
padding: 0px 0px 0px 0px;
position: relative;
}

.wwc_poripori_bn {
box-sizing: border-box;
float:right;
float:left;
width: 328px;
	height: 50px;
	margin: 0 0px 0px 0;
	padding: 0 0 0px 0;
	background-color: #fff;
	border-top: 1px solid #00a7ea;
border-bottom: 1px solid #00a7ea;
position: relative;
overflow:hidden;
}
.wwc_poripori_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.wwc_poripori_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
.wwc_poripori_bn_txt {
	color: #333;
	font-size: 21px;
	font-weight: 600;
	text-align:center;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	padding: 10px 0px 0px 0px;
	position: relative;
}
.wwc_poripori_bn_ya {
box-sizing: border-box;
width: 25px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:11px;
right:10px;
}


.wwc_cts3_46{
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.wwc_cts3_46_box {
box-sizing: border-box;
float:left;
width: 380px;
height: 480px;
margin:0px 30px 0px 0;
padding: 0px 0px 0px 0px;
border: 1px solid #8ed3f5;
background:#fff;
position: relative;
overflow:hidden;
}
.wwc_cts3_46_box img {
max-width: 100%;
height: auto;
}
.wwc_cts3_46_box:nth-child(3) {
margin:0px 0px 0px 0;
}
.wwc_cts3_46_cts {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 25px 40px 40px 40px;
position: relative;
overflow:hidden;
}

h3.wwc_cts3_46_sttl {
  box-sizing: border-box;
  border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 26px;
	line-height: 1.4em;
	text-align: left;
	padding: 10px 0px 0px 0px;
	margin: 0 auto 25px auto;
}
h3.wwc_cts3_46_sttl::after {
  box-sizing: border-box;
  display: block;
  position: relative;
	width: 20%;
	  width: 25%;
  margin: 15px 0 -3px;
  margin: 30px 0 -18px;
  margin: 15px 0 -3px;
  border-bottom: 3px solid #f4901e;
  content: "";
}
.wwc_cts3_46_cp {
  box-sizing: border-box;
  color: #333;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 30px auto;
	position: relative;
}
.wwc_cts3_46_cp2 {
  box-sizing: border-box;
  color: #333;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 5px auto;
	position: relative;
}
.wwc_cts3_46_pt {
  box-sizing: border-box;
  width: 270px;
height: 47px;
  color: #333;
  font-weight: 600;
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 0 auto 8px auto;
	position: relative;
	background: url(images/ww_cts3_4_sttl_bk.svg) no-repeat center center/100% 100%;
}
.wwc_cts3_46_img {
  box-sizing: border-box;
  width: 260px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0px auto;
	position: relative;
}


.wwc_cts3_46_bn {
box-sizing: border-box;
width: 290px;
	height: 50px;
	margin: 30px auto 0px auto;
	padding: 0 0 0px 0;
	background-color: #fff;
	border-top: 1px solid #00a7ea;
border-bottom: 1px solid #00a7ea;
position: relative;
overflow:hidden;
}
.wwc_cts3_46_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.wwc_cts3_46_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
.wwc_cts3_46_bn_txt {
	color: #333;
	font-size: 21px;
	font-weight: 600;
	text-align:center;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	padding: 10px 0px 0px 0px;
	position: relative;
}
.wwc_cts3_46_bn_ya {
box-sizing: border-box;
width: 25px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:10px;
right:10px;
}



.wwc_cts4 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 100px auto;
padding: 0px 0px 90px 0px;
border-bottom: 1px solid #c9c9c9;
position: relative;
overflow:hidden;
}
.wwc_cts4 img {
	max-width: 100%;
height: auto;
}

h3.wwc_cts4_ssn_sttl {
  color: #1b7fbe;
  font-weight: 600;
	font-size: 28px;
	line-height: 1.6em;
	  margin: 0 auto 20px auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.wwc_cts4_cp {
  box-sizing: border-box;
  color: #333;
  font-weight: 400;
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 50px auto;
	position: relative;
}
.wwc_cts4_illust {
box-sizing: border-box;
	max-width: 620px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.wwc_cts4_img {
box-sizing: border-box;
max-width: 1000px;
margin:0px auto 30px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts4_img1 {
box-sizing: border-box;
float:left;
width: 494px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts4_img2 {
box-sizing: border-box;
float:right;
width: 494px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}


.wwc_cts4_box_sttl {
box-sizing: border-box;
max-width: 860px;
width: 220px;
height: 75px;
color: #333;
font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
margin:0px 0 0px 170px;
padding: 18px 0px 0px 0px;
position: relative;
overflow:hidden;
background: url(images/ww_cts4_sttl_bk.svg) no-repeat center center/100% 100%;
z-index: 10;
}

.wwc_cts4_box {
box-sizing: border-box;
max-width: 1000px;
margin:-50px auto 0px auto;
padding: 60px 0px 50px 0px;
border: 1px solid #7fcaff;
background:#f2faff;
position: relative;
overflow:hidden;
z-index: 5;
}
.wwc_cts4_box img {
max-width: 100%;
height: auto;
}
.wwc_cts4_box_cts {
box-sizing: border-box;
max-width: 860px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
}

.wwc_cts4_box_cts1 {
box-sizing: border-box;
margin:0px auto 40px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts4_box_cts11 {
box-sizing: border-box;
float:left;
width: 370px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
}
.wwc_cts4_box_cts12 {
box-sizing: border-box;
float:right;
width: 474px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
}

.wwc_cts4_box_cts11_cp {
  color: #333;
  font-weight: 600;
	font-size: 19px;
	line-height: 1.5m;
	text-align: center;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 15px auto 20px auto;
	position: relative;
}
.wwc_cts4_box_cts11_cp2 {
  color: #0068b7;
  font-weight: 600;
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 30px auto;
	position: relative;
}


.wwc_cts4_box_cts2 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
}
.wwc_cts4_box_cts2 img {
max-width: 100%;
height: auto;
}
.wwc_cts4_box_cts2_cp {
  color: #333;
  font-weight: 600;
	font-size: 18px;
	line-height: 1.5m;
	text-align: center;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 5px auto;
	position: relative;
}
.wwc_cts4_box_cts2_img {
max-width: 860px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 5px auto;
	margin: 0px 0 5px 0;
	position: relative;
	overflow:hidden;
}
.wwc_cts4_box_cts2_img img {
max-width: 100%;
height: auto;
}
.wwc_cts4_box_cts2_cp2 {
  color: #333;
  font-weight: 400;
	font-size: 14px;
	line-height: 1.5m;
	text-align: center;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	position: relative;
}


/* =一覧ボタン */
.wwc_example_bn {
box-sizing: border-box;
float:right;
width: 110px;
	height: 40px;
	margin: 0px auto 0px auto;
	margin: 0px auto -80px auto;
	padding: 0 0 0px 0;
	background-color: #fff;
	border-top: 1px solid #00a7ea;
border-bottom: 1px solid #00a7ea;
position: absolute;
position: relative;
overflow:hidden;
top:-80px;
right:0px;
z-index: 10;
}
.wwc_example_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.wwc_example_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
.wwc_example_bn_txt {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 500;
	text-align:center;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	padding: 6px 20px 0px 0px;
	position: relative;
}
.wwc_example_bn_ya {
box-sizing: border-box;
width: 20px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:9px;
right:12px;
}
.wwc_example_bn_ya img {
max-width: 100%;
height: auto;
}
		
/* =シミュレーション
----------------------------------------------- */
.wwc_simulation_bar {
box-sizing: border-box;
	width: 1100px;
	height: 280px;
	background-color: #edf8ff;
margin:0px auto 90px auto;
padding: 30px 20px 20px 30px;
padding: 20px 20px 20px 60px;
border-top: 1px solid #0068b7;
border-bottom: 1px solid #0068b7;
position: relative;
}
.wwc_simulation_bar a {
   display: block;
    position: absolute;
    top: 0;
     width: 100%;
	height: 100%;
 	left: 0;
 }  
.wwc_simulation_bar a:hover{
	 opacity: 0.20;
	 opacity: 0.30;
    background-color: #ffffff;
}


.wwc_simulation_bar_icn {
box-sizing: border-box;
width: 28px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:-8px;
left:-5px;
}

.wwc_simulation_cts1 {
box-sizing: border-box;
float:left;
width: 630px;
margin:0px 0 0px 0;
padding: 20px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.wwc_simulation_pcimg {
box-sizing: border-box;
float:right;
width: 360px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_simulation_pcimg img {
max-width: 100%;
height: auto;
}

.wwc_simulation_ttl {
color: #0068b7;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:left;
	margin: 0 0 30px 0;
	padding: 0 0 0px 0;
}
.wwc_simulation_cp {
color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6em;
	text-align:left;
	margin: 0 0 30px 0;
	padding: 0 0 0px 0;
}

.wwc_simulation_sbox {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	overflow:hidden;
}
.wwc_simulation_sbox_cp {
box-sizing: border-box;
float:left;
width: 360px;
color: #333;
text-align:left;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 0px 0px 0;
	padding: 0 0 0px 0;
	overflow:hidden;
}

.wwc_simulation_bn {
box-sizing: border-box;
float:right;
float:left;
width: 240px;
	height: 54px;
	margin: 0 0px 0px 0;
	padding: 0 0 0px 0;
	background-color: #fff;
	border-top: 1px solid #00a7ea;
border-bottom: 1px solid #00a7ea;
position: relative;
overflow:hidden;
}

.wwc_simulation_bn_txt {
	color: #0068b7;
	font-size: 20px;
	font-weight: 600;
	text-align:center;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	padding: 10px 0px 0px 0px;
	text-transform: none;
}
.wwc_simulation_bn_ya {
box-sizing: border-box;
width: 25px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:12px;
right:15px;
}




.wwc_cts_box_bk6 {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 120px auto;
padding: 100px 0px 100px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}
.wwc_cts6 {
box-sizing: border-box;
	max-width: 1000px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts6 img {
max-width: 100%;
height: auto;
}

.wwc_cts6_box {
box-sizing: border-box;
	max-width: 1000px;
	background-color: #fff;
margin:0px auto 0px auto;
padding: 50px 0px 40px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts6_box img {
max-width: 100%;
height: auto;
}

.wwc_cts6_bbox {
box-sizing: border-box;
	max-width: 1000px;
	background-color: #fff;
margin:0px auto 0px auto;
padding: 50px 0px 40px 0px;
border: 1px solid #00a7ea;
position: relative;
overflow:hidden;
}
.wwc_cts6_bbox img {
max-width: 100%;
height: auto;
}


.wwc_cts6_box_cts {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 60px 0px 80px;
position: relative;
overflow:hidden;
}
.wwc_cts6_box_cts1 {
box-sizing: border-box;
float:left;
width: 490px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts6_box_cts2 {
box-sizing: border-box;
float:right;
width: 368px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.wwc_cts6_box_cts1_cp {
  color: #0068b7;
  font-weight: 600;
	font-size: 27px;
	font-size: 28px;
	line-height: 1.5em;
	text-align: center;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 25px auto 50px auto;
	margin: 10px auto 42px auto;
	position: relative;
}

.wwc_cts6_cts_bn {
box-sizing: border-box;
width: 400px;
	height: 54px;
	margin: 0px 0 0px 0;
	padding: 0 0 0px 0;
	background-color: #edf8ff;
	border-top: 1px solid #00a7ea;
border-bottom: 1px solid #00a7ea;
position: relative;
overflow:hidden;
}
.wwc_cts6_cts_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.wwc_cts6_cts_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
.wwc_cts6_cts_bn_txt {
	color: #333;
	font-size: 21px;
	font-weight: 600;
	text-align:center;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	padding: 10px 0px 0px 0px;
	position: relative;
}
.wwc_cts6_cts_bn_ya {
box-sizing: border-box;
width: 25px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:9px;
top:12px;
right:20px;
}




.wwc_cts7 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 110px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.wwc_cts7_box {
box-sizing: border-box;
	max-width: 1000px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.wwc_cts7_cp {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 45px auto;
	padding: 0 0 0px 0;
}
.wwc_cts7_sttl {
color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 45px auto;
	padding: 0 0 0px 0;
}
.wwc_cts7_sttl2{
color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 15px auto;
	padding: 15px 0 0px 0;
	overflow:hidden;
}
.wwc_cts7_cp2_1 {
max-width: 1000px;
color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	text-align:left;
	text-align:center;
	margin: 0px auto 50px auto;
	padding: 0 0 0px 0;
}
.wwc_cts7_cp2_2 {
max-width: 1000px;
color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	text-align:left;
	text-align:center;
	margin: 0px auto 60px auto;
	padding: 0 0 0px 0;
}

.wwc_cts7_cts {
box-sizing: border-box;
max-width: 1060px;
max-width: 1120px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 60px;
position: relative;
overflow:hidden;
}
.wwc_cts7_cts img {
max-width: 100%;
height: auto;
}


.wwc_cts7_prcs1 {
box-sizing: border-box;
float:left;
width: 387px;
height: 244px;
margin:0px 0 0px 0;
padding: 40px 0px 0px 0px;
position: relative;
background: url(images/ww_cts7_waku01.svg) no-repeat center center/100% 100%;
}
.wwc_cts7_prcs2 {
box-sizing: border-box;
float:left;
width: 387px;
height: 244px;
margin:0px 0 0px -51px;
padding: 40px 0px 0px 0px;
position: relative;
background: url(images/ww_cts7_waku02.svg) no-repeat center center/100% 100%;
}
.wwc_cts7_prcs3 {
box-sizing: border-box;
float:left;
width: 387px;
height: 244px;
margin:0px 0 0px -51px;
padding: 40px 0px 0px 0px;
position: relative;
background: url(images/ww_cts7_waku03.svg) no-repeat center center/100% 100%;
}
.wwc_cts7_prcs_no1 {
box-sizing: border-box;
width: 80px;
height: 60px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:3px;
left:1px;
}
.wwc_cts7_prcs_no1_sp {
display:none;
}
.wwc_cts7_prcs_no2 {
box-sizing: border-box;
width: 80px;
height: 60px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:3px;
left:43px;
}
.wwc_cts7_prcs_no3 {
box-sizing: border-box;
width: 80px;
height: 60px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:3px;
left:43px;
}
.wwc_cts7_prcs_box1 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 30px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts7_prcs_box2 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 0px 0px 30px;
position: relative;
overflow:hidden;
}
.wwc_cts7_prcs_box3 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 0px 0px 30px;
position: relative;
overflow:hidden;
}

.wwc_cts7_prcs_sttl {
box-sizing: border-box;
color: #333;
color: #4d4d4d;
font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
margin:0px auto 15px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts7_prcs_icn {
box-sizing: border-box;
width: 100px;
	text-align:center;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.wwc_cts7_prcs_bn {
box-sizing: border-box;
	width: 576px;
	height: 76px;
	text-align:center;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
background: url(images/wwc_prcs_bn_bk.svg) no-repeat center center/100% 100%;
overflow:hidden;
}
.wwc_cts7_prcs_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.wwc_cts7_prcs_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
.wwc_cts7_prcs_bn_txt {
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	text-align:center;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	margin: 0px 0 0 0;
	padding: 19px 25px 0px 0px;
	text-transform: none;
}


.wwc_cts_box_bk8 {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 120px auto;
padding: 100px 0px 80px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}
.wwc_cts8 {
box-sizing: border-box;
	max-width: 1000px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts8_cp {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 45px auto;
	padding: 0 0 0px 0;
}

.wwc_cts8_img {
box-sizing: border-box;
max-width: 1000px;
margin:0px auto 30px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts8_img img {
max-width: 100%;
height: auto;
}
.wwc_cts8_img1 {
box-sizing: border-box;
float:left;
width: 494px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cts8_img2 {
box-sizing: border-box;
float:right;
width: 494px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}


.wwc_example {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 110px auto;
margin:0px auto 60px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.wwc_example_box {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.wwc_example_cp {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 45px auto;
	padding: 0 0 0px 0;
}

.wwc_example_cts {
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_example_cts img {
max-width: 100%;
height: auto;
}



.wwc_cct {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 10px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cct_box {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

h3.wwc_cct_cp {
color: #1b7fbe;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 50px auto;
	padding: 0 0 0px 0;
}

.wwc_cct_cts {
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_cct_cts img {
max-width: 100%;
height: auto;
}

.wwc_ctt_cts_tel {
box-sizing: border-box;
	max-width: 500px;
margin:0px auto 40px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_ctt_tel {
box-sizing: border-box;
float:left;
width: 300px;
margin:0px 20px 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_ctt_tel img {
max-width: 100%;
height: auto;
}
.wwc_ctt_tel a:hover img {
  -moz-opacity: 1.0;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.wwc_ctt_tel_cp {
box-sizing: border-box;
float:left;
color: #333;
  font-weight: 400;
	font-size: 20px;
	text-align: left;
	line-height: 1.6em;
	padding: 4px 0px 0px 0px;
	margin: 0 auto 0px auto;
}

.wwc_ctt_form_box {
box-sizing: border-box;
max-width: 1200px;
background-color: #0068b7;
margin:0px auto 50px auto;
padding: 40px 0px 40px 0px;
position: relative;
overflow:hidden;
}
.wwc_ctt_form_cts {
box-sizing: border-box;
max-width: 1080px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.wwc_ctt_form {
box-sizing: border-box;
float:left;
width: 340px;
height: 70px;
margin:0px 30px 0px 0;
padding: 0px 0px 0px 0px;
background-color: #fff;
border-bottom: 5px solid #f18d00;
position: relative;
overflow:hidden;
}
.wwc_ctt_form:nth-child(3) {
margin:0px 0px 0px 0;
}
.wwc_ctt_form a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.wwc_ctt_form a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}

.wwc_ctt_form_txt {
box-sizing: border-box;
color: #0068b7;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
	position: relative;
margin:0px auto 0px auto;
padding: 16px 0px 0px 0px;
position: relative;

}
.wwc_ctt_form_icn {
box-sizing: border-box;
width: 12px;
margin:0px 0px 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:10px;
left:15px;
top:25px;
left:15px;
}



/* =スケール障害･腐食対策
----------------------------------------------- */
.des_cts1 {
box-sizing: border-box;
	max-width: 1300px;
margin:20px auto 40px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.trouble_des_cts_box {
box-sizing: border-box;
clear:both;
	max-width: 1180px;
    margin: -16px auto 15px auto;
	margin:-20px auto 50px auto;
	background-color: #fff;
	text-align:left;
    padding: 0px 0px 10px 0px;
	 padding: 5px 0px 10px 15px;
	 padding: 5px 0px 10px 0px;
}
.trouble_des_cts {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}
.trouble-card-des {
    float:left;
	width: 500px;
	width: 390px;
	margin: 0px 0px 0 0em;
	margin: -16px 0px 0 0em;
    padding: 18px 0px 18px 0px;
}
.trouble-card-des:nth-child(2) {
    float:left;
	width: 500px;
	width: 420px;
}
.trouble-card-des:nth-child(3) {
    float:left;
	width: 500px;
	width: 300px;
}
.trouble-card-des ul {
	margin: 10px 0 0px 1.2em;
	margin: 10px 0 0px 0.5em;
	font-size: 20px;
    line-height: 1.5;
	line-height: 1.6;
	list-style: none;
}
.trouble-card-des li {
    margin-bottom: 4px;
	margin-bottom: 10px;
  list-style-type:none;
	background-image: url(images/check_icn.svg);
	background-size: 22px auto;
    background-repeat:no-repeat;
    background-position:0px 4px;
    padding-left:34px;
}


.des_cts_box_bk2 {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 120px auto;
padding: 100px 0px 70px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}
.des_cts2 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.des_cts2_cp {
  box-sizing: border-box;
  color: #1b7fbe;
  font-weight: 600;
	font-size: 28px;
	line-height: 1.6em;
	text-align: left;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 35px auto;
	overflow:hidden;
}


.des_cts2_1{
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
padding: 0px 0px 10px 0px;
border: 1px solid #8ed3f5;
background:#fff;
position: relative;
overflow:hidden;
}
.des_cts2_1 img{
max-width: 100%;
height: auto;
}

.des_cts2_box {
box-sizing: border-box;
max-width: 1000px;
  position: relative;
margin:0px auto 0px auto;
padding: 60px 0px 60px 0px;
overflow:hidden;
}
.des_cts2_box img {
max-width: 100%;
height: auto;
}

.des_cts2_sttl_box {
box-sizing: border-box;
max-width: 1000px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
h3.des_cts2_sttl {
  box-sizing: border-box;
  border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 28px;
	line-height: 1.4em;
	text-align: left;
	position: relative;
	padding: 10px 0px 0px 0px;
	margin: 0 auto 40px auto;
}
h3.des_cts2_sttl::after {
  box-sizing: border-box;
  display: block;
  position: relative;
	width: 20%;
	  width: 20%;
  margin: 15px 0 -3px;
  margin: 30px 0 -18px;
  margin: 15px 0 -3px;
  border-bottom: 3px solid #f4901e;
  content: "";
}

.des_cts2_1_fukidasi {
box-sizing: border-box;
width: 132px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
overflow:hidden;
top:-25px;
right:10px;
right:0px;
}

.des_cts2_cts {
box-sizing: border-box;
max-width: 1000px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.des_cts2_cts1 {
box-sizing: border-box;
float:left;
max-width: 640px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.des_cts2_cts2 {
box-sizing: border-box;
float:right;
max-width: 280px;
  position: relative;
margin:0px 30px 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.des_cts2_cts2 img {
max-width: 100%;
height: auto;
}

.des_cts2_cts1_pbox {
box-sizing: border-box;
margin:0px auto 35px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.des_cts2_cts1_pt {
box-sizing: border-box;
float:left;
width: 200px;
height: 82px;
color: #0068b7;
font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
margin:0px auto 0px auto;
padding: 25px 0px 0px 0px;
background: url(images/des_cts2_1_ptbk.svg) no-repeat center center/100% 100%;
}

.des_cts2_cts1_pbox300 {
box-sizing: border-box;
margin:0px auto 20px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.des_cts2_cts1_pt300 {
box-sizing: border-box;
float:left;
width: 200px;
width: 300px;
height: 82px;
height: 70px;
color: #0068b7;
font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
margin:0px auto 10px auto;
margin:0px 5px 10px 0;
padding: 20px 0px 0px 0px;
background: url(images/des_cts2_1_ptbk_300.svg) no-repeat center center/100% 100%;
}

.des_cts2_cts1_cp {
color: #333;
  font-weight: 400;
	font-size: 17px;
	line-height: 1.8em;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
	overflow:hidden;
}

.des_cts2_cts2_img {
box-sizing: border-box;
width: 280px;
margin:0px auto 10px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.des_cts2_cts2_plogo {
box-sizing: border-box;
width: 274px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.des_cts2_cts2_cp {
color: #333;
  font-weight: 400;
	font-size: 17px;
	line-height: 1.5em;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 30px 0 0px 0;
	overflow:hidden;
}



.des_cts2_2{
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
padding: 0px 0px 10px 0px;
border: 1px solid #8ed3f5;
background:#fff;
position: relative;
overflow:hidden;
}
.des_cts2_2 img{
max-width: 100%;
height: auto;
}

.des_cts2_2_cts {
box-sizing: border-box;
max-width: 1000px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.des_cts2_2_cts1 {
box-sizing: border-box;
float:left;
max-width: 470px;
  position: relative;
margin:0px auto 0px auto;
padding: 30px 0px 0px 0px;
}
.des_cts2_2_cts2 {
box-sizing: border-box;
float:right;
max-width: 460px;
  position: relative;
margin:0px 0px 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.des_cts2_2_cts1_pbox {
clear:both;
box-sizing: border-box;
  position: relative;
margin:0px auto 10px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.des_cts2_2_cts1_pt1 {
box-sizing: border-box;
float:left;
width: 234px;
height: 64px;
color: #333;
font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
margin:0px 15px 0px 0;
padding: 15px 20px 0px 0px;
background: url(images/des_cts2_2_ptbk.svg) no-repeat center center/100% 100%;
}
.des_cts2_2_cts1_pt2 {
box-sizing: border-box;
float:left;
width: 212px;
height: 54px;
color: #0068b7;
font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
margin:5px auto 0px auto;
padding: 10px 0px 0px 0px;
background: url(images/des_cts2_2_ptbk2.svg) no-repeat center center/100% 100%;
}

.des_cts2_2_cts1_cp {
color: #0068b7;
  font-weight: 600;
	font-size: 24px;
	line-height: 1.5em;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 30px 0 0px 0;
	overflow:hidden;
}

.des_cts2_2_cts2_cp {
color: #333;
  font-weight: 600;
	font-size: 20px;
	line-height: 1.5em;
	text-align: left;
	padding: 0px 0px 5px 0px;
	margin: 0px 0 0px 0;
	overflow:hidden;
}

.des_cts2_2_cts2_img {
box-sizing: border-box;
max-width: 460px;
  position: relative;
margin:0px 0px 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}


.des_cts2_3{
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
padding: 0px 0px 10px 0px;
border: 1px solid #8ed3f5;
background:#fff;
position: relative;
overflow:hidden;
}
.des_cts2_3 img{
max-width: 100%;
height: auto;
}
.des_cts2_3_cp {
color: #333;
  font-weight: 400;
	font-size: 17px;
	line-height: 1.8em;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: -10px 0 30px 0;
	overflow:hidden;
}

.des_cts2_3_cts {
box-sizing: border-box;
max-width: 1000px;
  position: relative;
margin:0px auto 60px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.des_cts2_3_cts1 {
box-sizing: border-box;
float:left;
max-width: 484px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.des_cts2_3_cts2 {
box-sizing: border-box;
float:right;
max-width: 484px;
  position: relative;
margin:0px 0px 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.des_cts2_3_cts_link {
box-sizing: border-box;
max-width: 860px;
max-width: 900px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.des_cts2_cts_link1 {
box-sizing: border-box;
float:left;
width: 410px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.des_cts2_cts_link2 {
box-sizing: border-box;
float:right;
width: 410px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

.des_cts2_ctt_bn {
box-sizing: border-box;
	width: 410px;
	height: 54px;
	text-align:center;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
background-color: #fff;
	border-top: 1px solid #00a7ea;
border-bottom: 1px solid #00a7ea;
position: relative;
overflow:hidden;
}
.des_cts2_ctt_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.des_cts2_ctt_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
.des_cts2_ctt_bn_txt {
	color: #333;
	font-size: 21px;
	font-weight: 600;
	text-align:center;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	margin: 0px 0 0 0;
	padding: 10px 20px 0px 0px;
	text-transform: none;
}
.des_cts2_ctt_bn_ya {
box-sizing: border-box;
width: 25px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:12px;
right:10px;
}


.des_cts3 {
box-sizing: border-box;
	max-width: 1300px;
margin:0px auto 80px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.des_cts3_box {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.des_cts3_cp {
color: #1b7fbe;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 45px auto;
	padding: 0 0 0px 0;
}

.des_cts3_pt_cts {
box-sizing: border-box;
	max-width: 860px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 10;
}
.des_cts3_pt {
box-sizing: border-box;
float:left;
width: 260px;
height: 106px;
color: #4d4d4d;
font-size: 23px;
	font-weight: 600;
	line-height: 1.4em;
	text-align:center;
margin:0px 35px 0px 0;
padding: 23px 0px 0px 0px;
background: url(images/des_cts3_ptbk.svg) no-repeat center center/100% 100%;
}
.des_cts3_pt:nth-child(3) {
margin:0px 0px 0px 0;
}


.des_cts3_cts {
box-sizing: border-box;
max-width: 1200px;
background:#fff;
border: 1px solid #aaaaaa;
margin:-50px auto 50px auto;
padding: 150px 0px 50px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}
.des_cts3_cts img {
max-width: 100%;
height: auto;
}

.des_cts3_cts_box {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 50px 0px 50px;
position: relative;
overflow:hidden;
}

.des_cts3_illust {
box-sizing: border-box;
max-width: 980px;
margin:0px auto 80px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.des_cts3_img {
box-sizing: border-box;
	max-width: 1000px;
margin:0px auto 35px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.des_img4 {
box-sizing: border-box;
float:left;
width: 244px;
margin:0px 8px 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.des_img4 img {
max-width: 100%;
height: auto;
}
.des_img4:nth-child(4) {
margin:0px 0px 0px 0;
}


.des_cts_box_bk4 {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 120px auto;
margin:0px auto 50px auto;
padding: 100px 0px 70px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}
.des_cts4 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.des_cts4 img{
max-width: 100%;
height: auto;
}

.des_cts4_cts{
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
padding: 0px 0px 100px 0px;
border: 1px solid #8ed3f5;
background:#fff;
position: relative;
overflow:hidden;
}
.des_cts4_box {
box-sizing: border-box;
max-width: 1000px;
  position: relative;
margin:0px auto 0px auto;
padding: 60px 0px 0px 0px;
overflow:hidden;
}


.des_cts4_cts_box {
box-sizing: border-box;
max-width: 1000px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 30px 0px;
overflow:hidden;
}
.des_cts4_cts_box1 {
box-sizing: border-box;
float:left;
width: 500px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.des_cts4_cts_box2 {
box-sizing: border-box;
float:right;
text-align: left;
width: 480px;
  position: relative;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.des_cts4_cts_box1_cp {
  box-sizing: border-box;
  color: #333;
  font-weight: 400;
	font-size: 17px;
	line-height: 1.8em;
	text-align: left;
	padding: 34px 0px 0px 0px;
	margin: 0 auto 0px auto;
	overflow:hidden;
}

.des_cts4_cts_box2_sttl {
 box-sizing: border-box;
  color: #1b7fbe;
  font-weight: 600;
	font-size: 24px;
	line-height: 1.6em;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 4px auto;
	overflow:hidden;
}


.des_cts4_cts_box2_cts {
box-sizing: border-box;
margin:0px 0 15px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.des_cts4_cts_box2_cts img {
max-width: 100%;
height: auto;
}
.des_cts4_box2_1 {
box-sizing: border-box;
float:left;
width: 220px;
margin:0px 10px 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.des_cts4_box2_2 {
box-sizing: border-box;
float:left;
width: 250px;
margin:0px 0px 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.des_cts4_box2_2_pt1 {
box-sizing: border-box;
width: 240px;
height: 50px;
color: #333;
font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	text-align:center;
margin:0px auto 5px auto;
padding: 10px 0px 0px 0px;
background: url(images/des_cts4_pt_bk1.svg) no-repeat center center/100% 100%;
}
.des_cts4_box2_2_pt2 {
box-sizing: border-box;
width: 240px;
height: 50px;
color: #fff;
font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	text-align:center;
margin:0px auto 5px auto;
padding: 10px 0px 0px 0px;
background: url(images/des_cts4_pt_bk2.svg) no-repeat center center/100% 100%;
}

.des_cts4_box2_2_cp {
 box-sizing: border-box;
  color: #333;
  font-weight: 400;
	font-size: 14px;
	line-height: 1.38em;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0 auto 0px auto;
	overflow:hidden;
}


.des_cts4_cts_box02 {
box-sizing: border-box;
max-width: 1000px;
  position: relative;
margin:0px auto 25px auto;
padding: 0px 0px 30px 0px;
}
.des_cts4_cts_box02 img {
max-width: 100%;
height: auto;
}

.des_cts4_cts_box02_cts {
box-sizing: border-box;
max-width: 1000px;
  position: relative;
  border: 1px solid #aaaaaa;
margin:0px auto 0px auto;
padding: 30px 0px 30px 0px;
}

.des_cts4_cts_box02_img {
box-sizing: border-box;
max-width: 856px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.des_cts4_cts_box02_fukidashi {
box-sizing: border-box;
width: 200px;
height: 95px;
  position: relative;
  position: absolute;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
top:-30px;
right:50px;
}


.des_cts4_cts_box03 {
box-sizing: border-box;
max-width: 1000px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 30px 0px;
}
.des_cts4_cts_box03 img {
max-width: 100%;
height: auto;
}

.des_cts4_box03_1 {
box-sizing: border-box;
float:left;
max-width: 480px;
margin:0px 10px 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.des_cts4_box03_2 {
box-sizing: border-box;
float:right;
max-width: 480px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}


.des_cts4_box03_cts {
box-sizing: border-box;
width: 480px;
border-top: 1px solid #969696;
margin:0px 0px 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.des_cts4_box03_cts_cp0 {
	text-align: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0px auto;
	overflow:hidden;
}
.des_cts4_box03_cts_cp {
border-bottom: 1px solid #00a0e9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 18px;
	line-height: 1.75em;
	text-align: left;
	position: relative;
	padding: 8px 0px 8px 15px;
	margin: 0 auto 0px auto;
}
.des_cts4_box03_cts_cp2 {
border-bottom: 1px solid #00a0e9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 18px;
	line-height: 1.75em;
	text-align: left;
	background-color: #f2faff;
	position: relative;
	padding: 8px 0px 8px 15px;
	margin: 0 auto 0px auto;
}
.des_cts4_box03_cts_ya {
box-sizing: border-box;
width: 200px;
height: 95pz;
  position: relative;
  position: absolute;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
top:2px;
top:17px;
left:0px;
}


.des_example_box_bk {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 120px auto;
padding: 100px 0px 70px 0px;
padding: 100px 0px 20px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}
.des_example {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 110px auto;
margin:0px auto 30px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.des_example_box {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.des_example_cp {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 45px auto;
	padding: 0 0 0px 0;
}

.des_example_cts {
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.des_example_cts img {
max-width: 100%;
height: auto;
}



.des_cts5 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 90px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.des_cts5_box {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.des_cts5_cp {
color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:center;
	margin: 0px auto 45px auto;
	padding: 0 0 0px 0;
}

.des_cts5_cts {
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.des_cts5_cts img {
max-width: 100%;
height: auto;
}


.des_cts5_prcs1 {
box-sizing: border-box;
float:left;
width: 270px;
height: 222px;
margin:0px 0 0px 0;
padding: 50px 0px 0px 0px;
position: relative;
background: url(images/des_cts5_waku1.svg) no-repeat center center/100% 100%;
}
.des_cts5_prcs24 {
box-sizing: border-box;
float:left;
width: 270px;
height: 222px;
margin:0px 0 0px -38px;
padding: 50px 10px 0px 0px;
position: relative;
background: url(images/des_cts5_waku.svg) no-repeat center center/100% 100%;
}
.des_cts5_prcs5 {
box-sizing: border-box;
float:left;
width: 270px;
height: 222px;
margin:0px 0 0px -38px;
padding: 50px 10px 0px 0px;
position: relative;
background: url(images/des_cts5_waku.svg) no-repeat center center/100% 100%;
}

.des_cts5_prcs_no1 {
box-sizing: border-box;
width: 58px;
height: 44px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:2px;
left:1px;
}
.des_cts5_prcs_no1_sp {
display:none;
}
.des_cts5_prcs_no25 {
box-sizing: border-box;
width: 58px;
height: 44px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:2px;
left:25px;
}

.des_cts5_prcs_box1 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 30px 0px 0px;
position: relative;
overflow:hidden;
}
.des_cts5_prcs_box25 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 0px 0px 30px;
padding: 0px 0px 0px 25px;
position: relative;
overflow:hidden;
}

.des_cts5_prcs_sttl1 {
box-sizing: border-box;
color: #333;
color: #4d4d4d;
font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	text-align:center;
height: 60px;
margin:0px auto 16px auto;
padding: 15px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.des_cts5_prcs_sttl2 {
box-sizing: border-box;
color: #333;
color: #4d4d4d;
font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	text-align:center;
	height: 60px;
margin:0px auto 16px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.des_cts5_prcs_icn {
box-sizing: border-box;
width: 90px;
	text-align:center;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}



/* =井戸水クーラー導入の流れ
----------------------------------------------- */
.prcs_cts1 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 70px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.prcs_cts1_box {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.prcs_cts1_cts {
box-sizing: border-box;
max-width: 1060px;
max-width: 1100px;
max-width: 1130px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 30px;
position: relative;
overflow:hidden;
}
.prcs_cts1_cts img {
max-width: 100%;
height: auto;
}

.prcs_cts1_prcs1 {
box-sizing: border-box;
float:left;
width: 404px;
height: 244px;
margin:0px 0 0px 0;
padding: 40px 0px 0px 0px;
position: relative;
background: url(images/prcs_waku1.svg) no-repeat center center/100% 100%;
}

.prcs_cts1_prcs2 {
box-sizing: border-box;
float:left;
width: 387px;
width: 404px;
height: 244px;
margin:0px 0 0px -51px;
margin:0px 0 0px -56px;
padding: 40px 0px 0px 0px;
position: relative;
background: url(images/prcs_waku2.svg) no-repeat center center/100% 100%;
}
.prcs_cts1_prcs3 {
box-sizing: border-box;
float:left;
width: 387px;
width: 404px;
height: 244px;
margin:0px 0 0px -51px;
margin:0px 0 0px -56px;
padding: 40px 0px 0px 0px;
position: relative;
background: url(images/prcs_waku3.svg) no-repeat center center/100% 100%;
}

.prcs_cts1_prcs1 a,
.prcs_cts1_prcs2 a,
.prcs_cts1_prcs3 a{
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.prcs_cts1_prcs1 a:hover,
.prcs_cts1_prcs2 a:hover,
.prcs_cts1_prcs3 a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
.prcs_cts1_prcs_no1 {
box-sizing: border-box;
width: 80px;
height: 60px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:3px;
left:1px;
}
.prcs_cts1_prcs_no1_sp {
display:none;
}
.prcs_cts1_prcs_no2 {
box-sizing: border-box;
width: 80px;
height: 60px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:3px;
left:43px;
}
.prcs_cts1_prcs_no3 {
box-sizing: border-box;
width: 80px;
height: 60px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:3px;
left:43px;
}
.prcs_cts1_prcs_box1 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 30px 0px 0px;
position: relative;
overflow:hidden;
}
.prcs_cts1_prcs_box2 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 0px 0px 30px;
position: relative;
overflow:hidden;
}
.prcs_cts1_prcs_box3 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 0px 0px 30px;
position: relative;
overflow:hidden;
}

.prcs_cts1_prcs_sttl {
box-sizing: border-box;
color: #333;
color: #4d4d4d;
font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
margin:0px auto 15px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.prcs_cts1_prcs_icn {
box-sizing: border-box;
width: 100px;
	text-align:center;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}



.prcs_cts_box_bk2 {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 120px auto;
padding: 100px 0px 70px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}


.prcs_cts2_1{
box-sizing: border-box;
max-width: 1100px;
margin:0px auto 30px auto;
padding: 0px 0px 10px 0px;
border: 1px solid #8ed3f5;
background:#fff;
border-radius: 6px;
position: relative;
overflow:hidden;
}
.prcs_cts2_1 img{
max-width: 100%;
height: auto;
}

.prcs_cts2_step{
box-sizing: border-box;
width: 80px;
height: 76px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:1px;
left:1px;
}


.prcs_cts2_box {
box-sizing: border-box;
max-width: 1000px;
max-width: 900px;
  position: relative;
margin:0px auto 0px auto;
padding: 60px 0px 60px 0px;
overflow:hidden;
}
.prcs_cts2_box img {
max-width: 100%;
height: auto;
}

.prcs_cts2_sttl_box {
box-sizing: border-box;
max-width: 1000px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
h3.prcs_cts2_sttl {
  box-sizing: border-box;
  border-bottom: 3px solid #c9c9c9;
  color: #4d4d4d;
  font-weight: 600;
	font-size: 28px;
	line-height: 1.4em;
	text-align: left;
	position: relative;
	padding: 10px 0px 0px 0px;
	margin: 0 auto 40px auto;
}
h3.prcs_cts2_sttl::after {
  box-sizing: border-box;
  display: block;
  position: relative;
	width: 20%;
	  width: 20%;
  margin: 15px 0 -3px;
  margin: 30px 0 -18px;
  margin: 15px 0 -3px;
  border-bottom: 3px solid #f4901e;
  content: "";
}

.prcs_cts2_1_fukidasi {
box-sizing: border-box;
width: 176px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
overflow:hidden;
top:-20px;
right:5px;
}

.prcs_cts2_cts01 {
box-sizing: border-box;
max-width: 1000px;
max-width: 900px;
  position: relative;
margin:0px auto 60px auto;
padding: 0px 0px 60px 0px;
border-bottom: 1px solid #b0b0b0;
overflow:hidden;
}
.prcs_cts2_cts01 img {
max-width: 100%;
height: auto;
}
.prcs_cts2_cts1 {
box-sizing: border-box;
float:left;
max-width: 510px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.prcs_cts2_cts2 {
box-sizing: border-box;
float:right;
max-width: 360px;
  position: relative;
margin:0px 0px 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.prcs_sttl_bk {
box-sizing: border-box;
width: 430px;
height: 54px;
color: #4d4d4d;
font-size: 23px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
	text-align:left;
margin:0px 0 25px 0;
padding: 10px 0px 0px 25px;
background: url(images/prcs_sttl_bk.svg) no-repeat center center/100% 100%;
position: relative;
z-index: 10;
}
.prcs_cts2_cts1_cp {
color: #0068b7;
  font-weight: 600;
	font-size: 21px;
	line-height: 1.6em;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 10px 0;
	overflow:hidden;
}
.prcs_cts2_cts1_cp2 {
color: #333;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 25px 0;
	overflow:hidden;
}


.prcs_cts_bn {
box-sizing: border-box;
width: 330px;
	height: 52px;
	margin: 0px 0 0px 0;
	padding: 0 0 0px 0;
	background-color: #fff;
	border-top: 1px solid #00a7ea;
border-bottom: 1px solid #00a7ea;
position: relative;
overflow:hidden;
}
.prcs_cts_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.prcs_cts_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
.prcs_cts_bn_txt {
	color: #333;
	font-size: 19px;
	font-weight: 600;
	text-align:center;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	padding: 10px 0px 0px 0px;
	position: relative;
}
.prcs_cts_bn_ya {
box-sizing: border-box;
width: 25px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:10px;
right:20px;
}

.prcs_cts2_cts2_cp {
color: #333;
  font-weight: 600;
	font-size: 18px;
	line-height: 1.6em;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 4px 0;
	overflow:hidden;
}
.prcs_cts2_cts2_img {
box-sizing: border-box;
max-width: 360px;
padding: 0px 0px 0px 0px;
margin: 0 0 0px 0;
overflow:hidden;
}



.prcs_cts2_cts02 {
box-sizing: border-box;
max-width: 1000px;
max-width: 900px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_02_cts01 img {
max-width: 100%;
height: auto;
}
.prcs_cts2_02_cts1 {
box-sizing: border-box;
float:left;
max-width: 600px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.prcs_cts2_02_cts2 {
box-sizing: border-box;
float:right;
max-width: 230px;
  position: relative;
margin:0px 20px 0px 0;
padding: 20px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_02_cts2_img {
max-width: 230px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}



.prcs_cts2_ya {
box-sizing: border-box;
width: 90px;
  position: relative;
margin:0px auto 30px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_ya img {
max-width: 100%;
height: auto;
}


.prcs_cts2_2{
box-sizing: border-box;
max-width: 1100px;
margin:0px auto 30px auto;
padding: 0px 0px 10px 0px;
border: 1px solid #8ed3f5;
background:#fff;
border-radius: 6px;
position: relative;
overflow:hidden;
}
.prcs_cts2_2 img {
max-width: 100%;
height: auto;
}

.prcs_cts2_2_cts {
box-sizing: border-box;
max-width: 1000px;
max-width: 900px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_2_cts_box1 {
box-sizing: border-box;
max-width: 1000px;
max-width: 900px;
  position: relative;
  background:#f0f9ff;
margin:0px auto -50px auto;
padding: 50px 0px 50px 0px;
z-index: 5;
top:-50px;
}
.prcs_cts2_2_cts_box1_cts {
box-sizing: border-box;
max-width: 900px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 50px 0px 50px;
}

.prcs_cts2_2_cts_sttl_box {
box-sizing: border-box;
max-width: 800px;
  position: relative;
margin:0px auto 30px auto;
padding: 0px 0px 0px 0px;
border-bottom: 1px solid #009ee4;
overflow:hidden;
}
.prcs_cts2_2_cts_sttl_1 {
box-sizing: border-box;
float:left;
width: 100px;
  position: relative;
  color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-align:center;
	line-height: 1.5em;
margin:0px auto 0px auto;
padding: 8px 0px 8px 0px;
background-color: #009ee4;
overflow:hidden;
}
.prcs_cts2_2_cts_sttl_2 {
box-sizing: border-box;
float:left;
  position: relative;
  color: #4d4d4d;
	font-size: 21px;
	font-weight: 600;
	text-align:left;
	line-height: 1.5em;
margin:0px auto 0px auto;
padding: 5px 0px 0px 15px;
overflow:hidden;
}


.prcs_cts2_2_ctsbox01 {
box-sizing: border-box;
margin:0px auto 30px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_2_ctsbox1 {
box-sizing: border-box;
float:left;
max-width: 360px;
margin:0px auto 0px auto;
padding: 28px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_2_ctsbox2 {
box-sizing: border-box;
float:right;
max-width: 420px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_2_ctsbox1_cp {
box-sizing: border-box;
 color: #0068b7;
	font-size: 22px;
	font-weight: 600;
	text-align:left;
	line-height: 1.6em;
margin:0px auto 0px auto;
padding: 0px 0px 0px 10px;
overflow:hidden;
}
.prcs_cts2_2_ctsbox2_img {
max-width: 420px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}


.prcs_cts2_2_ctsbox02 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_2_ctsbox02_cp {
box-sizing: border-box;
 color: #333;
	font-size: 18px;
	font-weight: 600;
	text-align:left;
	line-height: 1.6em;
margin:0px auto 4px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_2_ctsbox02_img {
box-sizing: border-box;
max-width: 800px;
margin:0px auto 4px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_2_ctsbox02_cp2 {
box-sizing: border-box;
 color: #333;
	font-size: 14px;
	font-weight: 400;
	text-align:left;
	line-height: 1.6em;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.prcs_cts2_2_cts_box2 {
box-sizing: border-box;
max-width: 1000px;
max-width: 900px;
  position: relative;
  background:#f0f9ff;
margin:20px auto 50px auto;
padding: 50px 0px 50px 0px;
z-index: 5;
overflow:hidden;
}

.prcs_cts2_2_ctsbox2_cp {
box-sizing: border-box;
 color: #0068b7;
	font-size: 24px;
	font-weight: 600;
	text-align:left;
	line-height: 1.6em;
margin:0px auto 0px auto;
padding: 0px 0px 0px 10px;
overflow:hidden;
}



.prcs_cts2_3_cts {
box-sizing: border-box;
max-width: 1000px;
max-width: 900px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_cts img {
max-width: 100%;
height: auto;
}
.prcs_cts2_3_cts_box1 {
box-sizing: border-box;
max-width: 1000px;
max-width: 900px;
  position: relative;
  background:#f0f9ff;
margin:0px auto -50px auto;
padding: 50px 0px 40px 0px;
z-index: 5;
top:-50px;
}
.prcs_cts2_3_cts_box1_cts {
box-sizing: border-box;
max-width: 900px;
  position: relative;
margin:0px auto 0px auto;
padding: 0px 50px 0px 50px;
}


.prcs_cts2_3_cts_sttl_box {
box-sizing: border-box;
max-width: 800px;
  position: relative;
  background:#fff;
margin:0px auto 30px auto;
padding: 7px 0px 7px 0px;
border-top: 1px solid #969696;
border-bottom: 1px solid #969696;
overflow:hidden;
}
.prcs_cts2_3_cts_sttl_box1 {
box-sizing: border-box;
float:left;
width: 170px;
color: #0068b7;
	font-size: 22px;
	font-weight: 600;
	text-align:left;
	line-height: 1.5em;
  position: relative;
margin:0px 20px 0px 20px;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_cts_sttl_box2 {
box-sizing: border-box;
float:left;
color: #333;
	font-size: 16px;
	font-weight: 400;
	text-align:left;
	line-height: 1.5em;
  position: relative;
margin:0px 0px 0px 0;
padding: 5px 0px 0px 0px;
overflow:hidden;
}

.prcs_cts2_3_box {
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_box1 {
box-sizing: border-box;
float:left;
max-width: 274px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_box2 {
box-sizing: border-box;
float:right;
max-width: 500px;
text-align:left;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.prcs_cts2_3_box1_img {
box-sizing: border-box;
max-width: 274px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.prcs_cts2_3_box2_sttl {
box-sizing: border-box;
color: #4d4d4d;
	font-size: 18px;
	font-weight: 600;
	text-align:left;
	line-height: 1.5em;
margin:0px auto 20px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}


.prcs_cts2_3_box2_cts {
margin:0px auto 15px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_box2_cts1 {
box-sizing: border-box;
float:left;
width: 80px;
margin:0px 20px 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_box2_cts2 {
box-sizing: border-box;
float:left;
max-width: 395px;
text-align:left;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.prcs_cts2_3_box2_cts1_o {
box-sizing: border-box;
background-color: #f18d00;
width: 80px;
height: 44px;
text-align:center;
color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
margin:0px auto 0px auto;
padding: 8px 0px 0px 0px;
border-radius: 22px;
overflow:hidden;
}
.prcs_cts2_3_box2_cts1_b {
box-sizing: border-box;
background-color: #009ee4;
width: 80px;
height: 44px;
text-align:center;
color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
margin:0px auto 0px auto;
padding: 8px 0px 0px 0px;
border-radius: 22px;
overflow:hidden;
}
.prcs_cts2_3_box2_cts2_cp {
box-sizing: border-box;
text-align:left;
color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}


.prcs_cts2_3_cts_box2 {
box-sizing: border-box;
max-width: 1000px;
max-width: 900px;
  position: relative;
  background:#f0f9ff;
margin:20px auto 0px auto;
padding: 50px 0px 40px 0px;
z-index: 5;
top:0px;
}

.prcs_cts2_3_box02 {
margin:-15px auto 30px auto;
padding: 0px 0px 0px 5px;
overflow:hidden;
}

.prcs_cts2_3_box02_2 {
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.prcs_cts2_3_box02_box1 {
float:left;
width: 240px;
margin:0px 19px 0px 0;
border-right: 1px solid #969696;
padding: 0px 20px 0px 0px;
position: relative;
overflow:hidden;
}
.prcs_cts2_3_box02_box2 {
float:left;
width: 240px;
margin:0px 19px 0px 0;
border-right: 1px solid #969696;
padding: 0px 20px 0px 0px;
position: relative;
overflow:hidden;
}
.prcs_cts2_3_box02_box3 {
float:left;
width: 240px;
margin:0px 0px 0px 0;
border-right: 0px solid #969696;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.prcs_cts2_3_box02_sttl {
box-sizing: border-box;
color: #0068b7;
font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	text-align:center;
margin:0px auto 20px auto;
padding: 0px 0px 0px 5px;
overflow:hidden;
}
.prcs_cts2_3_box02_img {
box-sizing: border-box;
max-width: 210px;
	text-align:center;
margin:0px auto 10px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_box02_pt {
box-sizing: border-box;
background-color: #0068b7;
color: #fff;
font-size: 17px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:left;
margin:0px auto 10px auto;
padding: 8px 0px 8px 40px;
overflow:hidden;
}
.prcs_cts2_3_box02_cp {
box-sizing: border-box;
color: #333;
font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	text-align:left;
margin:0px auto 20px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_box02_merit {
box-sizing: border-box;
color: #015db2;
font-size: 15px;
	font-weight: 600;
	line-height: 1.5em;
	text-align:left;
margin:0px auto 5px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_box02_cp2 {
box-sizing: border-box;
color: #333;
font-size: 14px;
	font-weight: 400;
	line-height: 1.35em;
	text-align:left;
margin:0px auto 15px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_box02_cp2 ul {
	margin: 10px 0 0px 1.2em;
	margin: 0px 0 0px -1.5em;
	margin: 0px 0 0px 1.5em;
	font-size: 14px;
    line-height: 1.35;

}
.prcs_cts2_3_box02_cp2 li {
    margin-bottom: 4px;
	margin-bottom: 4px;
  list-style-type:disc;
}


.prcs_cts2_3_box02_cp3 {
box-sizing: border-box;
color: #333;
font-size: 14px;
	font-weight: 400;
	line-height: 1.35em;
	text-align:left;
margin:0px auto 15px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_box02_cp3 ul {
	margin: 10px 0 0px 1.2em;
	margin: 0px 0 0px -1.5em;
	margin: 0px 0 0px 1.5em;
	font-size: 14px;
    line-height: 1.35;

}
.prcs_cts2_3_box02_cp3 li {
    margin-bottom: 4px;
	margin-bottom: 4px;
  list-style-type:disc;
}


.prcs_cts2_3_box02_3 {
margin:50px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
}
.prcs_cts2_3_box02_3_sp {
display:none;
margin:30px auto 20px auto;
}
.prcs_cts2_3_box02_3_sp_img {
max-width: 600px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}


.prcs_cts2_3_box02_3_bk {
box-sizing: border-box;
max-width: 800px;
height: 40px;
color: #333;
font-size: 17px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
background: url(images/prcs_step2_kouritsu_yabk.svg) no-repeat center center/100% 100%;
}
.prcs_cts2_3_box02_3_1 {
 color: #0068b7;
  font-weight: 600;
	font-size: 17px;
	line-height: 1.5em;
	text-align: left;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: absolute;
top:45px;
left:100px;
}
.prcs_cts2_3_box02_3_2 {
 color: #0068b7;
  font-weight: 600;
	font-size: 17px;
	line-height: 1.5em;
	text-align: left;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: absolute;
top:45px;
right:100px;
}



.prcs_cts2_3{
box-sizing: border-box;
max-width: 1100px;
margin:0px auto 30px auto;
padding: 0px 0px 10px 0px;
border: 1px solid #8ed3f5;
background:#fff;
border-radius: 6px;
position: relative;
overflow:hidden;
}
.prcs_cts2_3 img{
max-width: 100%;
height: auto;
}

.prcs_cts2_3_ctsbox {
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.prcs_cts2_3_ctsbox1 {
box-sizing: border-box;
float:left;
max-width: 480px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.prcs_cts2_3_ctsbox2 {
box-sizing: border-box;
float:right;
max-width: 480px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.prcs_cts2_3_ctsbox_cts {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.prcs_cts2_3_ctsbox_cp {
box-sizing: border-box;
float:left;
max-width: 220px;
 color: #333;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	padding: 10px 0px 0px 25px;
	margin: 0 0 0px 0;
	overflow:hidden;
}
.prcs_cts2_3_ctsbox_icn {
box-sizing: border-box;
float:right;
max-width: 170px;
margin:0px auto 0px auto;
padding: 0px 10px 0px 0px;
position: relative;
overflow:hidden;
}
.prcs_cts2_3_ctsbox_icn img {
max-width: 100%;
height: auto;
}




/* =シミュレーションのお申込み
----------------------------------------------- */
.reg_cts1 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 70px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.prcs_cts1_sttl {
  box-sizing: border-box;
  border-bottom: 2px solid #C9C9C9;
  color: #1B7FBE;
  font-weight: 600;
	font-size: 28px;
	line-height: 1.6em;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0 auto 40px auto;
	overflow:hidden;
}

.reg_cts1_cts {
box-sizing: border-box;
max-width: 1060px;
max-width: 1100px;
max-width: 1100px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.reg_cts1_cts img {
max-width: 100%;
height: auto;
}

.reg_cts1_prcs1 {
box-sizing: border-box;
float:left;
width: 404px;
height: 244px;
margin:0px 0 0px 0;
padding: 40px 0px 0px 0px;
position: relative;
background: url(images/prcs_waku1.svg) no-repeat center center/100% 100%;
overflow:hidden;
}

.reg_cts1_prcs2 {
box-sizing: border-box;
float:left;
width: 387px;
width: 404px;
height: 244px;
margin:0px 0 0px -51px;
margin:0px 0 0px -56px;
padding: 40px 0px 0px 0px;
position: relative;
background: url(images/prcs_waku2.svg) no-repeat center center/100% 100%;
overflow:hidden;
}
.reg_cts1_prcs3 {
box-sizing: border-box;
float:left;
width: 387px;
width: 404px;
height: 244px;
margin:0px 0 0px -51px;
margin:0px 0 0px -56px;
padding: 40px 0px 0px 0px;
position: relative;
background: url(images/prcs_waku3.svg) no-repeat center center/100% 100%;
overflow:hidden;
}

.reg_cts1_prcs_no1 {
box-sizing: border-box;
width: 80px;
height: 60px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:3px;
left:1px;
}
.reg_cts1_prcs_no1_sp {
display:none;
}
.reg_cts1_prcs_no2 {
box-sizing: border-box;
width: 80px;
height: 60px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:3px;
left:43px;
}
.reg_cts1_prcs_no3 {
box-sizing: border-box;
width: 80px;
height: 60px;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
position: absolute;
top:3px;
left:43px;
}
.reg_cts1_prcs_box1 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 35px 0px 0px;
position: relative;
overflow:hidden;
}
.reg_cts1_prcs_box2 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.reg_cts1_prcs_box3 {
box-sizing: border-box;
margin:0px auto 0px auto;
padding: 0px 0px 0px 20px;
position: relative;
overflow:hidden;
}

.reg_cts1_prcs_sttl {
box-sizing: border-box;
color: #333;
color: #4d4d4d;
font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:center;
margin:0px auto 12px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.reg_cts1_prcs_icn {
box-sizing: border-box;
width: 100px;
	text-align:center;
margin:0px auto 10px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.reg_cts1_prcs_icn img {
max-width: 100%;
height: auto;
}

.reg_cts1_prcs_cp {
box-sizing: border-box;
 color: #333;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
text-align:center;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.reg_cts1_prcs_cp2 {
box-sizing: border-box;
 color: #333;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
text-align:center;
margin:20px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}




.reg_cts_box_bk2 {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 120px auto;
margin:0px auto 0px auto;
padding: 100px 0px 70px 0px;
padding: 90px 0px 70px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}


.reg_ctt_form_box {
clear:both;
box-sizing: border-box;
	max-width: 1100px;
	background-color: #fff;
margin:0px auto 10px auto;
padding: 50px 0px 60px 0px;
padding: 50px 0px 40px 0px;
position: relative;
overflow:hidden;
border: 1px solid #ccc;
z-index: 5
}

.reg_ctt_cts_form {
box-sizing: border-box;
	max-width: 580px;
margin:0px auto 50px auto;
padding: 0px 0px 20px 0px;
border-bottom: 2px solid #0096ff;
position: relative;
overflow:hidden;
}
.reg_ctt_cts_form_cp {
box-sizing: border-box;
color: #4d4d4d;
  font-weight: 600;
	font-size: 28px;
	text-align: center;
	line-height: 1.6em;
	padding: 0px 0px 0px 60px;
	margin: 0 auto 0px auto;
overflow:hidden;
background: url(images/ctt_mail_icn.svg) no-repeat 180px 9px;
}



.um-register-cts0 {
box-sizing: border-box;
max-width: 960px;
text-align: left;
margin:0px auto 0px auto;
padding: 0px 0px 15px 0px;
position: relative;
overflow:hidden;
}
@media(max-width:768px){
.um-register-cts0 {
box-sizing: border-box;
max-width: 960px;
text-align: left;
margin:0px auto 0px auto;
padding: 0px 20px 15px 20px;
position: relative;
overflow:hidden;
}
}

.um-register-cts {
box-sizing: border-box;
max-width: 960px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}


/*==================================================
 Ultimate Member 登録フォーム
 contactフォーム完全合わせ版
==================================================*/
/* フォーム */
.um.um-register {
    width:100%;
    max-width:960px;
    margin:0 auto;
}

/*--------------------------------
 1項目
--------------------------------*/
.um.um-register .um-field {
    display:flex;
    align-items:center;
    width:100%;
    margin:0;
    padding:20px 0;
	padding:18px 0 18px 0;
    border-bottom:1px solid #aaaaaa;
    box-sizing:border-box;
}

/* 最初だけ上線 */
.um.um-register .um-field:first-child {
    border-top:1px solid #aaaaaa;
}

/*--------------------------------
 左側項目名
--------------------------------*/
.um.um-register .um-field-label {
    width:240px;
    min-width:240px;
    padding:0 10px 0 30px;
    box-sizing:border-box;
    border:none!important;
	font-weight: 400 !important;
    font-size:16px;
    color:#333;
	color:#4d4d4d;
}

/* 必須 */
.um.um-register .um-field-label .um-req {
    color:#dc0012;
}

/*--------------------------------
 右側入力
--------------------------------*/
.um.um-register .um-field-area {
    flex:1;
    padding:0 10px 0 15px;
    box-sizing:border-box;
}


/*--------------------------------
 入力欄
--------------------------------*/
.um.um-register input.um-form-field,
.um.um-register input[type="text"],
.um.um-register input[type="password"] {
    height:40px!important;
	height:auto !important;
    border:1px solid #ccc!important;
    background:#ebf5ff!important;
    padding:0 12px!important;
	padding:2px 5px !important;
    font-size:15px!important;
    color:#333!important;
    border-radius:0!important;
    box-sizing:border-box;
}


/* 入力中も青 */
.um.um-register input.um-form-field:focus,
.um.um-register input[type="text"]:focus,
.um.um-register input[type="password"]:focus {
    background:#ebf5ff!important;
    border-color:#498ee0!important;
    outline:none!important;
}


/*--------------------------------
 入力幅
--------------------------------*/
.um-field-first_name .um-form-field {
    width:300px!important;
}

.um-field-affiliation .um-form-field,
.um-field-company .um-form-field,
.um-field-Industry .um-form-field {
    width:400px!important;
}
.um-field-address .um-form-field {
    width:640px!important;
}
.um-field-company .um-form-field {
    width:540px!important;
}
.um-field-user_tel .um-form-field {
    width:250px!important;
}
.um-field-user_email .um-form-field {
    width:400px!important;
}
.um-field-user_password .um-form-field {
    width:400px!important;
}

/*--------------------------------
 スマホ
--------------------------------*/
@media(max-width:768px){

.um.um-register .um-field {
    display:block;
	padding:15px 0 15px 0;
}
.um.um-register .um-field-label {
    width:100%;
	font-size:15px !important;
    padding:0 0 10px;
	padding:0 0 0px 0 !important;
}
.um.um-register .um-field-area {
    padding:0;
}
.um.um-register input.um-form-field,
.um.um-register input[type="text"],
.um.um-register input[type="password"] {
    width:100%!important;
}
}

/*--------------------------------
 パスワード説明
--------------------------------*/
#um_field_136_user_password .um-field-area:after {
    content:"ログイン時に必要になりますので忘れないよう保管してください。\A｢半角英大文字｣｢半角英小文字｣｢数字」をそれぞれ1文字以上含め、8文字以上で設定してください。";
    display:block;
	white-space: pre;
    margin-top:5px;
    font-size:14px;
	line-height: 1.6em;
    color:#4d4d4d;
}
#um_field_136_user_email .um-field-area:after {
    content:"ログインIDとして使用します。";
    display:block;
    margin-top:5px;
    font-size:14px;
	line-height: 1.6em;
    color:#4d4d4d;
}

/*--------------------------------
 パスワード説明　スマホ時
--------------------------------*/
@media(max-width:768px){
#um_field_136_user_password .um-field-area:after {
    content:"ログイン時に必要になりますので忘れないよう保管してください。\A｢半角英大文字｣｢半角英小文字｣｢数字」をそれぞれ1文字以上含め、8文字以上で設定してください。";
    display:block;
	white-space: pre;
	white-space: normal;
    margin-top:8px;
    font-size:14px;
	line-height: 1.35em;
    color:#4d4d4d;
}
#um_field_136_user_email .um-field-area:after {
    content:"ログインIDとして使用します。";
    display:block;
    margin-top:5px;
    font-size:14px;
	line-height: 1.6em;
    color:#4d4d4d;
}
}

/*--------------------------------
申請ボタン
--------------------------------*/
.um.um-register .um-col-alt {
    margin-top:40px;
	margin-top:20px;
}
.um.um-register .um-button {
   width:300px!important;
    height:60px!important;
    font-size:18px!important;
	font-weight: 700 !important;
    transition:0.3s ease;
}

/*====================================
 Ultimate Member ボタン共通
====================================*/
/* 通常 */
.um .um-button,
.um input[type="submit"].um-button {
    background:#0068b7!important;
    color:#fff!important;
    border:0!important;
    border-radius:0!important;
    transition:.3s ease!important;
}
/* マウスオーバー */
.um .um-button:hover,
.um input[type="submit"].um-button:hover {
    background:#4b9bd3!important;
    color:#fff!important;
}
/* 無効ボタン */
.um .um-button:disabled,
.um input[type="submit"].um-button:disabled {
    background:#ccc!important;
    color:#fff!important;
    cursor:not-allowed;
    opacity:1!important;
}
/* 無効時はhoverしても変えない */
.um .um-button:disabled:hover,
.um input[type="submit"].um-button:disabled:hover {
    background:#ccc!important;
}

/*====================================
 Ultimate Member サブボタン
 （登録・キャンセル）
====================================*/
.um .um-button.um-alt,
.um .um-alt,
.um input[type="button"].um-alt,
.um a.um-alt {

    background:#e8f5ff!important;
    color:#0068b7!important;
    border:1px solid #b7d8f2!important;

    /* 影を削除 */
    box-shadow:none!important;
    text-shadow:none!important;

}

.um .um-button.um-alt:hover,
.um .um-alt:hover,
.um input[type="button"].um-alt:hover,
.um a.um-alt:hover {

    background:#d6ecff!important;
    color:#0068b7!important;

    /* hover時も影なし */
    box-shadow:none!important;
    text-shadow:none!important;

}

/*--------------------------------
 スマホ
--------------------------------*/
@media(max-width:768px){
.um.um-register .um-col-alt {
    margin-top:40px;
	margin-top:10px;
}
.um.um-register .um-button {
min-width: initial !important;
    width:220px !important;
    height:50px !important;
    background:#0068b7!important;
    color:#fff!important;
    border-radius:0!important;
    font-size:17px!important;
    transition:0.3s ease;
}
}

/* 申請フォームログイン時 */
.um-register-cts{
    text-align: center;
}
.um-login-message{
	text-align:center;
}
.um-login-message p{
	margin:0 0 20px;
}
.um-simulation-btn{
	display:inline-block;
	padding:15px 35px;
	background:#0068b7!important;
	color:#fff !important;
	font-size: 16px !important;
	text-decoration:none;
	font-weight:bold;
	border-radius:5px;
	transition:.3s;
}
.um-simulation-btn:hover{
	background:#4b9bd3!important;
	color:#fff !important;
	text-decoration: none!important;
}


/* ログインページログイン時 */
.um-misc-ul li:first-child{
    display:none;
}

.um-postmessage{
    white-space: pre-line;
	text-align:center !important;
	color:#333 !important;
	font-weight:500;
	font-size: 18px !important;
	line-height:1.8em; 
	margin-top:-20px;
}

/* ==========================
   Ultimate Member（スマホ）
========================== */
@media screen and (max-width: 768px){
    .um{
        width: calc(100% - 40px) !important;
        max-width: 500px;
		max-width: 600px;
        margin: 0 auto !important;
    }

    .um-form{
        padding: 20px !important;
		padding: 0px !important;
        box-sizing: border-box;
    }

    .um input[type=text],
    .um input[type=password],
    .um input[type=email],
    .um input[type=tel],
    .um textarea,
    .um select{
        width:100% !important;
        box-sizing:border-box;
    }

    .um-button,
    .um input[type=submit]{
        width:100%;
    }

}




/* 個人情報欄 */
.um-register .privacy-area {
    display:flex;
    width:100%;
    border-bottom:0px solid #aaa !important;
    padding:20px 0;
	padding:0px 0 10px 0 !important;
}
.um-register .privacy-area .um-field-label {
    width:240px;
    min-width:240px;
    padding-left:30px;
	 width:10px !important;
    min-width:10px !important;
    padding-left:0px !important;
}
.um-register .privacy-area .um-field-area {
    flex:1;
    padding-left:15px;
}
.privacy-text {
color: #333;
    line-height:1.6;
    font-size:16px;
    margin-bottom:15px;
	font-weight: 400;
}
.privacy-text span {
color: #333;
    line-height:1.6;
    font-size:16px;
    margin-bottom:15px;
	font-weight: 600;
}
.privacy-text a {
 color: #0068b7;
    text-decoration: underline;
}
.privacy-text a:hover {
 color: #2391e1;
    text-decoration: underline;
}

.privacy-check {
display: block;
max-width:280px !important;
    font-size:16px;
	color: #333;
	text-align: center;
	margin: 0 auto 0px auto;
	font-weight: 600;
}
.privacy-check input {
    width:18px;
    height:18px;
	height:17px;
    margin-right:5px;
}

@media(max-width:768px){
.um-register .privacy-area {
    display:block;
}
.um-register .privacy-area .um-field-label {
    width:100%;
    padding-left:0;
}
.um-register .privacy-area .um-field-area {
    padding-left:0;
}
.privacy-text {
color: #333;
    line-height:1.6;
    font-size:14px;
    margin-bottom:15px;
	font-weight: 400;
}
.privacy-text span {
color: #333;
    line-height:1.6;
    font-size:15px;
    margin-bottom:15px;
	font-weight: 600;
}
.privacy-check {
display: block;
max-width:280px !important;
    font-size:15px;
	color: #333;
	text-align: center;
	margin: 0 auto 0px auto;
	font-weight: 600;
}
.privacy-check input {
    width:18px;
    height:18px;
	height:17px;
    margin-right:5px;
}

}

/*====================================
 Ultimate Member エラー表示
 入力欄下へ表示
====================================*/
/* エラー矢印削除 */
.um-register .um-field-error .um-field-arrow {
    display:none!important;
}
/* エラー表示 */
.um-register .um-field-error {
    display:block!important;
    position:static!important;
    clear:both!important;
    width:auto!important;
    background:none!important;
    border:none!important;
    box-shadow:none!important;
    color:#e6002d!important;
    font-size:14px!important;
    line-height:1.5!important;
    padding:5px 0 0 0!important;
    margin:0 0 0 240px!important;
	margin:0 0 0 260px!important;
}

/* アイコン削除 */
.um-register .um-field-error i {
    display:none!important;
}

/*
 フィールド全体
 ラベル＋入力欄は横並び
 エラーは下
*/
.um-register .um-field {
    display:flex!important;
    flex-wrap:wrap!important;
}

/* 左側ラベル */
.um-register .um-field-label {
    width:240px!important;
}

/* 入力欄側 */
.um-register .um-field-area {
    width:calc(100% - 240px)!important;
}

/* スマホ */
@media(max-width:768px){
.um-register .um-field {
    display:block!important;
}
.um-register .um-field-label {
    width:100%!important;
}
.um-register .um-field-area {
    width:100%!important;
}
.um-register .um-field-error {
    margin-left:0!important;
}
}




/* =井戸水クーラー導入効果シミュレーション  
----------------------------------------------- */
.wwcsim_cts_box_bk {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:0px auto 120px auto;
margin:10px auto 0px auto;
padding: 100px 0px 70px 0px;
padding: 50px 0px 60px 0px;
position: relative;
overflow:hidden;
}

.wwcsim_cts {
box-sizing: border-box;
font-size: 13px;
max-width: 960px;
margin: 0 auto 0px auto;
overflow:hidden;
}


.ptn_wwcsim_bn {
box-sizing: border-box;
width: 440px;
width: 420px;
	height: 62px;
	height: 60px;
	text-align:center;
	margin: 30px auto 50px auto;
	padding: 0 0 0px 0;
	background-color: #fff;
	background-color: #0068b7;
	border-top: 0px solid #00a7ea;
border-bottom: 0px solid #00a7ea;
border-radius:6px;
position: relative;
overflow:hidden;
}
.ptn_wwcsim_bn a {
   display: block;
    position: absolute;
    top: 0;
     width: 100%;
	height: 100%;
 	left: 0;
 }  
.ptn_wwcsim_bn a:hover{
	 opacity: 0.20;
	 opacity: 0.30;
    background-color: #ffffff;
}
.ptn_wwcsim_bn_txt {
	color: #333;
	color: #fff;
	font-size: 25px;
	font-size: 22px;
	font-weight: 600;
	text-align:center;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	padding: 13px 0px 0px 0px;
	text-transform: none;
}
.ptn_wwcsim_bn_ya {
box-sizing: border-box;
width: 25px;
margin:0px 0 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top:16px;
right:20px;
}


/* =ご相談・お問い合わせ
----------------------------------------------- */
.ctt_cts1 {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
z-index: 10;
}
.ctt_cts1_cp {
color: #333;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8em;
	text-align:center;
	margin: 0 auto 30px auto;
	padding: 0 0 0px 0;
}

.ctt_cts1_pt_cts {
box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto 10px auto;
	padding: 0 0 0px 0;
	overflow:hidden;
}

.ctt_cts1_pt {
box-sizing: border-box;
float:left;
	width: 224px;
	background-color: #fff;
	margin: 0 20px 0px 0;
	padding: 16px 0 20px 0;
	border-top: 1px solid #4db6ff;
	border-bottom: 1px solid #4db6ff;
	overflow:hidden;
}
.ctt_cts1_pt:nth-child(5) {
margin: 0 0px 0px 0;
}


.ctt_cts1_4pt_cts {
box-sizing: border-box;
	max-width: 1100px;
	margin: 0 auto 10px auto;
	padding: 0 0 0px 0;
	overflow:hidden;
}
.ctt_cts1_4pt {
box-sizing: border-box;
float:left;
	width: 251px;
	background-color: #fff;
	margin: 0 32px 0px 0;
	padding: 16px 0 20px 0;
	border-top: 1px solid #4db6ff;
	border-bottom: 1px solid #4db6ff;
	overflow:hidden;
}
.ctt_cts1_4pt:nth-child(4) {
margin: 0 0px 0px 0;
}

.ctt_cts1_pt_icn {
box-sizing: border-box;
width: 60px;
	margin: 0 auto 10px auto;
	padding: 0px 0 0px 0;
	overflow:hidden;
}
.ctt_cts1_pt_cp {
box-sizing: border-box;
color: #333;
	font-size: 18px;
	font-weight: 600;
	text-align:center;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	margin: 0 auto 0px auto;
	padding: 0px 0 0px 0;
	overflow:hidden;
}


.ctt_cts_box_bk2 {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	background-color: #edf8ff;
margin:-130px auto 0px auto;
padding: 120px 0px 50px 0px;
position: relative;
overflow:hidden;
z-index: 5;
}
.ctt_cts2 {
box-sizing: border-box;
	max-width: 1100px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ctt_cts2_cp {
color: #333;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8em;
	text-align:center;
	margin: 0 auto 80px auto;
	padding: 0 0 0px 0;
	overflow:hidden;
}


.ctt_cts_form_cp {
box-sizing: border-box;
color: #4d4d4d;
  font-weight: 600;
	font-size: 28px;
	text-align: center;
	line-height: 1.6em;
	padding: 0px 0px 0px 60px;
	margin: 0 auto 0px auto;
overflow:hidden;
background: url(images/partner_ctt_mail_icn.svg) no-repeat 70px 9px;
background: url(images/ctt_mail_icn.svg) no-repeat 125px 9px;
}


/* フォーム */
.ctt_form {
	background: #fff;
	background: none;
    clear: both;
    max-width: 900px;
	max-width: 960px;
	margin:0px auto 30px auto;
	margin:0px auto 10px auto;
	padding: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    text-align:left !important;
    overflow:hidden;
}
table#fom {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 10px;
	margin: 0em auto 2.0em;
	border: 0px solid #ccc !important;
	border-collapse: collapse;
	color: #333;
	line-height: 1.6;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	word-break:break-all;	
}
table#fom td {
	box-sizing: border-box;
	font-size: 16px;
    color: #333;
	padding: 20px 10px 20px 10px;
	line-height: 1.6;
	vertical-align: middle;
	word-break:break-all;
}

table#fom td.fom1 {
	box-sizing: border-box;
	width: 240px;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	vertical-align: middle;
	vertical-align: top;
	font-weight: normal;
	border: 0px solid #498ee0;
	border-top: 1px solid #498ee0;
	border-bottom: 1px solid #498ee0;
	padding: 20px 10px 20px 42px;
	padding: 20px 10px 20px 30px;
}
.cell_margin {
	width: 20px !important;
  margin: 0 !important;
	padding: 0 !important;
	border: 0px !important;
}
table#fom td.fom2 {
	box-sizing: border-box;
	width: 640px;
	width: 700px;
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
	vertical-align: middle;
	font-weight: normal;
	border: 0px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 20px 10px 20px 15px;
}
table#fom td p {
	margin-bottom: 10px;
}
table#fom td a {
	text-decoration: none;
	font-weight: normal; 
}
table#fom td a:hover {
	color: #498ee0;
	text-decoration: none;
	font-weight: normal; 
}

.ctt_mail_form .form_txt {
  width: 900px;
  margin: 0 auto 10px;
  color: #333;
	font-size: 15px;
	line-height: 1.5;
	text-align: right;
	padding: 0px 0px 0px 0px;
}


.red {
	color: #e6002d;
}

table#fom input {
	font-size: 15px;
	line-height: 1.5em;
	border: 1px solid #ccc;
	background: #ebf5ff;
}
input.w50 {
	width:50px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w80 {
	width:80px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w100 {
	width:100px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w150 {
	width:150px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w310 {
	width:310px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w400 {
	width:400px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w580 {
	width:580px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w640 {
	width:640px;
	font-size: 1em;
	line-height: 1.5em;
}

table#fom textarea {
width:97%;
height: 255px;
font-size: 15px;
line-height: 1.5em;
color:#333 !important;
	border: 1px solid #ccc;
	background: #ebf5ff;
}
table#fom .textarea2 textarea {
width:97%;
height: 60px;
font-size: 15px;
line-height: 1.5em;
color:#333 !important;
	border: 1px solid #ccc;
	background: #ebf5ff;
}
.fcomplete{
    width: 1000px;
	margin: 250px auto 300px;
	margin: 50px auto 50px;
}

.fmcmp {
	font-size: 22px;
	color: #006ec8;
	font-weight:bold;
	padding: 20px 0px 0px 0px;
	margin: 20px 0 2.5em 0;
}

.fcomplete0 {
    max-width: 1000px;
	margin: 250px auto 300px;
	margin: 50px auto 100px;
}
.fmcmp0 {
	font-size: 22px;
	color: #006ec8;
	font-weight:bold;
	text-align:center;
	padding: 20px 0px 0px 0px;
	margin: 20px 0 20px 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 50px 0;
}

.fmcmp_cp {
	width:auto;
	font-size: 16px;
	line-height: 1.6em;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 1.5em 0;
}

.rec-formcp {
	width:auto;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 1.5em 0;
}

.fom-cp0 {
	padding: 0px 0px 0px 0px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.fom-cp {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
}

.fom-hs {
	float: right;
	font-size: 14px;
	color: #333;
	text-align:right;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
}


.requiredColor{
    margin-left: 3px;
    color: #dc0012;
}

input[type=submit]{
	background: #eee;
	background: #ebf5ff;
    width: 110px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    border-style: none;
	border: 1px solid #bbb;
	border: 1px solid #ccc;
}


.mw_wp_form_input .fom-txt0 {
    display: block;
    display: inline-block;
}

.mw_wp_form_confirm .fom-txt0 {
    display: none;
}

.mw_wp_form_complete .fom-txt0 {
    display: none;
}

.mw_wp_form_input .fom-txt1 {
    display: block;
}

.mw_wp_form_confirm .fom-txt1 {
    display: none;
}

.mw_wp_form_complete .fom-txt1 {
    display: none;
}

.mw_wp_form_input .fom-txt {
    display: none;
}


.mw_wp_form_input .form_txt0 .center {
    display: inline-block;
    width: 960px;
    margin: 0 auto 8px auto;
    color: #333;
    font-size: 16x;
    line-height: 1.7;
    text-align: center;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.mw_wp_form_input .form_txt0 .center a {
    color: #000;
    text-decoration: underline;
}

.mw_wp_form_input .form_txt0 .center a:hover {
    color: #2391e1;
    text-decoration: underline;
}

.mw_wp_form_confirm .form_txt0 .center {
    display: none;
}


.mw_wp_form_input .form_txt0 .left {
    display: inline-block;
    width: 960px;
    margin: 0 auto 8px auto;
    color: #333;
    font-size: 16x;
    line-height: 1.7;
    text-align: left;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.mw_wp_form_input .form_txt0 .left a {
    color: #0068b7;
    text-decoration: underline;
}

.mw_wp_form_input .form_txt0 .left a:hover {
    color: #2391e1;
    text-decoration: underline;
    cursor: pointer;
}

.mw_wp_form_confirm .form_txt0 .left {
    display: none;
}


.mw_wp_form_input .form_txt1 .center {
    display: inline-block;
    width: 960px;
    margin: 0 auto 8px auto;
    color: #333;
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.mw_wp_form_confirm .form_txt1 .center {
    display: none;
}


.mw_wp_form_confirm .fom-txt {
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 1.8em;
    padding: 0px 0px 0px 0px;
    margin: 0em auto 1.5em auto;
}

.mw_wp_form_complete .fom-txt {
    display: none;
}

.fom-bn {
    width: auto;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0em auto 1.0em auto;
    margin: 0em auto 0.5em auto;
    position: relative;
}

.fbn {
    border: 1px solid #B3B3B3;
    padding: 8px 16px;
    padding: 12px 24px !important;
    font-size: 17px;
    line-height: 1.4em;
    background-color: #F2F2F2;
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-weight: normal;
    margin: 0 8px;
    position: relative;
}

.fbn:hover {
    background-color: #ebf3ff;
}


.fom-bn>button>i {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    margin-top: -9px;
    font-size: 18px;
    color: #aaa;
    color: #2391e1;
}


/* =よくある質問
----------------------------------------------- */
.faq_pg_cts_cat {
box-sizing: border-box;
	max-width: 1100px;
margin:0px auto 15px auto;
padding: 0px 0px 0px 0px;
border-bottom:3px solid #0068b7;
position: relative;
overflow:hidden;
}
.faq_pg_cts_bn_box {
box-sizing: border-box;
	max-width: 980px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.faq_pg_cts_cat_bn {
box-sizing: border-box;
float:left;
width: 314px;
margin:0px 19px 0px 0;
padding: 0px 0px 0px 0px;
border: 1px solid #0068b7;
border-radius: 4px 4px 0 0; 
position: relative;
overflow:hidden;
}
.cat_bn0 {
background-color: #0068b7;

}

.faq_pg_cts_cat_bn:nth-child(3) {
margin:0px 0px 0px 0;
}

.faq_pg_cts_cat_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.faq_pg_cts_cat_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}

.faq_pg_cts_cat_bn_txt {
	color: #0068b7;
	font-size: 19px;
	font-weight: 600;
	text-align:center;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	text-align:center;
	padding: 15px 0px 15px 15px;
	background: url(images/faq_cat_icn.svg) no-repeat 20px 13px;
}
.cat_bn_txt0 {
	color: #fff;
	background: url(images/faq_cat_icn2.svg) no-repeat 20px 13px;
}


.faq_pg_cts {
box-sizing: border-box;
	max-width: 1100px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}


/* =インフォメーション
----------------------------------------------- */
.info_pg_cts_cat {
box-sizing: border-box;
	max-width: 1100px;
margin:0px auto 20px auto;
padding: 0px 0px 0px 0px;
border-bottom:3px solid #0068b7;
position: relative;
overflow:hidden;
}
.info_pg_cts_bn_box {
box-sizing: border-box;
	max-width: 980px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.info_pg_cts_cat_bn {
box-sizing: border-box;
float:left;
width: 314px;
margin:0px 19px 0px 0;
padding: 0px 0px 0px 0px;
border: 1px solid #0068b7;
border-radius: 4px 4px 0 0; 
position: relative;
overflow:hidden;
}


.info_pg_cts_cat_bn:nth-child(3) {
margin:0px 0px 0px 0;
}

.info_pg_cts_cat_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.info_pg_cts_cat_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}

.info_pg_cts_cat_bn_txt {
	color: #0068b7;
	font-size: 19px;
	font-weight: 600;
	text-align:center;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	text-align:center;
	padding: 15px 0px 15px 15px;
	background: url(images/news_icn1.svg) no-repeat 20px 13px;
}


.info_pg_cts {
box-sizing: border-box;
	max-width: 1100px;
margin:0px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.info_pg_cts_box {
box-sizing: border-box;
clear:both;
	background: transparent;
	line-height: 1.6em;
	margin:0px auto 30px auto;
padding: 35px 70px 25px 70px;
padding: 35px 70px 0px 70px;
	border-bottom: 1px solid #808080;
	overflow:hidden;
}

.info_detail_cts {
box-sizing: border-box;
	max-width: 1100px;
margin:-30px auto 50px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.info_detail_cts_box {
box-sizing: border-box;
clear:both;
	background: transparent;
	line-height: 1.6em;
	margin:0px auto 10px auto;
padding: 35px 70px 25px 70px;
padding: 35px 70px 0px 70px;
	border-bottom: 0px solid #808080;
	overflow:hidden;
}

.info_cat {
color: #0068B7;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	margin: 10px 0 1.5em;
	margin: 10px 0 1.0em;
	padding: 0 0 0px 60px;
	text-transform: none;
}



.info_cts_catday {
box-sizing: border-box;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.info_news_cat {
	float:left;
	width: 130px;
	color: #fff;
	text-align:left;
	margin:0px 15px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

.info_news_catb {
	width: 130px;
	color: #fff;
	text-align:left;
	text-align:center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  background-color: #0068b7;
	margin:0px 0px 0px 0;
	padding: 4px 2px 4px 2px;
	position: relative;
	overflow:hidden;
}

.info_news_cato {
	width: 130px;
	color: #fff;
	text-align:center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  background-color: #f4901e;
	margin:0px 0px 0px 0;
	padding: 4px 2px 4px 2px;
	position: relative;
	overflow:hidden;
}

.info_news_catg {
	width: 130px;
	color: #fff;
	text-align:center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  background-color: #00A69A;
	margin:0px 0px 0px 0;
	padding: 4px 2px 4px 2px;
	position: relative;
	overflow:hidden;
}

.info_day  {
float:left;
	color: #666;
	font-size: 13px;
	font-size: 15px;
	line-height: 1.8em;
	padding: 2px 0px 0px 0px;
	overflow:hidden;
}


/* =導入実績･参考データ
----------------------------------------------- */
.example_pg_cts {
box-sizing: border-box;
	max-width: 1200px;
margin:0px auto 10px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.example_pg_cts_cat {
box-sizing: border-box;
	max-width: 1200px;
margin:30px auto 70px auto;
padding: 0px 0px 0px 0px;
border-bottom:3px solid #0068b7;
position: relative;
overflow:hidden;
}
.example_pg_cts_bn_box {
box-sizing: border-box;
	max-width: 1180px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.example_pg_cts_cat_bn {
box-sizing: border-box;
float:left;
width: 224px;
margin:0px 15px 0px 0;
padding: 0px 0px 0px 0px;
border: 1px solid #0068b7;
border-radius: 4px 4px 0 0; 
position: relative;
overflow:hidden;
}

.example_pg_cts_cat_bn:nth-child(5) {
margin:0px 0px 0px 0;
}

.example_pg_cts_cat_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.example_pg_cts_cat_bn a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}

.example_pg_cts_cat_bn_txt {
	color: #0068b7;
	font-size: 19px;
	font-weight: 600;
	text-align:center;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	margin: 0px auto 0 auto;
	text-align:center;
	padding: 15px 0px 15px 0px;
}


.example_cat_current{
 box-sizing: border-box;
max-width: 1200px;
margin:-40px auto 35px auto;
padding: 0px 0px 0px 10px;
position: relative;
overflow:hidden;
}
.example_cat_current_wrapper{
  max-width: 1200px;
  margin: 0 auto;
}

.example_cat_current_text{
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 20px;
  color: #555;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
.example_cat_current_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #1E7DDC;
  margin-right: 5px;
  margin-top: 2px;
}



.example_detail_cts {
box-sizing: border-box;
	max-width: 1100px;
	border: 1px solid #BBBBBB;
	background-color: #fff;
margin:0px auto 70px auto;
padding: 60px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.example_detail_box {
box-sizing: border-box;
	max-width: 920px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

h2.example_entry-title{
box-sizing: border-box;
	max-width: 920px;
color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6em;
	text-align:left;
	border-bottom: 1px solid #0068B7;
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	 position: relative;
overflow:hidden;
}

.example_cat_box {
margin:0px 0 30px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.ex_examples_cat1 {
float:left;
width: 148px;
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
margin:0px 0 0px 0;
padding: 4px 4px 4px 4px;
background-color: #39b24a;
position: relative;
overflow:hidden;
}
.ex_examples_cat2 {
float:left;
width: 148px;
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
margin:0px 0 0px 0;
padding: 4px 4px 4px 4px;
background-color: #0068b7;
position: relative;
overflow:hidden;
}
.ex_examples_cat3 {
float:left;
width: 148px;
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
margin:0px 0 0px 0;
padding: 4px 4px 4px 4px;
background-color: #00a7ea;
position: relative;
overflow:hidden;
}
.ex_examples_cat4 {
float:left;
width: 148px;
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
margin:0px 0 0px 0;
padding: 4px 4px 4px 4px;
background-color: #f18d00;
position: relative;
overflow:hidden;
}
.ex_examples_cat5 {
float:left;
width: 148px;
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
margin:0px 0 0px 0;
padding: 4px 4px 4px 4px;
background-color: #9c5ca3;
position: relative;
overflow:hidden;
}

.ex_examples_cp1 {
float:left;
color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	background-color: transparent;
	text-align:left;
margin:0px 0 0px 20px;
padding: 3px 0px 0px 0px;
position: relative;
overflow:hidden;
}


.example_cts2_box {
margin:0px 0 30px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.ex_examples_cp2 {
box-sizing: border-box;
color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:left;
margin:0px 0 10px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.ex_examples_cp3 {
box-sizing: border-box;
color: #0064c8;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:left;
margin:0px 0 6px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ex_examples_cp4 {
box-sizing: border-box;
float:left;
width: auto;
color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
	text-align:left;
	background-color: #0068b7;
margin:0px 10px 2px 0;
padding: 4px 10px 4px 10px;
position: relative;
overflow:hidden;
}
.ex_examples_cp44 {
box-sizing: border-box;
float:left;
color: #0068b7;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5em;
	text-align:left;
margin:-5px 0 2px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ex_examples_cp44 span {
color: #0068b7;
	font-size: 24px;
}

.ex_examples_cp5 {
clear:both;
box-sizing: border-box;
color: #be272d;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	text-align:left;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.ex_examples_cp5 span {
color: #be272d;
	font-size: 28px;
}


.ex_cts_sttl {
color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5em;
	text-align:left;
margin:0px 0 10px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.ex_cts_zu {
width: auto;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.ex_cts_cp1 {
color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	text-align:left;
margin:20px 0 0px 0;
padding: 0px 0px 0px 0px;
overflow:hidden;
}




/* =個人情報保護方針
----------------------------------------------- */
.pg_cct_policy_cts {
  clear: both;
  box-sizing: border-box;
  width: 1100px;
  width: auto;
  max-width: 1100px;
  max-width: 1000px;
  background-color: transparent;;
  margin: 0px auto 20px auto;
  padding: 50px 0 35px 0px;
  overflow: hidden;
  position: relative;
}

.pg_cct_policy_cts_sp {
  max-width: 1100px;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  padding: 0px 0 0px 0px;
  overflow: hidden;
  position: relative;
}

.pg_cct_policy_cts2 {
  clear: both;
  box-sizing: border-box;
  width: 1100px;
  width: auto;
  max-width: 1100px;
  background-color: #fff9f2;
  background-color: #fff;
  background-color: transparent;;
  margin: 0px auto 20px auto;
  margin: 0px auto 0px auto;
  padding: 55px 0 35px 0px;
  padding: 20px 0 0px 0px;
  overflow: hidden;
  position: relative;
}

.pg_cct_policy_cts_box {
  box-sizing: border-box;
  width: 1000px;
  width: 950px;
  width: auto;
  max-width: 950px;
  max-width: 900px;
  margin: 0px auto 0px auto;
  padding: 0px 0 0px 0px;
  overflow: hidden;
  position: relative;
}


.pg_cct_policy_ttl {
  box-sizing: border-box;
  font-size: 21px;
  color: #333;
  line-height: 1.6em;
  text-align: left;
  border-left: 5px solid #2391e1;
  margin: 0px 0% 20px 0px;
  padding: 0px 0px 0px 16px;
  font-weight: bold;
}

.policy_txt1 {
  font-size: 15px;
  line-height: 1.8;
  color: #111;
  font-weight: 400;
  margin: 0px 0 15px 0;
  padding: 0px 0px 0px 0px;
}

.policy_txt {
  font-size: 15px;
  line-height: 1.8;
  color: #111;
  font-weight: 400;
  margin: 0px 0 40px 0;
  padding: 0px 0px 0px 0px;
}

.policy_txt_last {
  font-size: 15px;
  line-height: 1.8;
  color: #111;
  margin: 0px 0 0px 0;
  padding: 0px 0px 0px 0px;
}

.policy_sttl {
  font-size: 17px;
  line-height: 1.8;
  font-weight: bold;
  color: #2391e1;
  border-bottom: 1px solid #ccc;
  margin: 0px 0 15px 0;
  padding: 0px 0px 8px 0px;
}

.policy_txt2 {
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  margin: 0px 0 8px 0;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}

.policy_txt2 span {
  font-size: 16px;
  line-height: 1.6;
}



/* =ページナビ
----------------------------------------------- */				
.wp-pagenavi {
  margin: 20px 0px 20px 0px;
  float: right;
font-size: 15px !important;			
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  margin: 2px;
  padding: 5px 6px;
  background: #fff;			
  font-size: 18px !important;
}
.wp-pagenavi a:hover {
  background: #f01e28;
  background: #006ec8;
	color: #fff;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
color: #f01e28;
color: #006ec8;
font-weight: bold;
}
.wp-pagenavi .current {
border: 1px solid #c9caca;
background: #f01e28 !important;
background: #006ec8 !important;
color: #fff;
}



/* =Widgets
----------------------------------------------- */
.widget-area {
	font-size: 15px;
	margin-top: 0px;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: #0068B7;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	padding: 6px 4px 6px 14px;
	text-transform: none;
	margin: 0 0 0.2em -2em;
	_margin: 0 0 0.5em 0em;
}
h3.wp-block-heading {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: #0068B7;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	padding: 6px 4px 6px 14px;
	text-transform: none;
	margin: 0 0 0.2em -2em;
	_margin: 0 0 0.5em 0em;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.0em;
}
.widget ul li {
	color: #444;
	font-size: 15px;
	line-height: 1.4em;
	padding: 8px 0px;
	border-bottom: dotted 1px #aaa;
}
.widget ul .children li {
	color: #444;
	font-size: 15px;
	padding: 7px 0px 0px 0px;
	border-bottom: dotted 0px #aaa;
}

.widget a {
	font-weight: normal;
	color: #444;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #0068B7;
	text-decoration: underline;
}
.widget select {
	max-width: 100%;
}
li.categories {
	list-style-type: none;
}			
li.puppykitten_cat {
	list-style-type: none;
}			
li.dnadog_cat {
	list-style-type: none;
}
li.groomingstyle_cat {
	list-style-type: none;
}
				
/* =Comments
----------------------------------------------- */
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 18px;
	font-weight: 100;
	margin: 20px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}

/* Comment Form */
#respond {
	background: #ddd;
	background: #fff;
	border: 0px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.0em;
	padding: 1.0em 0.0em 0.5em 0.0em;
	position: relative;
	width: 68.9%;
	width: auto;
}
#respond .comment-form label .required,
#respond .comment-form .comment-notes .required,
#respond .comment-form .logged-in-as .required {
	color: #bd3500;
	font-size: 22px;
	font-size: 12px;
	font-weight: bold;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required,
#respond .comment-form-url .required,
#respond .comment-form-comment .required {
	float: right;
	margin-left: 4px;
}
#respond .comment-form .comment-notes .required,
#respond .comment-form .logged-in-as .required {
	vertical-align: middle;
}
#respond input#submit {
	background: #0068B7;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	margin: 40px 20px 20px 0;
	padding: 5px 32px 5px 32px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #c386a7;
	color: #fff;
}
#reply-title {
	color: #373737;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
}

/* =Footer
----------------------------------------------- */
#colophon {
	clear: both;
	position: relative;
	z-index: 5;
}

#footer {
width: 100%;
min-width: 1200px;
border-top: 1px solid #00a5e3;
	background: transparent;
margin:0px auto;
padding: 60px 0px 70px 0px;
	overflow:hidden;
	position: relative;
	z-index: 10;
}

#foot {
box-sizing: border-box;
max-width: 1200px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.foot1 {
box-sizing: border-box;
float:left;
width: 660px;
margin:0px 0px 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.foot2 {
box-sizing: border-box;
float:right;
text-align:left;
width: 470px;
width: 505px;
margin:0px 0px 0px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}

.footer_logo {
box-sizing: border-box;
width: 500px;
margin:0px 0px 20px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.footer_logo img {
max-width: 100%;
height: auto;
}

.footer_sslogo {
box-sizing: border-box;
width: 322px;
margin:0px 0px 20px 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow:hidden;
}
.footer_sslogo img {
max-width: 100%;
height: auto;
}

.footer_address{
color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6em;
	text-align:left;
	margin: 0 0 4px 0px;
	padding: 0 0 0px 0;
	 position: relative;
}
.footer_address a{
color: #333;
}
.footer_address a:hover {
color: #333;
	text-decoration: none;
}
.footer_address2{
color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6em;
	text-align:left;
	margin: 0 0 30px 0px;
	padding: 0 0 0px 0;
	 position: relative;
}
.footer_crt{
color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	text-align:left;
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0;
	 position: relative;
}

.footer_menu{
box-sizing: border-box;
width: 480px;
width: 505px;
	margin: 20px 0 10px 0px;
	padding: 0px 0 10px 0;
	border-bottom: 1px solid #b0b0b0;
	 position: relative;
	 overflow:hidden;
}
.footer_menu1{
box-sizing: border-box;
float:left;
width: auto;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:left;
	margin: 0 20px 0px 0px;
	padding: 0 0 0px 0;
	 overflow:hidden;
}
.footer_menu2{
box-sizing: border-box;
float:left;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:left;
	margin: 0 25px 0px 0px;
	padding: 0 0 0px 0;
	overflow:hidden;
}
.footer_menu3 {
box-sizing: border-box;
float:left;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:left;
	margin: 0 15px 0px 0px;
	padding: 0 0 0px 0;
	overflow:hidden;
}

.footer_m {
color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	text-align:left;
	margin: 0 0px 0px 0px;
	padding: 0 0 0px 0;
}

.footer_menu02 {
	margin: 0 0px 0px 0px;
	padding: 0 0 0px 0;
}

.footer_menu02_bn1 {
box-sizing: border-box;
float:left;
width: 230px;
width: 245px;
background-color: #00a7ea;
margin:0px auto 0px auto;
padding: 6px 2px 6px 2px;
	position: relative;
}
.footer_menu02_bn1 a {
   display: block;
    position: absolute;
    top: 0;
     width: 100%;
	height: 100%;
 	left: 0;
 }  
.footer_menu02_bn1 a:hover{
	 opacity: 0.20;
	 opacity: 0.30;
    background-color: #ffffff;
}

.footer_menu02_bn1_txt {
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
	margin: 0 auto 0px auto;
	padding: 0 0 0px 25px;
	 position: relative;
	 background: url(images/ft_recruit_bn_icn.svg) no-repeat 65px 1px;
}


.footer_menu02_bn2 {
box-sizing: border-box;
float:right;
width: 230px;
width: 245px;
background-color: #0068b7;
margin:0px auto 0px auto;
padding: 6px 2px 6px 2px;
	position: relative;
}

.footer_menu02_bn2 a {
   display: block;
    position: absolute;
    top: 0;
     width: 100%;
	height: 100%;
 	left: 0;
 }  
.footer_menu02_bn2 a:hover{
	 opacity: 0.20;
	 opacity: 0.30;
    background-color: #ffffff;
}

.footer_menu02_bn2_txt {
color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align:center;
	margin: 0 auto 0px auto;
	padding: 0 0 0px 30px;
	 position: relative;
	 background: url(images/ft_corporate_bn_icn.svg) no-repeat 28px 1px;
}



/* =Print
----------------------------------------------- */
@media print {
	body {
		width: 1000px;
	}
	
	.hd_other_page {
	width: 100%;
	min-width: 1300px;
	min-width: initial; 
	height: 210px;
}
.hd_other_page_0 {
width: 100%;
	min-width: 1300px;
	min-width: initial; 
	height: 210px;
}
.wwcsim_cts_box_bk {
box-sizing: border-box;
	width: 100%;
	min-width: 1300px;
	min-width: initial; 
	background-color: transparent;
}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	#content2 {
		margin: 0;
		width: auto;
	}
	#page0 {
		display: none;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}

	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}
}
