@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.3;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.pc_dflex {
	display: flex !important;
}

.sp {
	display: none !important;
}

.sp_dflex {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}

	.pc_dflex {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.sp_dflex {
		display: flex !important;
	}

	.sp_ib {
		display: inline !important;
	}
}

.scroll_button {
	background-color: #2581bc;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-top: 30px;
	padding: 10px 28px;
	margin-left: -41px;
}

a.scroll_button:hover {
	background-color: #007e93;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.scroll_button img {
	width: 28px;
	height: 15px;
	text-align: center;
}

.scroll_wrap {
	top: 100px;
	margin-top: 30px;
}

#firstview {
	background: url(../images/keyvisual.png) no-repeat center top;
	background-size: contain;
	font-weight: bold;
	margin-bottom: 50px;
	height: 700px;
	background-color: #e3eef4;
	background-position-y: bottom;
}

@media screen and (max-width: 1440px) {
	#firstview {
		height: 600px;
	}
}

@media screen and (max-width: 1224px) {
	#firstview {
		height: 660px;
	}
}

@media screen and (max-width: 1024px) {
	#firstview {
		height: 600px;
	}
}

@media screen and (max-width: 768px) {
	#firstview {
		font-weight: bold;
		height: 700px;
	}

	.fv-contents-middle .fr,
	.fv-contents-middle .fl {
		float: none !important;
	}

	.sp-center {
		text-align: center;
	}
}

@media screen and (max-width: 425px) {
	#firstview {
		height: inherit;
	}
}

.fv-inner {
	text-align: center;
	padding-top: 6%;
	max-width: 880px;
	margin: auto;
	margin-top: 100px;
}

.fv-contents {
	border: solid 3px #2581bc;
	background-color: #fff;
	padding: 0;
	max-width: 420px;
	width: 100%;
	margin: 15px;
	margin-top: 70px;
}

.fv-contents-top {
	background-color: #2581bc;
	text-align: center;
	padding: 5px 0;
	height: 50px;
}

.fv-contents-middle {
	padding: 15px 0 5px;
}

.fv-contents-middle .btn3 {
	padding: 8px 0;
	margin: 10px 5px;
	background-color: #2580BC;
	color: #fff;
	border-bottom: solid 3px #28324E;
	font-size: 16px;
	width: 100%;
	max-width: 180px;
	height: 40px;
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
}

.fv-contents p {
	text-align: center;
	color: #2581BC;
	font-size: 16px;
	line-height: 180%;
}

.fv-num {
	color: #333;
	font-size: 16px;
	background-color: #E5F2F8;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
}

.fv-num span {
	color: #F73802;
	font-size: 34px;
	font-weight: bold;
	margin: 0 8px;
}

.main_info {
	background-color: red;
	width: 950px;
	height: 300px;
	margin: 48px 32px 16px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.fv-inner {
		padding-top: 15%;
		margin-top: 0px;
	}

	.fv-contents {
		border: solid 2px #036c85;
		padding: 0;
		margin: 10px auto;
	}

	.fv-contents p {
		padding: 10px 0;
	}

	.fv-contents-top {
		padding: 3px 0;
		height: 50px;
	}

	.fv-contents-middle {
		padding: 5px;
	}

	.fv-num span {
		font-size: 30px;
		padding: 0 5px;
		margin: 0;
	}

	.fv-num {
		text-align: center;
		margin: 5px 0;
	}
}

.container {
	max-width: 1200px;
}

.w-100 {
	width: 100% !important;
	overflow: -webkit-paged-x;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}

	#scroll {
		margin-top: -150px;
		padding-top: 150px;
	}

	#contents {
		flex: none;
		max-width: 880px;
		padding: 0;
		margin: 0 40px 0 0;
	}

	#sidebar {
		flex: none;
		max-width: 280px;
		padding: 0;
	}
}

section.wrap {
	padding-bottom: 100px;
	display: inline-block;
	width: 100%;
}

a {
	color: #42413d;
	text-decoration: underline;
}

a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	text-decoration: none;
}

a.link {
	color: #007f9e;
	text-decoration: underline;
	font-size: 12px;
}

hr.point {
	border: dashed 0.5px #aaa;
	margin: 20px 15px;
	width: 100%;
}

hr.top {
	border-bottom: solid 1px #007f9e;
	margin-bottom: 45px;
}

