@charset "utf-8";
/*-----------------------------------------------------

	layout.css
	common CSS

------------------------------------------------------*/




/*-----------------------------------------------------
	general　
-----------------------------------------------------*/

/* noto-sans-jp-700 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/noto-sans-jp-v40-latin_japanese-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-jp-v40-latin_japanese-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body{
	min-width: 1280px;
	background: #fff;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	line-height: 1.5;
	font-size: 62.5%;
	color: #333;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a:link {text-decoration:none; color:#de5e51;}
a:visited {text-decoration:none; color:#de5e51;}
a:hover {text-decoration:none; color:#de5e51;}

.pc_kaigyou {
	display: block;
}

body#top #wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(../images/common/bg_paper.jpg);
}

body#wrapper #contents {
	background: #faf8f5;
}




/*---- btn ----*/

.btn_anime {
	text-align: center;
	outline: none;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #de5e51;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_anime:hover {
	background-color: #ab2548;
}

.btn_anime a:link {text-decoration:none; color:#fff;}
.btn_anime a:visited {text-decoration:none; color:#fff;}
.btn_anime a:hover {text-decoration:none; color:#fff;}

.btn_anime a {
	background: url(../images/common/arrow_btn.png) no-repeat right 23px center;
	background-size: 23px auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_anime:hover a {
	background-position: right 28px center;
}

.btn_more {
	width: 560px;
	height: 80px;
}

.btn_more a {
	width: 100%;
	height: 100%;
	line-height: 80px;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 2em;
	font-weight: 700;
}

.btn_more.btn_center {
	margin: 50px auto;
}

#fixed_header {
	width: 100%;
	min-width: 1280px;
	height: 80px;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: -80px;
	z-index: 9999;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#fixed_header a:link {text-decoration:none; color:#333333;}
#fixed_header a:visited {text-decoration:none; color:#333333;}
#fixed_header a:hover {text-decoration:none; color:#de5e51;}

#fixed_header.inview {
	top: 0;
}

body#top #fixed_header h2, body#sub #fixed_header h3 {
	position: absolute;
	top: 7px;
	left: 70px;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}

#fixed_header img {
	width: 96px;
	height: auto;
	margin-right: 5px;
}

#fixed_header span {
	font-size: 0.75em;
}

body#top #fixed_header h2 a:hover, body#sub #fixed_header h3 a:hover {
	opacity: 0.8;
}

#fixed_header nav {
	position: absolute;
	bottom: 8px;
	right: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 1.4em;
	text-align: right;
	font-weight: 700;
}

#fixed_header nav li {
	display: inline-block;
	margin: 0 12px;
}

#fixed_header nav li.onlySP {
	display: none;
}

#fixed_header nav li.menu_top {
	display: none;
}

#fixed_header nav li a {
	position: relative;
	padding: 0 10px;
}

#fixed_header nav li a::after {
	width: 0;
	height: 3px;
	content: '';
	display: block;
	background: #67806a;
	position: absolute;
	bottom: -10px;
	left: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
}

#fixed_header nav li a:hover::after {
	width: 100%;
}

#fixed_header .contact_tel {
	position: absolute;
	top: 15px;
	right: 40px;
	text-align: right;
}

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

header {
	position: relative;
	padding-top: 95px;
	background: #fff;
}

header a:link {text-decoration:none; color:#333333;}
header a:visited {text-decoration:none; color:#333333;}
header a:hover {text-decoration:none; color:#de5e51;}


#menu_btn {
	display: none;
}

#header_logo {
	width: 325px;
	height: 135px;
	position: absolute;
	top: 0;
	left: 40px;
	border-radius: 0px 0px 20px 20px;
	background: #58715b;
	color: #fff;
	text-align: center;
	padding-top: 35px;
	z-index: 999;
}

header #header_logo a:link {text-decoration:none; color:#fff;}
header #header_logo a:visited {text-decoration:none; color:#fff;}
header #header_logo a:hover {text-decoration:none; color:#fff45c;}

body#top header #header_logo h1, body#sub header #header_logo h2 {
	font-size: 2.6em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
}

body#top header #header_logo h2, body#sub header #header_logo h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 1.2em;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-top: 30px;
}

body#top header #header_logo h2 img, body#sub header #header_logo h3 img {
	width: 50px;
	height: auto;
	margin-right: 8px;
}

