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

	下層共通

------------------------------------------*/
.gnav-box .gnav {
    width: calc(100% - 250px);
    padding: 0;
    margin-right: auto;
}

.gnav-box .gnav li:first-of-type {
	border-left: 0;
}
.gnav-box .gnav li#menu-item-241 {
	border-right: 0;
}

.gnav-box .inr .logo {
	position: absolute;
	top: -11px;
	left: 0;
}

.error404 .mv-box {
	background-color: #DCF6FF;
}

.page-tit {
	font-weight: 500;
	line-height: 1.5;
}
.page-tit .sub {
	font-size: 2.2rem;
	color: #fff;
	background-color: #4c6ed1;
	padding: 5px 10px;
}

.tb01 {
	border-bottom: #c3ddff 1px solid;
}
.tb01 * {
	font-size: 1.7rem;
	font-weight: normal;
}
.tb01:first-of-type {
	border-top: #c3ddff 5px solid;
}
.tb01 dt {
	width: 270px;
	color: #2c6aad;
	padding: 1em 0;
	padding-left: 2em;
}
.tb01 dd {
	width: calc(100% - 270px);
	padding: 1em 0;
	padding-right: 2em;
}

.tb02 * {
	font-size: 1.7rem;
	font-weight: normal;
}
.tb02 dt {
	width: 150px;
	color: #2c6aad;
}
.tb02 dd {
	width: calc(100% - 150px);
}

.tb02 dt {
	padding-right: 1em;
}

.list01 {
	line-height: 2;
}
.list01 li p {
	line-height: 1.3;
	padding-left: 25px;
	position: relative;
}
.list01 li p::before,
.list01 li p::after {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #b8c5ef;
	border-radius: 100px;
	position: absolute;
	top: 3px;
	left: 0;
}
.list01 li p::after {
    width: 7px;
    height: 7px;
    background-color: #fff;
    top: 7px;
    left: 4px;
}
.list01 li a {
	text-decoration: underline;
	border-bottom: 0;
	padding-bottom: 0;
}


.list02 li p {
	line-height: 1.3;
	padding-left: 20px;
	position: relative;
}
.list02 li p::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #b8c5ef;
	border-radius: 100px;
	position: absolute;
	top: 4px;
	left: 0;
}

.pnav-box ul::before,
.pnav-box ul::after {
	content: "";
	width: 19.0909090909%;
}
.pnav-box ul.odd::before,
.pnav-box ul.odd::after {
	content: "";
	width: 29.2045454545%;
}
.pnav-box ul::before {
	order: 1;
}

.pnav-box li {
	width: 19.0909090909%;
	line-height: 1.4;
	max-width: 210px;
	max-height: 69px;
}

.pnav-box li.large {
	width: 38%;
	line-height: 1.4;
	max-width: 420px;
	max-height: 69px;
}

.pnav-box li.large a,
.pnav-box li a {
	max-height: 69px;
	border: #ddecff 1px solid;
	background-color: #ddecff;
	border-radius: 7px;
	display: block;
	padding: 23px 10px;
	position: relative;
	opacity: 1;
}
.pnav-box li.multi a {
	padding-top: 12px;
}
.pnav-box li.large a:hover,
.pnav-box li a:hover,
.pnav-box li a.now {
	border: #ffd7b7 1px solid;
	background-color: #ffd7b7;
}

.pnav-box li.large a::after,
.pnav-box li a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 0 7px;
	border-color: #ffd7b7 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	transition: .6s;
	opacity: 0;
}
.pnav-box li.large a:hover::after,
.pnav-box li a:hover::after,
.pnav-box li a.now::after {
	border-width: 10px 7px 0 7px;
	opacity: 1;
}


/*PC*/
@media screen and (min-width: 768px) {
	#site-header {
		width: 100%;
		position: inherit;
		top: -100px;
		left: 0;
		transition: .3s;
	}
	.hed-fix #site-header {
		position: fixed;
		top: 0;
		z-index: 99;
	}
	body.hed-fix {
		margin-top: 80.31px;
	}

	.gnav-box .inr {
		max-width: 1230px;
		position: relative;
		padding-left: 170px;
	}
}/*END*/

