﻿@charset "UTF-8";

/*---------------------------------------

[reset]

[base]
	font
	anchor
	add class

[home set-up]
	h
	pagetop link

[lower]

[each page]

[contents]
	container
	header
	main contents
	footer
	print

[clearfix]

[cms setting]

---------------------------------------*/

/* CSS Document */
/*===============================================
●style.css
===============================================*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
.msg img{
	height: auto !important;
}
.container {
	width: 100%;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote,figure {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
header,nav,section,aside,footer {
	display: block;
}

table {
	border-spacing: 0;
}

fieldset,img,a img,abbr,acronym {
	border: 0;
}

li img,dt img {
	vertical-align: top;
}

.column_main ul {
	padding:10px 20px;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

a {
	outline: none;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*--------------------------------------- font */
html {
	font-size: 62.5%;
/* 1em=10px化 */
	;
}

body {
	font-family: "Sawarabi Gothic",Arial, Helvetica, "メイリオ",Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.5;
	color: #1d2129;
	-webkit-text-size-adjust: 100%;
	font-size: 1.4em;
/* 基準フォントサイズ1.4em=14px */
}
.catalog_list .catalog_file a:before,
.btn_50 a:before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

/*----------------------- color */
/* red */
.red,
#newsList li span.new {
	color: #d71326;
}

/* white */
.white {
	color: #FFFFFF;
}

/* aqua */
.staffDetail h2 span,
.staffList li a .ruby,
.aqua {
	color: #09F;
}

/* blue */
.blue {
	color: #334f99;
}

/* black */
.black {
	color: #0b0b0b;
}

.bg_white {
	background-color: #fff;
}
/*----------------------- size */
/* size10px */
.size10,
.staffList li .ruby,
.staffDetail h2 span {
	font-size: 0.71em;
}

/* size12px */
#newsList li .date,
#input-table table th .input_required,
nav span,
footer dl,
.copy {
	font-size: 0.85em;
}

/* size14px */
.size14 {
	font-size: 1.0em;
}

/* size16px */
.container {
	font-size: 1.14em;
}

/* size18px */
#serviceList li span.title,
.size18 {
	font-size: 1.28em;
}

/* size22px */
.pure-drawer .tel,
.size22 {
	font-size: 1.57em;
}

/* size24px */
h2 {
	font-size: 1.71em;
}


/*--------------------------------------- anchor */

