﻿@charset "UTF-8";

html,
body {
	height: 100%;
	margin: 0;
}
body {
	color: #000;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 100%;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
	line-height: 1.75;
	overflow-wrap: break-word;
	position: relative;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

a {
	color: #000;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

svg {
	-webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}

table {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

::placeholder {
  color: #aaaaaa;
}

.roboto {
	font-family: "Roboto", serif !important;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}


#wrapper1 {
	min-width: 1200px;
	overflow: hidden;
	width: 100%;
}

.com_link1 {
	background-image: linear-gradient(#0070C0, #0070C0);
	background-size: 0 1px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	color: #0070C0;
	text-decoration: none;
	transition-property: background-size;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.com_link1:hover {
	background-size: 100% 1px;
	background-position: 0 100%;
	color: #0070C0;
}
.com_link1.arr1 {
	background-image: linear-gradient(#000, #000);
	color: #000;
	position: relative;
	padding: 0 0 0 14px;
}
.com_link1.arr1:hover {
	background-image: linear-gradient(#ff7800, #ff7800);
	color: #ff7800;
}
.com_link1.arr1:before {
	border-color: #000 transparent transparent #000;
	border-style: solid;
	border-width: 1.5px 0 0 1.5px;
	content: "";
	display: block;
	height: 8px;
	left: 1.5px;
	position: absolute;
	top: 0.5em;
	transform: rotate(-45deg);
	width: 8px;
}
.com_link1.arr1:hover:before {
	border-color: #ff7800 transparent transparent #ff7800;
}

.com_link2 {
	background-image: linear-gradient(#000, #000);
	background-size: 0 1px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	color: #000;
	position: relative;
	text-decoration: none;
	transition-property: background-size;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.com_link2:hover {
	background-image: linear-gradient(#ff7800, #ff7800);
	background-size: 100% 1px;
	background-position: 0 100%;
	color: #ff7800;
}
.com_link2.g:hover {
	background-image: linear-gradient(#0070C0, #0070C0);
	color: #0070C0;
}
.com_link2.b:before {
	border: solid #000;
	border-width: 1px 0 0 1px;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 10px 0 0;
	position: relative;
	top: -3px;
	transform: rotate(-45deg);
	width: 8px;
}
.com_link2.b:hover:before {
	border-color: #ff7800;
}

#header1 {
	position: relative;
	width: 100%;
	z-index: 10;
}
#header1 .cnt1 {
	display: flex;
	align-items: center;
	height: 66px;
	padding: 0 20px;
}
#header1 .cnt1 h1 {
	display: flex;
	align-items: center;
	margin: 0;
}
#header1 .cnt1 h1 a {
	transition: 0.5s;
	text-decoration: none;
}
#header1 .cnt1 h1 a:hover {
	opacity: 0.7;
}
#header1 .cnt1 h1 .logo1 {
	height: auto;
	margin-right: 11px;
	width: 136px;
}
#header1 .cnt1 h1 .text1 {
	height: auto;
	width: 139px;
}
#header1 .cnt1 > div:nth-child(2) {
	display: flex;
	align-items: flex-end;
	margin-left: auto;
	text-align: right;
}
#header1 .cnt1 > div:nth-child(2) > div:nth-child(3) {
	margin-left: 14px;
}
#header1 .cnt1 > div:nth-child(2) > div:nth-child(2) {
	margin-left: 55px;
}
#header1 .cnt1 .com_link1 {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#header1 .cnt1 .com_link1:hover {
	color: #0070C0;
}
#header1 .cnt1 .com_link1:after {
	border: solid #000;
	border-width: 0 1.5px 1.5px 0;
	content: "";
	display: inline-block;
	height: 7px;
	margin: -0.3em 0 0 0.4em;
	transform: rotate(-45deg);
	vertical-align: middle;
	width: 7px;
}
#header1 .cnt1 .com_link1:hover:after {
	border-color: transparent #0070C0 #0070C0 transparent;
}
#header1 .cnt1 > div:nth-child(2) .text1 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#header1 .cnt1 > div:nth-child(2) .text2 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#header1 .button1 {
	background-color: #fff;
	border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: 700;
	letter-spacing: 0.03em;
    line-height: 1.75;
	position:relative;
	padding: 6px 0;
	text-align: center;
    text-decoration: none;
	transition-property: background,color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	width: 84px;
}
#header1 .button1 .text {
	overflow:hidden;
	display: block;
	height: 1.75em;
}
#header1 .button1 .text .text__item {
	display: block;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1)
}
#header1 .button1:hover .text__item {
	transform:translateY(-100%)
}
#header1 .button1:hover {
	background-color: #000;
	color: #fff;
}

#header1 .cnt2 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #999;
	position: relative;
	z-index: 1;
}
#header1 .cnt2 nav {
	margin: 0;
	padding: 0;
}
#header1 .cnt2 nav > ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 15px;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header1 .cnt2 nav > ul > li {
	font-weight: 500;
	padding: 10px 0;
	position: relative;
}
#header1 .cnt2 nav > ul > li > a {
	color: #000;
	border-right: 1px solid #ccc;
	padding: 2px 25px;
	position: relative;
}
#header1 .cnt2 nav > ul > li:last-child > a {
	border-right: none;
}
#header1 .cnt2 nav > ul > li > a > .blt1 {
	border: solid #000;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	height: 8px;
	margin: -0.5em 0 0 0.6em;
	position: relative;
	transition: 0.2s;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 8px;
}
#header1 .cnt2 nav > ul > li > a:hover {
	color: #0070C0;
}
#header1 .cnt2 nav > ul > li:hover > a > .blt1 {
	border-color: transparent #0070C0 #0070C0 transparent;
	margin-top: 0.1em;
	transform: rotate(-135deg);
}
#header1 .cnt2 nav > ul > li > a:after {
	display: none;
}
#header1 .cnt2 nav > ul > li > div {
	bottom: 0;
	left: 50%;
	min-width: 180px;
	opacity: 0;
	padding: 16px 0 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	translate: -50% calc(100% + 1em);
	transition: translate .2s cubic-bezier(.55,.055,.675,.19) .2s,opacity .2s ease-in-out .2s;
}
#header1 .cnt2 nav > ul > li:hover > div {
	opacity: 1;
	pointer-events: all;
	translate: -50%  100%;
}
#header1 .cnt2 nav > ul > li ul {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 10px rgba(0,0,0,.2);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	list-style: none;
	margin: auto;
	padding: 9px 11px;
	white-space: nowrap;
}
#header1 .cnt2 nav > ul > li ul li {
}
#header1 .cnt2 nav > ul > li ul li a {
	background-color: #fff;
	border-radius: 4px;
	color: #000;
	display: block;
	padding: 8px 0;
	transition: 0.2s;
}
#header1 .cnt2 nav > ul > li ul li a:hover {
	background-color: #F3F5F9;
	color: #0070C0;
}
#header1 .cnt3 {
	background-color: #E7E9EB;
	padding: 15px 0 15px;
}

#header1 .com_search1 {
	background: #fff;
	border: 1px solid #999;
	border-radius: 6px;
	display: flex;
	margin: auto;
	max-width: 740px;
	width: 100%;
}
#header1 .com_search1 > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header1 .com_search1 > ul > li {
	border-right: 1px solid #999;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	min-width: 150px;
	padding: 0 23px 0 9px;
	position: relative;
	text-align: center;
}
#header1 .com_search1 > ul > li:after {
	border: solid #000;
	border-width: 0 1.5px 1.5px 0;
	content: "";
	display: inline-block;
	height: 8px;
	margin: -7px 0 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: 0.2s;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 8px;
}
#header1 .com_search1 > ul > li:hover {
	color: #0070C0;
}
#header1 .com_search1 > ul > li:hover:after {
	border-color: transparent #0070C0 #0070C0 transparent;
	margin-top: -2px;
	transform: rotate(-135deg);
}
#header1 .com_search1 > ul > li > span.text1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}
#header1 .com_search1 > ul > li > div {
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 9px 0 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	translate: 0 calc(100% + 1em);
	transition: translate .2s cubic-bezier(.55,.055,.675,.19) .2s,opacity .2s ease-in-out .2s;
}
#header1 .com_search1 > ul > li:hover > div {
	opacity: 1;
	pointer-events: all;
	translate: 0  100%;
}
#header1 .com_search1 > ul > li ul {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	display: flex;
	align-items: center;
	gap: 5px;
	list-style: none;
	margin: auto;
	padding: 10px;
	position: relative;
	white-space: nowrap;
}
#header1 .com_search1 > ul > li ul:before {
	background-color: transparent;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	content: "";
	display: block;
	height: 15px;
	left: 125px;
	position: absolute;
	top: -8px;
	transform: rotate(45deg);
	width: 15px;
	z-index: -1;
}
#header1 .com_search1 > ul > li ul:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 15px;
	left: 125px;
	position: absolute;
	top: -8px;
	transform: rotate(45deg);
	width: 15px;
	z-index: 0;
}
#header1 .com_search1 > ul > li ul li {
	position: relative;
	z-index: 1;
}
#header1 .com_search1 input[type=radio] {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#header1 .com_search1 label {
	background-color: #fff;
	border: 1px solid #0070C0;
	border-radius: 13px;
	color: #0070C0;
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 26px;
	padding: 0 14px;
	transition: 0.3s;
}
#header1 .com_search1 input[type=radio]:checked + label,
#header1 .com_search1 input[type=radio]:hover + label {
	background-color: #0070C0;
	color: #fff;
}
#header1 .com_search1 .form1 {
	flex: 1;
	position: relative;
}
#header1 .com_search1 .form1 input {
	appearance: none;
	background: transparent;
	border: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.08em;
	height: 40px;
	padding: 0 40px 0 11px;
	width: 100%;
}
#header1 .com_search1 .form1 button {
	background: transparent url("../images/icon-loope1.png") no-repeat center center;
	background-size: 21px auto;
	appearance: none;
	border: none;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s;
	width: 40px;
}

#header1 .keyword1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 15px;
	margin: 10px 0 0 0;
	padding: 0;
}
#header1 .keyword1 h3 {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0.5em 0 0;
}
#header1 .keyword1 ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.1;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header1 .keyword1 ul li {
	border-right: 1px solid #000;
	margin: 0 0.8em 0 0;
	padding: 0 0.8em 0 0;
}
#header1 .keyword1 ul li:last-child {
	border-right: none;
	margin: 0;
	padding: 0;
}
#header1 .keyword1 ul li a {
	color: #0070C0;
}




#fixed-header1 {
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
	left: 0;
	min-width: 1200px;
	opacity: 0;
	padding: 0 23px 0 20px;
	position: fixed;
	top: 0;
	transition: 0.5s;
	transform: translateY(-70px);
	width: 100%;
	z-index: 100;
}
#fixed-header1.on {
	opacity: 1;
	transform: translateY(0);
}
#fixed-header1 .cnt1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 66px;
}
#fixed-header1 .cnt1 h1 {
	margin: 0;
	text-align: center;
	width: 96px;
}
#fixed-header1 .cnt1 h1 a {
	transition: 0.5s;
	text-decoration: none;
}
#fixed-header1 .cnt1 h1 a:hover {
	opacity: 0.7;
}
#fixed-header1 .cnt1 h1 .logo1 {
	display: block;
	height: auto;
	margin: auto;
	width: 96px;
}
#fixed-header1 .cnt1 h1 .text1 {
	display: block;
	height: auto;
	margin: 3px auto 0;
	width: 93px;
}
#fixed-header1 .cnt1 > div:nth-child(1) {
	margin-right: 30px;
}
#fixed-header1 .cnt1 > div:nth-child(3) {
	margin-left: auto;
	max-width: 440px;
	width: 100%;
}
@media only screen and (max-width: 1230px) {
	#fixed-header1 .cnt1 > div:nth-child(3) {
		width: 35%;
	}
}
#fixed-header1 nav {
	margin: 0;
	padding: 0;
}
#fixed-header1 nav > ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 15px;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#fixed-header1 nav > ul > li {
	font-weight: 500;
	padding: 10px 0;
	position: relative;
}
#fixed-header1 nav > ul > li > a {
	color: #000;
	border-right: 1px solid #ccc;
	padding: 2px 12px;
	position: relative;
}
#fixed-header1 nav > ul > li:last-child > a {
	border-right: none;
}
#fixed-header1 nav > ul > li > a > .blt1 {
	border: solid #000;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	height: 8px;
	margin: -0.5em 0 0 0.6em;
	position: relative;
	transition: 0.2s;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 8px;
}
#fixed-header1 nav > ul > li > a:hover {
	color: #0070C0;
}
#fixed-header1 nav > ul > li:hover > a > .blt1 {
	border-color: transparent #0070C0 #0070C0 transparent;
	margin-top: 0.1em;
	transform: rotate(-135deg);
}
#fixed-header1 nav > ul > li > a:after {
	display: none;
}
#fixed-header1 nav > ul > li > div {
	bottom: 0;
	left: 50%;
	min-width: 180px;
	opacity: 0;
	padding: 16px 0 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	translate: -50% calc(100% + 1em);
	transition: translate .2s cubic-bezier(.55,.055,.675,.19) .2s,opacity .2s ease-in-out .2s;
}
#fixed-header1 nav > ul > li:hover > div {
	opacity: 1;
	pointer-events: all;
	translate: -50%  100%;
}
#fixed-header1 nav > ul > li ul {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 10px rgba(0,0,0,.2);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	list-style: none;
	margin: auto;
	padding: 9px 11px;
	white-space: nowrap;
}
#fixed-header1 nav > ul > li ul li {
}
#fixed-header1 nav > ul > li ul li a {
	background-color: #fff;
	border-radius: 4px;
	color: #000;
	display: block;
	padding: 8px 0;
	transition: 0.2s;
}
#fixed-header1 nav > ul > li ul li a:hover {
	background-color: #F3F5F9;
	color: #0070C0;
}