.contact_tel {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.2;
}

.contact_tel .contact {
	display: inline-block;
	background: url(../images/common/icon_contact.png) no-repeat left bottom;
	background-size: 20px auto;
	margin-right: 20px;
	padding: 5px 0 0 30px;
}

.contact_tel .tel {
	display: inline-block;
	background: url(../images/common/icon_tel.png) no-repeat left bottom;
	background-size: 20px auto;
	padding: 5px 0 0 30px;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

header .contact_tel {
	position: absolute;
	top: 22px;
	right: 40px;
	text-align: right;
}

header nav {
	position: absolute;
	top: 60px;
	right: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 1.4em;
	text-align: right;
	font-weight: 700;
}

header nav li {
	display: inline-block;
	margin: 0 8px;
	position: relative;
}

header nav li.menu_top {
	display: none;
}

#footer_nav {
	position: relative;
}


@media screen and (min-width: 768px) {

header nav li a {
	position: relative;
	padding: 0 10px;
}

header nav li a::after {
	width: 0;
	height: 3px;
	content: '';
	display: block;
	background: #67806a;
	position: absolute;
	bottom: -15px;
	left: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
}

header nav li a:hover::after {
	width: 100%;
}

}

#page_title {
	width: 100%;
	height: 195px;
	padding-top: 80px;
	border-bottom: solid 1px #67806a;
	text-align: center;
	background: url(../images/common/bg_paper.jpg);
}

#page_title::after {
	width: 109px;
	height: 172px;
	content: '';
	display: block;
	background: url(../images/common/illust_deer_sub.png) no-repeat left top;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: 476px;
	z-index: 99;
}

#page_title h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 2.5em;
	font-weight: 700;
	color: #de5e51;
}

#page_title h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 3.6em;
	font-weight: 700;
}

body.single #page_title {
	height: 120px;
	padding-top: 40px;
}

body.single #page_title h2 {
	font-size: 3.2em;
}

body.single #page_title::after {
	bottom: -90px;
	margin-left: 430px;
}

/*-----------------------------------------------------
	contents
------------------------------------------------------*/

body#top #contents {
	width: 1280px;
	margin: 0 auto;
}

body#sub #contents {
	width: 100%;
	padding-top: 100px;
	background: #faf8f5;
	position: relative;
}

.sect_box {
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}

.breadcrumb {
	width: 1120px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -560px;
}

.breadcrumb li {
	height: 30px;
	display: inline-block;
	font-size: 1.6em;
	line-height: 30px;
	background: url(../images/common/arrow_breadcrumb.png) no-repeat left center;
	background-size: 7px auto;
	padding-left: 24px;
	padding-right: 15px;
}

.breadcrumb li.home {
	background: url(../images/common/icon_home.png) no-repeat left top;
	background-size: 24px auto;
	padding: 0 15px 0 30px;
}

.breadcrumb a:link {text-decoration:underline; color:#333333;}
.breadcrumb a:visited {text-decoration:underline; color:#333333;}
.breadcrumb a:hover {text-decoration:underline; color:#de5e51;}

#index {
	width: 756px;
	margin: 0 auto;
}

.index_inner {
	overflow: hidden;
	padding-bottom: 15px;
}

#index .fLeft {
	width: 480px;
	margin-left: 30px;
}

#index h3 {
	font-size: 2.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	line-height: 1.3;
	margin: 20px 0 10px;
}

#index p {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 1.8em;
}

#index .img_manual {
	float: right;
	margin-right: 30px;
}

.index_contents {
	width: 100%;
	padding: 55px 65px;
	background: #fff;
	border-radius: 10px;
}

#index .index_contents h4, .honbun .index_contents h4 {
	font-size: 2.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}

.index_contents dl {
  margin-bottom: 40px;
  overflow: hidden;
}

.index_contents dl dt {
  width: 100px;
  height: 30px;
  float: left;
  margin-bottom: 10px;
  font-size: 1.8em;
  background: #de5e51;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 8px;
}

.index_contents dl dd {
  width: 490px;
  float: right;
}

.index_contents ul{
  counter-reset: count 0;
  list-style-type: none;
  padding-left: 0;
}

.index_contents li{
	font-size: 1.8em;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
  background: url(../images/common/icon_list.png) no-repeat left center;
  background-size: 13px auto;
}

