	html {
	overflow-x: hidden;
}

#main .text-ssmall {
	font-size: 77% !important;
}

#main .text-small {
	font-size: 93% !important;
}

#main .text-middle {
	font-size: 15px !important;
}

#main .text-large {
	font-size: 123.1% !important;
}

#main .text-left {
	text-align: left !important;
}

#main .text-right {
	text-align: right !important;
}

#main .text-center {
	text-align: center !important;
}

#main .text-top {
	vertical-align: top !important;
}

#main .text-middle {
	vertical-align: middle !important;
}

#main .text-bottom {
	vertical-align: bottom !important;
}

#main .text-red {
	color: rgb(255, 0, 0);
}

#main .text-blue {
	color: rgb(0, 0, 255);
}

#main .text-green {
	color: rgb(0, 153, 68);
}

#main .text-bold {
	font-weight: bold;
}

#main .text-normal {
	font-weight: normal;
}

#main .text-underline {
	text-decoration: underline;
}

#main .text-nowrap {
	white-space: nowrap;
}

#main .text-wrap {
	white-space: normal;
}

#main .float-l {
	float: left !important;
}

#main .float-r {
	float: right !important;
}

#main .clear-l {
	clear: left !important;
}

#main .clear-r {
	clear: right !important;
}

#main .list1em {
	text-indent: -1em;
	padding-left: 1em;
}

#main .list2em {
	text-indent: -2em;
	padding-left: 2em;
}

#main .mt-10 {
	margin-top: -10px !important;
}

#main .mt-20 {
	margin-top: -20px !important;
}

#main .mt00 {
	margin-top: 0px !important;
}

#main .mt05 {
	margin-top: 5px !important;
}

#main .mt10 {
	margin-top: 10px !important;
}

#main .mt15 {
	margin-top: 15px !important;
}

#main .mt20 {
	margin-top: 20px !important;
}

#main .mt30 {
	margin-top: 30px !important;
}

#main .mt40 {
	margin-top: 40px !important;
}

#main .mt50 {
	margin-top: 50px !important;
}

#main .mb-10 {
	margin-bottom: -10px;
}

#main .mb00 {
	margin-bottom: 0px !important;
}

#main .mb05 {
	margin-bottom: 5px !important;
}

#main .mb10 {
	margin-bottom: 10px !important;
}

#main .mb15 {
	margin-bottom: 15px !important;
}

#main .mb20 {
	margin-bottom: 20px !important;
}

#main .mb30 {
	margin-bottom: 30px !important;
}

#main .mb40 {
	margin-bottom: 40px !important;
}

#main .mb50 {
	margin-bottom: 50px !important;
}

#main .ml00 {
	margin-left: 0px !important;
}
#main .mr00 {
	margin-right: 0px !important;
}

#main .ml1em {
	margin-left: 1em !important;
}

#main .mr1em {
	margin-right: 1em !important;
}

#main .ml-1em {
	margin-left: -1em !important;
}

#main .ml-2em {
	margin-left: -2em !important;
}

#main .mauto {
	margin: auto !important;
}

#main .pt00 {
	padding-top: 0px !important;
}

#main .pt05 {
	padding-top: 5px !important;
}

#main .pt10 {
	padding-top: 10px !important;
}

#main .pt15 {
	padding-top: 15px !important;
}

#main .pt20 {
	padding-top: 20px !important;
}

#main .pt30 {
	padding-top: 30px !important;
}

#main .pt40 {
	padding-top: 40px !important;
}

#main .pt50 {
	padding-top: 50px !important;
}

#main .pb00 {
	padding-bottom: 0px !important;
}

#main .pb05 {
	padding-bottom: 5px !important;
}

#main .pb10 {
	padding-bottom: 10px !important;
}

#main .pb15 {
	padding-bottom: 15px !important;
}

#main .pb20 {
	padding-bottom: 20px !important;
}

#main .pb30 {
	padding-bottom: 30px !important;
}

#main .pb40 {
	padding-bottom: 40px !important;
}

#main .pb50 {
	padding-bottom: 50px !important;
}

#main .pl1em {
	padding-left: 1em !important;
}

#main .pl2em {
	padding-left: 2em !important;
}

#main .pr1em {
	padding-right: 1em !important;
}

#main .pr2em {
	padding-right: 2em !important;
}

#main .ti1em {
	text-indent: 1em;
}

#main .bdr {
	padding: 1px;
	border: 1px solid rgb(201, 200, 187);
	border-image: none;
}

#main .w_auto {
	width: auto !important;
}

#main .w_100 {
	width: 100%;
}

#main .w_50 {
	width: 50%;
}

#main .dsp_inbl {
	display: inline-block !important;
}

#main .dsp_flex {
	display: flex;
	flex-wrap: wrap;
}

#main .jc_fs {
	justify-content: flex-start;
}

#main .jc_fe {
	justify-content: flex-end;
}

#main .jc_c {
	justify-content: center;
}

#main .jc_sa {
	justify-content: space-around;
}

#main .jc_sb {
	justify-content: space-between;
}

#main .ai_c {
	align-items: center;
}

#main .ai_fs {
	align-items: flex-start;
}

#main .ai_fe {
	align-items: flex-end;
}

#main .fb_50 {
	flex-basis: 50%;
}

#main .dsp_flex .inbox {
	padding: 0px 10px 20px;
}

#main a {
	color: #008FEE;
	text-decoration: none;
}

#main a:hover {
	/*text-decoration: underline;*/
	color: #0ec0f6;
	transition-duration: .4s;
}

#modal #main {
	margin-top: 15px;
}

#modal #main h1 {
	display: none;
}

#modal #main h2 {
	margin: 0px auto 15px;
	color: rgb(9, 94, 167);
	padding-bottom: 8px;
	font-size: 140%;
	font-weight: normal;
	border-bottom-color: rgb(9, 94, 167);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#modal #main dt {
	background-position: 0px 4px;
	list-style: none;
	color: rgb(9, 94, 167);
	line-height: 1.6;
	padding-left: 20px;
	margin-left: 0px;
	/* background-image: url("../img/komidashi.png"); */
	/* background-image: url("../../img/komidashi.png"); */
	background-repeat: no-repeat;
}

#modal #main dd {
	margin-left: 20px;
}

.profile .pic-area01 .pic img {
	width: 115px;
}

#main .ggmap {
	height: 0px;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 56.25%;
	position: relative;
}

#main .ggmap iframe {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

#main .ggmap object {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

#main .ggmap embed {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

.movie {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.movie iframe {
	top: 0px;
	width: 100%;
	height: 100%;
	right: 0px;
	position: absolute;
}

#main .dsp_tab1 {
	display: none;
}

#main .dsp_tab2 {
	display: none;
}

#main .dsp_sp {
	display: none;
}

#main .headline01 {
	margin: 0px auto 22px;
	text-align: center;
	line-height: 1.2;
}

#main .headline01 h2 {
	position: relative;
	text-align: left;
	margin-top: 78px;
	margin-bottom: 40px;
	color: #262626;
	font-size: 30px;
	letter-spacing: 0.06em;
	padding-bottom: 40px;
}

#main .headline01 h2:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 4px;
	background-color: #0691EE;
	bottom: 0;
	left: 0;
}

#main .headline01 h3 {
	position: relative;
	text-align: left;
	margin-top: 78px;
	margin-bottom: 40px;
	color: #262626;
	font-size: 30px;
	letter-spacing: 0.06em;
	padding-bottom: 40px;
}

#main .headline01 h3:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 4px;
	background-color: #0691EE;
	bottom: 0;
	left: 0;
}

#main .headline01 h4 {
	position: relative;
	text-align: left;
	margin-top: 78px;
	margin-bottom: 40px;
	color: #262626;
	font-size: 30px;
	letter-spacing: 0.06em;
	padding-bottom: 40px;
}

