@charset "utf-8";
/* CSS Document */

.ttlBox {
	padding-top: 20px;
}

.ttlBox h2 {
	font-size: 40px;
	font-size: 4.0em;
	letter-spacing: 3px;
	padding: 0;
}

.ttlBox p.sub_title {
	color: #1261a3;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 0 60px 0;
}

@media screen and (max-width: 950px) {

	header {
		border-bottom: 5px solid #fcd2d2;
		width: 100%;
		padding: 0 10px;
		height: 65px;
	}

	.ttlBox {
		padding: 20px 10px 0;
	}
	.ttlBox h2 {
		font-size: 2.2rem;
		letter-spacing: -1px;
	}
	.ttlBox p.sub_title {
		font-size: 1.3rem;
		font-weight: bold;
		margin-top: 5px;
		padding: 0 0 10px 0;
	}
}

#wrap {
  width: 100%;
	padding-bottom: 0;
}

@media screen and (max-width: 768px) {
	#wrap {
	  width: 100%;
	}
}

#pageBody {
	background: none !important;
	padding-bottom: 0;
}

#pageBody .ov {
	padding-top: 0;
}

#content {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}

#container01 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.bnr-site{
	margin: 20px 0 0 20px;
}

.bnr-site a:hover{
	opacity: 0.8;
}

#mainvisual {
	max-width: 465px;
	width: 100%;
}

#mainvisual img {
	max-width: inherit;
	width: 100%;
}

#news_info {
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
	-ms-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
	-o-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
	width: 680px;
}


#news_info .ttl_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 48px;
	border-bottom: 2px solid #61c4dc;
	padding: 5px 0 4px;
}

#news_info .ttl_area .hd_ttl {
	padding-left: 15px;
	margin-top: 3px;
	font-size: 2.0rem;
}

#news_info .ttl_area .btn_list {
	margin-right: 10px;
}

#news_info .ttl_area .btn_list a {
	line-height: 30px;
	background: #61c4dc;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	padding: 0 13px;
	text-decoration: none;
}

#news_info .ttl_area .btn_list:hover {
	opacity: .8;
}

#news_info .ttl_area .btn_list a::before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 15px;
	margin-right: 10px;
}

#news_info .news_list_area {
	display: block;
	overflow-y: scroll;
	height: 350px;
}

#news_info .news_list {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

#news_info .news_list + .news_list {
	border-top: 1px solid #e6e6e6;
}

#news_info .news_list dt {
	width: 120px;
	font-size: 1.4rem;
	margin-top: 2px;
}

#news_info .news_list dd {
	width: calc(100% - 120px);
	position: relative;
	padding-left: .7em;
	text-indent: -.7em;
	font-size: 1.4rem;
}

#news_info .news_list dd::before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.5rem;
	margin-right: 5px;
	color: #72cae0;
}

#news_info .news_list dd a {
	color: #004da6;
}

/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#news_info .news_tab_area dl dd:not(:target) {
		padding-left: 12px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#news_info .news_tab_area dl dd a:not(:target) {
		margin-left: 10px;
	}
} */

.right-box{
	max-width: 234px;
}

.right-box li{
	margin-bottom: 10px;
}
.right-box li a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 950px) {
	#container01 {
		display: block;
		height: auto;
		margin-top: 10px;
	}
	
	#mainvisual {
		max-width: inherit;
		margin: 10px auto 0;
		width: calc(100% - 20px);
	}
	
	.right-box{
		max-width: 100%;
		padding: 0 10px;
		margin-top: 20px;
	}
	.right-box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.right-box li{
		margin: 10px;
	}
	
	#news_info {
		padding: 0 0 10px;
		margin: 10px auto 0;
		width: calc(100% - 20px);
		display: block;
	}
	
	#news_info .news_list_area{
		height: 260px;
	}
	
	#news_info .news_list {
		display: block;
		padding: 10px;
	}

	#news_info .news_list dt,
	#news_info .news_list dd{
		width: 100%;
	}
}

#tab_search {
	margin: 30px 0 0 0;
	position: relative;
	width: 100%;
}

#tab_btn {
	width: 100%;
}

#tab_btn ul {
	display: flex;
	align-items: flex-end;
}

#tab_btn ul li {
	text-align: center;
	width: 190px;
	margin-right: 10px;
}

#tab_btn ul li a {
	background: #fff;
	box-sizing: border-box;
	display: block;
	padding: 8px 0 3px;
	text-decoration: none;
	width: 100%;
	color: #333;
	border: 1px solid #ccc;
	/* border-top: 5px solid #f59999; */
	border-bottom: none;
	border-top: none;
	position: relative;
}

#tab_btn ul li a::before {
	content: '';
	display: inline-block;
	background: #f59999;
	width: calc(100% + 2px);
	height: 5px;
	position: absolute;
	left: -1px;
	top: 0;
}

#tab_btn ul li a:hover {
	display: inline-flex;
	justify-content: center;
	padding: 9px 0;
}

#tab_btn ul li.tab02 a:hover,
#tab_btn ul li.tab03 a:hover {
	justify-content: flex-start;
}

