@charset "UTF-8";

@media screen and (max-width: 999px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

#wrapper{}
#wrapper2{}


/****************************************

	ヘッダ

*****************************************/
#header{
	border-top: 5px solid #1F73FF;
}

#header h1{
	padding: 20px 0 20px 15px;
}

#head_tel{
	display: none;
}


/****************************************

	グローバルナビ

*****************************************/
#gnavi{
  display: none;
}


#sp_menu {}
/*ヘッダー(SP)メニュー部分*/
nav#sp_gnavi {
  display: none;
  position: absolute;
  top: auto;
  width: 100%;
	background: rgba(31, 115, 255, 0.9);
  left: 0;
  z-index: 100;
}


nav#sp_gnavi ul {
  display: block;
  margin: 0 auto;
  width: 100%;
}
nav#sp_gnavi ul li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #FFF;
  font-size: 13px;
  position: relative;
}
nav#sp_gnavi ul li:last-child {
  width: 100%;
}
nav#sp_gnavi ul li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 14px 12px;
  font-weight: 700;
}
nav#sp_gnavi ul li a::after {
  font-size: 12px;
  line-height: 1.2;
  font-family: "Font Awesome 5 Free";
  content: ' \f105';
  color: #FFF;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

/*ヘッダー(SP)開閉ボタン*/
#nav_toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 100;
  float: right;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  display: block;
  height: 3px;
  background: #1F73FF;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 0px;
}
#nav_toggle span:nth-child(2) {
  top: 12px;
}
#nav_toggle span:nth-child(3) {
  top: 24px;
}

/*ヘッダー(SP)開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



/****************************************

	トップメインビジュアル

*****************************************/
#topMainvisual{}
#topMainvisual img{
	width: 100%;
	margin: 0 auto;
	padding: 0 10px 20px 10px;
}


/****************************************

	ページトップ

*****************************************/
#pagetopbg{
	background-image: url("images/common/bg_pagetop.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
}

#pagetop{
	margin: 0 15px 0 0;
	text-align: right;
}


/****************************************

	フッター

*****************************************/
#footerbg{
	background: #FFFFFF;
	background-image: url("images/common/bg_footer_01.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
#footer{
	width: 100%;
	margin: 0 auto;
}

#footerLink ul{
	padding: 15px 0 15px 0;
	margin: 0 10px 0 10px;
}
#footerLink ul li{
	color: #333;
	font-size: 12px;
	line-height: 1.2;
	padding: 10px 0;
	border-bottom: 1px solid #1F73FF;
}
#footerLink ul li a{
	display: block;
	color: #333;
	text-decoration: none;
}
#footerLink ul li a:hover{
	color: #666;
	text-decoration: underline;
}
#footerLink ul li.none{}

#footer_contents {}
p#footer_logo {
	margin: 15px 10px 15px 10px;
	text-align: center;
}
p#footer_add {
	margin: 0 10px 15px 10px;
	font-size: 13px;
	color: #333;
}
p#footer_copy {
	background: #1F73FF;
	font-size: 10px;
	color: #FFF;
	padding: 10px;
	text-align: center;
}


/****************************************

	パンくずリスト

*****************************************/
#pankuzu {
	font-size: 13px;
	margin-bottom:10px;
}


/****************************************

	トップ [ page ]

*****************************************/
#pageToppage{}
#topMain{
	margin: 0 10px 30px 10px;
}
#topSide{
	margin: 0 10px 30px 10px;
}

#topSection01{
	margin: 0 0 30px 0;
}
#topSection01 ul{}
#topSection01 ul li{
	width: 49%;
	float: left;
	margin: 0 2% 2% 0;
}
#topSection01 ul li:nth-child(2n){
	margin: 0 0 2% 0;
}
#topSection01 ul li img{
	width: 100%;
}

#topNews{
	margin-bottom: 40px;
}
#topNews h2 {
  position: relative;
	background: #F6F6F6;
  padding: 10px 15px;
  border: 1px solid #DDDDDD;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#topNews h2:after {
  bottom: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 2px solid #1F73FF;
}
#topNews dl{
	margin: 0 0 20px 0;
}
#topNews dl dt{
	padding-top: 12px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
#topNews dl dd{
	padding-top: 5px;
	padding-bottom: 12px;
	border-bottom: dotted 1px #999999;
	color: #333;
	font-size: 14px;
}

#topNews p.btn{
	text-align: right;
	padding: 0 0 20px 0;
}



/****************************************

	サイド

*****************************************/
#sideBanner{
	width: 280px;
	margin: 0 auto;
}
#sideBanner ul{
	margin: 0 0 20px 0;
}
#sideBanner ul li{
	margin: 0 0 15px 0;
}
#sideBanner ul li:last-child{
	margin: 0;
}