#main .headline01 h4:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 4px;
	background-color: #0691EE;
	bottom: 0;
	left: 0;
}

#main .headline01 h5 {
	position: relative;
	text-align: left;
	margin-top: 78px;
	margin-bottom: 40px;
	color: #262626;
	font-size: 30px;
	letter-spacing: 0.06em;
	padding-bottom: 40px;
}

#main .headline01 h5:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 4px;
	background-color: #0691EE;
	bottom: 0;
	left: 0;
}

#main .headline02 h2 {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 3px;
	font-size: 24px;
	margin-top: 70px;
	color: #0691EE;
	border-bottom: 1px solid #0691EE;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

#main .headline02 h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	font-size: 24px;
/*	margin-top: 70px;*/
	color: #0691EE;
	border-bottom: 1px solid #0691EE;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

#main .headline02 h4 {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 3px;
	font-size: 24px;
	margin-top: 70px;
	color: #0691EE;
	border-bottom: 1px solid #0691EE;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

#main .headline02 h5 {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 3px;
	font-size: 24px;
	margin-top: 70px;
	color: #0691EE;
	border-bottom: 1px solid #0691EE;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

#main .headline02 img {
	margin: 0px 5px;
	vertical-align: middle;
}

#main .headline03 h2 {
	position: relative;
	background-position: 0px 4px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.6;
	padding-left: 16px;
}

#main .headline03 h2::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 16px;
	transform: translateY(-50%);
	background-color: #008FEE;
	border-radius: 2px;
}

#main .headline03 h3 {
	position: relative;
	background-position: 0px 4px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.6;
	padding-left: 16px;
}

#main .headline03 h3::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 16px;
	transform: translateY(-50%);
	background-color: #008FEE;
	border-radius: 2px;
}

#main .headline03 h4 {
	position: relative;
	background-position: 0px 4px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.6;
	padding-left: 16px;
}

#main .headline03 h4::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 16px;
	transform: translateY(-50%);
	background-color: #008FEE;
	border-radius: 2px;
}

#main .headline03 h5 {
	position: relative;
	background-position: 0px 4px;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 1.6;
	padding-left: 16px;
}

#main .headline03 h5::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 16px;
	transform: translateY(-50%);
	background-color: #008FEE;
	border-radius: 2px;
}

#main h2.headline03 {
	position: relative;
	background-position: 0px 4px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.6;
	padding-left: 16px;
}

#main h2.headline03::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 16px;
	transform: translateY(-50%);
	background-color: #008FEE;
	border-radius: 2px;
}

#main h2.mb15 {
	font-size: 15px;
}

#main h3.headline03 {
	position: relative;
	background-position: 0px 4px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.6;
	padding-left: 16px;
}

#main h3.headline03::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 16px;
	transform: translateY(-50%);
	background-color: #008FEE;
	border-radius: 2px;
}

#main h3.mb15 {
	font-size: 15px;
}

#main h4.headline03 {
	position: relative;
	background-position: 0px 4px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.6;
	padding-left: 16px;
}

#main h4.headline03::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 16px;
	transform: translateY(-50%);
	background-color: #008FEE;
	border-radius: 2px;
}

#main h4.mb15 {
	font-size: 15px;
}

#main h4.headline04 {
	font-size: 15px;
	margin-bottom: 10px;
}

#main h5.headline03 {
	position: relative;
	background-position: 0px 4px;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 1.6;
	padding-left: 16px;
}

#main h5.headline03::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 16px;
	transform: translateY(-50%);
	background-color: #008FEE;
	border-radius: 2px;
}

#main .headline03 a {
	padding-right: 16px;
	color: #008FEE;
}

#main .headline03 a:hover {
    opacity: 1;
    color: #0ec0f6;
}

/* 新しいデザインでは不要
#main .index .headline03 {
	font-size: 120%;
}
*/
#main .headline04 h2 {
	margin: 0px auto 20px;
	text-align: center;
	line-height: 1.6;
	font-size: 140%;
	font-weight: normal;
}

#main .headline04 h3 {
	margin: 0px auto 20px;
	text-align: center;
	line-height: 1.6;
	font-size: 140%;
	font-weight: normal;
}

#main .headline04 h4 {
	position: relative;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 40px;
	color: #262626;
	font-size: 30px;
	letter-spacing: 0.06em;
	padding-bottom: 40px;
}

#main .headline04 h4:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 4px;
	background-color: #0691EE;
	bottom: 0;
	left: 0;
}

#main .headline04 h5 {
	margin: 0px auto 20px;
	text-align: center;
	line-height: 1.6;
	font-size: 140%;
	font-weight: normal;
}

#main .headline04 h2 span {
	padding-bottom: 10px;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#main .headline04 h3 span {
	padding-bottom: 10px;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#main .headline04 h4 span {
	text-align: center;
}

#main .headline04 h5 span {
	padding-bottom: 10px;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#main .headline05 h2 {
	position: relative;
	margin: 50px auto 30px;
	padding-left: 5px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 11px;
}

#main .headline05 h2:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 3px;
	background: #008FEE;
	left: 0;
	top: 9px;
	border-radius: 2px;
	font-size: 16px;
}

#main .headline05 h3 {
	position: relative;
	margin: 50px auto 30px;
	padding-left: 5px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 11px;
	line-height: 1.0;
}

#main .headline05 h3:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 22px;
	background: #008FEE;
	left: 0;
	top: 0px;
	border-radius: 0px;
	font-size: 16px;
}

#main .headline05 h4 {
	position: relative;
	margin: 50px auto 30px;
	padding-left: 5px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 11px;
}

#main .headline05 h4:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 3px;
	background: #008FEE;
	left: 0;
	top: 9px;
	border-radius: 2px;
	font-size: 16px;
}

#main .headline05 h5 {
	position: relative;
	margin: 50px auto 30px;
	padding-left: 5px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 11px;
}

#main .headline05 h5:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 22px;
	background: #008FEE;
	left: 0;
	top: 0px;
	border-radius: 0px;
	font-size: 16px;
}

#main .text-area01 {
	margin: 0px auto 20px;
}

#main .text-area01 p {
	margin-bottom: 15px;
	line-height: 1.5;
}

#main .text-area01 p img {
	vertical-align: baseline;
}

#main .text-area01 ul li {
	margin-left: 15px;
}
#main .text-area01 li a {
	font-size: 15px;
}

#main .text-area02 {
	margin: 0px auto 20px;
}

#main .text-area02 p {
	margin: 0px;
/*	margin-left: 20px; */
	line-height: 1.4;
}

#main .text-area02 ul li {
	margin-left: 30px;
}

#main .text-area03 {
	margin: 0px auto 48px;
	padding: 24px 26px 24px;
	background-color: #F3F9FF;
}

#main .text-area03 p {
	margin: 0px;
	line-height: 1.86;
}

#main .text-area04 {
	margin: 0px auto 50px;
	padding: 21px 27px;
	border: 3px solid #C8D9EB;
	border-image: none;
}

#main .text-area04 p {
	margin: 0px;
}

#main .outside {
	margin: 0px auto;
	padding: 10px 0px;
	border-top-color: rgb(166, 164, 149);
	border-top-width: 1px;
	border-top-style: dashed;
}

#main .inside {
	margin: 0px auto;
	padding: 20px 0px 0px;
	border-bottom-color: rgb(166, 164, 149);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

#main .borderbox {
	padding: 15px !important;
	border: 1px solid rgb(188, 188, 187);
	border-image: none;
}

#main table caption {
	text-align: left;
	margin-bottom: 5px;
}

