@charset "utf-8";

/*=======================================================*/
/* Object - /cmn/ (old style) */
/*=======================================================*/

.group:after,
.hgroup:after,
a.img-hover:after {
	clear: both;
	content: "";
	display: block;
}

.strong,
strong {
	font-weight: bold;
}

.vanish {
	position: absolute;
	left: -9999em;
}

.section {
	margin-top: 0;
}

.group {
	margin-top: 24px;
}

/*--------------------------------------------------*/
/* title */
/*--------------------------------------------------*/

.title-lv1 span {
	display: block;
	font-size: 215.38%;
	color: #555;
}

.title-lv1 span.sub-title {
	font-size: 138.45%;
}

.title-lv2 {
	margin-top: 40px;
	border-bottom: 1px solid #888;
}

.title-lv2 span {
	display: block;
	font-size: 153.84%;
	color: #555;
	padding: 0 0 4px;
}

.title-lv3 {
	margin-top: 28px;
	padding-left: 20px;
	background: url(/cmn/img/icon_lv3.gif) no-repeat 0 11px;
	font-size: 138.5%;
	font-weight: bold;
}

.title-lv3 + p {
	margin-top: 15px !important;
}

.title-lv4 {
	margin-top: 24px;
	font-size: 123.1%;
	font-weight: bold;
}

.title-lv4 + p {
	margin-top: 10px !important;
}

.title-lv5 {
	margin-top: 28px;
	font-size: 108%;
}

/*--------------------------------------------------*/
/* hgroup */
/*--------------------------------------------------*/

.hgroup {
	margin: 16px 0;
	padding: 22px 28px 20px 40px;
	border-radius: 5px;
	background-color: #fff;
}

.news-detail .hgroup {
	margin-top: 10px;
	padding: 28px 28px 22px 40px;
}

/*--------------------------------------------------*/
/* note */
/*--------------------------------------------------*/

.note {
	font-size: 93%;
	line-height: 21px;
	color: #444;
}

.news-detail .note {
	margin-top: 40px !important;
}

/*--------------------------------------------------*/
/* news */
/*--------------------------------------------------*/

.news-title {
	margin-bottom: 22px;
}

.news-date {
	margin-top: 0 !important;
	text-align: right;
}

.news-date + p {
	margin-top: 33px !important;
}

.txt-strong {
	color: #d93d0d;
	font-weight: bold;
}

/*--------------------------------------------------*/
/* icon */
/*--------------------------------------------------*/

/* icon-newwin
------------------------------------------*/

.icon-newwin {
	background: url(/cmn/img/icon_newwin_white.png) no-repeat right top;
}

.icon-newwin:hover {
	background: url(/cmn/img/icon_newwin_white.png) no-repeat right top;
}

i.icon-newwin,
i.icon-newwin:hover {
	display: inline-block;
	width: 11px;
	height: 9px;
	margin-left: 5px;
	background: url(/cmn/img/icon_newwin.svg) no-repeat 0 0;
}

/* icon-pdf
------------------------------------------*/

.icon-pdf {
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-right: 5px;
	background: url(/cmn/img/icon_pdf.png) no-repeat 0 0;
}

/* icon-new
------------------------------------------*/

.icon-new {
	display: inline-block;
	padding: 2px 8px 0;
	margin-left: 8px;
	background-color: #dc3e0c;
	color: #fff;
	font-size: 85%;
}

/* icon-blank
------------------------------------------*/

.icon-blank {
	background: #1977bf url(/cmn/img/icon_blank_button.png) no-repeat right top;
}

.icon-blank:hover {
	background: #085b9a url(/cmn/img/icon_blank_button.png) no-repeat right top;
}

/*--------------------------------------------------*/
/* btn-basic */
/*--------------------------------------------------*/

.btn-basic li {
	display: inline-block;
	margin-right: 24px;
}

