@charset "utf-8";
.module {
	background: #FFF;
}

.module #site-wrpper::before {
	display: none;
}

.module #main {
	margin-top: 62px;
}
@media (max-width: 767px) {
	.module #main {
		margin-top: 18.67vw;
	}
}

#main_image {
	margin: 0 auto 80px;
	width: 82.8%;
	max-width: 1000px;
}
@media (max-width: 767px) {
	#main_image {
		margin: 0 auto 10.67vw;
		width: 86.6vw;
	}
}

p.lead {
	color: #000;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.0;
	margin: 0 auto 40px;
	padding: 0;
	text-align: left;
	width: 82.8%;
}
@media (max-width: 767px) {
	p.lead {
		font-size: 4.8vw;
		margin: 0 auto 10.67vw;
		width: 86.6vw;
	}
}

#editor {
	padding: 0;
	width: 82.8%;
	margin: 0 auto 100px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
}
@media (max-width: 767px) {
	#editor {
		width: 86.6vw;
		margin: 0 auto 26.67vw;
	}
}

#editor hr {
	display: block;
	max-width: 650px;
	margin: 0 auto 80px;
	text-align: center;
	border-top: 1px dotted #476fb6;
}
@media (max-width: 767px) {
	#editor hr {
		max-width: 86.6vw;
		margin-bottom: 21.33vw;
	}
}

#editor img {
	margin: 0 0px 30px 0px;
	height: auto;
}
@media (max-width: 767px) {
	#editor img {
		margin-bottom: 8vw;
	}
}

#editor a + img,
#editor a > img { vertical-align:middle; width:auto!important; height:auto!important; margin-left:4px; margin-bottom:2px; padding:0px; box-sizing: content-box; transition: .4s; }
@media (min-width: 768px) {
	#editor a:hover img {
		opacity: .7;
	}
}

#editor a {
	color: #056CAF;
	border-bottom: 1px solid #056CAF;
	transition: .4s;
}
#editor a:hover {
	opacity: 1;
	border: none;
	color: #8DD166;
}

/*---------------------------------------------
ページ内リンク
---------------------------------------------*/
#editor .Anchor_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	#editor .Anchor_link {
		margin-bottom: 13.33vw;
	}
}

#editor .Anchor_link::after {
	display: none;
}

#editor .Anchor_link li {
	margin-right: 50px;
	margin-bottom: 30px;
	width: calc( (100% - 150px) / 4 );
	height: 40px;
}

#editor .Anchor_link li:last-child {
	margin-right: 0;
}

@media (min-width: 1600px) {
	#editor .Anchor_link li:nth-child(4n) {
		margin-right: 0;
	}
}

@media (max-width: 1599px) and (min-width: 1400px) {
	#editor .Anchor_link li {
		width: calc( (100% - 100px) / 3 );
	}

	#editor .Anchor_link li:nth-child(3n) {
		margin-right: 0;
	}

}

@media (max-width: 1399px) and (min-width: 768px) {
	#editor .Anchor_link li {
		width: calc( (100% - 50px) / 2 );
	}

	#editor .Anchor_link li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	#editor .Anchor_link li {
		margin-right: 0;
		margin-bottom: 2.67vw;
		width: 90%;
		height: 10.67vw;
	}
}

#editor .Anchor_link li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #056CAF;
	border-radius: 20px;
	height: 100%;
	line-height: 40px;
	position: relative;
	font-weight: bold;
}
@media (max-width: 767px) {
	#editor .Anchor_link li a {
		border-radius: calc( 10.67vw / 2 );
		line-height: 10.67vw;
		font-size: 4.27vw;
	}
}

@media (min-width: 768px) {
	#editor .Anchor_link li a:hover {
		background: #056CAF;
		color: #FFF;
	}
}

#editor .Anchor_link li a::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #056CAF;
	border-bottom: 2px solid #056CAF;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
	#editor .Anchor_link li a:hover::after {
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
}

@media (max-width: 767px) {
	#editor .Anchor_link li a::after {
		width: 1.6vw;
		height: 1.6vw;
		border-right: 0.53vw solid #056CAF;
		border-bottom: 0.53vw solid #056CAF;
		right: 5.33vw;
	}
}

/*---------------------------------------------
見出しデザイン
---------------------------------------------*/
#main > h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px;
	padding: 50px 20px;
	background: url('../images/bg_kumo.png') no-repeat, url('../images/bg_sora.png') repeat-y;
	background-size: cover;
	min-height: 250px;
	color: #056CAF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	position: relative;
}
@media (max-width: 767px) {
	#main > h1 {
		background-size: 150%;
		font-size: 9.6vw;
	}
}

#main > h1 span {
	z-index: 1;
}

