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

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
	margin:0;
	padding:0;
}

table {
   border-collapse:collapse;
   border-spacing:0;
}

fieldset,img {
   border:0;
}

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

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left;
}

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

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

abbr,acronym {
   border:0;
}





* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-family: "游ゴシック Medium",YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	color: #222;
	position: relative;
}
a {
  text-decoration: none;
  color: #1C6AA7;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
a:active { color:#1C6AA7 ;}
a:hover {
  text-decoration: underline;
  color:#CE0000 ;
}
h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight:normal;
}
p {
  margin-bottom:16px;
}
img {
  border: 0;
}
table{
	margin: 1em 0 1.5em;
	}
table th {
	padding: 4px;
	font-weight: bold;
}
table td {
	background: #FFF;
	padding: 4px;
}
hr{
	clear:both;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #717071;
	margin-bottom:20px;
}

*[data-unlockdate] {
  display: none;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}

.pc{display :none;}
.clr{
	clear:both;
}

@media only screen and (min-width: 768px) {
.pc{display :block;}
.sp{display:none;}
table th {
	padding: 10px;
	font-weight: bold;
}
table td {
	background: #FFF;
	padding: 10px;
}
}


#visual { width:100%;text-align:center; margin:0;padding:0;}

#wrap {
    width: 100%;
    margin: 0 auto;
    padding: 32px 0 0px;
}
.content {
	margin: 0 auto 0 auto;
	padding: 0 10px;
	max-width: 1200px;
}

@media only screen and (min-width: 768px) {
#wrap {
  margin: 0 auto;
  min-width:1100px;
}
#visual { text-align:center; margin:0 auto;padding:0;min-width:1100px;}
.content {
	padding: 0;
}
}


#header{padding:10px 0 0;
}
#header h1#logo,#header p#logo{
	margin-right: 20px;
	margin-top: 10px;
	text-align:left;
	width:80%;
}

@media only screen and (min-width: 768px) {
#header{
  height:80px;
  padding:20px 0 0;
}
#header h1#logo,#header p#logo{
	width:auto;
	margin-top: 0px;
	margin-bottom:0;
}
#header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width:1100px;
}

}

.contactBox{
	background:#F3981C;
	border-radius:10px;
	padding:12px;
	color:#FFF;
	text-align:center;
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
	justify-content: space-between;
	align-items: center;
}
.contactBox p{
	margin:0;
	line-height:1.8em;
}
.contactBox p.tel strong{
	background: url(../images/common/free.png) no-repeat left center;
	padding-left:60px;
	font-size:34px;
}

@media only screen and (min-width: 768px) {
.contactBox{
	padding:12px 32px;
	text-align:left;
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
.contactBox p.tel{
	flex: 1 1 auto;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
}
.contactBox p.mail{
	flex: 0 0 230px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
.contactBox p.tel strong{
	font-size:34px;
}

}

footer {
    padding: 10px 0;
	width:100%;
    clear: both;
	background-color:#0851A0;
	color:#FFF;
}
footer .ft_content {
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
	align-items:center;
	padding:0 10px;
}

#wrap footer .ft_content div.ft_left p {
	text-align:center;
	margin-bottom:0;
}
footer .ft_content div.ft_left img {
	margin:0px;
}

#wrap footer .ft_content div.ft_right p {
	text-align:center;
}
#wrap footer p.add {
    text-align: center;
	margin-bottom:0;
    font-size: 12px;
    letter-spacing: 0;
    padding: 5px 0;
    clear: both;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 10px 0 0;
  min-width:1100px;
  }
footer .ft_content {
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
footer .ft_content div.ft_left {
	text-align:left;
}
footer .ft_content div.ft_right {
	margin-left:auto;
}
footer .ft_content div.ft_left img {
	margin-bottom:0px;
}
footer p.tel strong{
	font-size:28px;
}
footer p.add {
	line-height:1.0;
    text-align: right;
}

footer .ft_content div.ft_right ul {
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}

footer .ft_content div.ft_right ul li {
	width:33%;
	padding:0px;
	margin:0 0 20px;
	overflow: hidden;
	border-bottom:none;
}

footer .ft_content div.ft_right p {
	text-align:left;
}

}



.nav-button {
  display: none;
}