a {
	color: #0b468a;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

header a {
	color: #0b468a;
}

/* black */
.staffList li a {
	color:#000;
}

/* white */
footer article a {
	color:#0b468a;
}
footer article a:hover {
	text-decoration:underline;
	color:#0b468a;
}

/* btn */
.btn a{
	display: inline-block;
	width: 50%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	color: #FFF;
	line-height: 50px;
	overflow: hidden;
	background: #0083cc;
	background: -moz-linear-gradient(left, #0083cc 0%, #08b8e5 100%);
	background: -webkit-linear-gradient(left, #0083cc 0%,#08b8e5 100%);
	background: linear-gradient(to right, #0083cc 0%,#08b8e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083cc', endColorstr='#08b8e5',GradientType=1 );
}
.btn a:hover{
	background: #08b8e5;
	background: -moz-linear-gradient(left, #08b8e5 0%, #0083cc 100%);
	background: -webkit-linear-gradient(left, #08b8e5 0%,#0083cc 100%);
	background: linear-gradient(to right, #08b8e5 0%,#0083cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b8e5', endColorstr='#0083cc',GradientType=1 );
}
/* btn02 */
.btn02 {
	text-align: center;
}

.btn02 a {
	border-radius: 100px;
	padding: 0.7em 20px;
	background-color: #333131;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	min-width: 45%;
	transition: linear 0.2s;
}

.btn02 a:hover {
	background-color: #999;
	color: #000;
}

@media screen and (max-width: 768px) {
	.btn02 { 
		padding: 20px 10px;
	}
	.btn02 a {
		display: block;
	}
}

/* btn03 */
.btn03 {
	text-align: center;
}

.btn03 a {
	padding: 1em 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	min-width: 35%;
	transition: linear 0.2s;
	background: rgb(0,131,204);
	background: linear-gradient(90deg, rgba(0,131,204,1) 0%, rgba(8,184,229,1) 100%);
}
@media screen and (max-width:779px) {
	.btn03 a {
		width:90%;
	}
}


.btn03 a:hover {
}

.btn03 span{
	position: relative;
	display: inline-block;
	padding: 0 32px 0 0;
	vertical-align: middle;
	text-decoration: none;
}
.btn03 span::before,
.btn03 span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn03 span::before{
	width: 17px;
	height: 17px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
}
.btn03 span::after{
	right: 6px;
	top:-1px;
	width: 4px;
	height: 4px;
	border-top: 2.5px solid #05a7dd;
	border-right: 2.5px solid #05a7dd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------------------------- add class */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

br.forTab {
	display: none;
}

br.forSp {
	display: none;
}

.mb1em {
	margin-bottom: 1em;
}

.hidden {
	display:none;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: set-up */
.lower h1,
.body_common h2 {
	font-family: 'Marcellus',Arial, Helvetica, "メイリオ",Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.2;
	clear: both;
	max-width: 978px;
	margin:0 auto 20px;
	color: #333333;
	text-align: center;
	font-size:1.2em;
}
.body_common h2 {
	margin-bottom: 35px;
}

.lower h1 span:first-of-type,
.body_common h2 span:first-of-type {
	display:block;
	font-style: italic; 
	font-family: 'Open Sans', sans-serif;
	font-size:2.5em;
	margin-bottom:10px;
}
.lower h1 span:nth-of-type(2),
.body_common h2 span:nth-of-type(2) {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 3px solid #00a2c9;
	letter-spacing: 0.2rem;
}

/* h:変更した場合はstyle_editor.cssにも反映すること */
.body_common h3,
.lower h2 {
	clear: both;
	padding: 1em 0 0.2em;
	margin-bottom: 1.8em;
	color: #333131;
	position: relative;
}
.body_common h3,
.lower h2 {
	padding-bottom: 1em;
}
.lower .containerInner_news h2 {
	margin-bottom:0;
}
.body_common h3:after,
.lower h2:after {
	content: "";
	display: block;
	width: 5.7%;
	height: 2px;
	position: absolute;
	background: #0b468a;
	left: 0;
	bottom: 0;
}
.lower h3 {
	background-color: #f9fbfd;
	margin: 0.5em 0;
	letter-spacing: .1em;
	padding: 10px 18px;
	border-bottom:solid 1px #e9ecee;
}

.lower .containerInner_news h2 {
	margin-bottom:0;
}
.containerInner_news .date {
	text-align:right;
	color:#ccc;
	font-size:0.7em;
	padding-bottom:40px;
}

.containerInner_news .thumbnail,
.containerInner_news .msg {
	padding-bottom:40px;
}

@media screen and (max-width:779px) {
	.containerInner_news .column {
		padding:0 20px;
	}
}
h4,
.column_main .list_thumbnail .title {
	clear: both;
	color: #333;
	position: relative;
	padding: 6px 10px 4px 1.5em;
}
h4 {
	margin: 0 0 15px;
}
.column_main .list_thumbnail .title {

}
h4:before,
h4:after,
.column_main .list_thumbnail .title:before,
.column_main .list_thumbnail .title:after {
	content: "";
	display: block;
	width: 7px;
	height: 16px;
	position: absolute;
	left: 0;
}
h4:before,
.column_main .list_thumbnail .title:before {
	left: 0;
	top: 5px;
	background-color: #0b468a;
}
h4:after,
.column_main .list_thumbnail .title:after {
	left: 5px;
	top: 12px;
	background-color: #c1d4e2;
}
h5 {
	clear: both;
	margin: 0 0 10px;
	padding: 4px 0;
	color: #0b468a;
	border-bottom: 3px solid #ddd;
}

h6 {
	clear: both;
	margin: 0 0 10px;
	padding: 4px 8px;
	color: #444444;
	background-color: #eeeeee;
	border-radius: 3px;
}

@media screen and (min-width:780px) {
	.lower h3 {
		font-size: 1.2em;
	}
}
@media screen and (max-width:779px) {
	.lower h1,
	.body_common h2 {
		font-size: 1.1em;
	}
	.lower h2 {
		font-size: 1.1em;
	}

}
/* table */
table {
	border-collapse: collapse;
	font-size: 0.95em;
	border: none;
	border-color: #dddddd;
	max-width: 100%;
}
.containerInner_default table {
	table-layout: fixed;
}

.containerInner_news table {
	font-size: 1em;

}
table th,
table td {
	padding: 0.5em 1em;
	border: 1px solid #dddddd;
}
table th {
	color: #666;
	font-weight: bold;
	background: #f9fbfd;
}
table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border: none;
}

@media screen and (max-width: 480px) {
	.sp_table td,
	.sp_table th{
		display: block;
		width: 100%!important;
	}
}
/* flexbox */
.flexbox {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
}
.flexbox li {
	-webkit-box-flex:1;
	flex-grow:1;
	list-style:none;
	text-align:center;
}

/* contact form */
.form_flow {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}

.form_flow li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 10px solid #ffffff;
	padding: 0 5px;
	width: 34%;
	background-color: #adadad;
}

.form_flow li:first-child {
	border-left: none;
}

.form_flow li.current {
	background-color: #003e8d;
}

.form_flow li span {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.contact_msg {
	font-size: 0.9em;
	margin: 0 auto;
	padding: 10px;
}
.contact_msg ul {
	padding: 10px 20px;
}

.contact_msg_complete {
	padding: 40px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}

.contact_msg .editor-style-btn1 {
	float: right;
}

.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5,-1px 0px #e5e5e5;
	padding: 20px 5%;
}

.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}

.error_box .error_msg {
	margin-top: 20px;
}

.contact form {
	text-align: center;
}

#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}

#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}

#input-table table li {
	margin-left: 0;
}

#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}

#input-table table td {
	padding-left: 10px;
}

#input-table table tr {
	transition: linear 0.2s;
	border-top: 1px solid #ccc;
}

#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}

#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}

.input_required,
.input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	background-color: #003e8d;
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 20px;
}

.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}

#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}

#input-table table tr:last-child td {
	text-align: center;
}

#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}

#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}

.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input:focus,
input:textarea {
	border: solid 1px #3ba5eb;
}