#main > h1::after {
	display: block;
	content: "";
	width: 13.03vw;
	max-width: 198px;
	height: 10.59vw;
	background: url('../images/bird.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 3.29vw;
	transform: translateY(-50%);
	z-index: 0;
}
@media (max-width: 767px) {
	#main > h1::after {
		width: 27.47vw;
		height: 22.4vw;
		top: 3vw;
		right: 3.29vw;
		transform: none;
	}
}

#editor h1 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 70px;
	text-align: center;
	position: relative;
	color: #333;
}
@media (max-width: 767px) {
	#editor h1 {
		font-size: 8vw;
	}
}

#editor h1::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	position: absolute;
	top: calc(100% + 10px);
	background: #8DD166;
	left: 50%;
	transform: translateX(-50%);
}

#editor h2 a,
#editor h3 a,
#editor h4 a,
#editor h5 a,
#editor h6 a {
	border: none;
	color: #333;
}

#editor h2 a:hover,
#editor h3 a:hover,
#editor h4 a:hover,
#editor h5 a:hover,
#editor h6 a:hover {
	color: #056CAF;
}

#editor h2 {
	background: #056CAF;
	font-weight: 700;
	font-size: 1.625rem;
	padding: 15px 20px;
	border-radius: 10px;
	color: #fff;
	margin: 0 0 30px;
	text-align: left;
}
@media (max-width: 767px) {
	#editor h2 {
		font-size: 6.93vw;
		margin-bottom: 8vw;
	}
}

#editor h2 a {
	color:#FFF;
	text-align:left;
	transition: .4s;
	border-bottom: none;
}

#editor h3 {
	color: #333;
	font-weight: 700;
	font-size: 1.5rem;
	padding: 10px 0;
	margin: 0 0 30px;
	text-align: left;
}
@media (max-width: 767px) {
	#editor h3 {
		font-size: 6.4vw;
		margin-bottom: 8vw;
	}
}

#editor h3::after {
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	background: rgb(103,199,239);
	background: linear-gradient(90deg, rgba(103,199,239,1) 0%, rgba(103,199,239,1) 10%, rgba(226,226,226,1) 10%, rgba(226,226,226,1) 100%);
	border-radius: 1.5px;
}

#editor h4 {
	font-weight: 700;
	font-size: 1.125rem;
	margin: 0 0 30px;
	padding-left: 20px;
	position: relative;
	text-align: left;
}
@media (max-width: 767px) {
	#editor h4 {
		font-size: 4.8vw;
		margin-bottom: 8vw;
	}
}

#editor h4::before {
	display: block;
	content: "";
	width: 5px;
	height: 100%;
	background: #056CAF;
	border-radius: 2.5px;
	position: absolute;
	top: 0;
	left: 0;
}

#editor h5 {
	font-weight: 700;
	font-size: 1rem;
	margin: 0 0 30px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
}
@media (max-width: 767px) {
	#editor h5 {
		font-size: 4.27vw;
		margin-bottom: 8vw;
	}
}

#editor h5::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-image : linear-gradient(to right, #056CAF, #056CAF 3px, transparent 3px, transparent 6px);
	background-size: 6px 3px;
	background-position: left bottom;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}

#editor h6 {
	font-weight: 700;
	margin: 0 0 30px;
	color: #056CAF;
	text-align: left;
}
@media (max-width: 767px) {
	#editor h6 {
		font-size: 4.27vw;
		margin-bottom: 8vw;
	}
}

#editor h6 a {
	color: #056CAF;
}

/*---------------------------------------------
下層information
---------------------------------------------*/

#editor #information {
	margin-bottom: 100px;
}
@media (max-width: 767px) {
	#editor #information {
		margin-bottom: 26.67vw;
	}
}

#editor #information h2 {
	background: none;
	margin: 0 0 30px;
	padding: 0;
	border-radius: 0;
	position: relative;
}
#editor #information h2::after {
	content: "";
	background-color: #A5A5A5;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

#editor #information h2 span {
	display: block;
}

#editor #information h2 .cap {
	margin: 0 20px 10px 0;
	color: #056CAF;
	font-size: 3rem;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
@media (max-width: 767px) {
	#editor #information h2 .cap {
		font-size: 6.67vw;
	}
}

#editor #information h2 .txt {
	padding-bottom: 15px;
	font-size: 1.25rem;
	font-weight: bold;
	color: #333;
}
@media (max-width: 767px) {
	#editor #information h2 .txt {
		font-size: 3.73vw;
	}
}

/*---------------------------------------------
本文
---------------------------------------------*/
#editor p {
	clear: both;
	line-height: 2;
	margin: 0 0 30px;
	text-align: left;
}
@media (max-width: 767px) {
	#editor p {
		margin-bottom: 8vw;
	}
}