#nav{
	clear:both;
	padding:8px;
  /*background-color:#B9DEC8;*/
}
#nav ul{
	margin:0 auto;
	display: flex !important;

}

#nav li {
  margin: 0 5px;
	font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height:0;
	text-align: center;
  padding:0;
}
#nav li:last-child a{
	background:#0851A0;
  color: #FFF;
}

#nav a {
  color: #000;
  text-decoration: none;
  font-size:14px;
  font-weight:bold;
	display:block;
	padding:20px 10px;
}

#nav li a:hover,#nav li a.act {
	background:#0851A0;
  color: #FFF;
}


.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}


@media screen and (max-width: 768px) {
	#menuOverlay {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
		display: none;
		position: fixed;
		z-index: 99;
	}
	#switchBtnArea .splogo {
		padding:6px 10px;

}
	#switchBtnArea {
		width: 100%;
		height: 40px;
		background: #FFF;
	border-bottom:2px solid #2868B4;
		position: fixed;
		z-index:99;
		padding:10px 0;
	}

	/*#switchBtnArea {
		position: relative;
		z-index:99;
	}*/

	#switchBtnArea #switchBtn {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		display: block;
		background: #a7a7a7;
		position: absolute;
		border-radius: 5px;
		z-index: 9998;
	}

	#switchBtnArea #switchBtn span {
		right: 20%;
		width: 60%;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #fff;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 18px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		height: 4px;
	}

	#switchBtnArea #switchBtn.btnClose {
		background: /*transparent*/#000;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#rwdMenuWrap {
		top: 0;
		right: -200px;
		width: 200px;
		height: 100%;
		background: #66A8D3;
		overflow: auto;
		position: fixed;
		z-index: 999;
	}

	#rwdMenuWrap ul {
		width: 100%;
	}

	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #fff 1px solid;
	}

	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		text-align: left;
		display: block;
		background: #66A9D4;
		position: relative;
		color:#FFF;
		text-decoration:none;
		font-weight:bold;
		font-size:12px;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

}
/* 追加CSS */
#header h1#logo.top_logo {
	position: unset;
	margin: 0;
	height: auto;
}
@media screen and (max-width: 768px) {
	#header h1#logo.top_logo {
		margin: 10px 20px 16px 0;
	}
}
#visual .txt_ttl {
    margin: 0;
    line-height: 24px;
    text-shadow: 2px 2px 8px #000;
	font-size: 24px;
}
#visual .txt_ttl span {
	font-size: 16px;
}
#visual.v_technology span {
	font-size: 24px;
}
#wrap h1.ttl_pt01 {
	font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    color: #0851A0;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
#wrap h1.ttl_pt02 {
	font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 1px solid #0851A0;
    padding: 8px 0;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
	#visual .txt_ttl {
		font-size: 44px;
		line-height: 44px;
	}
	#visual .txt_ttl span {
		font-size: 24px;
	}
	#wrap h1.ttl_pt01 {
		margin-bottom: 30px;
		font-size: 32px;
	}
	#wrap h1.ttl_pt02 {
		margin-bottom: 20px;
		font-size: 23px;
		font-weight: bold;
	}
}

/* breadcrumbs */
#breadcrumbs {
	max-width: 1200px;
	width: 100%;
	margin: 10px auto 0;
	padding: 0px 0px 6px;
	font-size: 13px;
	border-bottom: solid 1px #dfdfdf;
}
#breadcrumbs .list {
	display: flex;
}
#breadcrumbs .list .item {
	position: relative;
	margin-right: 11px;
	padding-right: 14px;
}
#breadcrumbs .list .item:after {
	content: '›';
	position: absolute;
	right: 0;
}
#breadcrumbs .list .item:last-child:after {
	content: none;
}

@media screen and (max-width: 768px) {
	#breadcrumbs {
		width: 100%;
		padding: 0 10px 6px;
		white-space: nowrap;
		overflow: auto;
	}

}
.table_box {
	max-width: 800px;
	margin: 0 auto 40px;
}
.table_box table th {
	text-align: left!important;
}
.table_box table td {
	text-align: left!important;
}
@media screen and (max-width: 768px) {
	.table_box {
		overflow: scroll;
    white-space: nowrap;
	}
}