#main table tr th {
	padding: 10px;
	color: rgb(255, 255, 255);
	line-height: 1.6;
	font-weight: normal;
	background-color: #008FEE;
	font-size: 15px;
	font-weight: bold;
}

#main table tr td {
	padding: 10px;
	line-height: 1.6;
	font-size: 15px;
}

#main table tr .text-left {
	text-align: left;
}

#main table tr .text-center {
	text-align: center;
}

#main table tr .text-right {
	text-align: right;
}

#main table.row {
	margin: 0px auto 20px;
	border: 1px solid #CFD0D0;
	border-image: none;
	width: 100%;
	border-collapse: collapse;
}

#main table.change_row {
	margin: 0px auto 20px;
	border: 1px solid #CFD0D0;
	border-image: none;
	width: 100%;
	border-collapse: collapse;
}

#main table.row tr th {
	border: 1px solid #CFD0D0;
	border-image: none;
}

#main table.row tr td {
	border: 1px solid #CFD0D0;
	border-image: none;
}

#main table.change_row tr th {
	border: 1px solid #CFD0D0;
	border-image: none;
}

#main table.change_row tr td {
	border: 1px solid #CFD0D0;
	border-image: none;
}

#main table.row tr th {
	border-right-color: #F3F9FF;
	border-right-width: 1px;
	border-right-style: solid;
}

#main table.change_row tr th {
	border-right-color: #F3F9FF;
	border-right-width: 1px;
	border-right-style: solid;
}

#main table.row tr th:last-child {
	border-right-color: #CFD0D0;
	border-right-width: 1px;
	border-right-style: solid;
}

#main table.change_row tr th:last-child {
	border-right-color: #CFD0D0;
	border-right-width: 1px;
	border-right-style: solid;
}

#main table.row tr td:first-child {
	background-color: #F3F9FF;
}

#main table.col {
	margin: 0px auto 20px;
	border: 1px solid #CFD0D0;
	border-image: none;
	width: 100%;
	border-collapse: collapse;
}

#main table.change_col {
	margin: 0px auto 20px;
	border: 1px solid #CFD0D0;
	border-image: none;
	width: 100%;
	border-collapse: collapse;
}

#main table.col tr th {
	border: 1px solid #CFD0D0;
	border-image: none;
}

#main table.col tr td {
	border: 1px solid #CFD0D0;
	border-image: none;
}

#main table.change_col tr th {
	border: 1px solid #CFD0D0;
	border-image: none;
}

#main table.change_col tr td {
	border: 1px solid #CFD0D0;
	border-image: none;
}

#main table.col tr th {
	border-bottom-color: #F3F9FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#main table.change_col tr th {
	border-bottom-color: #F3F9FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#main table.col tr:last-child th {
	border-bottom-color: #CFD0D0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#main table.change_col tr:last-child th {
	border-bottom-color: #CFD0D0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#main table.col tr:first-child td {
	background-color: #F3F9FF;
}

#main table.change_col .td01 {
	border-bottom-color: rgb(166, 202, 128);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#main table.noborder {
	margin: 0px auto 50px;
	width: 100%;
	border-collapse: collapse;
}

#main table.noborder tr td:first-child {
	background-color: #F3F9FF;
}

#main table.change_row tr td p {
	margin: 0px;
	padding: 0px;
}

#main table.auto {
	border: 1px solid rgb(166, 202, 128);
	border-image: none;
	margin-bottom: 20px;
	border-collapse: collapse;
}

#main table.auto tr th {
	border: 1px solid #fff;
	border-image: none;
}

#main table.auto tr td {
	border: 1px solid #C7C7C7;
	border-image: none;
}

#main table.auto tr td img {
	vertical-align: baseline;
}

#main table.auto tbody tr th {
	text-align: left;
	white-space: nowrap;
}

#main table.auto tbody tr th.ws_n {
	white-space: normal;
}

#main table.auto ul {
	margin-bottom: 0px;
}

#main table.auto ol {
	margin-bottom: 0px;
}

#main table .td01 {
	background: #F3F9FF;
	color: rgb(0, 0, 0);
	border: 1px solid #C7C7C7 !important;
}

#main table .th01 {
	background: #F3F9FF;
	color: rgb(0, 0, 0);
	border: 1px solid #C7C7C7 !important;
}

#main th.bd-notop {
	border-bottom-color: rgb(99, 139, 183) !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

#main .cap {
	text-align: center !important;
}

#main .pic-area01 {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	float: right;
	display: inline;
	position: relative;
    	z-index: 10;
}

#main .pic-area01 img {
	margin: 0px;
	padding: 0px;
	max-width: 350px;
}

#main .pic-area01 .pic {
	margin: 0px;
	padding: 0px 0px 7px;
}

#main .pic-area01 .cap {
	margin: 0px 0px 10px;
	text-align: center;
	font-size: 14px;
}

#main .pic-area01 .btn {
	margin: 0px 0px 10px;
}

#main .pic-area01 .btn img {
	border: currentColor;
	border-image: none;
}

#main .pic-area02 {
	margin: 0px 25px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#main .pic-area02 img {
	margin: 0px;
	padding: 0px;
	max-width: 350px;
}

#main .pic-area02 .pic {
	margin: 0px;
	padding: 0px 7px;
}

#main .pic-area02 .cap {
	margin: 0px 0px 10px;
	text-align: center;
}

#main .pic-area01 .full img {
	width: 100%;
}

#main .pic-area02 .full img {
	width: 100%;
}

#main .pic-area03 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}

#main .pic-area03 img {
	width: auto;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
	margin-left: 0px;
}

#main .pic-area03 .cap {
	margin: 5px 0px;
	text-align: center;
}

#main .pic-area04 {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	float: right;
	display: inline;
}

#main .pic-area04 img {
	margin: 0px;
	padding: 0px;
}

#main .pic-area04 .pic {
	margin: 0px;
	padding: 0px 0px 7px;
	text-align: center;
}

#main .pic-area04 .pic img {
	max-width: 320px;
}

#main .pic-area04 .cap {
	margin: 0px 0px 10px;
	text-align: center;
}

#main p.link a {
	position: relative;
}

#main p.link a {
	padding-left: 14px;
	margin-right: 5px;
	white-space: normal !important;
	font-size: 15px;
	-ms-word-break: break-all !important;
}
#main p.link a:hover {
	color: #0ec0f6;
	opacity: 1;
}
#main p.link a:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #008FEE #008FEE transparent transparent;
    top: 5px;
    left: -3px;
    position: absolute;
    transform: rotate(45deg);
    background-color: transparent;
}
#main li.link a {
	padding-left: 14px;
	margin-right: 5px;
	background: url(../img/ul_list.png) no-repeat left 4px;
	white-space: normal !important;
	-ms-word-break: break-all !important;
}

#main th.link a {
	padding-left: 14px;
	margin-right: 5px;
	white-space: normal !important;
	-ms-word-break: break-all !important;
}

#main .link img {
	margin-left: 3px;
}

#main .link span.new {
	color: rgb(160, 45, 40);
	font-size: 90%;
	margin-left: 5px;
}

#main .link_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#main .link_list a {
	padding-left: 14px;
	margin-right: 5px;
	white-space: normal !important;
	font-size: 15px;
	-ms-word-break: break-all !important;
}

#main .link_list a:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #008FEE #008FEE transparent transparent;
    top: 5px;
    left: -3px;
    position: absolute;
    transform: rotate(45deg);
    background-color: transparent;
}
#main .link_list li {
	margin: 0px 5px;
	box-sizing: border-box;
	flex-basis: 32%;
}

#main .link_list li img {
	margin-left: 4px;
	vertical-align: middle;
}

#main table.list {
	border: currentColor;
	border-image: none;
	width: 100%;
	margin-bottom: 50px;
	border-collapse: separate;
	border-spacing: 30px 0;

}