/* 見出し */
h2.top {
	font-size: 30px;
	color: #036c85;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 50px !important;
	border-bottom: solid 2px #036c85;
}

h2 .head {
	margin-right: 20px;
	height: 70px;
	width: 70px;
}

h2 .head img {}

/*
h3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
	padding: 23px 10px;
	height: 80px;
	max-width: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: #036c85;
}

h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #036c85;
}
*/

h4 {
	font-size: 18px;
	color: #007f9e;
	text-align: center;
	background-color: #d1ebec;
	padding: 14px 5px 15px;
	height: 50px;
}

/* icon */
span.icon_arrow1 {
	margin-left: 30px;
	position: relative;
	top: -5px;
}

span.icon_arrow1 a {
	font-size: 13px;
	font-weight: normal;
	color: #ff784f;
	text-decoration: underline;
	padding-left: 3px;
}

span.icon_arrow1:before {
	font-family: FontAwesome;
	content: "\f138";
	padding-right: 0.2rem;
	font-size: 14px;
	font-weight: normal;
	color: #ff784f;
}

/* header */
header.fp-active {
	position: fixed;
	z-index: 100;
	background-color: #fff;
	width: 100%;
}

.header_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jumbotron.header_bottom {
	margin: 15px 0 0;
	padding: 0;
	background-color: rgba(129, 181, 194, 0.2);
	border-radius: 0;
	height: 40px;
}

.head_padding {
	padding-top: 128px;
}

.header_logo {
	margin: 15px 0 0 0;
}

/* nav */
header li.nav-item {
	padding: 0;
	list-style: none;
	display: inline-block !important;
	float: none;
}

#navbarNav0 li a {
	font-size: 16px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	line-height: 20.8px !important;
	display: block !important;
}

/*header li.nav-item a.item-1 {*/
/*width: 100px !important;*/
/*}*/

/*header li.nav-item a.item-2 {*/
/*width: 80px !important;*/
/*}*/

header a.nav-link {
	font-weight: normal;
	color: #007f9e;
	text-decoration: none;
	padding: 0;
	font-size: 1rem;
}

/* footer */
footer {
	background-color: #1c4853;
	margin-top: 100px;
}

footer li.nav-item {
	margin: 33px 0;
}

footer a.nav-link {
	font-weight: normal;
	font-size: 14px;
	border-right: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	padding: 0 25px;
}

footer a.last {
	border-right: none;
}

small {
	display: block;
	text-align: center;
	color: #fff;
	margin: 25px 0 0;
	height: 30px;
	padding: 5px 0;
	background-color: #15182b;
}

.login_sp img.login_page_icon_sp {
	width: 35px;
	height: 35px;
}

@media screen and (max-width: 767px) {
	h2.top {
		font-size: 23px;
		padding-bottom: 10px;
		margin-bottom: 15px !important;
		text-align: center;
	}

	h2 .head {
		margin-right: 0;
		height: 50px;
		width: 50px;
	}

	/*
    h3 {
        height: auto;
        padding: 14px 10px 16px;
        font-size: 21px;
    }
*/

	header.fp-active {
		height: 60px;
	}

	.header_logo {
		margin: 10px 0 0 0;
		display: block;
	}

	.header_logo img {
		display: block;
		margin: auto;
	}

	.login_sp {
		position: absolute;
		right: 15px;
		top: 12px;
	}

	#scroll {
		margin-top: -50px;
		padding-top: 50px;
	}

	#firstview {
		margin-bottom: 20px;
	}

	footer .nav {
		display: block;
	}

	footer a.nav-link {
		border: 0;
	}
}

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

	hr.point {
		display: none;
	}
}

/* フキダシ */
.balloon1-left {
	position: relative;
	display: inline-block;
	margin: 2px 0 3px 30px;
	border-radius: 3px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	max-width: calc(100% - 232px);
	color: #333;
	font-size: 16px;
	font-weight: 500;
	background-color: rgba(129, 181, 194, 0.3);
}

.balloon1-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -23px;
	margin-top: -9px;
	border: 8px solid transparent;
	border-right: 15px solid rgba(129, 181, 194, 0.3);
}

.balloon1-left2 {
	position: relative;
	display: inline-block;
	margin: 0 0 5px 5px;
	border-radius: 3px;
	padding: 0px 5px 1px;
	max-width: 100%;
	min-width: 150px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	background-color: rgba(129, 181, 194, 0.3);
}