/*---------------------------------------------
箇条書きリスト
---------------------------------------------*/
#editor .list_a {
	clear:both;
	margin:0 auto 3em;
}

#editor .list_b {
	margin-bottom: 30px;
	padding-right:10px;
	text-align:left;
}
@media (max-width: 767px) {
	#editor .list_b {
		margin-bottom: 8vw;
		padding-right:2.67vw;
		text-align:left;
	}
}

#editor .list_a::after,
#editor .list_b::after {
	content:"";
	clear:both;
	display:block;
}

#editor .ulList {
	margin: 0 1em 3em;
}

#editor .ulList li {
	text-align:left;
	position: relative;
	padding-left: 25px;
}
@media (max-width: 767px) {
	#editor .ulList li {
		padding-left: 6.67vw;
	}
}

#editor .ulList > li:not(:last-child) {
	margin: 0 0 15px;
}
@media (max-width: 767px) {
	#editor .ulList > li:not(:last-child) {
		margin: 0 0 3vw;
	}
}

#editor .ulList > li::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #056CAF;
	position: absolute;
	top: 6px;
	left: 0;
}
@media (max-width: 767px) {
	#editor .ulList > li::before {
		width: 3.2vw;
		height: 3.2vw;
		top: 1.6vw;
	}
}

/*--- 2nd ---*/
#editor .ulList ul {
	margin: 12px 0 0 5px;
}
@media (max-width: 767px) {
	#editor .ulList ul {
		margin: 3.2vw 0 0 1.33vw;
	}
}

#editor .ulList ul > li {
	position: relative;
	padding-left: 20px;
}
@media (max-width: 767px) {
	#editor .ulList ul > li {
		padding-left: 5.33vw;
	}
}

#editor .ulList ul > li::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #707070;
	position: absolute;
	top: 8px;
	left: 0;
}
@media (max-width: 767px) {
	#editor .ulList ul > li::before {
		width: 1.87vw;
		height: 1.87vw;
		top: 2.13vw;
	}
}

#editor .ulList ul > li:not(:last-child) {
	margin: 0 0 10px;
}
@media (max-width: 767px) {
	#editor .ulList ul > li:not(:last-child) {
		margin: 0 0 2.67vw;
	}
}

#editor .ulList li a img {
	margin:0;
	padding-left: 5px;
	vertical-align:middle;
	width:auto;
	height:auto;
}
@media (max-width: 767px) {
	#editor .ulList li a img {
		padding-left: 1.33vw;
	}
}

#editor .column02 .ulList,
#editor .column03 .ulList {
	display: flex;
	flex-wrap: wrap;
}

/*2カラム*/
#editor .column02 .ulList li {
	margin-right: 80px;
	width: calc( (100% - 80px) /2 );
}
#editor .column02 .ulList li:nth-child(2n) {
	margin-right: 0;
}
@media (max-width: 767px) {
	#editor .column02 .ulList li {
		margin-right: 0;
		width: 100%;
	}
}

/*3カラム*/
#editor .column03 .ulList li {
	margin-right: 50px;
	width: calc( (100% - 100px) /3 );
}
#editor .column03 .ulList li:nth-child(3n) {
	margin-right: 0;
}
@media (max-width: 767px) {
	#editor .column03 .ulList li {
		margin-right: 0;
		width: 100%;
	}
}


/*---------------------------------------------
番号付きリスト
---------------------------------------------*/
#editor .olList {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	margin: 0 1em 3em;
}

#editor .olList ol {
	counter-reset: item;
	padding-left: 1em;
	margin: 12px 0 0;
}
@media (max-width: 767px) {
	#editor .olList ol {
		margin: 3vw 0 0;
	}
}

#editor .olList li {
	padding-left: 40px;
	text-align: left;
	position: relative;
}
@media (max-width: 767px) {
	#editor .olList li {
		padding-left: 10.67vw;
	}
}

#editor .olList li:not(:last-child) {
	margin: 0 0 12px;
}
@media (max-width: 767px) {
	#editor .olList li:not(:last-child) {
		margin: 0 0 3vw;
	}
}

#editor .olList li::before {
	display: block;
	counter-increment: item;
	content: counter(item) "";
	width: 25px;
	height: 25px;
	font-weight: 500;
	color: #056CAF;
	line-height: 25px;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media (max-width: 767px) {
	#editor .olList li::before {
		width: 6.67vw;
		height: 6.67vw;
		line-height: 6.67vw;
	}
}

#editor .olList li::after {
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #CBF3FF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
@media (max-width: 767px) {
	#editor .olList li::after {
		width: 6.67vw;
		height: 6.67vw;
	}
}

#editor .olList li li::after {
	display: none;
}

