/*
Theme Name: AQUABOX Theme
*/

/*=========================================*/
/* All */
/*=========================================*/

/*-- reset --*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6,
p, img, dl, dt, dd,
ol, ul, li,
fieldset, form, label, table, caption,
tbody, tfoot, thead,
article, aside, footer, header, menu, nav, section,
audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both;}
.clear{clear:both;}

ol, ul{
	list-style:none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
	display:block;
}

blockquote, q{
	quotes:none;
}

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

a:link{
	color:#0074bf;
	text-decoration: underline;
}

a:visited{
	color:#0074bf;
	text-decoration:underline;
}

a:hover,
a:active{
	color:#000000;
	text-decoration:none;
}

img{
	vertical-align:top;
	font-size:0;
	line-height:0;
}

html{
	height:100%;
}

body{
	font-size:14px;
	line-height:170%;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	text-align:left;
	color:#444444;
	padding:0px;
	margin:0px;
	height:100%;
}

@media screen and (max-width:1300px){
body{
	background-size: 2500px;
}
}

@media screen and (max-width:1024px){
body{
	background-size: 2000px;
}
}

@media screen and (max-width:640px){
body{
	background-image:url(images/main_back_sp.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size: cover;
}
}

/*Chrome Opera*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
}

/*-- PAGE SCROLL --*/

#page_scroll{
	position:fixed;
	bottom:20px;
	right:20px;
	width:45px;
	height:45px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	z-index:500;
}

#page_scroll a{
	width:45px;
	height:45px;
	display: block;
	text-align: left;
	box-shadow: 0 0px 15px rgba(0,0,0,0.0);
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background-color: #1d2a75;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#page_scroll a:hover,
#page_scroll a:active{
	box-shadow: 0 0px 12px rgba(0,116,191,0.5);
	background-color:#2096d5;
	transition: all 0.5s;
}

#page_scroll img{
	width:13px;
	margin: 13px 0px 0px 16px;
}

@media screen and (max-width:640px){
#page_scroll{
	display: none;
}

#page_scroll a{
	display: none;
}
}

/*=========================================*/
/* Left Side Right Side */
/*=========================================*/

#contents_left{
	box-shadow: 0 0px 5px rgba(0,0,0,0.10);
    position: fixed;
    width: 280px;
    height: 100%;
	background-color: #ffffff;
    text-align: left;
	z-index: 200;
}

#contents_right{
	margin-left: 280px;
	background: #ffffff;
    position: relative;
}

@media screen and (max-width:1200px){
#contents_left{
    position: fixed;
    width: 100%;
    height: 70px;
}

#contents_right{
	margin-left: 0px;
}
}

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

/*=========================================*/
/* Header */
/*=========================================*/

#header{
	z-index:9999;
	background-color: rgba(255,255,255,0.0);
	color: #000000;
}

#header_title{
	display: block;
	padding: 50px 25px 45px 25px;
	margin: auto;
	text-align: left;
}

#header_title .logo{
	padding: 0px 0px 0 2px;
}

#header_title .logo a{
	width: 200px;
	display: block;
}

#header_title .logo img{
	width: 100%;
}

#header_title .read{
	padding: 15px 0px 0 0px;
	color: #000000;
	font-size:13px;
	font-weight: normal;
	letter-spacing: 0.02em;
	clear: both;
}

#global_navi{
	text-align: center;
	width: 100%;
}

#global_navi ul{
	border-top: solid 1px rgba(0,0,0,0.07);
	padding: 0px;
	margin: 0px;
}

#global_navi li{
	width: 100%;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:15px;
	font-weight: normal;
	letter-spacing: 0.02em;
	text-align: left;
}

#global_navi a{
	padding: 17px 20px 17px 20px;
	margin: auto;
	display: block;
	color: #000000;
	text-decoration:none;
	border-bottom: solid 1px rgba(0,0,0,0.07);
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	transition: all 1.0s;
}

#global_navi a:hover {
	box-shadow: 0 0px 35px rgba(0,0,0,0.10);
	color: #2096d5;
	transition: all 0.5s;
}

#global_navi li.page a {
	background-color:#1d2a75;
	color: #ffffff;
}

#global_navi span{
	display: block;
}

#global_navi span.sub{
	padding: 0px 6px;
	font-family: 'Georgia',sans-serif;
	font-size:10px;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 100%;
}

#global_navi span.text{
	padding: 4px 5px 0px 5px;
}

.drawer-hamburger-icon{
	margin-top:15px;
	margin-left: -10px;
}

.drawer-nav {
	z-index:99999;
    position:fixed;
    width:100%;
	height: 100%;
}

.drawer-nav ul {
    display:block;
    width:100%;
	height: 100%;
    margin:0 auto;
    padding:80px 0px 0px 0px;
}

.drawer-nav li a {
    display:block;
    width:100%;
    padding:15px 20px 15px 20px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
	color: #ffffff;
	font-size:18px;
	font-weight: normal;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	transition: all 0.5s;
}

.drawer-nav li a:hover {
	background-color: rgba(0,0,0,1.0);
	transition: all 0.5s;
}

.drawer-nav li span{
}

.drawer-nav li.page a{
	background-color:#ffffff;
	color: #000000;
}

#header_scroll_point{
	margin-top: 500px;
	position:absolute;
	display: block;
}

@media screen and (max-width:1600px){
#header_title{
	padding: 40px 25px 35px 25px;
}
	
#header_title .logo a{
	width: 180px;
}

#global_navi li{
	font-size:13px;
}

#global_navi a{
	padding: 12px 20px 12px 20px;
}
}

@media screen and (max-width:1200px){
#header_area{
	margin: 0px auto 0 auto;
}

#header_title{
	padding: 27px 10px 0px 20px;
}
	
#header_title .logo a{
	width: 140px;
}

#header_title .read{
	display: none;
}

#global_navi{
	display: none;
}
}

@media screen and (max-width:1024px){
#header_area{
}

#header_title .logo a{
}

.drawer-nav ul {
    padding:100px 0px 0px 0px;
}
}

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

#header_title .logo a{
}
 
.drawer-hamburger-icon{
}

.drawer-nav ul {
    padding:50px 0px 0px 0px;
}

.drawer-nav li a {
	font-size:15px;
    padding:10px 20px 10px 20px;
}

#header_scroll_point{
	margin-top: 200px;
}
}

/*=========================================*/
/* Contents */
/*=========================================*/

.contents_area{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width:1260px){
.contents_area{
	width: auto;
	padding: 0 20px;
}
}

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

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

/*=========================================*/
/* Main image */
/*=========================================*/

#main_image_area{
	background-image:url(images/main_img.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size: cover;
	margin: 0px auto 0 auto;
	height:800px;
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 100;
}

#main_image{
	height:100%;
	width: 100%;
	margin: 0 0px 0 0px;
	position: absolute;
    opacity: 0.2;
}

#main_catch{
	position: absolute;
	width: 100%;
	height: 100%;
}

#main_catch .box{
	position: absolute;
	top: 0%;
	bottom: 0;
	left: 50%;
	right: 18%;
	margin: auto;
	height: 80%;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: inline-block;
	padding: 1em 0;
	box-sizing: border-box;
	text-shadow: 0 0px 15px rgba(0,103,169,0.8);
}

#main_catch .catch{
	padding: 60px 0px 0px 25px;
	color: #ffffff;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 0.10em;
	line-height: 145%;
}

#main_catch .read{
	padding: 65px 20px 0px 0;
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.06em;
	line-height: 220%;
}

#main_contact{
	position: absolute;
	left: 50px;
	bottom: 50px;
	width: 420px;
	height: 420px;
	border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
	background-color: #ffffff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.07);
	z-index: 100;
	display: table;
}

#main_contact .box{
	display: table-cell;
	vertical-align: middle;
	font-family: YuGothic,'Yu Gothic',sans-serif;
	color: #000000;
	letter-spacing: 0.06em;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

#main_contact .tel{
	padding: 10px 0 12px 0px;
	margin: 100px 0 5px 0;
	font-family: 'Roman','Cochin',sans-serif;
	font-size:38px;
	letter-spacing: 0.00em;
}

