@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/
body.home #content main h1 {
	text-align: center;
}
body.home #main-visual ul.main-visual_menu {
	list-style-type: none;
	margin: 0 0 0 auto;
}
body.home #main-visual ul.main-visual_menu li {
	margin: 0 0 3px 0;
}
body.home #main-visual ul.main-visual_menu li:last-child {
	margin-bottom: 0;
}
body.home #main-visual ul.main-visual_menu li a {
	display: block;
	position: relative;
	border-left-style: solid;
	background-color: #fff;
	color: #7d002d;
	text-decoration: none;
	line-height: 1.2;
}
body.home #main-visual ul.main-visual_menu li a::after {
	position:absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #cccccc;
}
body.home #main-visual ul.main-visual_menu li:nth-child(1) a {
	border-color: #a8cc07;
}
body.home #main-visual ul.main-visual_menu li:nth-child(1) a::after {
	border-color: transparent transparent transparent #a8cc07;
}
body.home #main-visual ul.main-visual_menu li:nth-child(2) a {
	border-color: #0177c1;
}
body.home #main-visual ul.main-visual_menu li:nth-child(2) a::after {
	border-color: transparent transparent transparent #0177c1;
}
body.home #main-visual ul.main-visual_menu li:nth-child(3) a {
	border-color: #f7b000;
}
body.home #main-visual ul.main-visual_menu li:nth-child(3) a::after {
	border-color: transparent transparent transparent #f7b000;
}
body.home #main-visual ul.main-visual_menu li:nth-child(4) a {
	border-color: #6b3bc5;
}
body.home #main-visual ul.main-visual_menu li:nth-child(4) a::after {
	border-color: transparent transparent transparent #6b3bc5;
}
body.home #main-visual ul.main-visual_menu li:nth-child(5) a {
	border-color: #e31eac;
}
body.home #main-visual ul.main-visual_menu li:nth-child(5) a::after {
	border-color: transparent transparent transparent #e31eac;
}
body.home #main-visual ul.main-visual_menu li:nth-child(6) a {
	border-color: #aaabab;
}
body.home #main-visual ul.main-visual_menu li:nth-child(6) a::after {
	border-color: transparent transparent transparent #aaabab;
}
body.home #content main h1 span {
	position: relative;
	padding: 0 1.5em;
}
body.home #content main h1 span::before,
body.home #content main h1 span::after {
	position:absolute;
	content: "";
	top: 0.8em;
	width: 1em;
	height: 2px;
	background-color: #000;
}
body.home #content main h1 span::before {
	left: 0;
}
body.home #content main h1 span::after {
	right: 0;
}
body.home #content main dl.topic_list dt {
	color: #72100f;
}
body.home #content main dl.topic_list dd {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #4f515b;
}
body.home #content main dl.topic_list dd a {
	color: #000;
	text-decoration: none;
}
body.home #content main .index_btn {
	text-align: center;
}
body.home #content main .index_btn a {
	display: inline-block;
	padding: 0 10px;
	background-color: #7d002d;
	color: #fff;
	text-decoration: none;
}
body.home #content main .index_btn a span {
	position: relative;
}
body.home #content main .index_btn a span::after {
	position:absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #fff;
}
body.home #content aside ul.banner {
	list-style-type: none;
}
body.home #content aside ul.banner li {
	display: table;
	width: 100%;
}
body.home #content aside ul.banner li a {
	display: table-cell;
	width: 100%;
}




/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

body.home #content main {
	margin-bottom: 40px;
}
body.home #content main h1 {
	font-size: 1.4rem;
}
body.home #main-visual {
	background: #ebecec url("../images/top_visual.jpg") no-repeat 50% 0%;
	background-size: cover;
}
body.home #main-visual .main-visual_wrap {
	padding: 7px 2%;
}
body.home #main-visual ul.main-visual_menu {
	width: 50.9%;
}
body.home #main-visual ul.main-visual_menu li a {
	padding: 12px 19px 12px 15px;
	border-width: 7px;
}
body.home #main-visual ul.main-visual_menu li a::after {
	right: 6px;
	border-width: 5px 0 5px 8px;
}
body.home #content main dl.topic_list dt {
	font-size: 1.0rem;
}