.balloon1-left2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -7px;
	border: 6px solid transparent;
	border-right: 10px solid rgba(129, 181, 194, 0.3);
}

.balloon1-left p {
	margin: 0;
	padding: 0;
}

.balloon1 {
	display: none;
}

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

	.balloon1 {
		position: relative;
		display: inline-block;
		border-radius: 3px;
		margin: 20px 0;
		padding: 10px;
		width: 100%;
		color: #333;
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
		background-color: rgba(129, 181, 194, 0.3);
	}

	.balloon1:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid rgba(129, 181, 194, 0.3);
	}
}

/* button */
.head_ad_link {
	font-size: 12px;
	margin: 13px 0 10px 0;
	text-align: right;
	display: inline-block;
}

.login {
	width: 100px;
	height: 30px;
	display: block;
	padding-top: 4px;
	border-radius: 15px;
	border: solid 1px #ff784f;
	color: #ff784f;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	float: left;
}

.register {
	width: 100px;
	height: 30px;
	margin: 0 0 0 11px;
	display: block;
	padding-top: 4px;
	border-radius: 15px;
	border: solid 1px #007f9e;
	color: #007f9e;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	float: left;
}

.btn {
	width: auto;
	height: 50px;
	margin: 17px 0 0 0;
	padding: 0 80px 0;
	display: block;
	border-radius: 25px;
	border: solid 1px #007f9e;
	background-color: #fff;
	color: #007f9e;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}

.text-center .btn {
	margin-left: auto;
	margin-right: auto;
}

.btn2 {
	width: auto;
	height: 45px;
	margin: 17px auto 0;
	line-height: 43px;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
	border-radius: 25px;
	border: solid 1px #ff784f;
	background-color: #fff;
	color: #ff784f;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	float: right;
}

.btn3 {
	padding: 7px 0;
	margin: 10px;
	background-color: #036c85;
	color: #fff;
	border-bottom: solid 3px #00303c;
	font-size: 16px;
	width: 100%;
	max-width: 180px;
	height: 40px;
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.login {
		width: 100%;
		height: 40px;
		margin: 0 10px;
		display: inline-block;
		padding: 8px 0;
		border-radius: 20px;
		border: solid 1px #ff784f;
		color: #ff784f;
		font-size: 16px;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		float: left;
	}

	.register {
		width: 100%;
		height: 40px;
		margin: 0 10px;
		display: block;
		padding: 8px 0;
		border-radius: 20px;
		border: solid 1px #007f9e;
		color: #007f9e;
		font-size: 16px;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		float: left;
	}

	.btn3 {
		margin: 5px 0 0;
		max-width: 155px;
		text-decoration: none;
		display: inline-block;
		text-align: center;
	}
}

a.cat0 {
	padding: 0px 5px 1px;
	margin: 10px 10px 10px 0;
	background-color: #007f9e;
	color: #fff !important;
	font-size: 11px;
	max-width: 180px;
	height: 20px;
	border-radius: 15px;
	text-decoration: none;
}

a.cat1 {
	padding: 4px 4px;
	margin: 10px 10px 10px 0;
	background-color: #007f9e;
	color: #fff !important;
	font-size: 11px;
	max-width: 180px;
	height: 20px;
	border-radius: 3px;
	text-decoration: none;
	word-break: keep-all;
}

a.cat2 {
	padding: 0px 5px 1px;
	margin: 10px 10px 10px 0;
	background-color: #81b5c2;
	color: #fff !important;
	font-size: 11px;
	max-width: 180px;
	height: 20px;
	border-radius: 15px;
	text-decoration: none;
}

a.tag1 {
	padding: 0px 5px 1px;
	margin: 10px 0 5px 3px;
	background-color: #fff;
	color: #007f9e !important;
	font-size: 11px;
	max-width: 180px;
	height: 20px;
	border-radius: 15px;
	border: solid 1px #007f9e;
	text-decoration: none;
	display: inline-block;

}

/* Form */
#form_header {
	width: auto;
	margin-top: 40px;
}

#form_header #input_header {
	vertical-align: top;
	margin: 0px;
	width: 220px;
	height: 30px;
	border-radius: 15px 0 0 15px;
	background-color: #f4f4f4;
	border: solid 1px #cccccc;
	box-sizing: border-box;
	float: left;
}

#submit_header {
	width: 80px;
	height: 30px;
	border-radius: 0 15px 15px 0;
	border: none;
	background-color: #aaaaaa;
	color: #ffffff;
	font-size: 14px;
	float: left;
}

