@charset "UTF-8";
body {
	background: url(../img/common/bg.jpg) left top;
	min-width: 970px;
	line-height: 1.6;
}
a img {
	transition: .3s;
}
a:hover img {
	opacity: 0.60;
}
.meta .post_category, .meta .post_comment, .read_top2 .desc {
	display: none!important;
}
/*-----------------------------------------------------
ヘッダー
-------------------------------------------------------*/
#pg_h1 {
	background-color: #25B7AA;
	width: 100%;
}
#pg_h1 h1 {
	color: #FFF;
	width: 918px;
	font-weight: bold;
	padding: 5px 0;
	font-size: 84.6%;
	font-size: 11px;
	margin: 0 auto;
}
/**/
#header {
	width: 100%;
	background-color: #FFF;
}
#header #menu {
	display: none!Important;
}
#header div.box_h1 {
	margin-bottom: 15px;
}
#header div.box_h1 .clearfix {
	width: 918px;
	margin: 0 auto;
	padding: 15px 0;
}
#header .h1_logo:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#header .h1_logo {
	min-height: 1px;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}
#header .h1_logo h1 {
	font-size: 0;
	line-height: 1;
}
#header h1 a {
	display: block;
}
#header h1 a img {
	width: auto;
	height: 46px;
	height: 54px
}
#header p {
	float: right;
	margin: 3px 0 0 20px;
	line-height: 1;
	font-size: 0;
}
#header .ex_line{
	float: right;
	margin:3px 0 0;
	font-size: 0;
}
#header .ex_line a{
	display: block;
}
#header .ex_line img{
	height: 45px;
	width: auto;
}
p.btn_contact img {
	display: none;
}
p.btn_contact img.btn {
	display: block;
}
p.btn_left a {
	display: none;
}
p.btn_left img {
	display: block;
}
/*-----------------------------------------------------
グローバルナビ
-------------------------------------------------------*/
#gnav {
	background: url(../img/common/bg_nav.png) left top repeat-x;
	width: 100%;
	padding-bottom: 2px;
	display: block!Important;
	clear: both;
}
#gnav ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#gnav ul {
	min-height: 1px;
	width: 940px;
	margin: 0 auto;
	display: block!important;
	height: 53px!important;
	background: url(../img/common/bg_navli.png) right top no-repeat, url(../img/common/bg_navli.png) left top no-repeat;
}
#gnav ul li {
	float: left;
	display: inline;
	text-align: center;
	padding-right: 1px;
	line-height: 1;
	font-size: 0;/*
	width:14.28%;*/
	width: 12.5%;
	box-sizing: border-box;
}
#gnav ul li a {
	display: block;
	font-size: 14px;
	height: 39px;
	text-decoration: none;
	padding: 14px 0 0;
	color: #442600;
	text-shadow: 0px 0px 3px #ffffff;
	border-right: solid 1px #fff;
}
#gnav ul li a span {
	display: block!Important;
	font-size: 9px;
	margin-top: 6px;
	color: #25b7aa;
	border-bottom: solid 3px #1E988B;
	padding-bottom: 5px;
}
#gnav ul li.current a, #gnav ul li.current a span, #gnav ul li a:hover, #gnav ul li a:hover span {
	color: #EF5382;
}
#gnav ul li.current a span, #gnav ul li a:hover span {
	border-bottom: solid 3px #EF5382;
}
#gnav ul li.sp_nav {
	display: none;
}
#navoverlay {
	display: none!Important;
}
/*-----------------------------------------------------
サイドナビ
-------------------------------------------------------*/	
aside#sidenav {
	float: left;
	width: 228px;
	line-height: 1;
	font-size: 0;
}
aside#sidenav ul {
	padding-bottom: 10px
}
aside#sidenav ul li {
	margin-bottom: 20px;
}
aside#sidenav ul li img {
	max-width: 100%;
	height: auto;
}
/* ワードプレス読み込み */
.h_read {
	font-size: 12px;
	text-align: center;
	color: #fefefe;
	font-weight: bold;
	padding: 8px 0;
	line-height: 1.6;
	background : -moz-linear-gradient(0% 50% 0deg, rgba(200, 148, 72, 1) 0%, rgba(227, 170, 91, 1) 33.63%, rgba(199, 148, 72, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(200, 148, 72, 1) 0%, rgba(227, 170, 91, 1) 33.63%, rgba(199, 148, 72, 1) 100%);
	background : -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(200, 148, 72, 1) ), color-stop(0.3363, rgba(227, 170, 91, 1) ), color-stop(1, rgba(199, 148, 72, 1) ));
	background : linear-gradient(90deg, rgba(200, 148, 72, 1) 0%, rgba(227, 170, 91, 1) 33.63%, rgba(199, 148, 72, 1) 100%);
}
.read {
	background-color: #ffffff;
	border: solid 2px #C9A04E;
	box-sizing: border-box;
}
/* 見出し */
/* 日付 */
#sidenav .info .meta .post_date {
	font-size: 11px;
	margin-bottom: 0;
	float: left;
	display: inline;
	margin-right: 8px;
}
#sidenav .info .meta .post_date .date {
	background-color: #2FA4B5;
	color: #ffffff;
	padding: 3px 7px;
	border-radius: 3px 0 0 3px;
}
#sidenav .info .meta .post_date .month {
	background-color: #37B094;
	color: #ffffff;
	padding: 3px 7px;
	border-radius: 0 3px 3px 0;
}
#sidenav .info .meta .no_comment {
	font-size: 11px;
	float: left;
	display: inline;
}
#sidenav .read .image {
	float: left;
	display: inline;
	width: 25%;
	padding: 15px;
}
#sidenav .read .info {
	float: right;
	display: inline;
	width : -webkit-calc(75% -30px);
	width : calc(75% - 30px);
	padding-top: 17px;
}
aside#sidenav ul li .info ul, aside#sidenav ul li .info li {
	margin-bottom: 0;
	padding-bottom: 0;
}
#sidenav .read .info h4.title a {
	color: #37B094;
	padding: 10px 10px 10px 0;
	display: block;
	line-height: 1.5;
	font-size: 14px;
	text-decoration: underline;
}
#sidenav .read .info h4.title a:hover {
	text-decoration: none;
}
/**/
/*-----------------------------------------------------
コンテンツ共通
-------------------------------------------------------*/
#contents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#contents {
	min-height: 1px;
	width: 940px;
	margin: 0 auto 20px;
	position: relative;
	clear: both;
}
#contents h1#h1,#h1blog {
	margin: 0 0 20px;
	height: 90px;
	background: url(../img/common/bg_h1.jpg) left top no-repeat;
	padding: 38px 0 0 30px;
	font-size: 150%;
	font-weight: normal;
}
#contents h1#h1 span ,#h1blog span{
	display: block;
	line-height: 1.2;
	padding-left: 38px;
}
#contents h1#h1 .green,#h1blog .green {
	color: #25b7aa;
	font-size: 50%;
	margin-top: 5px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: 'Baskerville';
}
.btn {
}
a span, .pop_img {
	display: none!important;
}
#contents .img_sp {
	display: none!important;
}
article.content {
	width: 669px;
	float: right;
	padding-left: 22px;
	background: url(../img/common/line.gif) left top repeat-y;
	padding-bottom: 10px;
	min-height: 352px;
}
.content h1, .content h2 {
	margin-bottom: 30px;
}
.content h1 span {
	display: none;
}
.content h2 {
	font-size: 138.5%;
	background: url(../img/common/bg_h2.jpg) left top no-repeat;
	padding: 16px 10px 0 20px;
	min-height: 47px;
	color: #572802;
}
.content h3 {
	margin-bottom: 25px;
	font-size: 128.6%;
	font-weight: normal;
	background: #FFFBF3 url(../img/common/bg_borderwhite.gif) left bottom repeat-x;
	border: solid 1px #CCC;
}
.content h3.h3_ex {
	font-size: 150%;
	background: #ffffff url(../img/common/bg_borderwhite.gif) left bottom repeat-x;
}
.content h3 span {
	display: block;
	padding: 8px 16px;
	background: url(../img/common/bg_borderbrown.gif) left bottom no-repeat;
}
.content h3.h3_ex span {
	padding: 18px 16px;
}
.content h3 em {
	font-style: normal;
	font-size: 90%;
	vertical-align: baseline;
}
.content h4 {
	margin-bottom: 5px;
}
.content h4.h4 {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 2px;
	border: solid 1px #ccc;
	border-bottom: solid 2px #462600;
	background-color: #fefefe;
	background-color: #FCF8DC;
	border-radius: 5px 5px 0 0/5px 5px 0 0;
}
.content h4.h4 span {
	padding: 0 15px 5px;
	border-bottom: solid 1px #462600;
	display: block;
}
.box_application {
}
.box_application img {
	max-width: 100%;
	height: auto;
}
.pg {
	margin: 0 auto 50px;
	width: 638px;
}
.pg .box {
	margin-bottom: 50px;
}
.pg .btn_bnr{
	margin-bottom: 30px;
	font-size: 0;
}
.pg .btn_bnr img{
	width: 100%;
	height: auto;
}
.pg .btn_linemore{
	margin: 0 auto 50px;
}
.pg .btn_linemore a{
	color: #fff;
	background-color: #06c755;
	display: block;
	padding: 20px 0 20px 30px;
	border-radius: 15px;
	font-size: 18px;
	transition: .5s;
	position: relative;
}
.pg .btn_linemore a::before {
	position: absolute;
  left: 10px;
  top: 50%;
  content: "";
  width: 9px;
  height: 9px;
  display: block;
	border: solid 2px #fff;
  border-left: none;
  border-top: none;
  transform: translateY(-50%) rotate(-45deg);
 }