#main_contact .tel span{
	background-image:url(images/icon_tel.png);
	background-position:left center;
	background-size:32px;
	background-repeat:no-repeat;
	padding: 0px 10px 0px 40px;
}

#main_contact .day{
	clear: both;
	padding: 8px 0 0 0;
	font-size:15px;
	line-height: 170%;
}

#main_contact .btn{
	width:280px;
	margin: 32px auto 0 auto;
	text-align: center;
}

#main_contact .btn a{
	font-size:14px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 15px 0 16px 0;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background-color: #1d2a75;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#main_contact .btn a:hover,
#main_contact .btn a:active{
	background-color: #2096d5;
	transition: all 0.5s;
}

#main_contact .btn span{
	background-image:url(images/icon_pc.png);
	background-position:left center;
	background-size:17px;
	background-repeat:no-repeat;
	padding: 2px 0px 2px 25px;
}

#main_scroll{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

#main_scroll a{
	width: 65px;
	height: 65px;
	padding: 0px 0;
	margin: auto;
	display: table;
	font-family: 'Georgia',sans-serif;
	font-size:12px;
	font-weight: normal;
	letter-spacing: 0.00em;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0px 10px rgba(0,0,0,0.07);
	background-color: #ffffff;
	border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	transition: all 0.8s;
}

#main_scroll a:hover,
#main_scroll a:active {
	color:  rgba(255,255,255,0.0);
	box-shadow: 0 0px 30px rgba(0,0,0,0.15);
	background-color: #ffffff;
	transition: all 0.4s;
}

#main_scroll span{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#main_scroll img{
	width: 15px;
}

@media screen and (max-width:1024px){
#main_catch .box{
	left: 60%;
	right: 8%;
}

#main_catch .catch{
	padding: 40px 0px 0px 20px;
	font-size: 38px;
}

#main_catch .read{
	padding: 45px 20px 0px 0;
	font-size: 16px;
}

#main_contact{
	left: 20px;
	bottom: 20px;
	width: 350px;
	height: 350px;
}

#main_contact .tel{
	margin: 70px 0 5px 0;
	padding: 0px 0 8px 0px;
	font-size:30px;
}

#main_contact .tel span{
	background-size:22px;
	padding: 0px 10px 0px 30px;
}

#main_contact .day{
	font-size:14px;
}

#main_contact .btn{
	width:250px;
	margin: 28px auto 0 auto;
}

#main_contact .btn a{
	padding: 13px 0 14px 0;
}

#main_contact .btn a:hover,
#main_contact .btn a:active{
	background-color: #8ac7e6;
	transition: all 0.5s;
}
}

@media screen and (max-width:640px){
#main_image_area{
	background-image:url(images/main_img_sp.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size: cover;
	height:800px;
}

#main_catch .box{
	top: 7%;
	left: 55%;
	right: 10%;
	height: 600px;
}

#main_catch .catch{
	padding: 0px 0px 0px 0px;
	font-size: 24px;
}

#main_catch .read{
	padding: 5px 20px 0px 0;
	font-size: 13px;
}

#main_contact{
	position: absolute;
	left: auto;
	bottom: 0;
	width: 100%;
	height: auto;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	background-color: #ffffff;
}

#main_contact .box{
	padding: 30px 0 30px 0;
}

#main_contact .tel{
	margin: 10px 0 5px 0;
	padding: 0px 0 0px 0px;
	font-size:24px;
}

#main_contact .tel span{
	background-size:20px;
	padding: 0px 10px 0px 28px;
}

#main_contact .day{
	font-size:13px;
}

#main_contact .btn{
	width:250px;
	margin: 20px auto 0 auto;
}

#main_contact .btn a{
	font-size:13px;
	padding: 10px 0 12px 0;
}

#main_contact .btn span{
	background-size:15px;
	padding: 0px 0px 0px 23px;
}

#main_scroll{
	display: none;
}
}

/*=========================================*/
/* Index Contents */
/*=========================================*/

.scroll_point{
	position: absolute;
	margin-top: 0px;
}

.index_contents_title {
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-align: center;
}

.index_contents_title .sub{
	font-family: 'Georgia',sans-serif;
	font-size:13px;
	font-weight: normal;
	letter-spacing: 0.02em;
}

.index_contents_title .title{
	padding: 15px 0px 30px 0px;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.index_contents_title .title span{
	padding: 0px 5px 0px 5px;
}

.index_contents_title .text{
	font-size: 16px;
	color: #444444;
}

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

@media screen and (max-width:640px){
.index_contents_title .sub{
}

.index_contents_title .title{
	padding: 12px 0px 20px 0px;
	font-size: 18px;
}

.index_contents_title .text{
	font-size: 14px;
}
}

/*=========================================*/
/* Index Message */
/*=========================================*/

#index_message{
	padding: 80px 0 80px 0;
	position: relative;
}

#index_message_back{
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 0;
	border-style: solid;
	border-width: 0 500px 500px 0;
	border-color: transparent #f1faff transparent transparent;
}

#index_message .box{
	z-index: 100;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0 0px;
	position: relative;
	overflow: hidden;
}

#index_message .img{
	position: absolute;
	display: block;
	z-index: 999;
	width: 40%;
	min-width: 650px;
	left: 55%;
}

#index_message .img img{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 100%;
	max-width: 550px;
	margin: 0 0px 0 0px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.17);
}

#index_message .text_area{
	width: 47%;
	right: 53%;
	margin: 60px 0px 0 0px;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: inline-block;
}

#index_message .catch{
	padding: 0px 0px 0px 30px;
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 220%;
}

#index_message .catch span{
	padding-right: 20px;
	border-right: dotted 1px rgba(0,0,0,0.5);
}

#index_message .read{
	padding: 0px 20px 0px 0;
	color: #000000;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.06em;
	line-height: 200%;
}

#index_message .btn{
	margin: 80px 60px 0 0;
	text-align: center;
}

#index_message .btn a{
	font-size:15px;
	font-weight: normal;
	letter-spacing: 0.06em;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 20px 15px 20px 15px;
	border: solid 1px rgba(0,0,0,0.07);
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#index_message .btn a:hover,
#index_message .btn a:active{
	border: solid 1px rgba(0,0,0,0.5);
	transition: all 0.5s;
}

#index_message .btn span{
	background-image:url(images/scroll_ic_b.png);
	background-position:top center;
	background-size:11px;
	background-repeat:no-repeat;
	padding: 25px 5px 15px 5px;
}

@media screen and (max-width:1200px){
#index_message{
	padding: 80px 0 50px 0;
}

#index_message .box{
	margin: 0px 0px 0 0px;
}

#index_message .img img{
	max-width: 450px;
}

#index_message .text_area{
	width: 48%;
	right: 52%;
	margin: 20px 0px 0 0px;
}

#index_message .catch{
	padding: 0px 0px 0px 20px;
	font-size: 22px;
	line-height: 210%;
}

#index_message .catch span{
	padding-right: 18px;
}

#index_message .read{
	padding: 0px 15px 0px 0;
	font-size: 16px;
}

#index_message .btn{
	margin: 50px 40px 0 0;
}
}

@media screen and (max-width:1024px){
#index_message{
	padding: 60px 0 80px 0;
}

#index_message .box{
	width: 100%;
	padding: 50px 0px 0px 0px;
	margin: -50px 0px 0 0px;
	position: relative;
	overflow: hidden;
}

#index_message .img{
	position: relative;
	width: 100%;
	min-width: auto;
	left: auto;
	margin: auto;
	text-align: center;
}

#index_message .img img{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 0 auto;
}

#index_message .text_area{
	width: 100%;
	right: auto;
	margin: 30px 0px 0 0px;
	-ms-writing-mode: lr-tb;
	writing-mode: lr-tb;
	text-align: center;
}
	
#index_message .catch{
	padding: 0px 50px 10px 50px;
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 250%;
}

#index_message .catch span{
	padding: 0px 0 10px 0;
	border-bottom: dotted 1px rgba(0,0,0,0.5);
	border-right: none;
}

#index_message .read{
	padding: 20px 50px 0px 50px;
	font-size: 15px;
	line-height: 200%;
}

