.home .site-header {
	padding-bottom: 25px;
}
.entry-content p {
	font-size: 1rem;
    margin-bottom: 80px;
}
.entry-content h3 {
	font-size: 1.2rem;
  padding: 1rem 1rem;
	font-weight: bold;
  border-left: 5px solid #ff7f00;
  background: #f4f4f4;
	margin-top: 1.5rem;
}
.entry-content iframe {
	display: block;
    max-width: 600px !important;
    width: 100%;
    margin: 0 auto !important;
    height: 350px;
}
.site-header:not(.has-logo).has-title-and-tagline .site-branding {
    margin-right: 0;
    max-width: calc(100% - 0px) !important;
}

@charset "utf-8";

/* Utilities
------------------------------------------------------------------- */
.sec_lv1 {
	margin-top: 50px;
}

.sec_lv2 {
	margin-top: 40px;
}

.sec_lv3 {
	margin-top: 30px;
}

.sec_lv4 {
	margin-top: 20px;
}
.inner_base {
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	width: 960px;
}
@media print,screen and (min-width: 961px){
	.inner_base {
		max-width: 960px !important;
	}
}
@media print,screen and (max-width: 960px){
.inner_base {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
.sec_lv1 {
	margin-top: 25px;
}
.sec_lv2 {
	margin-top: 20px;
}
.sec_lv3 {
	margin-top: 15px;
}
.sec_lv4 {
	margin-top: 10px;
}
}
@media print,screen and (max-width: 768px){
.inner_base {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	box-sizing: border-box;
}
}
.inner_lv1 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.inner_lv2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.inner_lv3 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.inner_lv4 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.ib {
	display: inline-block;
}

.wrap::after {
	content: "";
	display: table;
	clear: both;
}

/* Button
------------------------------------------------------------------- */
.btn {
	margin: auto;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	border: none;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	outline: none;
	position: relative;
	transition: all .5s;
	border-radius: 20px;
}
.btn a:hover{
	transition: all .5s;
	opacity: 0.7;
}
/* Default */
.btn_default {
	color: #40220F !important;
	background: #aaaaaa;
}

/* main */
.btn_main {
	color: #ffffff !important;
	background: #b3b3b3;
	border-radius: 50px ;
}

/* Sub */
.btn_sub {
	color: #40220F !important;
	background: #FDE9C0;
}

/* Button Size */
.btn_xs {
	padding: 1px 5px;
	font-size: 1.1rem;
}

.btn_sm {
	padding: .4em;
	font-size: 1.6rem;
	width: 160px;
}

.btn_md {
	padding: .6em 3em;
	font-size: 1.6rem;
	line-height: 1.4;
}

.btn_lg {
	padding: 1.2em 2em;
	font-size: 1.8rem;
}

.btn_block {
	width: 100%;
	display: block;
}

/* Option */
.btn_download::before {
	font-size: 150%;
	vertical-align: middle;
	content: "\e81e";
	font-family: 'fontello';
}

.btn_download::after {
	display: none;
}

.btn_close::before {
	margin-right: .5em;
	content: "\e821";
	font-family: 'fontello';
}

.btn_blank::after {
	margin-left: .5em;
	font-size: 120%;
	vertical-align: middle;
	content: "\e820";
	font-family: 'fontello';
}

.btn_list::before {
	margin-right: 5px;
	content: "\e818";
	font-family: 'fontello';
}
/* 表示非表示切り替え
------------------------------------------------------------------- */
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
@media print,screen and (max-width: 767px){
.pc_only {
    display: none;
}
.sp_only {
    display: block;
}
}
/* label
------------------------------------------------------------------- */
.label,
a.label {
  background: #333333;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 4px 2px 4px;
  width: 84px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
	font-size: 1.2rem;
}
.label:hover,
a.label:hover {
  color: #ffffff;
}
.label-info,
a.label-info {
  background-color: #e88a1c;
}
.label-news,
a.label-news {
  background-color: #e88859;
}
.label-pickup,
a.label-pickup {
  background-color: #e88a1c;
}
.label-report,
a.label-report {
  background-color: #a8c44d;
}
/* Heading
------------------------------------------------------------------- */
h1{
	
}
h2{
	padding: 6px 0;
	margin:  0 0 20px;
	text-align: left;
	color: #333333;
	font-size: 1.6rem;
	border-bottom: 2px solid #ff7f00;
	font-weight: bold;
}
h2 .sub_ttl{
	margin: 0 0 0 5px;
	color: #999999;
	font-size: 1.4rem;
}
/*sub visual ttl*/
h3 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  z-index: 0;
  font-size: 1.8rem;
  border-bottom: 1px dotted #ff7f00;
  
}
h4{
}/*postpage*/
@media print,screen and (max-width: 767px){
h2 .ttl {
  line-height: 1.3;
  font-size: 2.2rem;
}
h3 .ttl {
  line-height: 1.3;
  font-size: 2.8rem;
}
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}