#editor .olList ul {
	margin: 12px 0 0 5px;
}
@media (max-width: 767px) {
	#editor .olList ul {
		margin: 3.2vw 0 0 1.33vw;
	}
}

#editor .olList ul li {
	position: relative;
	padding-left: 20px;
	text-indent: 0;
}
@media (max-width: 767px) {
	#editor .olList ul li {
		padding-left: 5.33vw;
	}
}

#editor .olList ul li::before {
	counter-increment: none;
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #707070;
	position: absolute;
	top: 8px;
	left: 0;
	padding: 0;
}
@media (max-width: 767px) {
	#editor .olList ul li::before {
		width: 1.87vw;
		height: 1.87vw;
		top: 2.13vw;
	}
}

/*---------------------------------------------
テーブル
---------------------------------------------*/
#editor table {
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	margin: 0 0 3em;
	border: none;
}

#editor table th,#editor table td {
	padding: 15px 20px;
	text-align: left;
	border: 2px solid #fff;
}
#editor table th {
	background: #056CAF;
	font-weight: 700;
	color: #fff;
}

#editor table td {
	background: #E5F3FC;
}

@media (max-width: 767px) {
	#editor table {
		table-layout: fixed;
		overflow-x: scroll;
		overflow-y: auto;
		position: relative;
		display: block;
		white-space: nowrap;
		margin: 0 0 3em;
	}

	#editor table th,#editor table td {
		padding: 4vw 5.33vw;
		border: 0.53vw solid #fff;
	}
}

/*---------------------------------------------
adobeダウンロード
---------------------------------------------*/
#editor .adobe {
	border: 1px solid #707070;
}

#editor .adobe td {
	background-color: #FFF;
}

#editor .adobe td:first-child {
	padding-right: 0;
	width: 200px;
}

#editor .adobe td:first-child a {
	display: block;
	border: none;
}

#editor .adobe td img {
	margin: 0;
	width: 100%;
}

@media (max-width: 767px) {
	#editor .adobe th,
	#editor .adobe td {
		display: block;
		padding: 4vw;
		table-layout: fixed;
		overflow-x: auto;
		overflow-y: auto;
		white-space: normal;
		width: 100%!important;
	}
}

/*---------------------------------------------
定義リスト
---------------------------------------------*/
#editor dl.definition_a {
	margin: 0 0 3em;
	text-align: left;
	border: 2px solid #056CAF;
	border-radius: 10px;
	overflow: hidden;
}

#editor dl.definition_a dt {
	background: #056CAF;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.25rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#editor dl.definition_a dt {
		padding: 2.67vw 5.33vw;
		font-size: 5.33vw;
	}
}

#editor dl.definition_a dd {
	line-height: 2;
	padding: 15px 20px;
}
@media (max-width: 767px) {
	#editor dl.definition_a dd {
		padding: 4vw 5.33vw;
	}
}

/*---------------------------------------------
強調
---------------------------------------------*/
#editor .txt_box {
	font-size: 1.125rem;
	color: #F9756D;
	line-height: 2;
	padding: 15px 20px;
	margin: 0 0 3em;
	background: #FFF3EF;
	border-radius: 10px;
}

#editor .txt_box p {
	margin: 0;
}

@media (max-width: 767px) {
	#editor .txt_box {
		font-size: 4vw;
		padding: 5vw 2.6vw;
		line-height: 1.85;
	}
}

/*---------------------------------------------
カラムレイアウト
---------------------------------------------*/
#editor .pattern01,
#editor .pattern02,
#editor .pattern03,
#editor .pattern04,
#editor .pattern05,
#editor .pattern06 {
	word-wrap: break-word;
}

/*pattern01*/
#editor .pattern01.officer {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	#editor .pattern01.officer {
		margin-bottom: 8vw;
	}
}

#editor .pattern01.officer dl {
	margin: 15px auto;
	text-align: left;
}
#editor .pattern01.officer dl dt {
	float: left;
	padding-top: 10px;
}

#editor .pattern01.officer dl dd {
	margin-left: 140px;
}

#editor .pattern01.officer dl dd select {
	padding: 10px;
}

#editor .pattern01.officer dl dd input[type=text] {
	padding: 10px;
}

#editor .pattern01.officer dl dd input[type=radio] {
	width: 25px;
	height: 25px;
}
#editor .pattern01.officer dl dd label {
	margin: 0 10px;
}

#editor .pattern01.officer form div {
	text-align: left;
	margin: 0 0 25px 30px;
}
#editor .pattern01.officer form input[type=submit] {
	padding: 10px 30px;
	font-size: 1.2em;
	background-color: #0096DF;
	color: #fff;
	border-style: none;
}
#editor .pattern01.officer form input[type=submit]:hover {
	opacity: 0.5;
}

