@charset "utf-8";

/* #topimage */
#topimage {
	overflow: hidden;
	background: url(../img/30819215_l.jpg);

	background-size: 110%;
	background-position: center bottom;
	background-blend-mode: lighten;
}

	#topimage h1 {
		position: relative;
		text-align: center;
		padding: 0.50rem 1.50rem;
		font-weight: bold;
		background: rgb(255, 255, 255);
		background: linear-gradient(0deg,
				rgba(255, 255, 255, 1) 0%,
				rgba(164, 212, 251, 1) 67%,
				rgba(120, 166, 245, 1) 100%);
		border: 5px solid rgba(90 190 240/ 1.00);
	}

		#topimage h1 span {
			display: inline-block;
			padding: 0 5px;
			color: rgba(20 140 200/ 1.00) !important;
			font-size: 2.00rem;
			font-weight: bold;
			text-shadow:
				2px 2px 0 rgba(255 255 255/ 1.00),
				2px -2px 0 rgba(255 255 255/ 1.00),
				-2px 2px 0 rgba(255 255 255/ 1.00),
				-2px -2px 0 rgba(255 255 255/ 1.00);
		}

	#topimage div {
		display: flex;
		align-items: center;
		justify-content: center;
	}

		#topimage div ul {}

			#topimage div ul li {
				margin-bottom: 0.50rem !important;
				text-shadow: 0 0 4px rgba(250 250 250/ 1.00), 0 0 4px rgba(250 250 250/ 1.00), 0 0 4px rgba(250 250 250/ 1.00);
				font-size: 1.75rem;
			}



#index_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#index_list>li {
	box-sizing: border-box;
	width: calc(100% / 2 - 5px);
	height: auto;
	margin-bottom: 10px !important;
	background: rgba(250 255 250/ 1.00);
	border: 1px solid rgba(220 220 220/ 1.00);
	border-radius: 5px;
}

#index_list > li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.50rem !important;
}

#index_list>li h3 i {
	width: 20px;

	font-size: 1.50rem !important;
}

#index_list>li h3 strong {
	width: calc(100% - 25px);
	border-bottom: 1px dotted rgba(125 155 210 / 1.00);

	font-size: 1.75rem !important;
}

#index_list>li h3 i,
#index_list>li h3 strong {
	color: rgba(20 60 155 / 1.00) !important;
}

#index_list>li:nth-child(3) h3 i {
	color: red !important;/*rgba(20 60 155 / 1.00) !important;*/
}


/* index reason */
#index_reason {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#index_reason>li {
	display: flex;
	flex-wrap: nowrap;
	width: calc(100% / 2 - 5px);
}

#index_reason>li ol>li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;

	padding-top: 0.50rem !important;
	padding-bottom: 0.50rem !important;
	margin-bottom: 1.00rem !important;
	border-bottom: 1px dotted rgba(200 200 200/ 1.00);
}

#index_reason>li ol>li::before {
	content: "";
	display: block;
	width: 32px;
	height: 34px;
	margin-right: 5px;
}

#index_reason>li:nth-child(1) ol>li:nth-child(1):before {
	background: rgba(255 255 255/ 1.00) url(../img/index/icons_reason/1.gif) no-repeat;
}

#index_reason>li:nth-child(1) ol>li:nth-child(2):before {
	background: rgba(255 255 255/ 1.00) url(../img/index/icons_reason/2.gif) no-repeat;
}

#index_reason>li:nth-child(1) ol>li:nth-child(3):before {
	background: rgba(255 255 255/ 1.00) url(../img/index/icons_reason/3.gif) no-repeat;
}

#index_reason>li:nth-child(1) ol>li:nth-child(4):before {
	background: rgba(255 255 255/ 1.00) url(../img/index/icons_reason/4.gif) no-repeat;
}

#index_reason>li:nth-child(2) ol>li:nth-child(1):before {
	background: rgba(255 255 255/ 1.00) url(../img/index/icons_reason/5.gif) no-repeat;
}

#index_reason>li:nth-child(2) ol>li:nth-child(2):before {
	background: rgba(255 255 255/ 1.00) url(../img/index/icons_reason/6.gif) no-repeat;
}

#index_reason>li:nth-child(2) ol>li:nth-child(3):before {
	background: rgba(255 255 255/ 1.00) url(../img/index/icons_reason/7.gif) no-repeat;
}

#index_reason>li:nth-child(2) ol>li:nth-child(4):before {
	background: rgba(255 255 255/ 1.00) url(../img/index/icons_reason/8.gif) no-repeat;
}

#index_reason>li ol>li>section {
	width: calc(100% - 37px);
}

#index_reason>li h3 {
	margin: 0.50rem 0 0.75rem 0.50rem;
	font-size: 1.25rem;
	font-weight: bold;
}

#news-wrapper {
	width: 100% !important;

}

#news-wrapper h3.uline {
    font-size: 21px !important;
    padding: 10px !important;
    border-bottom: solid 3px #eee;
    position: relative;
}

#news-wrapper h3.uline span {
    display: inline-block;
    position: relative;
}
#news-wrapper h3.uline i {
    color: #27A9D7 !important;
    font-size: 10px !important;
    font: 700 14px / 1 'Lato', sans-serif !important;
    vertical-align: middle;
    padding-left: 10px !important;
}



#news-wrapper h3.uline span:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px !important;
    position: absolute;
    bottom: -13px;
    left: -10px;
    border-bottom: solid 3px #27A9D7;
}
#news-wrapper h3.uline > a {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 13px !important;
    color: inherit !important;
    text-decoration: none;
}


#news-wrapper .news-column {
    padding: 10px 0 !important;
}
#news-wrapper .news-column > div {
	width: 100%;
    padding: 15px 10px !important;
    border-bottom: solid 1px #e2e4e8;
}

#news-wrapper .news-column > div > a {
    color: inherit !important;
    text-decoration: none;
}
#news-wrapper .news-column i {
    display: block;
    float: left;
    padding-bottom: 1em !important;
    margin-right: 20px !important;
}
#news-wrapper .news-column h4 {
    text-decoration: underline;
}
#news-wrapper .news-column h4, #news-wrapper .news-column p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px !important;
}
#news-wrapper .news-column h4 > span {
    background: #27A9D7;
    color: white !important;
    font-size: 9pt !important;
    padding: 5px !important;
    margin-right: 5px !important;
    border-radius: 4px;
    display: inline-block;
}
#news-wrapper .news-column p {
    font-size: 9pt !important;
    color: #999;
}
#news-wrapper .news-column h4, #news-wrapper .news-column p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px !important;
	font-size: 1.05rem !important;
}

#news-wrapper .news-column h4 {
	font-weight: bold;
}
#news-wrapper time {
	font-size: 0.85rem !important;
}