div.radio_header_wrap {
	margin: 8px 0 0 15px;
	font-size: 12px;
	float: left;
}

header .radio_header_wrap {
	margin-right: 15px;
	margin-left: 0;
}

.radio_header {
	display: none;
}

.radio_header + label {
	padding-left: 23px;
	position: relative;
}

.radio_header + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #cccccc;
	border-radius: 50%;
}

.radio_header:checked + label::before {
	border: 1px solid #007f9e;
}

.radio_header:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	background: #007f9e;
	border: 1px solid #007f9e;
	border-radius: 50%;
}

.form_qa_wrap {
	padding: 20px;
	margin-top: 40px;
}

.form_qa_textarea {
	border-radius: 3px;
	border: solid 1px #cccccc;
	padding: 15px;
	font-size: 15px;
	width: 100%;
	height: 168px;
}

@media screen and (max-width: 767px) {
	#form_header {
		margin: 0;
		padding: 0;
	}

	div.radio_header_wrap {
		float: none;
	}

	div.list_page_sort {
		text-align: right;
	}

	#form_header #input_header {
		width: 70%;
		border-radius: 15px 0 0 15px;
		background-color: #f1f7e9;
		border: 0px;
	}

	#submit_header {
		width: 30%;
		height: 30px;
		border-radius: 0 15px 15px 0;
		border: none;
		background-color: #fff;
		color: #044655;
		font-size: 14px;
		float: left;
		text-align: center;
	}
}

/* top */
.group {
	border-bottom: dashed 1px #aaa;
	padding-bottom: 20px;
	margin: 0 0 20px;
	line-height: 130%;
}

.grouptop {
	border-top: dashed 1px #aaa;
	padding-top: 20px;
}

.group_left {
	font-size: 12px;
	margin-top: 0;
	float: left;
}

.group_left span {
	font-size: 16px;
	display: block;
}

.grouptop_pc {
	border-top: dashed 1px #aaa;
	padding-top: 20px;
}

span.date {
	font-weight: 500;
	color: #666666;
}

span.name,
span.inline-brr {
	padding-right: 12px;
	margin-right: 10px;
	border-right: solid 1px #999;
	height: 10px;
}

span.status {
	color: #007f9e;
	font-weight: 600;
}

span.icon {
	width: auto;
	height: auto;
	margin-right: 15px;
	color: #007f9e;
	display: inline-block;
	font-size: 12px;
}

span.comment:before {
	content: " ";
	background: url(../images/ico-comment.png);
	background-size: 16px;
	background-position: 1px 3px;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
}

span.comment-sm:before {
	background-size: 14.5px 13.3px;
	padding: 0 15px 0 0;
}

span.good:before {
	content: " ";
	background: url(../images/ico-good.png);
	background-size: 16px;
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
}

span.heart:before {
	content: " ";
	background: url(../images/ico-star.png);
	background-size: 16px;
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
}

span.heart-sm:before {
	background-size: 13.5px 12.151px;
	padding: 0 15px 0 0;
}

span.note:before {
	content: " ";
	background: url(../images/icon-note.png);
	background-size: 16px;
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
}

span.star {
	font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	line-height: 0;
	color: #f68f4b;
	display: block;
	margin: 12px 0 0;
	float: left;
}

span.star:before {
	content: " ";
	padding: 0 100px 0 0;
}

span.rank5:before {
	background: url(../images/ico-star-5.png);
	background-size: 90px 15px;
	background-position: left;
	background-repeat: no-repeat;
}

span.rank4:before {
	background: url(../images/ico-star-4.png);
	background-size: 90px 15px;
	background-position: left;
	background-repeat: no-repeat;
}

span.rank3:before {
	background: url(../images/ico-star-3.png);
	background-size: 90px 15px;
	background-position: left;
	background-repeat: no-repeat;
}

span.rank2:before {
	background: url(../images/ico-star-2.png);
	background-size: 90px 15px;
	background-position: left;
	background-repeat: no-repeat;
}

span.rank1:before {
	background: url(../images/ico-star-1.png);
	background-size: 90px 15px;
	background-position: left;
	background-repeat: no-repeat;
}

.border {
	border: solid 1px #eeeeee !important;
}

.no-border {
	border: 0 !important;
}

div.title {
	font-size: 16px;
	margin: 3px 0 5px;
	font-weight: bold;
}