#editor .pattern01 .txt_box p {
	padding: 20px 15px;
}

@media (max-width: 767px) {
	#editor .pattern01.officer dl {
		margin: 4vw auto;
	}

	#editor .pattern01.officer dl dt {
		padding-top: 2.67vw;
	}

	#editor .pattern01.officer dl dd {
		margin-left: 37.33vw;
	}

	#editor .pattern01.officer dl dd select {
		padding: 2.67vw;
	}

	#editor .pattern01.officer dl dd input[type=text] {
		padding: 2.67vw;
	}

	#editor .pattern01.officer dl dd input[type=radio] {
		width: 6.67vw;
		height: 6.67vw;
	}
	#editor .pattern01.officer dl dd label {
		margin: 0 2.67vw;
	}

	#editor .pattern01.officer form div {
		margin: 0 0 6.67vw 8vw;
	}

	#editor .pattern01.officer form input[type=submit] {
		padding: 2.67vw 8vw;
	}

	#editor .pattern01 .txt_box p {
		padding: 5.33vw 4vw;
	}

}

/*pattern02 2:1*/
#editor .pattern02 {
	clear: both;
	word-wrap: break-word;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#editor .pattern02 .left_box_pattern02 {
	width: 47.5%;
	padding: 0;
	margin-right: 5%;
}
@media (max-width: 767px) {
	#editor .pattern02 .left_box_pattern02 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16vw;
	}
}

#editor .pattern02 .left_box_pattern02 img {
	margin: 0 0 30px 0;
}
@media (max-width: 767px) {
	#editor .pattern02 .left_box_pattern02 img {
		margin: 0 0 8vw 0;
	}

	#editor .pattern02 .left_box_pattern02 .adobe img {
		margin: 0;
	}
}

#editor .pattern02 .left_box_pattern02 .ulList {
	max-width: 465px;
}

#editor .pattern02 .left_box_pattern02 .olList {
	max-width: 440px;
}

#editor .pattern02 .left_box_pattern02 .ulList li a img {
	margin: 0;
	width: auto;
}

#editor .pattern02 .left_box_pattern02 .list_b {
	padding-right: 0;
}

#editor .pattern02 .left_box_pattern02 table {
	max-width: 465px;
}

#editor .pattern02 .left_box_pattern02 dl.definition_a {
	max-width: 465px;
}

#editor .pattern02 .left_box_pattern02 .txt_box {
	max-width: 465px;
}

#editor .pattern02 .right_box_pattern02 {
	width: 47.5%;
	padding: 0;
}
@media (max-width: 767px) {
	#editor .pattern02 .right_box_pattern02 {
		width: 100%;
	}
}

#editor .pattern02 .right_box_pattern02 img {
	margin: 0 0 30px 0px;
}
@media (max-width: 767px) {
	#editor .pattern02 .right_box_pattern02 img {
		margin: 0 0 8vw 0px;
	}
}

#editor .pattern02 .right_box_pattern02 .ulList {
	max-width: 465px;
}

#editor .pattern02 .right_box_pattern02 .olList {
	max-width: 440px;
}

#editor .pattern02 .right_box_pattern02 .ulList li a img {
	margin: 0;
	width: auto;
}

#editor .pattern02 .right_box_pattern02 .list_b {
	padding-right: 0;
}

#editor .pattern02 .right_box_pattern02 table {
	max-width: 465px;
}

#editor .pattern02 .right_box_pattern02 dl.definition_a {
	max-width: 465px;
}

#editor .pattern02 .right_box_pattern02 .txt_box {
	max-width: 465px;
}

/*pattern03 1:2*/
#editor .pattern03 {
	clear: both;
	word-wrap: break-word;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#editor .pattern03 .left_box_pattern03 {
	width: 65%;
	padding: 0;
	margin-right: 5%;
}
@media (max-width: 767px) {
	#editor .pattern03 .left_box_pattern03 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16vw;
	}
}

#editor .pattern03 .left_box_pattern03 img {
	width: auto;
	height: auto;
}

#editor .pattern03 .left_box_pattern03 .ulList {
	max-width: 658px;
}

#editor .pattern03 .left_box_pattern03 p {
	padding: 0;
}

#editor .pattern03 .left_box_pattern03 .olList {
	max-width: 628px;
}

#editor .pattern03 .left_box_pattern03 .list_b {
	padding-right: 0;
}

#editor .pattern03 .left_box_pattern03 table {
	max-width: 633px;
}

#editor .pattern03 .left_box_pattern03 dl.definition_a {
	max-width: 633px;
}

#editor .pattern03 .left_box_pattern03 .txt_box {
	max-width: 633px;
}

