@charset "utf-8";

/* 基本設定
----------------------------------------------------------- */
html {
	font-size: 62.5%;
	overflow-y: scroll;
}

html.large {
	font-size: 71.5%;
}

@media only screen and (orientation : portrait) {
	html.mobile,
	html.tablet {
		zoom: 0.75;
		font-size: 46.875%;
	}
	html.mobile.large,
	html.tablet.large {
		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;
}

a {
	color: #326eb4;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

a:hover {
	text-decoration: underline;
}


a img {
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a:hover img {
	opacity: .7;
}

em {
	font-weight: bold;
}

.strong01,
.strong02 {
	color: #d71414;
}

.strong02 {
	font-weight: bold;
}

.hidden {
	overflow: hidden;
}

small {
	color: #666;
}

input,
select,
textarea,
button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}

.sp_view {
	display: none !important;
}


/*----- #topic_path -----*/

#topic_path {
	padding: 10px 0;
	background: #f0f0f0;
}

#topic_path ol {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
}

#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 {
	display: inline-block;
	content: "";
	width: 11px;
	height: 10px;
	margin: 0 8px 0 0;
	background: url(/shared/svg/icon_home.svg) 0 0 no-repeat;
	background-size: 11px 10px;
}


/*----- .btn -----*/

.btn {
	display: inline-block;
	padding: 10px 25px;
	background: #edf1f4;
	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: 150px;
	box-sizing: border-box;
	color: #222;
	text-align: center;
	line-height: 1.5;
}

.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: -4px 0 0;
	border: 4px solid transparent;
	border-left: 5px solid #326eb4;
}

.btn.fa-caret-right::before {
	padding: 0 6px 0 0;
	color: #326eb4;
	font-size: 12px;
	font-size: 1.2rem;
}

.btn + .btn {
	margin: 0 0 0 10px;
}


/*----- .btn_anchor -----*/

.btn_anchor .btn_inner::before {
	margin: -3px 0 0;
	border: 4px solid transparent;
	border-top: 5px solid #326eb4;
}


/*----- .btn_rss -----*/

.btn_rss .btn_inner {
	padding: 0 0 0 18px;
}

.btn_rss .btn_inner::before {
	display: none;
}

.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) right 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_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_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_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: 4px solid transparent;
}

.link_arrow01:not(a) > a::before,
.link_arrow02:not(a) > a::before {
	position: absolute;
}

.al_right .link_arrow01:not(a) > a,
.al_right .link_arrow02:not(a) > a {
	position: relative;
	padding: 0 0 0 22px;
}

/* .link_arrow01 */

.link_arrow01:not(a) > a::before,
a.link_arrow01::before {
	border-left: 5px solid #666;
}

.link_arrow01:not(a) > a::before {
	top: 8px;
	left: 7px;
}

a.link_arrow01::before {
	position: relative;
	top: -1px;
	margin: 0 0 0 5px;
}

.al_right .link_arrow01:not(a) > a::before {
	top: 6px;
}

.mobile .al_right .link_arrow01:not(a) > a::before,
.tablet .al_right .link_arrow01:not(a) > a::before {
	top: 4px;
}

.mobile .al_right .link_arrow02:not(a) > a::before,
.tablet .al_right .link_arrow02:not(a) > a::before {
	top: 5px;
}

.mac .al_right .link_arrow01:not(a) > a::before {
	top: 2px;
}


/* .link_arrow02 */

.link_arrow02:not(a) > a::before,
a.link_arrow02::before {
	border-top: 5px solid #666;
}

.link_arrow02:not(a) > a::before {
	top: 10px;
	left: 5px;
}

a.link_arrow02::before {
	position: relative;
	top: 2px;
	margin: 0 5px;
}

.al_right .link_arrow02:not(a) > a::before {
	top: 8px;
}

.mac .al_right .link_arrow02:not(a) > a::before {
	top: 5px;
}

@media only screen and (orientation : portrait) {
	html.mobile .link_arrow01:not(a) > a::before,
	html.tablet .link_arrow01:not(a) > a::before {
		top: 6px;
	}

	html.mobile .link_arrow02:not(a) > a::before,
	html.tablet .link_arrow02:not(a) > a::before {
		top: 7px;
	}
}


/*----- link_arrow03 -----*/

.link_arrow03 {
	position: relative;
	padding: 0 0 0 25px;
}

.link_arrow03::before,
.link_arrow03::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
}

.link_arrow03::before {
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	background: #326eb4;
	border-radius: 10px;
}

.link_arrow03::after {
	left: 8px;
	margin: -4px 0 0;
	border: 4px solid transparent;
	border-left: 5px 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_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_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_movie::before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
}

.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_movie:not(a) > a::before {
	position: absolute;
	left: 0;
	top: 5px;
}

a.link_window::before,
a.link_pdf::before,
a.link_word::before,
a.link_excel::before,
a.link_powerpoint::before,
a.link_movie::before {
	position: relative;
	top: 2px;
	margin: 0 4px 0 5px;
}