#main table.list tr {
	border-bottom-color: rgb(188, 188, 187);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 50px;
}

#main table.list th {
	background: none;
	padding: 15px 10px 10px 5px;
	border: currentColor;
	border-image: none;
	width: 25%;
	text-align: left;
	color: rgb(0, 0, 0);
}

#main table.list tr:last-child th {
	border: currentColor;
	border-image: none;
}

#main table.list td {
	height: 60px;
	padding: 0;
	width: 25%;
	vertical-align: middle;
	font-size: 15px;
	border-bottom: 1px solid #acacac;
}

#main table.list td a {
	position: relative;
	background: url("../img/arw_circle_b.svg");
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 26px;
	height: 100%;
	color: #222;
	padding-right: 40px;
	font-weight: bold;
	display: flex;
	align-items: center;
	transition-duration: .4s;
	font-size: 15px;
}

#main table.list td a::before {
	content: "";
	background-image: url(../img/slide.svg);
	background-repeat: no-repeat;
	width: 26px;
	height: 4px;
	background-size: contain;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	transition-duration: .3s;
	bottom: 15%;
}

#main table.list td a:hover {
	color: #0691EE;;
}

#main table.list td a:hover::before {
	right: 10px;
}
#main table.list td a img {
	margin-left: 5px;
}

#main table.list td.nolink p {
	margin-bottom: 0px;
	margin-left: -4px;
}

#main table.list td.nolink p::before {
	content: "・ｽE";
}

#main table.list td p.maplink {
/*	text-indent: -1.5em; */
	margin-bottom: 0px;
/*	margin-left: 1.5em; */
}

#main table.list td p.maplink a {
	padding-left: 0.7em !important;
	line-height: 1.8;
}

#main table.list td p.maplink strong {
	padding-right: 10px;
}

#main table.list td p.maplink img {
	margin-right: 15px;
}

#main table.list td table.list {
	margin: 0px auto !important;
	width: 97% !important;
}

#main table.list td table.list tr:last-child {
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
}

#main table.list .w_full {
	width: 100%;
}

#main table.col_5 th {
	width: 20%;
}

#main table.col_5 td {
	width: 20%;
}

#main table.col_6 th {
	width: 17.5%;
}

#main table.col_6 td {
	width: 16.5%;
}

#main ul.none li {
	list-style: none;
	margin-left: 0px;
}

#main ul.none li:before {
content: none;
}

#main ol.none li {
	list-style: none;
	margin-left: 0px;
}
#main ol.none li:before {
content: none;
}

#main dl.none dt {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#main dl.none dt:before {
content: none;
}

#main dl.none dd {
	margin-left: 32px;
}

#main ul.ul1 {
	justify-content: flex-start;
}

#main ul.ul1 li {
	margin: 0px 5px 10px 0px;
	width: 32.5%;
	box-sizing: border-box;
}

#main ul.ul2 {
	list-style: none;
	margin: 0px auto 40px;
}

#main ul.ul2 li {
	margin: 0px 10px 10px 0px;
	padding-bottom: 10px;
	vertical-align: top;
	border-bottom-color: rgb(188, 188, 187);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#main ul.ul2 li p {
	margin: 0px;
	line-height: 1.6;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 90%;
	border-left-color: rgb(0, 69, 141);
	border-left-width: 4px;
	border-left-style: solid;
}

#main .pic_left_list .pic-area03 {
	display: inline-block;
}

#main .pic_left_list .pic-area03 img {
	vertical-align: top;
}

#main .pic_left_list ul {
	vertical-align: top;
	display: inline-block;
}

#main .pic_left_list ol {
	vertical-align: top;
	display: inline-block;
}

#main .pic_left_list dl {
	vertical-align: top;
	display: inline-block;
}

#main table ul {
	margin-bottom: 0px;
	margin-top: 10px;
}

#main table ul li {
	margin-bottom: 6px;
	margin-left: 0px !important;
	font-weight: normal;
}

#main table ol {
	margin-bottom: 0px;
}

#main table ol li {
	margin-left: 20px;
}

#main table dl {
	margin-bottom: 0px;
}

#main table dl dt {
	margin: 0px 0px 5px 20px;
	line-height: 1.6;
	display: list-item;
	list-style-type: square;
}

#main table dl dd {
	margin: 0px 0px 5px 20px;
	line-height: 1.6;
}

#main ul {
	margin: 0px auto 30px;
	list-style-type: square;
}

#main ul li {
	margin-bottom: 8px;
/*	margin-left: 35px; */
	font-size: 15px;
	line-height: 1.2;
	list-style: none;
	position: relative;
	padding-left: 12px;
}

/* #main ul li:before { */
#main ul > li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #008FEE;
	top: 5px;
	left: 0;
	position: absolute;
}
#main ul li a {
	color: #008FEE;
	text-decoration: none;
}
/*
#main ul li a img {
	vertical-align: bottom;
}
*/
#main ul.link li {
	margin-left: 25px; 
}

#main ul.link li:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #008FEE #008FEE transparent transparent;
    top: 5px;
    left: -3px;
    position: absolute;
    transform: rotate(45deg);
    background-color: transparent;
}
#main ul li a:hover {
	color: #0ec0f6;
	opacity: 1;
}
#main ul li a.u11:hover {
	color: #fff;
}
#main ul.disc li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #008FEE;
	top: 6px;
	left: 0;
	position: absolute;
	border-radius: 3px;
}

#main ul.circle li:before {
	content: "";
	width: 4px;
	height: 4px;
	border: 1px solid #008FEE;
	background-color: #fff;
	top: 6px;
	left: 0;
	position: absolute;
	border-radius: 3px;
}

#main ul.note li {
	list-style: none;
	text-indent: -1em;
	margin-left: 1em;
}

#main ul.note li::before {
	content: none;
}

#main p.note,
#main ul.note {
	margin-bottom: 30px;
}

#main ul.note_2 li {
	list-style: none;
}

#main p.note_2 {}

#main ul.ul1 {
	list-style: none;
	margin: 0px auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

#main ul.ul1 li p {
	position: relative;
	padding-left: 2px;
	line-height: 1.2;
	margin-bottom: 5px;
}

#main ol {
	margin-bottom: 30px;
	padding-top: 7px;
	padding-left: 15px;
	list-style: none;
	counter-reset: ol_li;
	/* ol_li カウンタをセットする(値もリセット) */
}

#main ol li {
	margin-bottom: 8px;
	margin-left: 15px;
	font-size: 15px;
	line-height: 1.2;
	list-style: none;
	position: relative;
	padding-left: 24px;
}

/* #main ol li:before { */
#main ol > li:before {
	content: "";
	width: 6px;
	height: 6px;
	left: 0;
	margin-right: .25em;
	counter-increment: ol_li;
	/* ol_li カウンタの値に1加える */
	content: counter(ol_li)".";
	/* before擬似要素のcontentで出力 */
	color: #008FEE;
	/* 色を変更 */
	position: absolute;
	text-align: right;
	width: 16px;
}

#main ol.u-roman li:before {
	content: counter(ol_li, upper-roman)".";
}

#main ol.u-roman li ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #008FEE;
	top: 5px;
	left: 0;
	position: absolute;
}

#main ol.l-roman li:before {
	content: counter(ol_li, lower-roman)".";
}

#main ol.l-roman ul.disc li:before {
	content: "";
}

#main ol.u-alpha li:before {
	content: counter(ol_li, upper-alpha)".";
}

#main ol.l-alpha li:before {
	content: counter(ol_li, lower-alpha)".";
}

#main ol li a {
	color: #008FEE;
	text-decoration: none;
}

#main ol li a:hover {
	color: #0ec0f6;
	opacity: 1;
}