/* ==========================================================================
   common
   ========================================================================== */
.container{
	width: 100%;
	margin: 0;
	padding: 0;
}
/* ==========================================================================
   header
   ========================================================================== */
.site_header{
	width: 100%;
	margin: 0;
	padding: 0;
}
.site_discription{
	background-color: #ffc466;
	font-size: 1.2rem;
	padding: 3px 0;
}
@media print,screen and (max-width: 767px){
.site_discription{
	padding: 3px 0;
	line-height: 1.2
}
}
.header_sub{
	padding: 10px 0 10px;
	margin: 0 auto 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.site_logo {
	margin: 0;
	padding: 0;
  width: 117px;
  height: auto;
}

.site_logo img {
	margin: 0;
	padding: 0;
  width: 117px;
  height: 80px;
}
.site_ttl{
	margin: 0;
	padding: 0 10px;
	width: 60%;
	font-size: 1.4rem;
}
.header_sub_nav{
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.site_information{
	margin: 0;
	padding: 0;
}
.site_information span{
	display: block;
	line-height: 1.6;
	text-align: right;
	font-size: 1.3rem;
}
.site_information span.tel{
	font-size: 2.4rem;
}
.site_information span.tel a::before {
	margin-right: 5px;
	content: "\e810";
	font-family: 'fontello';
}
.site_information span.tel a{
	color: #ff7f00;
}
@media print,screen and (max-width: 960px){
.header_sub{
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
}
@media print,screen and (max-width: 767px){
.header_sub{
	width: 100%;
	flex-direction: column;
}
.site_logo {
	margin: 0 0 10px 0;
	padding: 0;
  width: 117px;
  height: auto;
}
.site_information span.tel{
	font-size: 3.0rem;
	line-height: 1;
}
.site_ttl{
	display: none;
}
}

.header_main{
	padding: 0;
	margin: 0 auto;
}
.global_nav {
	width: 100%;
	position: relative;
}
.global_nav .nav_global_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	margin-bottom: 20px;
}
ul.nav_global_set li ul li{
	height: 45px;
	width: 20%;
	border-bottom: 0px solid #990000;
	color: #fff;
}
ul.nav_global_set li ul li:first-child{
 	border-top: 0;
}
ul.nav_global_set li ul li:last-child{
  	border-bottom: 0;
}
ul.nav_global_set li ul li:last-child a{
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
ul.nav_global_set li ul li a{
	padding: 16px 15px 16px 20px;
	text-align: left;
	font-size: 1.3rem;
	font-weight: normal;
	color: #333333;
	display: block;
}

@media print,screen and (max-width: 767px){
	.global_nav{
		display: none;
	}
.site_logo {
  max-width: 280px;
  text-align: center;
}
}
/* dropdownmenu */
ul.nav_global_set {
	max-width: 960px;
	height: 30px;
	margin: 0 auto;
	background-color: #ffffff;
} 
ul.nav_global_set li.parent {
	position: relative;
	width: 20%;
	text-align: center;
	border-left:1px solid #999999;
	z-index: 100;
}
ul.nav_global_set li.parent:last-child {
	border-right:1px solid #999999;
}
ul.nav_global_set li a {
	display: block;
	margin: 0;
	padding: 14px 0 14px 0;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	font-size: 1.4rem;
	width: 100%;
}
ul.nav_global_set li a:hover{
	color: #4e8aeb;
	opacity: 1;
}
ul.nav_global_set li ul {
	padding: 0 0 0 0;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}
ul.nav_global_set li ul li{
	height: 45px;
	width: 238px;
	border-bottom: 0px solid #990000;
	color: #fff;
}
ul.nav_global_set li ul li:first-child{
 	border-top: 0;
}
ul.nav_global_set li ul li:last-child{
  	border-bottom: 0;
}
ul.nav_global_set li ul li:last-child a{
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
ul.nav_global_set li ul li a{
	padding: 16px 15px 16px 20px;
	text-align: left;
	font-size: 1.3rem;
	font-weight: normal;
	color: #333333;
	background: url(images/com/com_arrow_01.gif) no-repeat 3% 50% rgba(255,255,255,0.9);
	display: block;
}
/* dropdownmenu：rollover */
ul.nav_global_set li.parent a:hover {
	color: #ff7f00;
	opacity: 1;
}
ul.nav_global_set li ul li a:hover{
	background-color: rgba(78, 138, 235, 0.9);
	color: #ffffff !important;
}
/* dropdownmenu：current */
a.nav_item.current {
	color: #ff7f00 !important;
	opacity: 1;
}
a.nav_item.current{
	background-color: rgba(255, 255, 255, 1);
	color: #ffffff;
}

.visual_area {
	margin: 0;
	width: 100%;
}
.visual_area .inner{
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	max-width: 960px;
}
/* ==========================================================================
   main
   ========================================================================== */
.contents{
	margin-top: 30px;
	min-height: 400px;
}
.contents .two_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}   
@media print,screen and (max-width: 767px){
.contents .two_column {
	flex-direction: column;
}   
.contents .two_column .main {
  width: 100%;
}   
.contents .two_column .sub {
  width: 100%;
}
}

/*info_area*/
.info_area{
	width: 100%;
}
/*picup_area*/
.picup_area{
	width: 100%;
}
.picup_set{
	width: 100%;
	margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.picup_item{
	width: 23.80952%;
	margin: 0 0 10px 0;
	padding: 0;
}

@media print,screen and (max-width: 767px){
.picup_set{
	margin: 0 0 20px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
}
.picup_item{
	width: 47%;
	margin: 0 auto 10px;
}
.picup_item img{
	width: 100%;
}
}
.more_btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #b3b3b3;
	padding: 10px 0 4px;
	font-size: 1.3rem;
}
.more_btn::after{
	font-size: 3rem;
	vertical-align: middle;
	content: "\f105";
	font-family: 'fontello';
	color: #ffc466;
	margin-left: 0.2em;
	line-height: 1;
}
/*sub*/
.sub img{
	margin: 0 auto 0;
}
.sub figure{
	text-align: center;
}
/* ==========================================================================
   footer
   ========================================================================== */
.copy{
	font-size: 1.3rem;
	padding: 3px 0;
	text-align: center;
	background-color: #ff7f00;
	color: #ffffff;
}

.footer_sub{
	width: 100%;
	margin: 50px 0 0;
	padding: 40px 0 20px;
	background-color: #ced5f7;
}
.nav_sub_set{
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	flex-wrap: wrap;
}
.nav_sub_set .nav_sub_item{
	margin: 0 0 20px 0;
}


.footer_ttl{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.4rem;
}

.footer_main{
	width: 100%;
	margin: 70px 0 0 0;
	padding: 20px 0 16px;
	background-color: #ffc466;
}
.footer_main a{
	color: #333333;
}
.footer_main a:hover,
.footer_main a:active {
	color: #ff7f00;
	text-decoration: underline;
	cursor: pointer;
}

.footer_main_set{
	width: 100%;
	margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.footer_main_item{
	margin: 0 10px 0 0;
	font-size: 1.4rem;
}
.footer_nav_set{
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.footer_nav_item{
	margin: 0 16px 0 0;
	font-size: 1.4rem;
}
.footer_nav_item::before{
	margin-right: 5px;
	content: "\f138";
	font-family: 'fontello';
}
@media print,screen and (max-width: 767px){
.footer_main_set{
	flex-direction: column;
}
.footer_main_item{
	margin: 0 10px 0 0;
	font-size: 1.4rem;
}
.footer_nav_set{
	flex-direction: column;
}
.footer_nav_item{
	margin: 0 10px 0 0;
	font-size: 1.4rem;
}
}

/* ==========================================================================
   drawer
   ========================================================================== */

@media print, screen and (min-width:768px) {
	#globalToggleNav{
		display: none;
	}	
}
.sp_nav > .ttl{
	width: 100%;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-size: 1.8rem;
	color: #333333;
	font-family: 'Roboto', sans-serif;
}

.sp_nav .nav_main {
	margin: 0 0 30px;
}
.sp_nav ul.nav_set {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	border-top: solid 1px #aaaaaa;
	border-left: solid 0px #ddd;
	border-right: solid 0px #ddd;
}
.sp_nav ul.nav_set li.nav_item a{
	width: 100%;
	padding: 14px 0;
	margin: 0;
	text-decoration: none;
	position: relative;
	display: block;
	border-bottom: solid 1px #aaaaaa;
	text-align: center;
	background-color: #f7f7f7;
	color: #333333;
	font-size: 1.5rem;
}
.sp_nav ul.nav_set li.nav_item a:hover{
	background-color: #ffffff;
	opacity: 1.0;
}
/*
.sp_nav ul.nav_set li.nav_item a:after {
  margin-top: -.5em;
  line-height: 1;
  content: '\e803';
	font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 10px;
}
*/
.sp_nav ul.nav_set li.nav_item a i{
	font-size: 2.0rem;
}
.sp_nav ul.nav_set li.nav_item.drawer-dropdown a:after {
  margin-top: -.5em;
  line-height: 1;
  content: '\e806';
	font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 10px;
}
.drawer-dropdown-menu li a{
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	line-height: 1.6rem;
}
.drawer-dropdown-menu li a::after {
  margin-top: -.5em !important;
  line-height: 1 !important;
  content: '\f105' !important;
	font-family: 'fontello' !important;
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
}
.sp_nav .nav_sub .nav_set {
  border-top: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sp_nav .nav_sub a {
  padding: 1em 10px;
  font-size: 1.2rem;
  background-color: #ffffff !important;
  border-bottom: 0px !important;
}
.sp_nav .nav_sub .nav_item {
  border-bottom: 0px !important;
  width: 48%;
  background-color: #ffffff;
}
.sp_nav .contact_area {
  margin: 0;
  padding: 20px 20px;
  background: #ffffff;
}
.sp_nav .contact_area .ttl{
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.sp_nav .contact_area .tel_box{
	width: 100%;
	margin: 0;
	padding: 0;
}
.sp_nav .contact_area .tel a {
  font-size: 30px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  color: #ff7f00;
}
.sp_nav .contact_area .tel a:before{
  line-height: 1;
  content: '\e810';
	font-family: 'fontello';
	margin-right: 0.2em;
  color: #ff7f00;
}
.sp_nav .contact_area .time {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin: 0 0 10px 0;
}
.sp_nav ul.contact_btn_set{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sp_nav ul.contact_btn_set li{
	width: calc((100% - 10px) / 2);
}
.sp_nav ul.contact_btn_set li a {
	margin: 0;
	padding: 16px 0 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border: none;
  border-radius: 50px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  transition: all .5s;
  background-color: #99cf4c;
}
.sp_nav ul.contact_btn_set li a:hover{
  background-color: #b7ea6f;
}
.close_area{
  margin: 0;
  padding: 20px 20px 20px;
}
.sp_nav #close {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #b5bec3;
  color: #fff;
  font-size: 1.4rem;
}
.sp_nav #close:hover {
  background-color: #757c7f;
  cursor: pointer;
}
.sp_nav #close::before,
.sp_nav #close::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.sp_nav #close,
.sp_nav #close::before,
.sp_nav #close::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.tw_area {
	height: 500px;
    overflow: scroll;
}
.mb50 p {
	margin-bottom: 5px;
}
.entry-content h4 {
	font-size: 1.2rem;
}
@media print,screen and (min-width: 961px){
div.whatsnew {
    max-width: 960px !important;
	width: 100%;
}
}