.input_button {
	color: #ffffff;
	-webkit-appearance: none;
	padding: 4px 10px;
	border: none;
	cursor: pointer;
	background: #0083cc;
	background: -moz-linear-gradient(left, #0083cc 0%, #08b8e5 100%);
	background: -webkit-linear-gradient(left, #0083cc 0%,#08b8e5 100%);
	background: linear-gradient(to right, #0083cc 0%,#08b8e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083cc', endColorstr='#08b8e5',GradientType=1 );
}

#input-table .input_button {
	padding: 10px 50px;
}

#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}

#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
	border-radius: 3px;
}

/* セパレーター */
#input-table table tr.input-formgroup-blank th{
	background:#F0F0F0;
	border:none;
}
#input-table table tr.input-formgroup{
	padding-top:20px;
}
#input-table table tr.input-formgroup th{
	text-align:left;
	border:none;
	padding:10px 0 5px 50px;
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	background-color:#074D93;/* セパレーターth背景色 */
	border-top:2px solid #EEEEEE;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed{
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	border-bottom:2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover{
	cursor:pointer;
	filter: alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title{
	display:block;
	color:#FFFFFF;/* セパレータータイトル文字色 */
	font-size:1.3em;/* セパレータータイトル文字サイズ */
	padding-bottom:5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text{
	position: relative;
	display:block;
	color:#FFFFFF;/* セパレーター説明文文字色 */
	padding:0 5px 0 1em;
	margin:5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before{
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content:"";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited,
#input-table table tr.input-formgroup span.input-formgroup-text a:link{
	color:#FFFFFF;/* セパレーター説明文内リンク色1 */
	text-decoration:underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover,
#input-table table tr.input-formgroup span.input-formgroup-text a:active{
	color:#66FFFF;/* セパレーター説明文内リンク色2 */
	text-decoration:underline;
}
@media screen and (max-width:779px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}
	#input-table table input,
	#input-table table select {
		font-size: 16px;
	}
	#input-table table th ,
		#input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}

	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content:"";
		display:block;
		clear:both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required,
	.input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
	.form_flow li {
		display: block;
		width: 100%;
		border-left: 10px solid #cccccc;
		border-top: 1px dotted #ccc;
		text-align: left;
	}
	.form_flow li:first-child {
		border-top: none;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */
article,
.con {
	margin-bottom: 30px;
}

.con {
	padding-bottom: 30px;
	border-bottom: dotted 1px #CCCCCC;
}

.entry {
	padding-bottom: 50px;
}

.entry li {
	margin-left: 2em;
}

.container {
	padding: 30px 0 80px;
}

section {
	padding:50px 0 60px;
}
@media screen and (max-width:779px) {
	section {
		padding:30px 0;
	}
	.container {
		padding: 30px 0 0px;
	}
}


.container article {
	padding: 0 1%;
}

.bg {
	background:url(img/bg.jpg) top right no-repeat;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower */
/* breadCrumb */
.breadCrumb {
	padding: 9px 10px 5px;
	background-color: #f9fbfd;
}

.breadcrumb ul,
.breadcrumb li{
 margin: 0;
 padding: 0;
}

.breadCrumb ul {
	padding: 0;
 	display: flex;
 	width: 1000px;
	margin: auto;
}
.breadCrumb li {
	display: inline;
}

.breadCrumb li a,
.breadCrumb li.ic {
	background: transparent url(img/breadcrumb.png) no-repeat scroll right center;
	margin-right: 2px;
	min-height: 7px;
	padding-right: 16px;
	text-decoration: none;
}

.breadCrumb li.none a {
	background: none;
	padding: 0;
}

.breadCrumb li {
	display:inline-block;
	line-height:0.5;
	vertical-align:middle;
	list-style: none;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
 	position: relative;
}

.breadcrumb a{
 color: #9b4dca;
 text-decoration: none;
}

.breadcrumb a:hover{
 color: #606c76;
}

.breadcrumb li:before,
.breadcrumb li:after{
 	content: "";
 	display: block;
 	position: absolute;
 	top: 0;
 	border-top: 15px solid transparent;
 	border-right: 15px solid transparent;
 	border-bottom: 15px solid transparent;
}

.breadcrumb li:before{
	right: -40px;
	border-left: 15px solid #ccc;
}

.breadcrumb li:after{
	right: -39px;
	border-left: 15px solid #fff;
}
@media screen and (max-width: 779px) {
	.breadCrumb {
		margin-top: 60px;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */


/*--------------------------------------- index.html */


/* con01 */
.body_common #con01 {
	padding:0;
	margin:0;
}

/* ----- slider */
#slider-proFrame {
	float:none;
	width:100%;
	position: relative;
	height:370px;
}
@media screen and (min-width:1200px) {
	#slider-proFrame{
		height:460px;
	}
}
@media screen and (max-width:779px) {
	#slider-proFrame{
		float:none;
		width:100%;
		height:350px;
		margin-top:60px;
	}
}
@media screen and (max-width:478px) {
	#slider-proFrame{
		margin-top:60px;
	}
}
@media screen and (max-width:350px) {
	#slider-proFrame{
		height:250px;
	}
}
.swiper-slide a {
	display:block;
	width:100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container .swiper-slide {
	position:relative;
	text-align:left;
}

.swiper-container .swiper-slide img {
	width:100%;
	height:370px;
	bottom:0;
	left:0;
	position:absolute;
	object-fit: cover;
}

@media screen and (min-width:1200px) {
	.swiper-container .swiper-slide img {
		height:460px;
	}
}
@media screen and (max-width:479px) {
	.swiper-container .swiper-slide img {
		width:100%;
		height:350px;
		overflow:hidden;
		object-fit: cover;
	}
}
@media screen and (max-width:350px) {
	.swiper-container .swiper-slide img {
		height:250px;
	}
}

.swiper-container .swiper-slide span {
	display:block;
	bottom:0;
	position:absolute;
	width:100%;
	left:0;
	padding:20px;
	background:rgba(0,0,0,.45);
	color:#FFF;
}

.swiper-container .swiper-slide .pcImg {
	z-index:5;
}
.swiper-container .swiper-slide .spImg {
	z-index:3;
}
@media screen and (max-width:479px) {
	.swiper-container .swiper-slide .pcImg {
		display:none;
	}
}


.swiper-button-prev,
.swiper-button-next{
	display: inline-block;
	background:none;
}
.swiper-button-next {
	right:30px;
}
.swiper-button-prev::before,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.swiper-button-prev::before,
.swiper-button-prev::after{
	left: 10px;
}

.swiper-button-next::before,
.swiper-button-next::after{
	right: 10px;
}

.swiper-button-prev::before{
	right: 10px;
	width: 30px;
	height: 30px;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swiper-button-next::before{
	left: 10px;
	width: 30px;
	height: 30px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* product */
.body_common .product {
	border-bottom:solid 1px #ccccca;
	background: rgb(253,253,253);
	background: linear-gradient(180deg, rgba(253,253,253,1) 0%, rgba(240,240,239,1) 100%);
}
.body_common .product h2 {
	margin-bottom:35px;
}
.body_common .product ul {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
}

@media screen and (max-width:779px) {
	.body_common .product ul {
		display:block;
		margin:0 20px;
	}
}


.body_common .product li {
	-webkit-box-flex:1;
	flex: 1 1 0;
	margin:0 10px;
	list-style:none;
	background-color:#FFF;
	border-bottom:solid 2px #00a2c9;
}
@media screen and (max-width:779px) {
	.body_common .product li {
		float:left;
		width:48%;
		margin:0 1% 20px;
	}
}

.body_common .product li:hover {
	cursor:pointer;
}

.body_common .product li:last-of-type {
	margin-right:0;
}
.body_common .product li span {
	padding:5px 10px 6px;
	display:block;
}

/* bg */
.body_common .bg {
	padding-top:50px;
}
.body_common .bg .product {
    border-bottom: none;
    background: none;
    background: none;
	margin-bottom:60px;
}

/* recruit */

#recruitList ul,
#recruitList ul.normal {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
}

#recruitList li {
	-webkit-box-flex:1;
	/*flex: 1 1 0;*/
	list-style:none;
	max-width: 140px;
	margin: 0 40px 20px 0;
}
#recruitList li:last-of-type {
	margin-right:0;
}
#recruitList li a {
	display:block;
	padding:0 20px 20px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 6px;
}