body.home #content main dl.topic_list dd {
	font-size: 1.1rem;
}
body.home #content main .index_btn a {
	padding: 5px 15px;
}
body.home #content main .index_btn a span {
	padding-right: 12px;
}
body.home #content main .index_btn a span::after {
	border-width: 5px 0 5px 8px;
}
body.home #content aside {
	display: block;
}
body.home #content aside ul.banner {
	margin: 0 6.4%;
}
body.home #content aside ul.banner li {
	margin: 0 0 12px;
	border-bottom: 1px solid #9fa0a0;
	background-color: #ebecec;
	background: #ebecec url("../images/banner_bg.gif") repeat left top;
	background-size: 15px;
}
body.home #content aside ul.banner li a {
	height: 44px;
	padding: 5px 10px 5px 55px;
	color: #000;
	text-decoration: none;
	line-height: 1.2;
	vertical-align: middle;
	box-sizing: border-box;
}
body.home #content aside ul.banner li:nth-child(1) a {
	background: transparent url("../images/banner_icon_01.png") no-repeat 5px center;
	background-size: 30px auto;
}
body.home #content aside ul.banner li:nth-child(2) a {
	background: transparent url("../images/banner_icon_02.png") no-repeat 5px center;
	background-size: 30px auto;
}
body.home #content aside ul.banner li:nth-child(3) a {
	background: transparent url("../images/banner_icon_03.png") no-repeat 5px center;
	background-size: 30px auto;
}
body.home #content aside ul.banner li:nth-child(4) a {
	background: transparent url("../images/banner_icon_04.png") no-repeat 5px center;
	background-size: 30px auto;
}
body.home #content aside ul.banner li:nth-child(5) a {
	background: transparent url("../images/banner_icon_05.png") no-repeat 5px center;
	background-size: 30px auto;
}


/* 736px以下用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

body.home #main-visual {
	background: #ebecec url("../images/top_visual_pc.jpg") no-repeat 50% 0%;
	background-size: cover;
}
body.home #main-visual .main-visual_wrap {
	width: 1024px;
	margin: 0 auto;
	padding: 4px 0;
}
body.home #main-visual .main-visual_wrap ul.main-visual_menu {
	width: 332px;
}
body.home #main-visual .main-visual_wrap ul.main-visual_menu li a {
	padding: 21px 25px 20px 18px;
	border-width: 14px;
	font-size: 1.8rem;
}
body.home #main-visual ul.main-visual_menu li a::after {
	right: 10px;
	border-width: 8px 0 8px 14px;
}
body.home #main-visual ul.main-visual_menu li a:hover {
	background-color: #f9f9f9;
}
body.home #content main {
	width: 670px;
}
body.home #content main h1 {
	margin-top: 0.8em;
	font-size: 2.2rem;
}
body.home #content main dl.topic_list dt {
	font-size: 1.3rem;
}
body.home #content main dl.topic_list dd a:hover {
	text-decoration: underline;
}
body.home #content main .index_btn a {
	padding: 5px 15px;
}
body.home #content main .index_btn a:hover {
	opacity: 0.8;
}
body.home #content main .index_btn a span {
	padding-right: 20px;
}
body.home #content main .index_btn a span::after {
	border-width: 6px 0 6px 10px;
}
body.home #content aside {
	width: 333px;
	margin: 56px 0 0;
}
body.home #content aside ul.banner li {
	margin: 0 0 17px;
}
body.home #content aside ul.banner li:hover {
	opacity: 0.8;
}

/* 737px以上用（PC用）の記述 end */
}


/*--------------------------------------------------------------------
 *	印刷用（PC表示）の記述
 *--------------------------------------------------------------------*/
@media print {
/* 印刷用（PC表示）の記述 */


/* 印刷用（PC表示）の記述 end */
}


/*------------------------------------------ clear */
body.home {
	zoom: 100%;
}

body.home:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}