@charset "UTF-8";
/*--------------------------
リセット
---------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*----------------------------------------------------
初期設定
------------------------------------------------------ */
/* [ PC - SP switch ] */
@media screen and (min-width: 768px) {
  .pcOFF {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* Smartphone */
  .spOFF {
    display: none !important;
  }
}
@media print  {
  .spOFF {
    display: none !important;
  }
}
/* -------*/
* {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #1F1F1F;
	line-height:1.5;
}
.fntNSJ{
	font-family: 'Noto Sans JP', sans-serif;
}
.fntLF{
	font-family: 'Libre Franklin', sans-serif;
}


/*----------------------------------------------------
基本：基本タグ
------------------------------------------------------ */
.fw {
  font-weight: bold;
}


.txt01 {
  font-size: 1.0625em;
  line-height: 2;
  margin-bottom:40px;
}

.imgCenter {
  text-align: center;
  margin-bottom: 30px;
}

.imgCenter img {
  max-width: 960px;
}


.tit01{
	margin-bottom:40px;
}
.tit01 .ja{
	font-weight:bold;
	display:block;
	color:#343434;
	text-align:center;
	font-size:34px;
}
.tit01 .en{
	display:block;
	font-weight:bold;
	display:block;
	color:#EC6002;
	text-align:center;
	font-size:18px;
}
.tit02{
	font-size:30px;
	color:#AFC112;
	font-weight:bold;
	padding-bottom:25px;
	margin-bottom:70px;

  border-bottom: 2px solid ;
  border-image: linear-gradient(to right, #AFC112 0%, #24B063 100%);
  border-image-slice: 1;
}

.tit03{
	font-size:18px;
	border-left:solid 10px #AFC112;
	padding:14px 20px;
	color:#333333;
	font-weight:bold;
	margin-bottom:20px;
}
.tit04{
	font-size:24px;
	border-bottom:solid 1px #CCCCCC;
	padding:0px 0 24px;
	color:#212121;
	font-weight:bold;
	margin-bottom:40px;
}

ol.lst01{
	list-style:numeric;
	margin-left:1em;
}
ol.lst01 li{
	margin-bottom:2em;
	line-height:2em;
}

.btn{
	display:inline-block;
	background:#EC6002 url(../img/marker01.png) no-repeat right 10px center;
	padding:25px 30px 25px 10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.btn:hover{
	background-color:#333;
}
.singleBtn{
	text-align:center;
	margin-bottom:80px;
}

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

	.txt01 {
		margin-bottom:30px;
	}

	.tit01{
		margin-bottom:30px;
	}
	.tit02{
		font-size:22px;
		margin-bottom:30px;
	}
	.tit03{
		padding:5px 10px 5px 20px;
		margin-bottom:30px;
	}

	.imgCenter img{
		width:100%;
		height:auto;
	}
}
/* ------ */

.btnLst{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.btnLst li{
	flex-basis:48%;
}
.btnLst li a{
	width:100%;
	display:block;
}


/* ------ */
.box{
	width:100%;
	max-width:1200px;
	margin:0 auto 120px;
}
.box .layout{
	width:calc(100% - 110px);
	margin:0 auto;
}

.box .layout-pic{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.box .layout-pic .pic{
	flex-basis:36%;
}
.box .layout-pic .pic img{
	width:100%;
	height:auto;
}

.box .layout-pic .cnt{
	flex-basis:58%;
}
.box .layout-pic.pic-right .pic{
	order:2;
}
.box .layout-pic.pic-right .cnt{
	order:1;
}
.box .layout-pic .pic.logo{
}
.box .layout-pic .pic.logo span{
	display:block;
	width:100%;
	text-align:center;
	border:solid 1px #DDDDDD;
	padding:20px 0;
}
.box .layout-pic .pic.logo img{
	width:auto;
	height:auto;
}

.box .layout h3{
	border-left: #24B063 solid 6px;
	padding: 10px 0px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

.box .layout .pic.mw100 img{
	max-width:100%;
	height:auto;
	margin: 10px auto 30px;
}


.box .layout .linebutton{
	text-align: center;
}



@media screen and (max-width: 767px) {
  /* Smartphone */
	.box{
		width:100%;
		margin:0 auto 40px;
	}
	.box .layout{
		width:100%;
		margin:0 auto;
	}
	.box .layout-pic .pic{
		flex-basis:100%;
	}
	.box .layout-pic .pic img{
	}
	.box .layout-pic .cnt{
		flex-basis:100%;
	}
}

/* ------ */

.tbl01{
	width:100%;
}
.tbl01 tbody tr{
	border-top:solid 1px #CCCCCC;
}
.tbl01 tbody th{
	width:18%;
	min-width:190px;
	padding:30px 20px 30px 0px;
	font-size:18px;
	color:#333333;
}
.tbl01 tbody td{
	width:72%;
	padding-bottom:15px;
	font-size:18px;
	color:#333333;
}
.tbl01 tbody td .tdCnt {
	border-left:solid 1px #CCCCCC;
	padding:30px 20px 15px;
}

.tbl01.paintAll th ,
.tbl01.paintAll td {
	background:#FAF7F5;
}
.tbl01.paintAll th {
	padding-left:20px;
}


@media screen and (max-width: 767px) { /* Smartphone */
	.tit01{
		margin-bottom:40px;
	}
	.tit01 .ja{
		font-size:20px;
	}
	.tit01 .en{
		font-size:14px;
	}
	.btn{
		padding:15px 50px 15px 15px;
		font-size:14px;
		font-weight:normal;
	}
	.tbl01{
	}
	.tbl01 tbody th{
		padding:10px 5px;
		font-size:14px;
		min-width:auto;
		width:30%;
	}
	.tbl01 tbody td{
		width:70%;
		padding:10px 5px;
		font-size:14px;
		border-left:solid 1px #ccc;
	}

	.tbl01 tbody td .tdCnt {
		padding:0 0;
		border:none;
	}
}
/* ===========================

wrapper
 
 ============================= */

#wrapper{
	overflow:hidden;
	margin-top:70px;
}

.main{
	margin-bottom:100px;
}
body.home .main{
	margin-bottom:0px;
}
@media screen and (max-width: 767px) { /* Smartphone */
	#wrapper{
		margin-top:58px;
	}
	.main{
		width:calc(100% - 40px);
		margin:0 auto;
	}
}
/* =======================================

slidar_menu

========================================= */
/* スマホヘッダー */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999999;
}

#fixed-top {
	border-top:solid 3px #FC8311;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99999999;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* ヘッダーのロゴ */
#fixed-top .logo {
  padding: 15px 0 0 15px;
}

#fixed-top .logo img {
  width: auto;
  height: 20px;
}