#main dl {
	margin: 0px auto 30px;
}

#main dl dt {
	position: relative;
	line-height: 1.6;
	font-size: 16px;
	line-height: 1.6;
	padding-left: 12px;
	margin-bottom: 5px;
	margin-left: 15px;
}
/*
#main dl dt:before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #008FEE;
	top: 10px;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	border-radius: 2px;
}
*/
#main dl dt:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #008FEE;
	top: 9px;
	left: 0;
	position: absolute;
}

#main dl dd {
	margin: 2px 0px 5px 30px;
	line-height: 1.6;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 10px;
}

#main dl a {
	color: #008FEE;
	text-decoration: none;
}

#main dl a:hover {
	color: #0ec0f6;
	opacity: 1;
}

#main dl.news {
	margin: 0px auto 10px;
	display: flex;
	margin: 0px 0px 22px;
	border-bottom: 1px solid #DAE9F8;
}

#main dl.news dt {
	margin: 0px 0px 10px;
	font-size: 18px;
	display: inherit;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
}

#main dl.news dt::before {
	content: none;
}

#main dl.news dt span {
	position: absolute;
	left: 120px;
	color: #24C2D4;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px 0 8px;
	margin-top: 4px;
}

#main dl.news dd {
	margin: 2px 0px 19px;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 600;
	margin-left: 80px;
}
/*
#main dl.news:last-of-type {
	margin-bottom: 90px;
	border-bottom: none;
}
*/
#main dl.news img {
	vertical-align: baseline;
}

#main dl.news_ic {
	margin: 0px auto 10px;
	display: flex;
	margin: 0px 0px 22px;
	border-bottom: 1px solid #DAE9F8;
}

#main dl.news_ic dt {
	margin: 0px 0px 10px;
	font-size: 18px;
	display: inherit;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
}

#main dl.news_ic dt::before {
	content: none;
}

#main dl.news_ic dt span {
	position: absolute;
	left: 120px;
	color: #24C2D4;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px 0 8px;
	margin-top: -3px;
}

#main dl.news_ic dt span.u11 {
	color: #fff;
	margin-top: 3px;
}

#main dl.news_ic dt span.new {
	left: 262px;
	margin-top: 4px;
}

#main dl.news_ic img {
	vertical-align: baseline;
}

#main .infoic01,
#main .infoic02,
#main .infoic03,
#main .infoic04,
#main .infoic05,
#main .infoic06,
#main .infoic07,
#main .infoic08,
#main .infoic09,
#main .infoic10,
#main .infoic11,
#main .infoic12,
#main .infoic13,
#main .infoic14,
#main .infoic15,
#main .infoic16,
#main .infoic28 {
    display: inline-block;
    width: 125px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    text-align: center;
    margin: 0 6px 0 16px;
    color: #0E9AF6;
    font-weight: bold;
    border: 1px solid #0E9AF6;
}

#main .u11 {
	text-align: center;
    width: 118px;
    height: 22px;
    line-height: 22px;
    margin: 0 11px 0;
    color: #fff;
    border: none;
}

#main .u11.infoic06 {
	background-color: #049AFF;
}

#main .u11.infoic07 {
	background-color: #0062A3;
}

#main .u11.infoic08 {
	background-color: #FF8484;
}

#main .u11.infoic09 {
	background-color: #D95959;
}

#main .u11.infoic16 {
	background-color: #00A539;
}

#main dl.news_ic dd {
	margin: 2px 0px 19px;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 600;
	margin-left: 222px;
}
/*
#main dl.news_ic:last-of-type {
	margin-bottom: 90px;
	border-bottom: none;
}
*/
#main dl.row2 {
	margin: 0px;
	width: 49%;
}

#main dl.row2 dt {
	margin: 0px 0px 20px;
	color: #008FEE;
	padding: 0 0 6px;
	font-size: 16px;
	border-bottom: 2px solid #0E9AF6;
	list-style-type: none;
	font-weight: bold;
}

#main dl.row2 dt::before {
	content: none;
}


#main dl.row2 dd {
	margin-bottom: 14px;
	margin-left: 0;
	font-size: 16px;
	line-height: 1.2;
	list-style: none;
	position: relative;
	padding-left: 12px;
}

#main dl.row2 dd:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #008FEE;
	top: 6px;
	left: 0;
	position: absolute;
	border-radius: 3px;
}

#main .pager {
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

#main .pager .prev a {
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid rgb(52, 162, 221);
	border-image: none;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 1.4;
	font-size: 90%;
	text-decoration: none;
	display: block;
	cursor: pointer;
	background-color: rgb(52, 162, 221);
}

#main .pager .next a {
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid rgb(52, 162, 221);
	border-image: none;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 1.4;
	font-size: 90%;
	text-decoration: none;
	display: block;
	cursor: pointer;
	background-color: rgb(52, 162, 221);
}

#main .pager .prev a:hover {
	color: rgb(52, 162, 221);
	background-color: rgb(255, 255, 255);
}

#main .pager .next a:hover {
	color: rgb(52, 162, 221);
	background-color: rgb(255, 255, 255);
}

#main .pager .page ul {
	display: flex;
	justify-content: center;
}

#main .pager .page li {
	list-style: none;
	margin: 0px 10px;
}

#main a.button {
	position: relative;
	height: 60px;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 16px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	color: #333;
	background-color: rgb(255, 255, 255);
	box-shadow: 2px 2px 5px #4c4c4c36;
	border: none;
	font-weight: bold;
	box-shadow: 2px 2px 5px #4c4c4c36;
	padding: 0 60px;
	min-width: 222px;
	background-image: url("../img/arw_circle_b.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 14px) center;
	background-size:30px;
}

#main a.button::before {
	content: "";
	background-image: url(../img/slide.svg);
	background-repeat: no-repeat;
	width: 26px;
	height: 4px;
	background-size: contain;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	transition-duration: .3s;
	bottom: 15%;
}

#main a.button:hover {
	color: #fff;
	background-color: #008FEE;
	background-image: url("../img/arw_circle_w.svg");
}

#main .formbutton a.button {
	color: #fff;
	background-color: #008FEE;
	box-shadow: none;
	background-image: url("../img/arw_circle_w.svg");
	background-size: 30px;
}

#main .formbutton a.button::before {
    content: "";
    background-image: url(../img/slide_w.svg);
    background-repeat: no-repeat;
    right: 18px;
	top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition-duration: .3s;
    bottom: 15%;
}
#main .formbutton a.button:hover {
	background-color: #004DA0;
}
#main  a.button:hover::before { 
    background-image: url(../img/slide_w.svg);
	right: 4px;
}
#main a.hbutton {
	position: relative;
    height: 60px;
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 16px;
    margin-right: 14px;
    margin-left: 17px;
    display: inline-block;
    cursor: pointer;
	text-align: center;
	color: #333;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 5px #4c4c4c36;
	border: none;
	font-weight: bold;
    box-shadow: 2px 2px 5px #4c4c4c36;
	padding: 0 60px;
	min-width: 222px;
	background-image: url("../img/arw_s_g.svg");
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 24px;
}

#main a.hbutton:hover {
	color: #fff;
	background-position: 98% center;
	background-color: #81C46A;
	background-image: url("../img/arw_s_w.svg");
}
#main a.hbutton span {
	display: table-cell;
    padding: 0px 5px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    min-width: 92px;
}
#cse-search-box input[type='text'] {
	padding: 5px;
	border: 1px solid rgb(188, 188, 187);
	border-image: none;
	width: 160px;
	height: 34px;
	box-sizing: border-box;
}

#main a.button span {
	display: table-cell;
	padding: 0px 5px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	min-width: 92px;
}

#main a.button span img {
	vertical-align: baseline;
}