#editor .pattern03 .right_box_pattern03 {
	width: 30%;
	padding: 0;
}
@media (max-width: 767px) {
	#editor .pattern03 .right_box_pattern03 {
		width: 100%;
	}
}

#editor .pattern03 .right_box_pattern03 img {
	width: auto;
	height: auto;
}

#editor .pattern03 .right_box_pattern03 .ulList {
	max-width: 320px;
}

#editor .pattern03 .right_box_pattern03 p {
	padding: 0;
}

#editor .pattern03 .right_box_pattern03 .olList {
	max-width: 270px;
}

#editor .pattern03 .right_box_pattern03 .list_b {
	padding-right: 0;
}

#editor .pattern03 .right_box_pattern03 table {
	max-width: 295px;
}

#editor .pattern03 .right_box_pattern03 dl.definition_a {
	max-width: 295px;
}

#editor .pattern03 .right_box_pattern03 .txt_box {
	max-width: 295px;
}

/*pattern04 1:2*/
#editor .pattern04 {
	clear: both;
	word-wrap: break-word;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#editor .pattern04 .right_box_pattern04 {
	width: 65%;
	float: left;
	padding: 0;
	word-wrap: break-word;
}
@media (max-width: 767px) {
	#editor .pattern04 .right_box_pattern04 {
		width: 100%;
	}
}

#editor .pattern04 .right_box_pattern04 img {
	width: auto;
	height: auto;
}

#editor .pattern04 .right_box_pattern04 .pic img {
	width: auto;
	height: auto;
}

#editor .pattern04 .left_box_pattern04 {
	width: 30%;
	padding: 0;
	margin-right: 5%;
	word-wrap: break-word;
}
@media (max-width: 767px) {
	#editor .pattern04 .left_box_pattern04 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16vw;
	}
}

#editor .pattern04 .left_box_pattern04 img {
	width: auto;
	height: auto;
}

#editor .pattern04 .left_box_pattern04 .ulList {
	max-width: 320px;
}

#editor .pattern04 .left_box_pattern04 p {
	padding: 0;
}

#editor .pattern04 .left_box_pattern04 .olList {
	max-width: 270px;
}

#editor .pattern04 .left_box_pattern04 .list_b {
	padding-right: 0;
}

#editor .pattern04 .left_box_pattern04 table {
	max-width: 295px;
}

#editor .pattern04 .left_box_pattern04 dl.definition_a {
	max-width: 295px;
}

#editor .pattern04 .left_box_pattern04 .txt_box {
	max-width: 295px;
}


/*pattern05 1:1:1*/
#editor .pattern05 {
	clear: both;
	word-wrap: break-word;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#editor .pattern05 .left_box_pattern05 {
	margin-right: 4.8%;
	width: 30.1%;
}
@media (max-width: 767px) {
	#editor .pattern05 .left_box_pattern05 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16vw;
	}
}

#editor .pattern05 .left_box_pattern05 p {
	padding: 0;
}

#editor .pattern05 .left_box_pattern05 .ulList {
	max-width: 320px;
}

#editor .pattern05 .left_box_pattern05 .list_b {
	padding-right: 0;
}

#editor .pattern05 .left_box_pattern05 .olList {
	max-width: 320px;
}

#editor .pattern05 .left_box_pattern05 table {
	max-width: 295px;
}

#editor .pattern05 .left_box_pattern05 dl.definition_a {
	margin-left: 0;
	width: 100%;
}

#editor .pattern05 .left_box_pattern05 .txt_box {
	max-width: 295px;
}

#editor .pattern05 .center_box_pattern05 {
	margin-right: 4.8%;
	width: 30.1%;
}
@media (max-width: 767px) {
	#editor .pattern05 .center_box_pattern05 {
		margin-right: 0;
		width: 100%;
		margin-bottom: 16vw;
	}
}

#editor .pattern05 .center_box_pattern05 p {
	padding: 0;
}

#editor .pattern05 .center_box_pattern05 .ulList {
	max-width: 320px;
}

#editor .pattern05 .center_box_pattern05 .list_b {
	padding-right: 0;
}

#editor .pattern05 .center_box_pattern05 .olList {
	max-width: 320px;
}

#editor .pattern05 .center_box_pattern05 table {
	max-width: 295px;
}

#editor .pattern05 .center_box_pattern05 dl.definition_a {
	margin-left: 0;
	width: 100%;
}

#editor .pattern05 .center_box_pattern05 .txt_box {
	max-width: 295px;
}

#editor .pattern05 .right_box_pattern05 {
	width: 30.1%;
}
@media (max-width: 767px) {
	#editor .pattern05 .right_box_pattern05 {
		width: 100%;
	}
}

#editor .pattern05 .right_box_pattern05 p {
	padding: 0;
}

#editor .pattern05 .right_box_pattern05 .ulList {
	max-width: 320px;
}