#fixed-header1 .com_search1 {
	background: #fff;
	border: 1px solid #999;
	border-radius: 6px;
	display: flex;
	margin: auto;
	/*min-width: 440px;
	max-width: 440px;*/
	width: 100%;
}
#fixed-header1 .com_search1 > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#fixed-header1 .com_search1 > ul > li {
	border-right: 1px solid #999;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	min-width: 150px;
	padding: 0 23px 0 9px;
	position: relative;
	text-align: center;
}
#fixed-header1 .com_search1 > ul > li:after {
	border: solid #000;
	border-width: 0 1.5px 1.5px 0;
	content: "";
	display: inline-block;
	height: 8px;
	margin: -7px 0 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: 0.2s;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 8px;
}
#fixed-header1 .com_search1 > ul > li:hover {
	color: #0070C0;
}
#fixed-header1 .com_search1 > ul > li:hover:after {
	border-color: transparent #0070C0 #0070C0 transparent;
	margin-top: -2px;
	transform: rotate(-135deg);
}
#fixed-header1 .com_search1 > ul > li > span.text1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}
#fixed-header1 .com_search1 > ul > li > div {
	bottom: 0;
	left: 50%;
	opacity: 0;
	padding: 9px 0 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	translate: -50% calc(100% + 1em);
	transition: translate .2s cubic-bezier(.55,.055,.675,.19) .2s,opacity .2s ease-in-out .2s;
}
#fixed-header1 .com_search1 > ul > li:hover > div {
	opacity: 1;
	pointer-events: all;
	translate: -50% 100%;
}
#fixed-header1 .com_search1 > ul > li ul {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	display: flex;
	align-items: center;
	gap: 5px;
	list-style: none;
	margin: auto;
	padding: 10px;
	position: relative;
	white-space: nowrap;
}
#fixed-header1 .com_search1 > ul > li ul:before {
	background-color: transparent;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	content: "";
	display: block;
	height: 15px;
	left: 50%;
	position: absolute;
	top: -8px;
	transform: translateX(52px) rotate(45deg);
	width: 15px;
	z-index: -1;
}
#fixed-header1 .com_search1 > ul > li ul:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 15px;
	left: 50%;
	position: absolute;
	top: -8px;
	transform: translateX(52px) rotate(45deg);
	width: 15px;
	z-index: 0;
}
#fixed-header1 .com_search1 > ul > li ul li {
	position: relative;
	z-index: 1;
}
#fixed-header1 .com_search1 input[type=radio] {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#fixed-header1 .com_search1 label {
	background-color: #fff;
	border: 1px solid #0070C0;
	border-radius: 13px;
	color: #0070C0;
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 26px;
	padding: 0 14px;
	transition: 0.3s;
}
#fixed-header1 .com_search1 input[type=radio]:checked + label,
#fixed-header1 .com_search1 input[type=radio]:hover + label {
	background-color: #0070C0;
	color: #fff;
}
#fixed-header1 .com_search1 .form1 {
	flex: 1;
	position: relative;
}
#fixed-header1 .com_search1 .form1 input {
	appearance: none;
	background: transparent;
	border: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.08em;
	height: 40px;
	padding: 0 40px 0 11px;
	width: 100%;
}
#fixed-header1 .com_search1 .form1 button {
	background: transparent url("../images/icon-loope1.png") no-repeat center center;
	background-size: 21px auto;
	appearance: none;
	border: none;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s;
	width: 40px;
}

#footer1 {
	border-top: 1px solid #999;
	margin: 40px 0 0;
	padding: 35px 0 40px;
}
#footer1 .com_inner1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
#footer1 .privacy-mark1 {
	height: auto;
	margin: 0 23px 0 0;
	width: 64px;
}
#footer1 .list1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer1 .list1 li {
	font-size: 14px;
	letter-spacing: 0.02em;
	margin-right: 1em;
}
#footer1 .list1 li a {
	color: #000;
}
#footer1 .list1 li a:hover {
	color: #0070C0;
}
#footer1 .copyright1 {
	color: #666;
	font-size: 13px;
	left: 50%;
	letter-spacing: 0.02em;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#com_pagetop1 {
	background: #000;
	border-radius: 50%;
	bottom: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position: fixed;
	right: 22px;
	width: 50px;
}
#com_pagetop1:before {
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 1.5px 1.5px 0 0;
	content: "";
	display: block;
	height: 12px;
	transform: translateY(3px) rotate(-45deg);
	transition: 0.3s ease;
	width: 12px;
}
#com_pagetop1:hover:before {
	transform: translateY(-3px) rotate(-45deg);
}


#com_side_fixed_cnt1_wrap {
	display: none;
	overflow: hidden;
	padding: 40px 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	will-change: transform;
	z-index: 10;
}
#com_side_fixed_cnt1 {
	border-radius: 10px 0 0 10px;
	color: #fff;
	display: flex;
	pointer-events: all;
	transition: 0.5s ease;
	transform: translateX(100%) translateX(-44px);
}
#com_side_fixed_cnt1.open {
	box-shadow: -20px 20px 20px 0 rgba(0,0,0,0.2);
	transform: translateX(40px);
}
#com_side_fixed_cnt1 > div:nth-child(1) {
	background: #f39800;
	border-radius: 10px 0 0 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-align: center;
	transition: 0.3s ease;
	width: 44px;
}
#com_side_fixed_cnt1 > div:nth-child(1):hover {
	background: #F38A00;
}
	#com_side_fixed_cnt1 > div:nth-child(1) > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 0 0 18px;
		position: relative;
		width: 20px;
	}
	#com_side_fixed_cnt1 > div:nth-child(1) > div:after {
		background: url("../images/icon-link-arrow1.png") no-repeat center center;
		background-size: contain;
		bottom: 13px;
		content: "";
		display: block;
		height: 20px;
		margin: 0;
		position: absolute;
		transition: 0.5s ease;
		width: 20px;
	}
/*#com_side_fixed_cnt1:hover > div:nth-child(1) > div:after {
	transform: rotate(180deg);
}*/
#com_side_fixed_cnt1.open > div:nth-child(1) > div:after {
	transform: rotate(180deg);
}
#com_side_fixed_cnt1 > div:nth-child(2) {
	background: #f39800;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 308px;
	padding: 15px 60px 15px 19px;
}
#com_side_fixed_cnt1 > div:nth-child(2) > div {
	width: 100%;
}
#com_side_fixed_cnt1 .button1 {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.15);
	color: #f39800;
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 10px 25px 10px 14px;
	position: relative;
}
#com_side_fixed_cnt1 * + .button1 {
	margin-top: 25px;
}
#com_side_fixed_cnt1 .button1:after {
	border-color: #f39800 #f39800 transparent transparent;
	border-style: solid;
	border-width: 1.5px 1.5px 0 0;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s ease;
	width: 10px;
}
/*#com_side_fixed_cnt1 .button1:hover:after {
	border-color: #fff #fff transparent transparent;
}*/
#com_side_fixed_cnt1 .button1 .text {
	overflow:hidden;
	display: block;
	height: 1.5em;
}
#com_side_fixed_cnt1 .button1 .text .text__item {
	display: block;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1)
}
#com_side_fixed_cnt1 .button1:hover .text__item {
	transform:translateY(-100%)
}
#com_side_fixed_cnt1 .button1:hover {
	background-color: #ffffed;
	border-color: #ffffed;
	/*color: #fff;*/
}
#com_side_fixed_cnt1 .now1 {
	font-size: 12px;
	font-weight: 500;
	margin: 12px 0 0 4px;
}
#com_side_fixed_cnt1 .now1 span {
	font-size: 13px;
}
#com_side_fixed_cnt1 .now1 img {
	height: auto;
	margin: 0 5px 0 0;
	vertical-align: middle;
	width: 14px;
}
#com_side_fixed_cnt1 .data1 {
	display: flex;
	align-items: center;
	line-height: 1.2;
	margin: 0;
	padding: 2px 0 4px 3px;
}
#com_side_fixed_cnt1 .data1 + .data1 {
	border-top: 1px solid rgba(255,255,255,0.5);
}
#com_side_fixed_cnt1 .data1 dt {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
}
#com_side_fixed_cnt1 .data1 dt .t1 {
	font-size: 10px;
}
#com_side_fixed_cnt1 .data1 dd {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 0 auto;
	padding: 0;
	text-align: right;
}
#com_side_fixed_cnt1 .data1 dd span {
	font-size: 20px;
	letter-spacing: 0.02em;
}
#com_side_fixed_cnt1 .hd1 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 13px 0 0;
	padding: 0;
}


.com_sec1 {
	padding: 30px 0 0;
}

.com_inner1 {
	margin: auto;
	width: 1200px;
}

.com_contents1 {
	display: flex;
}
* + .com_contents1 {
	margin-top: 40px;
}
.com_contents1 .main_column1 {
	width: 910px;
}
.com_contents1 .side_right1 {
	margin-left: auto;
	width: 250px;
}
.com_contents2 {
	display: flex;
	flex-direction: row-reverse;
}
.com_contents2 .main_column1 {
	width: 900px;
}
.com_contents2 .side_search_option1 {
	margin-right: auto;
	width: 270px;
}

