@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	font-family: NotoSansCJKjp-Light, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

pre {
	font-family: NotoSansCJKjp-Light, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 200;
}

img {
	outline: none;
	border: none;
	vertical-align: top;
}

a {
	text-decoration: none;
	outline: none;
    color: black;
}

.maxwidth {
	width: 1024px;
	margin: 0 auto;
}

.fixed {
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: #fff;
}

article {
    padding: 70px 0;
}

article:nth-child(odd) {
	background: #fff;
}

article:nth-child(even) {
    background: #f5f5f5;
}

article p {
    margin: 20px 0;
    padding: 0;
}

/* ==================================================
header
================================================== */

header {
	max-width: 1024px;
	margin: 0 auto;
	padding: 15px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

header h1 {
	padding: 0;
	margin: 0;
	float: left;
}

#spphon img {
	display: block;
    overflow: hidden;
    position: relative;
	margin: 0;
    padding: 0;
    float: right;
}

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

footer {
    padding: 30px 0;
    margin: 0;
    width: 100%;
    position: relative;
    background: #ccc;
    height: auto;
    zoom: 1;
    overflow: hidden;
}

footer .maxwidth div {
    float: left;
}

footer .maxwidth small {
    margin: 0 auto;
    padding: 0;
    display: block;
    font-size: 12px;
    text-align: center;
    width: 1024px;
    position: absolute;
}
  

/* nav
================================================ */

nav {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #39698D;
/*    border-bottom: 1px solid #6EAECE;
    border-top: 1px solid #6EAECE; */
    height: auto;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	zoom: 1;
	overflow: hidden;
	width: 100%;
	background: #39698D;
}

nav ul li {
	width: 20%;
	padding: 0;
	margin: 0;
	float: left;
}

nav ul li a {
	border-right: 1px solid #6EAECE;
	text-align:center;
	display: block;
	vertical-align: text-bottom;
	padding: 10px 0;
	color: white;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

nav ul li:nth-child(1) a {
	border-left: 1px solid #6EAECE;
}

nav ul li a:hover {
	background: #6EAECE;
}


/* ==================================================
#mainimg
================================================== */

#mainimg {
	display: block;
	zoom: 1;
	overflow: hidden;
	padding: 0;
	height: 400px;
    	max-width: 100%;
    background-image: url(../images/main.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
	position: relative;
    padding-top: 250px;
}

#mainimg .top_txt {
    padding: 0;
    margin: 0 -30px 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: 550px;
    float: right;
    color: white;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

#mainimg .top_txt p {
    padding: 0;
    margin: 0;
    display: block;
}

#mainimg .top_txt h1 {
	font-size: 32px;
	line-height: 70px;
	font-weight: 300;
	letter-spacing: 0.2em;
    text-shadow: 1px 1px 20px #000, -1px -1px 20px #000;
    padding: 10px 20px;
}

#mainimg .top_txt span {
	letter-spacing: -0.4em;
}

.hdr {
    padding: 0;
    margin: 0 0 30px 0;
    width: 1024px;
    display: block;
    overflow: hidden;
    border-top: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
    line-height: 70px;
}

.hdr h1 {
    padding: 0;
    margin: 0 0 0 0;
    font-size: 42px;
    font-weight: normal;
    vertical-align: bottom;
    float: left;
}

h2 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
}

h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: right;
}

.hdr strong {
    padding: 0;
    margin: 10px 0 0;
    font-size: 16px;
    vertical-align: bottom;
    float: right;
    display: block;
    font-weight: normal;
}

/*=======================================
table　
=======================================*/

table {
    padding: 0;
    margin: 0;
    border: 10px solid #e1e1e1;
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}

table tr th {
    padding: 15px 20px;
    margin: 0 auto;
    text-align: left;
    font-weight: normal;
    width: 25%;
    color: black;
    border: dotted 2px #e1e1e1;
    vertical-align: top;
}

table tr th small {
	color: #f00;
	font-size: 0.7em;
	float: right;
}

table tr td {
    padding: 15px 25px;
    margin: 0 auto;
    font-weight: normal;
    text-align: left;
    width: 75%;
    border: dotted 2px #e1e1e1;
    border-collapse: collapse;
}

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

.bttn a {
    text-decoration: none;
}

form {
    margin: 0;
    padding: 0;
    text-align: left;
}