#recruitList li span {
	display:block;
	text-align:center;
}


/* con03 */

#serviceList ul,
#serviceList ul.normal {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
}

#serviceList li,
#serviceList ul.normal li {
	-webkit-box-flex:1;
	flex: 1 1 0;
	padding:0 20px 60px;
	list-style:none;
}


#serviceList ul.layout02,
#serviceList ul.layout03 {
	display:block;
}
#serviceList ul.layout02 li {
	width:50%;
	float:left;
}

#serviceList ul.layout03 li {
	width:33%;
	float:left;
}
	

#serviceList li img {
	width:80%;
	max-width:230px;
	margin:0 auto 20px;
	border-radius:50%;
}

#serviceList li span {
	display:block;
}
#serviceList li span.pic,
#serviceList li span.ttl {
	text-align:center;
}
#serviceList li span.txt {
	margin-top:10px;
}


/* access */
#access #map {
	margin-bottom:30px;
}
#access .companyInfo {
	margin-left:30px;
}

#access .companyInfo li {
	list-style:none;
}


/*--------------------------------------- search/resuit.html */
.entry_list {
	margin:30px 0 60px;
}
.entry_list li {
	list-style:none;
	padding:15px 10px;
	border-bottom:dotted 1px #ccc;
}
.entry_list li:nth-child(odd) {
	background:#f2f2f1;
}

.entry_list li span.date {
	display:block;
	float:left;
	width:20%;
}
.entry_list li span.ttl {
	display:block;
	float:right;
	width:78%;
}

				@media screen and (max-width:779px) {
				.entry_list li span.date,
				.entry_list li span.ttl {
					float:none;
					width:100%;
				}
				}


/*--------------------------------------- voice/ 先輩社員の声 */
.staffList {
	padding-top: 20px;
}
.staffList li {
	list-style:none;
	float: left;
	background-color: #FFF;
	text-align: center;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 4%;
	padding-bottom: 20px;
}
				@media screen and (max-width:478px) {
				.staffList li {
					width: 100%;
					margin-right:0;
				}
				}
.staffList li:nth-child(3n) {
	margin-right:0;
}
				
.staffList span {
	display:block;
}
.staffList figure {
	margin-bottom:15px;
}
.staffList .ruby {
	padding-bottom: 18px;
    margin: 0 20px 18px;
	border-bottom:solid 1px #000;
}

/*--------------------------------------- voice/detail 先輩社員の声詳細 */
.staffDetail figure {
	margin-bottom:50px;
	width:100%;
}

.staffDetail .floatL {
	width:20%;
}
				@media screen and (max-width:478px) {
				.staffDetail .floatL {
					width: 100%;
					float:none;
				}
				}
.staffDetail h2 {
	margin-bottom: 1.2em;
	padding-top:0;
}
.staffDetail h2 span {
	display:block;
}

.staffDetail .msg {
	float:right;
	width:76%;
	padding-bottom:80px;
}
				@media screen and (max-width:478px) {
				.staffDetail .msg {
					width: 100%;
					float:none;
					padding-bottom:20px;
				}
				}

/*--------------------------------------- privacy/index.html */
.body_privacy .msg {
	margin-bottom:40px;
	border:solid 1px #ccc;
	padding:40px 30px 40px 20px;
	border-radius:8px;
	background-color:#FFF;
}
.body_privacy .msg ul {
	margin:0 0 2em 2em;
}
.body_privacy .msg ol li {
	margin-bottom:1em;
}

.body_privacy .msg ol li ul{
	margin:1em 0 0 0;
}
.body_privacy .msg ol li li {
	margin-bottom:0;
}
.body_privacy .msg .grayFrame {
	padding:20px;
	background-color:#ededed;
	border-radius:10px;
	font-size:0.8em;
	margin:1em 0 2em;
}




.lower footer {
	margin-top:0;
}


.page_link a.page_link_right {
	margin: 0 0 0 10px;
	padding: 0 12px 0 0;
	background: url(img/icon_page_link_right.gif) no-repeat right center;
}
/*--------------------------------------- pager */
.pager_box{
	clear:both;
	text-align:center;
	margin-top:15px;
}
.pager_box .pager{
	width:2.5em;
	display:inline-block;
	border:1px solid #BFBFBE;
	border-radius:3px;
}
.pager_box .pager a{
	display:block;
	width:100%;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager a:link,
.pager_box .pager a:visited{
	color:#333333;
	text-decoration:none;
}
.pager_box .pager a:hover,
.pager_box .pager a:active{
	background:#F1F1F1;
	text-decoration:none;
}
.pager_box .pager_current{
	background:#F1F1F1;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager_dot{
	width:1.5em;
	display:inline-block;
}
.pager_box .pager_space{
	width:1em;
	display:inline-block;
	padding-left:0.2em;
	padding-right:0.2em;
}
.pager_box .pager_first{
	display:inline-block;
}
.pager_box .pager_last{
	display:inline-block;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */
.entry_list li:after;
.container:after {
	content: "";
	display: block;
	clear: both;
}

/*--------------------------------------- news/index.html */
#newsList ul {
	margin-bottom:40px;
	border-top:dotted 1px #ccc;
}

#newsList li{
	list-style:none;
	border-bottom:dotted 1px #000;
}
#newsList li:nth-child(odd) {
	background:#f2f2f1;
}

#newsList li span {
	display:block;
}

#newsList li span.new {
	display:inline-block;
	padding-left:10px;
}

#newsList li span.nolink,
#newsList li a {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	transition: background-color 0.8s;
	-webkit-transition: background-color 0.8s;
  }
#newsList li a .title {
	text-decoration:underline;
}
	
#newsList li a:hover {
	background-color:#eeeded;
	transition: background-color 0.5s;
}