.pg .btn_linemore a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.pg p strong {
	font-weight: bold;
	color: #eb6d99;
}
.pg p a {
	color: #eb6d99;
	text-decoration: underline;
}
.pg p a:hover {
	text-decoration: none;
}
.pg .right {
	float: right;
	margin-left: 15px;
}
.pg .center {
	text-align: center;
}
.pg p.bold, .pg span.bold {
	font-weight: bold;
}
.pg .mb15 {
	margin-bottom: 15px;
}
.pg p.font14 {
	font-size: 107.7%;
}
.pg p.font15 {
	font-size: 115.4%;
}
.pg p.bold_border {
	font-weight: bold;
	background: url(../img/common/line_x.png) left bottom repeat-x;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.pg p.bold_border span {
	font-weight: normal;
}
.pg p.mb20, .pg ul.mb20 {
	margin-bottom: 20px;
}
/* アンカーリンクナビ */
.nav_alink:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.nav_alink {
	line-height: 1.1;
	min-height: 43px;
	margin: 0 auto 30px;
	clear: both;
}
.nav_alink li {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
}
.nav_alink li.mr0 {
	margin-right: 0;
}
.nav_alink li a {
	font-size: 100%;
	color: #462600;
	display: block;
	height: 30px;
	padding: 13px 0 0 34px;
	font-weight: bold;
}
.nav_alink li a:hover {
	text-decoration: none;
}
.nav_ul2 li {
	margin-right: 30px;
}
.nav_ul2 li {
	width: 304px;
}
.nav_ul2 li.l_s {
}
.nav_ul2 li.l_s strong {
	font-weight: normal;
	font-size: 11px;
}
.nav_ul2 li:nth-of-type(3) {
	clear: both;
}
.nav_ul2 li:nth-of-type(3), .nav_ul2 li:nth-of-type(4) {
	margin-top: 20px;
}
.nav_ul2 li a {
	background: url(../img/common/bg_ul2_li.png) left top no-repeat;
}
.nav_ul2 li a:hover {
	background: url(../img/common/bg_ul2_li_on.png) left top no-repeat;
}
.nav_ul3 li {
	width: 202px;
}
.nav_ul3 li a {
	background: url(../img/common/bg_ul4_li.png) left top no-repeat;
}
.nav_ul3 li a:hover {
	background: url(../img/common/bg_ul4_li_on.png) left top no-repeat;
}
.nav_ul1 li {
	float: none;
	width: 241px;
}
.nav_ul1 li a {
	background: url(../img/common/bg_ul1_li.png) left top no-repeat;
}
.nav_ul1 li a:hover {
	background: url(../img/common/bg_ul1_li_on.png) left top no-repeat;
}
.nav_alink li a span {
	display: block!important;
}
.btn_link a {
	font-size: 100%;
	color: #462600;
	display: block;
	height: 30px;
	padding: 13px 0 0 34px;
	font-weight: bold;
}
.btn_link a:hover {
	text-decoration: none;
}
.btn_link {
	width: 202px;
}
.btn_link a {
	background: url(../img/common/bg_ul4_li.png) left top no-repeat;
}
.btn_link a:hover {
	background: url(../img/common/bg_ul4_li_on.png) left top no-repeat;
}
.btn_link a span {
	display: block !important;
}
/* アンカーリンクナビ */
.pg_pr .box .nav_alink {
	margin-bottom: 30px;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
/* totop */
#pagetop {
	width: 40px;
}
#pagetop img {
	width: 100%;
	height: auto;
}
/*-----------------------------------------------------
フッター
-------------------------------------------------------*/
#footer {
	width: 100%;
	background-color: #FFF;
}
.pg_footer {
	width: 918px;
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
}
.pg_footer h1 {
	float: left;
	margin-left: 11px;
}
.pg_footer h1 img {
	width: auto;
	height: 46px;
}
.pg_footer p {
	float: right;
	margin: 0 18px 0 0;
}
.pg_footer p.btn_right {
	margin-right: 11px;
}
/*.pg_footer ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}*/
.pg_footer ul {/*
	clear: both;
	min-height: 1px;*/
	text-align: center;
	text-align: left;
	background: url(../img/common/line_x.png) left bottom repeat-x;
	padding-bottom: 22px;
	margin-bottom: 20px;
}
.pg_footer ul li {
	display: inline-block;
	margin:  0 15px 5px 0;
}
.pg_footer ul li:last-of-type {
	margin-right: 0;
}
.pg_footer ul li a {
	font-size: 13px;
	background: url(../img/common/icon_arrow.gif) left 50% no-repeat;
	background-size: 10px;
	padding-left: 14px;
	color: #462600;
}
.pg_footer ul.ul_end {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#footer h2 {
	background-color: #25B7AA;
	text-align: center;
	color: #fefefe;
	font-weight: normal;
	padding: 10px;
	border-bottom: solid 1px #fefefe;
}
/**/
.pg_copy {
	background-color: #25B7AA;
}
.pg_copy div {
	width: 938px;
	margin: 0 auto;
	padding: 10px 0 5px;
}
.pg_copy p {
	float: right;
	color: #fefefe;
	font-size: 84.6%;
}
.imgmax {
	width: 100%;
	height: auto;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.part_sp, .sp_bottomnav {
	display: none!Important;
}
/**/
.btn_t {
	width: 210px;
	margin: 0 auto;
}
.btn_t2 {
	width: 280px;
}
.btn_t a {
	color: #fff;
	background-color: #462600;
	border-radius: 24px;
	font-size: 14px;
	padding: 15px 0 15px 35px;
	text-decoration: none;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 1.2;
	position: relative;
	transition: .5s;
}
.btn_t a:hover {
	opacity: 0.5;
}
.btn_t a::after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn_t a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-top: solid 1px #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 45px;
	top: 50%;
	padding-top: 40% 0;
}
.note_min{
	font-size:11px;
	}