.side_banner1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.side_banner1 li {
	margin: 0 0 20px;
}
/*.side_banner1 li a {
	border-radius: 4px;
	display: block;
	overflow: hidden;
	position: relative;
	transition: 0.3s ease;
	width: 100%;
}
.side_banner1 li a:after {
	border: transparent solid 3px;
	border-radius: 4px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.3s ease;
	width: 100%;
}
.side_banner1 li a:hover:after {
	border-color: #0070C0;
}
.side_banner1 li a img {
	transition: 0.3s ease;
}
.side_banner1 li a:hover img {
	transform: scale(1.1);
	transform-origin: center center;
}*/
.side_banner1 li a {
	display: block;
	line-height: 1.3;
	transition: 0.3s ease;
	width: 100%;
}
.side_banner1 li a .banner1 {
	border-radius: 6px;
	display: block;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
	transition: 0.3s ease;
	width: 100%;
}
.side_banner1 li a .banner1:after {
	border: transparent solid 3px;
	border-radius: 6px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.3s ease;
	width: 100%;
}
.side_banner1 li a:hover .banner1:after {
	border-color: #0070C0;
}
.side_banner1 li a .banner1 img {
	transition: 0.3s ease;
}
.side_banner1 li a:hover .banner1 img {
	transform: scale(1.1);
	transform-origin: center center;
}
.side_banner1 li a .text1 {
	background-image: linear-gradient(#0070C0, #0070C0);
	background-size: 0 1px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	color: #0070C0;
	display: inline;
	font-size: 13px;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition-property: background-size;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.side_banner1 li a:hover .text1 {
	background-size: 100% 1px;
	background-position: 0 100%;
	color: #0070C0;
}

.com_notice1 {
	border: 1px solid #F5C5C8;
	color: #FF3540;
	display: flex;
	margin: 0 0 32px;
	padding: 11px 20px;
}
* + .com_notice1 {
	margin-top: 40px;
}
.com_notice1 h3 {
	border-right: 1px solid #FF3540;
	color: #FF3540;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4;
	margin: 0 17px 0 0;
	padding: 0 20px 0 0;
}
.com_notice1 > div {
	flex: 1;
	line-height: 0;
}
.com_notice1 > div > div {
	display: block;
	line-height: 0;
}
.com_notice1 > div > div + div {
	margin-top: 0.5em;
}
.com_notice1 .date1 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin-right: 1em;
}
.com_notice1 .text1 {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.1;
}
.com_notice1 .text1 a {
	background-image: linear-gradient(#FF3540, #FF3540);
	color: #FF3540 !important;
}
.com_notice1 .text1 a:hover {
	color: #FF3540 !important;
}

.com_title1 {
	display: flex;
	align-items: flex-end;
	margin: 0 0 10px;
}
* + .com_title1 {
	margin-top: 40px;
}
.com_title1 > span {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.08em;
}
.com_title1 > .button1 {
	background-color: #fff;
	border: 1px solid #4B5165;
    border-radius: 15px;
    color: #4B5165;
    display: block;
    font-size: 12px;
    font-weight: 700;
	letter-spacing: 0.03em;
    line-height: 1.75;
	margin-left: auto;
	position:relative;
	padding: 3px 0 4px;
	text-align: center;
    text-decoration: none;
	transition-property: background,color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	width: 110px;
}
.com_title1 > .button1 .text {
	overflow:hidden;
	display: block;
	height: 1.75em;
}
.com_title1 > .button1 .text .text__item {
	display: block;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1)
}
.com_title1 > .button1:hover .text__item {
	transform:translateY(-100%)
}
.com_title1 > .button1:hover {
	background-color: #4B5165;
	color: #fff;
}

.com_topic_list1 > div {
	border-bottom: 1px solid #ddd;
	display: flex;
	padding: 14px 5px 11px;
	transition: 0.3s ease;
}
.com_topic_list1 > div:last-child {
	border-bottom: none;
}
.com_topic_list1 > div:hover {
	background-color: #F7F7F7;
	padding-left: 15px;
}
.com_topic_list1 .body1 {
	flex: 1;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.com_topic_list1 .body1 a {
	color: #0070C0 !important;
	font-size: 16px;
	font-weight: 500;
}
.com_topic_list1 .body1 .small1 {
	color: #666666;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.com_topic_list1 .body1 .small1 .roboto {
	font-weight: 500;
}
.com_topic_list1 .meta1 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-right: 11px;
}
.com_topic_list1 .meta1 .date1 {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.com_topic_list2 > div {
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	padding: 14px 0 11px 5px;
	transition: 0.3s ease;
}
.com_topic_list2 > div {
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	padding: 14px 0 11px 5px;
	transition: 0.3s ease;
}
.com_topic_list2 > div:last-child {
	border-bottom: none;
}
.com_topic_list2 > div:hover {
	background-color: #F7F7F7;
	padding-left: 15px;
	padding-right: 0;
}
.com_topic_list2 .body1 {
	flex: 1;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.375;
}
.com_topic_list2 .body1 a {
	color: #0070C0 !important;
	font-size: 16px;
	font-weight: 500;
}
.com_topic_list2 .body1 .small1 {
	color: #666666;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.com_topic_list2 .body1 .small1 .roboto {
	font-weight: 500;
}
.com_topic_list2 .meta1 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-right: 11px;
}
.com_topic_list2 .meta1 .date1 {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.com_topic_list2 .buttons1 {
	line-height: 0;
	padding-left: 17px;
	width: 117px;
}
.com_topic_list2 .edit1 {
	border-left: 2px dotted #888;
	line-height: 0;
	padding-left: 9px;
	width: 34px;
}
.com_topic_list2 .t1 {
	font-size: 14px;
	font-weight: 400;
	margin: 0.1em 0 0;
}

.com_tag1 {
	background: #E9EAED;
	border-radius: 10px;
	color: #666;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	width: 76px;
}
.com_tag2 {
	background: #fff;
	border: 1px solid #E5E5E9;
	border-radius: 3px;
	color: #4B5165;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
	width: 115px;
}
.com_icon_pdf1 {
	background: #fff;
	border: 1px solid #B4B5C0;
	border-radius: 3px;
	color: #7D7F92;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 18px;
	margin: 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 34px;
}
* + .com_icon_pdf1 {
	margin-left: 7px;
}
.com_icon_new {
	color: #FF3540;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
* + .com_icon_new {
	margin-left: 7px;
}
.com_icon_doc1 {
	background: url("../images/icon-doc1.png") no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 21px;
	margin: 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width:17px;
}
* + .com_icon_doc1 {
	margin-left: 7px;
}

.com_favorite1 {
	background: url("../images/icon_favorite1.png") no-repeat center center;
	background-size: contain;
	color: #ddd;
	cursor: pointer;
	display: inline-block;
	height: 21px;
	width: 21px;
}
.com_favorite1.selected {
	background-image: url("../images/icon_favorite1_on.png");
}
.com_utl1 .com_favorite1 {
	background-color: #fff;
	background-size: 23px auto;
	border-radius: 50%;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	height: 42px;
	margin-left: 6px;
	width: 42px;
}

.com_related-inks1 {
	display: flex;
	flex-wrap: wrap;
	gap: 2.666666666666667%;
	margin: 20px 0 0; 
}
.com_related-inks1 a {
	display: block;
	line-height: 1.3;
	transition: 0.3s ease;
	width: 23%;
}
.com_related-inks1 a .banner1 {
	border-radius: 6px;
	display: block;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
	transition: 0.3s ease;
	width: 100%;
}
.com_related-inks1 a .banner1:after {
	border: transparent solid 3px;
	border-radius: 6px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.3s ease;
	width: 100%;
}
.com_related-inks1 a:hover .banner1:after {
	border-color: #0070C0;
}
.com_related-inks1 a .banner1 img {
	transition: 0.3s ease;
}
.com_related-inks1 a:hover .banner1 img {
	transform: scale(1.1);
	transform-origin: center center;
}
.com_related-inks1 a .text1 {
	background-image: linear-gradient(#0070C0, #0070C0);
	background-size: 0 1px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	color: #0070C0;
	display: inline;
	font-size: 13px;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition-property: background-size;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.com_related-inks1 a:hover .text1 {
	background-size: 100% 1px;
	background-position: 0 100%;
	color: #0070C0;
}

.com_more1 > div:nth-child(n+5) {
	display: none;
}
.com_more1.open > div:nth-child(n+5) {
	display: flex;
}

.com_more_button1 {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 17px;
	color: #4B5165 !important;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	height: 35px;
	line-height: 33px;
	margin: 25px auto 0;
	max-width: 250px;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: 0.3s ease;
	width: 100%;
}
.com_more_button1:hover {
	background: #EFEFEF;
}
.com_more_button1:after {
	border-color: transparent #000 #000 transparent;
	border-style: solid;
	border-width: 0 1.2px 1.2px 0;
	content: "";
	display: inline-block;
	height: 8.5px;
	margin: -8px 0 0 10px;
	position: relative;
	transform: rotate(45deg);
	transition: 0.3s ease;
	vertical-align: middle;
	width: 8.5px;
}
.com_more_button1 span {
	position: relative;
}
.open + .com_more_button1 {
	display: none;
}

body.simulatedLogin {
	
}
body.simulatedLogin:before {
	background: url("../images/simulated_login1.png") no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 482px;
	pointer-events: none;
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	width: 688px;
}





.home_main_cnt1 {
	background: linear-gradient(to bottom, #fff 0%, #f7f7f7 25%, #f2f2f2 100%);
	background-size: 1800px auto;
	padding: 15px 0 15px;
}
.home_slider1 {
	margin: 0 0 25px;
	position: relative;
	height: 120px;
}
.home_slider1 .slide {
	padding: 0 0 15px;
	position: relative;
}
.home_slider1 .slide {
	opacity: 0;
	transition: opacity .3s ease;
}
.home_slider1 .slide.slick-initialized{
	opacity: 1;
}
.home_slider1 a {
	border-radius: 10px;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
	display: block;
	height: auto;
	margin: 10px 22.5px;
	overflow: hidden;
	width: 580px;
}
.home_slider1 img {
	height: 100px;
	transition: 0.5s ease;
	width: 100%;
}
.home_slider1 a:hover img {
	transform: scale(1.06);
	transform-origin: center center;
}
.home_slider1 .slick-arrow {
	background: rgba(22,22,22,0.85);
	appearance: none;
	border: none;
	border-radius: 50%;
	display: block;
	height: 50px;
	margin: -25px 0 0;
	position: absolute;
	text-align: left;
	text-indent: -999em;
	top: 50%;
	width: 50px;
	z-index: 1;
}
.home_slider1 .slick-prev {
	left: 35px;
	transform: scale(-1, 1);
}
.home_slider1 .slick-next {
	right: 35px;
}
.home_slider1 .slick-arrow:before {
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 1.5px 1.5px 0 0;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s ease;
	width: 10px;
}
.home_slider1 .slick-arrow:hover:before {
	transform: translateX(5px) translateY(-50%) rotate(45deg);
}
.home_slider1 .slick-dots {
	bottom: 0;
	display: flex;
	justify-content: center;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.home_slider1 .slick-dots li {
	margin: 0;
}
.home_slider1 .slick-dots li button {
	background: #d9d2cd;
	appearance: none;
	border: 1px solid #d9d2cd;
	border-radius: 50%;
	display: block;
	height: 8px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: -999em;
	width: 8px;
}
.home_slider1 .slick-dots li.slick-active button {
	background: #f39800;
	border-color: #f39800;
}
/*
.home_cat_buttons1 {
	display: flex;
	justify-content: center;
	gap: 18px;
}
.home_cat_buttons1 .button1 {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.06);
	color: #000;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 13px 0 10px;
	text-align: center;
	text-decoration: none;
	transition: 0.5s ease;
	width: 185px;
}
.home_cat_buttons1 .button1:hover {
	color: #0070C0;
}
.home_cat_buttons1 .button1 .image1 {
	display: block;
	margin: 0 auto 12px;
	max-width: 155px;
	overflow: hidden;
	padding-bottom: 66.451612903225806%;
	position: relative;
	width: 100%;
}
.home_cat_buttons1 .button1 .image1:before {
	background: #F3F5F9 no-repeat center center;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.5s ease;
	width: 100%;
}
.home_cat_buttons1 .button1.a .image1:before {
	background-image: url("../images/cat-fig1.png");
}
.home_cat_buttons1 .button1.b .image1:before {
	background-image: url("../images/cat-fig2.png");
}
.home_cat_buttons1 .button1.c .image1:before {
	background-image: url("../images/cat-fig3.png");
}
.home_cat_buttons1 .button1.d .image1:before {
	background-image: url("../images/cat-fig4.png");
}
.home_cat_buttons1 .button1.e .image1:before {
	background-image: url("../images/cat-fig5.png");
}
.home_cat_buttons1 .button1.f .image1:before {
	background-image: url("../images/cat-fig6.png");
}
.home_cat_buttons1 .button1.g .image1:before {
	background-image: url("../images/cat-fig7.png");
}
.home_cat_buttons1 .button1:hover .image1:before {
	transform: scale(1.04);
	transform-origin: center center;
}
.home_cat_buttons1 .button1.a:hover .image1:before {
	background-image: url("../images/cat-fig1_on.png");
}
.home_cat_buttons1 .button1.b:hover .image1:before {
	background-image: url("../images/cat-fig2_on.png");
}
.home_cat_buttons1 .button1.c:hover .image1:before {
	background-image: url("../images/cat-fig3_on.png");
}
.home_cat_buttons1 .button1.d:hover .image1:before {
	background-image: url("../images/cat-fig4_on.png");
}
.home_cat_buttons1 .button1.e:hover .image1:before {
	background-image: url("../images/cat-fig5_on.png");
}
.home_cat_buttons1 .button1.f:hover .image1:before {
	background-image: url("../images/cat-fig6_on.png");
}
.home_cat_buttons1 .button1.g:hover .image1:before {
	background-image: url("../images/cat-fig7_on.png");
}
.home_cat_buttons1 .button1 .image1:after {
	border: transparent solid 4px;
	border-radius: 4px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.5s ease;
	width: 100%;
}
.home_cat_buttons1 .button1:hover .image1:after {
	border-color: #0070C0;
}
.home_cat_buttons1 .button1 .text1 {
	display: block;
}
*/

.page-login {
	background: #fce5c1 url("../images/bg1.png") repeat left top;
	background-size: 1800px auto;
}
.page-login #wrapper1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.page-login #wrapper1 * {
	position: relative;
}
.page-login #wrapper1:before {
	background: #fff;
	content: "";
	display: block;
	height: 200%;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-230px) rotate(-34.61deg);
	transform-origin: center top;
	width: 200%;
	z-index: 0;
}

.com_login1 {
	display: flex;
	width: 900px;
}
.com_login1 > div {
	width: 50%;
}
.com_login1 > div:nth-child(2) {
	margin-bottom: -1em;
	padding-left: 50px;
}
.com_login1 .copy1 {
	color: #4B5165;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4;
	margin: 15px 0 15px;
}
.com_login1 .image1 {
	height: auto;
	width: 400px;
}
.com_login1 .id1 {
	display: block;
	height: auto;
	margin: 0 auto 32px;
	width: 190px;
}
.com_login1 .form1 input {
	appearance: none;
	background: transparent;
	border: 2px solid #787D8B;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	height: 50px;
	margin: 0 0 15px;
	padding: 0 12px;
	width: 100%;
}
.com_login1 .form1 button {
	appearance: none;
	background: #f39800;
	border: 1px solid #f39800;
	border-radius: 6px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	color: #fff !important;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	height: 50px;
	line-height: 48px;
	margin: 10px 0 22px;
	padding: 0;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}
.com_login1 .form1 .group1 + button {
	margin-top: 25px;
}
.com_login1 .form1 button:hover {
	background: #e58800;
}
.com_login1 .copyright1 {
	color: #4B5165;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 20px 0 0;
	text-align: center;
	width: 100%;
}

.com_link_list1 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com_link_list1 li {
	list-style: none;
}
.com_link_list1 li a {
	background-image: linear-gradient(#0070C0, #0070C0);
	color: #0070C0 !important;
	padding-left: 15px;
	position: relative;
}
.com_link_list1 li a:before {
	border-color: #0070C0 #0070C0 transparent transparent;
	border-style: solid;
	border-width: 1.5px 1.5px 0 0;
	content: "";
	display: block;
	height: 8px;
	left: 1px;
	position: absolute;
	top: 0.5em;
	transform: rotate(45deg);
	width: 8px;
}

.com_bg1 {
	background: #fff8e1 url("../images/bg1.png") repeat left top;
	background-size: 1800px auto;
}

.com_bg2 {
	background: url("../images/bg2.jpg") repeat left top;
	background-size: 1800px auto;
}
.com_bg2 #wrapper1:before {
	background: #fff;
	content: "";
	display: block;
	height: 200%;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 150px;
	transform: translateX(-50%) rotate(-8.33deg);
	transform-origin: center top;
	width: 200%;
	z-index: 0;
}
.com_bg2 #wrapper1 > * {
	position: relative;
}

.with-kaunet_logo2 {
	display: block;
	height: 44px;
	margin: 27px auto 17px;
	width: auto;
}
.base-logo2 {
	display: block;
	height: 50px;
	margin: 20px auto 12px;
	width: auto;
}

.com_form_contet1 {
	background: #fff;
	margin: 0 auto;
	padding: 53px 0 33px;
	width: 1000px;
}
.com_form_contet1 > .inner1 {
	margin: auto;
	max-width: 680px;
	width: 100%;
}
.com_form_contet1 .title1 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 35px;
	text-align: center;
}
.com_form_contet1 .form1 .group1 {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	width: 100%;
}
.com_form_contet1 .form1 .group1 label {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.03em;
	width: 159px;
}
.com_form_contet1 .form1 input {
	appearance: none;
	background: transparent;
	border: 2px solid #787D8B;
	border-radius: 6px;
	flex: 1;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	height: 50px;
	margin: 0;
	padding: 0 12px;
	width: 100%;
}
.com_form_contet1 .form1 input:read-only {
	background: #EEEFF1;
	border-color: #EEEFF1;
	color: #000 !important;
}
.com_form_contet1 .form1 .ch_input_password1 {
	flex: 1;
}
.com_form_contet1 .form1 input[type=password] {
	-webkit-text-security: circle;
}
.com_form_contet1 .form1 button {
	appearance: none;
	background: #f39800;
	border: 1px solid #f39800;
	border-radius: 6px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	color: #fff !important;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	height: 50px;
	line-height: 48px;
	margin: 30px auto 20px;
	max-width: 240px;
	padding: 0;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}
.com_form_contet1 .form1 button:hover {
	background: #e58800;
}
.com_form_contet1 .form1 button:disabled {
	background: #c8cad0;
	border: none;
}
.com_form_contet1 .form1 button + button {
	margin-top: 15px;
}
.com_form_contet1 .form1.tp1 input,
.com_form_contet1 .form1.tp1 button {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}
.com_button1 {
	appearance: none;
	background: #f39800;
	border: 1px solid #f39800;
	border-radius: 6px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	color: #fff !important;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	height: 50px;
	line-height: 48px;
	margin: 30px auto 20px;
	max-width: 240px;
	padding: 0;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}
.com_button1:hover {
	background: #F38A00;
}

.com_copyright1 {
	color: #4B5165;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 20px 0 40px;
	text-align: center;
}

.ch_input_password1 {
	position: relative;
}
.ch_input_password1 .toggle_icon1 {
	background: url("../images/icon-eye1-slash.png") no-repeat center center;
	background-size: 28px auto;
	cursor: pointer;
	display: inline-block;
	position: absolute !important;
	height: 100%;
	right: 0;
	top: 0;
	width: 48px;
}
.ch_input_password1 .toggle_icon1.no-slash {
	background-image: url("../images/icon-eye1.png");
}
.com_login1 .form1 .ch_input_password1 input {
	margin-bottom: 0;
}

.with-kaunet_logo-logout {
	display: block;
	height: 120px;
	margin: 15px auto 0;
	width: auto;
}

.with-kaunet_logo-overtime {
	display: block;
	height: 120px;
	margin: 15px auto 0;
	width: auto;
}

.com_sec1 .com_breadcrumb1 {
	margin: -20px 0 25px;
}
.com_breadcrumb1 ul {
	color: #666;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.03em;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com_breadcrumb1 ul li:after {
	content: " ＞ ";
}
.com_breadcrumb1 ul li:last-child:after {
	content: "";
}
.com_breadcrumb1 ul a {
	color: #666;
	text-decoration: underline;
}
.com_breadcrumb1 ul a:hover {
	text-decoration: none;
}

.com_utl1 {
	display: flex;
	align-items: flex-end;
	margin: 0 0 10px;
	width: 100%;
}
.com_utl1 > div {
	display: flex;
	align-items: center;
	gap: 0 9px;
}
.com_utl1 > div + div {
	margin-left: auto;
}

.com_utl1 .admin1 {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com_utl1 .admin1 li {
	border-right: 1px solid #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
	padding: 0 0.9em;
}
.com_utl1 .admin1 li:first-child {
	padding-left: 0;
}
.com_utl1 .admin1 li:last-child {
	border-right: none;
	padding-right: 0;
}

.com_date1 {
	color: #666;
	font-weight: 500;
	letter-spacing: 0;
}

.com_category1 {
	background: #fff;
	border: 1px solid #E5E5E9;
	border-radius: 3px;
	color: #4B5165;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	height: 21px;
	letter-spacing: 0.03em;
	line-height: 18px;
	min-width: 115px;
	padding: 0 0.5em;
	text-align: center;
}

.com_new1 {
	color: #FF3540;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.com_s_button1 {
	background-color: #fff;
	border: 1px solid #0099DB;
    border-radius: 4px;
    color: #0099DB;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
	letter-spacing: 0.03em;
    line-height: 1.75;
	position:relative;
	padding: 4px 0;
	text-align: center;
    text-decoration: none;
	transition-property: background,color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	width: 88px;
}
.com_s_button1 .text {
	overflow:hidden;
	display: block;
	height: 1.75em;
}
.com_s_button1 .text .text__item {
	display: block;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1)
}
.com_s_button1:hover .text__item {
	transform:translateY(-100%)
}
.com_s_button1:hover {
	background-color: #0099DB;
	color: #fff;
}

.com_s_button2 {
	background-color: #6D7182;
	border: 1px solid #6D7182;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
	letter-spacing: 0.03em;
    line-height: 1.75;
	position:relative;
	padding: 4px 0;
	text-align: center;
    text-decoration: none;
	transition-property: background,color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	width: 88px;
}
.com_s_button2 .text {
	overflow:hidden;
	display: block;
	height: 1.75em;
}
.com_s_button2 .text .text__item {
	display: block;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1)
}
.com_s_button2:hover .text__item {
	transform:translateY(-100%)
}
.com_s_button2:hover {
	background-color: #fff;
	color: #6D7182;
}

.com_d_title1 {
	background: #fdecd1;
	border-radius: 6px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 0 0 30px;
	padding: 21px 21px 22px;
	width: 100%;
}

.com_d_content1 {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin: 0 0 45px;
	width: 100%;
}
.com_d_content1 > div {
	width: 580px;
}
.com_d_content1 > div:last-child:nth-child(odd) {
	width: 100%;
}

.com_d_content2 {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 32px;
	margin: 0;
	width: 100%;
}
.com_d_content2 > div {
	width: 434px;
}

.com_link_image1 {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.com_link_image1 img {
	height: auto;
	transition: 0.5s ease;
	width: 100%;
}
.com_link_image1:hover img {
	transform: scale(1.06);
	transform-origin: center center;
}
.com_link_image1.play1:after {
	background: url("../images/icon-play1.png") no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 70px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 70px;
}
.com_link_image1 video {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.com_links1 {
	background: #F7F7F7;
	margin: 50px 0;
	padding: 20px 50px;
}
.com_links1 .item1 {
	display: flex;
	width: 100%;
}
.com_links1 .item1 + .item1 {
	border-top: 1px solid #999;
	margin-top: 18px;
	padding-top: 18px;
}
.com_links1 .item1 > div:nth-child(1) {
	width: 190px;
}
.com_links1 .item1 > div:nth-child(2) {
	flex: 1;
}
.com_links1 h3 {
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0;
}
.com_links1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.com_links1 ul li {
	border-bottom: 1px solid #ddd;
	display: block;
	align-items: center;
	padding: 8px 9px;
	position: relative;
}
.com_links1 ul li:last-child {
	border-bottom: none;
}
.com_links1 ul.list2 li {
	padding-right: 107px;
}
.com_links1 ul.list2 li .com_dl_button2 {
	margin-top: -13px;
	position: absolute;
	right: 9px;
	top: 50%;
}
.com_links1 ul li a .sub1 {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.com_dl_button1 {
	background: url("../images/dl-button1.png") no-repeat center center;
	background-size: cover;
	display: inline-block;
	height: 31px;
	width: 156px;
}
.com_dl_button1 > span {
	background: url("../images/dl-button1-on.png") no-repeat center center;
	background-size: cover;
	display: block;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
	transition: 0.3s;
	width: 100%;
}
.com_dl_button1:hover > span {
	opacity: 1;
}

.com_dl_button2 {
	background: url("../images/dl-button2.png") no-repeat center center;
	background-size: cover;
	display: inline-block;
	height: 27px;
	width: 94px;
}
.com_dl_button2 > span {
	background: url("../images/dl-button2-on.png") no-repeat center center;
	background-size: cover;
	display: block;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
	transition: 0.3s;
	width: 100%;
}
.com_dl_button2:hover > span {
	opacity: 1;
}

.com_b_button1 {
	background-color: #fff;
	border: 1px solid #4B5165;
    border-radius: 20px;
    color: #4B5165;
    display: block;
    font-size: 15px;
    font-weight: 500;
	letter-spacing: 0.03em;
    line-height: 1.75;
	margin: 50px auto 0;
	position:relative;
	padding: 6px 0 6px;
	text-align: center;
    text-decoration: none;
	transition-property: background,color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	width: 110px;
}
.com_b_button1.b {
	width: 180px;
}
.com_b_button1 .text {
	overflow:hidden;
	display: block;
	height: 1.75em;
}
.com_b_button1 .text .text__item {
	display: block;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1)
}
.com_b_button1:hover .text__item {
	transform:translateY(-100%)
}
.com_b_button1:hover {
	background-color: #4B5165;
	color: #fff;
}

.com_edit1 {
	background: url("../images/icon-edit1.png") no-repeat center center;
	background-size: cover;
	display: inline-block;
	height: 24px;
	width: 24px;
}
.com_edit1 > span {
	background: url("../images/icon-edit1-on.png") no-repeat center center;
	background-size: cover;
	display: block;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
	transition: 0.3s;
	width: 100%;
}
.com_edit1:hover > span {
	opacity: 1;
}

.side_search_option1 .title1 {
	background: #4B5165;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 12px 0;
	text-align: center;
}
.side_search_option1 .title2 {
	color: #666;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0 0 8px;
}
.side_search_option1 .block_search1 {
	background: #F7F7F7;
	padding: 15px;
}
.side_search_option1 .block_search1 > div {
	display: flex;
	width: 100%;
}
.side_search_option1 .block_search1 input[type=text] {
	appearance: none;
	background: #fff;
	border: 1px solid #999;
	border-right: none;
	border-radius: 3px 0 0 3px;
	flex: 1;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.03em;
	height: 38px;
	margin: 0;
	padding: 0 11px;
	width: 100%;
}
.side_search_option1 .block_search1 button {
	appearance: none;
	background: #f39800 url("../images/icon-loope2.png") no-repeat center center;
	background-size: 17px auto;
	border: 1px solid #f39800;
	border-radius: 0 3px 3px 0;
	height: 38px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	transition: 0.3s;
	width: 38px;
}
.side_search_option1 .block_search1 button:hover {
	background-color: #F38A00;
}
.side_search_option1 .block_period1 {
	background: #F7F7F7;
	border-top: 1px solid #4B5165;
	padding: 15px;
}
.side_search_option1 .block_period1 .t1 {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 0 8px;
}
.side_search_option1 .block_period1 .com_checkbox1 {
	margin-top: 12px;
}
.side_search_option1 hr {
	background-color: transparent;
	border: none;
	border-top: 2px solid #fff;
	display: block;
	height: 0;
	margin: 13px 0;
	overflow: hidden;
	width: 100%;
}
.side_search_option1 hr.sep1 {
	background-color: transparent;
	border: none;
	border-top: 1px solid #999;
	display: block;
	height: 0;
	margin: 20px 0;
	overflow: hidden;
	width: 100%;
}
.date_edit1 {
	display: block;
	position: relative;
	/*width: 100%;*/
	width: 160px;
}
.date_edit1 input[type="date"] {
	appearance: none;
	background-color: #fff;
	background-image: url("../images/icon_calender1.png");
	background-position: 7px 5px;
	background-repeat: no-repeat;
	background-size: 25px auto;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 400;
	height: 38px;
	letter-spacing: 0.03em;
	margin: 0;
	padding-left: 38px;
	width: 100%;
}
.date_edit1 input[type="date"]::-webkit-inner-spin-button,
.date_edit1 input[type="date"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
.date_edit1 input[type="date"]::-webkit-clear-button {
	-webkit-appearance: none;
	appearance: none;
}
.date_edit1 input[type="date"]::-webkit-calendar-picker-indicator{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	background: transparent;
	color: transparent;
	cursor: pointer;
	height: 50px;
	width: 180px;
}
.side_search_option1 .button1 {
	background: #f39800;
	border: 1px solid #f39800;
	border-radius: 3px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	color: #fff !important;
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	height: 38px;
	line-height: 36px;
	margin: 16px auto 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: 0.3s ease;
	width: 100%;
}
.side_search_option1 .button1:hover {
	background: #F38A00;
	border: 1px solid #F38A00;
}

.com_checkbox1 {
	display: inline-block;
	padding: 0 0 0 28px;
	position: relative;
}
.com_checkbox1 input[type=checkbox] {
	appearance: none;
	background-color: transparent;
	border: none;
	bottom: 0;
	cursor: pointer;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
}
.com_checkbox1 input[type=checkbox]:after {
	background: url("../images/icon-checkbox1.png") no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 21px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0.3em;
	width: 21px;
}
.com_checkbox1 input[type=checkbox]:checked:after {
	background-image: url("../images/icon-checkbox2-on.png");
}
.com_checkbox1 .t1 {
	font-size: 15px;
	font-weight: 700;
}
.com_checkbox1 .t1 span {
	font-size: 13px;
	font-weight: 400;
}
.com_checkbox1 .t2 {
	font-size: 14px;
	font-weight: 400;
}

.block_options_group1 {
	background: #F7F7F7;
	border-top: 1px solid #4B5165;
	padding: 15px;
}
.block_options_group1 .hd1 {
	background: #EAEAEA;
	margin: 0 -15px 10px;
	padding: 9px 15px;
}
.option_group1 + .option_group1 {
	margin-top: 20px;
}
.option_group1 .body1 {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 14px;
}

.option_uncheck_all1 {
	background-image: linear-gradient(#666, #666);
	color: #666 !important;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.03em;
	position: relative;
}

.com_icon_option1 {
	background: url("../images/icon-option1.png") no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 15px;
	margin: 0 6px 0 0;
	vertical-align: middle;
	width: 18px;
}

.com_icon_cross1 {
	background: url("../images/icon-cross1.png") no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 10px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	width: 10px;
}

.com_icon_sort1 {
	background: url("../images/icon-sort1.png") no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 18px;
	margin: 0 6px 0 0;
	vertical-align: middle;
	width: 25px;
}

.com_search_result_hd1 {
	display: flex;
	align-items: flex-end;
	margin-bottom: 25px;
	width: 100%;
}
.com_search_result_hd1 > div + div {
	margin-left: auto;
}
.com_search_result_hd1 .text1 {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
.com_search_result_hd1 .text1 span {
	font-size: 23px;
	font-weight: 700;
}

.com_sort_list1 {
	display: flex;
	margin: 0;
	padding: 0;
}
.com_sort_list1 dt {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.com_sort_list1 dd {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	position: relative;
}
.com_sort_list1 dd .selected1 {
	cursor: pointer;
	padding: 0 3px 0 0;
	position: relative;
}
.com_sort_list1 dd .selected1:after {
	border: solid #000;
	border-width: 0 1.5px 1.5px 0;
	content: "";
	display: inline-block;
	height: 9px;
	margin: -0.4em 0 0 .8em;
	transform: rotate(45deg);
	transition: 0.2s;
	vertical-align: middle;
	width: 9px;
}
.com_sort_list1 dd .selected1:hover:after {
	margin-top: 0.1em;
	transform: rotate(-135deg);
}
.com_sort_list1 dd > ul {
	background: #fff;
	border-radius: 8px;
	bottom: 0;
	box-shadow: 0 10px 10px rgba(0,0,0,.2);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	left: 50%;
	list-style: none;
	margin: auto;
	min-width: 180px;
	opacity: 0;
	padding: 9px 11px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	translate: -50% calc(100% + 1em);
	transition: translate .2s cubic-bezier(.55,.055,.675,.19) .2s,opacity .2s ease-in-out .2s;
	white-space: nowrap;
}
.com_sort_list1 dd:hover > ul {
	opacity: 1;
	pointer-events: all;
	translate: -50%  100%;
}
.com_sort_list1 dd > ul li {
}
.com_sort_list1 dd > ul li a {
	background-color: #fff;
	border-radius: 4px;
	color: #000;
	display: block;
	padding: 8px 0;
	transition: 0.2s;
}
.com_sort_list1 dd > ul li a:hover {
	background-color: #F3F5F9;
	color: #ff7800;
}

.com_pagenation1 {
	margin: 35px 0 0;
}
.com_pagenation1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
}
.com_pagenation1 ul li {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.com_pagenation1 ul li.next {
	margin-left: 9px;
}
.com_pagenation1 ul li.prev {
	margin-right: 9px;
}
.com_pagenation1 ul li.item a {
	background: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	display: block;
	font-family: "Roboto", serif !important;
	font-size: 16px;
	font-weight: 500;
	height: 30px;
	letter-spacing: 0;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	width: 30px;
}
.com_pagenation1 ul li.item:hover a,
.com_pagenation1 ul li.item.active a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.com_pagenation1 ul li.next a,
.com_pagenation1 ul li.prev a {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	position: relative;
}
.com_pagenation1 ul li.next a:after {
	border: solid #000;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	height: 9px;
	margin: -0.3em 0 0 0.4em;
	transform: rotate(-45deg);
	vertical-align: middle;
	width: 9px;
}
.com_pagenation1 ul li.prev a:before {
	border: solid #000;
	border-width: 0 0 1px 1px;
	content: "";
	display: inline-block;
	height: 9px;
	margin: -0.3em 0.4em 0 0;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 9px;
}
.com_pagenation1 ul li.disabled a,
.com_pagenation1 ul li.next.disabled a:after,
.com_pagenation1 ul li.prev.disabled a:before {
	opacity: 0.2;
	pointer-events: none;
}

.com_page_title1 {
	background: #0099DB;
	margin: 0 0 18px;
}
.com_page_title1 .com_inner1 {
	position: relative;
}
.com_page_title1 .com_breadcrumb1 {
	left: 0;
	position: absolute;
	top: 6px;
	width: 100%;
}
.com_page_title1 .com_breadcrumb1 ul {
	color: #fff;
	margin: auto;
	max-width: 1200px;
	width: 100%;
}
.com_page_title1 .com_breadcrumb1 ul a {
	color: #fff;
}

.com_page_title1 .block1 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.com_page_title1 .block1 .image1 {
	height: 116px;
	width: auto;
}
.com_page_title1 h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 20px;
}

.com_i_title1 {
	background: #EBECEE;
	border-radius: 4px;
	display: flex;
	align-items: center;
	margin: 0 0 15px;
	min-height: 48px;
	padding: 9px 7px 9px 68px;
	position: relative;
}
.com_i_title1 > * + * {
	margin-left: auto;
}
.com_i_title1 h2 {
	color: #4B5165;
	font-size: 17px;
	font-weight: 700;
	margin: auto;
}
.com_i_title1 > div:nth-child(1) .icon-c-doc1 {
	bottom: 7px;
	height: 52px;
	left: 13px;
	position: absolute;
	width: auto;
}
.com_i_title1 > div:nth-child(1) .icon-c-suggest1 {
	bottom: 7px;
	height: 48px;
	left: 13px;
	position: absolute;
	width: auto;
}
.com_i_title1 > div:nth-child(1) .icon-c-mamual1 {
	bottom: 8px;
	height: 54px;
	left: 12px;
	position: absolute;
	width: auto;
}
.com_i_title1 > div:nth-child(1) .icon-c-faq1 {
	bottom: 7px;
	height: 45px;
	left: 7px;
	position: absolute;
	width: auto;
}
.com_i_title1 > div:nth-child(1) .icon-c-data1 {
	bottom: 7px;
	height: 57px;
	left: 10px;
	position: absolute;
	width: auto;
}
.com_i_title1 > div:nth-child(1) .icon-c-tool1 {
	bottom: 7px;
	height: 45px;
	left: 8px;
	position: absolute;
	width: auto;
}

.com_sr_button1 {
	background-color: #878B97;
	border: 1px solid #878B97;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
	letter-spacing: 0.03em;
    line-height: 1.75;
	margin-left: auto;
	position:relative;
	padding: 3px 0 4px;
	text-align: center;
    text-decoration: none;
	transition-property: background,color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	width: 97px;
}
.com_sr_button1 .text {
	overflow:hidden;
	display: block;
	height: 1.75em;
}
.com_sr_button1 .text .text__item {
	display: block;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	position: relative;
}
.com_sr_button1:hover .text__item {
	transform:translateY(-100%)
}
.com_sr_button1 .text .text__item:after {
	border: solid #fff;
	border-width: 0 1.5px 1.5px 0;
	content: "";
	display: inline-block;
	height: 8px;
	margin: -0.3em 0 0 0.1em;
	transform: rotate(-45deg);
	vertical-align: middle;
	width: 8px;
}
.com_sr_button1:hover {
	background-color: #878B97;
	color: #fff;
}






#base_header1 {
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
	position: relative;
	width: 100%;
	z-index: 10;
}
#base_header1 .cnt1 {
	background: #fef5e6;
	display: flex;
	align-items: center;
	height: 66px;
	padding: 0 20px 0 0;
}
#base_header1 .cnt1 h1 {
	display: flex;
	align-items: center;
	font-size: 0;
	margin: 0 0 0 22px;
}
#base_header1 .cnt1 h1 a {
	transition: 0.5s;
	text-decoration: none;
}
#base_header1 .cnt1 h1 a:hover {
	opacity: 0.7;
}
#base_header1 .cnt1 h1 .logo1 {
	height: 38px;
	margin: 0;
	width: auto;
}
#base_header1 .cnt1 > div:nth-child(2) {
	display: flex;
	align-items: center;
	margin-left: auto;
	text-align: right;
}
#base_header1 .cnt1 > div:nth-child(2) .text1 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#base_header1 .cnt1 > div:nth-child(2) .text2 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#base_header1 .button1 {
	background-color: #fff;
	border: 1px solid #ff7800;
    border-radius: 4px;
    color: #ff7800;
    display: block;
    font-size: 12px;
    font-weight: 700;
	letter-spacing: 0.03em;
    line-height: 1.75;
	margin-left: 14px;
	position:relative;
	padding: 6px 0;
	text-align: center;
    text-decoration: none;
	transition-property: background,color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	width: 84px;
}
#base_header1 .button1 .text {
	overflow:hidden;
	display: block;
	height: 1.75em;
}
#base_header1 .button1 .text .text__item {
	display: block;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1)
}
#base_header1 .button1:hover .text__item {
	transform:translateY(-100%)
}
#base_header1 .button1:hover {
	background-color: #ff7800;
	color: #fff;
}
#base_header1 .cnt2 {
	background: linear-gradient(to bottom, #fefbf5 0%, #fdf0db 5%, #feeacc 97%, #f2d5b1 100%);
	border-top: 1px solid #e8c6a0;
	position: relative;
	z-index: 1;
}
#base_header1 .cnt2 nav {
	margin: 0;
	padding: 0;
}
#base_header1 .cnt2 nav > ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 15px;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#base_header1 .cnt2 nav > ul > li {
	font-weight: 500;
	padding: 10px 0;
	position: relative;
}
#base_header1 .cnt2 nav > ul > li > a {
	color: #000;
	border-right: 1px solid #ccc;
	padding: 2px 25px;
	position: relative;
}
#base_header1 .cnt2 nav > ul > li:last-child > a {
	border-right: none;
}
#base_header1 .cnt2 nav > ul > li > a > .blt1 {
	border: solid #000;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	height: 8px;
	margin: -0.5em 0 0 0.6em;
	position: relative;
	transition: 0.2s;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 8px;
}
#base_header1 .cnt2 nav > ul > li > a:hover,
#base_header1 .cnt2 nav > ul > li > a.on {
	color: #ff7800;
}
#base_header1 .cnt2 nav > ul > li:hover > a > .blt1 {
	border-color: transparent #ff7800 #ff7800 transparent;
	margin-top: 0.1em;
	transform: rotate(-135deg);
}
#base_header1 .cnt2 nav > ul > li > a:after {
	display: none;
}
#base_header1 .cnt2 nav > ul > li > div {
	bottom: 0;
	left: 50%;
	min-width: 180px;
	opacity: 0;
	padding: 16px 0 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	translate: -50% calc(100% + 1em);
	transition: translate .2s cubic-bezier(.55,.055,.675,.19) .2s,opacity .2s ease-in-out .2s;
}
#base_header1 .cnt2 nav > ul > li:hover > div {
	opacity: 1;
	pointer-events: all;
	translate: -50%  100%;
}
#base_header1 .cnt2 nav > ul > li ul {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 10px rgba(0,0,0,.2);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	list-style: none;
	margin: auto;
	padding: 9px 11px;
	white-space: nowrap;
}
#base_header1 .cnt2 nav > ul > li ul li {
}
#base_header1 .cnt2 nav > ul > li ul li a {
	background-color: #fff;
	border-radius: 4px;
	color: #000;
	display: block;
	padding: 8px 0;
	transition: 0.2s;
}
#base_header1 .cnt2 nav > ul > li ul li a:hover {
	background-color: #F3F5F9;
	color: #0070C0;
}