#newsList li .date {
	color:#333333;
	float:left;
	width:15%;
}
@media screen and (max-width:779px) {
	#newsList li .date {
		width: 100%;
		float:none;
		margin-bottom:5px;
	}
}

#newsList li .ic {
	color:#FFFFFF;
	background-color: #666666;
	float:left;
	width:15%;
	text-align:center;
}
#newsList li .ic01 {
	background-color:#ffffff;
	color: #666666;
	box-shadow: inset 0 0 0 1px #ccc;
}
#newsList li .ic02 {background-color:#CD0003;}
#newsList li .ic03 {background-color:#666666;}
#newsList li .ic04 {background-color:#008ac9;}
#newsList li .ic05 {background-color:#006FBB;}
#newsList li .ic06 {background-color:#003e5c;}


@media screen and (max-width:779px) {
	#newsList li .ic {
		clear:both;
		width: 40%;
		float:none;
	}
}


#newsList li .title {
	float:right;
	width:67%;
}
@media screen and (max-width:779px) {
	#newsList li .title {
		clear:both;
		width: 100%;
		float: none;
		margin-top:5px;
	}
}

#newsList li .title{
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	vertical-align: middle;
	text-decoration: none;
}
#newsList li .title::before,
#newsList li .title::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	color:#FFF;
}
#newsList li .title::before{
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0b468a;
}
#newsList li .title::after{
	left: 5px;
	width: 3px;
	height: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 共通 */

/*--------------------------------------- list_thumbnail */
.column_main .list_thumbnail,
.list_thumbnail {
	width:100%;
	padding: 1em 0;
	margin: 0;
}
.list_thumbnail li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 3px;
}
.list_thumbnail li a {
	display: block;
	text-decoration: none;
	color: #1d2129;
}
.list_thumbnail .listBox {
	display: block;
	padding: 10px;
	position: relative;
	border: 1px solid #ddd;
}
.column_main .list_thumbnail .listBox {
	border: none;
}
.list_thumbnail .thumbnail {
	display: block;
	text-align: center;
	transition: linear 0.2s;
}
.list_thumbnail .title {
	display: block;
	padding: 5px 0;
}
.list_thumbnail .text {
	display: block;
	padding: 5px 0;
	border-top: 1px dotted #ddd;
	font-size: 0.9em;
}
.list_thumbnail li li {
	display: block;
	width: 100%;
}
@media screen and (min-width: 1200px) {
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}
@media screen and (min-width: 780px) {
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC2 li{
		width: 50%;
	}
	.list_thumbnailC3 li{
		width: 33%;
	}
	.list_thumbnailC4 li{
		width: 25%;
	}
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16.666%;
	}
}

@media screen and (max-width: 779px) {
	.list_thumbnailC2 .listBox {
		padding: 0 0 2em;
	}
	.list_thumbnail li{
		width: 50%;
	}
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC4 li{
		width: 50%;
	}
	.list_thumbnailC5 li{
		width: 50%;
	}
	.list_thumbnailC6 li{
		width: 33.333%;
	}
}

@media screen and (min-width: 480px) {
	.list_thumbnailC2 li {
		padding: 5px 10px 5px 0;
	}
	.list_thumbnailC2 li:nth-child(2n) {
		padding: 5px 0 5px 10px;
	}
	.list_thumbnailC1 li .listBox {
		display: table;
		width: 100%;
	}
	.list_thumbnailC1 li .thumbnail,
	.list_thumbnailC1 li .box_info{
		display: table-cell;
		vertical-align: middle;
	}
	.list_thumbnailC1 li .thumbnail{
		width: 190px;
	}
	.list_thumbnailC1 li .box_info{
		padding-left: 20px;
	}
}
@media screen and (max-width: 479px) {
	.list_thumbnailC2 li,
	.list_thumbnailC3 li,
	.list_thumbnailC4 li{
		width: 100%;
	}
	.list_thumbnailC6 li{
		width: 50%;
	}
}

/*--------------------------------------- columnBox */
.columnBox {
	display: table;
	table-layout: fixed;
	width: 100%;
}
@media screen and (min-width: 780px) {
	.columnBox .column {
		display: table-cell;
		vertical-align: top;
	}
	.columnBox .v_middle {
		vertical-align: middle;
	}
	.columnBox .v_bottom {
		vertical-align: bottom;
	}
	.w20 {
		width: 20%;
	}
	.w30 {
		width: 30%;
	}
	.w40 {
		width: 40%;
	}
	.w50 {
		width: 50%;
	}
	.w60 {
		width: 60%;
	}
	.w70 {
		width: 70%;
	}
	.w80 {
		width: 80%;
	}
	.padr3 {
		padding-right: 3%;
	}
	.padL3 {
		padding-left: 3%;
	}
	.padt3 {
		padding-top: 3%;
	}
	.padt6 {
		padding-top: 6%;
	}
}
/*--------------------------------------- column_side */
.column_side .cms_navi {
	display: block;
}
.column_side .menu_title {
	color: #fff;
	background-color: #0b468a;
	padding: 10px 20px;
}
.column_side .menu_title_link {
	padding: 0;
}
.column_side .menu_title_link a {
	color: #fff;
	display: block;
	padding: 10px;
}
.column_side .cms_navi {
	border: 1px solid #ddd;
	border-top: none;
}
.column_side .cms_navi li {
	border-top: 1px solid #ddd;
}
.column_side .cms_navi li a {
	color: #333333;
	padding: 5px 10px;
	display: block;
	font-size: 0.9em;
}
.column_side .cms_navi li a:hover {
	background-color: #f9fbfd;
}
.column_side .cms_navi li.current a {
	background-color: #e5ecf3;
}
.column_side .sub_title {
	padding: 10px 10px;
	font-size: 0.9em;
}
.column_side .sub_menu {
	border-left: 5px solid #ddd;
}

