@charset "utf-8";

/* 基本設定
----------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	color: #222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #326eb4;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

em {
	font-weight: bold;
}

.strong01,
.strong02 {
	color: #d71414;
}

.strong02 {
	font-weight: bold;
}

.hidden {
	overflow: hidden;
}

small {
	color: #666;
}

#wrap {
	position: relative;
	width: 100%;
	font-size: 1.2rem;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.pc_view {
	display: none !important;
}


/*----- #topic_path -----*/

#topic_path {
	padding: 8px 0;
	background: #f0f0f0;
}

#topic_path ol {
	margin: 0 10px;
	font-size: 1.0rem;
}

#topic_path ol li {
	float: left;
	margin: 0 5px 0 0;
}

#topic_path ol li a {
	margin: 0 5px 0 0;
}

#topic_path ol li:first-child a::before {
	position: relative;
	top: 1px;
	display: inline-block;
	content: "";
	width: 11px;
	height: 10px;
	margin: 0 5px 0 0;
	background: url(/shared/svg/icon_home.svg) 0 0 no-repeat;
	background-size: 11px 10px;
}


/*----- .btn -----*/

.btn {
	display: block;
	width: 100%;
	padding: 15px 20px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGYxZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #edf1f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#edf1f4));
	background: -webkit-linear-gradient(top, #ffffff 0%,#edf1f4 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#edf1f4 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#edf1f4 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#edf1f4 100%);
	border: 1px solid #d8dce0;
	border-radius: 50px;
	box-sizing: border-box;
	color: #222;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.6;
}

.btn:hover {
	background: #eff4f9;
	text-decoration: none;
}

.btn_inner {
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	text-align: left;
}

.btn_inner::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	content: "";
	margin: -3px 0 0;
	border: 3px solid transparent;
	border-left: 4px solid #326eb4;
}

.btn.fa-caret-right::before {
	padding: 0 6px 0 0;
	color: #326eb4;
	font-size: 1.2rem;
}

.btn + .btn {
	margin: 15px 0 0;
}


/*----- .btn_anchor -----*/

.btn_anchor .btn_inner::before {
	border: 3px solid transparent;
	border-top: 4px solid #326eb4;
}


/*----- .btn_rss -----*/

.btn_rss .btn_inner {
	padding: 0 0 0 20px;
}

.btn_rss .btn_inner::before {
	display: none;
}

.btn.btn_rss .btn_inner i {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -.5em 0 0;
	color: #ff8c00;
}


/*----- .btn_window -----*/

.btn_window .btn_inner::before {
	width: 10px;
	height: 9px;
	background: url(/shared/svg/icon_window.svg) 0 0 no-repeat;
	background-size: 10px 9px;
	border: none;
}


/*----- .btn_xxx（pdf, word, excel, powerpoint, movie ） -----*/

.btn_pdf .btn_inner,
.btn_word .btn_inner,
.btn_excel .btn_inner,
.btn_powerpoint .btn_inner,
.btn_text .btn_inner,
.btn_movie .btn_inner {
	padding: 0 0 0 22px;
}

.btn_pdf .btn_inner::before,
.btn_word .btn_inner::before,
.btn_excel .btn_inner::before,
.btn_powerpoint .btn_inner::before,
.btn_text .btn_inner::before,
.btn_movie .btn_inner::before {
	margin: -8px 0 0;
	border: none;
}

.btn_pdf .btn_inner::before {
	content: url(/shared/img/icon_pdf.png);
}

.btn_word .btn_inner::before {
	content: url(/shared/img/icon_word.png);
}

.btn_excel .btn_inner::before {
	content: url(/shared/img/icon_excel.png);
}

.btn_powerpoint .btn_inner::before {
	content: url(/shared/img/icon_powerpoint.png);
}


.btn_text .btn_inner::before {
	content: url(/shared/img/icon_text.png);
}

.btn_movie .btn_inner::before {
	margin: -10px 0 0;
	content: url(/shared/img/icon_movie.png);
}



/* アイコン
----------------------------------------------------------- */

/*----- link_arrow -----*/

.link_arrow01:not(a),
.link_arrow02:not(a) {
	position: relative;
	padding: 0 0 0 22px;
}

.link_arrow01:not(a) > a::before,
.link_arrow02:not(a) > a::before,
a.link_arrow01::before,
a.link_arrow02::before {
	display: inline-block;
	content: "";
	border: 3px solid transparent;
}

.link_arrow01:not(a) > a::before,
.link_arrow02:not(a) > a::before {
	position: absolute;
	top: 7px;
	left: 9px;
}

.al_right .link_arrow01:not(a) > a,
.al_right .link_arrow02:not(a) > a {
	position: relative;
	padding: 0 0 0 22px;
}

.al_right .link_arrow01:not(a) > a::before,
.al_right .link_arrow02:not(a) > a::before {
	top: 4px;
}