#index_message .btn{
	margin: 40px auto 0 auto;
	width: 300px;
}

#index_message .btn a{
	font-size:14px;
	padding: 15px 0px 15px 0px;
}

#index_message .btn span{
	background-image:url(images/ic01.png);
	background-position:left center;
	background-size:11px;
	background-repeat:no-repeat;
	padding: 10px 15px 10px 25px;
}
}

@media screen and (max-width:640px){
#index_message{
	padding: 0px 30px 50px 30px;
}

#index_message_back{
	border-width: 0 300px 300px 0;
}

#index_message .box{
	margin: 0px 0px 0 0px;
}

#index_message .img img{
	max-width: 250px;
}

#index_message .text_area{
	margin: 25px 0px 0 0px;
}

#index_message .catch{
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 230%;
}

#index_message .read{
	padding: 15px 0px 0px 0px;
	font-size: 13px;
}

#index_message .btn{
	margin: 40px auto 0 auto;
	width: 250px;
}
}

/*=========================================*/
/* Index Concept */
/*=========================================*/

#index_concept{
	padding: 40px 0 150px 0;
	position: relative;
}

#index_concept .box{
	z-index: 100;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	width: auto;
	max-width: 950px;
	padding: 0px 0px 0px 0px;
	margin: auto;
}

#index_concept .img{
	width: 35%;
}

#index_concept .img img{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 100%;
	max-width: 550px;
	margin: 0 0px 0 0px;
	border: solid 3px #ffffff;
	box-shadow: 0 20px 40px rgba(0,0,0,0.17);
}

#index_concept .text_area{
	width: 65%;
	margin: 60px 0px 0 0px;
	text-align: left;
}

#index_concept .read{
	padding: 0px 20px 0px 80px;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.06em;
	line-height: 200%;
}

@media screen and (max-width:1200px){
#index_concept{
	padding: 80px 0 120px 0;
}

#index_concept .read{
	padding: 0px 15px 0px 50px;
}
}

@media screen and (max-width:1024px){
#index_concept{
	padding: 20px 0 100px 0;
}

#index_concept .box{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#index_concept .img{
	position: relative;
	width: 100%;
	min-width: auto;
	left: auto;
	margin: auto;
	text-align: center;
}

#index_concept .img img{
	width: 100%;
	max-width: 300px;
	margin: 0 auto 0 auto;
}

#index_concept .text_area{
	width: 100%;
	margin: 30px 0px 0 0px;
	text-align: left;
}

#index_concept .read{
	padding: 20px 50px 0px 50px;
	font-size: 15px;
	line-height: 200%;
}
}

@media screen and (max-width:640px){
#index_concept{
	padding: 20px 30px 50px 30px;
}

#index_concept .box{
	margin: 0px 0px 0 0px;
}

#index_concept .img img{
	max-width: 250px;
}

#index_concept .text_area{
	margin: 25px 0px 0 0px;
}

#index_concept .read{
	padding: 15px 0px 0px 0px;
	font-size: 13px;
}
}

/*=========================================*/
/* Index Service */
/*=========================================*/

#index_service{
	width: 100%;
	padding: 20px 0 150px 0;
}

#index_service_list{
	margin-top: 50px;
}

#index_service_list ul{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

#index_service_list li{
	z-index: 1;
	width: 33.333%;
	text-align: center;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#index_service_list li:hover,
#index_service_list li:active{
	z-index: 10;
	transition: all 0.5s;
}

#index_service_list .box{
	border-top: solid 1px #7f7f7f;
	border-bottom: solid 1px #7f7f7f;
}

#index_service_list .box a{
	background-color: #ffffff;
	border-left: solid 1px #f0f0f0;
	border-right: solid 1px #ffffff;
	display: block;
	color: #000000;
	text-decoration: none;
	margin-left: -1px;
	padding: 50px 0 60px 0;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#index_service_list .box a:hover,
#index_service_list .box a:active{
	box-shadow: 0 0px 40px rgba(0,0,0,0.07);
	border-left: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
	transition: all 0.5s;
}

#index_service_list .box_first a{
	border-left: solid 1px #ffffff;
}

/* 
#index_service_list .img{
    display: block;
	border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
	width: 80px;
    margin: 0 auto 20px auto;
}

#index_service_list .img img{
	border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
	width: 100%;
}
 */

#index_service_list .sub{
	display: block;
	padding: 0 0 5px 0;
	font-family: 'Georgia',sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.02em;
}

#index_service_list .menu{
	background-image:url(images/scroll_ic_b.png);
	background-position:bottom center;
	background-size:11px;
	background-repeat:no-repeat;
	display: block;
	width: 100%;
	font-size:15px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 0px 0px 35px 0px;
	margin-bottom: 10px;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#index_service_list a:hover .menu,
#index_service_list a:active .menu{
	padding: 0px 0px 45px 0px;
	margin-bottom: 0px;
	transition: all 0.5s;
}

@media screen and (max-width:1024px){
#index_service{
	padding: 0px 0 80px 0;
}

#index_service_list{
	margin: 40px 30px 0px 30px;
}

#index_service_list .box a{
	padding: 50px 0 40px 0;
}

#index_service_list .img img{
	width: 60px;
}
}

@media screen and (max-width:640px){
#index_service{
	padding: 10px 0 30px 0;
}

#index_service_list{
	margin: 30px 0px 0px 0px;
}

#index_service_list ul{
	border-bottom: solid 1px #7f7f7f;
}

#index_service_list li{
	width: 100%;
}

#index_service_list .box{
	border-top: solid 1px #7f7f7f;
	border-bottom: solid 1px #ffffff;
}

#index_service_list .box a{
	background-color: #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	display: block;
	color: #000000;
	text-decoration: none;
	margin-left: -1px;
	padding: 35px 0 25px 0;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#index_service_list .sub{
	font-size: 11px;
}
}

/*=========================================*/
/* Index Greeting */
/*=========================================*/

#index_greeting{
	width: 100%;
	padding: 0px 0 150px 0;
}

#index_greeting_message {
	padding: 20px 0 0px 0;
}

#index_greeting_message .text_area{
	width:100%;
	text-align: center;
}

#index_greeting_message .text{
	padding: 10px 0px 0px 0px;
	font-size: 15px;
	line-height:220%;
	letter-spacing: 0.02em;
}

#index_greeting_message .company{
	padding: 50px 0px 0px 0px;
	line-height:220%;
	letter-spacing: 0.02em;
}

#index_greeting_message .name{
	padding: 5px 0px 0px 0px;
	font-size: 16px;
	color: #000000;
	line-height:220%;
	letter-spacing: 0.02em;
}

#index_greeting_message .text .pc{
	display: block;
}

@media screen and (max-width:1024px){
#index_greeting{
	padding: 0px 0 80px 0;
}
}

@media screen and (max-width:640px){
#index_greeting{
	padding: 40px 0 80px 0;
}

#index_greeting_message {
	padding: 0px 0 0px 0;
}

#index_greeting_message .text{
	font-size: 14px;
	line-height:180%;
	text-align: left;
}

#index_greeting_message .company{
	padding: 30px 0px 0px 0px;
	line-height:180%;
}

#index_greeting_message .name{
	padding: 5px 0px 0px 0px;
	font-size: 14px;
	line-height:180%;
}

#index_greeting_message .text .pc{
	display: none;
}
}

/*=========================================*/
/* Index Company */
/*=========================================*/

#index_company{
	width: 100%;
	padding: 0px 0 150px 0;
}

#index_company_list {
	padding: 40px 0px 0px 0px;
}

#index_company_list .list{
	margin: auto;
	max-width: 850px;
	line-height:180%;
	letter-spacing: 0.02em;
}

#index_company_list .list ul{
	border-top: solid 1px rgba(0,0,0,0.08);
}

#index_company_list .list li{
	border-bottom: solid 1px rgba(0,0,0,0.08);
	color:#000000;
	text-align: left;
	overflow: hidden;
}

#index_company_list .list .left{
	position: absolute;
	width: 200px;
	padding: 15px 0px;
}

#index_company_list .list .right{
	padding: 15px 0px 15px 220px;
}