#fixed-base_header1 {
	background: linear-gradient(to bottom, #fefbf5 0%, #fdf0db 5%, #feeacc 97%, #f2d5b1 100%);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	left: 0;
	min-width: 1200px;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: 0.5s;
	transform: translateY(-70px);
	width: 100%;
	z-index: 100;
}
#fixed-base_header1.on {
	opacity: 1;
	transform: translateY(0);
}
#fixed-base_header1 .cnt1 {
	display: flex;
	align-items: center;
	height: 66px;
	padding: 0 20px 0 0;
}
#fixed-base_header1 .cnt1 h1 {
	display: flex;
	align-items: center;
	font-size: 0;
	margin: 0 0 0 24px;
}
#fixed-base_header1 .cnt1 h1 a {
	transition: 0.5s;
	text-decoration: none;
}
#fixed-base_header1 .cnt1 h1 a:hover {
	opacity: 0.7;
}
#fixed-base_header1 .cnt1 h1 .logo1 {
	height: 43px;
	margin: 0;
	width: auto;
}
#fixed-base_header1 .cnt1 > div:nth-child(3) {
	display: flex;
	align-items: center;
	margin-left: auto;
	text-align: right;
}
#fixed-base_header1 .cnt1 > div:nth-child(3) .text1 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#fixed-base_header1 .cnt1 > div:nth-child(3) .text2 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#fixed-base_header1 .button1 {
	background-color: #fff;
	border: 1px solid #ff7800;
    border-radius: 4px;
    color: #ff7800;
    display: block;
    font-size: 12px;
    font-weight: 700;
	letter-spacing: 0.03em;
    line-height: 1.75;
	margin-left: 14px;
	position:relative;
	padding: 6px 0;
	text-align: center;
    text-decoration: none;
	transition-property: background,color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	width: 84px;
}
#fixed-base_header1 .button1 .text {
	overflow:hidden;
	display: block;
	height: 1.75em;
}
#fixed-base_header1 .button1 .text .text__item {
	display: block;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1)
}
#fixed-base_header1 .button1:hover .text__item {
	transform:translateY(-100%)
}
#fixed-base_header1 .button1:hover {
	background-color: #ff7800;
	color: #fff;
}
#fixed-base_header1 .cnt1 {
	position: relative;
	z-index: 1;
}
#fixed-base_header1 .cnt1 nav {
	margin: 0;
	padding: 0 0 0 10px;
}
#fixed-base_header1 .cnt1 nav > ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 15px;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#fixed-base_header1 .cnt1 nav > ul > li {
	font-weight: 500;
	padding: 10px 0;
	position: relative;
}
#fixed-base_header1 .cnt1 nav > ul > li > a {
	color: #000;
	border-right: 1px solid #ccc;
	padding: 2px 10px;
	position: relative;
}
#fixed-base_header1 .cnt1 nav > ul > li:last-child > a {
	border-right: none;
}
#fixed-base_header1 .cnt1 nav > ul > li > a > .blt1 {
	border: solid #000;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	height: 8px;
	margin: -0.5em 0 0 0.6em;
	position: relative;
	transition: 0.2s;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 8px;
}
#fixed-base_header1 .cnt1 nav > ul > li > a:hover {
	color: #ff7800;
}
#fixed-base_header1 .cnt1 nav > ul > li:hover > a > .blt1 {
	border-color: transparent #ff7800 #ff7800 transparent;
	margin-top: 0.1em;
	transform: rotate(-135deg);
}
#fixed-base_header1 .cnt1 nav > ul > li > a:after {
	display: none;
}
#fixed-base_header1 .cnt1 nav > ul > li > div {
	bottom: 0;
	left: 50%;
	min-width: 180px;
	opacity: 0;
	padding: 16px 0 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	translate: -50% calc(100% + 1em);
	transition: translate .2s cubic-bezier(.55,.055,.675,.19) .2s,opacity .2s ease-in-out .2s;
}
#fixed-base_header1 .cnt1 nav > ul > li:hover > div {
	opacity: 1;
	pointer-events: all;
	translate: -50%  100%;
}
#fixed-base_header1 .cnt1 nav > ul > li ul {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 10px rgba(0,0,0,.2);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	list-style: none;
	margin: auto;
	padding: 9px 11px;
	white-space: nowrap;
}
#fixed-base_header1 .cnt1 nav > ul > li ul li {
}
#fixed-base_header1 .cnt1 nav > ul > li ul li a {
	background-color: #fff;
	border-radius: 4px;
	color: #000;
	display: block;
	padding: 8px 0;
	transition: 0.2s;
}
#fixed-base_header1 .cnt1 nav > ul > li ul li a:hover {
	background-color: #F3F5F9;
	color: #0070C0;
}

