@charset "UTF-8";

/* ----------------------------------------------------
basic
---------------------------------------------------- */
html,body {
	height: 100%;
}

header,h1,nav,p,div {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header {
	font-size: 13px;
	background: #fff;
}

header h1 {
	line-height: 0;
}
header h1 img {
	width: 180px;
	height: auto;
}
header h1 a {
	display: flex;
	color: #333;
	transition: 0.2s ease-in-out;
}
header h1 a:hover {
	opacity: 0.6;
	text-decoration: none;
}
header h1 p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
}
header h1 p:before {
	content: "-";
	margin: 0 10px;
}

/* ----------------------------------------------------
.headerinner
---------------------------------------------------- */
header div.headerinner {
	padding: 20px 0;
	margin: 0 auto;
	width: 980px;
	display: flex;
	justify-content: space-between;
}
header div.headerinner div.inr_boxR {
	display: flex;
	align-items: flex-end;
}
header div.headerinner div.inr_boxR div.linkbtn a {
	padding: 16px 20px 13px 20px;
	display: block;
	color: #fff;
	background: #5b3568;
	transition: 0.2s ease-in-out;
	border-radius: 100px;
}

header div.headerinner div.inr_boxR div.linkbtn a:hover {
	opacity: 0.6;
	text-decoration: none;
}

/* ----------------------------------------------------
#spNavi
---------------------------------------------------- */
#spNavi {
	display: none;
}

/* ----------------------------------------------------
nav.cvinfoNav
---------------------------------------------------- */
nav.cvinfoNav {
	margin-bottom: 40px;
	font-size: 13px;
	color: #5b3568;
	background: #fff;
	border-top: 1px solid #5b3568;
	border-bottom: 1px solid #5b3568;
	z-index: 10;
}
nav.cvinfoNav.is-fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

nav.cvinfoNav div.navinner {
	padding: 19px 0 6px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav.cvinfoNav div.navinner div:not(:nth-last-child(-n+2)):after {
	content: "｜";
	font-size: 12px;
	margin: 0 10px;
}

nav.cvinfoNav div.navinner div {
	margin-bottom: 10px;
}
nav.cvinfoNav div.navinner div a {
	font-weight: bold;
	color: #5b3568;
	transition: 0.2s ease-in-out;
}
nav.cvinfoNav div.navinner div a:hover {
	opacity: 0.6;
	text-decoration: none;
}

nav.cvinfoNav div.navinner div.menuSp {
	display: none;
}

/* ----------------------------------------------------
#categoryList
---------------------------------------------------- */
#categoryList span.count {
	display: none;
}
#categoryList span.new {
	padding: 4px 4px 3px 4px;
	margin: 0 0 0 4px;
	display: inline-block;
	font-size: 11px;
	line-height: 1.0;
	font-weight: bold;
	color: #fff;
	background: #dc143c;
}

/* ----------------------------------------------------
article
---------------------------------------------------- */
article {
	padding: 30px 0 100px 0;
}
article img {
	max-width: 100%;
	width: auto;
	height: auto;
}

@media (max-width: 980px) {
/* ----------------------------------------------------
pc980 / .headerinner
---------------------------------------------------- */
header div.headerinner {
	width: 98%;
}

}
/* pc980_END */


@media (max-width: 768px) {
/* ----------------------------------------------------
.fixed
---------------------------------------------------- */
.fixed {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------------------
tablet / header
---------------------------------------------------- */
header {
	margin-bottom: 20px;
	/* border-bottom: 1px solid #5b3568; */
}

/* ----------------------------------------------------
tablet / .headerinner
---------------------------------------------------- */
header div.headerinner {
	padding: 16px 10px;
}
header div.headerinner div.inr_boxR {
	/* display: none; */
}

/* ----------------------------------------------------
tablet / #spNavi
---------------------------------------------------- */
#spNavi {
	position: fixed;
	top: 30px;
	right: 16px;
	display: block;
	width: 50px;
	/* height: 50px; */
	height: 48px;
	z-index: 20;
	background: #5b3568;
	/* border-radius: 100px; */
	border-radius: 10px;
	/* filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2)); */
	opacity: 0.8;
}
#spNavi span {
	margin: 0 auto;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	width: 26px;
	height: 3px;
	background: #fff;
	transition: 0.2s ease-in-out;
	border-radius: 10px;
}
#spNavi span:first-child {
	/* top: 15px; */
	top: 13px;
}
#spNavi span:nth-child(2) {
	/* top: 24px; */
	top: 23px;
}
#spNavi span:nth-child(3) {
	top: 33px;
}