/* ヘッダーのボタン関連 */
#fixed-top .headerButtons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
}

#fixed-top .headerButtons li a {
  display: block;
}

#fixed-top .headerButtons li img {
  vertical-align: bottom;
  height: 55px;
  width: auto;
}

/* スマートフォン用ナビゲーション*/
#slidar_menu {
	border-top:solid 3px #FC8311;
  background: #fff;
  padding: 0px;
  z-index: 999999;
}
#slidar_menu .sb-right-inner{
	position:relative;
}
#slidar_menu .sb-right-inner .logo {
	position:absolute;
	top:20px;
	left:15px;
}

#slidar_menu .sb-right-inner .logo img {
  display: block;
  width: auto;
  height: 20px;
}
#slidar_menu .slidar_menuLinks{
	padding-top:40px;
}

#slidar_menu .sb-close {
	position:relative;
	right:0px;
	text-align:right;
}
#slidar_menu .sb-close img{
	width:auto;
	height:55px;
}

.slidar_menu_login{
	padding:0 15px;
	margin-bottom:15px;
}
.slidar_menu_login a{
	display:block;
	width:100%;
	padding:15px;
	background:#FC8311 url(../img/nav_icon_login.png) no-repeat 10px center;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding:15px 0;
	text-decoration:none;
	text-align:center;
}


.slidar_menu_lnks{
}
.slidar_menu_lnks li{
}
.slidar_menu_lnks li a{
	display:block;
	width:100%;
	border-bottom:solid 1px #EEEEEE;
	padding:15px !important;
	font-size:15px;
	color:#343434;
	text-decoration:none;
	font-weight:normal !important;
	background:url(../img/sp/slidar_menu_lnks.png) no-repeat right 15px center;
}
.slidar_menu_lnks li:first-child a{
	border-top:solid 1px #EEEEEE;
}

/* ===========================

nav
 
 ============================= */