.com_page_title2 {
	background: #f39800;
	margin: 0;
}
.com_page_title2 .com_inner1 {
	position: relative;
}
.com_page_title2 .com_breadcrumb1 {
	left: 0;
	position: absolute;
	top: 6px;
	width: 100%;
}
.com_page_title2 .com_breadcrumb1 ul {
	color: #fff;
	margin: auto;
	max-width: 1200px;
	width: 100%;
}
.com_page_title2 .com_breadcrumb1 ul a {
	color: #fff;
}
.com_page_title2 .block1 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.com_page_title2 .block1 .image1 {
	height: 116px;
	width: auto;
}
.com_page_title2 h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 20px;
}

.side_text1 {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0 0 2px;
}
* + .side_text1 {
	margin-top: 30px;
}

.side_title1 {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0 0 7px;
}
* + .side_title1 {
	margin-top: 30px;
}
.side_title1 .icon1 {
	height: 23px;
	margin: 0 7px 0 0;
	vertical-align: middle;
	width: auto;
}

.side_cnt2 {
	background: #e7e9eb;
	border-radius: 4px;
	padding: 14px;
}

.side_pulldown1 {
	appearance: none;
	background: #fff url("../images/icon-pld-arrow1.png") no-repeat right 12px center;
	background-size: 14px auto;
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0 26px 0 13px;
	width: 100%;
}
.side_pulldown1::-ms-expand {
	display: none;
}