#main a.button img {
	margin-left: 5px;
}

#main a.ubutton:hover {
	color: rgb(52, 162, 221);
	background-color: rgb(255, 255, 255);
}

#main a.ubutton span {
	padding: 0px 5px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	min-width: 200px;
}

#main a.ubutton img {
	margin-left: 5px;
}

#main p.left {
	width: 45%;
	margin-bottom: 50px;
}

#main p.right {
	width: 52.2%;
	margin-bottom: 50px;
}

#main p.box {
	border: 3px solid #C8D9EB;
	padding: 30px;
}

#main p.box span {
	font-size: 100%;
	margin-bottom: 10px;
	display: block;
}

#main p.box a {
	color: #0691EE;;
	font-size: 100%;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 20px;
	display: list-item;
}

#main p.box a:hover {
	text-decoration: underline;
}

#main p.news {
	margin: 0px auto 40px;
	text-align: right;
}

#main p.news a {
	background-position: right;
	color: #0691EE;
	text-decoration: underline;
	transition-duration: .2s;
}

#main p.news a:hover {
	text-decoration: none;
}

#main p.news_ic {
	margin: 0px auto 40px;
	text-align: right;
}

#main p.news_ic a {
	background-position: right;
	color: #0691EE;
	text-decoration: underline;
	transition-duration: .2s;
}

#main p.news_ic a:hover {
	text-decoration: none;
}

#main .news-date {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 90%;
	margin: 15px 0 30px;
	padding: 5px 20px;
	background: #e5e5e5;
}

#main .news-date p {
	margin-left: 10px;
}

#main #category-area {
	padding: 15px 30px;
	margin-bottom: 40px;
	border-bottom-color: rgb(159, 160, 160);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
	box-sizing: border-box;
	background-color: rgb(239, 239, 239);
}

#main #category-area .title {
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
}

#main #category-list {
	display: none;
}

#main #category-list ul {
	margin: 0px auto;
	font-size: 0px;
	display: flex;
	max-width: 950px;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*
@media screen and (max-width:1430px) and (min-width:701px) {
	#main #category-list ul::after {
		margin: 0px 10px;
		width: 148px;
		height: 0px;
		display: block;
		content: "";
	}
}
*/
#main #category-list ul li {
	font-size: 14px;
	display: inline-block;
	list-style-type: none;
	position: static;
	padding-left: 0px;
	margin-left: 10px;
}

#main #category-list ul li::before {
	content: none;
}

#main #category-list ul li a {
	width: 148px;
}

#main #cate-open {
	left: 0px;
	width: 100%;
	height: 24px;
	text-align: center;
	bottom: 0px;
	position: absolute;
}

#main #cate-open a {
	width: 50px;
	height: 50px;
	padding-top: 13px;
	display: inline-block;
	box-sizing: border-box;
}

.category-selected {
	color: #008FEE;
	padding-bottom: 8px;
	font-size: 20px;
	margin-bottom: 40px;
	border-bottom-color: #008FEE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.category-selected span {
	margin: -2px 5px 0px;
	font-size: 12px;
}

#search_btn {
	background: url("../img/ico_search.svg");
	border: 0px currentColor;
	border-image: none;
	top: 18px;
	width: 19px;
	height: 19px;
	right: 28px;
	text-indent: -9999px;
	position: absolute;
	background-repeat: no-repeat;
}

@media screen and (max-width:660px) {
	#main #category-area {
		padding: 15px;
	}

	#main #category-list ul li {
		font-size: 12px;
		margin-right: 0px;
		margin-left: 0px;
		flex-basis: 49%;
	}

	#main #category-list ul li:nth-child(2n+1) {
		margin-right: 2%;
	}

	#main #category-list ul li a {
		width: 100%;
		display: block;
	}

	#main .infoic01,
	#main .infoic02,
	#main .infoic03,
	#main .infoic04,
	#main .infoic05,
	#main .infoic06,
	#main .infoic07,
	#main .infoic08,
	#main .infoic09,
	#main .infoic10,
	#main .infoic11,
	#main .infoic12,
	#main .infoic13,
	#main .infoic14,
	#main .infoic15,
	#main .infoic16,
	#main .infoic28 {
	    margin: 0px;
	}

	#main table.col_5 th {
		width: 50%;
		padding-left: 0px;
	}

	#main table.col_5 th::before {
		content: '●';
	}

	#main table.col_6 th {
		width: 50%;
		padding-left: 0px;
	}

	#main table.col_6 th::before {
		content: '●';
	}

	#main .flex-order{
		display: flex;
		flex-wrap: wrap;
	}
	#main .flex1{order: 1;}
	#main .flex2{order: 2;}
	#main .flex3{order: 3;}
	#main .flex4{order: 4;}
}

#main .root_01 {
	background: #7C362D;
	width: 23px;
	height: 23px;
	line-height: 23px;
	margin: 0px 10px 0 0;
	text-align: center;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	display: inline-block;
}

#main .root_02 {
	background: #004DA0;
	width: 23px;
	height: 23px;
	line-height: 23px;
	margin: 0px 10px 0 0;
	text-align: center;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	display: inline-block;
}

#main .root_03 {
	background: #0A7FAB;
	width: 23px;
	height: 23px;
	line-height: 23px;
	margin: 0px 10px 0 0;
	text-align: center;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	display: inline-block;
}

#main .root_04 {
	background: #A31C99;
	width: 23px;
	height: 23px;
	line-height: 23px;
	margin: 0px 10px 0 0;
	text-align: center;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	display: inline-block;
}

form#cse-search-box {
	display: none;
	background: #F3F9FF;
	padding: 10px 20px;
	width: 200px;
	height: 55px;
	position: fixed;
	top: 155px;
	z-index: 9999;
	right: 93px;
}

form#cse-search-box.scroll {
	top: 116px;
}

#main .important .container {
	background-color: #F4ECF1;
	width: 100%;
	max-width: unset;
	padding: 36px 84px 50px 64px;
}

#main .important h2 {
	color: #D15F5F;
	text-align: center;
	font-size: 20px;
	background-image: url("../img/important.svg");
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 30px;
	line-height: 30px;
	width: 180px;
	margin: 0 auto 29px;
	padding-left: 40px;
	letter-spacing: 0;
}

#main .important a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(../img/arw_circle.svg);
	background-repeat: no-repeat;
	background-position: 100% center;
	margin-top: 15px;
	min-height: 28px;
	color: #222;
}

#main .important a::after {
	content: "";
	background-image: url("../img/arw_red.svg");
	background-repeat: no-repeat;
	width: 22px;
	height: 8px;
	position: absolute;
	right: 8px;
	top: 53%;
	transform: translateY(-50%);
	transition-duration: .2s;
}

#main .important a:hover::after {
	right: -6px;
}

#main .important a:hover {
	opacity: 1;
	color: #D15F5F;
}

#main .important dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	align-items: center;
	margin: unset;
}

#main .important dt {
	width: 214px;
	margin: 0;
	font-weight: bold;
	padding-left: 0;
	letter-spacing: 0.05em;
}

#main .important dt::before {
	content: "";
	width: 84px;
	height: 1px;
	background-color: #D15F5F;
	position: absolute;
	right: 24px;
	left: unset;
	top: 50%;
}

#main .important dd {
	margin: 0;
	width: calc(100% - 214px);
	padding: 0 40px 0 0;
	font-weight: bold;
}