@media screen and (min-width: 780px) {
	.column_main {
	}
	.column_side {
		width: 240px;
		padding-left: 40px;
	}
}
@media screen and (max-width: 779px) {
	.column_main {
		padding: 0 10px 20px;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 製品ページ共通 */
.text_lead {

}
.area_news {
	padding: 20px 0 40px;
}
.column_main .news_list {
	padding: 0;
}

.news_list li{
	list-style:none;
	border-bottom:dotted 1px #ccc;
}
.news_list li:nth-child(odd) {
	background:#f2f2f1;
}

.news_list li span {
	display:block;
}

.news_list li span.new {
	display:inline-block;
	padding-left:10px;
	color: #d71326;
}

.news_list li span.nolink,
.news_list li a {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	transition: background-color 0.8s;
	-webkit-transition: background-color 0.8s;
}
.news_list li a .title {
	text-decoration:underline;
}
	
.news_list li a:hover {
	background-color:#eeeded;
	transition: background-color 0.5s;
}

.news_list li .date {
	font-size: 0.85em;
	color:#333333;
}
.news_list li .text{
	position: relative;
	padding: 0 0 0 22px;
	text-decoration: none;
	font-size: 0.95em;
}
.news_list li .text::before,
.news_list li .text::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	color:#FFF;
}
.news_list li .text::before{
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0b468a;
}
.news_list li .text::after{
	left: 5px;
	width: 3px;
	height: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 780px) {
	.news_list li .date,
	.news_list li .text {
		display: table-cell;
		vertical-align: middle;
	}
	.news_list li .date {
		padding-right: 20px;
	}
}
@media screen and (max-width: 779px) {

}
/* 一覧ページ */
.display_change_box {
	text-align: right;
	padding-bottom: 20px;
}
.display_change_box .inner_box {
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 100em;
	display: inline-block;
}
.display_change_box .text,
.btn_display_change,
.btn_display_change li {
	display: inline-block;
	vertical-align: middle;
}
.display_change_box {/* safari調整 */
	font-size:1em;
	letter-spacing: -1em;
}
.display_change_box .text{/* safari調整 */
	letter-spacing: normal;
}
.display_change_box li{/* safari調整 */
	letter-spacing: normal;
	width:2em;
}
.btn_display_change {
	list-style: none;
}
.btn_display_change li {
	padding: 2px;
	cursor: pointer;
}
.btn_display_change li.current {
	color: #2096d5;
}
@media screen and (max-width: 479px) {
	.display_change_box {
		display: none;
	}
}
/* 詳細ページ */
.product_inner {
}

.product_inner .column_img {
	text-align: center;
}
.product_inner .column_img .thumbnail {
	border: 1px solid #ddd;
	text-align: center;
	display: inline-block;
}
.product_inner .column_img .thumbnail img {
	width: 100%;
}
.product_inner .msg {
	padding-top: 20px;
}
.catalog_list {
	padding-top: 20px;
}
.catalog_list .catalog_file {
	position: relative;
	font-size: 0.9em;
}
.catalog_list .catalog_file a {
	display: inline-block;
	padding: 5px 15px;
}
.catalog_list .catalog_file a:before {
	content: "\f105";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.4em;
}
.btn_list {
	padding-top: 20px;
}
.btn_50,
.btn_100 {
	padding: 3px;
}
.btn_50 a,
.btn_100 a {
	width: 100%;
	height: auto;
	line-height: 1.3;
}
.btn_50 a {
	padding: 10px;
	position: relative;
}
.btn_50 a:before {
	content: "\f137";
	padding-right: 1em;
}
.btn_100 a {
	font-size: 1.1em;
	padding: 15px 10px;
}
@media screen and (min-width: 780px) {
	.product_inner .column_img {
		width: 190px;
	}
	.btn_50 {
		width: 50%;
		display: inline-block;
	}
}
@media screen and (max-width: 779px) {
	.product_inner .column_img {
		padding-bottom: 20px;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: contents */

/*--------------------------------------- container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.layout02,
.breadCrumb ul,
.copy span,
article {
	max-width: 979px;
	width: 100%;
	margin: 0 auto;
	display:block;
}

/*--------------------------------------- header */
header,
#topNavi {
	width: 100%;
	z-index: 9999;
	background-color: #f9fbfd;
	box-shadow: 0px 6px 3px -1px rgba(0,0,0,0.1);
	padding:0 30px;
	top: 0;
	left: 0;
	display:block;
	z-index:100;
	position:relative;
}
header {
	position: fixed;
}


/* logo setting */
.body_common header h1,
.lower header p,
nav#topNavi p {
	width:25%;
	float:left;
	padding:15px 0 4px;
	min-height:81px;
}

@media screen and (max-width:779px) {
	header,
	#topNavi {
		padding:0 30px 0 60px;
	}
	nav#topNavi p {
		width: 100%;
		float: none;
		padding:1px 0;
		min-height:60px;
		text-align: center;
		display: table;
	}
	nav#topNavi p a{
		display: table-cell;
		vertical-align: middle;
		
	}
}

.body_common header h1 img,
.lower header .logo img,
nav#topNavi p img {
	width: auto;
	max-height: 75px;
}
@media screen and (max-width:779px) {
header {
	display: none;
}
	nav#topNavi p img {
		max-height: 57px;
	}

}


/* navigation */
nav#topNavi ul,
header nav {
	float:right;
	width:75%;
	padding: 55px 0 5px;
	text-align: right;
}

nav#topNavi ul span,
header nav span {
	display:block;
}
nav#topNavi ul li,
header nav li {
	text-align:center;
	margin:0;
	display: inline-block;
	vertical-align: middle;
}
nav#topNavi ul li a,
header nav li a {
	padding:0 20px 10px;
	display:block;
}
@media screen and (max-width:779px) {
	#topNavi {
		position:fixed;
	}
	nav#topNavi ul{
		display:none;
	}
}
/* 検索・お問い合わせ */
.search_contact {
	position:fixed;
	top: 0;
	right: 0;
	z-index:99999;
}
@media screen and (max-width:779px) {
	.search_contact {
		display:none;
	}
}

.search_contact:after {
	content: "";
	display: block;
	clear: both;
}
.search_contact li {
	float: left;
	line-height: 39px;
	font-size: 12px;
	font-size: 1.2rem;
	list-style:none;
}
.search_contact li a {
	display: block;
	line-height: 39px;
	color: #fff;
	text-align: center;
	background: #005491;
	padding-bottom: 0;
}