div.title .question {
	text-decoration: none;
	font-size: 18px;
	color: #036c85;
	margin-right: 10px;
	vertical-align: baseline;
}

div.title .answer {
	text-decoration: none;
	font-size: 18px;
	color: #ff784f;
	margin-right: 10px;
	vertical-align: baseline;
}

div.txt {
	font-size: 14px;
	margin: 5px 0;
}

img.usericon {
	margin-right: 10px;
	border: solid 1px #eaeaea;
	width: 70px;
	height: 70px;
	object-fit: contain;
}

img.usericon2 {
	margin-right: 10px;
	border: solid 1px #eaeaea;
	width: 50px;
	height: 50px;
}

.iconborder {
	border-left: dashed 1px #aaa;
	padding-left: 20px;
}

img.eyecatch {
	width: 160px;
	height: 104px;
	margin-right: 10px;
}

@media screen and (max-width: 1025px) {
	.grouptop {
		border-top: dashed 1px #aaa;
		padding-top: 15px;
	}

	.grouptop_pc {
		border-top: none;
		padding-top: 15px;
	}

	.group {
		padding-bottom: 10px;
		margin: 0 0 10px;
	}

	span.name {
		padding-right: 5px;
		margin-right: 5px;
	}

	span.date {
		padding-right: 5px;
		margin-right: 5px;
	}

	img.eyecatch {
		width: 70px;
		height: 70px;
	}

	span.date.data2 {
		display: block;
		border: 0px;
		margin-bottom: 10px;
	}

	.iconborder {
		border-left: 0;
		padding-left: 0;
	}

	.point_wrap {
		padding: 10px 0;
		border-bottom: dashed 1px #aaa;
	}
}

.top_kaiketsu {
	background: url(../images/kaiketsu_bg.PNG);
	width: 100%;
	height: 300px;
	text-align: center;
}

.top_kaiketsu p {
	font-size: 20px;
	color: #ff784f;
	font-weight: 600;
	text-align: center;
	padding-top: 60px;
	display: block;
	line-height: 150%;
}

.top_kaiketsu span.toplink {
	font-size: 14px;
	color: #ff784f;
	font-weight: 500;
	text-align: center;
	padding-top: 30px;
	display: block;
}

.news_wrap {
	height: 125px;
}

@media screen and (max-width: 767px) {
	.top_kaiketsu p {
		padding-top: 0;
	}

	.top_kaiketsu {
		background: url(../images/kaiketsu_bg_sp.PNG);
		width: 100%;
		height: auto;
		padding: 30px 0;
		text-align: center;
		background-size: 100%;
	}
}

/* パンくず */
.breadcrumb {
	font-size: .8rem;
	color: #333;
	background-color: transparent;
	padding-top: 140px;
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.breadcrumb-item a {
	color: #333;
}

.breadcrumb-item.active {
	color: #333;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: '\003e';
	color: #333;
}

/* 下層ページ */
.page_wrap {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 767px) {
	li.sidemenu1 a.sidemenu_cat_first {
		display: inline-block !important;
		text-align: left !important;
		padding-left: 20px !important;
	}

	li.sidemenu2 a {
		display: inline-block !important;
		text-align: left !important;
		padding-left: 20px !important;
	}
}

.sort a {
	text-decoration: none;
	font-size: 12px;
}

.sort a.on:before {
	font-family: 'FontAwesome';
	font-weight: bold;
	padding-left: 15px;
	margin-right: 5px;
	content: "\f0d7";
	color: #007f9e;
}

.sort a.off:before {
	font-family: 'FontAwesome';
	font-weight: bold;
	padding-left: 15px;
	margin-right: 5px;
	content: "\f0d7";
	color: #666666;
}

.sort-border-right {
	border-right: solid 1px #999;
	height: 15px;
	padding-right: 20px;
}

/* 一覧検索関連 */
ul.searchmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#l_wrapper {
	width: 100%;
}

#l_left {
	float: left;
	width: 100%;
	padding-right: 100px;
	box-sizing: border-box;
}

#l_right {
	float: right;
	width: 90px;
	margin-left: -100px;
	background: #FCC;
}

#l_content {
	background: #AAA;
}

/* form */
#form_search {
	width: auto;
	margin-top: 20px;
}