.link_window:not(a) > a::before,
a.link_window::before {
	top: 0;
	width: 10px;
	height: 9px;
	background: url(/shared/svg/icon_window.svg) center center no-repeat;
	background-size: cover;
}

.link_window:not(a) > a::before {
	top: 7px;
	left: 5px;
}

.ie1 .link_window:not(a) > a::before,
.ie1 a.link_window::before {
	width: 16px;
	background: url(/shared/svg/icon_window.svg) center center no-repeat;
	background-size: contain;
}

.ie1 .link_window:not(a) > a::before {
	top: 7px;
	left: 2px;
}


body:not(:target) .link_window:not(a) > a::before,
body:not(:target) a.link_window::before {
	width: 16px\9;
	background: url(/shared/svg/icon_window.svg) center center no-repeat\9;
	background-size: contain\9;
}

body:not(:target) .link_window:not(a) > a::before {
	left: 2px\9;
}


.link_pdf:not(a) > a::before,
a.link_pdf::before {
	height: 15px;
	background: url(/shared/img/icon_pdf.png) 0 0 no-repeat;
}

.link_word:not(a) > a::before,
a.link_word::before {
	background: url(/shared/img/icon_word.png) 0 0 no-repeat;
}

.link_excel:not(a) > a::before,
a.link_excel::before {
	background: url(/shared/img/icon_excel.png) 0 0 no-repeat;
}

.link_powerpoint:not(a) > a::before,
a.link_powerpoint::before {
	background: url(/shared/img/icon_powerpoint.png) 0 0 no-repeat;
}

.link_movie:not(a) > a::before,
a.link_movie::before {
	background: url(/shared/img/icon_movie.png) 0 0 no-repeat;
}

a.link_movie::before {
	top: 3px;
}

.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_movie:not(a) > a {
	position: relative;
	padding: 0 0 0 22px;
}

.al_right .link_window:not(a) > a::before {
	top: 5px;
}

.mobile .al_right .link_window:not(a) > a::before,
.tablet .al_right .link_window:not(a) > a::before,
.mac .al_right .link_window:not(a) > a::before {
	top: 2px;
}

.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_movie:not(a) > a::before {
	top: 3px;
}

.mobile .al_right .link_pdf:not(a) > a::before,
.tablet .al_right .link_pdf:not(a) > a::before,
.mobile .al_right .link_word:not(a) > a::before,
.tablet .al_right .link_word:not(a) > a::before,
.mobile .al_right .link_excel:not(a) > a::before,
.tablet .al_right .link_excel:not(a) > a::before,
.mobile .al_right .link_powerpoint:not(a) > a::before,
.tablet .al_right .link_powerpoint:not(a) > a::before,
.mobile .al_right .link_movie:not(a) > a::before,
.tablet .al_right .link_movie:not(a) > a::before {
	top: 0;
}

.mac .al_right .link_pdf:not(a) > a::before,
.mac .al_right .link_word:not(a) > a::before,
.mac .al_right .link_excel:not(a) > a::before,
.mac .al_right .link_powerpoint:not(a) > a::before,
.mac .al_right .link_movie:not(a) > a::before {
	top: -1px;
}


@media only screen and (orientation : portrait) {
	html.mobile .link_window:not(a) > a::before,
	html.tablet .link_window:not(a) > a::before {
		top: 6px;
	}

	html.mobile .link_pdf:not(a) > a::before,
	html.tablet .link_pdf:not(a) > a::before,
	html.mobile .link_word:not(a) > a::before,
	html.tablet .link_word:not(a) > a::before,
	html.mobile .link_excel:not(a) > a::before,
	html.tablet .link_excel:not(a) > a::before,
	html.mobile .link_powerpoint:not(a) > a::before,
	html.tablet .link_powerpoint:not(a) > a::before,
	html.mobile .link_movie:not(a) > a::before,
	html.tablet .link_movie:not(a) > a::before,
	html.mobile .al_right .link_arrow01:not(a) > a::before,
	html.tablet .al_right .link_arrow01:not(a) > a::before,
	html.mobile .al_right .link_arrow02:not(a) > a::before,
	html.tablet .al_right .link_arrow02:not(a) > a::before,
	html.mobile .al_right .link_window:not(a) > a::before,
	html.tablet .al_right .link_window:not(a) > a::before {
		top: 2px;
	}

	html.mobile .al_right .link_pdf:not(a) > a::before,
	html.tablet .al_right .link_pdf:not(a) > a::before,
	html.mobile .al_right .link_word:not(a) > a::before,
	html.tablet .al_right .link_word:not(a) > a::before,
	html.mobile .al_right .link_excel:not(a) > a::before,
	html.tablet .al_right .link_excel:not(a) > a::before,
	html.mobile .al_right .link_powerpoint:not(a) > a::before,
	html.tablet .al_right .link_powerpoint:not(a) > a::before,
	html.mobile .al_right .link_movie:not(a) > a::before,
	html.tablet .al_right .link_movie:not(a) > a::before {
		top: -2px;
	}
}