.search_contact li.search {
	position: relative;
	min-width: 48px;
	height: 39px;
}
.search_contact li.search.click .search-box {
	padding: 0 9px;
}
.search_contact li.search.click .text {
	margin-left: 40px;
}
.search_contact li.search.click .text input {
	position: relative;
	width: 150px;
	margin-right: 40px;
}
.search_contact li.search.click .search-box:after {
	left: 0;
	right: auto;
}
.search_contact li.search.click .btn {
	background-image: url(img/search_close.png);
}

.search_contact li.search.click .btn:hover {
	background-color: #005491;
}
.search_contact li.search .search-box {
	background: #005491;
}
.search_contact li.search .text input {
	width: 48px;
	height: 100%;
	padding: 0;
	color: #fff;
	background: #005491;
	border: none;
	z-index: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.search_contact li.search .text input::-webkit-input-placeholder {
	color: #fff;
	-ms-filter: "alpha(opacity=40)";
	opacity: 0.4;
}
.search_contact li.search .search-box:after,
.search_contact li.search .btn {
	content: "";
	display: inline-block;
	width: 48px;
	height: 39px;
	position: absolute;
	top: 0;
	right: 0;
	background: 50% 50% no-repeat #0b468a;
	background-image: url(img/search.png);
	background-size: 16px auto;
}


.search_contact li.search .btn {
	padding: 0;
	border: none;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.search_contact li.search .btn:hover {
	background-color: #0A5E9E;
}
.search_contact li.contact {
	width: 113px;
}
.search_contact li.contact a {
	background: rgb(0,131,204);
	background: linear-gradient(90deg, rgba(0,131,204,1) 0%, rgba(8,184,229,1) 100%);
}
.search_contact li.contact a:hover {
	background: #23A9DA;
}


/* ---------------------------------------- 

            sp navigation

------------------------------------------ */
.pure-drawer .spnavi_logo {
	margin:20px 0 0 20px;
	text-align:center;
}
.pure-drawer .spnavi_logo img {
	width:auto;
	max-width:50%;
	max-height:80px;
}
.pure-drawer li {
	text-align:left;
}

.pure-drawer li span {
	display:inline;
}
.nav-primary li img {
	width:10%;
	margin-top:4px;
}
.nav-primary li.herf {
	width:50%;
	float:left;
	text-align:center;
	background:#04345f;
	border-right:solid 1px #f5f6ee;
}
.nav-primary li.herf:nth-child(odd) {
	float:right;
	border-right:none;
}
.nav-primary li.herf a {
	color:#FFF;
}

.pure-drawer .tel a{
	padding:20px 0;
	text-align:center;
	display:block;
	text-decoration:none;
    background: rgb(0,131,204);
	background: linear-gradient(0deg, rgba(0,131,204,1) 0%, rgba(8,184,229,1) 100%);
	color:#FFF;
	
}

.pure-drawer .tel a i {
	margin-right:10px;
}

/*--------------------------------------- subContaints */






/*--------------------------------------- pagetop link */
#page_top a{
	display: block;
	position: fixed;
	right: 30px;
	z-index: 5000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition-duration: 0.25s;
	opacity: 1;
}
@media screen and (min-width: 780px) {
#page_top a{
	width: 100px;
	height: 100px;
	padding-top: 27px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: rgb(0,131,204);
	background: linear-gradient(0deg, rgba(0,131,204,1) 0%, rgba(8,184,229,1) 100%);
	color: #fff;
	text-align: center;
	line-height: 1.2;
	border:solid 1px #FFF;
}
}
@media screen and (max-width: 779px) {
	#page_top a{
		text-align: center;
	}
}

/*--------------------------------------- pageprev/next link */
.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.page_link a {
	display: inline-block;
	vertical-align:middle;
	border-radius: 100px;
	margin: 0 5px;
	padding: 0.7em 20px;
	background-color: #333131;
	color: #FFF;
	text-decoration: none;
	font-size: 0.9em;
	transition: linear 0.2s;
	min-width: 45%;
}

.page_link a:hover {
	background-color: #999;
	color: #000;
}

@media screen and (max-width: 768px) {
	.page_link { 
		padding: 20px 10px;
	}
}
/*--------------------------------------- footer */
footer {
	background-color:#f6f8f7;
	margin-top:30px;
}

@media screen and (max-width:779px) {
footer .sitemap {
	padding-bottom: 60px;
}
}

footer .sitemap dl {
	float:left;
	width:28%;
	margin-bottom:20px;
}
@media screen and (max-width:779px) {
footer .sitemap dl {
	float:none;
	width:100%;
}
}

footer .sitemap dt {
	border-bottom:solid 1px #a9a9a9;
	padding:10px 0;
}
footer .sitemap dt img {
	width:75%;
}

footer .sitemap dd {
	border-top:solid 1px #FFF;
	padding-top:10px;
}
footer address {
	display:block;
	margin-bottom:10px;
}

footer .sitemap dd .tuv {
	background-color:#FFF;
	padding:10px;
	border:
	solid 1px #e0e0e0;
	border-radius:6px;
	margin-bottom:20px;
	display: table;
	width: 100%;
}
footer .sitemap dd .tuv a {
	float:left;
	width:25%;
	display:block;
	text-align:center;
}
footer .sitemap dd .tuv > .tuvlogo {
	display: table-cell;
	vertical-align: middle;
}
footer .sitemap dd .tuv img {
	max-width: 100%;
}
footer .sitemap dd .tuv .tuvlogo a{
	width:48%;
}
footer .sitemap dd .tuv .tuvlogo a:hover img{
	opacity: 0.8;
}

footer .sitemap dd .tuv .txt {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
}

footer .sitemap dd .btn03 a{
	width:100%;
}

footer article {
	padding:10px 0 ;
}

@media screen and (max-width:779px) {
	footer article {
		padding:0 20px 10px ;
	}
}
footer article nav {
	float:right;
	width:65%;
}
footer article nav ul {
	float:left;
	width:49%;
	margin:0 0 20px 1%;
}
@media screen and (max-width:779px) {
	footer article nav {
		float:none;
		width:100%;
	}
	footer article nav ul {
		display: block;
		width: 100%;
	}
}
footer article nav ul ul{
	float:none;
	width:90%;
	margin:0 0 0 10%;
}