#form_search #input_search {
	vertical-align: top;
	margin: 0 0 10px;
	width: 100%;
	height: 40px;
	border-radius: 3px;
	background-color: #f6f6f6;
	border: solid 1px #cccccc;
	box-sizing: border-box;
	float: left;
	padding-right: 120px;
}

#submit_search {
	width: 90px;
	height: 40px;
	border-radius: 3px;
	margin-left: 10px;
	border: none;
	background-color: #999999;
	color: #ffffff;
	font-size: 14px;
	float: right;
	margin-left: -100px;
}

li.searchmenu a.collapsed {
	color: #036c85;
	background-color: #fff;
	text-decoration: none;
	text-align: right;
	padding: 0;
	font-size: 1rem;
	display: block;
	height: 40px;
}

li.searchmenu a.collapsed:after {
	font-family: 'FontAwesome';
	padding-right: 0;
	font-weight: bold;
	content: '\f107';
	color: #036c85;
	position: relative;
	margin-left: 10px;
}

a.search_detail_link {
	color: #fff;
	background-color: #036c85;
	text-decoration: none;
	text-align: left;
	padding: 8px 12px 0 12px;
	font-size: 1.125rem;
	display: block;
	height: 40px;
	margin-bottom: 0;
	transition: background-color 0.5s ease-out;
}

a.search_detail_link:after {
	font-family: 'FontAwesome';
	padding-right: 0;
	font-weight: bold;
	content: '\f106';
	color: #fff;
	position: relative;
	float: right;
}

#sd_form .tag_wrap a {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 0 3px 5px;
}

#sd_form .tag_wrap a:after {
	display: none;
}

#sd_form .btn_wrap {
	text-align: center;
}

