@charset "utf-8";

/*
	通訳ガイド　共通CSS

	create	20210518-

*/

/* ----- import ----- */
@import url("import_html5reset-1.6.1.css") all;	/* リセット */
@import url("import_text.css") all;				/* テキスト */


/* ----- 共通用 ----- */
/* ----- 共通 ----- */
html {
	font-family: sans-serif;
	font-size: 62.5%;
}
body {
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

	font-size: 1.6rem;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
	color: #202833;
	-webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a:hover {
	color: #048665;
}
.underConstruction {
	width: 100%;
	padding: 200px 0!important;
	text-align: center!important;
}
.nodata {
	width: 100%;
	padding: 100px 0px;
}

/* ------------------------------
	回り込み解除
------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearboth {	clear: both; }


/* ------------------------------
	工事中
------------------------------ */
.underconstruction {
	text-align: center;
	height: 300px;
	width: 100%;
	padding-top: 100px;
}


/* ------------------------------
	データなし
------------------------------ */
.nodata {
	width: 100%;
	text-align: center;
	padding: 100px 0;
}


/* ------------------------------
	アイコン
------------------------------ */
.icon_img {
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: 0px;
}
.tipped {color: #ccc;}



/* ------------------------------
	ローディングぐるぐる
------------------------------ */
.loading {
	margin: 0px auto;
	padding: 55px 0;
	width: 32px;
	background: url(../img/loading.gif) no-repeat 0px 40px;
	height: 32px;
}


/* ------------------------------
	色設定
------------------------------ */
.inputError {
	background-color: #ffedf8;
	border: 1px solid #f00;
}
.fa-file-pdf {
	color: #bc1d07;
}
.fa-file-word {
	color: #103f91;
}
.fa-file-excel {
	color: #185c37;
}
.fa-file-archive {
	color: #000;
}
.fa-file-powerpoint{
	color: #d35230;
}


/* ------------------------------
	スクロールバー
------------------------------ */
/*スクロールバー全体*/
::-webkit-scrollbar {
	width: 10px;
}
/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, 0.3);
}



/* ---------------------------------------------------------
	約320px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */

/* ヘッダ部
---------------------------------------- */
header {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
header .headTitle {
	text-align: left;
	padding: 20px 0 0 20px;
}
header .headTitle a {
	color: #048665;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
header .btnNavi {
	width: 44px;
	height: 44px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #fff;
	cursor: pointer;
	z-index: 3;
}
header .btnNavi i {
	margin-top: 11px;
	font-size: 2rem;
}
header .btnNavi.menuOpen {
	background-color: #fff;
}
header .navi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding-top: calc(50% - 100px);
	background-color: rgba(0,0,0,0.9);
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}
header .navi p {
	margin-bottom: 15px;
}
header .navi p a {
	color: #fff;
	text-decoration: none;
}
header .navi select {
	margin-bottom: 15px;
}
header .navi.open {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
header .navi .naviRight .languageMenuSP {
	display: block;
}
header .navi .naviRight .languageMenu {
	display: none;
}
header .navi .naviRight .languageMenu .languageSelect {
	margin-top: 3px;
	background-color: #fff;
	border: none;
}
header .navi .naviRight .btnGuide {
	width: 222px;
	margin: 0 auto 15px;
}
header .navi .naviRight .btnGuide a {
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	margin: 0;
	padding: 5px 10px;
	background-color: #055da5;
	border-radius: 3px;
	display: block;
}


/* パンくず
---------------------------------------- */
.pankuzu {
	font-size: 1.2rem;
	margin: 0 0 15px;
	padding: 15px 10px;
	text-align: left;
}
.pankuzu ul {
}
.pankuzu ul li {
	margin: 0 5px 0 0;
	display: inline-block;
}
.pankuzu ul li a {
	color: #202833;
	text-decoration: none;
}
.pankuzu ul li:after {
	content: "　>";
}
.pankuzu ul li:last-of-type:after {
	margin: 0 0 0 10px;
	content: "";
}

/* メイン
---------------------------------------- */
main {
	margin-top: 60px;
}
.btnTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 999;
}
.btnTop a {
	width: 44px;
	height: 44px;
	background-color: #048665;
	color: #fff;
	display: block;
	border-radius: 3px;
}
.btnTop a > i {
	margin-top: 13px;
}



/* フッタ
---------------------------------------- */
footer {
	margin: 0;
	padding: 15px;
	background-color: #F8F9FA;
}
footer .footTitle {
	margin-bottom: 30px;
}
footer .footTitle h2 {
	color: #048665;
	font-size: 2rem;
	margin-bottom: 10px;
}
footer .footTitle h2 span {
    display: block;
}
footer .footTitle p {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
footer .footTitle .languageMenu {
	margin: 20px 0 0 0;
}
footer .footTitle .languageMenu .earthSvg {
    display: inline;
    height: 16px;
    margin: 0px 3px 0 0;
}
footer .footTitle .languageMenu .languageSelect {
	background-color: #F8F9FA;
	border: none;
	display: inline;
	margin: 0 0 8px 0;
}
footer .footNavi {
}
footer .footNavi p {
	margin-bottom: 15px;
}
footer .footNavi p a {
	color: #404B5A;
	font-size: 1.4rem;
	text-decoration: none;
}
footer .footNavi p:last-of-type a {
	line-height: 1.3;
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #999;
	display: block;
	background-color: #fff;
}
footer .footNavi p:last-of-type a span {
	display: block;
}
footer .btnGuide a {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.3;
	text-decoration: none;
	width: calc(100% - 20px);
	margin: 0 auto 30px;
	padding: 10px;
	background-color: #055da5;
	border-radius: 3px;
	display: block;
}
footer .btnGuide a:hover {
	background-color: #023660;
}



@media screen and (min-width: 370px){
	/*	約370px以上の画面向けスタイル */

}




@media screen and (min-width: 560px){
	/*	約560px以上の画面向けスタイル */

	footer {
		padding-bottom: 30px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	}
	footer .footTitle {
		text-align: left;
	}
	footer .footNavi {
		text-align: left;
	}
	footer .btnGuide a {
		width: auto;
		padding: 5px 10px;
	}
	footer .footNavi p:last-of-type a {
		width: auto;
	}
	footer copyright {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
}





@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル */

	header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
			justify-content: left;
	}
	header .btnNavi {
		display: none;
	}
	header .navi {
		margin-left: 10px;
		padding-top: 22px;
		position: static;
		width: auto;
		height: auto;
		padding: 22px 0 0 0;
		background: none;
		-webkit-transition: all .5s;
		transition: all .5s;
		z-index: 2;
		visibility: inherit;
		opacity: 1;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
			justify-content: left;
	}
	header .navi p {
		margin: 0 10px;
	}
	header .navi p a {
		color: #202833;
		text-decoration: none;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
	header .navi p a:hover {
		color: #02604F;
	}
	header .navi .naviRight {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
			justify-content: left;
		position: absolute;
		top: 18px;
		right: 20px;
	}
	header .navi .naviRight .languageMenuSP {
		display: none;
	}
	header .navi .naviRight .languageMenu {
		display: block;
		margin-top: 2px;
	}
	header .navi .naviRight .languageMenu .earthSvg {
		display: inline;
		height: 16px;
		margin: 0 3px 2px 0;
	}
	header .navi .naviRight .languageMenu .languageSelect {
		display: inline;
	}
	header .navi .naviRight .btnGuide {
		width: auto;
		margin: 0 0 0 10px;
	}
	header .navi .naviRight .btnGuide a {
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
	header .navi .naviRight .btnGuide a:hover {
		background-color: #023660;
	}
	.pankuzu {
		margin: 15px auto 50px;
		width: 980px;
	}
	.pankuzu ul li a:hover {
		color: #02604F;
	}
	footer {
		padding-bottom: 100px;
	}
	footer .footTitle h2 {
		font-size: 3rem;
	}
	footer .footTitle p {
		font-size: 1.6rem;
	}
	footer .footNavi p:last-of-type a span {
		display: inline;
	}
	footer .footNavi p:last-of-type a:hover {
		color: #fff;
		background-color: #023660;
	}
	footer .btnGuide a {
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
	footer .btnGuide a:hover {
		background-color: #02604F;
	}
}


@media screen and (min-width: 1200px){
	/*	約1200px以上の画面向けスタイル */

	header .headTitle {
		padding: 20px 0 0 calc(50% - 580px);
	}
	header .navi .naviRight {
		right: calc(50% - 580px);
	}
	.pankuzu {
		width: 1160px;
	}
	footer {
		padding: 30px calc(50% - 580px) 100px;
	}
}