#spNavi.open {
	opacity: 1;
}
#spNavi.open span:first-child {
	/* top: 24px; */
	top: 23px;
	transform: rotate(-45deg);
}
#spNavi.open span:nth-child(2) {
	width: 0;
	left: 50%;
}
#spNavi.open span:nth-child(3) {
	/* top: 24px; */
	top: 23px;
	transform: rotate(45deg);
}

/* ----------------------------------------------------
tablet / nav.cvinfoNav
---------------------------------------------------- */
nav.cvinfoNav {
	margin-bottom: 0;
	border: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100vh;
	right: 0;
	transition: left 0.3s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
nav.cvinfoNav.is-fixed {
	position: static;
}
nav.cvinfoNav.openmenu {
	left: 0;
}

nav.cvinfoNav div.navinner {
	padding: 20px 20px 34px 20px;
	height: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
}

nav.cvinfoNav div.navinner div {
	margin-bottom: 0;
	width: 80%;
}

nav.cvinfoNav div.navinner div a {
	padding: 14px 0;
	display: block;
	border-bottom: 2px solid #e4e4e4;
}

nav.cvinfoNav div.navinner div:last-child {
	margin-bottom: 0;
}
nav.cvinfoNav div.navinner div:not(:last-child):after {
	content: none;
}

nav.cvinfoNav div.navinner div.menuSp {
	margin-top: 30px;
	display: block;
}
nav.cvinfoNav div.navinner div.menuSp:before {
	content: none;
}
nav.cvinfoNav div.navinner div.menuSp a {
	padding: 20px 10px;
	display: block;
	color: #fff;
	text-align: center;
	background: #5b3568;
	border: 0;
	border-radius: 100px;
}

}
/* tablet_END */


@media (max-width: 736px) {
/* ----------------------------------------------------
sp / header
---------------------------------------------------- */
header h1 img {
	width: 130px;
}
header h1 a {
	flex-direction: column;
}
header h1 p {
	margin-top: 6px;
	font-size: 15px;
}
header h1 p:before {
	content: none;
}

/* ----------------------------------------------------
sp / .headerinner
---------------------------------------------------- */
header div.headerinner {
	padding: 10px;
}

/* ----------------------------------------------------
sp / #spNavi
---------------------------------------------------- */
#spNavi {
	right: 10px;
}

/* ----------------------------------------------------
sp / nav
---------------------------------------------------- */
nav.cvinfoNav {
	padding-bottom: 34px;
	font-size: 15px;
}
nav.cvinfoNav div.navinner div {
	width: 100%;
}

/* ----------------------------------------------------
sp / article
---------------------------------------------------- */
article {
	padding: 15px 0 50px 0;
}

}
/* sp_END */


/* ***************************************************** */
/* add 20211004 oono */