#tab_btn ul li.btn_active a {
	background: #fff;
	display: inline-flex;
	flex-direction: column;
	position: relative;
	top: 1px;
	padding: 9px 0 10px;
}

_:-ms-input-placeholder, :root .selector {
	#tab_btn ul li.btn_active a:not(:target) {
		padding: 14px 0;
	}
}

_:-ms-input-placeholder, :root .selector {
	#tab_btn ul li a:hover:not(:target) {
		padding: 12px 0;
	}
}

_:-ms-input-placeholder, :root .selector {
	#tab_btn ul li.btn_active a:not(:target) {
		display: block;
		padding: 11px 0;
	}
}

.tab_textbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab02 .tab_textbox,
.tab03 .tab_textbox {
	justify-content: flex-start;
}


.tab_textbox img {
	margin-right: 10px;
}

.tab02 .tab_textbox img,
.tab03 .tab_textbox img {
	margin-left: 11px;
	margin-right: 10px;
}

.tab_area {
	background: #fff;
	box-sizing: border-box;
	display: none;
	padding: 20px 20px 12px;
	width: 100%;
	border: 1px solid #ccc;
}

.tab_area ul {
	justify-content: space-between;
	display: flex;
	align-items: stretch;
	margin: 0 auto;
	flex-wrap: wrap;
}

.tab_area ul li {
	margin-bottom: 8px;
	width: calc((100%/4) - 8px);
	border: 1px solid #f59999;
	display: flex;
	justify-content: center;
	font-size: 94%;
	padding: 9px;
	position: relative;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
}

.tab_area ul li::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #f59999 transparent;
	position: absolute;
	left: auto;
	right: 4px;
	bottom: 4px;
}

.tab_area ul li:hover {
	opacity: .5;
}

.tab_area ul li.bd_none {
	border: none !important;
	box-shadow: none;
}

.tab_area ul li.bd_none::before {
	content: none;
	border-width: 0 !important;
}

.tab_area ul li.bd_none::after {
	content: none;
}


.tab_area ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	width: 100%;
}

.tab_area ul li span {
	color: #333;
	padding: 5px 0 5px 9px;
	font-size: 1.5rem;
}

.tab_benefit ul li:nth-child(n+11) {
	background: none;
}

div.active {
	display: block;
}

@media screen and (max-width: 950px) {
	#content {
		width: 100%;
		padding: 0;
	}
	#tab_search {
		font-size: 84%;
		margin: 30px auto 0;
		width: 100%;
	}
	#tab_btn ul li {
		margin-right: 10px;
	}
	#tab_btn ul li:last-child {
		margin-right: 0;
	}
	.tab_textbox {
		font-size: 1.4rem;
	}
	.tab_textbox img {
		width: 35px;
	}
	.tab_area {
		padding: 15px 0 0;
	}
	.tab_area ul {
		width: calc(100% - 20px);
	}
	.tab_area ul li {
		margin-bottom: 11px;
		text-align: center;
		padding: 10px 0 10px 10px;
		width: calc((100%/3) - 5px);
	}
	.tab_area ul li a {
		display: block;
		padding: 8px 0;
		text-align: left;
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
	}
	.tab_area ul li span {
		font-size: 1.4rem;
		text-align: left;
		margin-left: 5%;
	}
	.tab_area ul li.bd_none {
		display: none;
	}

}

@media screen and (max-width: 767px) {
	.tab_textbox {
		display: block;
		text-align: center;
	}
	.tab_textbox img {
		display: block;
		margin: 0 auto;
	}

	.tab02 .tab_textbox,
	.tab03 .tab_textbox {
		justify-content: center;
	}
	.tab02 .tab_textbox img,
	.tab03 .tab_textbox img {
		margin: 0 auto;
	}
	#tab_btn ul li.tab02 a:hover,
	#tab_btn ul li.tab03 a:hover {
		justify-content: center;
	}
	.tab_area ul li {
		width: calc((100%/2) - 5px);
	}
}

@media screen and (max-width: 530px) {
	.right-box ul{
		justify-content: space-between;
	}
	
	.right-box li{
		width: 45%;
		margin: 10px auto;
	}

}

@media screen and (max-width: 480px) {
	.tab_area ul li {
		padding: 5px;
	}

	.tab_area ul li a img {
		width: 40%;
	}

	.tab_area ul li:nth-child(2) a img {
		margin-left: 3px;
	}

	.tab_area ul li span {
		margin: 0 0 0 7px;
		line-height: 1.4;
	}

}

.bnr_area {
	margin: 35px auto;
}

.bnr_area ul {
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
}

.bnr_area ul li {
	margin-right: 25px;
}

	.bnr_area ul li:nth-child(3n) {
		margin-right: 0;
	}

.bnr_area ul li:hover {
	opacity: .5;
}

@media screen and (max-width: 950px) {
	.bnr-site{
		margin: 20px 10px;
		text-align: center;
	}
	
	
	.bnr_area {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.bnr_area ul {
		justify-content: center;
	}
	.bnr_area ul li {
		margin: 0 0 10px;
	}

	.sp-mail{
		text-align: center;
	}
		.sp-mail img{
			width: 50%;
		}
}
