* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

html,
body {
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}

body {
	position: relative;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	border: 0;
}

a img {
	border: 0;
}

.text_align_center {
	text-align: center;
}

.clear:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.meiryo {
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.sf {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.font14 {
	font-size: 14px;
}

.inner {
	width: 950px;
	margin: 0 auto;
}

#anchor_top {
	padding: 23px 0;
	border-bottom: 2px solid transparent;
}

.pc-none {
	display: none !important;
}

.sp-none {
	display: block !important;
}

.ttl_h2 {
	font-size: 30px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	position: relative;
}

.ttl_h2::after {
	content: "";
	display: block;
	margin: 15px auto 0 auto;
	width: 102px;
	height: 4px;
	background-color: #999999;
}

.c_blue {
	color: #004da0;
}

.pc_none {
	display: none;
}


/*-------------------- header --------------------*/

header {
	width: 100%;
	padding: 23px 0;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 101;
	border-bottom: 2px solid transparent;
}

.header_border {
	transition: 0.5s ease;
	border-bottom-color: #004da0;
}

header .inner {
	display: table;
}

.logo {
	width: 168px;
	display: table-cell;
	vertical-align: middle;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
}

nav {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 30px;
}

.head_list {
	width: 100%;
	display: table;
}

.head_list li {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	text-align: center;
}

.head_list li a {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
}

.head_list li a.header_a {
	border-bottom-color: #004da0;
}

.head_list li a:hover {
	border-bottom-color: #004da0;
}

.head_list li.head_li {
	width: 200px;
	padding-left: 30px;
}

.head_list li.head_li a {
	letter-spacing: -1px;
	border-bottom: none;
	color: #FFFFFF;
	display: block;
	width: 100%;
	background: #00a0e9;
	padding: 12px 5px 12px 5px;
	padding: 14px 5px 9px 5px\0;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35) inset, 0px 3px 0px #238cbc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.head_list li.head_li a img {
	margin-right: 10px;
}

.head_list li.head_li a:hover {
	transform: translateY(3px);
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35) inset;
}

.language {
	width: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.language_txt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	color: #FFFFFF;
	background: #004da0;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.d-menu {
	display: none;
}


/*-------------------- submv --------------------*/