.side_button1 {
	background: #f39800;
	border: 1px solid #f39800;
	border-radius: 4px;
	color: #fff !important;
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	height: 38px;
	line-height: 36px;
	margin: 8px auto 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: 0.3s ease;
	width: 100%;
}
.side_button1:hover {
	background: #F38A00;
	border: 1px solid #F38A00;
}

.side_right1 hr {
	background-color: transparent;
	border: none;
	border-top: 1px solid #aaa;
	height: 0;
	margin: 23px 0;
	width: 100%;
}

.info_search1 {
	background: #ebecee;
	border-radius: 4px;
	display: flex;
	align-items: center;
	margin: 18px 0 21px;
	padding: 18px 21px;
	position: relative;
	width: 100%;
}
.info_search1:before {
	background: #ebecee;
	bottom: -10px;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 20px;
}
.info_search1 > div:nth-child(1) {
	padding-right: 25px;
}
.info_search1 > div:nth-child(2) {
	flex: 1;
}
.info_search1 > div:nth-child(3) {
	border-left: 1px solid #999;
	margin-left: 19px;
	padding-left: 18px;
}

.com_checkbox2 {
	display: inline-block;
	padding: 0 0 0 28px;
	position: relative;
}
.com_checkbox2 input[type=checkbox] {
	appearance: none;
	background-color: transparent;
	border: none;
	bottom: 0;
	cursor: pointer;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
}
.com_checkbox2 input[type=checkbox]:after {
	background: url("../images/icon-checkbox1.png") no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 21px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0.3em;
	width: 21px;
}
.com_checkbox2 input[type=checkbox]:checked:after {
	background-image: url("../images/icon-checkbox2-on.png");
}
.com_checkbox2 .t1 {
	font-size: 15px;
	font-weight: 700;
}
.com_checkbox2 .t1 span {
	font-size: 13px;
	font-weight: 400;
}
.com_checkbox2 .t2 {
	font-size: 14px;
	font-weight: 400;
}

.com_checkbox3 {
	cursor: pointer;
	display: block;
	height: 21px;
	position: relative;
	width: 21px;
}
.com_checkbox3 input[type=checkbox] {
	appearance: none;
	background-color: transparent;
	border: none;
	bottom: 0;
	cursor: pointer;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
}
.com_checkbox3 input[type=checkbox]:after {
	background: url("../images/icon-checkbox1.png") no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 21px;
	pointer-events: none;
	width: 21px;
}
.com_checkbox3 input[type=checkbox]:checked:after {
	background-image: url("../images/icon-checkbox2-on.png");
}

.search_unt1 {
	position: relative;
}
.search_unt1 .input1 {
	appearance: none;
	background: #fff;
	border: 1px solid #999;
	border-radius: 4px;
	flex: 1;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.03em;
	height: 42px;
	margin: 0;
	padding: 0 14px;
	width: 100%;
}
.search_unt1 .button1 {
	background: transparent url("../images/icon-loope1.png") no-repeat center center;
	background-size: 21px auto;
	appearance: none;
	border: none;
	height: 42px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s;
	width: 50px;
}

.info_search1 .clear1 {
	background-color: #9093a0;
	border: 1px solid #9093a0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
	letter-spacing: 0.03em;
    line-height: 1.75;
	position:relative;
	padding: 10px 0;
	text-align: center;
    text-decoration: none;
	transition-property: background,color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	width: 60px;
}
.info_search1 .clear1:hover {
	background-color: #fff;
	border-color: #6D7182;
    color: #6D7182;
}
.info_search1 button .text {
	overflow:hidden;
	display: block;
	height: 1.75em;
}
.info_search1 button .text .text__item {
	display: block;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1)
}
.info_search1 button:hover .text__item {
	transform:translateY(-100%)
}

.com_notice2 {
	border: 2px solid #ff3540;
	border-radius: 4px;
	color: #ff3540;
	margin: 0;
}
.com_notice2 h3 {
	border-bottom: 1px solid #ff3540;
	color: #ff3540;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 11px 18px 9px;
}
.com_notice2 > div {
	height: 118px;
	overflow: hidden;
	overflow-y: auto;
	padding: 8px 0 0;
	width: 100%;
}
.com_notice2 .item1 {
	display: flex;
	gap: 0 17px;
	padding: 5px 18px 0;
	transition: 0.3s ease;
}
.com_notice2 .item1:hover {
	padding-left: 33px;
}
.com_notice2 a {
	background-image: linear-gradient(#ff3540, #ff3540);
	color: #ff3540 !important;
	font-size: 16px;
	font-weight: 500;
	/*vertical-align: middle;*/
}
.com_notice2 .date1 {
	color: #ff3540;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0em;
	/*margin-top: 3px;*/
}
.com_notice2 .text1 {
	color: #ff3540;
	flex: 1;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.com_collapse_title1 {
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.08em;
	margin: 35px 0 10px;
	padding: 0 0 0 28px;
	position: relative;
}
.com_collapse_title1:before {
	border: solid #f39800;
	border-width: 1.5px 1.5px 0 0;
	content: "";
	display: block;
	height: 11px;
	left: 2px;
	margin: -1px 0 0;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	transition: 0.5s ease;
	width: 11px;
}
.com_collapse_title1.close1:before {
	margin-top: -8px;
	transform: rotate(135deg);
}

.com_topic_list3 {
	margin-bottom: 30px;
}
.com_topic_list3 > div {
	border-bottom: 1px solid #ddd;
	display: flex;
	min-height: 60px;
	padding: 10px 0 7px 8px;
	transition: 0.3s ease;
}
.com_topic_list3 > div:nth-last-of-type(1) {
	border-bottom: none;
}
.com_topic_list3 > div:hover {
	background-color: #F7F7F7;
	padding-left: 18px;
	padding-right: 0;
}
.com_topic_list3 .body1 {
	flex: 1;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.375;
}
.com_topic_list3 .body1 a {
	color: #0070C0 !important;
	font-size: 16px;
	font-weight: 500;
}
.com_topic_list3 .body1 .small1 {
	color: #666666;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.com_topic_list3 .body1 .small1 .roboto {
	font-weight: 500;
}
.com_topic_list3 .meta1 {
	border-right: 1px solid #ddd;
	display: flex;
	align-items: center;
	margin-right: 15px;
	width: 102px;
}
.com_topic_list3 .meta1 .date1 {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.com_topic_list3 .buttons1 {
	display: flex;
	align-items: center;
	line-height: 0;
	padding-left: 17px;
	width: 117px;
}
.com_topic_list3 .edit1 {
	border-left: 2px dotted #888;
	line-height: 0;
	padding-left: 9px;
	width: 34px;
}
.com_topic_list3 .t1 {
	font-weight: 500;
	margin: 0;
}
.com_topic_list3 .t2 {
	font-size: 14px;
	font-weight: 400;
	margin: 0.1em 0 0;
}
.com_topic_list3 > div.head1 {
	background-color: #fff !important;
	border-bottom: 1px solid #7e8391;
	border-top: 1px solid #7e8391;
	display: flex;
	margin: 15px 0 10px;
	min-height: 0;
	padding: 0;
	transition: none;
}
.com_topic_list3 > div.head1 > div {
	color: #4b5165;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 4px;
	text-align: center;
}
.com_topic_list3 > div.head1 > div:nth-child(1) {
	width: 110px;
}
.com_topic_list3 > div.head1 > div:nth-child(2) {
	flex: 1;
}
.com_topic_list3 > div.head1 > div:nth-child(3) {
	width: 117px;
}
.com_topic_list3 > div.head1 > div + div {
	border-left: 1px solid #7e8391;
}


.readmore-button1 {
	background: #fff;
	border: 1px solid #4b5165;
	border-radius: 17.5px;
	bottom: 0px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	height: 35px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	transition: 0.3s;
	transform: translateX(-50%);
	width: 250px;
	z-index: 1;
}
.readmore-button1:hover {
	background: #f39800;
	border-color: #f39800;
	color: #fff;
}
.readmore-button1:after {
	border: solid #4b5165;
	border-width: 0 1.2px 1.2px 0;
	content: "";
	display: inline-block;
	height: 8px;
	margin: -3px 0 0 10px;
	position: relative;
	transform: rotate(45deg);
	width: 8px;
}
.readmore-button1:hover:after {
	border-color: #fff;
}

.readmore-button2 {
	background: #fff;
	border: 1px solid #4b5165;
	border-radius: 17.5px;
	bottom: 0px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	height: 35px;
	left: 50%;
	margin: 0 auto;
	/*position: absolute;
	transition: 0.3s;
	transform: translateX(-50%);
	z-index: 1;*/
	width: 250px;
}

	.readmore-button2:hover {
		background: #f39800;
		border-color: #f39800;
		color: #fff;
	}

	.readmore-button2:after {
		border: solid #4b5165;
		border-width: 1.2px 0 0 1.2px;
		content: "";
		display: inline-block;
		height: 8px;
		margin: 4px 0 0 10px;
		position: relative;
		transform: rotate(45deg);
		width: 8px;
	}

	.readmore-button2:hover:after {
		border-color: #fff;
	}

.com_topic_list3.readmore1 {
	position: relative;
}
.com_topic_list3.readmore1 > div:nth-of-type(n+6) {
	display: none;
}
.com_topic_list3.readmore1.open1 > div:nth-of-type(n+6) {
	display: flex;
}
.com_topic_list3.readmore1::before {
	background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 30%, #fff 100%);
	bottom: 0;
	content: "";
	display: block;
	height: 60px;
	left: 0;
	position: absolute;
	width: 100%;
}

.com_topic_list3.readmore1.open1::before {
	display: none;
}
/*
.com_topic_list3.readmore1.open1 .readmore-button1 {
	display: none;
}*/

.com_topic_list4 {
	margin-bottom: 30px;
}

	.com_topic_list4 > div {
		border-bottom: 1px solid #ddd;
		display: flex;
		min-height: 60px;
		padding: 10px 0 7px 8px;
		transition: 0.3s ease;
	}

		.com_topic_list4 > div:nth-last-of-type(1) {
			border-bottom: none;
		}

		.com_topic_list4 > div:hover {
			background-color: #F7F7F7;
			padding-left: 18px;
			padding-right: 0;
		}

	.com_topic_list4 .body1 {
		flex: 1;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.03em;
		line-height: 1.375;
	}

		.com_topic_list4 .body1 a {
			color: #0070C0 !important;
			font-size: 16px;
			font-weight: 500;
		}

		.com_topic_list4 .body1 .small1 {
			color: #666666;
			font-size: 11px;
			font-weight: 400;
			letter-spacing: 0.02em;
		}

			.com_topic_list4 .body1 .small1 .roboto {
				font-weight: 500;
			}

	.com_topic_list4 .meta1 {
		border-right: 1px solid #ddd;
		display: flex;
		align-items: center;
		margin-right: 15px;
		width: 102px;
	}

		.com_topic_list4 .meta1 .date1 {
			color: #666;
			font-size: 14px;
			font-weight: 400;
			letter-spacing: 0.03em;
		}

	.com_topic_list4 .buttons1 {
		display: flex;
		align-items: center;
		line-height: 0;
		padding-left: 17px;
		width: 117px;
	}

	.com_topic_list4 .edit1 {
		border-left: 2px dotted #888;
		line-height: 0;
		padding-left: 9px;
		width: 34px;
	}

	.com_topic_list4 .t1 {
		font-weight: 500;
		margin: 0;
	}

	.com_topic_list4 .t2 {
		font-size: 14px;
		font-weight: 400;
		margin: 0.1em 0 0;
	}

	.com_topic_list4 > div.head1 {
		background-color: #fff !important;
		border-bottom: 1px solid #7e8391;
		border-top: 1px solid #7e8391;
		display: flex;
		margin: 15px 0 10px;
		min-height: 0;
		padding: 0;
		transition: none;
	}

		.com_topic_list4 > div.head1 > div {
			color: #4b5165;
			font-size: 11px;
			font-weight: 700;
			letter-spacing: 0.03em;
			padding: 4px;
			text-align: center;
		}

			.com_topic_list4 > div.head1 > div:nth-child(1) {
				width: 110px;
			}

			.com_topic_list4 > div.head1 > div:nth-child(2) {
				flex: 1;
			}

			.com_topic_list4 > div.head1 > div:nth-child(3) {
				width: 117px;
			}

			.com_topic_list4 > div.head1 > div + div {
				border-left: 1px solid #7e8391;
			}

.com_w_title1 {
	border-bottom: 2px solid #4b5165;
	margin: 27px 0 20px;
	padding: 0 0 10px;
}
.com_w_title1 h2 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.com_page_ancor1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0 0 35px;
}
.com_page_ancor1 li {
	border-right: 1px solid #4b5165;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	padding: 0 28px;
}
.com_page_ancor1 li:last-child {
	border-right: none;
}
.com_page_ancor1 li a {
	color: #4b5165;
	position: relative;
	text-decoration: none;
}
.com_page_ancor1 li a:after {
	background: #4b5165 url("../images/icon-f-arrow1.png") no-repeat center center / 20px;
	content: "";
	display: inline-block;
	height: 20px;
	margin: 0 0 0 9px;
	vertical-align: middle;
	width: 20px;
}
.com_page_ancor1 li a span {
	text-decoration: underline;
}
.com_page_ancor1 li a span:hover {
	text-decoration: none;
}

.com_data_title1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 17px;
	width: 100%;
}
.com_data_title1 > :first-child {
	display: flex;
	align-items: flex-end;
}
.com_data_title1 .title1 {
	display: flex;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: 0 30px 0 0;
	position: relative;
	vertical-align: bottom;
}
.com_data_title1 .title1 .anchor1 {
	position: absolute;
	top: -70px;
}
.com_data_title1 .link1 {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.2;
	margin: 0;
	position: relative;
	vertical-align: bottom;
}
.com_data_title1 .link1:after {
	border: solid #000;
	border-width: 1.5px 1.5px 0 0;
	content: "";
	display: inline-block;
	height: 8px;
	margin: -5px 0 0 7px;
	position: relative;
	transform: rotate(45deg);
	width: 8px;
}
.com_data_title1 .link1.g:hover:after {
	border-color: #0070C0;
}
.com_data_title1 .select1 {
	display: flex;
	align-items: center;
}
.com_data_title1 .select1 > div {
	border-right: 2px dotted #4b5165;
	padding: 0 20px;
}
.com_data_title1 .select1 > div:last-child {
	border-right: none;
}
.com_data_title1 p {
	font-weight: 500;
	margin: 0 0 5px;
}
.com_data_title1 table {
	min-width: 300px;
}
.com_data_title1 table th,
.com_data_title1 table td {
	border: 1px solid #999;
	vertical-align: middle;
}
.com_data_title1 table th {
	background: #f7f7f7;
	font-size: 13px;
	font-weight: 400;
	padding: 2px 7px;
	text-align: left;
	width: 180px;
}
.com_data_title1 table td {
	background: #fff;
	font-family: "Roboto", serif !important;
	font-size: 16px;
	font-weight: 400;
	min-width: 118px;
	padding: 2px 6px;
	text-align: right;
}

.com_f_select1::-ms-expand {
	display: none;
}
.com_f_select1 {
	appearance: none;
	background: #fff url("../images/icon-f-arrow2.png") no-repeat right center / 30px auto;
	border: 1px solid #4b5165;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 400;
	height: 30px;
	min-width: 141px;
	padding: 0 30px 0 10px;
}

.com_f_select2::-ms-expand {
	display: none;
}

.com_f_select2 {
	appearance: none;
	background: #fff url("../images/icon-pld-arrow1.png") no-repeat right 11px center / 13px auto;
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	height: 38px;
	min-width: 200px;
	padding: 0 30px 0 15px;
}

.com_f_sw_radio1 {
	background: #e7e8ea;
	border-radius: 4px;
	display: inline-flex;
	padding: 4px;
	position: relative;
}
.com_f_sw_radio1 input {
	display: none;
}
.com_f_sw_radio1 label {
	background: transparent;
	border-radius: 3px;
	color: #4b5165;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	line-height: 0.05em;
	height: 32px;
	transition: 0.3s;
	width: 63px;
}
.com_f_sw_radio1 :checked + label {
	background: #4169e1;
	color: #fff;
	transition: 0.3s;
}

.com_inc_cnt1 {
	display: flex;
	margin: 20px 0;
	width: 100%;
}
.com_inc_cnt1 > div {
	width: 50%;
}
.com_inc_cnt1 > div:nth-child(odd) {
	border-right: 1px solid #666;
	padding-right: 40px;
}
.com_inc_cnt1 > div:nth-child(even) {
	border-right: none;
	padding-left: 40px;
}
.com_inc_cnt1 h3 {
	background: #7c808f;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	padding: 6px;
	text-align: center;
}

.com_inc_cnt2 {
	margin: 20px auto;
	max-width: 780px;
	width: 100%;
}
.com_inc_cnt2 > div + div {
	margin-top: 35px;
}
.com_inc_cnt2 h3 {
	background: #7c808f;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	padding: 6px;
	text-align: center;
}

.com_inc_tabel1 {
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	width: 100%;
}
/*.com_inc_tabel1 > colgroup > col:nth-child(1) {
	width: 22px;
}
.com_inc_tabel1.a > colgroup > col:nth-child(2) {
	width: 65px;
}
.com_inc_tabel1.b > colgroup > col:nth-child(2) {
	width: 135px;
}*/
.com_inc_tabel1 thead th {
	background: #f7f7f7;
	border-bottom: 2px solid #999;
	border-right: 1px solid #999;
	font-size: 13px;
	font-weight: 500;
	padding: 3px 2px 2px;
	text-align: center;
}
.com_inc_tabel1 thead th:first-child {
	border-right-width: 2px;
}
.com_inc_tabel1 thead th:last-child {
	border-right: none;
}
.com_inc_tabel1 tbody th {
	background: #f7f7f7;
	border-bottom: 1px solid #999;
	border-right: 2px solid #999;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.3;
	padding: 3px 0 3px 6px;
	height: 33px;
}
.com_inc_tabel1.a tbody th {
	font-size: 12px;
	width: 65px;
}
.com_inc_tabel1.b tbody th {
	font-size: 12px;
	width: 135px;
}
.com_inc_tabel1.c tbody th {
	background: #f7f7f7 !important;
	font-size: 12px;
	width: auto;
}

.com_inc_tabel1.c tbody td.all1 {
	width: 87px;
}.com_inc_tabel1 tbody th.vt1 {
	background: #f7f7f7;
	border-right-width: 1px;
	padding: 0;
	text-align: center;
	text-orientation: upright;
	vertical-align: middle;
	width: 22px;
	writing-mode: vertical-lr;
}
.com_inc_tabel1 tbody th .krn1 {
	position: relative;
	margin-top: -0.5em;
}
.com_inc_tabel1 tbody th .small1 {
	font-size: 9px;
}
.com_inc_tabel1 tbody td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-family: "Roboto", serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.02em;
	padding: 5px 3px 4px 0;
	text-align: right;
	vertical-align: middle;
	word-break: break-all;
	word-wrap: break-word;
}
.com_inc_tabel1 tbody td:last-child {
	border-right: none;
}
.com_inc_tabel1 tbody .bg1 {
	background: #e3ecf6;
}
.com_inc_tabel1 tbody .bg1 th {
	background: #e3ecf6;
}
.com_inc_tabel1 tbody .bdb1 {
	border-bottom: 2px solid #999;
}
.com_inc_tabel1 tbody .minus1 {
	color: #ff0000;
}
.com_inc_tabel1 thead th.all1 {
	background-color: #e3e3e3;
	font-weight: 700;
}
.com_inc_tabel1 tbody td.all1 {
	background-color: #f7f7f7;
}
.com_inc_tabel1 tbody .bg1 td.all1 {
	background-color: #d1e0f0;
}
.com_inc_tabel1 thead th.this1 {
	border-color: #ffd100 #ffd100 #999 #ffd100;
	border-width: 3px 3px 2px 3px;
}
.com_inc_tabel1 tbody td.this1 {
	background-color: #ffffd6;
	border-left: 3px solid #ffd100;
	border-right: 3px solid #ffd100;
}
.com_inc_tabel1 tbody tr:last-child td.this1 {
	border-bottom: 3px solid #ffd100;
}
.com_inc_tabel1 tbody .bg1 td.this1 {
	background-color: #fff88a;
}
.com_inc_tabel1.c tbody td:not(.all1) {
	width: 68px;
}

