<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* PC専用表示 */
@media only screen and (max-width:600px) {
	.for_pc {
		display: none;
	}
}

/* スマートフォン専用表示 */
@media (min-width: 601px) {
	.for_sp {
		display: none;
	}
}

.mt0 {
	margin-top: 0 !important
}

.mt05 {
	margin-top: 0.5em !important
}

.mt1 {
	margin-top: 1em !important
}

.mt15 {
	margin-top: 1.5em !important
}

.mt2 {
	margin-top: 2em !important
}

.kome {
	color: #F00;
}

.kome_desc1 {
	margin-left: 0;
}

.kome_desc1 li {
	margin-top: 0;
	text-indent: -2.2em;
	list-style: none;
	padding-left: 2.2em;
	font-size: 70%;
}

.kome_desc1 li.double {
	text-indent: -3.2em;
	padding-left: 3.2em;
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}

.fc_blue{
	color: #375372;
}

.c-table__headCell{
	vertical-align: middle;
}

.po-r {
	position: relative;
	top: -5px;
}

.text-cn {text-align: center !important;}

.fa-tab {
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0
}

.fa-tab_switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1px;
    padding-right: 4px;
    padding-left: 4px
}

.fa-tab_switch_item {
    font-size: 16px;
    z-index: 1;
    margin-right: 4px;
    margin-left: 4px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    border-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.fa-tab_switch_item_link {
    display: block;
    box-sizing: border-box;
    height: 100%;
    padding: 6px 8px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    background: #f0f0f0
}

.fa-tab_switch_item-current .fa-tab_switch_item_link {
    font-weight: 700;
    color: #d50000;
    border-bottom-color: #fff;
    background-color: #fff
}

.fa-tab_switch_item-current .fa-tab_switch_item_link:hover {
    text-decoration: none
}

.fa-tab_switch_item_bullet {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border-radius: 99em;
    background-color: #7f7f7f
}

.fa-tab_switch_item-current .fa-tab_switch_item_bullet {
    background-color: #d50000
}

.fa-tab_switch_item_bullet:before {
    position: absolute;
    top: 3px;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-width: 3px 0 3px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}

.fa-tab_switch_item-current .fa-tab_switch_item_bullet:before {
    top: 4px;
    left: 3px;
    border-width: 4px 3px 0 3px;
    border-color: #fff transparent transparent transparent
}

.fa-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    text-align: center;
}
.t-left {text-align: left !important;}
.tab_inner {
	margin-top: 50px;
	padding: 0 30px;
}

.tab_grid__item {
	width: 30% !important;
	padding-left: 45px !important;
}

.thumb_waku {
	width: 100%;
	margin-bottom: 20px;
}

.thumb_waku img {width: 100%; height: auto;}

/*リンクボタン*/
.bn_linkbtn a {
    width: 144px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0.5em;
    text-decoration: none;
    background-image: linear-gradient(#f8f8f8 0%, #f0f0f0 39%, #e0e0e0 40%, #d8d8d8);
    border-radius:5px;
    border: 1px solid #b0b0b0;
    transition: .2s;
}
.bn_linkbtn a:hover {
  background-image: linear-gradient(#e8e8e8 0%, #e0e0e0 39%, #d0d0d0 40%, #c8c8c8);
  color: #00246F;
  text-decoration: none !important;
}

.col1_img_txt {
	margin-left: 180px;
}

@media only screen and (max-width: 767px) {
	.thumb_waku {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.bn_linkbtn a {width: 100%;}

	.sp_item {width: 48% !important;}	
}


/********************************************

index

**********************************************/
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
/********************************************

icon

**********************************************/
.icon_gray {
	color: #FFF;
	background-color: #888888;
	font-weight: normal;
	line-height: 0.75em;
	text-align: center;
	padding: 0.35em 0.75em;
	border-radius: 2em;
	white-space: nowrap;
	font-size: 0.75em;
	display: inline-block;
}
.icon_bl {
	color: #FFF;
	background-color: #375372;
	font-weight: normal;
	line-height: 0.85em;
	text-align: center;
	padding: 0.35em 1.3em;
	border-radius: 2em;
	white-space: nowrap;
	font-size: 0.95em;
	display: inline-block;
	margin-left: 0.5em;
	position: relative;
	top:-0.06em;
}
/********************************************

iconBox

**********************************************/
.iconBox {
	border: 1px solid #b2b2b2;
	color: #b2b2b2;
	font-weight: normal;
	line-height: 0.85em;
	text-align: center;
	padding: 0.15em 0.8em;
	white-space: nowrap;
	font-size: 0.95em;
	display: inline-block;
	margin-left: 0.5em;
	position: relative;
	top:-0.06em;
	font-size: 15px;
  line-height: 1.5;
}
.iconBox--bl {
	color: #FFF;
	background-color: #375372;
	border-color: #375372;
}
/********************************************

borderBox

**********************************************/
.borderBox{
	padding: 8px;
	border: 1px solid #375372;
	margin: 1em auto;
}
/********************************************

bgBlueBox

**********************************************/
.bgBlueBox{
	background: rgb(55,83,114);
	background: linear-gradient(90deg, rgba(55,83,114,0.2) 0%, rgba(255,255,255,1) 100%);
	padding:16px 8px;
	margin: 30px auto;
}
/********************************************

bgNavyBox

**********************************************/
.bgNavyBox{
	padding: 5px;
	background-color: #375372;
	color: #FFF;
	line-height: 1.466;
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/********************************************

borderBoxGrey

**********************************************/
.borderBoxG{
	padding: 8px;
	border: 1px solid #ddd;
	margin: 1em auto;
}
/********************************************

grayBox

**********************************************/
.grayBox{
	background-color: #e2e2e2;
  padding: 5px;
  margin: 20px 0;
}
.grayBox&gt; h4 {
  background-color: #000;
  color: #FFF;
/*  font-size: 85%;*/
  padding: 3px 5px;
}

@media only screen and (min-width:1280px) {
	.col1_img img {
		padding: 1em 8em;
	}
	.img_50per {
		max-width: 50%;
		margin: 0 auto;
		display: block;
	}
	.img_80per {
		max-width: 80%;
		margin: 0 auto;
		display: block;
	}

	.img_90per {
		max-width: 90%
	}
	.img_50perM {
		max-width: 50%;
		display: block;
	}
}

@media only screen and (max-width:1279px) {
	.col1_img img {
		padding: 0.5em 3.2em;
	}
}

@media only screen and (max-width:599px) {
	.col1_img img {
		padding: 0.5em;
	}
	
	.c-img img {width: 100%; height: auto;}
	.l-grid__item-2 .c-img img {
		width: 40%;
	}
	.col1_img_txt {
		margin-left: 15%;
	}
}





</pre></body></html>