@media screen and (min-width:1281px) {
	#main .dsp_no_pc {
		display: none;
	}

	#search_btn {
		text-indent: -9999px;
		position: absolute;
	}

	#main .dsp_no_tab1 {
		display: none;
	}

	#main .dsp_tab1 {
		display: block;
	}

	#main .link_list li {
		flex-basis: 48%;
	}

	#main ul.ul1::after {
		width: 33%;
		display: block;
		content: "";
	}

	#main dl.left {
		float: left;
	}

	#main dl.right {
		float: right;
	}

	#main p.left {
		float: left;
	}

	#main p.right {
		float: right;
	}

	#cse-search-box {
		width: 160px;
		height: 34px;
	}
}

@media screen and (max-width:1280px) and (min-width:961px) {
	#main .headline03 h2 {
		width: 97%;
		padding-left: 3%;
	}

	#main .headline03 h3 {
		width: 97%;
/*		padding-left: 3%;*/
	}

	#main .headline03 h4 {
		width: 97%;
/*		padding-left: 3%;*/
	}

	#main .headline03 h5 {
		width: 97%;
		padding-left: 3%;
	}

	#main ul.ul1::after {
		width: 33%;
		display: block;
		content: "";
	}

	#main dl.left {
		float: left;
	}

	#main dl.right {
		float: right;
	}

	#main p.left {
		float: left;
	}

	#main p.right {
		float: right;
	}
}

@media screen and (max-width:960px) {
	form#cse-search-box.sp-search {
		display: none;
		width: 100%;
		position: fixed;
		bottom: 70px;
		top: unset;
		margin: 0;
		left: 0;
		padding: 20px;
		box-sizing: border-box;
		height: auto;
		z-index: 999999;
		background: #008FEE;
	}

	.sp-search #search_btn {
		top: 28px;
		width: 24px;
		height: 24px;
		background-size: 24px;
	}
/*
	#main .important {
		padding-bottom: 60px;
	}
*/
	#main .important h2 {
		font-size: 20px;
	}

	#main .important .container {
		padding: 40px 16px;
	}

	#main .important a {
		background-size: 28px;
	}

	#main .important dl {
		display: block;
	}

	#main .important dt {
		width: auto;
		padding: 0;
	}

	#main .important dt::before {
		content: none;
	}

	#main .important dd {
		height: auto;
		width: auto;
		padding-right: 30px;
		line-height: 24px;
	}

}

@media screen and (max-width:960px) and (min-width:601px) {
	#main .dsp_no_tab1 {
		display: none;
	}

	#main .dsp_no_tab2 {
		display: none;
	}

	#main .dsp_tab1 {
		display: block;
	}

	#main .dsp_tab2 {
		display: block;
	}

	#cse-search-box {
		margin: 20px auto 20px 5%;
		width: 40%;
		height: 40px;
	}

	.subnav_off #cse-search-box {
		margin: 20px auto;
		width: 60%;
	}

	#cse-search-box form {
		margin: 0px;
		width: 100%;
	}

	#cse-search-box input[type='text'] {
		padding: 5px;
		border: 1px solid rgb(188, 188, 187);
		border-image: none;
		width: 100%;
		height: 40px;
		box-sizing: border-box;
	}

	#search_btn {
		background: url("../img/search.png") no-repeat;
		border: 0px currentColor;
		border-image: none;
		top: 11px;
		width: 19px;
		height: 19px;
		right: 8px;
		text-indent: -9999px;
		position: absolute;
	}

	#main .headline03 h2 {
		width: 97%;
		padding-left: 3%;
	}

	#main .headline03 h3 {
		width: 97%;
		padding-left: 3%;
	}

	#main .headline03 h4 {
		width: 97%;
		padding-left: 3%;
	}

	#main .headline03 h5 {
		width: 97%;
		padding-left: 3%;
	}

	#main .link_list li {
		flex-basis: 48%;
	}

	#main table.list tr {
		border: currentColor;
		border-image: none;
	}

	#main table.list td {
		padding: 5px 20px;
		width: 49%;
		display: inline-block;
		box-sizing: border-box;
	}

	#main table.list th {
		display: block;
	}

	#main table.list .w100 {
		width: 100%;
	}

	#main table.list .nocol {
		display: none;
	}

	#main ul.ul1 {
		justify-content: space-between;
	}

	#main ul.ul1 li {
		flex-basis: 49%;
	}

	#main dl.left {
		float: left;
	}

	#main dl.right {
		float: right;
	}

	#main p.left {
		float: left;
	}

	#main p.right {
		float: right;
	}

	#main .page-link ul li {
		width: 100%;
	}

	#main .page-link ul li a {
		min-height: 50px;
	}
	#main h3.headline03 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 12px;
	}
}

@media screen and (max-width:600px) {
	#cse-search-box {
		margin: 20px auto 20px 5%;
		width: 40%;
		height: 40px;
	}

	.subnav_off #cse-search-box {
		margin: 20px auto;
		width: 60%;
	}

	#cse-search-box form {
		margin: 0px;
		width: 100%;
	}

	#cse-search-box input[type='text'] {
		padding: 5px;
		border: 1px solid rgb(188, 188, 187);
		border-image: none;
		width: 100%;
		height: 40px;
		box-sizing: border-box;
	}


	#main .dsp_no_tab1 {
		display: none;
	}

	#main .dsp_no_tab2 {
		display: none;
	}

	#main .dsp_no_sp {
		display: none;
	}

	#main .dsp_tab1 {
		display: block;
	}

	#main .dsp_tab2 {
		display: block;
	}

	#main .dsp_sp {
		display: block;
	}

	#main .headline01 h2,
	#main .headline04 h4 {
		min-height: 40px;
		height: unset;
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	#main .headline01 h3,
	#main .headline02 h2 {
		font-size: 18px;
		margin-bottom: 20px;
/*		padding-bottom: 20px;*/
	}

	#main .headline03 h3 {
		font-size: 20px;
		margin-bottom: 15px;