.com_note1 {
	background: #f7f7f7;
	margin: 15px 0 0;
	padding: 17px 22px;
}
.com_note1 p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}
.com_note1 p .em {
	color: #ff3540;
}

.com_err1 {
	background: #ffeff0;
	margin: 10px 0 15px;
	padding: 10px 5px;
	text-align: center;
}
.com_err1 p {
	color: #ff3540;
	font-size: 15px;
	line-height: 1.3;
	margin: 0;
}

.base-fig1 {
	display: block;
	height: auto;
	margin: auto;
	max-width: 297px;
	width: 100%;
}

.com_block1 {
	display: flex;
	margin: 0 0 20px;
}
.com_block1 > :nth-child(1) {
	background: linear-gradient(to right, #d9dadf 0px, #d9dadf 3px, transparent 3px);
	padding: 0 0 0 19px;
	width: 260px;
}
.com_block1 > :nth-child(1) h2 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 3px 0;
	position: relative;
}
.com_block1 > :nth-child(1) h2:before {
	background: #f39800;
	content: "";
	display: block;
	height: 100%;
	left: -19px;
	position: absolute;
	top: 0;
	width: 3px;
}
.com_block1 > :nth-child(2) {
	flex: 1;
}

.com_a_table1 {
	width: 100%;
}
.com_a_table1 thead th {
	background: #e8e8e8;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding: 10px 12px;
	text-align: center;
	vertical-align: middle;
}
.com_a_table1.b thead th {
	color: #000000;
	font-size: 13px;
	line-height: 1;
	padding: 5px 0;
}
.com_a_table1.b thead th .small1 {
	font-size: 10px;
}
.com_a_table1 thead th:last-child {
	border-right: none;
}
.com_a_table1 tbody td {
	background: #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-weight: 400;
	letter-spacing: 0.03em;
	padding: 10px 12px;
	vertical-align: middle;
}
.com_a_table1.b tbody td {
	font-size: 15px;
	padding: 5px 10px;
}
.com_a_table1.b tbody td.com_right1 {
	padding-left: 5px;
	padding-right: 5px;
}
.com_a_table1 tbody td:last-child {
	border-right: none;
}
.com_a_table1 tbody td:not(:last-child) {
	text-align: center;
	white-space: nowrap;
	width: 1%;
}
.com_a_table1.b tbody td:not(:last-child) {
	white-space: wrap;
	width: inherit;
}
.com_a_table1 tbody tr:nth-child(even) td {
	background: #f7f7f7;
}
.com_a_table1.a thead th {
	font-size: 13px;
	padding: 3px 19px;
}
.com_a_table1.a tbody td {
	padding: 5px 19px;
}
.com_a_table1.a tbody td:not(:last-child) {
	padding: 5px 19px;
}
.com_a_table1.a tbody tr:nth-child(even) td {
	background: #fff;
}

.com_b_cnt1 {
	background: #f7f7f7;
	padding: 19px 20px;
}

.com_f_control1 {
	appearance: none;
	background: #fff;
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 16px;
	height: 38px;
	padding: 0 10px;
}
select.com_f_control1 {
	background: #fff url("../images/icon-pld-arrow1.png") no-repeat right 11px top 15px / 13px auto;
	padding-right: 30px;
}

.com_f_group1 {
	display: flex;
	align-items: center;
}
.com_f_group1 select {
	margin-right: 8px;
}
.com_f_group1 input {
	width: 119px;
}
.com_f_group1 .t1 {
	margin: 0 6px;
}
.com_f_group1 .t2 {
	margin: 0 0 0 9px;
}

.com_f_group2 {
	display: flex;
	align-items: center;
	gap: 0 8px;
}
.com_f_group2 input {
	width: 130px;
}
.com_f_group2 .bg1 {
	background: #fef5e6;
}
.com_f_group2 .sep1 {
	border-left: 1.5px dotted #666;
	height: 38px;
	margin: 0 30px;
}
.com_f_group2 .sep2 {
	border-left: 1.5px dotted #666;
	height: 38px;
	margin: 0 23px 0 22px;
}

.com_f_button1 {
	appearance: none;
	background: #f39800;
	border: 1px solid #f39800;
	border-radius: 4px;
	color: #fff !important;
	display: block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.03em;
	height: 38px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	transition: 0.3s;
	width: 140px;
}
.com_f_button1:hover {
	background: #e58800;
}

.com_search_button1 {
	appearance: none;
	background: #f39800;
	border: 1px solid #f39800;
	border-radius: 4px;
	color: #fff !important;
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.03em;
	height: 50px;
	line-height: 48px;
	margin: 0;
	padding: 0;
	text-align: center;
	transition: 0.3s;
	width: 240px;
}
.com_search_button1:hover {
	background: #e58800;
}
.com_search_button1:before {
	background: url("../images/icon-loope2.png") no-repeat center center / contain;
	content: "";
	display: inline-block;
	height: 16px;
	margin: 0 7px 0 0;
	vertical-align: middle;
	width: 16px;
}

.com_clear_button1 {
	appearance: none;
	background: #fff;
	border: 1px solid #bbbdc5;
	border-radius: 4px;
	color: #4b5165 !important;
	display: block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.03em;
	height: 50px;
	line-height: 48px;
	margin: 0;
	padding: 0;
	text-align: center;
	transition: 0.3s;
	width: 100px;
}
.com_clear_button1:hover {
	background: #dedfe3;
}
.com_clear_button1:before {
	background: url("../images/icon-cross2.png") no-repeat center center / contain;
	content: "";
	display: inline-block;
	height: 11px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	width: 11px;
}

.com_u_cnt1 {
	background: #f7f7f7;
	padding: 20px 0 15px;
}
.com_u_cnt1 > div {
	display: flex;
	align-items: center;
}
.com_u_cnt1 > div > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.com_u_cnt1 > div > div:last-child {
	margin-left: auto;
}

.com_bc_button1 {
	appearance: none;
	background: #f39800;
	border: 1px solid #f39800;
	border-radius: 4px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	color: #fff !important;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	height: 50px;
	line-height: 48px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}
.com_bc_button1:hover {
	background: #e58800;
}
.com_bc_button1:after {
	border: solid #fff;
	border-width: 0 0 1.5px 1.5px;
	content: "";
	display: inline-block;
	height: 10px;
	left: 12px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translateY(-5px);
	width: 10px;
}
.com_bc_button1.r:after {
	border-width: 1.5px 1.5px 0 0;
	transform: rotate(45deg) translateY(-5px);
	left: auto;
	right: 20px;
}

.com_thumb_list1 {
	width: 100%;
}
.com_thumb_list1 > .item1 {
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	padding: 15px 15px 15px 0;
	transition: 0.3s ease;
}
.com_thumb_list1 > .item1:hover {
	background: #F7F7F7;
	padding-left: 15px;
	padding-right: 0;
}
.com_thumb_list1 > .item1:last-child {
	border-bottom: none;
}
.com_thumb_list1 > .item1 > div:nth-child(1) {
	width: 160px;
}
.com_thumb_list1 > .item1 > div:nth-child(2) {
	flex: 1;
	padding: 0 0 0 20px;
}
.com_thumb_list1 .thumb1 {
	aspect-ratio: 4 / 3;
	background: #f3f5f9;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
	width: 100%;
}
.com_thumb_list1 .thumb1:before {
	border: 1px solid #ccc;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com_thumb_list1 .thumb1 img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.com_thumb_list1 .meta1 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 7px;
}
.com_thumb_list1 .meta1 .com_tag2 {
	padding: 0 1em;
	width: auto;
}
.com_thumb_list1 h2 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0 0 5px;
}
.com_thumb_list1 p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	margin: 0;
}
.com_utl2 {
	color: #4b5165;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px 16px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	margin: 0
}
.com_utl2.s {
	color: #4b5165;
	font-size: 14px;
	justify-content: flex-start;
	gap: 10px 20px;
	margin: 5px 0 0
}
.com_pop1 {
	background: #fff;
	border: 1px solid #999;
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	min-width: 27px;
	padding: 0 2.5px;
	position: relative;
	text-align: center;
}
.com_pop1:before {
	background: url("../images/pop-arrow1.png") no-repeat center center / contain;
	content: "";
	display: block;
	height: 100%;
	left: -6px;
	position: absolute;
	top: 0;
	width: 6px;
}