#index a:link {text-decoration:underline; color:#333333;}
#index a:visited {text-decoration:underline; color:#333333;}
#index a:hover {text-decoration:none; color:#de5e51;}

.pdf_all {
	padding-top: 63px;
	text-align: center;
}

.pdf_all a {
	display: inline-block;
	height: 49px;
	padding-left: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 49px;
	background: url(../images/common/icon_pdf.png) no-repeat left center;
	background-size: 41px auto;
}

.honbun {
	width: 1120px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 80px 45px 45px;
  position: relative;
  overflow: hidden;
}

.honbun a:link {text-decoration:underline; color:#333;}
.honbun a:visited {text-decoration:underline; color:#333;}
.honbun a:hover {text-decoration:underline; color:#de5e51;}

.honbun .btn_more a:link {text-decoration:none; color:#fff;}
.honbun .btn_more a:visited {text-decoration:none; color:#fff;}
.honbun .btn_more a:hover {text-decoration:none; color:#fff;}

.honbun section {
	overflow: hidden;
	padding: 0 0 30px 30px;
}

.honbun h2 {
	font-size: 2.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 50px;
  text-align: center;
  border-bottom: solid 1px #67806a;
  padding-bottom: 15px;
}

.honbun h2 span {
	color: #de5e51;
	font-size: 1.67em;
}

.honbun h3 {
	font-size: 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	margin-bottom: 20px;
}

.honbun h4 {
	font-size: 1.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	margin-bottom: 15px;
}

.honbun h4.number_indent {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.honbun h4.number_indent span {
  font-size: 1.3em;
  color: #de5e51;
  padding-right: 0.2em;
}

.honbun h4.list_arrow_h4 {
  margin-bottom: 5px;
  background: url(../images/common/icon_arrow.png) no-repeat left top 5px;
  background-size: 14px auto;
  padding-left: 25px;
}

.honbun h5 {
	font-size: 1.6em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	margin-bottom: 10px;
}

.honbun .sect_L {
	width: 500px;
	float: left;
}

.honbun .sect_R {
	width: 465px;
	float: right;
}

.honbun .sect_R img {
	width: 100%;
	height: auto;
}

.honbun .sect_full {
	width: 940px;
}

.honbun .sect_padL {
  padding-left: 30px;
}

.honbun p {
	font-size: 1.8em;
	line-height: 1.8;
	margin-bottom: 20px;
}

.honbun p.p_indent {
  padding-left: 25px;
}

.honbun p.font_s {
  font-size: 1.6em;
}

.honbun #index {
	border-top: solid 1px #CCC;
	margin-top: 50px;
}

.honbun .index_contents {
	background: #f5f5f5;
	margin-top: 60px;
  padding: 55px 55px;
}

.lead {
	background: #f2f8ed;
	padding: 20px 30px;
	border-radius: 10px;
}

.lead p {
	font-size: 2em;
}

ul.list_arrow {
	padding-left: 20px;
}

ul.list_arrow li {
	font-size: 1.8em;
	margin-bottom: 15px;
	background: url(../images/common/icon_arrow.png) no-repeat left top 5px;
	background-size: 14px auto;
	padding-left: 25px;
}

ul.disc {
	padding-left: 20px;
}

ul.disc li {
	font-size: 1.8em;
	margin-bottom: 15px;
	list-style-type: none;
	position: relative;
	padding-left: 1em;
}

ul.disc li:before {
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.6em;
	content: "";
	background: #de5e51;
}

ul.disc ul {
	margin-top: 10px;
}

ul.disc ul li {
	font-size: 0.875rem;
}

ul.disc li li:before {
	display: none;
}

ol.number {
  counter-reset: count 0;
  list-style-type: none;
  padding-left: 20px;
}

ol.number li {
	font-size: 1.8em;
	margin-bottom: 15px;
	position: relative;
	padding-left: 2em;
}

ol.number li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  font-weight: bold;
  color: #de5e51;
	font-size: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}


.point {
	padding: 20px;
}

.point h4.point_tit {
	font-size: 2.5em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	color: #de5e51;
	margin-bottom: 10px;
}

.point_contents {
	padding: 25px 50px;
	border-radius: 10px;
	background: #f2f8ed;
  overflow: hidden;
}

.in_short {
	display: block;
	background: url(../images/common/arrow_inshort.png) no-repeat left top 5px;
	background-size: 22px auto;
	margin-top: 5px;
	padding: 5px 0 0 32px;
	font-weight: bold;
}

.image_full {
	width: 100%;
	margin-bottom: 30px;
}

.image_right {
	width: 300px;
	float: right;
	margin: 0 0 15px 15px;
}

.image_right img {
	width: 100%;
	height: auto;
}

.image_right .caption {
	font-size: 1.4em;
	margin-top: 10px;
}

.area_border {
	border: solid 1px #67806a;
	margin-bottom: 25px;
	padding: 20px;
}

.image_area {
	text-align: center;
	margin: 50px 0 30px;
}

.photo_half {
	width: 465px;
	display: inline-block;
	margin: 0 10px;
}

.photo_half img {
	width: 100%;
	height: auto;
}

.photo_full {
  width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

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

.photo_full_full {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}

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

.youtube {
	padding: 0 0 20px 20px;
}

.pdf_download {
	padding-bottom: 30px;
}

.pdf_download dl {
	display: inline-block;
	margin-right: 40px;
	vertical-align: top;
}

.pdf_download dd {
	padding: 15px 0;
	text-align: center;
}

.pdf_download dt {
	min-height: 52px;
	font-size: 1.6em;
	background: url(../images/common/icon_pdf_s.png) no-repeat left top;
	background-size: 25px auto;
	padding-left: 30px;
	text-align: center;
}

@media screen and (min-width: 768px) {

  .pdf_download.one_column {
    text-align: center;
  }

  .pdf_download.one_column dd {
    float: left;
  }

  .pdf_download.one_column dt {
    float: left;
    margin: 70px 0 0 30px;
    padding-left: 40px;
    text-align: left;
    font-size: 1.8em;
  }

}
.table_normal {
  font-size: 1.6em;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  vertical-align: middle;
}

.table_normal th {
  background: #58715b;
  color: #fff;
}

.table_normal th, .table_normal td {
  padding: 10px 20px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  vertical-align: middle;
}


/*----------　レポート　----------*/

.report_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.report_list dl {
	width: 340px;
	margin-right: 30px;
	margin-bottom: 45px;
}

.report_list dl:nth-of-type(3n) {
	margin-right: 0;
}

.report_list dl .report_photo {
	width: 340px;
	height: 255px;
}

.report_list dl .report_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.report_list dl .report_photo a:hover {
	opacity: 0.8;
}

.report_list dt {
	margin-top: 10px;
	font-size: 1.6em;
	font-weight: bold;
}

.report_list dt a:link {text-decoration:none; color:#333;}
.report_list dt a:visited {text-decoration:none; color:#333;}
.report_list dt a:hover {text-decoration:none; color:#de5e51;}

.report_meta {
	margin-top: 15px;
	font-size: 1.4em;
	display: flex;
	justify-content: space-between;
}

.report_category {
	display: flex;
}

.report_category li {
	margin-right: 5px;
}

.report_category li a {
	display: block;
	height: 25px;
	padding: 0 15px;
	background: #e6805c;
	text-align: center;
	line-height: 25px;
	border-radius: 3px;
}

.report_category li a:link {text-decoration:none; color:#fff;}
.report_category li a:visited {text-decoration:none; color:#fff;}
.report_category li a:hover {text-decoration:none; color:#fff;}

.report_category li a:hover {
	background: #6c856f;
}

.report_date {
	padding-top: 5px;
	color: #666;
}

.single_title {
	margin-bottom: 30px;
}

body.single .honbun h1 {
	font-size: 2.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: solid 1px #67806a;
	padding-bottom: 15px;
}

.honbun .report_date {
	font-size: 1.6em;
	text-align: right;
}

.report_summary {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

body.single.report .honbun h2 {
	font-size: 2.4em;
	text-align: left;
	border: none;
	margin-bottom: 20px;
}

.report_summary_photo {
	width: 540px;
	height: 405px;
	border-radius: 10px;
	overflow: hidden;
}

.report_summary_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.report_summary_honbun {
	width: 460px;
}

.photo_two_column {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.photo_two_column div {
	width: 48%;
	aspect-ratio: 4/3;
}

.photo_two_column div img {
  width: 100%;
  height: 100%;
  object-fit: cover;	
}

.photo_three_column {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.photo_three_column div {
	width: 32%;
	aspect-ratio: 4/3;
}

.photo_three_column div img {
  width: 100%;
  height: 100%;
  object-fit: cover;	
}

.photo_four_column {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.photo_four_column div {
	width: 24%;
	aspect-ratio: 4/3;
}

.photo_four_column div img {
  width: 100%;
  height: 100%;
  object-fit: cover;	
}

.frame_green {
	margin-bottom: 30px;
  padding: 30px 50px 10px;
  border: solid 1px #67806a;
  border-radius: 10px;
}

.normal_list {
  margin-bottom: 25px;
}

.normal_list li {
  font-size: 1.8em;
  margin-bottom: 7px;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.normal_list li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #67806a;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
}

.reference_link {
  padding: 30px 50px;
  border: solid 1px #67806a;
  border-radius: 10px;
}

.link_list {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.link_list dt {
  font-weight: bold;
	margin-bottom: 10px;
}

.link_list dd {
  padding-left: 1em;
}

.link_list a:link {text-decoration:underline; color:#de5e51;}
.link_list a:visited {text-decoration:underline; color:#de5e51;}
.link_list a:hover {text-decoration:none; color:#de5e51;}

a.outerlink {
  background: url(./../images/common/icon_outerlink.png) no-repeat right center;
  padding-right: 30px;
}

.honbun .btn_more {
	margin: 0 auto;
}


/*---- table ----*/

table.normal {
  width: 100%;
  font-size: 1.6em;
  border-top: solid 1px #ccc;
  line-height: 2;
}

table.normal th {
  width: 40%;
  font-weight: normal;
  background: #f0f0f0;
  vertical-align: middle;
  text-align: center;
}

table.normal th, table.normal td {
  padding: 15px 30px;
  border-bottom: solid 1px #ccc;
}

table.normal img {
  margin-bottom: 10px;
}

.icon_pdf {
  padding: 8px 0 5px 38px;
  background: url(./../images/common/icon_pdf.png) no-repeat left center;
}

a.icon_pdf:link {text-decoration:underline; color:#333;}
a.icon_pdf:visited {text-decoration:underline; color:#333;}
a.icon_pdf:hover {text-decoration:underline; color:#67806a;}


/*---- page navi -----*/

.wp-pagenavi {
	text-align:center;
	margin:30px 0;
	font-size: 1.8em;
}

.wp-pagenavi .pages {
	display:none;
}

.wp-pagenavi a {
	display:inline-block;
}

.wp-pagenavi a, .wp-pagenavi span {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: solid 1px #c0c0c0;
	margin: 2px;
	padding: 0 !important;
	background: #fff;
	display:inline-block;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#de5e51;
	border: solid 1px #de5e51 !important;
	color: #fff;
}


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

footer {
  clear: both;
  width: 100%;
  padding-top: 100px;
}

footer a:link {text-decoration:none; color:#333333;}
footer a:visited {text-decoration:none; color:#333333;}
footer a:hover {text-decoration:none; color:#de5e51;}

#footer_top {
	text-align: center;
	border-bottom: solid 1px #67806a;
	position: relative;
}

#footer_top::after {
	width: 104px;
	height: 65px;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 20px;
	background: url(../images/common/illust_boar.png) no-repeat center center;
}

.footer_logo {
	display: inline-block;
}

.footer_logo img {
	width: 96px;
	height: auto;
}

.footer_corpname {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 1.8em;
	font-weight: 700;
	margin: 10px 0 20px;
}

#footer_bottom {
	background: #fff;
	text-align: center;
	padding-top: 35px;
}

#footer_nav {
	padding-bottom: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
}

#footer_nav ul {
	margin-bottom: 25px;
	font-size: 1.4em;
}

#footer_nav li {
	margin: 0 20px;
	display: inline-block;
}


#copyright {
	padding: 30px 0;
	background: #666;
	border-top: solid 1px #343434;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
}

#pagetop {
	width:40px;
	height:40px;
	background: url(../images/common/pagetop.png) no-repeat center center #343434;
	background-size: 33px auto;
	position:fixed;
	right: 40px;
	bottom: 100px;
	z-index: 999;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

#pagetop.inview {
	opacity: 1;
}

#pagetop img:hover {
	opacity:0.8;
}

body#sub footer {
	background: #faf8f5;
}

/*-----------------------------------------------------
	Responsive
-----------------------------------------------------*/

.onlyPC { display: block;}
.onlySP { display: none;}

@media screen and (max-width: 767px) {
	.onlyPC { display: none;}
	.onlySP { display: block;}
}



/*-----------------------------------------------------

	SP layout

------------------------------------------------------*/


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


/*-----------------------------------------------------
	SP general　
-----------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	min-width: inherit;
	font-size: 1rem;
}

#wrapper {
	max-width: 100%;
}

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

.sp_kaigyou {
	display: block;
}

.pc_kaigyou {
	display: inline;
}

.btn_more {
	width: 100%;
	height: 45px;
	margin: 10px auto 30px;
}

.btn_more a {
	font-size: 1.4rem;
	line-height: 45px;
	padding-right: 20px;
}

.btn_anime a {
	background-position: right 10px center;
}

.btn_contact {
	width: 75%;
	height: 40px;
}

.btn_contact a {
	font-size: 2rem;
	line-height: 38px;
}

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

header {
	padding-top: 67px;
}

#fixed_header {
	display: none;
}

#menu_btn {
	display: block;
	position: fixed;
	width: 60px;
	height: 67px;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 9999;
	background: rgba(255,255,255,0.9);
}


.menuButton {
	display: block;
	width: 30px;
	height:30px;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 9999;
}

	.menuButton span {
		display: block;
		background: #4c4c4c;
		width: 28px;
		height: 4px;
		position: absolute;
		left: 0px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}

	.menuButton span:first-child {
		top: 1px;
	}

	.menuButton span:nth-child(2) {
		margin-top: -4px;
		top: 50%;
	}

	.menuButton span:last-child {
		bottom: 5px;
	}

	.menuButton.active span {
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}

	.menuButton.active span:first-child {
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	.menuButton.active span:nth-child(2) {
		opacity: 0;
	}

	.menuButton.active span:last-child {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

.menu_tit {
	position: absolute;
	font-size: 1.4rem;
	left: 7px;
	bottom: 3px;
}

#header_navi {
	width: 0;
	height: 100%;
	overflow-x: hidden;
	position: fixed;
	top: 0px;
	right: 0px;
	background: rgba(0,0,0,0.9);
	padding-top: 100px;
	z-index: 9998;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	font-size: 1.6rem;
}

#header_navi.open-menu {
	width: 100%;
}

header nav li {
	display: block;
	text-align: center;
	margin-bottom: 25px;
}

header nav li.menu_top {
	display: block;
}

header nav li a {
	display: block;
	width: 100%;
}

header a:link {text-decoration:none; color:#fff;}
header a:visited {text-decoration:none; color:#fff;}
header a:hover {text-decoration:none; color:#f6ff00;}

header nav li.menu_top {
	position: relative;
	margin-bottom: 40px;
}

header nav li.menu_top::after {
	width: 30px;
	height: 1px;
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -15px;
}


header nav ul.sns_link {
	position: relative;
	top: inherit;
	right: inherit;
	margin-top: 60px;
}

#header_logo {
	width: 100%;
	height: 67px;
	padding-top: 10px;
	left: 0;
	border-radius: 0;
	text-align: left;
	padding: 7px 0 0 12px
}

body#top header #header_logo h2, body#sub header #header_logo h3 {
	font-size: 1.2rem;
	top: 30px;
	margin-top: 3px;
}

body#top header #header_logo h2 img, body#sub header #header_logo h3 img {
	width: 50px;
	margin-right: 5px;
}

body#top header #header_logo h1, body#sub header #header_logo h2 {
	width: auto;
	font-size: 1.6rem;
	margin-top: 5px;
}

header .contact_tel {
	width: 125px;
	top: 14px;
	right: 60px;
	text-align: left;
	font-size: 1.2rem;
	color: #fff;
	z-index: 999;
}

.contact_tel .contact {
	margin-right: 0;
	margin-bottom: 3px;
	padding-left: 25px;
}

header .contact_tel .contact {
	background-image: url(../images/common/icon_contact_wh.png);
}

.contact_tel .tel {
	padding-left: 25px;
}

header .contact_tel .tel {
	background-image: url(../images/common/icon_tel_wh.png);
}

#page_title {
	height: auto;
	padding-top: 25px;
	padding-bottom: 10px;
}

body.single #page_title {
	height: auto;
	padding: 25px 0;
}

#page_title h2 {
	font-size: 1.4rem;
}

body.single #page_title h2 {
	font-size: 1.6rem;
}

#page_title h1 {
	width: 75%;
	margin: 0 auto;
	font-size: 2rem;
}

#page_title::after {
	width: 60px;
	height: 95px;
	background-size: 100% auto;
	margin-left: 0;
	left: inherit;
	right: 10px;
	bottom: -5px;
}

body.single #page_title::after {
	margin-left: 0;
	left: inherit;
	right: 10px;
	bottom: -20px;
}
/*-----------------------------------------------------
	SP contents
------------------------------------------------------*/

body#top #contents {
	width: 100%;
	padding: 20px 4% 0;
}

body#sub #contents {
	width: 100%;
	padding: 30px 4% 0;
}

.breadcrumb {
	width: 100%;
	position: relative;
	top: inherit;
	left: inherit;
	margin: 0 0 20px 0;
}

.breadcrumb li {
	height: 20px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 28px;
	background-position: left 10px center;
}

.breadcrumb li.home {
	background-size: 18px auto;
	padding-right: 0;
}

.sect_box {
	width: 100%;
}

#index {
	width: 100%;
	padding-top: 30px;
}

#index .fLeft {
	width: 68%;
	margin: 0;
}

#index h3 {
	margin-top: 0;
	font-size: 1.8rem;
}

#index p {
	font-size: 1.6rem;
}

#index .img_manual {
	width: 25%;
	margin: 10px 0 0;
}

.index_contents {
	padding: 20px;
}

#index .index_contents h4 {
	font-size: 2rem;
}

.index_contents dl {
  margin-bottom: 20px;
}

.index_contents dl dt, .index_contents dl dd {
  float: none;
}

.index_contents dl dt {
  width: 80px;
  height: 25px;
  font-size: 1.5rem;
  line-height: 25px;
}

.index_contents dl dd {
  width: 100%;
}

.index_contents li {
	font-size: 1.4rem;
  margin-bottom: 10px;
	padding-left: 18px;
  background-size: 10px auto;
  background-position: left top 4px;
}

.pdf_all {
	padding-top: 10px;
}

.pdf_all a {
	font-size: 1.6rem;
	background-size: 30px auto;
	padding-left: 40px;
}

.honbun {
	width: 100%;
	padding: 30px 20px 15px;
}

.honbun section {
	padding: 0 0 15px 0;
}

.honbun h2 {
	font-size: 1.7rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.honbun h2 span {
	line-height: 1.2;
}

.honbun h3 {
	font-size: 1.6rem;
	margin-bottom: 12px;
}

.honbun h4 {
  font-size: 1.4rem;
}

.honbun h4.number_indent {
  margin-bottom: 10px;
}

.honbun .sect_full {
	width: 100%;
}

.honbun .sect_L, .honbun .sect_R {
	width: 100%;
	float: none;
}

.honbun .sect_R {
	margin-bottom: 30px;
}

.honbun p {
	font-size: 1.4rem;
}

.honbun p.font_s {
  font-size: 1.2rem;
}

.honbun .index_contents {
	margin-top: 30px;
	padding: 20px;
}

.photo_full {
  width: 100%;
}

ul.list_arrow {
	padding: 0;
}

ul.list_arrow li {
	font-size: 1.4rem;
	background-position: left top 2px;
}

.point {
	margin-bottom: 25px;
	padding: 0;
}

.point h4 {
	font-size: 1.8rem;
}

.point_contents {
	padding: 15px;
}

ul.disc {
	padding-left: 0;
}

ul.disc li {
	font-size: 1.4rem;
}

ol.number {
	padding-left: 0;
}

ol.number li {
	font-size: 1.4rem;
}

.in_short {
	background-size: 18px auto;
	padding-left: 25px;
}

.image_area {
	margin: 0 0 25px;
}

.photo_half {
	width: 100%;
	display: block;
	margin: 0 0 30px 0;
}

.image_right {
	width: 100%;
	float: none;
	margin: 0 0 15px 0;
}

.honbun #index {
	margin-top: 30px;
}

.lead {
	padding: 20px 15px 0;
}

.lead fLeft, .lead fRightt {
	float: none;
}

.youtube {
  position: relative;
  width: 100%;
	margin-bottom: 30px;
  padding-top: 50%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.pdf_download {
	text-align: center;
}

.pdf_download dl {
	width: 100%;
	margin: 0 0 30px;
}

.pdf_download dd img {
	width: 100px;
}

.pdf_download dt {
	font-size: 1.3rem;
}

.table_normal {
  font-size: 1.4rem;
}

.table_normal th, .table_normal td {
  padding: 7px 5px;
}

.frame_green {
  padding: 15px 20px 0 10px;
}

.reference_link {
  padding: 15px;
}

.link_list {
  font-size: 1.6rem;
}

.link_list a {
  word-break: break-all;
}

/*----------　レポート　----------*/

body.single .honbun h1 {
	font-size: 1.8rem;
	line-height: 1.5;
	padding-bottom: 10px;
}

.single_title {
	margin-bottom: 15px;
}

.honbun .report_date {
	font-size: 1.4rem;
	padding-top: 0;
}

.report_summary {
	display: block;
}

.report_summary_photo {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	border-radius: 5px;
}

.report_summary_honbun {
	width: 100%;
}

body.single.report .honbun h2 {
	font-size: 1.7rem;
	padding-bottom: 0;
}

.photo_three_column, .photo_four_column {
	flex-wrap: wrap;
}

.photo_three_column div, .photo_four_column div {
	width: 48%;
	margin-bottom: 15px;
}


/*---- table -----*/

table.normal {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

table.normal th, table.normal td {
  padding: 15px;
  vertical-align: middle;
}

table.normal img {
  width: auto;
}

/*---- page navi -----*/

.wp-pagenavi {
	font-size: 1.6rem;
}

.wp-pagenavi a, .wp-pagenavi span {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

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

footer {
	padding-top: 30px;
}

#footer_top {
	padding-top: 20px;
}

footer nav {
	text-align: left;
	padding: 0 20px;
	overflow: hidden;
}

#footer_nav ul {
	width: 50%;
	float: left;
	margin-bottom: 0;
}

#footer_nav li {
	display: block;
	margin: 0 0 10px 0;
}

#copyright {
	padding: 20px 0;
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (max-width: 320px) {
footer nav li {
	margin: 0 10px;
}

}

.footer_logo img {
	width: 70px;
}

.footer_corpname {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

#footer_top::after {
	width: 70px;
	height: 40px;
	left: 10px;
	background-size: 100% auto;
}

footer .contact_tel .contact {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.4rem;
}

}
/*-----------------------------------------------------
	general
------------------------------------------------------*/

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

.clear {
	clear: both;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.txtCenter {
	text-align:center !important;
}

.txtLeft {
	text-align:left !important;
}

.txtRight {
	text-align:right !important;
}

.txtInd {
	text-indent: 1em;
}

.fontB {
	font-weight: 700 !important;
}

.disIB {
	display: inline-block;
}

.disnone {
	display: none !important;
}

.font_s {
	font-size: 0.875em;
}

.font_l {
	font-size: 1.25em;
}

.font_orange {
	color: #f67f00 !important;
}

.font_yellow {
	color: #feff87 !important;
}

.font_red {
	color: #de5e51 !important;
}

.font_green {
	color: #2eab52 !important;
}

.font_blue {
	color: #2eb8c6 !important;
}

.font_deepblue {
	color: #005bcb !important;
}

.font_bk {
	color: #000 !important;
}

.of_hidden {
	overflow: hidden;
}

.disnone {
	display: none;
}

.txtIndent {
	text-indent: -1.2em;
	padding-left: 1em;
}

.div_center {
  margin-left: auto;
  margin-right: auto;
}

.strikethrough {
	text-decoration: line-through;
}

.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:50px !important;}
.mt90 { margin-top:90px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb55 { margin-bottom:55px !important;}
.mb60 { margin-bottom:60px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pt60 { padding-top:60px !important;}
.pt70 { padding-top:70px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}

/*-----------------------------------------------------
  br無効化
-----------------------------------------------------*/

@media screen and (min-width: 768px) {
  br.pc_br_off {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  br.sp_br_off {
    display: none;
  }
}