@media screen and (max-width:1024px){
#index_company{
	padding: 0px 0 80px 0;
}
}

@media screen and (max-width:640px){
#index_company{
	padding: 10px 0 50px 0;
}

#index_company_list {
	padding: 20px 0px 0px 0px;
}

#index_company_list .list{
}

#index_company_list .list .left{
	width: 130px;
}

#index_company_list .list .right{
	padding: 15px 0px 15px 150px;
}
}

/*=========================================*/
/* index Contact and Recruit */
/*=========================================*/

#index_contact_and_recruit{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

#index_contact{
	background-image:url(images/contact_back.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

#index_recruit{
	background-image:url(images/recruit_back.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

#index_contact_and_recruit .box{
	width: 100%;
	height: 400px;
}

#index_contact_and_recruit .text_area{
	width: 100%;
	height: 100%;
	display: table;
	color: #000000;
	text-align: left;
}

#index_contact_and_recruit .text_area .pc{
	display: block;
}

#index_contact_and_recruit .box a{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(0,0,0,0.15);
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#index_contact_and_recruit .box a:hover,
#index_contact_and_recruit .box a:active{
	background-color: rgba(0,0,0,0.00);
	transition: all 0.5s;
}

#index_contact_and_recruit .sub{
	padding: 0px 102px 0 102px;
	display: block;
	font-family: 'Georgia',sans-serif;
	font-size:13px;
	font-weight: normal;
	letter-spacing: 0.02em;
	text-shadow: 0 0px 15px rgba(0,0,0,0.15);
}

#index_contact_and_recruit .title{
	display: block;
	padding: 20px 100px 0px 100px;
	font-size: 33px;
	font-weight: normal;
	letter-spacing: -0.02em;
	text-shadow: 0 0px 15px rgba(0,0,0,0.15);
}

#index_contact_and_recruit .text{
	display: block;
	padding: 35px 100px 0px 100px;
	font-size: 15px;
	line-height: 170%;
	text-shadow: 0 0px 15px rgba(0,0,0,0.15);
}

#index_contact_and_recruit .btn{
	display: block;
	padding: 60px 100px 20px 100px;
	font-size: 14px;
	line-height: 100%;
	text-shadow: 0 0px 15px rgba(0,0,0,0.15);
}

#index_contact_and_recruit a .btn span{
	padding: 15px 18px 16px 18px;
	border: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#index_contact_and_recruit a:hover .btn span,
#index_contact_and_recruit a:active .btn span{
	border: solid 1px rgba(255,255,255,0.0);
	background-color: #ffffff;
	color: #000000;
	transition: all 0.5s;
}

#index_contact_and_recruit #index_recruit .title{
	letter-spacing: 0.1em;
}

@media screen and (max-width:1024px){
#index_contact_and_recruit .box{
	width: 100%;
	height: 300px;
}

#index_contact_and_recruit .sub{
	padding: 0px 52px 0 52px;
}

#index_contact_and_recruit .title{
	padding: 20px 50px 0px 50px;
	font-size: 26px;
}

#index_contact_and_recruit .text{
	display: block;
	padding: 30px 50px 0px 50px;
}

#index_contact_and_recruit .btn{
	padding: 40px 50px 20px 50px;
}

#index_contact_and_recruit a .btn span{
	padding: 12px 16px 14px 16px;
}
}

@media screen and (max-width:640px){
#index_contact_and_recruit .box{
	width: 100%;
	height: 250px;
}

#index_contact_and_recruit .text_area .pc{
	display: none;
}

#index_contact_and_recruit .sub{
	padding: 0px 32px 0 32px;
}

#index_contact_and_recruit .title{
	padding: 5px 30px 0px 30px;
	font-size: 20px;
}

#index_contact_and_recruit .text{
	padding: 15px 30px 0px 30px;
	font-size: 14px;
}

#index_contact_and_recruit .btn{
	padding: 35px 30px 20px 30px;
	font-size: 13px;
}

#index_contact_and_recruit a .btn span{
	padding: 10px 14px 12px 14px;
}
}

/*=========================================*/
/* footer About and Information */
/*=========================================*/

#footer_access{
	width: 100%;
	padding: 70px 0 80px 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

#footer_access .data{
	width: 100%;
	text-align: center;
}

#footer_access .box{
	max-width: 500px;
	margin: auto;
	padding: 5px 0px 0 0px;
}

#footer_access .logo{
	width: 180px;
	padding: 0 0px 15px 0;
	margin: auto;
}

#footer_access .logo img{
	width: 100%;
}

#footer_access .company{
	padding: 0px 0 15px 0px;
	margin-bottom:10px;
}

#footer_access .tel{
	padding: 2px 0 0px 0px;
	margin-bottom:10px;
	font-family: 'Roman','Cochin',sans-serif;
	font-size:30px;
	letter-spacing: 0.00em;
}

#footer_access .tel span{
	background-image:url(images/icon_tel.png);
	background-position:left center;
	background-size:27px;
	background-repeat:no-repeat;
	padding: 0px 10px 0px 35px;
}

#footer_access .text{
	clear: both;
	padding: 10px 0 0 0;
}

#footer_access .day{
	clear: both;
	padding: 10px 0 0 0;
	line-height: 180%;
}

#footer_access .btn{
	width:280px;
	margin: 35px auto 0 auto;
	text-align: center;
}

#footer_access .btn a{
	font-size:14px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 15px 0 16px 0;
	border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
	background-color: #2096d5;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#footer_access .btn a:hover,
#footer_access .btn a:active{
	background-color: #8ac7e6;
	transition: all 0.5s;
}

#footer_access .btn span{
	background-image:url(images/icon_pc.png);
	background-position:left center;
	background-size:20px;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 28px;
}

#footer_week{
	padding: 0px 0 20px 0;
	width: 100%;
}

#footer_week table{
	border-top: solid 1px rgba(0,0,0,0.5);
	width: 100%;
}

#footer_week tr{
	margin: 0px;
	padding: 0px;
}

#footer_week td{
	margin: 0px;
	padding: 12px 0px;
	border-bottom: solid 1px rgba(0,0,0,0.5);
}

#footer_week td.left{
	padding: 12px 10px;
}

#footer_week td.week{
	width: 10%;
	border-left: solid 1px rgba(0,0,0,0.07);
	text-align: center;
}

#footer_week tr.top td{
	border-bottom: solid 1px rgba(0,0,0,0.5);
}

#footer_week tr.bottom td{
	border-bottom: solid 1px rgba(0,0,0,0.5);
}

@media screen and (max-width:1600px){
#footer_access .box{
	padding: 5px 50px 0 50px;
}
}

@media screen and (max-width:1024px){
#footer_access{
	padding: 60px 0 60px 0;
}

#footer_access .data{
	width: 100%;
}

#footer_access .box{
	padding: 50px 30px 0 30px;
}
}

@media screen and (max-width:640px){
#footer_access{
	padding: 40px 0 40px 0;
}

#footer_access .box{
	padding: 30px 10px 10px 10px;
}

#footer_access .logo{
	width: 130px;
	padding: 0 0px 5px 0;
	float: none;
}

#footer_access .logo img{
	width: 100%;
}

#footer_access .company{
	padding: 0px 0 10px 0px;
	margin-bottom:0px;
	font-size: 13px;
}

#footer_access .tel{
	border-left: none;
	padding: 2px 0 0px 0px;
	margin-bottom:5px;
	font-size:20px;
	float: none;
}

#footer_access .tel span{
	background-size:18px;
	padding: 0px 10px 0px 22px;
}

#footer_access .day{
	padding: 5px 0 0 0;
	line-height: 170%;
}
	
#footer_week{
	padding: 0px 0 10px 0;
}

#footer_week td.left{
	padding: 12px 0px;
}

#footer_week td.left span.pc{
	display: none;
}

#footer_week td.week{
	width: 9%;
}

#footer_access .btn{
	width:250px;
	margin: 20px auto 0px auto;
}

#footer_access .btn a{
	font-size:13px;
	padding: 10px 0 12px 0;
}

#footer_access .btn span{
	background-size:15px;
	padding: 0px 0px 0px 23px;
}
}