/*		padding-bottom: 20px; */
	}

	#main .headline01 h2:after {
		width: 60px;
		height: 2px;
	}

	#main .headline04 h4 {
		margin-bottom: 10px;
	}

	#main .headline02 h3 {
		font-size: 18px;
		margin-top: 40px;
		margin-bottom: 25px;
	}

	#main .headline03 h2 {
		width: 94%;
		padding-left: 6%;
	}

	#main .headline03 h3 {
		width: 94%;
		padding-left: 6%;
	}

	#main h3.headline03 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 12px;
	}

	#main h3.headline03::before {
		top: 13px;
	}

	#main h4.headline03 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 12px;
	}

	#main h4.headline03::before {
		top: 13px;
	}

	#main .headline03 h4 {
		font-size: 18px;
	}

	#main .headline03 h4::before {
		top: 14px;
	}

	#main .headline03 h5 {
		width: 94%;
		padding-left: 6%;
	}

	#main .text-area01 ul li {
		margin-left: 0px;
	}

	#main .text-area02 ul li {
		margin-left: 0px;
	}

	#main .text-area03 {
		padding: 14px 16px;
		line-height: 28px;
	}

	#main .text-area04 {
		padding: 15px 13px 10px;
	}

	#main .headline05 h5 {
		margin: 20px 0;
		font-size: 16px;
		line-height: 1.6;
	}

	#main .scrool {
		margin: 0px auto;
		width: 100%;
		overflow: scroll;
		-ms-overflow-y: visible;
	}

	#main .scrool table {
		width: 180%;
	}

	#main table.change_row {
		margin: 0px auto 20px;
		border: currentColor;
		border-image: none;
		width: 100%;
		border-collapse: collapse;
	}

	#main table.change_row tr:first-child {
		display: none;
	}

	#main table.change_row tr td {
		border-width: 1px 1px medium;
		border-style: solid solid none;
		border-color: #CFD0D0 #CFD0D0 currentColor;
		padding: 0px;
		display: block;
		background-color: rgb(255, 255, 255) !important;
	}

	#main table.change_row tr td:first-child {
		margin-top: 10px;
	}

	#main table.change_row tr td:last-child {
		border-bottom-color: #CFD0D0;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}

	#main table.change_row tr td::before {
		padding: 10px;
		color: rgb(255, 255, 255);
		line-height: 1.6;
		font-weight: normal;
		display: block;
		content: attr(data-label);
		background-color: #008FEE;
	}

	#main table.change_row tr td p {
		padding: 10px;
	}

	#main table.change_col {
		margin: 0px auto 20px;
		border: currentColor;
		border-image: none;
		width: 100%;
		border-collapse: collapse;
	}

	#main table.change_col tr th {
		border-width: 1px 1px medium;
		border-style: solid solid none;
		border-color: #CFD0D0 #CFD0D0 currentColor;
		display: block;
	}

	#main table.change_col tr td {
		border-width: 1px 1px medium;
		border-style: solid solid none;
		border-color: #CFD0D0 #CFD0D0 currentColor;
		display: block;
	}

	#main table.change_col tr th {
		text-align: left;
	}

	#main table.change_col tr:last-child td:last-child {
		border-bottom-color: #CFD0D0;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}

	#main .change_col th.td01 {
		border-bottom-color: currentColor !important;
		border-bottom-width: medium !important;
		border-bottom-style: none !important;
	}

	#main .change_col col {
		width: 100% !important;
	}

	#main .pic-area01 {
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		float: none !important;
	}

	#main .pic-area02 {
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		float: none !important;
	}

	#main .pic-area01 img {
		margin: 0px;
		padding: 0px;
		max-width: 100%;
	}

	#main .pic-area02 img {
		margin: 0px;
		padding: 0px;
		max-width: 100%;
	}

	#main .pic-area01 .pic {
		margin: 0px;
		padding: 0px 0px 7px;
	}

	#main .pic-area02 .pic {
		margin: 0px;
		padding: 0px 0px 7px;
	}

	#main .pic-area01 .pic img {
		margin: 0px;
		padding: 0px;
		max-width: 100%;
	}

	#main .pic-area02 .pic img {
		margin: 0px;
		padding: 0px;
		max-width: 100%;
	}

	#main .link_list li {
		flex-basis: 100%;
	}

	#main table.list {
		border-spacing: 0;
	}

	#main table.list tr {
		border: currentColor;
		border-image: none;
	}

	#main table.list td {
		padding: 10px 0px;
		padding-left: 5px;
		width: 100%;
		display: block;
		box-sizing: border-box;
		border-bottom: 1px solid #acacac;
		height: auto;
	}

	#main table.list td a {
		background-position: 100% center;
		font-size: 15px;
		background-size: 20px
	}

				#main table.list td a::before {
				right: 4px;
				width: 22px;
				}

	#main table.list th {
		display: block;
	}

	#main table.list .w100 {
		width: 100%;
	}

	#main ul.ul1 li {
		flex-basis: 50%;
	}

	#main table.list .nocol {
		display: none;
	}

	#main ul.ul1 li {
		flex-basis: 100% !important;
	}

	#main .pic_left_list .pic-area03 {
		text-align: center;
		display: block;
	}

	#main ul li {
		padding-left: 11px;
		margin-bottom: 4px;
		line-height: 26px;
	}

	#main ul li:before {
		top: 9px !important;
	}

	#main ul ol li:before {
		top: 0px !important;
	}

	#main ol li {
		padding-left: 22px;
	}

	#main ul.ul1 li p {
		padding-left: 4px;
		line-height: 1.6;
	}

	/*#main ol {
		padding-left: 0px;
	}*/

	#main ol li {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 6px;
		margin-left: 0px;
	}

	#main ol li:before #main dl dt {
		margin: 0px 0px 5px 20px;
	}

	#main dl dd {
		margin: 0px 0px 5px 12px;
		font-size: 15px;
	}

	#main dl.row2 dd {
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 8px;
	}

	#main dl.row2 dd:before {
		top: 9px;
	}

	#main dl.row2 {
		width: 100%;
		margin-bottom: 20px;
	}

	#main p.left {
		width: 100%;
	}

	#main p.right {
		width: 100%;
		margin-bottom: 20px;
	}

	#main p.box {
		padding: 28px 18px;
	}

	#main dl.news {
		display: block;
		margin: 0;
		border-bottom: 0;
	}

	#main dl.news dd {
		margin: 0 0 20px;
		border-bottom: 1px solid #DAE9F8;
		padding-bottom: 20px;
	}

	#main dl.news dt,
	#main dl.news dd {
		font-size: 15px;
	}

	#main dl.news dt {
		padding: 0;
	}

	#main dl.news dt span {

		left: 80px;
		margin-top: 2px;
	}

	#main dl.news_ic {
		display: block;
		margin: 0;
		border-bottom: 0;
	}

	#main dl.news_ic dd {
		margin: 0 0 20px;
		border-bottom: 1px solid #DAE9F8;
		padding-bottom: 20px;
	}

	#main dl.news_ic dt,
	#main dl.news_ic dd {
		font-size: 15px;
	}

	#main dl.news_ic dt {
		padding: 0;
	}

	#main dl.news_ic dt span {

		left: 94px;
		margin-top: -5px;
	}

	#main dl.news_ic dt span.u11 {
	    margin-top: 0px;
	}

	#main dl.news_ic dt span.new {
		left: 222px;
		margin-top: 0px;
	}

	#main .headline05 h5:before {
		top: 0px;
	}

	#main a.button span {
		font-size: 15px;
	}

	#main .pic-area03 {
		margin: 20px auto;
	}

	#main .pic-area03 img {
		height: auto !important;
	}

	#main .important {
		position: relative;
		padding-top: 20px;
	}

	#main .important .container {
		padding: 40px 13px 40px 15px;
	}

	#main .important h2 {
		font-size: 19px;
		padding-left: 35px;
	}

	#main .important a {
		background-size: 28px;
		background-position: 100% 60%;
		background-size: 22px;
		background-position: 100% calc(10px + 50%);
		margin-top: 18px;
	}

	#main .important a::after {
		top: calc(10px + 52%);
	}

	#main .important h2 {
		font-size: 18px;
	}
		#main a.button {
			background-size: 26px !important;
		}

	#main .ml1em {
		margin-left: 0px  !important
	}

	#main ul.link li {
		margin-left: 0px; 
	}

	#main ul.link li:before {
	    content: "";
	    width: 6px;
	    height: 6px;
	    border: 1px solid;
	    border-color: #008FEE #008FEE transparent transparent;
	    top: 5px;
	    left: -3px;
	    position: absolute;
	    transform: rotate(45deg);
	    background-color: transparent;
	}
	#main ul li a:hover {
		color: #0ec0f6;
		opacity: 1;
	}
	#main dl dt {
		position: relative;
		line-height: 1.6;
		font-size: 15px;
		line-height: 1.6;
		padding-left: 12px;
		margin-bottom: 5px;
		margin-left: 0px;
	}

	#main dl dt:before {
		content: "";
		width: 6px;
		height: 6px;
		background-color: #008FEE;
		top: 10px;
		left: 0;
		position: absolute;
		transform: translateY(-50%);
		border-radius: 2px;
	}

	#main .u-course-02 {
	    height: 30px !important;
	    width: 100% !important;
	}

}


.ef.slideIn {
	animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
	0% {
		transform: translateX(180px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
	}

	40%,
	100% {
		opacity: 1;
	}
}

.eft.slideIn {
	animation: slideInT 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideInT {
	0% {
		transform: translateY(180px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
	}

	40%,
	100% {
		opacity: 1;
	}
}

.efe.slideIn {
	animation: slideInE 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideInE {
	0% {
		transform: translateX(-180px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
	}

	40%,
	100% {
		opacity: 1;
	}
}