.btn-basic li a {
	display: block;
	text-align: center;
	background-color: #0073be;
	font-size: 91.6%;
	line-height: 1.0;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

.btn-basic li a:hover {
	background-color: #085b9a;
}

.btn-basic .gray a {
	background-color: #e6e6e6;
	color: #555;
}

.btn-basic .gray a:hover {
	background-color: #d7d7d7;
}

/* icon-blank
------------------------------------------*/

.btn-basic li a.icon-blank {
	background: #1977bf url(/cmn/img/icon_blank_button.png) no-repeat right top;
}

.btn-basic li a.icon-blank:hover {
	background: #75add9 url(/cmn/img/icon_blank_button.png) no-repeat right top;
}

.btn-basic .gray a.icon-blank {
	background: #e6e6e6 url(/cmn/img/icon_blank_button_gray.png) no-repeat right top;
	color: #555;
}

.btn-basic .gray a.icon-blank:hover {
	background: #d7d7d7 url(/cmn/img/icon_blank_button_gray.png) no-repeat right top;
}

/* icon-newwin
------------------------------------------*/

.btn-basic .icon-newwin {
	background: url(/cmn/img/icon_newwin_white.png) no-repeat 0 0;
}

.btn-basic .gray .icon-newwin,
.btn-basic.gray .icon-newwin {
	background: url(/cmn/img/icon_newwin_gray.png) no-repeat 0 0;
}

/* btn-large
------------------------------------------*/

.btn-basic li.btn-large {
	margin-top: 40px;
}

.btn-basic li.btn-large a,
.btn-basic li.btn-large input.btn {
	padding: 11px 36px 10px 36px;
	font-size: 123.1%;
	line-height: 23px;
}

/* btn-small
------------------------------------------*/

.btn-basic li.btn-small {
	margin-top: 24px;
}

.btn-basic li.btn-small a,
.btn-basic li.btn-small input.btn {
	padding: 8px 24px 7px 24px;
	font-size: 108%;
	line-height: 21px;
}

.btn-basic li.join a {
	background-color: #707070;
	width: 192px;
}

.btn-basic li.join a:hover {
	background-color: #444;
}

.btn-basic li.construction a {
	background-color: #d93d0d;
	width: 195px;
}

.btn-basic li.construction a:hover {
	background-color: #b43006;
}

/*--------------------------------------------------*/
/* a.btn-basic */
/*--------------------------------------------------*/

a.btn-basic {
	display: inline-block;
	margin-right: 24px;
}

a.btn-basic {
	text-align: center;
	background-color: #0073be;
	font-size: 91.6%;
	line-height: 1.0;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

a.btn-basic:hover {
	background-color: #085b9a;
}

a.btn-basic.gray {
	background-color: #e6e6e6;
	color: #555;
}

a.btn-basic.gray:hover {
	background-color: #d7d7d7;
}

/* icon-blank
------------------------------------------*/

a.btn-basic.icon-blank {
	background: #1977bf url(/cmn/img/icon_blank_button.png) no-repeat right top;
}

a.btn-basic.icon-blank:hover {
	background: #75add9 url(/cmn/img/icon_blank_button.png) no-repeat right top;
}

a.btn-basic.gray.icon-blank {
	background: #e6e6e6 url(/cmn/img/icon_blank_button_gray.png) no-repeat right top;
	color: #555;
}

a.btn-basic.gray.icon-blank:hover {
	background: #d7d7d7 url(/cmn/img/icon_blank_button_gray.png) no-repeat right top;
}

/* btn-large
------------------------------------------*/

a.btn-basic.btn-large {
	margin-top: 40px;
}

a.btn-basic.btn-large {
	padding: 11px 36px 10px 36px;
	font-size: 123.1%;
	line-height: 23px;
}

/* btn-small
------------------------------------------*/

a.btn-basic.btn-small {
	margin-top: 24px;
}

a.btn-basic.btn-small {
	padding: 8px 24px 7px 24px;
	font-size: 108%;
	line-height: 21px;
}

a.btn-basic.join {
	background-color: #707070;
	width: 192px;
}

a.btn-basic.join:hover {
	background-color: #444;
}

a.btn-basic.construction {
	background-color: #d93d0d;
	width: 195px;
}

a.btn-basic.construction:hover {
	background-color: #b43006;
}

/*--------------------------------------------------*/
/* btn */
/*--------------------------------------------------*/

.btn {
	padding: 11px 36px 10px 36px;
	display: inline-block;
	text-align: center;
	background-color: #1977bf;
	font-size: 123.1%;
	line-height: 23px;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
	border: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn:hover {
	background-color: #085b9a;
}

.btn.join {
	background-color: #707070;
	width: 192px;
}

.btn.join:hover {
	background-color: #444444;
}

.btn.construction {
	background-color: #d93d0d;
	width: 195px;
}

.btn.construction:hover {
	background-color: #b43006;
}

/* gray
------------------------------------------*/

.gray {
	background-color: #e6e6e6;
	color: #555555 !important;
}

.gray:hover {
	background-color: #d7d7d7;
}

.gray.icon-blank {
	background: #e6e6e6 url(/cmn/img/icon_blank_button_gray.png) no-repeat right top;
}

.gray.icon-blank:hover {
	background: #d7d7d7 url(/cmn/img/icon_blank_button_gray.png) no-repeat right top;
}

/* small
------------------------------------------*/

.small {
	padding: 8px 24px 7px 24px;
	font-size: 108%;
	line-height: 21px;
}

.small.icon-blank,
.small.gray.icon-blank {
	background-position: 86% 40%;
	text-indent: -0.5em;
	padding-right: 2.5em;
	padding-left: 2.3em;
}

/*--------------------------------------------------*/
/* page-transition */
/*--------------------------------------------------*/

.page-transition {
	text-align: center;
}

.page-transition li {
	display: inline-block;
	vertical-align: middle;
}

.page-transition .num {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 138.5%;
	line-height: 30px;
	color: #4b4949;
	vertical-align: middle;
}

.page-transition .num a {
	color: #1977bf;
}

.page-transition .btn-prev {
	width: 25px;
	margin-right: 6px;
}

.page-transition .btn-next {
	width: 25px;
	margin-left: 6px;
}

/*--------------------------------------------------*/
/* page-link */
/*--------------------------------------------------*/

.page-link li {
	display: inline-block;
	width: 260px;
	margin-right: 23px;
	margin-bottom: 18px;
	padding-left: 20px;
	background: url(/cmn/img/icon_page_link.svg) no-repeat 0 1px;
	vertical-align: top;
	font-size: 100%;
	line-height: 18px;
}

.page-link li:hover {
	background: url(/cmn/img/icon_page_link_r.svg) no-repeat 0 1px;
}

.page-link li.last {
	margin-right: 0;
}

.page-link li.btm {
	margin-bottom: 0;
}

.page-link li a:link {
	text-decoration: none;
}

.page-link li a:hover {
	text-decoration: underline;
}

.page-link.w-col3 li {
	width: 260px;
}

.page-link.w-col4 li {
	width: 178px;
}

.page-link.w-col6 li {
	width: 104px;
}

.page-link.w-col2 li:nth-child(2n),
.page-link.w-col3 li:nth-child(3n),
.page-link.w-col4 li:nth-child(4n) {
	margin-right: 0;
}

a.page-link {
	display: inline-block;
	padding-left: 20px;
	background: url(/cmn/img/icon_page_link.svg) no-repeat 0 1px;
	line-height: 18px;
	text-decoration: none;
}

a.page-link:hover {
	background-image: url(/cmn/img/icon_page_link_r.svg);
	text-decoration: underline;
}

/*--------------------------------------------------*/
/* list */
/*--------------------------------------------------*/

.list li {
	margin-top: 13px;
	font-size: 100%;
	line-height: 20px;
}

body.cmn3 .list li {
	font-size: 81.25%;
}

.disc li {
	padding-left: 13px;
	background: url(/cmn/img/list_disc.png) no-repeat 0 6px;
}

.decimal li {
	margin-left: 20px;
	list-style-type: decimal;
}

/*--------------------------------------------------*/
/* arrow */
/*--------------------------------------------------*/

p.arrow,
.arrow li,
.link-arrow {
	padding-left: 23px;
	background: url(/cmn/img/icon_link_arrow.svg) no-repeat 0 0;
	line-height: 18px;
}

.no-arrow,
.no-arrow li {
	padding-left: 0;
	background: none !important;
}

p.arrow a,
.arrow li a,
a.link-arrow {
	text-decoration: none;
}

p.arrow:hover,
.arrow li:hover,
.link-arrow:hover {
	text-decoration: underline;
	background: url(/cmn/img/icon_link_arrow_r.svg) no-repeat 0 0;
}

.link-arrow,
.link-arrow:hover {
	padding-top: 1px;
	background-position: 0 2px;
}

a.link-arrow {
	display: inline-block;
}

/*--------------------------------------------------*/
/* note-list */
/*--------------------------------------------------*/

.note-list {
	margin-top: 20px;
}

.note-list li {
	padding-left: 3em;
	text-indent: -3em;
	font-size: 85%;
	line-height: 18px;
	color: #666666;
	background-color: #fff;
}

body.cmn3 .note-list li {
	font-size: 68.75%;
}

/*--------------------------------------------------*/
/* news-list */
/*--------------------------------------------------*/

.news-list dt {
	clear: both;
	float: left;
	width: 115px;
	margin-bottom: 14px;
}

.news-list dd {
	float: left;
	width: calc(100% - 115px);
	margin-bottom: 14px;
}

.news-list dt.btm,
.news-list dd.btm {
	margin-bottom: 0;
}

#nw-article .news-list + p.note {
	margin-top: 16px;
}

/*--------------------------------------------------*/
/* table-set */
/*--------------------------------------------------*/

.table-set table {
	table-layout: fixed;
	width: 100%;
	background-color: #fff;
}

.table-set table thead th,
.table-set table thead td {
	padding: 20px;
	background-color: #e8f1f8;
	text-align: center;
}

.table-set table tfoot th,
.table-set table tfoot td {
	padding: 20px;
	border-top: 2px solid #b3b3b3;
}

.table-set table th {
	padding: 20px;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	background-color: #e8f1f8;
}

.table-set table td {
	padding: 20px;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	vertical-align: middle;
}

.table-set table th.top,
.table-set table td.top {
	border-top: 1px solid #b3b3b3;
}

.table-set table th:first-child,
.table-set table td:first-child {
	border-left: 1px solid #b3b3b3;
}

/* table-set-news
------------------------------------------*/

.table-set-news th,
.table-set-news td {
	padding-top: 14px;
	vertical-align: top;
}

.table-set-news th {
	white-space: nowrap;
	padding-right: 24px;
	text-align: left;
	vertical-align: top;
}

/*--------------------------------------------------*/
/* hr */
/*--------------------------------------------------*/

hr.border {
	display: block;
	margin: 24px 0;
	height: 1px;
	background-color: #aaa;
	border: none;
}

/*--------------------------------------------------*/
/* adobe-download */
/*--------------------------------------------------*/

#adobe-download {
	margin-top: 18px;
}

#adobe-download img {
	float: left;
	width: 146px;
	margin-right: 15px;
}

#adobe-download p {
	margin-top: 0;
	overflow: hidden;
}

/*--------------------------------------------------*/
/* snsb */
/*--------------------------------------------------*/

.snsb {
	margin-top: 16px;
	display: flex;
	justify-content: flex-end;
}

.snsb > * {
	margin-left: 5px;
}

/*--------------------------------------------------*/
/* box-content */
/*--------------------------------------------------*/

.box-content {
	margin-top: 16px;
	padding: 34px 40px;
	background-color: #fff;
	border-radius: 5px;
}

.box-content:first-child {
	margin-top: 0;
}

.box-content.small {
	padding: 28px 40px;
}

.columnOne .box-content {
	width: 888px !important;
}

.columnTwo .box-content {
	width: 660px !important;
}

/*--------------------------------------------------*/
/* col */
/*--------------------------------------------------*/

.col1 .box,
.col2 .box,
.col3 .box,
.col4 .box,
.col6 .box {
	float: left;
	margin-right: 24px;
}

.col1 .box.last,
.col2 .box.last,
.col3 .box.last,
.col4 .box.last,
.col6 .box.last {
	margin-right: 0;
}

/* col1
------------------------------------------*/

.col1 .box {
	width: 888px;
}

.columnTwo .col1 .box {
	width: 660px;
}

/* col2
------------------------------------------*/

.col2 .box {
	width: 432px;
}

.columnTwo .col2 .box {
	width: 318px;
}

/* col3
------------------------------------------*/

.col3 .box {
	width: 280px;
}

/* col4
------------------------------------------*/

.col4 .box {
	width: 204px;
}

/* col6
------------------------------------------*/

.col6 .box {
	width: 128px;
}

