/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500&display=swap&subset=japanese');

body{
	color:#041726;
	margin: 0;
	padding: 0;
	font-size: 96%;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust:100%;
	-webkit-appearance: none;
	font-weight: 300;
	word-break: break-all;
	letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, p, a{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: 400;
	word-break: break-all;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a{
	color: #006BB0;
}

a:visited{
	color: #6600B4;
}

a:hover{
	color: #B50003;
}

#wrap{
	background-color: #FFF;
	margin: 40px auto;
}

#navi{
	margin-bottom: 10px;
}

#navi ul{
	display: flex;
	text-align: center;
	/*justify-content: center;*/
	align-items: center;
}

#navi li{
	width: calc(50% - 10px);
	text-align: center;
	list-style: none;
	margin: 10px auto;
	overflow: hidden;
}

#navi li:first-child{
	border-left: 0;
	margin-left: 0;
	border-radius: 0 100px 100px 0;
	background-color: #EFF517;
	background-image: url("/promotion/contents_images/navi_back.png");
}

#navi li:last-child{
	border-right: 0;
	margin-right: 0;
	border-radius: 100px 0 0 100px;
	background-image: url("/promotion/contents_images/promotion_navi_back.png");
	background-size: 100% 100%;
}

#navi li:first-child:hover{
	/*background-color: #969A05;*/
}

#navi a{
	padding: 20px 0;
	display: block;
	text-decoration: none;
}

#navi li:first-child a{
	border-left: 0;
	color: #222;
}

#navi li:last-child a{
	border-right: 0;
	color: #FFF;
}



#main_view{
	text-align: center;
}

#news h2{
	background: #00748C;
	background-image: url("/promotion/contents_images/news_back.png");
	text-align: center;
	color: #FFF;
	padding: 10px;
}

#news ul{
	background-color: #F5F5F5;
	padding: 10px 20px;
}

#news li{
	list-style: none;
	border-bottom: 1px dotted #CCC;
	padding: 5px 0;
}


.breadcrumb{
	margin: 10px 0;
	background-color: #EDEDED;
}

.breadcrumb .inner{
	padding: 5px;
	font-size: 90%;
}


h1{
	font-size: 180%;
	margin-top: 40px;
	text-align: center;
	border-bottom: 4px solid #333;
	padding: 0 20px  20px;
}


#wrap .text{
	margin: 40px auto;
	padding: 0 40px;
}



#wrap .text h2{
	font-size: 140%;
	margin: 10px -30px;
	background-color: #91C8CF;
	padding: 6px 10px;
}

#wrap .text h3{
	font-size: 130%;
	margin: 10px -20px;
	background-color: #DEEBED;
	padding: 6px 10px;
}

#wrap .text h4{
	font-size: 120%;
	margin: 10px -10px;
	background-color: #F5F5F5;
	padding: 6px 10px;
	border-left: 6px solid #CCC;
}

#wrap .text h5{
	font-size: 110%;
	margin: 10px -10px;
	border-bottom: 2px solid #CCC;
	padding: 6px 10px;
}

/***** F*****/
.text_black{
	color: #222;
}

.text_brown{
	color: #7C3E00;
}

.text_green{
	color: #236F00;
}

.text_red{
	color: #BC0003;
}


#wrap .text.news_list li{
	border-bottom: 1px solid #DDD;
	padding: 5px 0;
}

#wrap .text.news_list li .date{
	margin-right: 10px;
}

#wrap .submenu{
	display: none;
}


#footer{
	background-color: #F5F5F5;
	padding: 20px;
	text-align: center;
}