.header{
	border-top:solid 3px #FC8311;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	width:100%;
	z-index:9999;
}
nav {
	width:100%;
	max-width:1400px;
	min-width:1050px;
	margin:0 auto;
	margin-bottom: 10px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
nav .header__logo {
	margin-top:15px;
	flex-basis:335px;
	text-align:left;
}
nav .header__logo img{
	width:100%;
	height:auto;
}
nav > ul {
	flex-basis:60%;
	margin-top:10px;
	margin-left:auto !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
nav > ul > li {
  background: url(../img/nav_border.png) no-repeat left center;
}
nav > ul > li > a ,
nav > ul > li > span {
  display: block;
  text-align: center;
  text-decoration: none;
  background:#666666;
  color:#FFF;
  font-size:14px;
  font-weight:bold;
  padding:15px 0;
  text-align:center;
}
nav > ul > li:nth-child(1) {
  flex-basis: 23.2%;
  max-width: 23.2%;
}
nav > ul > li:nth-child(1) > span{
  background:#AFC112 url(../img/nav_icon_menu.png) no-repeat 10px center;
  padding-left:20px;
}
nav > ul > li:nth-child(2) {
  flex-basis: 23.2%;
  max-width: 23.2%;
}
nav > ul > li:nth-child(2) > a{
  background:#FC8311 url(../img/nav_icon_login.png) no-repeat 10px center;
  padding-left:20px;
}
nav > ul > li:nth-child(3) {
  flex-basis: 23.2%;
  max-width: 23.2%;
}
nav > ul > li:nth-child(4) {
  flex-basis: 23.2%;
  max-width: 23.2%;
}
nav > ul > li:last-child {
  background-image: url(../img/nav_border.png), url(../img/nav_border.png);
  background-repeat: no-repeat , no-repeat;
  background-position: left center , right center;
}
nav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
  z-index: 9999;
  padding-top:10px;
}
nav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
}
nav > ul .menu  .inner{
  background-color: rgba(255,255,255,0.5);
  background-color: #fee;
  }
nav > ul .menu__inner {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 715px;
  margin: 0 auto;
  padding: 20px 0;
}
nav > ul .menu__inner__item {
	text-align: center;
	border-right: dashed 1px #CCCCCC;
	padding-right:10px;
	padding-left:58px;
}
nav > ul .menu__inner__item:first-child {
	border-left: dashed 1px #CCCCCC;
}
/* -- */
nav > ul .menu__inner__item a {
	display:block;
	text-decoration:none;
}
nav > ul .menu__inner__item a:hover {
}
nav > ul .menu__inner__item a span.ja {
	text-align:left;
	display:block;
	font-size:17px;
	font-weight:bold;
	color:#684F46;
}
nav > ul .menu__inner__item a span.en {
	text-align:left;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#B1B1B1;
	font-family: 'Libre Franklin', sans-serif;
}
nav > ul .menu__inner__item:nth-child(1) {
	flex-basis:270px;
	background:url(../img/nav_icon_bell.png) no-repeat 10px center;
}
nav > ul .menu__inner__item:nth-child(2) {
	flex-basis:225px;
	background:url(../img/nav_icon_book.png) no-repeat 10px center;
}
nav > ul .menu__inner__item:nth-child(3) {
	flex-basis:220px;
	background:url(../img/nav_icon_hart.png) no-repeat 10px center;
}

@media screen and (max-width: 1400px) { 
	nav {
		padding:0 15px;
	}
	nav .header__logo {
		flex-basis:200px;
		padding-top:10px;
	}
	nav .header__logo img{
	}
	nav > ul {
		flex-basis:70%;
	}
	nav > ul > li {
		flex-basis:24.5% !important;
		max-width:24.5% !important;
	}
}
/* ===========================
 
footer
 
 ============================= */
.footer{
	padding:50px 0;
	border-top:solid 10px #F5F4F0;
}
.footer .logo{
	text-align:center;
	color:#575748;
	font-size:20px;
	margin-bottom:15px;
}
.footer address{
	text-align:center;
	color:#999999;
	font-size:12px;
}
@media screen and (max-width: 767px) { /* Smartphone */
	.footer{
		padding:30px 0;
	}
}
/* ===========================

pageTop
 
 ============================= */
@media screen and (max-width: 767px) { /* Smartphone */
	.pageTop img{
		width:25px;
		height:auto;
	}
}


/* ===========================

mainVisual
 
 ============================= */