/*=========================================*/
/* footer Googlemap */
/*=========================================*/

#footer_googlemap{
	width: 100%;
	height: 500px;
}

.footer_googlemap{
	height: 100%;
}

@media screen and (max-width:1024px){
#footer_googlemap{
	height: 400px;
}
}

@media screen and (max-width:640px){
#footer_googlemap{
	height: 300px;
}
}

/*=========================================*/
/* FOOTER */
/*=========================================*/

#footer{
	padding: 30px 0 30px 0;
	overflow: hidden;
	text-align: center;
	background-color: #1d2a75;
}

#footer .copyright{
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: 'Segoe Script',sans-serif;
	font-size: 11px;
	letter-spacing: 0.00em;
}

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

@media screen and (max-width:640px){
#footer{
	padding: 10px 0 10px 0;
}

#footer .copyright{
	padding: 0px 0px 0px 0px;
	font-size: 9px;
}
}

/*=========================================*/
/* HASEI CONTENTS */
/*=========================================*/

.hasei_header{
}

.hasei_header #header_area{
	margin: 20px auto 0 auto;
}

.hasei_header #header_title{
	padding: 27px 0px 0px 60px;
}

.hasei_header #header_title .logo a{
	width: 130px;
}

.hasei_header #header_title .read{
}

.hasei_header #global_navi{
	padding-top: 0px;
	margin: 18px 40px 0 0px;
}

/* 
.hasei_header #global_navi a {
	border-bottom: solid 1px rgba(0,0,0,0.00);
}

.hasei_header #global_navi a::after {
	background: rgba(27,162,230,0.0);
}

.hasei_header #global_navi a:hover {
	color: #1b96e6;
}
 */

#hasei_title{
	background-image:url(images/hasei_title.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size: cover;
	margin: 0px auto 0 auto;
	height:400px;
	width: 100%;
	display: table;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 100;
}

#hasei_title .box{
	display: table-cell;
	vertical-align: middle;
	text-shadow: 0 0px 15px rgba(0,103,169,0.8);
	color: #ffffff;
}

#hasei_title .sub{
	font-family: 'Georgia',sans-serif;
	font-size:13px;
	font-weight: normal;
	letter-spacing: 0.02em;
}

#hasei_title .title{
	padding: 24px 0px 20px 0px;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0.00em;
}

#hasei_title .catch01{
	padding: 10px 0px 0px 0px;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -0.05em;
	line-height: 140%;
}

#hasei_title .catch02{
	padding: 24px 0px 20px 0px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.00em;
	line-height: 160%;
}

#hasei_contents{
	border-bottom: solid 1px rgba(0,0,0,0.07);
}

.hasei_category_title {
	padding: 60px 0px 30px 0px;
	color: #000000;
	text-align: center;
}

.hasei_category_title_line {
	border-top: solid 1px rgba(0,0,0,0.5);
}

.hasei_category_title .sub{
	font-family: 'Georgia',sans-serif;
	font-size:13px;
	font-weight: normal;
	letter-spacing: 0.02em;
}

.hasei_category_title .title{
	padding: 15px 0px 30px 0px;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.soon{
	padding: 400px 0 ;
	text-align: center;
}

@media screen and (max-width:1600px){
#hasei_contents{
	padding: 0 50px;
}
}

@media screen and (max-width:1200px){
#hasei_title .box{
	padding: 70px 0 0 0;
}
}

@media screen and (max-width:1024px){
.hasei_header #header_area{
	margin: 20px auto 0 auto;
}

.hasei_header #header_title .logo a{
	width: 130px;
}

#hasei_title{
	height:400px;
}

#hasei_title .box{
	padding: 60px 20px 0 20px;
}

#hasei_title .sub{
}

#hasei_title .title{
	padding: 20px 0px 10px 0px;
	font-size: 25px;
}

#hasei_title .catch01{
	font-size: 25px;
	letter-spacing: -0.02em;
}

#hasei_title .catch02{
	padding: 20px 0px 20px 0px;
	font-size: 15px;
}
	
#hasei_contents{
	padding: 0 30px;
}
}

@media screen and (max-width:640px){
.hasei_header #header_title{
	padding: 5px 0px 0px 25px;
}

.hasei_header #header_title .logo a{
	width: 115px;
}

#hasei_title{
	height:300px;
}

#hasei_title .sub{
}

#hasei_title .title{
	padding: 10px 0px 10px 0px;
	font-size: 20px;
}

#hasei_title .catch01{
	padding: 6px 0px 0px 0px;
	font-size: 16px;
}

#hasei_title .catch02{
	padding: 12px 0px 20px 0px;
	font-size: 14px;
}

#hasei_title .catch01 .pc{
	display: none;
}

#hasei_title .catch02 .pc{
	display: none;
}

#hasei_contents{
	padding: 0 0px;
}

.hasei_category_title {
	padding: 40px 0px 10px 0px;
}

.hasei_category_title .sub{
}

.hasei_category_title .title{
	padding: 10px 0px 30px 0px;
	font-size: 18px;
}
}

/*=========================================*/
/* ABOUT */
/*=========================================*/

#about_message {
	padding: 70px 0px 100px 0px;
}

#about_message .text_area{
	width:100%;
	text-align: center;
}

#about_message .text{
	padding: 15px 0px 0px 0px;
	font-size: 15px;
	line-height:200%;
	letter-spacing: 0.02em;
}

#about_message .text .pc{
	display: block;
}

#about_policy {
	border-top: solid 1px rgba(0,0,0,0.07);
	padding: 70px 0px 80px 0px;
}

#about_policy .text_area{
	text-align: left;
}

#about_policy .read{
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	line-height:180%;
	letter-spacing: 0.02em;
}

#about_policy .text{
	padding: 35px 0px 0px 0px;
	line-height:180%;
	letter-spacing: 0.02em;
}

#about_voice {
	border-top: solid 1px rgba(0,0,0,0.07);
	padding: 70px 0px 100px 0px;
}

#about_voice .read{
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	line-height:180%;
	letter-spacing: 0.02em;
	text-align: center;
}

#about_voice .list{
	padding: 70px 0px 0px 0px;
	margin: auto;
	max-width: 850px;
}

#about_voice .list ul{
}

#about_voice .list li{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	padding: 25px;
	margin: 0 0 20px 0;
	border: solid 1px rgba(0,0,0,0.08);
}

#about_voice .list .img{
	width: 200px;
	margin: 5px;
}

#about_voice .list .img img{
	width: 100%;
}

#about_voice .list .text{
	flex: 1;
	padding: 0 0 0 25px;
	line-height:180%;
	letter-spacing: 0.02em;
}

#about_voice .list .text .name{
	margin-bottom: 10px;
	font-weight: bold;
}

@media screen and (max-width:1024px){
#about_policy {
	padding: 70px 0px 80px 0px;
}

#about_policy .text_area{
}

#about_policy .read{
}

#about_policy .text{
	padding: 20px 0px 0px 0px;
}
}

@media screen and (max-width:640px){
#about_message {
	padding: 40px 0px 50px 0px;
}

#about_message .text{
	padding: 10px 0px 0px 0px;
	font-size: 14px;
	line-height:200%;
}

#about_message .text .pc{
	display: none;
}

#about_policy {
	padding: 40px 0px 50px 0px;
}

#about_policy .read{
	font-size: 16px;
}

#about_voice {
	padding: 40px 0px 30px 0px;
}

#about_voice .read{
	font-size: 16px;
}

#about_voice .list{
	padding: 40px 0px 0px 0px;
}

#about_voice .list li{
	display: block;
	padding: 20px;
	margin: 0 0 15px 0;
}

#about_voice .list .img{
	width: 200px;
	margin: 0px auto;
}

#about_voice .list .text{
	padding: 20px 0 0 0px;
}
}

/*=========================================*/
/* SERVICE */
/*=========================================*/

#service_machine{
	padding: 70px 0px 70px 0px;
}

#service_machine .read{
	font-size: 16px;
	line-height:200%;
	letter-spacing: 0.02em;
	text-align: center;
}