/*--------------------------------------------------*/
/* link-panel-set */
/*--------------------------------------------------*/

.link-panel-set .box {
	float: left;
	margin-right: 16px;
	border-radius: 0 0 5px 5px;
	border-bottom: 5px solid #ffffff;
}

.link-panel-set .box:hover {
	border-bottom: 5px solid #0073be;
}

.link-panel-set .box a,
.link-panel-set .box a:hover {
	color: #444444;
	text-decoration: none;
	border-radius: 5px;
}

.link-panel-set .box .txt-area {
	padding: 17px 20px 12px 20px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
}

.link-panel-set .box .txt-area .panel-title {
	margin-top: 0 !important;
	font-size: 138.5%;
	line-height: 25px;
}

.link-panel-set .box .txt-area .panel-title-sub {
	margin-top: 4px !important;
	font-size: 100%;
	line-height: 20px;
}

.link-panel-set .box a .panel-img,
.link-panel-set .box a .panel-img img,
.link-panel-set .box a.img-hover:hover .panel-img,
.link-panel-set .box a.img-hover:hover {
	border-radius: 5px 5px 0 0;
}

.link-panel-set .box a:hover .panel-img,
.link-panel-set .box a .panel-img:hover {
	background-clip: padding-box;
}

.link-panel-set .box a:hover .panel-img img {
	margin-top: -1px;
	border-top: 1px solid rgba(0, 0, 0, 0);
	-moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
	opacity: 0.85 !important;
	filter: alpha(opacity=85) !important;
	-ms-filter: "alpha(opacity=85)" !important;
	-moz-opacity: 0.85 !important;
	zoom: 1 !important;
}

/* col
------------------------------------------*/

.link-panel-set.col2 .box {
	width: 476px;
}

.columnTwo .link-panel-set.col2 .box {
	width: 362px;
}

.link-panel-set.col3 .box {
	width: 312px;
}

.link-panel-set.col4 .box {
	width: 230px;
}

/*--------------------------------------------------*/
/* shiten */
/*--------------------------------------------------*/

#inbox_mtit {
	text-align: center;
}

div#container[align="center"] table,
td[align="center"] table,
center table {
	text-align: left !important;
}

table.textbase {
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------*/
/* media */
/*--------------------------------------------------*/

.nw-media {
	margin-top: 16px;
}

.nw-media:first-child {
	margin-top: 0;
}

.nw-media,
.nw-media-body {
	width: 100%;
	overflow: hidden;
}

.nw-media-body,
.nw-media-left,
.nw-media-right {
	display: table-cell;
	vertical-align: top;
}

.nw-media-left {
	padding-right: 16px;
}

.nw-media-right {
	padding-left: 16px;
}

.nw-media-heading {
	margin-top: 0;
}

/*=======================================================*/
/* Object - /cmn2/ */
/*=======================================================*/

/*--------------------------------------------------*/
/* arw */
/*--------------------------------------------------*/

.cmn2 .arw-next,
.cmn2 .arw-up,
.cmn2 .arw-down,
.cmn2 .arw-prev {
	display: inline-block;
	position: relative;
	line-height: 20px;
	padding-left: 19px;
	color: #222;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 4px;
}

.cmn2 .arw-next:hover,
.cmn2 .arw-up:hover,
.cmn2 .arw-down:hover,
.cmn2 .arw-prev:hover {
	color: #19509d;
	text-decoration: underline;
}

.arw-next { background-image: url(/cmn2/img/cmn_link_next.svg); }
.arw-up   { background-image: url(/cmn2/img/cmn_link_up.svg); }
.arw-down { background-image: url(/cmn2/img/cmn_link_down.svg); }
.arw-prev { background-image: url(/cmn2/img/cmn_link_prev.svg); }

/*--------------------------------------------------*/
/* link */
/*--------------------------------------------------*/

.link-blank::after {
	content: url(/cmn2/img/cmn_blank_bk.svg);
	display: inline-block;
	width: 11px;
	height: auto;
	margin: 0 4px;
}

.link-blank:hover::after {
	content: url(/cmn2/img/cmn_blank_bl.svg);
	margin: 0 4px;
}

.cmn2 .link-active {
	color: #19509d;
	text-decoration: underline;
}

.cmn2 .link-active:hover {
	text-decoration: none;
}

.link-blank.link-active::after {
	content: url(/cmn2/img/cmn_blank_bl.svg);
}

/*--------------------------------------------------*/
/* btn */
/*--------------------------------------------------*/

.cmn2 .btn-lv1,
.cmn2 .btn-lv2 {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: #fff;
	text-decoration: none !important;
	cursor: pointer;
}

/* btn-lv1
------------------------------------------*/

.cmn2 .btn-lv1 {
	padding: 14px 45px 14px 35px;
	line-height: 1.25;
	font-size: 13px;
	border: none;
	border-radius: 25px;
	background-color: #1a509d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.cmn2 button.btn-lv1 {
	font-family: 'Noto Sans JP', sans-serif;
}

/* [link] */

.cmn2 .btn-lv1:link,
.cmn2 .btn-lv1:visited {
	color: #fff;
}

.cmn2 .btn-lv1:hover,
.cmn2 .btn-lv1:active {
	color: #fff !important;
	text-decoration: none;
	background-color: #143d78;
	-webkit-transition: background 150ms;
	transition: background 150ms;
}

.cmn2 .btn-lv1:hover span,
.cmn2 .btn-lv1:active span {
	color: #fff;
	text-decoration: none;
}

/* [type2] */

.cmn2 .btn-lv1.type2 {
	color: #222 !important;
	background-color: #CCE3F2 !important;
}

.cmn2 .btn-lv1.type2:hover {
	color: #222 !important;
	background-color: #BBD3E2 !important;
}

.cmn2 .btn-lv1.type2:hover span,
.cmn2 .btn-lv1.type2:active span {
	color: #222 !important;
	background-color: #BBD3E2 !important;
	text-decoration: none;
}

/* [with icon] */

.btn-lv1.btn-next,
.btn-lv1.btn-up,
.btn-lv1.btn-down {
	padding: 12px 45px 12px 35px;
}

.btn-lv1.btn-blank {
	padding: 12px 35px;
}

.btn-lv1.btn-prev {
	padding: 12px 35px 12px 45px;
}

.btn-lv1.btn-next::before,
.btn-lv1.btn-up::before,
.btn-lv1.btn-down::before,
.btn-lv1.btn-prev::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: 9px 14px;
	transform: translateY(-50%);
}

.btn-lv1.btn-next::before {
	right: 12px;
	background-image: url("/cmn2/img/cmn_arw_wh.svg");
}

.btn-lv1.btn-up::before {
	right: 12px;
	background-image: url("/cmn2/img/cmn_arw_wh_up.svg");
	background-size: 9px 6px;
	background-position-y: 4px;
}

.btn-lv1.btn-down::before {
	right: 12px;
	background-image: url("/cmn2/img/cmn_arw_wh_down.svg");
	background-size: 9px 6px;
	background-position-y: 4px;
}

.btn-lv1.btn-prev::before {
	left: 12px;
	background-image: url("/cmn2/img/cmn_arw_wh_prev.svg");
}

/* [type2 with icon] */

.btn-lv1.type2.btn-next::before {
	right: 12px;
	background-image: url("/cmn2/img/cmn_arw_gy.svg");
}

/* btn-lv2
------------------------------------------*/

.cmn2 .btn-lv2 {
	width: 100%;
	padding: 15px 10px;
	color: #333;
	font-size: 13px;
	border: 2px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* [type2] */

.cmn2 .btn-lv2.type2 {
	color: #fff !important;
	background-color: transparent !important;
	border-color: #fff !important;
}

.cmn2 .btn-lv2.type2:hover {
	background-color: #fff !important;
}

/* [with icon] */

.btn-lv2.btn-next,
.btn-lv2.btn-up,
.btn-lv2.btn-down,
.btn-lv2.bn-prev {
	padding-right: 25px;
}

.btn-lv2.btn-next::before,
.btn-lv2.btn-up::before,
.btn-lv2.btn-down::before,
.btn-lv2.bn-prev::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: 9px 14px;
	transform: translateY(-50%);
}

.btn-lv2.btn-next::before {
	right: 8px;
	background-image: url("/cmn2/img/cmn_arw_bl.svg");
}