.com_icon_s1 {
	display: inline-block;
	font-size: 0;
	margin: -5px 6px 0 0;
	position: relative;
	vertical-align: middle;
}
.com_icon_s1 img {
	height: auto;
	position: relative;
	vertical-align: bottom;
	width: 24px;
}
.com_icon_s1.s img {
	width: 20px;
}

.com_button_useful1 {
	appearance: none;
	background: #fff;
	border: 1px solid #ff7800;
	border-radius: 3px;
	color: #ff7800;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	height: 28px;
	letter-spacing: 0.03em;
	line-height: 26px;
	padding: 0 0 0 32px;
	position: relative;
	transition: 0.3s;
	width: 109px;
}
.com_button_useful1 img {
	bottom: 0;
	height: auto;
	left: -1px;
	position: absolute;
	width: 37px;
}
.com_button_useful1 + .com_pop1 {
	color: #4b5165;
	font-size: 14px;
	line-height: 22px;
	margin-left: 10px;
}

.com_cnt1 {
	margin: auto;
	max-width: 840px;
	width: 100%;
}

.com_utl_wrap1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 25px;
	width: 100%;
}

.com_utl_wrap1 .com_link1 {
	font-size: 15px;
}

.com_utl_wrap1 .com_link1.arr1:before {
	border-color: #f39800 transparent transparent #f39800;
	top: 0.7em;
}

.com_sort_category1 {
	background: #e7e9eb;
	border-radius: 4px;
	display: flex;
}

.com_sort_category1 > div:nth-child(1) {
	background: #4b5165;
	border-radius: 4px 0 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
}

.com_sort_category1 > div:nth-child(2) {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 9px 20px;
}

.com_sort_category1 > div:nth-child(3) {
	border-left: 1px solid #c2c7cc;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 126px;
}

.com_sort_category1 .title1 {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.com_sort_category1 .list1 {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.com_sort_category1 .list1 dt {
	font-size: 15px;
	font-weight: 500;
	margin: 0 0.5em 0 0;
	padding: 0;
}

.com_sort_category1 .list1 dd {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0;
	padding: 0;
}

.com_sort_category1 .button1 {
	background-color: #f39800;
	border: 1px solid #f39800;
	border-radius: 4px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.75;
	position: relative;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	transition-property: background,color;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	width: 79px;
}

.com_sort_category1 .button1 .text {
	overflow: hidden;
	display: block;
	height: 1.75em;
}

.com_sort_category1 .button1 .text .text__item {
	display: block;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1)
}

.com_sort_category1 .button1:hover .text__item {
	transform: translateY(-100%)
}

.com_sort_category1 .button1:hover {
	background-color: #f39800;
	color: #fff;
}

.com_radio1 {
	display: inline-block;
	padding: 0 0 0 28px;
	position: relative;
}

.com_radio1 input[type=radio] {
	appearance: none;
	background-color: transparent;
	border: none;
	bottom: 0;
	cursor: pointer;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
}

.com_radio1 input[type=radio]:after {
	background: url("../images/icon-radio1.png") no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 21px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0.3em;
	width: 21px;
}

.com_radio1 input[type=radio]:checked:after {
	background-image: url("../images/icon-radio1-on.png");
}

.com_radio1 .t1 {
	font-size: 15px;
	font-weight: 700;
}

.com_radio1 .t1 span {
	font-size: 13px;
	font-weight: 400;
}

.com_radio1 .t2 {
	font-size: 14px;
	font-weight: 400;
}

.com_icon_tile1 {
	background: url("../images/icon-tile1.png") no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 19px;
	margin: -4px 7px 0 0;
	position: relative;
	vertical-align: middle;
	width: 19px;
}

.com_n_title1 {
	color: #4b5165;
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 10px;
}

.com_n_title1 .small1 {
	font-size: 18px;
	font-weight: 500;
}

.com_block2 {
	display: flex;
}

	.com_block2 > div {
		width: 50%;
	}

.com_u_buttons1 {
	display: flex;
}

.com_u_buttons1 > * {
	border-right: 2px dotted #4b5165;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 30px;
}

.com_u_buttons1 > *:first-child {
	padding-left: 0;
}

.com_u_buttons1 > *:last-child {
	border-right: none;
	padding-right: 0;
}

.com_s_button3 {
	appearance: none;
	background: #fff;
	border: 1px solid #4b5165;
	border-radius: 4px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	color: #4b5165;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	height: 36px;
	line-height: 34px;
	min-width: 74px;
	padding: 0 10px;
	text-align: center;
}

.com_b_title1 {
	border-left: 3px solid #f39800;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 12px;
	padding: 2px 0 2px 13px;
}

.com_block3 {
	display: flex;
}

.com_block3 > div:first-child {
	width: 270px;
}

.com_block3 > div:last-child {
	margin-left: auto;
	width: 880px;
}

.com_block3 .title1 {
	border-left: 3px solid #f39800;
	color: #4b5165;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 0 0 20px;
	padding: 2px 0 7px 15px;
}

.com_sep1 {
	background-color: transparent;
	border-top: 1px solid #aaa;
	height: 0;
	margin: 40px 0;
	padding: 0;
	width: 100%;
}

.com_alert1 {
	background: #ffeff0;
	color: #ff3540;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 auto 30px;
	max-width: 680px;
	padding: 13px;
	text-align: center;
}

.com_alert1 * {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}

.com_sec1 .com_alert1 + .com_breadcrumb1 {
	margin-top: -15px;
}

.video_tag {
	width: 720px;
}










.com_color1 {
	color: #ff3540;
}
.com_color2 {
	color: #666;
}

.com_lh14 {
	line-height: 1.4 !important;
}
.com_lh15 {
	line-height: 1.5 !important;
}
.com_lh16 {
	line-height: 1.6 !important;
}

.com_center1 {
	text-align: center !important;
}
.com_left1 {
	text-align: left !important;
}
.com_right1 {
	text-align: right !important;
}

.com_reguler1 {
	font-weight: 400 !important;
}
.com_medium1 {
	font-weight: 500 !important;
}
.com_strong1 {
	font-weight: 700 !important;
}

.com_mgb0 {
	margin-bottom: 0px !important;
}
.com_mgb5 {
	margin-bottom: 5px !important;
}
.com_mgb10 {
	margin-bottom: 10px !important;
}
.com_mgb15 {
	margin-bottom: 15px !important;
}
.com_mgb20 {
	margin-bottom: 20px !important;
}
.com_mgb25 {
	margin-bottom: 25px !important;
}
.com_mgb30 {
	margin-bottom: 30px !important;
}
.com_mgb35 {
	margin-bottom: 35px !important;
}
.com_mgb40 {
	margin-bottom: 40px !important;
}
.com_mgb45 {
	margin-bottom: 45px !important;
}
.com_mgb50 {
	margin-bottom: 50px !important;
}
.com_mgb55 {
	margin-bottom: 55px !important;
}
.com_mgb60 {
	margin-bottom: 60px !important;
}
.com_mgb65 {
	margin-bottom: 65px !important;
}
.com_mgb70 {
	margin-bottom: 70px !important;
}
.com_mgb75 {
	margin-bottom: 75px !important;
}
.com_mgb80 {
	margin-bottom: 80px !important;
}
.com_mgb85 {
	margin-bottom: 85px !important;
}
.com_mgb90 {
	margin-bottom: 90px !important;
}
.com_mgb95 {
	margin-bottom: 95px !important;
}
.com_mgb100 {
	margin-bottom: 100px !important;
}
.com_mgb105 {
	margin-bottom: 105px !important;
}
.com_mgb110 {
	margin-bottom: 110px !important;
}
.com_mgb115 {
	margin-bottom: 115px !important;
}
.com_mgb120 {
	margin-bottom: 120px !important;
}
.com_mgb125 {
	margin-bottom: 125px !important;
}
.com_mgb130 {
	margin-bottom: 130px !important;
}
.com_mgb135 {
	margin-bottom: 135px !important;
}
.com_mgb140 {
	margin-bottom: 140px !important;
}
.com_mgb145 {
	margin-bottom: 145px !important;
}
.com_mgb150 {
	margin-bottom: 150px !important;
}
.com_mgb155 {
	margin-bottom: 155px !important;
}
.com_mgb160 {
	margin-bottom: 160px !important;
}

.com_mgt0 {
	margin-top: 0px !important;
}
.com_mgt5 {
	margin-top: 5px !important;
}
.com_mgt10 {
	margin-top: 10px !important;
}
.com_mgt15 {
	margin-top: 15px !important;
}
.com_mgt20 {
	margin-top: 20px !important;
}
.com_mgt25 {
	margin-top: 25px !important;
}
.com_mgt30 {
	margin-top: 30px !important;
}
.com_mgt35 {
	margin-top: 35px !important;
}
.com_mgt40 {
	margin-top: 40px !important;
}
.com_mgt45 {
	margin-top: 45px !important;
}
.com_mgt50 {
	margin-top: 50px !important;
}
.com_mgt55 {
	margin-top: 55px !important;
}
.com_mgt60 {
	margin-top: 60px !important;
}
.com_mgt65 {
	margin-top: 65px !important;
}
.com_mgt70 {
	margin-top: 70px !important;
}
.com_mgt75 {
	margin-top: 75px !important;
}
.com_mgt80 {
	margin-top: 80px !important;
}
.com_mgt85 {
	margin-top: 85px !important;
}
.com_mgt90 {
	margin-top: 90px !important;
}
.com_mgt95 {
	margin-top: 95px !important;
}
.com_mgt100 {
	margin-top: 100px !important;
}
.com_mgt105 {
	margin-top: 105px !important;
}
.com_mgt110 {
	margin-top: 110px !important;
}
.com_mgt115 {
	margin-top: 115px !important;
}
.com_mgt120 {
	margin-top: 120px !important;
}
.com_mgt125 {
	margin-top: 125px !important;
}
.com_mgt130 {
	margin-top: 130px !important;
}
.com_mgt135 {
	margin-top: 135px !important;
}
.com_mgt140 {
	margin-top: 140px !important;
}
.com_mgt145 {
	margin-top: 145px !important;
}
.com_mgt150 {
	margin-top: 150px !important;
}
.com_mgt155 {
	margin-top: 155px !important;
}
.com_mgt160 {
	margin-top: 160px !important;
}

.com_fs10 {
	font-size: 10px !important;
}
.com_fs11 {
	font-size: 11px !important;
}
.com_fs12 {
	font-size: 12px !important;
}
.com_fs13 {
	font-size: 13px !important;
}
.com_fs14 {
	font-size: 14px !important;
}
.com_fs15 {
	font-size: 15px !important;
}
.com_fs16 {
	font-size: 16px !important;
}
.com_fs17 {
	font-size: 17px !important;
}
.com_fs18 {
	font-size: 18px !important;
}
.com_fs19 {
	font-size: 19px !important;
}
.com_fs20 {
	font-size: 20px !important;
}
.com_fs21 {
	font-size: 21px !important;
}
.com_fs22 {
	font-size: 22px !important;
}
.com_fs23 {
	font-size: 23px !important;
}
.com_fs24 {
	font-size: 24px !important;
}
.com_fs25 {
	font-size: 25px !important;
}
.com_fs26 {
	font-size: 26px !important;
}
.com_fs27 {
	font-size: 27px !important;
}
.com_fs28 {
	font-size: 28px !important;
}
.com_fs29 {
	font-size: 29px !important;
}
.com_fs30 {
	font-size: 30px !important;
}
.com_fs35 {
	font-size: 35px !important;
}

.dsp-s {
	display: none !important;
}
.dspb-s {
	display: none !important;
}
.dsp-w {
	display: inline !important;
}
.dspb-w {
	display: block !important;
}

/* お知らせタイトル 未読 */
.oshirase-midoku {
	font-weight: bold;
}

/* お知らせ編集アイコン */
.com_icon_update {
	color: #ff3540;
	font-size: 12px !important;
	font-weight: 700 !important;
	margin: 0 0 0 12px;
	vertical-align: middle;
}

.com_lh1 {
	line-height: 1 !important;
}

.block_options_mvhead {
	background: #F7F7F7;
	padding: 15px;
}

.tbl {
	border-collapse: separate !important;
}

.uri_res_button1 {
	appearance: none;
	background: #f39800;
	border: 1px solid #f39800;
	border-radius: 4px;
	color: #fff !important;
	display: block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.03em;
	height: 38px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	transition: 0.3s;
	width: 220px;
}

	.uri_res_button1:hover {
		background: #e58800;
	}

.uriRptList td {
	background: #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-weight: 400;
	letter-spacing: 0.03em;
	padding: 10px 12px;
	vertical-align: middle;
}

	.uriRptList td:last-child {
		border-right: none;
	}

	.uriRptList td:not(:last-child) {
		text-align: center;
		white-space: nowrap;
		width: 1%;
	}

.uriRptList tr:nth-child(even) td {
	background: #f7f7f7;
}

.com_block_entry {
	display: flex;
	margin: 0 0 20px;
}

.com_block_entry > :nth-child(1) {
	background: linear-gradient(to right, #d9dadf 0px, #d9dadf 3px, transparent 3px);
	padding: 0 0 0 19px;
	width: 180px;
}

.com_block_entry > :nth-child(1) h2 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 3px 0;
	position: relative;
}

.com_block_entry > :nth-child(1) h2:before {
	background: #f39800;
	content: "";
	display: block;
	height: 100%;
	left: -19px;
	position: absolute;
	top: 0;
	width: 3px;
}

.com_block_entry > :nth-child(2) {
	flex: 1;
}

.com_UnEnable_button1 {
	appearance: none;
	background: #c0c0c0;
	border: 1px solid #808080;
	border-radius: 4px;
	color: #fff !important;
	display: block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.03em;
	height: 38px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	transition: 0.3s;
	width: 140px;
}

.ins_Span {
	background: #f7f7f7 !important;
	/* font-size: 11px; */
	font-size: 13px;
	width: auto;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