#editor .pattern05 .right_box_pattern05 .list_b {
	padding-right: 0;
}

#editor .pattern05 .right_box_pattern05 .olList {
	max-width: 320px;
}

#editor .pattern05 .right_box_pattern05 table {
	max-width: 295px;
}

#editor .pattern05 .right_box_pattern05 dl.definition_a {
	margin-left: 0;
	width: 100%;
}

#editor .pattern05 .right_box_pattern05 .txt_box {
	max-width: 295px;
}


/*pattern06 1:1:1:1 */
#editor .pattern06 {
	clear: both;
	word-wrap: break-word;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#editor .pattern06 .index_module1 {
	float: left;
	margin-right: 2.6%;
	width: 23%;
}
@media (max-width: 767px) {
	#editor .pattern06 .index_module1 {
		margin-right: 0;
		margin-bottom: 16vw;
		width: 100%;
	}
}

#editor .pattern06 .index_module1 p {
	padding: 0px;
}

#editor .pattern06 .index_module1 .ulList {
	max-width: 235px;
}

#editor .pattern06 .index_module1 .list_b {
	padding-right: 0;
}

#editor .pattern06 .index_module1 .olList {
	max-width: 235px;
}

#editor .pattern06 .index_module1 table {
	max-width: 170px;
}

#editor .pattern06 .index_module1 dl.definition_a {
	max-width: 170px;
}

#editor .pattern06 .index_module1 .txt_box {
	max-width: 170px;
}

#editor .pattern06 .index_module2 {
	float: left;
	margin-right: 2.6%;
	width: 23%;
}
@media (max-width: 767px) {
	#editor .pattern06 .index_module2 {
		margin-right: 0;
		margin-bottom: 16vw;
		width: 100%;
	}
}

#editor .pattern06 .index_module2 p {
	padding: 0px;
}

#editor .pattern06 .index_module2 .ulList {
	max-width: 235px;
}

#editor .pattern06 .index_module2 .list_b {
	padding-right: 0;
}

#editor .pattern06 .index_module2 .olList {
	max-width: 235px;
}

#editor .pattern06 .index_module2 table {
	max-width: 170px;
}

#editor .pattern06 .index_module2 dl.definition_a {
	max-width: 170px;
}

#editor .pattern06 .index_module2 .txt_box {
	max-width: 170px;
}

#editor .pattern06 .index_module3 {
	float: left;
	margin-right: 2.6%;
	width: 23%;
}
@media (max-width: 767px) {
	#editor .pattern06 .index_module3 {
		margin-right: 0;
		margin-bottom: 16vw;
		width: 100%;
	}
}

#editor .pattern06 .index_module3 p {
	padding: 0px;
}

#editor .pattern06 .index_module3 .ulList {
	max-width: 235px;
}

#editor .pattern06 .index_module3 .list_b {
	padding-right: 0;
}

#editor .pattern06 .index_module3 .olList {
	max-width: 235px;
}

#editor .pattern06 .index_module3 table {
	max-width: 170px;
}

#editor .pattern06 .index_module3 dl.definition_a {
	max-width: 170px;
}

#editor .pattern06 .index_module3 .txt_box {
	max-width: 170px;
}

#editor .pattern06 .index_module4 {
	float: left;
	width: 23%;
}
@media (max-width: 767px) {
	#editor .pattern06 .index_module4 {
		width: 100%;
	}
}

#editor .pattern06 .index_module4 p {
	padding: 0px;
}

#editor .pattern06 .index_module4 .ulList {
	max-width: 235px;
}

#editor .pattern06 .index_module4 .list_b {
	padding-right: 0;
}

#editor .pattern06 .index_module4 .olList {
	max-width: 235px;
}

#editor .pattern06 .index_module4 table {
	max-width: 170px;
}

#editor .pattern06 .index_module4 dl.definition_a {
	max-width: 170px;
}

#editor .pattern06 .index_module4 .txt_box {
	max-width: 170px;
}


/*---------------------------------------------
その他
---------------------------------------------*/
#editor .pic > a {
	display: block;
	margin: 0 0 30px 0;
	border: none;
}

#editor .category#information ul li dl::after {
	display: none;
}

#editor .category#information ul li p {
	margin: 0;
	padding: 0;
}

/*---------------------------------------------
ページャー
---------------------------------------------*/
#editor .pager ul {
	text-align:center;
	margin:0 auto 30px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#editor .pager ul {
		margin-bottom: 8vw;
	}
}

#editor .pager li {
	list-style:none;
	text-align:center;
	margin: 0 10px 10px 0;
	width: 50px;
}
#editor .pager li a {
	display:block;
	border: 1px solid #2389CE;
}
#editor .pager li a:hover {
	border: 1px solid #2389CE;
}