#service_machine ul{
	width: auto;
	max-width: 500px;
	margin: auto;
	padding: 25px 0;
	font-size: 16px;
	line-height:200%;
	letter-spacing: 0.02em;
	text-align: left;
}

#service_machine li{
}

#service_machine .text{
	padding: 5px 0 5px 20px;
	background-image:url("images/service/ic.svg");
	background-position:left center;
	background-repeat:no-repeat;
	background-size: 10px;
}

#service_aftercare{
	padding: 50px 0px 80px 0px;
	border-top: solid 1px rgba(0,0,0,0.07);
}

#service_aftercare .box {
	width: auto;
	max-width: 650px;
	margin: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	flex-direction: row-reverse;
}

#service_aftercare .img{
	padding: 20px 0 0 0;
	width:200px;
}

#service_aftercare .img img{
	width: 100%;
}

#service_aftercare .text_area{
	flex: 1;
	text-align: left;
	padding: 20px 20px 0px 0px;
}

#service_aftercare .read{
	font-size: 25px;
	line-height:180%;
	letter-spacing: 0.02em;
}

#service_aftercare .text{
	padding: 20px 0px 0px 0px;
	font-size: 15px;
	line-height:200%;
	letter-spacing: 0.02em;
}

#service_case{
	padding: 60px 0px 80px 0px;
	border-top: solid 1px rgba(0,0,0,0.07);
}

#service_case .read{
	font-size: 25px;
	line-height:180%;
	letter-spacing: 0.02em;
	text-align: center;
}

#service_case .box {
	width: auto;
	max-width: 900px;
	margin: auto;
	padding: 40px 0 0 0;
	text-align: center;
}

#service_case .img{
	margin: 8px 0px 0px 0px;
	height:200px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	justify-content: center;
	text-align: center;
}

#service_case .img img{
	height: 100%;
	margin: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#service_case .text{
	font-size: 15px;
	line-height:200%;
	letter-spacing: 0.02em;
}

#service_case .img_flow ul{
	padding: 10px 0 0 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	justify-content: center;
	text-align: center;
}

#service_case .img_flow li{
	width: 30%;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	justify-content: center;
}

#service_case .img_flow li.ic{
	width: 20px;
	margin: 5px;
}

#service_case .img_flow img{
	width: 100%;
	margin: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#service_case .catch{
	padding: 80px 0 0 0;
	font-size: 18px;
	line-height:160%;
	text-align: center;
}

@media screen and (max-width:1024px){
#service_case .box {
	max-width: 800px;
}

#service_case .img{
	height:150px;
}
}

@media screen and (max-width:640px){
#service_machine{
	padding: 40px 0px 40px 0px;
}

#service_machine .read{
	font-size: 15px;
	line-height:180%;
}

#service_machine ul{
	padding: 15px 0;
	font-size: 14px;
	line-height:180%;
}

#service_machine .text{
	padding: 3px 0 3px 20px;
}

#service_aftercare{
	padding: 40px 0px 50px 0px;
}

#service_aftercare .box {
	padding: 0px 0px 0px 0px;
	display: block;
}

#service_aftercare .img{
	padding: 0px 0 0 0;
	width:120px;
	margin: auto;
}

#service_aftercare .text_area{
	flex: 1;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#service_aftercare .read{
	font-size: 18px;
}

#service_aftercare .text{
	padding: 15px 0px 0px 0px;
	font-size: 14px;
	line-height:180%;
}

#service_case{
	padding: 40px 0px 40px 0px;
}

#service_case .read{
	font-size: 16px;
}

#service_case .box {
	padding: 30px 0 0 0;
}

#service_case .img{
	margin: 2px 0px 0px 0px;
	height:80px;
}

#service_case .text{
	font-size: 14px;
	line-height:180%;
}

#service_case .img_flow ul{
	padding: 5px 0 0 0;
	display: block;
}

#service_case .img_flow li{
	width: 120px;
	margin: auto;
	display: block;
	text-align: center;
}

#service_case .img_flow li.ic{
	width: 12px;
	margin: 5px auto 5px auto;
}

#service_case .img_flow li.ic img{
	display: block;
    transform:rotate(90deg);
	margin: auto;
}

#service_case .catch{
	padding: 30px 0 0 0;
	font-size: 15px;
}
}

/*=========================================*/
/* MECHANICS */
/*=========================================*/

#mechanics_message {
	padding: 70px 0px 80px 0px;
}

#mechanics_message .text_area{
	width:100%;
	text-align: center;
}

#mechanics_message .text{
	font-size: 16px;
	line-height:200%;
	letter-spacing: 0.02em;
}

#mechanics_message .text .pc{
	display: block;
}

#mechanics_feature {
	padding: 0px 0px 50px 0px;
}

.mechanics_feature_contents {
	border-top: solid 1px rgba(0,0,0,0.07);
	padding: 50px 0px 50px 0px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.mechanics_feature_contents .img{
	width:200px;
}

.mechanics_feature_contents .img img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
}

.mechanics_feature_contents .box{
	flex: 1;
	text-align: left;
}

.mechanics_feature_contents .text_area{
	padding: 0px 0px 0px 40px;
}

.mechanics_feature_contents .name{
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	line-height:160%;
	letter-spacing: 0.00em;
}

.mechanics_feature_contents .text{
	padding: 15px 0px 0px 0px;
	font-size: 14px;
	line-height:180%;
	letter-spacing: 0.02em;
    color: #666666;
}

.mechanics_feature_contents .read{
	padding: 15px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
    color: #666666;
}

@media screen and (max-width:1024px){
.mechanics_feature_contents .img{
	width:100%;
	text-align: center;
}

.mechanics_feature_contents .img img{
	width: 100%;
	max-width: 250px;
	margin: auto;
}

.mechanics_feature_contents .box{
	width:100%;
	text-align: center;
}

.mechanics_feature_contents .text_area{
	padding: 0px 0px 0px 0px;
}

.mechanics_feature_contents .name{
	padding: 20px 0px 0px 0px;
}

.mechanics_feature_contents .text{
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.mechanics_feature_contents .read{
	text-align: left;
}
}

@media screen and (max-width:640px){
#mechanics_message {
	padding: 40px 0px 40px 0px;
}

#mechanics_message .text{
	font-size: 15px;
	line-height:180%;
}

#mechanics_message .text .pc{
	display: none;
}

.mechanics_feature_contents {
	padding: 30px 0px 30px 0px;
}

.mechanics_feature_contents .img img{
	max-width: 200px;
}

.mechanics_feature_contents .name{
	padding: 20px 0px 0px 0px;
	font-size: 16px;
}

.mechanics_feature_contents .text{
	padding: 15px 0px 0px 0px;
}
}

/*=========================================*/
/* CONTACT */
/*=========================================*/

#contact_area{
	max-width: 1200px;
	padding: 70px 0px 120px 0px;
	margin: 0px auto 0 auto;
	display: block;
}

#contact_area .text{
	margin: 0px 120px 60px 120px;
	line-height:200%;
	text-align: center;
}

#contact_form{
	border-top: solid 1px rgba(0,0,0,0.07);
	margin: 0px 120px 40px 120px;
}

#contact_form li{
	border-bottom: solid 1px rgba(0,0,0,0.07);
	list-style: none;
	overflow: hidden;
}

#contact_form .left{
	position: absolute;
	color:#000000;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 0.00em;
	padding: 30px 0px 0px 0px;
}

.required {
	margin-left: 12px;
	padding:5px 12px 5px 12px;
	color:#ffffff;
	font-size:12px;
	font-weight: bold;
	line-height:100%;
	background-color:#2096d5;
	letter-spacing:0.05em;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#contact_form .right{
	padding: 20px 0px 20px 350px;
	display: block;
}

#contact_form .right input{
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,0.07);
	padding: 12px 10px;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#contact_form .right input:hover {
	border: 1px solid rgba(0,0,0,0.3);
	transition: all 0.5s;
}

#contact_form .right input:focus {
	border: 1px solid #2096d5;
}

#contact_form .right input.form{
	width: 80%;
}