#sideSns{
	width: 280px;
	margin: 0 auto;
}
#sideSns ul{
	margin: 0 0 20px 0;
}
#sideSns ul li{
	float: left;
	margin: 0 10px 0 0;
}
#sideSns ul li:last-child{
	margin: 0;
}



/****************************************

	テンプレート [ page ]

*****************************************/
#pageTemplate{}
#tempSide{
	margin: 0 10px 30px 10px;
}
#tempMain{
	margin: 0 10px 30px 10px;
}

.post h2 {
  position: relative;
	background: #F6F6F6;
  padding: 10px 15px;
  border: 1px solid #DDDDDD;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.post h2:after {
  bottom: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 2px solid #1F73FF;
}

.post h3 {
  position: relative;
  padding: 10px 15px 5px 20px;
  border-bottom: 3px solid #DDDDDD;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.post h3:after {
	top: 15px;
	left: 0;
	position: absolute;
	content: '';
	background-image: url("images/common/bg_h3_01.png");
	display: inline-block;
	width: 14px;
	height: 12px;
}

.post h4 {
	position: relative;
	padding: 0 15px 7px 12px;
	border-bottom: 1px dotted #1F73FF;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 12px 0;
}
.post h4:after {
	top: 7px;
	left: 0;
	position: absolute;
	content: '';
	background-image: url("images/common/bg_h4_01.png");
	display: inline-block;
	width: 3px;
	height: 5px;
}

.post p{
	margin: 0 0 20px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}


.post ul.mlist01{
	margin-bottom: 25px;
	}
.post ul.mlist01 li{
	padding: 0 0 0 18px;
	background-image: url("images/common/prt_under_01.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 14px;
	line-height: 1.6;
	}


.post table.tablestyle01{
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
	}
.post table.tablestyle01 th{
	background-color: #eee;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-top: none;
	color: #333;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
  display: block;
	width: 100%;
	}
.post table.tablestyle01 tr:first-child th{
  border-top: 1px solid #ccc;
}
.post table.tablestyle01 td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-top: none;
	color: #333;
	font-size: 15px;
  display: block;
	width: 100%;
}
.post table.tablestyle01 tr:first-child{
  border-top: 1px solid #ccc;
}
.post table.tablestyle01 p{
	margin: 0 0 15px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}
.post table.tablestyle01 p:last-child{
	margin: 0 0 5px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}


.post table.tablestyle02{
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
	}
.post table.tablestyle02 th{
	background-color: #eee;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-top: none;
	color: #333;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
  display: block;
	width: 100%;
	}
.post table.tablestyle02 tr:first-child th{
  border-top: 1px solid #ccc;
}
.post table.tablestyle02 td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-top: none;
	color: #333;
	font-size: 15px;
  display: block;
	width: 100%;
}


#tempContact{
	margin: 0 0 40px 0;
}
#tempContact p{
	margin: 0;
}



/****************************************

	company

*****************************************/
/* 計算方法　youtubeの場合100÷695×500=71.94244604316547% に設定 */
.company-map{text-align: center; padding: 0 0 71.94244604316547% 0; position: relative; width: 100%; margin: 0 0 20px 0;}
.company-map iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}



/****************************************

	contact

*****************************************/
span.wpcf7-list-item{
	margin: 0 !important;
}
.tablestyle02 input[name="your-name"],
.tablestyle02 input[name="company"],
.tablestyle02 input[name="zip"],
.tablestyle02 input[name="address"],
.tablestyle02 input[name="tel"],
.tablestyle02 input[name="email"],
.tablestyle02 textarea[name="body"]{
	width: 100%;
	padding: 5px;
}

.wpcf7-form input[type="submit"]{
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	background: #F48F0A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	transition: 0.3s;
}
.wpcf7-form input[type="submit"]:hover {
	background: #d77a00;
	color: #FFF;
}



/****************************************

	新着情報

*****************************************/
#news-list{}
#news-list dl{
	margin: 0 0 20px 0;
}
#news-list dl dt{
	padding-top: 12px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
#news-list dl dd{
	padding-top: 5px;
	padding-bottom: 12px;
	border-bottom: dotted 1px #999999;
	color: #333;
	font-size: 14px;
}
.wp-pagenavi{
	text-align: center;
	margin: 20px 0 40px 0;
	font-size: 15px;
}



/* ---------------------------------------- #wordpress用 */
.alignright {
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}
.alignleft {
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}
.alignclear {
	clear:both;
}

.breadcrumb {
	 font-size:12px;
	 margin: 0 0 15px 0;
}
.clear {
	font-size: 0px;
	clear: both;
}
.meta {
	text-align: right;
	border-bottom: 10px;
	font-size: 13px;
}
.entry {
	margin-bottom: 20px;
}


/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