/*Smartphone*/
@media screen and (min-width: 778px) {
	[aria-current=page]:after,
	.current_page_ancestor > a:after {
	    bottom: -29px;
	}
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.gnav-box .gnav {
	    width: 100%;
	}

	.page-tit {
		font-size: 2.8rem;
	}
	.page-tit .sub {
		font-size: 1.7rem;
	}

	.tb01 * {
		font-size: 1.5rem;
	}
	.tb01:first-of-type {
		border-top: #e1e6f5 3px solid;
	}
	.tb01 dt {
		width: 100%;
		padding: 1em;
		padding-bottom: 0;
	}
	.tb01 dt * {
		font-weight: bold;
	}
	.tb01 dd {
		width: 100%;
		padding: 1em;
	}

	
    .tb02 * {
    }
    .tb02 dt {
        width: 130px;
        color: #2a9d18;
        font-weight: bold;
        font-size: 1.4rem;
    }
    .tb02 dd {
        width: calc(100% - 130px);
        font-size: 1.4rem;
    }

	
	.list01 li {
		padding-left: 15px;
	}

	.list01 li p {
		padding-left: 15px;
	}

	.list01 li p::before,
	.list01 li p::after {
		width: 10px;
		height: 10px;
		top: 5px;
	}
	.list01 li p::after {
		width: 4px;
		height: 4px;
		top: 8px;
		left: 3px;
	}
	.pnav-box li.large,	
	.pnav-box li {
		width: 49%;
		max-width: none;
		margin-right: 2%;
	}
	
	.pnav-box li.sm-large {
		width: 100%;
	}
	
	.pnav-box li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.pnav-box li.large a,
	.pnav-box li a {
		font-size: 1.4rem;
		max-height: 64px;
		padding: 20px 10px;
	}
	.pnav-box li.large a,
	.pnav-box li.multi a {
		padding-top: 14px;
	}
	.privacy_policy .txt-box {
		padding: 0 10px;
	}
}/*END*/


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

	MV

------------------------------------------*/
.mv-box {
    background-size: cover;
    background-position: center;
    padding: 65px 0;
}


/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.mv-box {
		padding: 45px 0;
	}
}/*END*/


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

	投稿詳細ページ

------------------------------------------*/
.content-txt p {
	margin: .8em 0 1.3em;
}

.content-txt img {
	width: auto;
	max-width: 100%;
}

.content-txt h2 {
    color: #2c6aad;
    font-size: 2.6rem;
    padding-left: .3em;
    border-left: 7px #b4ddf5 solid;
    margin: 25px 0 15px;
}

.content-txt h3 {
    color: #2c6aad;
    font-size: 2rem;
    border-bottom: 3px #b4ddf5 solid;
    margin: 25px 0 15px;
}

.content-txt h4 {
    color: #2c6aad;
    font-size: 1.8rem;
    margin: 25px 0 15px;
}

.content-txt h5 {
    color: #2c6aad;
    font-size: 1.6rem;
    margin: 25px 0 15px;
}

.content-txt h6 {
    color: #2c6aad;
    font-size: 1.6rem;
	font-weight: normal;
    margin: 25px 0 15px;
}

.content-txt a {
    color: #2c6aad;
	font-weight: normal;
	padding-bottom: 5px;
}

.content-txt ul,
.content-txt ol {
	padding-left: 1em;
	margin-bottom: 20px;
}

.content-txt ul li {
	list-style: outside;
}
.content-txt ol li {
	list-style: decimal;
}

.content-txt table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
.content-txt td {
    border: 1px #e1e6f5 solid;
	padding: 10px 5px;
}


/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.content-txt h2 {
		font-size: 2.0rem;
		margin: 15px 0 10px;
	}

	.content-txt h3 {
		font-size: 1.8rem;
		margin: 15px 0 10px;
	}

	.content-txt h4 {
		font-size: 1.6rem;
		margin: 15px 0 10px;
	}

	.content-txt h5 {
		font-size: 1.5rem;
		margin: 15px 0 10px;
	}

	.content-txt h6 {
		font-size: 1.5rem;
		margin: 15px 0 10px;
	}

	.content-txt ul,
	.content-txt ol {
		margin-bottom: 15px;
	}

	.content-txt table {
		margin-bottom: 25px;
	}
}/*END*/


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

	パンクず

------------------------------------------*/
.bread-box {
	font-size: 1.4rem;
	padding: 15px 0;
	margin-bottom: 70px;
}

.bread-box li {
    position: relative;
    padding-right: 1.5em;
    margin-right: 1em;
}
.bread-box li:last-of-type {
    padding-right: 0;
    margin-right: 0;
}
.bread-box li::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #221815;
    border-right: solid 1px #221815;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}
.bread-box li:last-of-type::after {
    display: none;
}

.bread-box a {
    color: #14a6ff;
	text-decoration: underline;
}


/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.bread-box {
		font-size: 1.0rem;
		margin-bottom: 30px;
	}
	.bread-box li {
		padding-right: 10px;
		margin-right: 8px;
	}
	.bread-box li:after {
		width: 4px;
		height: 4px;
		margin-top: -3px;
	}
}/*END*/


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

	ページナビ

------------------------------------------*/
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 0 0 50px;
  display: block;
  width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  padding: 8px 15px !important;
  margin: 0 5px !important;
  text-decoration: none;
  display: inline-block;
  background: #fff;
}
.wp-pagenavi a:hover {
  background: #fff;
  border: 1px solid #b5d174;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #b5d174;
  display: inline-block;
  font-weight: normal;
}