#contact_form .right textarea{
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,0.07);
	padding: 12px 10px;
	width: 80%;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#contact_form .right textarea:hover {
	border: 1px solid rgba(0,0,0,0.3);
	transition: all 0.5s;
}

#contact_form .right textarea:focus {
	border: 1px solid #2096d5;
}

#contact_form .right .caution{
	margin-left: 10px;
	font-size: 13px;
}

.contact_form_btn{
	width:100%;
	padding:10px 0 0 0;
	margin:0 auto;
	text-align: center;
}

.contact_form_btn ul{
	width:100%;
	max-width: 600px;
	margin: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.contact_form_btn li{
	width: 50%;
	margin: 0px auto 0 auto;
}

.contact_form_btn .btn{
	margin: 0px 10px 0 10px;
	text-align: center;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.contact_form_btn .btn input{
	cursor: pointer;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 0.06em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 19px 0 20px 0;
	border: none;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	box-shadow: 0 0px 6px rgba(0,0,0,0.0);
	background-color: #1d2a75;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

.contact_form_btn .btn input:hover {
	box-shadow: 0 0px 12px rgba(0,0,0,0.0);
	background-color: #2096d5;
	transition: all 0.5s;
}

.contact_form_btn p{
	padding-top: 30px;
	color:#333333;
}

@media screen and (max-width:1700px){
#contact_area .text{
	margin: 0px 60px 60px 60px;
}

#contact_form{
	margin: 0px 60px 40px 60px;
}
}

@media screen and (max-width:1024px){
#contact_area .text{
	margin: 0px 0px 60px 0px;
}

#contact_form{
	margin: 0px 0px 40px 0px;
}
}

@media screen and (max-width:950px){
#contact_area{
	padding: 40px 0px 40px 0px;
}

#contact_area .text{
	margin: 0px 0px 40px 0px;
}

#contact_form{
	margin: 0px 0px 20px 0px;
}

#contact_form .left{
	position: relative;
	padding: 20px 0px 0px 0px;
	font-size:14px;
	font-weight: normal;
}

#contact_form .right{
	padding: 17px 0px 20px 0px;
}

#contact_form .right textarea{
	width: 90%;
}

#contact_form .right .caution{
	margin-left: 0px;
	padding-top: 5px;
	display: block;
}

.contact_form_btn .btn input{
	padding: 15px 0 16px 0;
}
}

@media screen and (max-width:420px){
.required {
	position: absolute;
	right: 0;
	margin-left: 0px;
	padding:5px 6px 5px 6px;
	font-size:11px;
	font-weight: normal;
}
}

/*=========================================*/
/* PRIVACY */
/*=========================================*/

#privacy_list{
	max-width: 1200px;
	padding: 70px 0px 100px 0px;
	margin: 0px auto 0 auto;
	display: block;
}

#privacy_list .read{
	padding: 0px 0px 60px 0px;
	font-size: 22px;
	line-height:200%;
	text-align: center;
}

#privacy_list .list{
	padding: 0px 120px 40px 120px;
}

#privacy_list .list .text{
	color:#000000;
	font-size:14px;
	letter-spacing: 0.02em;
	text-align: left;
	padding: 15px 0px;
}

@media screen and (max-width:1024px){
#privacy_list .list{
	padding: 0px 0px 40px 0px;
}
}

@media screen and (max-width:640px){
#privacy_list{
	padding: 40px 0px 40px 0px;
}

#privacy_list .read{
	padding: 0px 0px 30px 0px;
	font-size: 16px;
}

#privacy_list .list{
	padding: 0px 0px 0px 0px;
}

#privacy_list .list .text{
	padding: 10px 0px;
}
}

/*=========================================*/
/* INFORMATION */
/*=========================================*/

#information_list{
	max-width: 1200px;
	padding: 70px 0px 80px 0px;
	margin: 0px auto 0 auto;
	display: block;
}

#information_list .list ul{
	margin: 0px 120px;
	border-top: solid 1px rgba(0,0,0,0.07);
}

#information_list .list li{
	border-bottom: solid 1px rgba(0,0,0,0.07);
	text-align: left;
	overflow: hidden;
}

#information_list .list a{
	padding: 20px 10px;
	display: block;
	text-decoration: none;
	color: #000000;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

#information_list .list a:hover,
#information_list .list a:active{
	color: #2096d5;
	transition: all 0.5s;
}

#information_list .list .day{
	position: absolute;
	width: 80px;
	padding: 0px 0 0px 0px;
}

#information_list .list .text{
	padding: 0px 0 0px 100px;
	display: block;
	font-size:15px;
}

#information_paging{
	padding:50px 0px 0px 0px;
	text-align: center;
}

#information_paging ul{
	display: inline-block;
	list-style:none;
	padding:0px 10px;
	height: 50px;
}

#information_paging li{
	float:left;
	padding: 0 3px;
	font-size: 14px;
	line-height: 100%;
}

#information_paging li.page span{
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border: solid 1px rgba(0,0,0,0.05);
	padding: 10px 12px;
	background-color: #171e22;
	color: #ffffff;
	display: block;
}

#information_paging li a{
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border: solid 1px rgba(0,0,0,0.05);
	padding: 10px 12px;
	text-decoration:none;	
	color: #000000;
	display: block;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	transition: all 0.5s;
}

#information_paging a:hover {
	border: solid 1px #000000;
	transition: all 0.5s;
}

#information_detail{
	padding: 50px 120px 50px 120px;
}

#information_detail .day{
	color: #000000;
	font-size: 13px;
	letter-spacing: -0.00em;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#information_detail .day span{
	border-bottom: solid 1px rgba(0,0,0,0.5);
	padding: 15px 15px 15px 15px;
}

#information_detail .title{
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -0.00em;
	line-height: 170%;
	text-align: center;
	padding: 70px 0px 60px 0px;
}

#information_detail .title span{
	padding: 0px 0px 0px 0px;
}

#information_detail .box{
	border-top: solid 1px rgba(0,0,0,0.5);
	padding: 50px 0px 0px 0px;
	overflow: hidden;
}

#information_detail .box p{
	line-height: 200%;
	padding-bottom: 20px;
}

#information_detail .img{
	width: 50%;
}

#information_detail .img img{
	max-width: 100%;
	margin-bottom: 30px;
}

#information_detail .img_left{
	float: left;
	margin-right: 50px;
}

#information_detail .img_right{
	float: right;
	margin-left: 50px;
}

#information_detail_paging{
	padding:0px 120px 70px 120px;
	text-align: center;
	overflow: hidden;
}

#information_detail_paging p{
	padding: 0 3px;
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 30px;
	display: block;
}

#information_detail_paging p.previous{
	float:left;
	width: 150px;
}

#information_detail_paging p.list{
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: -75px;
}

#information_detail_paging p.next{
	float:right;
	width: 150px;
}

#information_detail_paging p a{
	border: solid 1px rgba(0,0,0,0.05);
	padding: 15px 20px;
	text-decoration:none;	
	display: block;
	color: #000000;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	transition: all 0.5s;
}

#information_detail_paging a:hover {
	border: solid 1px #000000;
	color: #000000;
	transition: all 0.5s;
}

#information_detail_paging span.pc{
	display: block;
}

#information_detail_paging span.sp{
	display: none;
}

@media screen and (max-width:1024px){
#information_list .list ul{
	margin: 0px 0px;
}

#information_detail{
	padding: 50px 0px 50px 0px;
}

#information_detail_paging{
	padding:0px 0px 70px 0px;
}
}

@media screen and (max-width:640px){
#information_list{
	padding: 40px 0px 40px 0px;
}

#information_paging{
	padding:30px 0px 0px 0px;
}

#information_detail{
	padding: 40px 0px 20px 0px;
}

#information_detail .title{
	font-size: 16px;
	padding: 35px 0px 30px 0px;
}

#information_detail .box{
	padding: 30px 0px 0px 0px;
}

#information_detail_paging{
	padding:0px 0px 40px 0px;
}

#information_detail_paging p{
	font-size: 13px;
	margin-bottom: 20px;
}

#information_detail_paging p.previous{
	width: 70px;
}

#information_detail_paging p.list{
	width: 70px;
	margin-left: -35px;
}