.btn-lv2.btn-up::before {
	right: 8px;
	background-image: url("/cmn2/img/cmn_arw_bl_up.svg");
}

.btn-lv2.btn-down::before {
	right: 8px;
	background-image: url("/cmn2/img/cmn_arw_bl_down.svg");
}

.btn-lv2.btn-prev::before {
	left: 8px;
	background-image: url("/cmn2/img/cmn_arw_bl_prev.svg");
}

/* btn-blank
------------------------------------------*/

.btn-lv1.btn-blank::after,
.btn-lv2.btn-blank::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 9px;
	margin-left: 4px;
	background: url("/cmn2/img/cmn_blank_wh.svg") no-repeat;
	background-size: 11px 9px;
}

.btn-lv2.btn-blank::after {
	margin-top: 6px;
	background: url("/cmn2/img/cmn_blank_bk.svg") no-repeat;
	float: right;
}

.btn-lv2.type2.btn-blank::after {
	margin-top: 6px;
	background: url("/cmn2/img/cmn_blank_wh.svg") no-repeat;
	float: right;
}
.btn-lv2.type2.btn-blank:hover::after {
	background: url("/cmn2/img/cmn_blank_bk.svg") no-repeat;
}

/* btn-fzm
------------------------------------------*/

.cmn2 .btn-fzm {
	font-size: 92.3%;
}

.btn-lv2.btn-blank.btn-fzm::after {
	margin-top: 4px;
}

/* grid > btn
------------------------------------------*/

.grid-cell>.btn-lv1,
.grid-cell>.btn-lv2 {
	width: 100%;
}

/*--------------------------------------------------*/
/* title */
/*--------------------------------------------------*/

/* title-level1
------------------------------------------*/

.title-level1 {
	padding-left: 16px;
	line-height: 1.5;
	font-size: 246%;
	border-left: 3px solid #1a509d;
}

/* title-level2
------------------------------------------*/

.title-level2 {
	position: relative;
	margin: 35px 0 30px;
	padding-bottom: 5px;
	line-height: 1.5;
	font-size: 184%;
	border: 0;
}

.title-level2::before,
.title-level2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 3px;
}

.title-level2::before {
	width: 100%;
	background-color: #ccc;
}

.title-level2::after {
	width: 60px;
	background-color: #1a509d;
}

.title-level2>.arw-next {
	margin-top: 14px;
	font-size: 50%;
	float: right;
}

/* title-level3
------------------------------------------*/

.title-level3 {
	margin: 35px 0 25px;
	padding-left: 16px;
	line-height: 1.8;
	font-size: 153%;
	border-left: 3px solid #1a509d;
}

/* title-level4
------------------------------------------*/

.title-level4 {
	position: relative;
	margin-top: 20px;
	padding-left: 20px;
	line-height: 1.8;
	font-size: 123%;
}

.title-level4::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 4px;
	background-color: #1a509d;
}

/* title-info
------------------------------------------*/

.title-info {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-size: 138%;
}

.title-info::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 2px;
}

.title-info::after {
	width: 60px;
	background-color: #ccc;
}

.title-info p {
	font-size: 115%;
}

/* title-content
------------------------------------------*/

.title-content {
	padding: 20px;
	font-size: 153%;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

/*--------------------------------------------------*/
/* page-visual */
/*--------------------------------------------------*/

.page-visual {
	position: relative;
	width: 100%;
}

.page-visual-box {
	display: inline-block;
	position: absolute;
	top: 40px;
	z-index: 2;
	width: 60%;
	padding: 20px 0 20px 20px;
	color: #fefefe;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.page-visual-title {
	display: inline-block;
	font-size: 253%;
	font-weight: bold;
}

.page-visual-caption {
	display: block;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 138%;
	opacity: .7;
	font-weight: normal;
}

.page-visual-image {
	position: relative;
	z-index: 1;
	font-size: 0;
}

@media (max-width: 968px) {
	.page-visual .inner {
		width: 100%;
	}

	.page-visual-box {
		top: 50%;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 12px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		min-width: 320px;
	}

	.page-visual-title {
		font-size: 192%;
	}
}

/*--------------------------------------------------*/
/* page-topicpath */
/*--------------------------------------------------*/

.page-topicpath {
	padding-top: 15px;
}

.page-topicpath-list li {
	display: inline;
	margin-right: 12px;
	padding-right: 16px;
	line-height: 1.8;
	font-size: 100%;
	background: url("/cmn2/img/cmn_arw_gy.svg") no-repeat 100% 50%;
	background-size: 5px 8px;
}

.page-topicpath-list li:last-child {
	background: none;
}

.page-topicpath-list li a {
	color: #1A519D;
	text-decoration: underline;
}

.page-topicpath-list li a:hover {
	text-decoration: none;
}

@media (max-width: 968px) {
	.page-topicpath {
		padding-right: 16px;
		padding-left: 16px;
		/* border-top: 1px solid #ccc; */
	}

	.page-topicpath-list {
		display: inline;
	}

	.page-topicpath-list li {
		display: inline;
		line-height: 1.8;
	}
}

/*--------------------------------------------------*/
/* nav-row-list */
/*--------------------------------------------------*/

.nav-row-list {
	display: flex;
	flex-wrap: wrap;
}

.nav-row-list>* {
	margin-right: 30px;
}

@media (max-width: 968px) {
	.nav-row-list>* {
		display: inline-block;
		width: 50%;
		margin-top: 10px;
		margin-right: 0;
	}

	.nav-row-list>*:nth-child(-n+2) {
		margin-top: 0;
	}

	.nav-row-list a {
		display: block;
		width: 100%;
	}
}

/*--------------------------------------------------*/
/* page-section */
/*--------------------------------------------------*/

.page-section {
	margin-top: 30px;
}

.page-section>*:first-child {
	margin-top: 0;
}

.page-section p {
	margin-top: 15px;
}

@media (max-width: 968px) {
	.page-section {
		padding-right: 16px;
		padding-left: 16px;
	}

	.page-section>*:first-child {
		margin-top: 0;
	}
}

/*--------------------------------------------------*/
/* block-table */
/*--------------------------------------------------*/

.block-table {
	width: 100%;
	margin-top: 30px;
	table-layout: fixed;
	border-collapse: collapse;
}

.block-table th,
.block-table td {
	padding: 15px 25px;
	border: 1px solid #ccc;
}

.block-table th {
	width: 40%;
	background-color: #f5f8fa;
	text-align: left;
	vertical-align: top;
}

.block-table td {
	width: 60%;
}

@media (max-width: 480px) {
	.block-table.rwd-table {
		margin-top: 15px;
	}

	.block-table.rwd-table tr {
		display: block;
	}

	.block-table.rwd-table th,
	.block-table.rwd-table td {
		display: block;
		padding: 15px;
	}

	.block-table.rwd-table th {
		width: 100%;
		border-top: none;
	}

	.block-table.rwd-table tr:first-child th {
		border-top: 1px solid #ccc;
	}

	.block-table.rwd-table td {
		width: 100%;
		border-top: none;
	}
}

/*--------------------------------------------------*/
/* normal-table */
/*--------------------------------------------------*/

.normal-table {
	table-layout: auto;
}

.normal-table th {
	width: auto;
}

.normal-table td {
	width: auto;
}

/*--------------------------------------------------*/
/* block-pagetop */
/*--------------------------------------------------*/

.block-pagetop {
	margin: 30px 0;
	text-align: right;
}

/*--------------------------------------------------*/
/* block-movie */
/*--------------------------------------------------*/

.block-movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.3%;
}

.block-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------*/
/* block-service */
/*--------------------------------------------------*/

.block-service {
	margin-top: 40px;
}

.block-service .title-level3,
.block-service .title-level4 {
	margin-bottom: 30px;
}