.mainVisual{
	width:100%;
	min-width:1050px;
	margin:0 auto 155px;
}
.mainVisual p{
}
.mainVisual p img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 767px) { /* Smartphone */
	.mainVisual{
		width:100%;
		max-width:100%;
		min-width:100%;
		margin-bottom:30px;
	}
}
/* ===========================

pageTit
 
 ============================= */
.pageTit{
	background:#D0DDEE url(../img/pageTit_bk.jpg) no-repeat center top;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
	height:135px;
	margin-bottom:25px;
}
.pageTitMain{
	display:inline;
	margin:0 auto 0px;
	background:#fff;
	padding:5px 30px;
}
.pageTitMain .ja{
	font-size:34px;
	color:#343434;
	margin-bottom:0px;
	display:block;
	text-align:center;
}
.pageTitMain .en{
	font-size:18px;
	color:#EC6002;
	display:block;
	text-align:center;
}
@media screen and (max-width: 767px) { /* Smartphone */
	.pageTit{
		width: 100vw;
		margin: 0 calc(50% - 50vw) 10px;
	}
	.pageTitMain{
	}
	.pageTitMain .ja{
		font-size:20px;
	}
	.pageTitMain .en{
		font-size:13px;
	}
}
/* ===========================

breadcrumb
 
 ============================= */
.breadcrumb{
	background:#EEEEEE;
	margin-bottom:125px;
	overflow:hidden;
	height:30px;
	width:100%;
}
.breadcrumb__lst{
	width:1200px;
	margin:0 auto 0px;
}
.breadcrumb__lst__item{
	margin-right:10px;
	height:30px;
	display:inline-block;
}
.breadcrumb__lst__item > a{
	text-decoration:none;
	color:#333333;
	font-size:13px;
	display:inline-block;
	height:30px;
}
.breadcrumb__lst__item > a,
.breadcrumb__lst__item > span{
	color:#00688C;
	font-size:13px;
	display:inline-block;
	height:30px;
	position: relative;
    top: -10px;
}