body#cvinfo {
	font-family: "Helvetica Neue","Arial","Hiragino Sans","Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
	color: #333;
}
.font_Oswald {
	font-family: 'Oswald', sans-serif;
}
.ind01 {
	text-indent: -1rem;
	padding-left: 1rem;
}
.nolink {
	pointer-events: none;
}
.cvCont01,
.cvCont02 {
	margin: 20px 0;
}
/* ----------------------------------------------------
header
---------------------------------------------------- */
header .headVisual {
	background-image: url(../img/head_visual_pc.png);
	background-repeat: no-repeat;
	background-position: right 0 center;
	height: 760px;
	margin-bottom: -76px;
}
header div.headerinner.add-202110 {
	width: auto;
	max-width: 1240px;
}
@media (max-width:1240px){
	header div.headerinner.add-202110 {
		width: 100%;
		padding: 20px;
	}
}
@media (max-width:736px){
	header .headVisual {
		background-image: url(../img/head_visual_sp.png);
		background-repeat: no-repeat;
		background-position: right 0 top 0;
		background-size: 80%;
		height: auto;
		margin-bottom: -56px;
	}
	header div.headerinner.add-202110 {
		width: 100%;
		padding: 20px;
	}
}
/* ----------------------------------------------------
section .inner.cvinfo_inner
---------------------------------------------------- */
section .inner.cvinfo_inner {
	max-width: 1240px;
	margin: 0 auto;
}
@media (max-width:1240px){
	section .inner.cvinfo_inner {
		padding-left: 1%;
		padding-right: 1%;
	}
}
@media (max-width:736px){
	section .inner.cvinfo_inner {
		width: 100%;
		padding: 0 20px;
	}
}
/* ----------------------------------------------------
h2.head_h2
---------------------------------------------------- */
h2.head_h2 {
	max-width: 1240px;
	margin: 0 auto;
	font-size: 40px;
	padding: 10% 0 0;
}
@media (max-width:1240px){
	h2.head_h2 {
		padding: 10% 20px 0;
	}

}
@media (max-width:736px){
	h2.head_h2 {
		width: 100%;
		height: 60vw;
		font-size: 23px;
		padding: 10vw 0 0 20px;
	}
}
/* ----------------------------------------------------
h2.tit_h2
---------------------------------------------------- */
h2.tit_h2 {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 30px;
	font-size: 54px;
	font-weight: 200;
	letter-spacing: 18px;
	line-height: 1;
	color: #B1DEE5;
}
h2.tit_h2 span {
	font-family: "Helvetica Neue","Arial","Hiragino Sans","Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
	padding: 0 0 0 6px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #227fa0;
}
@media (max-width:736px){
	h2.tit_h2 {
		font-size: 34px;
		letter-spacing: 10px;
	}
	h2.tit_h2 span {
		display: block;
		padding: 10px 0 0;
		font-size: 18px;
	}
}
/* ----------------------------------------------------
h2.cvinfo_h2
---------------------------------------------------- */
h2.cvinfo_h2 {
	color: #227FA0;
	padding: 46px 0 40px;
	line-height: 1.2;
	font-size: 30px;
}
@media (max-width:736px){
	h2.cvinfo_h2 {
		font-size: 7vw;
		padding: 20px 0;
	}
}
/* ----------------------------------------------------
h3.cvinfo_h3
---------------------------------------------------- */
h3.cvinfo_h3 {
	padding: 14px 26px 10px 16px;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
	background: #D9EDF2;
	color: #227FA0;
	border-radius: 0 60px 0 0;
}
@media (max-width:736px){
	h3.cvinfo_h3 {
		font-size: 5vw;
		line-height: 1.4;
	}
}
/* ----------------------------------------------------
h3.tit_h3
---------------------------------------------------- */
h3.tit_h3 {
	padding: 6px 0;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #227fa0;
	border-top: solid 1px #227fa0;
	border-bottom: solid 1px #227fa0;
}
/* ----------------------------------------------------
h4.tit_h4
---------------------------------------------------- */
h4.tit_h4 {
	padding: 0 0 0 16px;
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 3px #227fa0;
	border-bottom: none;
	color: #333;
}
/* ----------------------------------------------------
.infoWrap
---------------------------------------------------- */
.infoWrap {
	max-width: 1240px;
	margin: 20px auto
}
.infoWrap .infoInner {
  width: calc(100% + 1000px);
  margin: 0 0 0 -1000px;
	padding: 36px 0 6px;
	background-color: #fff;
	box-shadow: 0 0 8px #B1DEE5;
	border-radius: 10px;
	position: relative;
}
.infoWrap .infoInner .infoCont {
	width: 1240px;
	margin: 0 0 0 auto;
}
.infoWrap .infoInner .link_more.infoMore {
	position: absolute;
	top: 36px;
	right: 36px;
}
@media (max-width: 1240px) {
	.infoWrap .infoInner {
		width: 100%;
		margin: 0;
		padding:0;
	}
	.infoWrap .infoInner .infoCont {
		width: 100%;
		margin: 0;
		padding: 36px 36px 16px;
	}
}
@media (max-width:736px){
	.infoWrap {
		width:100vw;
		margin: 20px -20px;
		padding:0;
	}
	.infoWrap .infoInner {
		width: calc(100% - 20px);
		margin: 0 20px 0 0;
		padding: 36px 0;
		border-radius: 0 10px 10px 0;
	}
	.infoWrap .infoInner .infoCont {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 0 20px;
	}
	.infoWrap .infoInner .link_more.infoMore {
		position: static;
		margin: 0 0 0 20px;
	}
}
/* ----------------------------------------------------
.cvinfoList
---------------------------------------------------- */
.cvinfoList {
	margin-bottom: 30px;	
}
.cvinfoList .listcont {
	margin-bottom: 10px;
}
.cvinfoList .listcont:nth-child(n+6) {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.cvinfoList .listcont span.count {
	display: none;
}
.cvinfoList .listcont span.icon:before {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_orange01.png) no-repeat;
	background-size: 100%;
	width: 7px;
	height: 11px;
	position: relative;
	top: 0px;
	margin-right: 8px;
}
.cvinfoList .listcont a {
	padding-bottom: 2px;
	font-size: 16px;
	color: #333;
	margin-bottom: 1px;
	line-height: 1.3;
}
.cvinfoList .listcont a:hover {
	text-decoration: none;
	border-bottom: 1px solid #227FA0;
	margin-bottom: 0;
}
.cvinfoList .listcont a img {
	width: auto;
	height: auto;
}
.cvinfoList .listcont span.new {
	font-family: 'Oswald', sans-serif;
	padding: 5px 5px 4px 7px;
	margin: 0 0 0 4px;
	display: inline-block;
	font-size: 11px;
	line-height: 1.0;
	font-weight: 400;
	color: #fff;
	background: #e86a23;
	border-radius: 3px;
	letter-spacing: 2px;
}
.cvinfoList.archive .listcont {
	margin-bottom: 0;
	padding: 16px 0 14px;
	border-top: 1px dotted #444;
}
.cvinfoList.archive .listcont:last-child {
	border-bottom: 1px dotted #444;
}
.cvinfoList.archive .listcont:nth-child(n+6) {
	display: block;
	opacity: 1;
	visibility: visible;
}
/* ----------------------------------------------------
.bannerArea
---------------------------------------------------- */
.bannerArea {
	margin-bottom: 120px;
}
.bannerArea .bnr a {
	display: block;
	width: 100%;
	margin: 40px 0;
	padding: 14px 0;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
}
.bannerArea .bnr a:hover {
	text-decoration: none;
}
.bannerArea .bnr.bnr_red a {
	background-color: #e1444b;
	border: solid 1px #e1444b;
}
.bannerArea .bnr.bnr_red a:hover {
	background-color: #fff;
	color: #e1444b;
}
.bannerArea .bnr.bnr_blue a {
	background-color: #227fa0;
	border: solid 1px #227fa0;
}
.bannerArea .bnr.bnr_blue a:hover {
	background-color: #fff;
	color: #227fa0;
}
.bannerArea .bnr.bnr_orange a {
	background-color: #ff8c00;
	border: solid 1px #ff8c00;
}
.bannerArea .bnr.bnr_orange a:hover {
	background-color: #fff;
	color: #ff8c00;
}
.bannerArea .bnr.bnr_purple a {
	background-color: #990099;
	border: solid 1px #990099;
}
.bannerArea .bnr.bnr_purple a:hover {
	background-color: #fff;
	color: #990099;
}
.bannerArea .bnr.bnr_green a {
	background-color: #37af6a;
	border: solid 1px #37af6a;
}
.bannerArea .bnr.bnr_green a:hover {
	background-color: #fff;
	color: #37af6a;
}
@media (max-width:736px){
	.bannerArea .bnr a {
		padding: 10px 0;
		font-size: 20px;
	}
}
/* ----------------------------------------------------
.link_more
---------------------------------------------------- */
.link_more {
	display: flex;
	justify-content: center;
}
.link_more a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 8px 30px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #227FA0 !important;
	background-color: #fff;
	border: 1px solid #227FA0;
	border-radius: 20px;
}
.link_more a:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #227FA0;
}
/* ------------------
.link_more.ico01
------------------ */
.link_more.ico01 a:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_blue01.png) no-repeat;
	background-size: 100%;
	width: 7px;
	height: 11px;
	margin-left: 8px;
}
.link_more.ico01 a:hover:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_white01.png) no-repeat;
	background-size: 100%;
	width: 7px;
	height: 11px;
	position: relative;
	top: 0px;
	margin-left: 8px;
}
/* ------------------
.link_more.ico02
------------------ */
.link_more.ico02 a:after,
.link_more.ico02 a.box_open:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_blue02.png) no-repeat;
	background-size: 100%;
	width: 11px;
	height: 6px;
	margin-left: 8px;
}
.link_more.ico02 a:hover:after,
.link_more.ico02 a.box_open:hover:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_white02.png) no-repeat;
	background-size: 100%;
	width: 11px;
	height: 6px;
	position: relative;
	top: -1px;
	margin-left: 8px;
}
.link_more.ico02 a.box_close:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_blue02_close.png) no-repeat;
	background-size: 100%;
	width: 11px;
	height: 6px;
	margin-left: 8px;
}
.link_more.ico02 a.box_close:hover:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_white02_close.png) no-repeat;
	background-size: 100%;
	width: 11px;
	height: 6px;
	position: relative;
	top: -1px;
	margin-left: 8px;
}
/* ------------------
.link_more a.hide
------------------ */
.link_more a.hide {
	display: none;
}
/* ----------------------------------------------------
.link_more_blue
---------------------------------------------------- */
.link_more_blue {
	display: flex;
	justify-content: center;
}
.link_more_blue a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	background-color: #227FA0;
	border: 1px solid #227FA0;
	border-radius: 20px;
}
.link_more_blue a:hover {
	text-decoration: none;
	color: #227FA0 !important;
	background-color: #fff;
}
/* ------------------
.link_more_blue.ico01
------------------ */
.link_more_blue.ico01 a:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_white01.png) no-repeat;
	background-size: 100%;
	width: 7px;
	height: 11px;
	margin-left: 8px;
}
.link_more_blue.ico01 a:hover:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_blue01.png) no-repeat;
	background-size: 100%;
	width: 7px;
	height: 11px;
	position: relative;
	top: 0px;
	margin-left: 8px;
}
/* ------------------
.link_more_blue.ico02
------------------ */
.link_more_blue.ico02 a:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_white02.png) no-repeat;
	background-size: 100%;
	width: 11px;
	height: 6px;
	margin-left: 8px;
}
.link_more_blue.ico02 a:hover:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_blue02.png) no-repeat;
	background-size: 100%;
	width: 11px;
	height: 6px;
	position: relative;
	top: -1px;
	margin-left: 8px;
}
/* ----------------------------------------------------
.linkmore_Box
---------------------------------------------------- */
.linkmore_Box {
	display: flex;
	justify-content: center;
}
.linkmore_Box div {
	margin: 0 10px;
}
@media (max-width:736px){
	.linkmore_Box {
		display: block;
	}
	.linkmore_Box div {
		margin: 0 0 20px;
	}
}
/* ----------------------------------------------------
.tabBox
---------------------------------------------------- */
.tabBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.tabBox .tab01 {
	width: 33.1%;
}
.tabBox .tab02 {
	width: 49.8%;
}
.tabBox .tab01 .tabcont,
.tabBox .tab02 .tabcont {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 76px;
	font-weight: bold;
	font-size: 19px;
	border-radius: 16px 16px 0 0;
	text-align: center;
	background-color: #f1f1f1;
	color: #777777;
	cursor: pointer;
}
.tabBox .tab01.active .tabcont,
.tabBox .tab02.active .tabcont,
.tabBox .tab01 .tabcont:hover,
.tabBox .tab02 .tabcont:hover {
	background-color: #37af6a;
	color: #fff;
}
.tabBox .tab01 img.sankaku,
.tabBox .tab02 img.sankaku {
	display: none;
	width: 18px;
	height: auto;
}
.tabBox .tab01.active img.sankaku,
.tabBox .tab02.active img.sankaku {
	display: block;
	width: 18px;
	height: auto;
	margin: -1px auto 0;
}
@media (max-width:736px){
	.tabBox .tab01 .tabcont,
	.tabBox .tab02 .tabcont {
		font-size: 12px;
	}
}
/* ----------------------------------------------------
section.message
---------------------------------------------------- */
section.message {
	background-color: #e7f4f7;
	border-radius: 10px;
	padding: 50px 0;
	margin-bottom: 60px;
}
section.message .messageBox {
	display: flex;
}
section.message .messageBox .photo {
	width: 240px;
	padding: 0 0 0 50px;
	margin-bottom: -50px;
}
section.message .messageBox .photo .img {
	margin-bottom: 10px;
}
section.message .messageBox .photo p {
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: center;
}
section.message .messageBox .photo p .name {
	font-size: 17px;
}
section.message .messageBox .text {
	width: 1000px;
	padding: 0 50px;
}
section.message .messageBox .text .m_visible {
	margin-bottom: 40px;
}
section.message .messageBox .text .m_cont {
	display: none;
}
section.message .messageBox .text .m_cont#cvinfo005 .cvinfoList .listcont:first-child {
	display: none;
}
section.message .m_btn {
	cursor: pointer;
}
@media (max-width:736px){
	section.message {
		box-sizing: border-box;
		padding: 8% 6% 12%;
	}
	section.message .messageBox {
		display: block;
	}
	section.message .messageBox .photo {
		width: 80%;
		padding: 0;
		margin: 0 auto;
	}
	section.message .messageBox .photo p .name {
		padding-left: 10px;
	}
	section.message .messageBox .text {
		width: 100%;
		padding: 40px 0 0 0;
	}
}
/* ----------------------------------------------------
section.guidelines
---------------------------------------------------- */
section.guidelines {
	margin-bottom: 60px;
}
section.guidelines .kikan {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	margin-bottom: 40px;
}
section.guidelines .kikan .tit {
	padding: 2px 16px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
	background-color: #227fa0;
	color: #fff;
}
section.guidelines .kikan .date {
	font-size: 18px;
	font-weight: bold;
}
section.guidelines .guidelineBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
section.guidelines .guidelineBox .g_cont {
	width: 19.5%;
}
section.guidelines .guidelineBox .g_cont dt {
	padding: 6px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
section.guidelines .guidelineBox .g_cont dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 150px;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border-radius: 0 0 10px 10px;
}
@media (max-width:1240px){
	section.guidelines .guidelineBox .g_cont dt {
		font-size: 18px;
	}
	section.guidelines .guidelineBox .g_cont dd {
		font-size: 14px;
	}
}
@media (max-width:736px){
	section.guidelines .guidelineBox {
		display: block;
	}
	section.guidelines .guidelineBox .g_cont {
		width: 100%;
		margin-bottom: 30px;
	}
	section.guidelines .guidelineBox .g_cont dt  {
		font-size: 20px;
	}
	section.guidelines .guidelineBox .g_cont dd {
		height: auto;
		padding: 20px 10px;
	}
}
section.guidelines .guidelineBox .g_cont.guide01 dt {
	background-color: #76bf3c;
}
section.guidelines .guidelineBox .g_cont.guide01 dd {
	background-color: #ecf5e6;
}
section.guidelines .guidelineBox .g_cont.guide02 dt {
	background-color: #00a99d;
}
section.guidelines .guidelineBox .g_cont.guide02 dd {
	background-color: #e8f6f5;
}
section.guidelines .guidelineBox .g_cont.guide03 dt {
	background-color: #29abe2;
}
section.guidelines .guidelineBox .g_cont.guide03 dd {
	background-color: #e5f3f9;
}
section.guidelines .guidelineBox .g_cont.guide04 dt {
	background-color: #0678b7;
}
section.guidelines .guidelineBox .g_cont.guide04 dd {
	background-color: #e3eff7;
}
section.guidelines .guidelineBox .g_cont.guide05 dt {
	background-color: #4061a3;
}
section.guidelines .guidelineBox .g_cont.guide05 dd {
	background-color: #e6eaf5;
}
section.guidelines .guidelineBox .g_cont.guide04 dd a.g_link {
	display: flex;
	align-items: center;
	padding: 6px 22px;
	background-color: #0678b7;
	font-size: 14px;
	color: #fff;
	border: solid 1px #0678b7;
	border-radius: 10px;
}
section.guidelines .guidelineBox .g_cont.guide04 dd a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #0678b7;
}
section.guidelines .guidelineBox .g_cont.guide04 dd a:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_white01.png) no-repeat;
	background-size: 100%;
	width: 7px;
	height: 11px;
	margin-left: 8px;
}
section.guidelines .guidelineBox .g_cont.guide04 dd a:hover:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_blue01.png) no-repeat;
	background-size: 100%;
	width: 7px;
	height: 11px;
	margin-left: 8px;
}
@media (max-width:736px){
	section.guidelines .guidelineBox .g_cont.guide04 dd a.g_link {
		margin: 10px 0 0;
	}
	
}
/* ----------------------------------------------------
.pdfArea
---------------------------------------------------- */
.pdfArea {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.pdfArea .pdfCont {
	margin: 0 40px;
}
.pdfArea .pdfCont p {
	max-width: 400px;
	margin-bottom: 30px;
}
@media (max-width:736px){
	.pdfArea {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.pdfArea .pdfCont {
		width: 48%;
		margin: 0;
	}
	.pdfArea .pdfCont p {
		width: 100%;
		margin-bottom: 20px;
	}
	.pdfArea .pdfCont .link_more.pdfMore a {
		font-size: 12px;
	}
	
}
/* ----------------------------------------------------
.movieArea
---------------------------------------------------- */
.movieArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}
.movieArea .movieCont {
	width: 600px;
	margin-bottom: 40px;
}
.movieArea .movieCont .iframeWrapper iframe{
	width: 600px;
	height: 338px;
}
@media (max-width:1240px){
	.movieArea {
		display: block;
	}
	.movieArea .movieCont {
		margin: 0 auto 40px;
	}
}
@media (max-width:736px){
	.movieArea .movieCont {
		width: 100%;
	}
	.movieArea .movieCont .iframeWrapper {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.movieArea .movieCont .iframeWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
/* ----------------------------------------------------
section.aboutcontact
---------------------------------------------------- */
section.aboutcontact {
	background-color: #e7f4f7;
	position: relative;
}
section.aboutcontact .contact_tit {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	margin-bottom: 40px;
	white-space: nowrap;
}
section.aboutcontact .contact_inner {
	padding: 50px 0 40px;
	margin-top: 140px;
}
section.aboutcontact .contact_inner h3.contact_h3 {
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #227fa0;
}
@media (max-width:1240px){
	section.aboutcontact .contact_inner {
		padding: 40px 20px;
	}
}
@media (max-width:736px){
	section.aboutcontact .contact_tit {
		top: -4%;
	}
	section.aboutcontact .contact_inner {
		padding: 40px 20px;
		margin-top: 80px;
	}
	section.aboutcontact .contact_inner h3.contact_h3 {
		margin-bottom: 20px;
	}
}
/* ----------------------------------------------------
.officialLink
---------------------------------------------------- */
.officialLink a {
	padding: 16px 26px 13px 26px;
	display: block;
	color: #fff;
	background: #5b3568;
	/* transition: 0.2s ease-in-out; */
	border: solid 1px #5b3568;
	border-radius: 100px;
}
.officialLink a:hover {
	text-decoration: none;
	color: #5b3568;
	background: #fff;
}
.officialLink a:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_white01.png) no-repeat;
	background-size: 100%;
	width: 7px;
	height: 11px;
	margin-left: 8px;
}
.officialLink a:hover:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_purple01.png) no-repeat;
	background-size: 100%;
	width: 7px;
	height: 11px;
	margin-left: 8px;
}
@media (max-width:736px){
	.officialLink a {
		position: absolute;
		top: -500px;
		left: 0;
		width: 100vw;
		height: 108px;
		box-sizing: border-box;
		padding: 0 10px 0 0;
		z-index: 10;
		transition: 0.2s ease-in-out;
		background-color: #5b3568;
		border-radius: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 15px;
	}
	.officialLink.open a {
		top: 0;
	}
}
/* -----------------------------------------------------
.cvinfo_backBtn
---------------------------------------------------- */
.cvinfo_backBtn {
	margin: 40px auto 60px auto;
	clear: both;
	font-size: 14px;
	width: 400px;
}
.cvinfo_backBtn a {
	padding: 10px 0;
	display: block;
	color: #227fa0 !important;
	text-align: center;
	border: 1px solid #227fa0;
	box-sizing: border-box;
	background: url(../img/icon_arrow_orange01.png) no-repeat 94% center;
	background-size: 7px auto;
}
	@media (max-width: 736px) {
	.cvinfo_backBtn {
		margin: 20px auto 30px auto;
		width: 90%;
	}
	.cvinfo_backBtn a {
		padding: 10px 30px;
		background: url(../img/icon_arrow_orange01.png) no-repeat 97% center;
		background-size: 7px auto;
	}
}
/* -----------------------------------------------------
.pageList.cvinfo_pageList
---------------------------------------------------- */
.pageList.cvinfo_pageList li a.on, .pageList.cvinfo_pageList li a:hover {
	background: #227FA0 !important;
	color: #fff;
	border: #227FA0 1px solid !important;
}
/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
	font-size: 13px;
	text-align: center;
	padding: 40px 0;
}
/* add-end */
/* ***************************************************** */


/* 非表示 */
.guidelines.hongaku .guidelink02 {
	display: none;
	opacity: 0;
	visibility: hidden;
}



/* #new_info #cont6386,
#cvinfo004 #cont6371,
#cvinfo004 #cont6276,
#cvinfo004 .link_more,
#cvinfo023 #cont6498,
#cvinfo014 #cont6386,
#sub_cvinfo001 #cont6417,
#sub_cvinfo001 #cont6371,
#sub_cvinfo001 #cont6276,
#sub_cvinfo001 .link_more,
#sub_cvinfo004,
#cvinfo011 #cont6417,
#cvinfo011 #cont6371 {
	display: none;
	opacity: 0;
	visibility: hidden;
} */


/* 表示 */
/* #new_info #cont6515,
#cvinfo004 #cont5805,
#cvinfo004 #cont6492,
#cvinfo023 #cont6499,
#cvinfo023 #cont6500,
#sub_cvinfo001 #cont6107,
#sub_cvinfo001 #cont6006 {
	display: block;
	opacity: 1;
	visibility: visible;
} */