@media (max-width: 968px) {
	.block-service {
		margin-top: 20px;
	}

	.block-service .title-level3,
	.block-service .title-level4 {
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------*/
/* category */
/*--------------------------------------------------*/

.category-item {
	display: -webkit-box;
	display: flex;
	padding: 10px 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.category-frame {
	display: -webkit-box;
	display: flex;
	padding: 20px;
	border: 2px solid #ccc;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.category-img {
	margin-top: 0 !important;
	margin-right: 20px;
}

.category-img img {
	max-width: 154px;
	vertical-align: bottom;
}

.category-content {
	width: 100%;
}

.category-content>* {
	margin-top: 10px;
}

.category-content>*:first-child {
	margin-top: 0;
}

.category-lead {
	font-weight: 900;
}

.category-list>li {
	margin-top: 10px;
}

.category-list>li:first-child {
	margin-top: 0;
}

.category-list small {
	display: block;
}

@media (max-width: 968px) {
	.category-item {
		padding: 0;
	}

	.category-frame {
		padding: 10px;
	}

	.category-img {
		width: 100px;
		margin-right: 15px;
		min-width: 100px;
		max-width: 100px;
	}

	.category-content>* {
		margin-top: 5px;
	}

	.category-list>li {
		margin-top: 5px;
	}

	.category-list>li:first-child {
		margin-top: 0;
	}
}

@media (max-width: 420px) {
	.category-content {
		padding-left: 0;
	}

	.category-lead {
		white-space: nowrap;
	}
}

/*--------------------------------------------------*/
/* block-option */
/*--------------------------------------------------*/

.block-option {
	width: 75%;
}

.block-option>* {
	margin-top: 10px;
}

.block-option>*:first-child {
	margin-top: 0;
}

@media (max-width: 968px) {
	.block-option {
		width: 100%;
	}
}

/*--------------------------------------------------*/
/* block-note */
/*--------------------------------------------------*/

.block-note {
	margin-top: 15px;
	padding: 20px;
	background-color: #f5f8fa;
}

.block-note .list li {
	background-color: transparent;
}

/* note-red
------------------------------------------*/

.note-red {
	color: #c30;
	text-indent: 0 !important;
}

/* note-list
------------------------------------------*/

.note-list li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 92%;
	background-color: transparent;
}

.note-list .link-blank {
	padding-left: 0;
	text-indent: 0;
}

/*--------------------------------------------------*/
/* block-content */
/*--------------------------------------------------*/

.block-content {
	margin-top: 40px;
	border: 1px solid #ccc;
}

.block-content .body-content {
	padding: 20px;
}

.block-content .body-content>* {
	margin-top: 10px;
}

.block-content .body-content>*:first-child {
	margin-top: 0;
}

.block-content .block-inner {
	padding-left: 20px;
}

/*--------------------------------------------------*/
/* block-contact */
/*--------------------------------------------------*/

.block-contact .body-frame {
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.block-contact .body-frame>* {
	margin-top: 20px;
}

.block-contact .body-frame>*:first-child {
	margin-top: 0;
}

.block-contact .contact-subject {
	font-size: 184%;
	font-weight: bold;
}

/*--------------------------------------------------*/
/* freedial */
/*--------------------------------------------------*/

.freedial {
	position: relative;
	line-height: 23px;
	font-size: 184%;
	font-weight: bold;
	text-align: center;
}

.freedial::before {
	content: url("/cmn2/img/cmn_freedial.svg");
	display: inline-block;
	margin-right: 5px;
}

/*--------------------------------------------------*/
/* dial */
/*--------------------------------------------------*/

.dial {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: 184%;
	font-weight: bold;
	text-align: center;
}

.dial>* {
	margin: 0 5px;
}

.dial .ic {
	font-size: 0;
}

/* dial-min
------------------------------------------*/

.dial-min {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: 153%;
	font-weight: bold;
	text-align: center;
}

.dial-min>* {
	margin: 0 5px;
}

.dial-min .ic {
	font-size: 0;
}

/*--------------------------------------------------*/
/* icon-pdf */
/*--------------------------------------------------*/

.cmn2 .icon-pdf {
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-right: 2px;
	margin-left: 8px;
	background: url("/cmn2/img/cmn_pdf.png") no-repeat 0 2px;
	vertical-align: top;
}

/*--------------------------------------------------*/
/* img-auto */
/*--------------------------------------------------*/

@media (max-width: 968px) {
	#common-main .img-auto {
		width: auto;
		max-width: 100%;
		height: auto;
	}
}

/*--------------------------------------------------*/
/* etc */
/*--------------------------------------------------*/

.box-contact {
	width: 100%;
}

.area-frame {
	padding: 10px 20px;
	border: 2px solid #ccc;
}

@media (max-width: 968px) {
	.area-frame {
		padding: 10px;
	}
}

/*--------------------------------------------------*/
/* Tweet button for IE11 */
/*--------------------------------------------------*/

*::-ms-backdrop,
.twitter-share-button {
	height: 20px;
	box-sizing: border-box;
	padding: 1px 8px 1px 6px;
	border-radius: 3px;
	background-color: #1b95e0;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: 500;
}

*::-ms-backdrop,
.twitter-share-button:active,
.twitter-share-button:focus,
.twitter-share-button:hover {
    background-color: #0c7abf;
}

/*=======================================================*/
/* Object - /cmn3/ (WebCX) */
/*=======================================================*/

/*--------------------------------------------------*/
/* link */
/*--------------------------------------------------*/

.o-link::after {
	content: '';
	width: 10px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 0.15em;
	margin: 0 0.3em;
	background: url(/cmn3/img/icon/ic_arrow_right.svg) no-repeat center;
	background-size: 9px 15px;
}

.o-link:active::after {
	background-image: url(/cmn3/img/icon/ic_arrow_right_active.svg);
}

.o-link[target]::after {
	width: 17px;
	height: 16px;
	background-image: url(/cmn3/img/icon/ic_blank.svg);
	background-size: 17px 16px;
}

.o-link[target]:active::after {
	background-image: url(/cmn3/img/icon/ic_blank_active.svg);
}

.o-blank--black::after,
.o-blank::after {
	content: '';
	display: inline-block;
	position: relative;
	top: 0.15em;
	width: 17px;
	height: 16px;
	margin: 0 0.3em;
	background: url(/cmn3/img/icon_blank.svg) no-repeat center;
	background-size: 17px 16px;
}

.o-blank--black::after {
	background-image: url(/cmn3/img/icon_blank_black.svg);
}

/*--------------------------------------------------*/
/* tag */
/*--------------------------------------------------*/

.o-tag--pdf::after,
.o-tag--ai::after,
.o-tag--rar::after,
.o-tag--mov::after,
.o-tag--xls::after,
.o-tag--cdr::after,
.o-tag--zip::after,
.o-tag--dll::after,
.o-tag--ppt::after,
.o-tag--txt::after,
.o-tag--gif::after,
.o-tag--wav::after,
.o-tag--exe::after,
.o-tag--php::after,
.o-tag--jpg::after,
.o-tag--mp3::after,
.o-tag--html::after,
.o-tag--psd::after,
.o-tag--png::after,
.o-tag--mp4::after,
.o-tag--css::after,
.o-tag--eps::after,
.o-tag--svg::after,
.o-tag--doc::after {
	content: '';
	display: inline-block;
	position: relative;
	width: 37px;
	height: 16px;
	top: -0.1em;
	vertical-align: middle;
	margin: 0 0.3em;
	background-repeat: no-repeat;
	background-position: center;
}

.o-tag--pdf::after { background-image: url(/cmn3/img/icon/ic_tag_pdf.svg); }
.o-tag--ai::after { background-image: url(/cmn3/img/icon/ic_tag_ai.svg); }
.o-tag--rar::after { background-image: url(/cmn3/img/icon/ic_tag_rar.svg); }
.o-tag--mov::after { background-image: url(/cmn3/img/icon/ic_tag_mov.svg); }
.o-tag--xls::after { background-image: url(/cmn3/img/icon/ic_tag_xls.svg); }
.o-tag--cdr::after { background-image: url(/cmn3/img/icon/ic_tag_cdr.svg); }
.o-tag--zip::after { background-image: url(/cmn3/img/icon/ic_tag_zip.svg); }
.o-tag--dll::after { background-image: url(/cmn3/img/icon/ic_tag_dll.svg); }
.o-tag--ppt::after { background-image: url(/cmn3/img/icon/ic_tag_ppt.svg); }
.o-tag--txt::after { background-image: url(/cmn3/img/icon/ic_tag_txt.svg); }
.o-tag--gif::after { background-image: url(/cmn3/img/icon/ic_tag_gif.svg); }
.o-tag--wav::after { background-image: url(/cmn3/img/icon/ic_tag_wav.svg); }
.o-tag--exe::after { background-image: url(/cmn3/img/icon/ic_tag_exe.svg); }
.o-tag--php::after { background-image: url(/cmn3/img/icon/ic_tag_php.svg); }
.o-tag--jpg::after { background-image: url(/cmn3/img/icon/ic_tag_jpg.svg); }
.o-tag--mp3::after { background-image: url(/cmn3/img/icon/ic_tag_mp3.svg); }
.o-tag--html::after { background-image: url(/cmn3/img/icon/ic_tag_html.svg); }
.o-tag--psd::after { background-image: url(/cmn3/img/icon/ic_tag_psd.svg); }
.o-tag--png::after { background-image: url(/cmn3/img/icon/ic_tag_png.svg); }
.o-tag--mp4::after { background-image: url(/cmn3/img/icon/ic_tag_mp4.svg); }
.o-tag--css::after { background-image: url(/cmn3/img/icon/ic_tag_css.svg); }
.o-tag--eps::after { background-image: url(/cmn3/img/icon/ic_tag_eps.svg); }
.o-tag--eps::after { background-image: url(/cmn3/img/icon/ic_tag_eps.svg); }
.o-tag--doc::after { background-image: url(/cmn3/img/icon/ic_tag_doc.svg); }

.o-tag--pdf:active::after { background-image: url(/cmn3/img/icon/ic_tag_pdf_active.svg); }

/*--------------------------------------------------*/
/* button */
/*--------------------------------------------------*/

.o-btn {
	display: inline-block;
	position: relative;
	text-decoration: none !important;
	appearance: none;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
	padding: 14px 50px 13px 40px;
	border: 1px solid #0072BC;
	background: #0072BC url(/cmn3/img/icon/ic_arrow_right_white.svg) no-repeat center right 15px;
	background-size: 9px 15px;
	transition: background-color .2s;
	font-size: 100%;
	font-family: inherit;
	color: #FFF !important;
}
.o-btn:hover {
	border-color: #005B97;
	background-color: #005B97;
}
.o-btn[target] {
	background-image: url(/cmn3/img/icon/ic_blank_white.svg);
	background-size: 17px 16px;
}

/* o-btn--sm
------------------------------------------*/

.o-btn--sm {
	padding: 8px 35px 10px 20px;
	background-position: center right 10px;
	font-size: 87.5%;
}

/* o-btn--block
------------------------------------------*/

.o-btn--block {
	display: block;
	width: 100%;
}

/* o-btn--left
------------------------------------------*/

.o-btn--left {
	padding-right: 40px;
	padding-left: 50px;
	background-image: url(/cmn3/img/icon/ic_arrow_left_white.svg);
	background-position: center left 15px;
}

/* o-btn--up
------------------------------------------*/

.o-btn--up {
	background-image: url(/cmn3/img/icon/ic_arrow_up_white.svg);
	background-size: 16px 9px;
}

/* o-btn--down
------------------------------------------*/

.o-btn--down {
	background-image: url(/cmn3/img/icon/ic_arrow_down_white.svg);
	background-size: 16px 9px;
}

/* o-btn--orange
------------------------------------------*/

.o-btn--orange {
	border-color: #D13A21;
	background-color: #D13A21;
}
.o-btn--orange:hover {
	border-color: #C8260B;
	background-color: #C8260B;
}

/* o-btn--light
------------------------------------------*/

.o-btn--light {
	border-color: #E7F2FC;
	background-color: #E7F2FC;
	color: #1A1311 !important;
	background-image: url(/cmn3/img/icon/ic_arrow_right_black.svg);
}
.o-btn--light:hover {
	border-color: #BBD8F2;
	background-color: #BBD8F2;
}
.o-btn--light[target] {
	background-image: url(/cmn3/img/icon/ic_blank_black.svg);
}

/* o-btn--yellow
------------------------------------------*/

.o-btn--yellow {
	border-color: #FAC452;
	background-color: #FAC452;
	color: #1A1311 !important;
	background-image: url(/cmn3/img/icon/ic_arrow_right_black.svg);
}
.o-btn--yellow:hover {
	border-color: #F4A706;
	background-color: #F4A706;
}
.o-btn--yellow[target] {
	background-image: url(/cmn3/img/icon/ic_blank_black.svg);
}

/* o-btn--outline
------------------------------------------*/

.o-btn--outline {
	color: #0072BC !important;
	background-color: #FFF;
	background-image: url(/cmn3/img/icon/ic_arrow_right.svg);
}
.o-btn--outline:hover {
	background-color: #F1F8FF;
}
.o-btn--outline[target] {
	background-image: url(/cmn3/img/icon/ic_blank.svg);
}
.o-btn--outline.o-btn--left {
	background-image: url(/cmn3/img/icon/ic_arrow_left.svg);
}

/* o-btn--outline-orange
------------------------------------------*/

.o-btn--outline-orange {
	color: #D13A21 !important;
	border-color: #D13A21;
	background-color: #FFF;
	background-image: url(/cmn3/img/icon/ic_arrow_right_orange.svg);
}
.o-btn--outline-orange:hover {
	border-color: #D13A21;
	background-color: #FFEDE9;
}
.o-btn--outline-orange[target] {
	background-image: url(/cmn3/img/icon/ic_blank_orange.svg);
}

/* o-btn--rounded
------------------------------------------*/

.o-btn--rounded {
	border-radius: 6px;
	box-shadow: 0 4px 0 #0C5C8F;
	transition: box-shadow 0.08s, transform 0.08s;
}
.o-btn.o-btn--rounded:hover {
	box-shadow: none;
	transform: translateY(4px);
}

.o-btn--orange.o-btn--rounded {
	box-shadow: 0 4px 0 #A53724;
}
.o-btn--light.o-btn--rounded {
	box-shadow: 0 4px 0 #A6BFD6;
}
.o-btn--yellow.o-btn--rounded {
	box-shadow: 0 4px 0 #B1872D;
}
.o-btn--outline.o-btn--rounded {
	box-shadow: 0 4px 0 #0072BC;
}
.o-btn--outline-orange.o-btn--rounded {
	box-shadow: 0 4px 0 #D13A21;
}

/*--------------------------------------------------*/
/* box link */
/*--------------------------------------------------*/

.o-box-link {
	display: flex;
	align-items: center;
	min-height: 110px;
	height: 100%;
	box-sizing: border-box;
	font-weight: 700;
	padding: 24px;
	color: #1A1311 !important;
	text-decoration: none !important;
	background: #FFF url(/cmn3/img/icon/ic_arrow_right.svg) no-repeat center right 15px;
	background-size: 9px 15px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}

.o-box-link:hover {
	background-position: center right 10px;
	box-shadow: 0 3px 25px rgba(0, 0, 0, .15);
	transition: background-position .2s, box-shadow .2s;
}

.o-box-link[target] {
	background-image: url(/cmn3/img/icon/ic_blank.svg);
	background-size: 17px 16px;
}

.o-box-link--center {
	justify-content: center;
}

/*--------------------------------------------------*/
/* comb link */
/*--------------------------------------------------*/

.o-comb-link {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 24px;
	color: #1A1311 !important;
	text-decoration: none !important;
	background: #FFF url(/cmn3/img/icon/ic_arrow_right.svg) no-repeat center right 15px;
	background-size: 9px 15px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}

.o-comb-link:hover {
	background-position: center right 10px;
	box-shadow: 0 3px 25px rgba(0, 0, 0, .15);
	transition: background-position .2s, box-shadow .2s;
}

.o-comb-link[target] {
	background-image: url(/cmn3/img/icon/ic_blank.svg);
	background-size: 17px 16px;
}

.o-comb-link__img > * {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.o-comb-link__ttl {
	text-align: center;
	font-weight: 700;
	font-size: 112.5%;
	margin-top: 15px;
}

@media not screen and (max-width: 767px) {
	.o-comb-link__ttl.align-height {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: calc(2em * 1.6);
	}
}

.o-comb-link__txt--center,
.o-comb-link__txt {
	margin-top: 15px;
}

.o-comb-link__txt--center {
	text-align: center;
}

/* tb view
------------------------------------------*/

@media (max-width: 1079px) {
	.o-comb-link {
		display: flex;
		padding-right: 38px;
	}

	.o-comb-link__img {
		display: flex;
		flex-direction: column;
	}

	.o-comb-link__con {
		flex: 1;
		margin-left: 20px;
	}

	.o-comb-link__ttl {
		text-align: left;
		margin-top: 0;
		font-size: 100%;
	}

	.o-comb-link__txt--center,
	.o-comb-link__txt {
		font-size: 87.5%;
		margin-top: 12px;
	}

	.o-comb-link__txt--center {
		text-align: left;
	}
}

/*--------------------------------------------------*/
/* title */
/*--------------------------------------------------*/

.o-title-lv1 {
	text-align: center;
	border-bottom: solid 1px #DCDCDC;
	font-size: 268.75%;
	font-weight: 700;
	padding: 45px 15px 47px;
}

.o-title-lv2 {
	position: relative;
	text-align: center;
	font-size: 218.75%;
	font-weight: 700;
	margin: 50px 0;
	padding-bottom: 20px;
}
.o-title-lv2::after {
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 1px;
	background: #0072BC;
	bottom: 0;
	left: 50%;
	margin-left: -21px;
}

.o-title-lv3 {
	text-align: center;
	font-size: 150%;
	font-weight: 700;
	border-bottom: solid 1px #DCDCDC;
	padding-bottom: 16px;
	margin: 50px 0 34px;
}

.o-title-lv4 {
	font-size: 125%;
	font-weight: 700;
	margin: 40px 0 18px;
}

.o-title-lv5 {
	font-size: 112.5%;
	font-weight: 700;
	margin: 30px 0 8px;
}

/* tb view
------------------------------------------*/

@media (max-width: 1079px) {
	.o-title-lv1 {
		font-size: 218.75%;
		padding: 40px 15px 37px;
	}

	.o-title-lv2 {
		margin-top: 40px;
		margin-bottom: 33px;
		padding-bottom: 17px;
		font-size: 143.75%;
	}

	.o-title-lv3 {
		font-size: 125%;
		margin: 45px 0 20px;
	}

	.o-title-lv4 {
		font-size: 125%;
	}

	.o-title-lv5 {
		font-size: 112.5%;
	}
}

/* sp view
------------------------------------------*/

@media (max-width: 767px) {
	.o-title-lv1 {
		font-size: 187.5%;
		padding: 21px 15px 19px;
	}

	.o-title-lv2 {
		margin-bottom: 28px;
	}

	.o-title-lv3 {
		margin-top: 30px;
	}
}

/*--------------------------------------------------*/
/* page navi */
/*--------------------------------------------------*/

.o-pagenav {
	background-color: #F5F6F9;
	text-align: center;
	padding: 8px 0;
}

.o-pagenav__itm {
	display: inline-block;
	margin: 5px 15px;
}

.o-pagenav__itm > a {
	color: #1A1311 !important;
	text-decoration: none !important;
}

.o-pagenav__itm > a::after {
	content: '';
	display: inline-block;
	position: relative;
	top: 0.15em;
	height: 0.9em;
	width: 0.95em;
	margin-left: 0.5em;
	background: url(/cmn3/img/icon/ic_arrow_down.svg) no-repeat center;
	background-size: contain;
}

/* tb view
------------------------------------------*/

@media (max-width: 1079px) {
	.o-pagenav {
		font-size: 87.5%;
	}
}

/*--------------------------------------------------*/
/* list */
/*--------------------------------------------------*/

.o-list {
	margin-top: 1.5em;
}

.o-list ul,
.o-list ol {
	margin-top: 0;
}

.o-list > li {
	position: relative;
	line-height: 1.6;
	margin: .6em 0;
	padding-left: 1.6em;
}

.o-list.\--no-gap > li {
	margin-top: 0;
	margin-bottom: 0;
}

ul.o-list > li:before {
	content: "";
	position: absolute;
	top: .6em;
	left: .35em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(24,30,50,.7);
}

/* decimal
------------------------------------------*/

.o-list--decimal,
ol.o-list {
	padding-left: 1.4em;
}

ol.o-list > li {
	background: none;
	padding-left: 0;
}

ol.o-list > li,
.o-list--decimal > li {
	list-style-type: decimal;
}

.o-list--decimal > li {
	line-height: 1.6;
	margin: .6em 0;
}

/* tb view
------------------------------------------*/

@media (max-width: 1079px) {
	.o-list {
		font-size: 87.5%;
	}
}

/*--------------------------------------------------*/
/* note-list */
/*--------------------------------------------------*/

.o-note-list {
	margin-top: 1.5em;
}

.o-note-list > li {
	margin: .6em 0;
	margin-left: 1em;
	text-indent: -1em;
}

.o-note-list.\--no-gap > li {
	margin-top: 0;
	margin-bottom: 0;
}

/* number
------------------------------------------*/

.o-note-list.\--num > li {
	margin-left: 1.8em;
	text-indent: -1.8em;
}

/*--------------------------------------------------*/
/* table */
/*--------------------------------------------------*/

.o-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.o-table + .o-table {
	margin-top: 30px;
}

.o-table__th,
.o-table__td {
	padding: 15px 20px;
	/* vertical-align: top; */
	border: solid 1px #EEE;
}

.o-table__th {
	background-color: #F5F6F9;
	text-align: left;
}

.o-table__head .o-table__th {
	background-color: #666;
	color: #FFF;
}

.o-table__td {
	background-color: #FFF;
}

/* tb view
------------------------------------------*/

@media (max-width: 1079px) {
	.o-table {
		font-size: 87.5%;
	}

	.o-table--res .o-table__head {
		display: none;
	}

	.o-table--res .o-table__td,
	.o-table--res .o-table__th,
	.o-table--res tr,
	.o-table--res tbody,
	.o-table--res {
		display: block;
	}

	.o-table--res .o-table__th {
		border: none;
		margin-top: 16px;
	}

	.o-table--res .o-table__td {
		border: none;
		padding: 0;
		margin-top: 5px;
	}

	.o-table__th,
	.o-table__td {
		padding: 10px 15px;
	}
}

/* sp view
------------------------------------------*/

@media (max-width: 767px) {
	.o-table__th,
	.o-table__td {
		padding: 8px 12px;
	}

	.o-scroll-table {
		background-color: #fff;
	}

	.o-scroll-table .o-table {
		min-width: 700px;

		background: linear-gradient(to left, hsla(0, 0%, 100%, 0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), white 15px) right / 50px 100%;
		background-repeat: no-repeat;
		background-attachment: local;
	}

	.o-scroll-table .o-table__th {
		background-color: rgba(225, 227, 236, 0.4);
	}

	.o-scroll-table .o-table__head .o-table__th {
		background-color: rgba(0, 0, 0, 0.6);
	}

	.o-scroll-table .o-table__td {
		background-color: transparent;
	}

	.o-scroll-table__inner {
		overflow-x: scroll;

		background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
}

/*--------------------------------------------------*/
/* link-group */
/*--------------------------------------------------*/

.o-link-group {
	display: flex;
	flex-direction: column;
}

.o-link-group__item {
	position: relative;
	display: block;
	padding: 25px 40px 25px 25px;
	border: 1px solid #E5E5E5;
	background: #fff url(/cmn3/img/icon/ic_arrow_right.svg) no-repeat center right 20px;
	background-size: 9px 15px;
    text-decoration: none !important;
}

.o-link-group__item + .o-link-group__item {
	border-top-width: 0;
}

.o-link-group__item[target] {
	background-image: url(/cmn3/img/icon/ic_blank.svg);
	background-size: 17px 16px;
}

.o-link-group__item:hover {
	background-color: #F5F7FA;
	background-position: center right 15px;
	transition: background-position .2s, background-color .2s;
}

.o-link-group__header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.o-link-group__header > time {
	flex-basis: 7.5em;
	margin-right: 15px;
	font-size: 87.5%;
	color: #666 !important;
}

.o-link-group__header > .o-label {
	margin-right: 5px;
}

.o-link-group__header > .o-label + .o-label {
	margin-left: 0;
}

.o-link-group__text {
	margin-top: 5px !important;
	color: #1A1311 !important;
	font-weight: 700;
}

/* tb view
------------------------------------------*/

@media (max-width: 1079px) {
	.o-link-group__item {
		padding: 20px 35px 20px 20px;
		background-position: center right 15px;
	}

	.o-link-group__item:hover {
		background-position: center right 10px;
	}
}

/*--------------------------------------------------*/
/* label */
/*--------------------------------------------------*/

.o-label {
	display: inline-block;
	line-height: 1;
	padding: 5px 12px;
	vertical-align: baseline;
	border: 1px solid #E5E5E5;
	background-color: #EDEDED;
	color: #1A1311 !important;
	font-size: 81.25%;
	text-align: center;
    white-space: nowrap;
}

.o-label + .o-label {
	margin-left: 5px;
}

/* tb view
------------------------------------------*/

@media (max-width: 1079px) {
	.o-label {
		padding: 5px 8px;
		font-size: 75%;
	}
}

/* sp view
------------------------------------------*/

@media (max-width: 767px) {
	.o-label {
		padding: 5px 5px;
	}
}

/*--------------------------------------------------*/
/* local-menu */
/*--------------------------------------------------*/

.o-title-lv1 + .o-local-menu {
	margin-top: -1px;
	padding-top: 10px;
	background-color: #fff;
}

.o-local-menu .grid-margin-lg {
	margin-bottom: -15px;
}

.o-local-menu .grid-cell {
	margin-bottom: 15px;
}

.o-local-menu .grid-cell [class*="o-tag--"]::after {
	width: 32px;
	height: 14px;
}

.o-local-menu__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1296px;
}

.o-local-menu__inner.\--w900 {
	max-width: 900px;
}

/* o-local-menu__link
------------------------------------------*/

.o-local-menu__link {
	display: block;
	height: 100%;
	padding: 5px 20px 5px 0;
	border-bottom: 1px solid #D5D5D5;
	background: #fff url(/cmn3/img/icon/ic_arrow_right.svg) no-repeat center right 2px;
	font-size: 87.5%;
	color: #1A1311 !important;
	text-decoration: none !important;
}

.o-local-menu__link[target] {
	background-image: url(/cmn3/img/icon/ic_blank.svg);
}

.o-local-menu__link:hover {
	border-color: #0072BC;
	background-position: center right;
	transition: border-color .2s, background-position .2s;
}

/* o-local-menu__btn
------------------------------------------*/

.o-local-menu__btn {
	display: none;
	line-height: 1;
	margin: 0 auto;
	padding: 10px 30px 10px 15px;
	border: 1px solid #D5D5D5;
	background: #fff url(/cmn3/img/icon/ic_arrow_down.svg) no-repeat center right 8px;
	font-size: 75%;
	cursor: pointer;
}

.o-local-menu__btn:hover {
	background-color: #F5F7FA;
	transition: background-color .2s;
}

.o-local-menu__input {
	display: none;
}

/* o-local-menu__content
------------------------------------------*/

.o-local-menu__content {
	width: 100%;
}

/* tb view
------------------------------------------*/

@media (max-width: 1079px) {
	.o-local-menu .grid-margin-lg {
		margin-right: -8px;
		margin-bottom: -5px;
		margin-left: -8px;
	}

	.o-local-menu .grid-cell {
		padding-right: 8px;
		padding-left: 8px;
		margin-bottom: 5px;
	}

	.o-local-menu__link {
		font-size: 75%;
	}

	.o-local-menu__btn {
		display: block;
	}

	.o-local-menu__input:checked + .o-local-menu__btn {
		background-image: url(/cmn3/img/icon/ic_arrow_up.svg);
	}

	/* o-local-menu__content
	------------------------------------------*/

	.o-local-menu__content {
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition: all .4s;
	}

	.o-local-menu__input:checked ~ .o-local-menu__content {
		margin-top: 10px;
		height: auto;
		opacity: 1;
		transition: all .4s;
	}
}

/* sp view
------------------------------------------*/

@media (max-width: 767px) {
	.o-local-menu__inner {
		padding: 0 15px;
	}
}

/*--------------------------------------------------*/
/* media */
/*--------------------------------------------------*/

.o-media {
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-top: 2em;
}

.o-media--center {
	align-items: center;
}

.o-media__body {
	flex: 1;
}

.o-media__body:last-child {
	margin-left: 20px;
}

.o-media__body:first-child {
	margin-right: 20px;
}

.o-media__body > *:first-child {
	margin-top: 0;
}

.o-media__body > * + * {
	margin-top: 1em !important;
}

/* sp view
------------------------------------------*/

@media (max-width: 767px) {
	.o-media {
		display: block;
	}

	.o-media__body:last-child {
		margin-left: 0;
		margin-top: 10px;
	}

	.o-media__body:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.o-media__body > * + * {
		margin-top: 0.5em !important;
	}
}

/*--------------------------------------------------*/
/* alert */
/*--------------------------------------------------*/

.o-alert {
	width: 100%;
	margin-top: 2em;
	border: 3px solid #DE0239;
	background-color: #DE0239;
	font-size: 100%;
}

.o-alert__header,
.o-alert__body {
	padding: 18px 25px;
}

.o-alert__header {
	color: #fff;
}

.o-alert__title {
	min-height: 24px;
	padding-left: 32px;
	background: url(/cmn3/img/icon/ic_alert.svg) no-repeat left center;
	background-size: 22px;
	font-weight: bold;
}

.o-alert__body {
	background-color: #fff;
}

.o-alert__body > *:first-child {
	margin-top: 0;
}

.o-alert__body > * + * {
	margin-top: 1em !important;
}

.o-alert__body.\--icon {
	padding-left: calc(25px + 32px);
	background-image: url(/cmn3/img/icon/ic_alert_red.svg);
	background-repeat: no-repeat;
	background-position: 25px 18px;
	background-size: 22px;
}

/* alert--info
------------------------------------------*/

.o-alert--info {
	border-color: #F4AD16;
	background-color: #F4AD16;
	border-width: 1px;
}

.o-alert--info > .o-alert__body.\--icon {
	background-image: url(/cmn3/img/icon/ic_info.svg);
}

/* tb view
------------------------------------------*/

@media (max-width: 1079px) {
	.o-alert__header,
	.o-alert__body {
		padding: 15px 20px;
	}

	.o-alert__title {
		min-height: 19px;
		padding-left: 25px;
		background-size: 17px;
		font-size: 87.5%;
	}

	.o-alert__body > * + * {
		margin-top: 0.5em !important;
	}

	.o-alert__body.\--icon {
		padding-left: calc(20px + 25px);
		background-position: 20px 17px;
		background-size: 17px;
	}
}

/*--------------------------------------------------*/
/* frame */
/*--------------------------------------------------*/

.o-frame {
	width: 100%;
	margin-top: 2em;
	padding: 18px 25px;
	border: 3px solid #ccc;
	background-color: #fff;
}

.o-frame > *:first-child {
	margin-top: 0;
}

.o-frame > * + * {
	margin-top: 1em !important;
}

/* tb view
------------------------------------------*/

@media (max-width: 1079px) {
	.o-frame {
		padding: 15px 20px;
	}

	.o-frame > * + * {
		margin-top: 0.5em !important;
	}
}

/*--------------------------------------------------*/
/* card */
/*--------------------------------------------------*/

.o-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
	color: #1A1311 !important;
	text-decoration: none !important;
	transition: box-shadow .2s ease-out;
}

.o-card:hover {
	box-shadow: 0 3px 25px rgba(0, 0, 0, .15);
}

.o-card__img {
	position: relative;
	min-height: 0%; /* for IE11 */
}

.o-card__img > img {
	width: 100%;
	height: auto;
	transition: opacity .2s ease-out;
	opacity: 1;
}

.o-card:hover .o-card__img > img {
	opacity: .8;
}

.o-card:hover .o-card__body {
	background-position: center right 10px;
}

.o-card__body {
	flex: 1 1 auto;
	padding: 20px 40px 25px 20px;
	background: url(/cmn3/img/icon/ic_arrow_right.svg) center right 15px/9px 15px no-repeat;
	transition: all .2s ease-out;
}

.o-card[target="_blank"] .o-card__body {
	background-image: url(/cmn3/img/icon/ic_blank.svg);
	background-size: 17px 16px;
}

.o-card__title {
	margin-bottom: 15px;
	font-weight: bold;
}

@media not screen and (max-width: 1079px) {
	.o-card__title.align-height {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: calc(2em * 1.6);
	}
}

.o-card__text {
	margin-top: 15px !important;
}

/* o-card--border
------------------------------------------*/

.o-card--border {
	border: 1px solid #E0E0E0;
	box-shadow: none;
}

.o-card--border:hover {
	box-shadow: none;
}

.o-card--border .o-card__img {
	border-bottom: 1px solid #E0E0E0;
}

/* o-card--new
------------------------------------------*/

.o-card--new .o-card__img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	width: 40px;
	height: 21px;
	background: url(/img/icon_new.svg) no-repeat;
}