form input[type="text"] {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 60%;
    font-size: 1em;
    font-family: NotoSansCJKjp-Light, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

form input[type="email"] {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 60%;
    font-size: 1em;
    font-family: NotoSansCJKjp-Light, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

form ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

form ul li {
	display: block;
	float: left;
	width: 30%;
}

form ul li:nth-child(4) {
	display: block;
	float: left;
	width: 60%;
}

form input[type="checkbox"] {
	-webkit-transform-origin: right bottom;
	-webkit-transform: scale( 1.2 , 1.2 );
	vertical-align: middle;
}

form textarea {
	border: 1px solid #ccc;
    padding: 5px 10px;
    display: block;
   	width: 85%;
    font-size: 1em;
}

#MyMailForm_button {
	text-align: center;
}

#MyMailForm_button button {
	margin: 20px 0 0;
	padding: 10px 20px;
	border: none;
	background: #ea5504;
	color: #fff;
	text-align: center;
	display: inline;
	font-size: 1em !important;
	cursor: pointer;
	font-family: NotoSansCJKjp-Light, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 1px 1px 4px #999;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#MyMailForm_button button:hover {
	background: #cb5219;
}

.mailtxt {
	text-align: center;
}

.mailtxt strong {
	font-size: 1.4em;
}

/* =======================================
contents
======================================= */

#service section:nth-child(2) {
	padding-bottom: 30px;
}

#company h2 {
	margin-bottom: 30px;
}

#member section {
    margin: 30px 0 0;
    padding: 25px;
    display: block;
    width: 1024px;
    box-sizing: border-box;
    border: 10px solid #e1e1e1;
    background: white;
}

#member section div {
	display: block;
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	line-height: 50px;
    vertical-align: bottom;
}

#member section h4 {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: normal;
    font-size: 2em;
    float: left;
}

#member section h5 {
    margin: 0;
    padding: 10px 0 0;
    display: block;
    font-weight: normal;
    float: right;
}

#member section ul {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 20px 0 0;
	margin: 20px 0 0;
	list-style: none;
	border-top: 1px dotted #ccc;
}

/* phone & email
================================================ */

.cntct {
    margin: 40px 0;
    padding: 0;
    display: block;
    clear: both;
    font-size: 24px;
    text-align: center;
}

.cntct ul {
    margin: 0 0 0 250px;
    padding: 0;
    display: block;
    text-align: left;
    font-size: 32px;
    line-height: 70px;
}

.cntct ul li {
	padding-left: 80px;
}

.cntct ul li strong {
    margin: 12px 0 0 80px;
    padding:0;
    display: block;
}

.cntct ul li {
    overflow: hidden;
    display: block;
    position: relative;
    background: url(../images/jonline_phone.png) no-repeat left;
}

.cntct ul .phn {
    background: url(../images/jonline_emailx.png) no-repeat left;
}

.gmaps {
	padding: 0;
	margin: 0;
	list-style: none;
	zoom: 1;
	overflow: hidden;
}

.gmaps li {
	padding: 10px;
	margin: 2% 0 2% 2.5%;
	width: 31.6%;
	display: block;
	float: left;
	background: #f1f1f1;
	box-sizing: border-box;
}

.gmaps li:nth-child(3n+1) {
	margin-left: 0;
}

.gmaps li strong {
	text-align: center;
	display: block;
	padding: 4px;
	background: #fff;
}

.gmaps li .info {
	font-size: 0.9em;
	line-height: 1.6em;
	padding-top: 10px;
}

.gmaps li .info address {
	font-style: normal;
}

#gmap01,#gmap02,#gmap03,#gmap04,#gmap05,#gmap06 {
	width: 100%;
	height: 20em;
}

.btns {
	text-align: center;
	padding-top: 40px;
}

.btns a {
	margin: 20px 0 0;
	padding: 10px 20px;
	border: none;
	background: #ea5504;
	color: #fff;
	text-align: center;
	display: inline;
	font-size: 1em !important;
	cursor: pointer;
	font-family: NotoSansCJKjp-Light, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 1px 1px 4px #999;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btns a:hover {
	background: #cb5219;
}

.profile {
	width: 250px;
	float: right;
	margin: 0 0 40px 25px;
}

.profile strong {
	display: block;
	font-weight: normal;
	text-align: center;
}

#service .maxwidth {
	position: relative;
}

#service .maxwidth ul {
	margin-top: 50px;
}

.sv {
	padding: 0;
	margin: 0;
	list-style: none;
	zoom: 1;
	overflow: hidden;
}

.sv li {
	padding: 10px;
	margin: 2% 0 2% 2.5%;
	width: 31.6%;
	display: block;
	float: left;
	background: #f1f1f1;
	box-sizing: border-box;
}

.sv li:nth-child(3n+1) {
	margin-left: 0;
}

.sv li strong {
	text-align: center;
	display: block;
	padding: 4px;
	background: #fff;
}

.sv li .info {
	font-size: 0.9em;
	line-height: 1.6em;
	padding-top: 10px;
}

.sv li .info text {
	font-style: normal;
}


.photo {
	position: absolute;
	bottom: 0px;
	left: -20px;
}

.photo img {
	float: right;
	margin-left: 20px;
	width: 250px;
	height: auto;
}