@charset "utf-8";



/*-----------------------------------------------------------------------------------------------*/
/* タグ -----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
body {
	background-color: #fff;
	color: #000;
/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
*/
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, div, p {
	text-align: left;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #933;
}





/*-----------------------------------------------------------------------------------------------*/
/* 幅 -------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.baseWidth {
/*	background-image: url(../images/background.png);*/
	background-color: #fff;
/*	background-color: rgba(255, 255, 255, 0.6);*/
	margin: 0px auto;
	text-align: center;
	width: 760px;
}





/*-----------------------------------------------------------------------------------------------*/
/* フォント（ゴシック） -------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.baseSide ul,
.baseBody h2,
.baseBody h3,
.baseBody h4,
.containerPath,
/*.container p.showDetail,*/
.container p .more-link,
.containerDetail a,
.resultTable th,
.resultDownload,
.containerDetail.report th,
.containerDetail.report td {
/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
*/
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.g {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}





/*-----------------------------------------------------------------------------------------------*/
/* ヘッダー -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.baseHeader {
	background: url(../images/line.gif) repeat-x left bottom;
	padding-top: 74px;
	padding-bottom: 46px;
}

.baseHeader h1 {
	float: left;
	margin: 0px 0px 0px 6px;
}

.baseHeader p {
	background-image: url("../images/header_catch.gif");
	float: left;
	height: 20px;
	margin: 28px 0px 0px 49px;
	text-indent: -9999px;
	width: 490px;
}





/*-----------------------------------------------------------------------------------------------*/
/* コンテンツ -----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.baseContents {
	background: url(../images/side_line.gif) repeat-y 154px 0px;
	padding-bottom: 74px;
}





/*-----------------------------------------------------------------------------------------------*/
/* サイドメニュー -------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.baseSide {
	float: left;
	margin-top: 34px;
	padding-bottom: 50px;
	width: 185px;
}

.baseSide .menuButton { display: none; }

.baseSide ul {
	font-weight: bold;
	line-height: 120%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 130px;
}
.baseSide li {
	margin-bottom: 20px;
	padding-left: 12px;
}
.baseSide li.subt {
	margin-top: 93px;
}
.baseSide li.subb {
	margin-bottom: 93px;
}

.baseSide li a {
	border-right: solid 2px #fff;
	color: #000;
	display: block;
	padding-right: 7px;
}
.baseSide li a.this {
	border-right: solid 2px #933;
}
.baseSide li a:hover {
	border-right: solid 2px #933;
	color: #933;
}



.baseSide .banner,
.baseSide .glc {
	font-size: 11px;
	line-height: 1.2;
	padding-top: 20px;
	padding-left: 12px;
}
.baseSide .glc img { margin-top: 3px; }





/*-----------------------------------------------------------------------------------------------*/
/* メインエリア ---------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.baseMain {
	float: left;
	overflow: hidden;
	width: 570px;
}





/*-----------------------------------------------------------------------------------------------*/
/* ボディ ---------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.baseBody {
	margin-top: 28px;
}

.baseBody h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	margin: 0px;
	padding-right: 25px;
	padding-left: 10px;
}
.baseBody h2 .sub {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.baseBody .end {
	color: #933;
}
.baseBody .now {
	color: #009;
}

.baseBody h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	margin: 0px;
	padding-right: 25px;
	padding-left: 10px;
}
.baseBody .top h3 {
	padding-left: 24px;
	text-indent: -14px;
}

.baseBody h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
	margin: 0px;
	padding-right: 25px;
	padding-left: 10px;
}



/* 記事 -----------------------------------------------------------------------------------------*/
.container {
	background: url(../images/line.gif) repeat-x left bottom;
	margin: 0px 0px 36px;
	padding-bottom: 38px;
}
.container p {
	padding: 0px 25px 0px 10px;
	text-align: justify;
}

.containerPath {
	font-size: 11px;
	margin: 0px 0px 15px 10px;
}

.containerBody,
.containerDetail {
	line-height: 180%;
	margin-top: 10px;
}
.containerBody p,
.containerDetail p {
	margin: 0px 0px 15px;
}

.containerDetail h3 {
	border-top: dotted 1px #b1b1b1;
	margin: 25px 0px 10px;
	padding: 25px 25px 0px 10px;
}

.detailBorder {
	border-top: dotted 1px #b1b1b1;
	margin-top: 20px;
	padding-top: 20px;
}

/*.container p.showDetail {*/
.container p .more-link {
	display: block;
	font-weight: bold;
	margin: 24px 10px 0px 0px;
	padding: 0px;
	text-align: right;
}

.containerDetail a {
	background: url(../images/arrow.gif) no-repeat 0px 5px;
	font-weight: bold;
	padding-left: 14px;
}
.containerDetail a span {
	background: url(../images/arrow.gif) no-repeat 0px 5px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 14px;
}

.containerDetail a.img {
	background: none;
/*	border: solid 2px #000;
	display: block;*/
	margin: 10px 0px 0px;
	padding-left: 0px;
	width: 500px;
}
.containerDetail a.img img {
	border: solid 1px #000;
	display: block;
}
.containerDetail a.img:hover {
	border-color: #933;
}

.containerDetail img {
	margin: 10px 0px;
}
.containerDetail a img {
	margin: 0px;
}

.container .attention {
	color: #933;
}

.privacyMark {
	margin-bottom: 40px;
	padding-left: 10px;
}
.privacyMark .mark {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 80px;
}
.privacyMark .text {
	float: left;
	font-size: 11px;
	line-height: 140%;
	margin: 0px;
	padding: 20px 0px 0px;
	width: 300px;
}


.containerDetail a.noicon {
	background-image: none;
	font-weight: normal;
	padding-left: 0;
}


.conatinerSingle .morelink { display: none; }


.container dl {
	display: flex;
	padding: 0px 25px 0px 10px;
	text-align: justify;
}
.container dt {
	margin: 0;
	width: 100px;
}
.container dd {
	margin: 0;
	width: calc(100% - 100px);
}
.container dd p {
	padding-right: 0;
	padding-left: 0;
}





/* トップ 【TOPIC】 */
.spot { padding-bottom: 30px; }
.spot h2 { color: #933; }
.spot h2 .sub { display: inline; }
.spot h3 { padding: 0; }
.spot .containerBody {
	margin-top: 2em;
	padding-left: 1em;
}
.spot .containerBody li {
	border-bottom: solid 1px #ccc;
	list-style: none;
	margin: 0 25px 3em 0;
	padding: 0 0 2em 0;
}
.spot .containerBody li:last-child { border: none; }
.spot .containerBody .entryBody { margin-top: 10px; }
.spot .containerBody p {
	margin: 0;
	padding: 0 0 1em;
}





/* Route H卒業生 海外大レポート */
.containerMeta.report {
	border-bottom: dotted 1px #000;
	margin-right: 25px;
	padding-bottom: 40px;
}
.container.report {
	background: none;
	border-bottom: dotted 1px #000;
	margin: 0 25px 0 0;
	padding: 10px 0;
}

.containerDetail.report h3 {
	margin-top: 30px;
	padding-top: 60px;
}
.containerDetail.report h4 {
	color: #933;
	margin-top: 40px;
}
.containerDetail.report p {
	line-height: 2;
	margin-bottom: 20px;
}
.containerDetail.report .indent {
	display: inline-block;
	padding-left: 14px;
}
.containerDetail.report table {
	margin-right: 25px;
	margin-bottom: 20px;
}
.containerDetail.report th,
.containerDetail.report td {
	border: solid 1px #fff;
	font-size: 12px;
}
.containerDetail.report th {
	background-color: #c9caca;
	text-align: center;
}
.containerDetail.report td {
	background-color: #eeefef;
	line-height: 1.2;
	padding: 5px;
}
.containerDetail.report td.time {
	background-color: #ddd;
	text-align: center;
}




/* 合格実績 -------------------------------------------------------------------------------------*/
.resultMidashi {
	padding-top: 36px;
}

.resultTable {
	margin-left: 10px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 95%;
}
.resultTable th {
	background-color: #f2f3f2;
	border-top: solid 1px #c9cacb;
	border-bottom: solid 1px #c9cacb;
	padding: 5px 5px;
	text-align: center;
}
.resultTable td {
	border-bottom: solid 1px #c9cacb;
	padding: 10px 5px;
	text-align: center;
}
.resultTable .resultNum {
	white-space: nowrap;
	width: 1%;
}
.resultTable .resultUniv {
	color: #933;
	white-space: nowrap;
}
.resultTable .resultOther {
	color: #039;
	text-align: left;
}

.resultDownload {
	margin-right: 15px;
	text-align: right;
}
.resultDownload a {
	background: url(../images/arrow.gif) no-repeat 0px 5px;
	line-height: 140%;
	font-weight: bold;
	padding-left: 14px;
}

.resultComment {
	background: url(../images/line.gif) repeat-x left bottom;
	line-height: 140%;
	margin: 10px 0px 0px;
	padding: 0px 25px 50px 10px;
	text-align: justify;
}



/* よくある質問 ---------------------------------------------------------------------------------*/
.faqList {
	background: url(../images/line.gif) repeat-x left bottom;
	line-height: 180%;
	margin: 36px 0px 0px;
	padding: 0px 10px 15px;
}

.faqList dt {
	font-size: 16px;
	margin: 0px 0px 10px;
}
.faqList dd {
	margin: 0px;
	padding-bottom: 50px;
	text-align: justify;
}



/* アクセス -------------------------------------------------------------------------------------*/
.accessMap {
	margin: 10px 0px 0px 10px;
}

.accessRoute {
	background: url(../images/line.gif) repeat-x left bottom;
	line-height: 200%;
	margin: 27px 0px 0px;
	padding: 0px 0px 45px;
}
.accessRoute dt {
	float: left;
	margin: 0px;
	text-align: right;
	width: 110px;
}
.accessRoute dd {
	float: left;
	margin: 0px 0px 0px 15px;
	width: 435px;
}



/* Route Hについて ------------------------------------------------------------------------------*/
.aboutLogo {
	margin: 10px 0px 0px;
	text-align: center;
}
.aboutRead {
	line-height: 200%;
	margin: 27px 0px 0px;
	padding: 0px 25px 0px 10px;
	text-align: justify;
}

.aboutList {
	border-bottom: dotted 1px #b1b1b1;
	line-height: 200%;
	margin: 27px 0px 20px;
	padding: 0px 0px 20px;
}
.aboutList dt {
	float: left;
	margin: 0px;
	text-align: right;
	width: 140px;
}
.aboutList dd {
	float: left;
	margin: 0px 0px 0px 15px;
	width: 405px;
}

.aboutContents {
	background: url(../images/line.gif) repeat-x left bottom;
	margin: 10px 0px 0px;
	padding: 0px 0px 20px;
}
.aboutContents p {
	line-height: 180%;
	margin: 0px 0px 24px;
	padding: 0px 25px 0px 10px;
	text-align: justify;
}





/*-----------------------------------------------------------------------------------------------*/
/* フッター -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.pagetop {
	cursor: pointer;
	position: fixed;
	bottom: 25px;
	right: 15px;
}

.baseFooter {
/*
	margin-top: 24px;
*/
	margin-top: 100px;
}

.baseFooter .logo {
	float: left;
	margin: 9px 0px 0px 2px;
}

.baseFooter .contact {
	background-image: url("../images/footer_contact.gif?ver=202206071856");
	float: left;
	height: 49px;
	margin: 0px 0px 0px 19px;
	text-indent: -9999px;
	width: 401px;
}
/*-----------------------------------------------------------------------------------------------*/










/*-----------------------------------------------------------------------------------------------*/
/* float解除 ------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.baseHeader,
.baseContents,
.baseFooter,
.accessRoute,
.aboutList,
.privacyMark {
	zoom: 100%;
}
.baseHeader:after,
.baseContents:after,
.basefooter:after,
.accessRoute:after,
.aboutList:after,
.privacyMark:after {
	clear: both;
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
}