.breadcrumb__lst__item.homelnk{
	position:relative;
	width:125px;
}
.breadcrumb__lst__item.homelnk:after{
	content:"";
	width:1960px;
	height:30px;
	background:url(../img/breadcrumb_bk.png) no-repeat right center;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.breadcrumb__lst__item.homelnk a{
	position:absolute;
	color:#333333;
	top:5px;
	left:0;
	z-index:10;
	background:url(../img/breadcrumb_home.png) no-repeat left 1px;
	padding-left:25px;
}

/* 2階層目以降のリンクは　li に otherlnk クラスを設定*/
.breadcrumb__lst__item.otherlnk a{

}
.breadcrumb__lst__item.otherlnk a:after{
	content:"　〉";
}

@media screen and (max-width: 767px) { /* Smartphone */
	.breadcrumb{
		width: 100vw;
		margin: 0 calc(50% - 50vw) 30px;
		overflow-x:scroll;
		padding:0 10px;
	}
	.breadcrumb__lst{
		width:1200px;
	}
}

/* ===========================

bannerArea
 
 ============================= */
.bannerArea{
	width:100%;
	max-width:1120px;
	min-width:1050px;
	margin:0 auto 70px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.bannerArea li{
	flex-basis:45.7%;
}
.bannerArea li a{
	display:block;
	text-decoration:none;
	color:#664D46;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}
.bannerArea li a img{
	width:100%;
	text-decoration:none;
	margin-bottom:10px;
}
@media screen and (max-width: 767px) { /* Smartphone */
	.bannerArea{
		width:100%;
		max-width:100%;
		min-width:100%;
		display:block;
	}
	.bannerArea li{
		flex-basis:100%;
		width:100%;
		margin-bottom:25px;
	}
	.bannerArea li a{
		font-size:14px;
	}
}
/* ===========================

eventLst
 
 ============================= */
.eventArea{
	padding: 0px 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 0;
}
body.home .eventArea{
	padding: 80px 0;
	background: #F5F4F0;
}
.eventArea .inner{
	width:100%;
	max-width:1120px;
	margin:0 auto 0px;
}
.eventLst {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

/* 最後のコンテンツを左寄せにする指定 */
.eventLst:after {
    content: "";
    display: block;
    width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.eventLst .item{
	flex-basis:30%;
	margin-bottom:40px;
}
.eventLst .item a{
	text-decoration:none;

}
.eventLst .item .pic{
	margin-bottom:25px;
	overflow: hidden;
	max-height: 250px;
	padding-bottom: 15px;
	box-sizing: border-box;
	position: relative;
}
.eventLst .item .pic img{
	width:100%;
	height:auto;
}
.eventLst .item .lbl{
	position:absolute;
	bottom: 0px;
	left:10px;
	background:#FEF3EB;
	color:#EC6002;
	border-left:2px solid;
	padding:10px;
}
.eventLst .item .tit{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	color:#222222;
}
.eventLst .item .date{
	font-size:15px;
	color:#444444;
}



@media screen and (max-width: 767px) { /* Smartphone */
	.eventArea{
		padding:40px 0;
	}
	.eventArea .inner{
		width:calc(100% - 40px) !important;
		max-width:calc(100% - 40px) !important;
		min-width:calc(100% - 40px) !important;
		margin:0 auto 0px;
	}
	.eventLst {
		display:block;
		margin-bottom:30px;
	}
	.eventLst:after {
		content:none;
	}
	.eventLst .item .pic{
		max-height: 160px;
		display: flex;
		align-items: center;
	}


	.eventLst .item{
		flex-basis:100%;
		width:100%;
		margin-bottom:20px;
	}
	.eventLst .item .lbl{
		font-size:13px;
	}
	.eventLst .item .tit{
		font-size:14px;
	}
	.eventLst .item .date{
		font-size:14px;
	}
	.eventArea .singleBtn{
		margin-bottom:0;
	}
}
/* ===========================

publicationsArea
 
 ============================= */
.publicationsArea{
	background: #dcdbd7 url(../img/bk_publicationsArea.jpg) no-repeat center top;
	background-size:cover;
	padding: 95px 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 100px;
}
.publicationsArea .inner{

	width:100%;
	max-width:1120px;
	margin: 0 auto 0px;
}

.publicationLnk{
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.publicationLnk .item{
	flex-basis:49%;
	background:#FFFFFF;
	padding:30px;
	margin-bottom:40px;
}
.publicationLnk .item:nth-child(n + 3){
	flex-basis:32%;
	margin-bottom:0;
}
.publicationLnk .tit{
	color:#664C46;
	font-weight:bold;
	margin-bottom:20px;
	background:url(../img/nav_icon_book.png) no-repeat left 4px;
	padding-left:50px;
}
.publicationLnk .titMain{
	font-size:20px;
	display:block;
}
.publicationLnk .titSub{
	font-size:26px;
	display:block;
}
.publicationLnk .btnLst{
}
.publicationLnk .btnLst a{
	padding-top:8px;
	padding-bottom:8px;
}
.publicationLnk .btnLst li:nth-child(2) a{
	background-color:#AFC112;
}
.publicationLnk .btnLst li:nth-child(2) a:hover{
	background-color:#333;
}
.publicationLnk .item:nth-child(5) .titSub{
	font-size:23px;
	letter-spacing:-1px;
}
.publicationLnk .item:nth-child(5) .titSub span{
	font-size:16px;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.publicationsArea{
		background-image:url(../img/sp/bk_publicationsArea.jpg);
		background-size:cover;
		padding:30px 0;
		margin-bottom:30px;
	}

	.publicationsArea .inner{
		width:calc(100% - 40px);
		max-width:calc(100% - 40px);
		min-width:calc(100% - 40px);
	}
	.publicationLnk{
		width:100%;
	}
	.publicationLnk .item{
		flex-basis:49%;
		padding:10px;
		margin-bottom:20px;
	}
	.publicationLnk .item:nth-child(n + 3){
		flex-basis:49%;
		margin-bottom:20px;
	}

	.publicationLnk .tit{
		margin-bottom:20px;
		background:url(../img/nav_icon_book.png) no-repeat center top;
		padding-left:0px;
		padding-top:30px;
		text-align:center;
	}
	.publicationLnk .titMain{
		font-size:13px;
	}
	.publicationLnk .titSub{
		font-size:20px;
	}
	.publicationLnk .btnLst{
		display:block;	
	}
	.publicationLnk .btnLst li{
		width:100%;	
		margin-bottom:10px;
	}
	.publicationLnk .btnLst li;last-child{
		margin-bottom:0;
	}
}
/* ===========================

serviceArea
 
 ============================= */
.serviceArea{
	margin: 0 auto 100px;
}
.serviceArea .inner{

	width:100%;
	max-width:1120px;
	margin: 0 auto 0px;
}
.serviceArea .item .pic{
	margin-bottom:15px;
}
@media screen and (max-width: 767px) { /* Smartphone */
	.serviceArea .inner{

		width:auto !important;
		max-width:auto !important;
		min-width:auto !important;
	}
}
/* ===========================

supportArea
 
 ============================= */
.supportArea{
	background: #F5F4F0;
	padding: 80px 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.supportArea .inner{

	width:100%;
	max-width:1120px;

	margin: 0 auto 0px;
}

.supportArea .bannerArea{
	width:880px;
	max-width:880px;
	min-width:880px;
	margin:0 auto;
}
.supportArea .bannerArea li{
	flex-basis:45.7%;
}
@media screen and (max-width: 767px) { /* Smartphone */
	.supportArea{
		padding: 30px 0;
	}
	.supportArea .inner{

		width:calc(100% - 40px);
		min-width:calc(100% - 40px);
		max-width:calc(100% - 40px);
	}
	.supportArea .bannerArea{

		width:auto !important;
		max-width:auto !important;
		min-width:auto !important;
	}
}
/* ===========================

pageInnerLink
 
 ============================= */
.pageInnerLink{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:140px;
}
.pageInnerLink li{
	flex-basis:23.6%;
}
.pageInnerLink li a{
	display:block;
	background:#AFC112 url(../img/pageInnerLink.png) no-repeat right 10px center;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	padding:10px;
}
.pageInnerLink li a:hover{
	background-color:#707c05;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.pageInnerLink{
		margin-bottom:40px;
	}
	.pageInnerLink li{
		flex-basis:49%;
		margin-bottom:5px;
		font-size:14px;
	}
}
/* ===========================

pageLnks
 
 ============================= */
.pageLnks{
	background:#F5F4F0;
	padding:50px 0 30px;
}
.pageLnks__area{
	width:100%;
	max-width:1200px;
	margin:0 auto 0px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.pageLnks__area:after {
    content: "";
    width: 31%;
}

.pageLnks__area .item{
	flex-basis:31%;
	background:#fff;
	padding:30px;
	margin-bottom:20px;
}
.pageLnks__area .item .tit{
	font-size:20px;
	color:#333333;
	font-weight:bold;
	margin-bottom:10px;
}
.pageLnks__area .item .txt{
	font-size:14px;
	color:#333333;
	margin-bottom:5px;
}
.pageLnks__area .item .detailBtn{
}
.pageLnks__area .item .detailBtn a{
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	background: linear-gradient(90deg, rgba(175,193,18,1) 0%, rgba(36,176,99,1) 100%);
	padding:10px;
	position:relative;
	letter-spacing:1;
}
.pageLnks__area .item .detailBtn a:after {
	content:"";
	position:absolute;
	right:10px;
	bottom:10px;
	display:block;
	width:12px;
	height:12px;
	background:url(../img/detailBtn_marker.png) no-repeat right center;
}
.pageLnks__area .item .detailBtn a:hover{
	background: linear-gradient(270deg, rgba(175,193,18,1) 0%, rgba(36,176,99,1) 100%);
}
@media screen and (max-width: 767px) {
  /* Smartphone */
	.pageLnks__area{
		width:calc(100% - 20px);
	}
	.pageLnks__area .item{
		flex-basis:49%;
		padding:10px;
	}
}


/* ===========================

oldPdfLnkBox
 
 ============================= */
.oldPdfLnkBox{
	text-align:center;
}
a.oldPdfLnk{
	display:inline-block;
	background:url(../img/pdfIcon.png) no-repeat 30px center;
	background-size:30px auto;
	padding:15px 30px 15px 80px;
	border:solid 1px #ccc;
	border-radius:5px;
	font-size:20px;
}
/* ===========================

pdfLst
 
 ============================= */
.pdfLst{
}

.pdfLst .item{
	border:solid 1px #CCCCCC;
	padding:30px;
	margin-bottom:20px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.pdfLst .item .cnt{
	flex-basis:calc(100% - 260px);
}
.pdfLst .item .cnt .lbl{
	margin-bottom:10px;
}
.pdfLst .item .cnt .lbl span{
	display:inline-block;
	background:#F5F4F0;
	font-size:12px;
	color:#333333;
	padding:5px 10px;
}
.pdfLst .item .cnt .tit{
	font-size:24px;
	color:#333333;
	font-weight:bold;
	margin-bottom:15px;
}
.pdfLst .item .cnt .txt{
	font-size:16px;
	color#333333;
}
.pdfLst .item .lnk{
	flex-basis:240px;
}
.pdfLst .item .lnk a{
	text-decoration:none;
}
.pdfLst .item .lnk a span{
	display:block;
}
.pdfLst .item .lnk a span:nth-child(1){
	background:#EEEEEE;
	text-align:center;
	padding:15px 0;
}
.pdfLst .item .lnk a span:nth-child(2){
	background:#FC8311;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:5px;
}
.pdfLst .item .lnk a:hover span:nth-child(1){
	background:#ffe7e7;
}

/* -- */
.pdfLst.blogPdfFiles{
	width:100%;
	max-width:620px;
	margin:0 auto;
}
.pdfLst.blogPdfFiles .item .cnt{
	flex-basis:76.2%;
}
.pdfLst.blogPdfFiles .item .lnk{
	flex-basis:22%;
}


@media screen and (max-width: 767px) {
  /* Smartphone */
	.pdfLst .item .cnt,
	.pdfLst.blogPdfFiles .item .cnt{
		flex-basis:100%;
		margin-bottom:20px;
	}
	.pdfLst .item .lnk,
	.pdfLst.blogPdfFiles .item .lnk{
		flex-basis:100%;
	}
}
/* ===========================

pdfLst2
 
 ============================= */
.pdfLst2{
}
.pdfLst2 .item{
	margin-bottom:50px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.pdfLst2 .item .cnt{
	flex-basis:calc(100% - 260px);
}
.pdfLst2 .item .cnt .tit{
}
.pdfLst2 .item .cnt .txt{
	font-size:16px;
	color#333333;
}
.pdfLst2 .item .lnk{
	flex-basis:240px;
}
.pdfLst2 .item .lnk a{
	text-decoration:none;
}
.pdfLst2 .item .lnk a span{
	display:block;
}
.pdfLst2 .item .lnk a span:nth-child(1){
	background:#EEEEEE;
	text-align:center;
	padding:15px 0;
}
.pdfLst2 .item .lnk a span:nth-child(2){
	background:#FC8311;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:5px;
}
.pdfLst2 .item .lnk a:hover span:nth-child(1){
	background:#ffe7e7;
}
.pdfLst2 .item .lnk a + span{
	text-align:center;
	display:block;
}
@media screen and (max-width: 767px) {
  /* Smartphone */
	.pdfLst2 .item .cnt{
		flex-basis:100%;
		margin-bottom:20px;
	}
	.pdfLst2 .item .lnk{
		flex-basis:100%;
	}
}
/* ===========================

supportLnk
 
 ============================= */
.supportLnk{
	width:500px;
	border:solid 1px #CCCCCC;
	margin:0 auto;
	padding:30px;
}
.supportLnk a{
	text-decoration:none;
}
.supportLnk span.pic{
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.supportLnk span.btn{
	display:block;
	background:#FC8311;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	margin-bottom:8px;
}
.supportLnk span.btn{
	display:block;
}
.supportLnk span.lbl{
	display:block;
	font-size:14px;
	color:#333333;
	text-align:center;
}
.supportLnk a:hover span.btn{
	background-color:#333;
}

/* ===========================

blogDetail

   =========================== */

.blogInfo{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	align-items: center;      /* 垂直方向の中央寄せ */
	margin-bottom:15px;
}

.blogLables{
}
.blogLables li{
	display:inline-block;
    background: #FEF3EB;
    color: #EC6002;
    padding: 10px 15px;
	margin-right:10px;
}
.blogLables li a{
	text-decoration:none;
    color: #EC6002;
}

.blogDetail {
  margin: 0 auto 50px;
}

.column-two .blogDate,
.column-two .blogDetail {
  width: 100% !important;
}

.blogDetail p {
  overflow: hidden;
  margin-bottom:40px;
  font-size: 1em;
  line-height: 2;
}

.blogDetail ul {
  list-style: disc;
  font-size: 1em;
  margin-left: 15px;
  margin-bottom:40px;
}

.blogDetail ol {
  list-style: decimal;
  font-size: 1em;
  margin-left: 15px;
  margin-bottom:40px;
}

.blogDetail a {
  color: #00f;
  text-decoration: none;
}

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

.blogDetail hr {
  border: none;
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px;
}

.blogDetail strong {
  font-weight: bold;
}

.blogDetail img {
  border: solid 1px #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 690px;
  margin-bottom:30px;
  height: auto;
}

.blogDetail img.aligncenter {
  display: block;
  text-align: center;
  margin: 15px auto;
}

.blogDetail img.alignleft {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 45%;
  height: auto;
}

.blogDetail img.alignright {
  float: right;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.blogDetail img.alignnone {
  margin: 15px 0;
}

.blogDetail img.size-full {
  display: block !important;
  float: none !important;
  width: 95%;
  height: auto;
  margin: 0 auto 30px;
}

.blogDetail img.size-large {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 30px;
}

.blogDetail .news-photo {
  text-align: center;
  margin-bottom: 15px;
}

.blogDetail .news-photo img {
  width: 70%;
  height: auto;
}

.blogcat {
  background: #eee;
  padding: 5px;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}
/* ===========================

prevNext

   =========================== */
.prevNext{
	position:relative;
	margin-bottom:100px;
}
.prevNext p{
	flex-basis:50%;
	position:absolute;
}
.prevNext p a{
	text-decoration:none;
	display:inline-block;
	color:#EB5F01;
	border:solid 1px #EB5F01;
	padding:8px 20px;
	font-weight:bold;
}
.prevNext p a:hover{
	color:#000;
}
.prevNext p.l_prev{
	top:0;
	left:0;
	text-align:left;
}
.prevNext p.l_next{
	top:0;
	right:0;
	text-align:right;
}

.prevNext p.l_prev a{
	background:url(../img/l_prev.png) no-repeat left 5px center;
	padding-left:25px;
}
.prevNext p.l_next a{
	background:url(../img/l_next.png) no-repeat right 5px center;
	padding-right:25px;
}
/* ===========================

.wp-pagenavi 

   =========================== */

.wp-pagenavi {
  margin: 0 auto 20px;
  text-align: center;
  padding-top: 30px;
}
.wp-pagenavi a {
	text-decoration:underline !important;
}

.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 3px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  background: #fff;
  padding: 5px 10px !important;
  border:solid 1px #EC6002 !important;
  color: #EC6002;
}

.wp-pagenavi span.current {
  color: #fff;
  border: solid 1px #EC6002;
  background: #EC6002;
}

.wp-pagenavi span.pages {
  color: #EC6002;
  border: none;
  background: #fff;
}

/* ===========================

.お問い合わせ

   =========================== */



.contact-page-box{
	width: 80%;
	margin: 10px auto 50px;
	padding: 30px;
	border: #eae8ca solid 2px;
	box-sizing: border-box;
}
.contact-page-box p{
	padding: 20px;
	text-align: center;
}
.contact-page-box .salon-btn{
	text-align: center;
}

.contact-page-box .salon-btn a{
	display: inline-block;
    margin: 5px 0px;
    border: #3397D9 solid 3px;
	width: 300px;
    padding: 10px;
}

.area-contact .table-contact{
	background: #fdf9f7;
	padding: 50px;
}

.table-contact table{
	width: 80%;
	margin: 5px auto;
}
.table-contact td{
	padding: 20px;
	border-top: 2px dotted #ccc;
}

.table-contact strong{
	line-height: 200%;
	margin: 5px 10px;
}
.table-contact input,
.table-contact textarea{
	display: block;
	padding: 10px;
	border: 2px #ccc solid;
	width: 100%;
	margin: 10px 0px;
	box-sizing: border-box;
	font-size: 100%;
}
.table-contact input[type="radio"]{
	display: inline-block;
	width: inherit;
}

.table-contact select{
	padding: 10px;
	border: 2px #ccc solid;
	margin: 10px 0px;
	box-sizing: border-box;
	font-size: 100%;
}

.table-contact .contact-abs:before{
	content: "必須";
	background: #DB0004;
	padding: 5px;
	margin: 5px 0px;
	color: #fff;
	
}
.table-contact .contact-std:before{
	content: "任意";
	background: #016DD9;
	padding: 5px;
	color: #fff;
	margin: 5px 0px;
}

.wpcf7 input[type="submit"]{
	border: 2px #fff solid;
	border-radius: 5px;
	background: #D0115B;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	padding: 10px 20px;
	box-shadow: 0px 1px 6px -1px #444;
	display: block;
	width: 400px;
	margin: 10px auto;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover{
	box-shadow: 0px 1px 4px -1px #444;
}
/* エラー */
.wpcf7-validation-errors{
	background: #fff;
}