footer article nav li {
	margin-bottom:10px;
}

footer article nav li ul {
	margin-top:10px;
}

footer article nav li ul li a{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
}
footer article nav li ul li a::before,
footer article nav li ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

footer article nav li ul li a::before{
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #0b468a;
	border-right: 1px solid #0b468a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

footer article nav p {
	text-align:center;
}

footer .copy {
	background: rgb(0,131,204);
	background: linear-gradient(90deg, rgba(0,131,204,1) 0%, rgba(8,184,229,1) 100%);
	color: #fff;
	text-align: right;
	padding:15px 0;
}
@media screen and (max-width:779px) {
	footer .copy span {
		padding:5px 20px;
	}
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */
.staffList:after,
#topNavi:after,
.body_common #con01:after,
.body_common #con01 #slider-proFrame:after,
.body_common .product:after,
#newsList li a:after,
#newsList li span.nolink:after,
footer article:after,
footer .sitemap dd .tuv:after,
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms setting */

/* フォームツールチップ */
.invisible {
	display: none;
}

a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}

#input-table a.tooltiplink:link,
#input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#input-table a.tooltiplink:hover,
#input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

a.tooltiplink:link,
a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.tooltiplink:hover,
a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#input-table p.tooltipbox a:link,
#input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#input-table p.tooltipbox a:hover,
#input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

p.tooltipbox a:link,
p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

p.tooltipbox a:hover,
p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

/* comment form */
.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}

.comment_box th,
.comment_box td {
	padding: 10px;
}

.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}

.comment_name {
	width: 70%;
	text-align: left;
}

.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}

.comment_box td {
	padding-top: 0;
}

.comment_text {
	padding: 15px;
	background: #ffffff;
}

.icon_comment {
	text-align: right;
}

.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}

/* twitter widget */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */
iframe.twitter-share-button {
	width: 115px!important;
}

/* エディター：スタイル */
.editor-style-btn1 {
	display: inline-block;
	padding: 1em 2em;
	color: #FFFFFF;
	border-radius: 50px;
	background-color: #333131;
	transition: linear 0.2s;
}

.editor-style-btn1:hover {
	background-color: #999;
}

.editor-style-btn1 a:link,
.editor-style-btn1 a:visited,
.editor-style-btn1 a:active,
.editor-style-btn1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),-1px -1px 5px rgba(0, 0, 0, 0.3);
}

/* フォームエラー */
.error_msg,
.error_msg_js {
	padding-left: 20px;
	background: url(./img/form_error.gif) left top no-repeat;
}
/* CSS Document */
/*===============================================
●style_tab.css  画面の横幅が779pxまで
===============================================*/
@media screen and (max-width:779px) {
	br.forTab {
		display: inline;
	}

	html,body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
	body {
		font-size: 1.3em;
	}

	nav ul {
		display:block;
	}
}
/* CSS Document */
/*===============================================
●style_sp.css  画面の横幅が479pxまで
===============================================*/
@media screen and (max-width:479px) {
	br.forSp {
		display: inline;
	}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.set-up */
	.lower h1,
	.body_common h2 {
		margin: 0 10px 20px;
		letter-spacing: 0.1em;
	}

	/* contact form */
	#input-table .input_button {
		width: 80%;
	}

	input[type="text"] {
		width: 100% !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#input-table table .form_input_addnumber {
		width: 40% !important;
	}

	#input-table table textarea {
		width: 96% !important;
		font-size: 110%;
	}

	.form_flow li,
		.form_flow li:first-child {
		display: block;
		width: 100%;
		text-align: left;
		border-left: 10px solid #ccc;
	}

	.form_flow li {
		border-top: 1px solid #ccc;
	}

	.form_flow li:first-child {
		border-top: none;
	}

	.form_flow li.current {
		border-left: none;
	}
}

/* demo */
.pcdemo {
	display:block;
}
.spdemo,
.pure-toggle-label {
	display:none !important;
}

@media print {
	body {
		min-width:980px;
	}
	#topNavi,
	.search_contact,
	.column_side,
	#page_top,
	.pure-drawer,
	header nav {
		display: none;
	}
	header {
		position: absolute;
		top: 0!important;
	}
	#header_logo {
		text-align: center;
		width: auto;
		float: none;
		padding: 0;
		min-height: auto;
	}
	#header_logo img{
		height: 40px;
	}
}

@media screen and (max-width:779px) {
	.pcdemo {
		display:none;
	}
	.spdemo,
	.pure-toggle-label {
		display:block!important;
	}
}

/* IE対応 */
_:-ms-lang(x)::-ms-backdrop, #slider-proFrame{
	height:auto;
}
_:-ms-lang(x)::-ms-backdrop, .swiper-container {
		width:auto;
		height:auto;
}
_:-ms-lang(x)::-ms-backdrop, .swiper-container .swiper-slide img {
		width:100%;
		height:auto;
		bottom:auto;
		left:auto;
		position:relative;
}
_:-ms-lang(x)::-ms-backdrop, .swiper-container .swiper-slide .spImg {
		display:none;
}

_:-ms-lang(x)::-ms-backdrop, .body_common .product ul{
	display: table;
	-webkit-box-pack: center;
	justify-content: center;
}
_:-ms-lang(x)::-ms-backdrop, .body_common .product ul li{
	display: table-cell;
	padding:0 5px;
	background-color:transparent;
	border-bottom:none;
}
_:-ms-lang(x)::-ms-backdrop, .body_common .product ul li img{
	width:100%;
}
_:-ms-lang(x)::-ms-backdrop, .body_common .product ul li a{
	display:inline-block;
	background-color:#FFF;
	border-bottom:solid 2px #00a2c9;
}
@media screen and (min-width:1500px) {
	_:-ms-lang(x)::-ms-backdrop, .swiper-container .swiper-slide img {
			width:1500px;
			height:auto;
			bottom:auto;
			left:auto;
			position:relative;
	}
}
.product_list_info {
	padding: 20px 0;
}