#sd_form .btn4 {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #999999;
	display: inline-block;
	padding: 2px 40px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 15px;
}

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

	/* #menu_sp_search */
	#menu_sp_search {
		position: absolute;
		z-index: 10;
		background-color: #f8f8f8;
		width: 95%;
		max-width: 1200px;
		left: 0;
		right: 0;
		margin: 12px auto 0;
		padding: 10px;
		border: solid 2px #036c85;
	}

	#menu_sp_search:before {
		content: "";
		position: absolute;
		top: -30px;
		right: 65%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #036c85;
		transition-duration: 0.3s;
	}

	#menu_sp_search:after {
		content: "";
		position: absolute;
		top: -27px;
		right: 65%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #f4f4f4;
		transition-duration: 0.3s;
	}

	a.menu_toggle_sp_search:before {
		background-image: url(../images/subpages/ico_search.png);
		color: #036c85;
		width: 115px;
		height: 75px;
		display: inline-block;
		padding: 38px 10px 5px;
		border: 2px solid #036c85;
		border-radius: 15px;
		font-size: 1.06rem;
		text-align: center;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: 7px;
		background-size: 32px, 32px;
		content: "検索する";
	}

	a.menu_toggle_sp_search:before {
		content: "検索する";
	}

	a.menu_toggle_sp_search_bottom:before {
		content: "" !important;
	}

	#menu_sp_search a {
		display: inline;
		position: static;
	}

	#menu_sp_search a::after {
		display: none;
	}

	#menu_sp_search a.nav:before {
		font-family: 'FontAwesome';
		font-weight: bold;
		padding-right: 10px;
		content: '\f105';
		color: #555;
	}

	#menu_sp_search .accordion_menu_wrap {
		border-bottom: solid 1px #c3c3c3;
	}

	#menu_sp_search .accordion_menu_wrap .left {
		display: inline-block;
		width: 100%;
		font-size: 18px;
		margin-top: 15px;
	}

	#menu_sp_search .accordion_menu_wrap .left .nav {
		border-bottom: solid 1px #555;
		padding-bottom: 5px;
		margin-bottom: 15px;
		display: inline-block;
		width: 100%;
		max-width: 200px;
		text-align: left;
	}

	#menu_sp_search .accordion_menu_wrap .right {
		display: inline-block;
		padding-bottom: 20px;
	}

	#menu_sp_search .accordion_menu_wrap .right span.icon_arrow {
		display: inline-block;
		margin-right: 20px;
	}

	#accordion_menu a.menu_toggle_sp_search::after {
		display: none;
	}

	a.menu_toggle_sp_search_bottom {
		display: block !important;
		margin: 20px 0;
		border: solid 1px #555555;
		background-color: #fff;
		padding: 10px !important;
	}

	a.menu_toggle_sp_search_bottom:before {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 20px;
		border-top: #555 2px solid;
		border-right: #555 2px solid;
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: rotate(315deg);
		-ms-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	/* #menu_sp_cat */
	#menu_sp_cat {
		position: absolute;
		z-index: 10;
		background-color: #fff;
		width: 95%;
		max-width: 1200px;
		left: 0;
		right: 0;
		margin: 12px auto 0;
		padding: 10px;
		border: solid 2px #036c85;
	}

	#menu_sp_cat:before {
		content: "";
		position: absolute;
		top: -30px;
		left: 65%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #036c85;
		transition-duration: 0.1s;
	}

	#menu_sp_cat:after {
		content: "";
		position: absolute;
		top: -27px;
		left: 65%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #fff;
		transition-duration: 0.3s;
	}

	a.menu_toggle_sp_cat:before {
		background-image: url(../images/subpages/ico_category.png);
		color: #036c85;
		width: 115px;
		height: 75px;
		display: inline-block;
		padding: 38px 10px 5px;
		border: 2px solid #036c85;
		border-radius: 15px;
		font-size: 1.06rem;
		text-align: center;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: 7px;
		background-size: 32px, 32px;
		content: "カテゴリ";
	}

	a.menu_toggle_sp_cat:before {
		content: "カテゴリ";
	}

	a.menu_toggle_sp_cat_bottom:before {
		content: "" !important;
	}

	#menu_sp_cat a {
		display: inline;
		position: static;
	}

	#menu_sp_cat a::after {
		display: none;
	}

	#menu_sp_cat a.nav:before {
		font-family: 'FontAwesome';
		font-weight: bold;
		padding-right: 10px;
		content: '\f105';
		color: #555;
	}

	#menu_sp_cat .accordion_menu_wrap {
		border-bottom: solid 1px #c3c3c3;
	}

	#menu_sp_cat .accordion_menu_wrap .left {
		display: inline-block;
		width: 100%;
		font-size: 18px;
		margin-top: 15px;
	}

	#menu_sp_cat .accordion_menu_wrap .left .nav {
		border-bottom: solid 1px #555;
		padding-bottom: 5px;
		margin-bottom: 15px;
		display: inline-block;
		width: 100%;
		max-width: 200px;
		text-align: left;
	}

	#menu_sp_cat .accordion_menu_wrap .right {
		display: inline-block;
		padding-bottom: 20px;
	}

	#menu_sp_cat .accordion_menu_wrap .right span.icon_arrow {
		display: inline-block;
		margin-right: 20px;
	}

	#accordion_menu a.menu_toggle_sp_cat::after {
		display: none;
	}

	a.menu_toggle_sp_cat_bottom {
		display: block !important;
		margin: 20px 0;
		border: solid 1px #555555;
		background-color: #fff;
		padding: 10px !important;
	}

	a.menu_toggle_sp_cat_bottom:before {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 20px;
		border-top: #555 2px solid;
		border-right: #555 2px solid;
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: rotate(315deg);
		-ms-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

/* ページネーション */
ul.pagination {
	display: inline;
	padding: 0;
	margin: 0;
	text-align: center;
}

ul.pagination li {
	display: inline;
	text-align: center;
}

ul.pagination li a {
	color: #036c85;
	float: left;
	width: 40px;
	height: 40px;
	padding-top: 4px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: solid 1.5px #036c85;
	border-radius: 20px;
	margin: 20px 5px;
}

ul.pagination .fa {
	font-size: 28px;
	margin-top: -1px;
}

ul.pagination li a.active {
	background-color: #036c85;
	color: white;
}

ul.pagination li a:hover:not(.active) {
	background-color: #036c85;
	color: #fff;
	transition: background-color .3s;
}

/* コンテンツwrap */
@media screen and (max-width: 767px) {
	.contents-wrap {
		display: block !important;
	}

	.sidemenu-column {
		width: 100%;
	}

	.main-column {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.row-m-0-pc {
		margin-right: 0;
		margin-left: 0;
	}

	.row-m-right-0-pc {
		margin-right: 0;
	}

	.row-m-left-0-pc {
		margin-left: 0;
	}

	.col-p-0-pc {
		padding-right: 0;
		padding-left: 0;
	}

	.col-p-right-0-pc {
		padding-right: 0;
	}

	.col-p-left-0-pc {
		padding-left: 0;
	}

	.sidemenu-column {
		max-width: 200px;
		width: 100%;
		margin-right: 30px;
	}

	.main-column {
		max-width: 640px;
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.sidemenu-column {
		margin-right: 15px;
	}

	.main-column {
		max-width: 655px;
	}
}

.wysiwyg_wrap {
	text-justify: inter-ideograph;
}

.wysiwyg_wrap h1,
.wysiwyg_wrap h2,
.wysiwyg_wrap h3,
.wysiwyg_wrap h4,
.wysiwyg_wrap h5,
.wysiwyg_wrap h6 {
	position: initial;
	display: initial;
	justify-content: initial;
	align-items: initial;
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	width: initial;
	height: auto;
	text-align: left;
	color: #000;
	font-size: initial;
	background: #fff;
	border: none;
}

.wysiwyg_wrap .modal-header .close {
	margin: 0px;
	padding: 0px;
}

.wysiwyg_wrap .modal-footer .btn-primary,
.wysiwyg_wrap .modal-footer .btn-primary:active {
	background: none;
}


.wysiwyg_wrap h1:after,
.wysiwyg_wrap h2:after,
.wysiwyg_wrap h3:after,
.wysiwyg_wrap h4:after,
.wysiwyg_wrap h5:after,
.wysiwyg_wrap h6:after,
.wysiwyg_wrap h1:before,
.wysiwyg_wrap h2:before,
.wysiwyg_wrap h3:before,
.wysiwyg_wrap h4:before,
.wysiwyg_wrap h5:before,
.wysiwyg_wrap h6:before {
	display: none !important;
}

.wysiwyg_wrap h1,
.wysiwyg_wrap h1 {

	font-size: 2rem;
	display: block;
}

.wysiwyg_wrap h2,
.wysiwyg_wrap h2 {

	font-size: 1.8rem;
	display: block;
}

.wysiwyg_wrap h3,
.wysiwyg_wrap h3 {
	font-size: 1.5rem;
	display: block;
}

.wysiwyg_wrap h4,
.wysiwyg_wrap h4 {
	font-size: 1.3rem;
	display: block;

}

.wysiwyg_wrap h5,
.wysiwyg_wrap h5 {
	font-size: 1.3rem;
	display: block;
}

.wysiwyg_wrap a {
	text-decoration: underline;
}

.wysiwyg_wrap .note-toolbar a {
	text-decoration: none;
	color: #000000;
}

.wysiwyg_wrap .btn-sm {
	padding: .25rem .5rem !important;
	font-size: .875rem !important;
	line-height: 1.5 !important;
	border-radius: .2rem;
}

.wysiwyg_wrap .note-toolbar {
	z-index: 1;
}

.note-children-container .btn,
.wysiwyg_wrap .btn {
	display: inline-block !important;
	font-weight: 400 !important;
	text-align: center !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	color: unset;
	border: 1px solid #eee;
	height: auto;
	margin: unset;
	padding: 4px 8px;

	line-height: 1.5 !important;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.note-children-container .btn:after,
.wysiwyg_wrap .btn.dropdown-toggle:after {
	display: none !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 0px !important;
	height: 0px !important;
}

.wysiwyg_wrap .panel-heading.note-toolbar .dropdown-menu {
	min-width: 10rem !important;
}

.wysiwyg_wrap .panel-heading.note-toolbar .note-color .dropdown-toggle {
	width: unset;
	padding-right: 5px !important;
}

.wysiwyg_wrap .panel-heading.note-toolbar .note-table .btn,
.wysiwyg_wrap .panel-heading.note-toolbar .note-style-select .btn {
	padding-right: 0px !important;
}

.wysiwyg_wrap .dropdown-style a {
	text-decoration: none !important;
	color: unset !important;
}

.wysiwyg_wrap pre {
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 5px;
	display: inline-block;
}

.wysiwyg_wrap table td {
	border: 1px solid #dee2e6 !important;
}

.wysiwyg_wrap blockquote {
	border-left: 3px solid #c6c8ca;
	padding: 15px;
	color: #666;
}

.wysiwyg_wrap button.note-color-reset,
.wysiwyg_wrap button.note-color-select,
.wysiwyg_wrap .note-holder-custom {
	display: none !important;
}

.note-toolbar.panel-heading {
	border-bottom: 1px solid #aaa;
}

.wysiwyg_wrap .btn {
	color: #000 !important;
	padding: 4px 8px !important;
	margin: 0px !important;
}