.sub_mv {
	width: 100%;
	height: 300px;
	position: relative;
	background-image: url(../img/bg_submv01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sub_mv .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	color: #004da0;
	letter-spacing: 1px;
}

.sub_mv .inner,
.sub_mv .inner h1 {
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	color: #004da0;
	letter-spacing: 1px;
}


/*-------------------- content --------------------*/

.news_list {
	width: 100%;
	margin-top: 40px;
}

.news_list li {
	width: 100%;
	display: table;
	font-size: 16px;
	border-bottom: 1px solid #cbcfd0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news_list li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.news_date {
	width: 100px;
	display: table-cell;
	vertical-align: top;
}

.news_tag {
	width: 113px;
	display: table-cell;
	vertical-align: top;
}

.news_tag span {
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.news_tag span:last-of-type {
	margin-bottom: 0;
}

.news_tag span.news,
.newsDetail_tag_list li.news {
	display: none;
}

.news_txt {
	width: auto;
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}

.news_txt a {
	color: #000000;
}

.news_txt a:hover {
	text-decoration: underline;
}

.news_tag_list li a.news-notice,
.news-notice {
	background-color: #ed6c00;
}

.news_tag_list li a.news-service,
.news-service {
	background-color: #0abebf;
}

.news_tag_list li a.news-other,
.news-other {
	background-color: #df6782;
}

.content {
	width: 100%;
	background: #f5f7fc;
	padding: 90px 0;
}

.btn_contact {
	width: 325px;
	display: block;
	padding: 16px 10px 20px 10px;
	padding: 16px 10px 16px 10px\0;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	background: url(../img/bg_btn.png) no-repeat left 35px center #ed6c00;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.btn_contact:hover {
	transform: translateY(-5px);
}

.page_list {
	text-align: center;
	padding-top: 35px;
	font-size: 16px;
	font-weight: bold;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	padding: 7px 15px !important;
	padding: 12px 16px\0 !important;
	color: #004da0;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #a0a0a0 !important;
	margin: 0 10px !important;
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #004da0;
	border-color: #004da0 !important;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #004da0;
	border-color: #004da0 !important;
}


/*-------------------- single --------------------*/

.ttl_h1 {
	width: 100%;
	display: block;
	background-color: #004da0;
	background-image: url(../img/blogDetail_ico01.png);
	background-repeat: no-repeat;
	background-position: left 15px top;
	padding: 8px 90px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.page_list_box02 {
	text-align: center;
}

.page_list02 {
	display: inline-block;
	overflow: hidden;
	clear: both;
	padding-top: 65px;
	font-size: 16px;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	padding-left: 1px;
}

.page_list02 div {
	float: left;
	margin-left: -1px;
	cursor: pointer;
	margin: 0 10px;
	position: relative;
}

.page_list02 div a {
	display: block;
	padding: 9px 20px 7px;
	padding: 13px 20px 5px\0;
	color: #004da0;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #a0a0a0;
	line-height: 1.42857143;
	position: relative;
}

.page_list02 a:hover {
	z-index: 3;
	color: #fff;
	background-color: #004da0;
	border-color: #004da0;
}

.page_list02 a.current {
	z-index: 3;
	color: #fff;
	background-color: #004da0;
	border-color: #004da0;
}

.prev02 a {
	padding-left: 35px !important;
}

.prev02 a:before,
.prev02 a:after,
.next02 a:before,
.next02 a:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}

.prev02 a:before,
.prev02 a:after {
	border-left: none;
	margin-left: -4px;
}

.prev02 a:before {
	border-right: 8px solid #004da0;
	left: 20%;
}

.prev02 a:after {
	border-right: 8px solid #FFFFFF;
	left: calc(20% + 3px);
}

.page_list02 .prev02 a:hover:before {
	border-right-color: #ffffff;
}

.page_list02 .prev02 a:hover:after {
	border-right-color: #004da0;
}

.next02 a {
	padding-right: 35px !important;
}

.next02 a:before,
.next02 a:after {
	border-right: none;
	margin-right: -4px;
}

.next02 a:before {
	border-left: 8px solid #004da0;
	right: 20%;
}

.next02 a:after {
	border-left: 8px solid #FFFFFF;
	right: calc(20% + 3px);
}

.page_list02 .next02 a:hover:before {
	border-left-color: #ffffff;
}

.page_list02 .next02 a:hover:after {
	border-left-color: #004da0;
}


/*-------------------- footer --------------------*/

footer {
	width: 100%;
}

footer .inner {
	padding: 60px 0 50px 0;
}

.footer_left {
	width: 65%;
	float: left;
}

.company {
	width: 100%;
	margin-bottom: 10px;
}

.company_left {
	width: 65px;
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}

.company_right {
	width: auto;
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

.company_right_inner {
	width: 100%;
	display: table;
}

.company_name {
	width: auto;
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}

.company_name span {
	font-size: 12px;
}

.company_logo {
/*	width: 122px;*/
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
}

.twitter_logo {
	width: 35px;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}

.twitter_logo a,
.twitter_logo img {
	display: block;
}

.footer_txt {
	font-size: 12px;
	line-height: 2;
}

.footer_txt a {
	color: #000000;
}

.footer_right {
	width: 35%;
	float: left;
}

.footer_list {
	width: 50%;
	float: left;
	padding-left: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-left: 1px solid #cccccc;
}

.footer_list li {
	display: block;
	padding-bottom: 5px;
}

.footer_list li:last-of-type {
	padding-bottom: 0;
}

.footer_list li a {
	color: #000000;
	font-size: 12px;
	border-bottom: 2px solid transparent;
}

.footer_list li a:hover {
	border-bottom-color: #004da0;
}

.website_link {
	width: 100%;
	padding-top: 30px;
	clear: both;
}

.service_tit {
	font-size: 14px;
	font-weight: bold;
}

.service_tit img,
.service_list li a img,
.service_list li a br {
	display: none;
}

.service_list {
	width: 100%;
	text-align: left;
	margin-top: 10px;
}

.service_list li {
	display: inline-block;
	padding: 0 15px 0 15px;
	border-right: 1px solid #cccccc;
	vertical-align: middle;
}

.service_list li a {
	display: inline-block;
	color: #000000;
	font-size: 12px;
	border-bottom: 2px solid transparent;
	text-align: center;
}

.service_list li:first-of-type,
.service_list li:nth-of-type(7) {
	padding-left: 0;
}

.service_list li:last-of-type {
	padding-right: 0;
	border-right: 0;
}

.service_list li a:hover {
	border-bottom-color: #004da0;
}

.service_list:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.service_tit_other {
	margin-top: 30px;
}

.service_list_other li {
	display: block;
	float: none !important;
	margin: 0 auto 10px;
	border: none !important;
}

.copyright {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background: #004da0;
	padding: 10px 0;
}

.copyright .inner {
	padding: 0;
}

.page_top {
	display: none;
	width: 54px;
	height: 54px;
	border: 1px solid #FFFFFF;
	background: #004da0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: fixed;
	right: 100px;
	bottom: 130px;
	z-index: 99;
}

.page_top img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
}

.page_top:hover {
	transition: 0.5s ease;
	transform: scale(1.2);
}

.footer_fixed {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #004da0;
	padding: 15px 0;
	z-index: 100;
	border-top: 1px solid #FFFFFF;
}

.footer_fixed .inner {
	display: table;
}

.fixed_txt {
	width: 370px;
	display: table-cell;
	vertical-align: middle;
}

.fixed_txt_inner {
	text-align: center;
	color: #004da0;
	font-size: 16px;
	font-weight: bold;
	background: #FFFFFF;
	padding: 7px 0 7px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}

.fixed_txt_inner:after {
	content: "";
	position: absolute;
	width: 0;
	border: 19px solid #004da0;
	border-left-color: #FFFFFF;
	border-right-color: transparent;
	top: 0;
	bottom: 0;
	right: -25px;
}

.fixed_tel {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.fixed_tel a {
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding-left: 32px;
	line-height: 1;
	letter-spacing: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: url(../img/tel_icon.png) no-repeat left center;
	position: relative;
	z-index: 2;
}

.fixed_time {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: -1px;
	position: relative;
	z-index: 2;
}

.fixed_mail,
.fixed_pdf {
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}

.fixed_pdf {
	padding-left: 10px;
}

.fixed_btn {
	width: 100%;
	display: table;
	font-size: 14px;
	letter-spacing: 0;
	padding: 8px 8px 8px 30px;
	background: url(../img/bg_btn.png) no-repeat left 10px center #ed6c00;
	background-size: 20px;
	line-height: 1.2;
}

.fixed_pdf .fixed_btn {
	padding-left: 30px;
	background: url(../img/ico_pdf.png) no-repeat left 10px center #ed6c00;
}

.fixed_btn span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 1300px) {
	.inner {
		width: 95%;
		max-width: 950px;
	}
	/*-------------------- header --------------------*/
	header .inner {
		display: block;
		position: relative;
	}
	.logo {
		width: 168px;
		display: block;
	}
	.d-menu {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}
	.panel-btn {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: #004da0;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 2px;
		margin: -1px 0 0 -15px;
		background: #FFF;
		transition: .2s;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 2px;
		background: #FFF;
		transition: .3s;
	}
	.panel-btn-icon:before {
		margin-top: -10px;
	}
	.panel-btn-icon:after {
		margin-top: 8px;
	}
	.panel-btn .close {
		background: transparent;
	}
	.panel-btn .close:before,
	.panel-btn .close:after {
		margin-top: 0;
	}
	.panel-btn .close:before {
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.panel-btn .close:after {
		-ms-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	nav {
		width: 100%;
		display: none;
		padding: 0;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #004da0;
	}
	.head_list {
		display: block;
	}
	.head_list li {
		width: 100%;
		display: block;
		text-align: left;
		padding: 0;
		border-bottom: 1px solid #FFFFFF;
	}
	.head_list li a {
		width: 100%;
		display: block;
		padding: 20px;
		color: #FFFFFF;
		border-bottom: none;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.language {
		position: absolute;
		width: 300px;
		top: 50%;
		right: 90px;
		-ms-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.language_txt {
		padding: 14px;
	}
	.sp_br {
		display: none;
	}
	/*-------------------- content --------------------*/
	.btn_contact:hover {
		transform: translateY(0);
	}
	.news_txt a:hover {
		text-decoration: none;
	}
	.wp-pagenavi a:hover {
		color: #004da0;
		background-color: #fff;
		border-color: #a0a0a0 !important;
	}
	/*-------------------- single --------------------*/
	.page_list02 a:hover {
		color: #004da0;
		background-color: #fff;
		border-color: #a0a0a0;
	}
	.page_list02 a.current:hover {
		color: #fff;
		background-color: #004da0;
		border-color: #004da0;
	}
	.page_list02 .prev02 a:hover:before {
		border-right-color: #004da0;
	}
	.page_list02 .prev02 a:hover:after {
		border-right-color: #FFFFFF;
	}
	.page_list02 .next02 a:hover:before {
		border-left-color: #004da0;
	}
	.page_list02 .next02 a:hover:after {
		border-left-color: #FFFFFF;
	}
	/*-------------------- footer --------------------*/
	.footer_list li a:hover {
		border-bottom-color: transparent;
	}
	.service_list li a:hover {
		border-bottom-color: transparent;
	}
	.page_top:hover {
		transition: 0.5s ease;
		transform: scale(1);
	}
	.service_list li {
		padding: 0 13px;
	}
}

@media only screen and (max-width: 1000px) {
	/*-------------------- content --------------------*/
	.btn_contact {
		width: 300px;
		padding: 13px 10px 16px 10px;
		font-size: 20px;
		background: url(../img/bg_btn.png) no-repeat left 25px center #ed6c00;
	}
	.content {
		padding: 70px 0;
	}
	/*-------------------- single --------------------*/
	.ttl_h1 {
		font-size: 26px;
		letter-spacing: 3px;
	}
	/*-------------------- footer --------------------*/
	.fixed_txt {
		width: 330px;
	}
	.fixed_txt_inner {
		font-size: 14px;
	}
	.fixed_txt_inner:after {
		border-width: 17px;
		right: -20px;
	}
	.fixed_tel a {
		font-size: 22px;
	}
	.fixed_mail,
	.fixed_pdf {
		width: 150px;
	}
	.fixed_pdf {
		padding-left: 10px;
	}
	.fixed_btn {
		width: 100%;
		padding: 8px 8px 8px 30px;
		font-size: 12px;
		background-position: left 10px center;
	}
	.fixed_btn {
		font-size: 12px;
	}
}

@media only screen and (max-width: 950px) {
	/*-------------------- footer --------------------*/
	footer .inner {
		padding-bottom: 40px;
	}
	.footer_list li a {
		border-bottom: none;
	}
	.service_tit {
		text-align: center;
	}
	.service_list li {
		display: block;
		float: left;
		width: 33.33%;
		padding: 0 10px;
		margin-bottom: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		text-align: center;
	}
	.service_list li:nth-of-type(3n) {
		border-right: 0;
	}
	.service_list li:first-of-type {
		padding-left: 10px;
	}
	.service_list li:last-of-type {
		padding-right: 10px;
		border-right: 1px solid #cccccc;
	}
	.service_list_br {
		display: none;
	}
	.service_list li a {
		border-bottom: none;
	}
	.page_top {
		width: 45px;
		height: 45px;
		right: 30px;
	}
	.footer_fixed {
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #004da0;
		padding: 0;
		z-index: 100;
	}
	.footer_fixed .inner {
		display: table;
		width: 100%;
	}
	.fixed_txt {
		display: none;
	}
	.fixed_tel {
		/*width: 33%;*/
		padding: 10px;
		text-align: center;
	}
	.fixed_tel a {
		display: inline-block;
	}
	.fixed_time {
		letter-spacing: 0;
	}
	.fixed_mail,
	.fixed_pdf {
		padding: 10px;
	}
	.fixed_mail {
		border-right: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
	}
	.fixed_btn {
		width: 100%;
		max-width: 160px;
		margin: 0 auto;
		font-size: 14px;
		padding: 8px 8px 8px 30px;
		background: url(../img/bg_btn.png) no-repeat left 10px center #ed6c00;
	}
}

@media only screen and (max-width: 768px) {
	/*-------------------- submv --------------------*/
	.sub_mv .inner,
	.sub_mv .inner h1 {
		font-size: 36px;
	}
	/*-------------------- content --------------------*/
	.page_list {
		padding-top: 30px;
		font-size: 14px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 0 0 -1px !important;
	}
	/*-------------------- single --------------------*/
	.ttl_h1 {
		background-position: left 10px top;
		background-size: 45px auto;
		letter-spacing: 1px;
		padding: 8px 55px;
	}
	.page_list02 {
		font-size: 14px;
		padding-top: 30px;
	}
	.page_list02 div {
		margin: 2px 0px;
		margin-left: -1px;
	}
	.page_list02 div a {
		padding: 7px 14px 4px;
	}
	/*-------------------- footer --------------------*/
	.service_tit_other {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.ttl_h2 {
		font-size: 26px;
		letter-spacing: 3px;
	}
	.ttl_h2::after {
		margin-top: 10px;
		width: 90px;
		height: 3px;
	}
	.pc_none {
		display: block;
	}
	/*-------------------- header --------------------*/
	header,
	#anchor_top {
		padding: 20px 0;
	}
	.logo {
		width: 140px;
	}
	.d-menu {
		width: 45px;
		height: 45px;
	}
	.panel-btn {
		width: 45px;
		height: 45px;
	}
	.panel-btn-icon {
		width: 24px;
		margin: -1px 0 0 -12px;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 24px;
	}
	.panel-btn-icon:before {
		margin-top: -8px;
	}
	.panel-btn-icon:after {
		margin-top: 6px;
	}
	.head_list li a {
		padding: 15px;
	}
	.language {
		width: 240px;
		right: 60px;
	}
	.language_txt {
		font-size: 14px;
	}
	/*-------------------- submv --------------------*/
	.sub_mv {
		height: 260px;
	}
	/*-------------------- content --------------------*/
	.btn_contact {
		margin: 0 auto;
	}
	.content {
		padding: 60px 0;
	}
	.news_list {
		margin-top: 20px;
	}
	.news_list li {
		display: block;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.news_date {
		width: 100%;
		display: block;
	}
	.news_tag {
		width: 100%;
		display: block;
		margin: 10px 0;
	}
	.news_tag span {
		display: inline-block;
		width: 110px;
		margin-right: 3px;
	}
	.news_tag span:last-of-type {
		margin-right: 0;
	}
	.news_txt {
		width: 100%;
		display: block;
		padding-left: 0;
	}
	/*-------------------- single --------------------*/
	.ttl_h1 {
		font-size: 22px;
	}
	.newsDetail_title {
		font-size: 20px;
		letter-spacing: 1px;
		padding: 8px 50px;
		background-size: 45px auto;
	}
	/*-------------------- footer --------------------*/
	.footer_left {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.footer_right {
		width: 100%;
		float: none;
	}
	.footer_list {
		width: 50%;
		float: left;
		padding-left: 0;
		border-left: none;
	}
	.footer_list li {
		display: block;
		text-align: center;
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.footer_list:last-of-type li {
		border-left: 1px solid #CCCCCC;
	}
	.footer_list li:last-of-type {
		padding-bottom: 0;
	}
	.service_list li {
		width: 50%;
	}
	.service_list li:nth-of-type(3n) {
		border-right: 1px solid #CCCCCC;
	}
	.service_list li:nth-of-type(2n) {
		border-right: none;
	}
	.footer_fixed {
		padding: 0;
		background-color: #ed6c00;
	}
	.footer_fixed .inner {
		display: block;
	}
	.fixed_tel {
		width: 33%;
		padding: 0;
		float: left;
		display: block;
	}
	.fixed_tel a {
		display: block;
		height: 60px;
		padding: 0;
		background: url(../img/tel_icon.png) no-repeat center center #ed6c00;
	}
	.fixed_tel a span {
		display: none;
	}
	.fixed_sp {
		display: block;
		margin: 0 auto;
	}
	.fixed_time {
		display: none;
	}
	.fixed_mail,
	.fixed_pdf {
		width: 33%;
		display: block;
		float: left;
		padding: 0;
	}
	.fixed_mail {
		width: 34%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.fixed_btn {
		width: 100%;
		max-width: 100%;
		height: 60px !important;
		background: url(../img/ico_sp_mail.png) no-repeat center center #ed6c00;
		padding: 0;
	}
	.fixed_pdf .fixed_btn {
		background: url(../img/ico_pdf.png) no-repeat center center #ed6c00;
	}
	.fixed_btn span {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.ttl_h2 {
		font-size: 24px;
	}
	/*-------------------- header --------------------*/
	.logo {
		width: 120px;
	}
	.language {
		width: 150px;
		right: 50px;
	}
	.language_txt {
		font-size: 12px;
		padding: 3px 0;
	}
	.language_txt br {
		display: block;
	}
	.d-menu {
		width: 42px;
		height: 42px;
	}
	.panel-btn {
		width: 42px;
		height: 42px;
	}
	.panel-btn-icon {
		width: 20px;
		margin: -1px 0 0 -10px;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 20px;
	}
	/*-------------------- submv --------------------*/
	.sub_mv {
		height: 220px;
	}
	.sub_mv .inner,
	.sub_mv .inner h1 {
		font-size: 28px;
	}
	/*-------------------- content --------------------*/
	.btn_contact {
		font-size: 18px;
		letter-spacing: 1px;
		background: url(../img/bg_btn.png) no-repeat left 35px center #ed6c00;
	}
	.news_list {
		margin-top: 20px;
	}
	.news_list li {
		font-size: 14px;
	}
	/*-------------------- content --------------------*/
	.ttl_h1 {
		background-position: 5px top;
		background-size: 30px auto;
		letter-spacing: 0;
		padding: 8px 40px;
	}
	/*-------------------- footer --------------------*/
	footer {
		width: 100%;
	}
	footer .inner {
		padding: 50px 0 40px 0;
	}
	.company_left {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.company_right {
		width: 100%;
		display: block;
		padding-left: 0;
	}
	.company_right_inner {
		display: block;
	}
	.footer_list {
		width: 50%;
		float: left;
	}
	.page_top {
		width: 40px;
		height: 40px;
		right: 15px;
		bottom: 100px;
	}
	.fixed_tel a {
		height: 50px;
	}
	.fixed_btn {
		height: 50px !important;
		background: url(../img/ico_sp_mail.png) no-repeat center center #ed6c00;
	}
	.sp_br {
		display: block;
	}
	.service_list li a br {
		display: block;
	}
}