/* .link_arrow01 */

.link_arrow01:not(a) > a::before,
a.link_arrow01::before {
	border-left: 4px solid #666;
}

a.link_arrow01::before {
	position: relative;
	top: -2px;
	margin: 0 0 0 5px;
}

/* .link_arrow02 */

.link_arrow02:not(a) > a::before,
a.link_arrow02::before {
	border-top: 4px solid #666;
}

.link_arrow02:not(a) > a::before {
	left: 7px;
}

a.link_arrow02::before {
	position: relative;
	top: 2px;
	margin: 0 5px;
}


/*----- link_arrow03 -----*/

.link_arrow03 {
	position: relative;
	padding: 0 0 0 18px;
}

.link_arrow03::before,
.link_arrow03::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
}

.link_arrow03::before {
	width: 14px;
	height: 14px;
	margin: -7px 0 0;
	background: #326eb4;
	border-radius: 7px;
}

.link_arrow03::after {
	left: 6px;
	margin: -3px 0 0;
	border: 3px solid transparent;
	border-left: 4px solid #fff;
}


/*----- .link_xxx（window, pdf, word, excel, powerpoint, movie ） -----*/

.link_window:not(a),
.link_pdf:not(a),
.link_word:not(a),
.link_excel:not(a),
.link_powerpoint:not(a),
.link_text:not(a),
.link_movie:not(a) {
	position: relative;
	padding: 0 0 0 22px;
}

.link_window:not(a) > a::before,
.link_pdf:not(a) > a::before,
.link_word:not(a) > a::before,
.link_excel:not(a) > a::before,
.link_powerpoint:not(a) > a::before,
.link_text:not(a) > a::before,
.link_movie:not(a) > a::before,
a.link_window::before,
a.link_pdf::before,
a.link_word::before,
a.link_excel::before,
a.link_powerpoint::before,
a.link_text::before,
a.link_movie::before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
}

.link_window:not(a) > a::before,
.link_pdf:not(a) > a::before,
.link_word:not(a) > a::before,
.link_excel:not(a) > a::before,
.link_powerpoint:not(a) > a::before,
.link_text:not(a) > a::before,
.link_movie:not(a) > a::before {
	position: absolute;
	top: 5px;
	left: 2px;
}

.link_window:not(a) > a::before,
a.link_window::before {
	width: 10px;
	height: 9px;
	background: url(/shared/svg/icon_window.svg) 0 0 no-repeat;
	background-size: 10px 9px;
}

.link_window:not(a) > a::before {
	top: 7px;
	left: 5px;
}

.link_pdf:not(a) > a::before,
a.link_pdf::before {
	width: 14px;
	height: 13px;
	background: url(/shared/img/icon_pdf.png) 0 0 no-repeat;
	background-size: 14px 13px;
}

.link_word:not(a) > a::before,
a.link_word::before {
	background: url(/shared/img/icon_word.png) 0 0 no-repeat;
	background-size: 12px 12px;
}

.link_excel:not(a) > a::before,
a.link_excel::before {
	background: url(/shared/img/icon_excel.png) 0 0 no-repeat;
	background-size: 12px 12px;
}

.link_powerpoint:not(a) > a::before,
a.link_powerpoint::before {
	background: url(/shared/img/icon_powerpoint.png) 0 0 no-repeat;
	background-size: 12px 12px;
}

.link_text:not(a) > a::before,
a.link_text::before {
	background: url(/shared/img/icon_text.png) 0 0 no-repeat;
	background-size: 12px 12px;
}

.link_movie:not(a) > a::before,
a.link_movie::before {
	height: 10px;
	background: url(/shared/img/icon_movie.png) 0 0 no-repeat;
	background-size: 12px 10px;
}


a.link_window::before,
a.link_pdf::before,
a.link_word::before,
a.link_excel::before,
a.link_powerpoint::before,
a.link_text::before,
a.link_movie::before {
	position: relative;
	top: 2px;
	margin: 0 3px 0 5px;
}

a.link_window::before {
	top: 0;
}

a.link_movie::before {
	top: 0px;
}

.al_right .link_window:not(a) > a,
.al_right .link_pdf:not(a) > a,
.al_right .link_word:not(a) > a,
.al_right .link_excel:not(a) > a,
.al_right .link_powerpoint:not(a) > a,
.al_right .link_text:not(a) > a,
.al_right .link_movie:not(a) > a {
	position: relative;
	padding: 0 0 0 22px;
}

.al_right .link_pdf:not(a) > a::before,
.al_right .link_word:not(a) > a::before,
.al_right .link_excel:not(a) > a::before,
.al_right .link_powerpoint:not(a) > a::before,
.al_right .link_text:not(a) > a::before,
.al_right .link_movie:not(a) > a::before {
	top: 0px;
}

.al_right .link_window:not(a) > a::before {
	top: 2px;
}