#editor .pager li span.active {
	display: block;
	width: 50px;
	background: #2389CE;
	border: 1px solid #2389CE;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#editor .pager li a {
	font-size:88%;
	line-height:1.4;
	padding:4px 0 3px;
	}

	#editor .pager li span.active {
	font-size:88%;
	line-height:1.4;
	padding:4px 0 3px;
	}
}


/* question */

#question           { width: 82.8%; margin: auto; padding: 0 15px; text-align:left; font-size: 1.125rem; line-height: 2.0; }
@media screen and (max-width: 767px) {
	#question       { width: 86.6vw; padding: 0; font-size: 4.8vw; }
}

#question .qinfo    { margin-bottom:20px; }
#question .qbody    { margin-bottom:30px; text-align:left; }
#question .qtitle   { background:#E5F3FC; padding:10px 15px; margin-bottom:10px; }
#question .submit_btn   { text-align:center; margin-bottom:50px; }
#question .submit_btn input[value="　　申請する　　"]   { background: #0089ce; color: #FFF; border-radius: 2px; border: 2px solid #0089ce; }
#question .submit_btn input[value="　　申請する　　"]:hover   { background: #0075b8; border: 2px solid #0075b8; }
#question input[type="text"], #question textarea {  margin-bottom:5px;  padding: 4px; width:70%; border: 1px solid #7A7A7A; }
#question .form_bt { background: #056CAF; color: #FFF; border: none; border-radius: 10px; cursor: pointer; transition: .4s; }
@media screen and (min-width: 768px) {
	#question .form_bt:hover { opacity: .7; }
}

#question .require_notice { color:#ff0000; font-weight:bold; text-align:right; width:100%; }
#question .require { color:#ff0000; font-weight:bold; }

#question .sp { display: none; }

#question input[type="text"].range_picker { width: 20%; }
#question input[type="text"].range_date { width: 5%; }

.errorFukidashi {}
.errorFukidashi p { display:block;padding:4px 15px; border:2px solid #c00; background-color:#FFE4E4;margin-bottom:10px; }

.alert { color: #FF0000;}

#news_category_selector {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}

#news_category_selector br {
	display: none;
}

#news_category_selector select {
	position: relative;
	border: 1px solid #A5A5A5;
	border-radius: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 20px;
	min-width: 191px;
	height: 38px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
}
@media (min-width: 768px) {
	#news_category_selector select:hover {
		color: #056CAF;
	}
}

#news_category_selector select:first-child {
	margin-right: 10px;
}

@media (max-width: 767px) {
	#news_category_selector select {
		border-radius: 4.4vw;
		padding-right: 3.5vw;
		width: calc( ( 100% - 2.67vw ) / 2 );
		min-width: auto;
		height: 8.8vw;
		-moz-appearance: menulist;
		-webkit-appearance: menulist;
		appearance: menulist;
	}

	#news_category_selector select:first-child {
		margin-right: 2.67vw;
	}
}

#information .more {
	margin: 40px auto 0;
	text-align: center;
	width: 359px;
	height: 44px;
}

#information .more a {
	border: none;
	color: #fff;
	display: block;
	font-size: 125%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 359px;
	height: 44px;
}

#information .more a span {
	background-image: url("../../common/svg/bg_title.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0096DF;
	display: block;
	width: 359px;
	height: 44px;
	line-height: 44px;
}


/*---------------------------------------------
コンプライアンス相談窓口
---------------------------------------------*/

#main.compliance > h1 {
	background: url('../../images/compliance/compliance_ttl_bg_pc.png') no-repeat;
	background-size: cover;
	color: #FF9100;
	font-size: 2.625rem;
}

#main.compliance > h1 span {
	text-shadow:
	2px 2px 0px #fff, -2px -2px 0px #fff,
	-2px 2px 0px #fff,  2px -2px 0px #fff;
}

#main.compliance > h1::after {
	display: none;
}

#main.compliance #question .qinfo {
	margin-bottom: 40px;
}

#main.compliance #question .qtitle {
	background: #FFE6CC;
}

#main.compliance #question .qtitle .small {
	display: block;
	font-size: 80%;
	line-height: 1.5;
}

#main.compliance #question .form_bt {
	background: #FF9100;
}

#main.compliance #question .attention {
	margin: 0 auto 40px;
	padding: 20px;
	max-width: 600px;
	border: 4px solid red;
	color: red;
	font-weight: bold;
}

#main.compliance #question .attention p {
	text-indent: -1em;
	padding-left: 1em;
}

@media (max-width: 767px) {
	#main.compliance > h1 {
		background: url('../../images/compliance/compliance_ttl_bg_sp.png') no-repeat;
		background-size: cover;
	}
}