#information_detail_paging p.next{
	width: 70px;
}

#information_detail_paging p a{
	padding: 15px 10px;
}

#information_detail_paging span.pc{
	display: none;
}

#information_detail_paging span.sp{
	display: block;
}
}

/*=========================================*/
/* BLOG */
/*=========================================*/

.blog_back {
}

.blog_contents{
    padding: 40px 0 80px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    flex-direction: row-reverse;
}

.blog_list_title{
    padding: 20px 0 40px 0;
    font-size: 25px;
    font-weight: normal;
    line-height: 180%;
    text-align: left;
}

.blog_side{
    flex: 1; 
    padding: 0px 0 0 0;
}

.blog_side li{
	list-style:none;
}

.blog_side .widget-container{
    flex: 1; 
    padding: 30px 0 0px 0;
}

.blog_side ul{
    padding: 20px 0 20px 0;
}

.blog_side li.cat-item{
    padding: 0 0 10px 10px;
}

.blog_side li.cat-item a{
    padding: 5px 0 5px 16px;
    background-image:url("images/blog_archive_ic.svg");
    background-position:left center;
    background-repeat:no-repeat;
    background-size: 8px;
    text-decoration: none;
    color: #808080;
}

.blog_archive{
    flex: 1; 
    padding: 40px 0 0 0;
}

.blog_archive ul{
}

.blog_archive li{
    padding: 0 0 5px 0;
}

.blog_archive a{
    padding: 5px 0 5px 16px;
	background-image:url("images/blog_archive_ic.svg");
	background-position:left center;
	background-repeat:no-repeat;
	background-size: 8px;
    text-decoration: underline;
    color: #808080;
}

.blog_list{
    width: 70%;
    padding: 30px 0 0 0;
}

.blog_list ul{
    display: block;
}

.blog_list li{
	border-bottom: solid 1px rgba(0,0,0,0.07);
}

.blog_list .article{
}

.blog_list a{
    display: block;
    margin: 10px 10px 30px 10px;
	text-decoration: none;
}

.blog_list span{
    display: block;
}

.blog_list .category{
    padding: 15px 0 0 0;
    font-size: 13px;
    color: #333333;
}

.blog_list .title{
    padding: 10px 0 0 0;
    font-size: 16px;
}

.blog_list .day{
    padding: 10px 0 0 0;
    font-size: 12px;
    color: #999999;
}

.blog_detail{
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 70px 0 50px 0;
}

.blog_detail_category{
    font-size: 15px;
}

.blog_detail_title{
    padding: 20px 0 0px 0;
    font-size: 25px;
    text-align: left;
}

.blog_detail_day{
    padding: 50px 0 10px 0;
    border-bottom: solid 1px #000000;
}

.blog_detail_area{
    padding: 20px 0 40px 0;
}

.blog_detail_area img{
    padding: 20px 0 20px 0;
    max-width: 100%;
    height: auto;
}

.blog_detail_area .text{
    padding: 0 0 20px 0;
}

.blog_detail_area .read{
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    margin: 40px 0 20px 0;
    padding: 20px 0 20px 0;
    font-size: 25px;
    text-align: center;
}

.blog_detail_paging{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
    padding: 40px 0 40px 0;
	font-family: 'Trebuchet MS', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 15px;
    letter-spacing: 0.08em;
}

.blog_detail_paging .blog{
    width: 50px;
    text-align: center;
}

.blog_detail_paging .blog a{
    display: block;
    padding: 5px 0 5px 0;
	color: #333333;
	text-decoration:none;
}

.blog_detail_paging .previous{
    width: 100px;
}

.blog_detail_paging .previous a{
    display: block;
    padding: 5px 0px 5px 30px;
	background-image:url("images/paging_previous.svg");
	background-position:left center;
	background-repeat:no-repeat;
	background-size: 20px;
    text-decoration: none;
    text-align: left;
	color: #333333;
}

.blog_detail_paging .next{
    width: 100px;
}

.blog_detail_paging .next a{
    display: block;
    padding: 5px 30px 5px 0px;
	background-image:url("images/paging_next.svg");
	background-position:right center;
	background-repeat:no-repeat;
	background-size: 20px;
    text-decoration: none;
    text-align: right;
	color: #333333;
}

.blog_back .copyright{
    padding: 100px 0 30px 0;
	font-family: 'Trebuchet MS', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 12px;
    text-align: center;
}

@media screen and (max-width:1000px){
.blog_back {
	background-size: 620px;
}

.blog_contents{
    padding: 50px 0 0 0;
	display: block;
}

.blog_list_title{
    padding: 10px 0 50px 0;
    font-size: 20px;
    text-align: center;
}

.blog_side{
    width: 570px;
    padding: 0px 0px 50px 0px;
    margin: auto;
}

.blog_side li.cat-item{
    float: left;
    padding: 0 30px 5px 0;
}

.blog_archive{
    padding: 40px 20px 0 20px;
    margin: auto;
}

.blog_archive ul{
    padding: 20px;
}

.blog_archive li{
    float: left;
    padding: 0 30px 5px 0;
}

.blog_list{
    width: 600px;
    padding: 20px 0 0 0;
    margin: auto;
}

.blog_list li{
}

.blog_detail{
    width: auto;
    margin: auto;
    padding: 70px 10px 0 10px;
}

.blog_detail_category{
    font-size: 14px;
}

.blog_detail_title{
    font-size: 18px;
}

.blog_detail_area{
    padding: 20px 0 40px 0;
}

.blog_detail_area .read{
    font-size: 16px;
}
}

@media screen and (max-width:640px){
.blog_contents{
    padding: 20px 0 0 0;
}

.blog_list_title{
    padding: 20px 0 25px 0;
    font-size: 15px;
}

.blog_side{
    width: auto;
    padding: 0px 10px 40px 10px;
}

.blog_side li{
	display:block;
}

.blog_archive{
    padding: 20px 10px 20px 10px;
}

.blog_archive ul{
    padding: 20px;
}

.blog_list{
    width: auto;
    padding: 0px 0 0 0;
    margin: auto;
}

.blog_list ul{
	display: block;
}

.blog_list li{
}

.blog_list a{
    margin: 20px 0px 25px 0px;
}

.blog_list .text_area{
    padding: 0 0 0 0px;
}

.blog_list .category{
    padding: 0px 0 0 0;
}

.blog_list .title{
    padding: 5px 0 0 0;
    font-size: 14px;
}

.blog_list .day{
    padding: 10px 0 0 0;
	font-size: 12px;
}

.blog_detail{
    padding: 50px 10px 0 10px;
}

.blog_detail_day{
    padding: 30px 0 10px 0;
}

.blog_detail_paging .blog{
    width: 90px;
}

.blog_detail_paging .previous{
    width: 90px;
}

.blog_detail_paging .next{
    width: 90px;
}

.blog_back .copyright{
    padding: 80px 0 30px 0;
    font-size: 11px;
}
}

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

/*=========================================*/
/* page nation */
/*=========================================*/

.p-blog__pager{
	display:flex;
	justify-content:space-between;
	padding: 30px 0 0 0;
	font-family: 'Trebuchet MS', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
    letter-spacing: 0.08em;
}

.blog_list ul.page-numbers{
	overflow: hidden;
	position: relative;
	border-top: none;
}

.blog_list ul.page-numbers li{
	float: left;
	border-bottom: none;
}

.blog_list ul.page-numbers li span,
.blog_list ul.page-numbers li a{
	display: block;
	padding: 10px;
	margin: 0px;
	border-bottom: none;
}

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

/*=========================================*/
/* page nation　2 */
/*=========================================*/

.pager{
	padding: 30px 0 0 0;
	font-family: 'Trebuchet MS', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
    letter-spacing: 0.08em;
	overflow: hidden;
	position: relative;
	border-top: none;
}

.pager p{
	float: left;
	border-bottom: none;
}

.pager p span,
.pager p a{
	display: block;
	padding: 10px;
	margin: 0px;
	border-bottom: none;
}

.pager p.nth-box{
	display: table;
	justify-content:flex-start; 
}

.pager p.nth-box span,
.pager p.nth-box a{
	display: table-cell;
}

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