@charset "UTF-8";

/*HTML5リセット*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/*HTML5リセットここまで*/

/*ボックス組汎用クラス*/
.box {
	width: 100%;
}

.box_flex1 {
	-moz-box-flex: 1.0;
	-webkit-box-flex: 1.0;
}

/*＝＝＝　通常共通指定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	width: 100%;
	overflow: hidden;
}

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-decoration: none;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

img {
	border-style: none;
}

a {
	overflow: hidden;
	outline: none;
	color: #009dd9;
}

a:hover {
	text-decoration: none;
}

body {
	position: relative;
	background-color: #fff;
	line-height: 1.5;
	font-size: 14px;
	color: #505050;
}


h1 {
	font-size: 40px;
	color: #505050;
	margin-top: 45px;
	margin-bottom: 40px;
	text-align: center;
}

h1 a {
	color: #505050;
}

h1 a span {
	font-weight: 100;
	font-size: 25px;
	vertical-align: top;
	line-height: 40px;
}

h1 a:hover {
	text-decoration: none;
	color: #b28850;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 50px;
}

#top_body h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

h3 {
	font-weight: lighter;
}

h4 {
	font-weight: lighter;
}

h5 {
	font-weight: lighter;
}

h6 {
	font-weight: lighter;
}

.none {
	display: none;
}

html,
body {
	width: 100%;
	min-height: 100%;
	min-width: 980px;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

#wrap {
	width: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.continer {
	padding-bottom: 88px;
}

#footer {
	position: absolute;
	bottom: 0;
}

#header {
	width: 100%;
	background-color: #fff;
}

.headWap {
	width: 980px;
	margin: 0 auto;
}

#Gnavi {
	width: 100%;
}

#Gnavi ul {
	width: 980px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#Gnavi li {
	flex-grow: 1;
	height: 40px;
	text-align: center;
}

#Gnavi li a {
	color: #505050;
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
}

#Gnavi li.current-menu-item a {
	color: #0bb9fe;
}

#Gnavi .navi_home .current,
#Gnavi .navi_home a:hover {
	color: #b28850;
}

#Gnavi .navi_coursese .current,
#Gnavi .navi_coursese a:hover {
	color: #0bb9fe;
}

#Gnavi .navi_apply .current,
#Gnavi .navi_apply a:hover {
	color: #f7764e;
}

#Gnavi .navi_dictionaly .current,
#Gnavi .navi_dictionaly a:hover {
	color: #36bea0;
}

#Gnavi .navi_about .current,
#Gnavi .navi_about a:hover {
	color: #9e149e;
}

/* The Dropdown Styles */
/* =================== */
/* Hide Dropdowns by Default */
#Gnavi ul ul {
	display: none;
	position: absolute;
}

/* Display Dropdowns on Hover */
#Gnavi ul li:hover > ul {
	display: list-item;
}

/* Fisrt Tier Dropdown */
#Gnavi ul ul li {
	width: 50%;
	float: none;
	position: relative;
	border-bottom: none;
	text-align: left;
	background: #fff;
	margin-left: 15px;
}

#Gnavi ul ul li i {
	margin-right: 10px;
}

#Gnavi ul ul li a {
	padding: 15px 20px;
	text-align: left;
}

#Gnavi ul ul ul li {
	position: absolute relative;
	top: -79px;
	left: 200px;
}

#Gnavi li > a:after {
	content: '  \f0d7';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding-left: 5px;
}

#Gnavi > li > a:after {
	content: '  \f0d7';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

#Gnavi li > a:only-child:after {
	content: '';
}

#Gnavi_en {
	width: 100%;
}

#Gnavi_en ul {
	width: 850px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#Gnavi_en li {
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	/*--- safari（PC）用 ---*/
	flex-grow: 1;
	text-align: center;
	height: 40px;
}

#Gnavi_en li a {
	color: #505050;
	font-weight: bold;
	font-size: 17px;
	line-height: 40px;
}

#Gnavi_en .current {
	cursor: default;
}

#Gnavi_en .navi_home .current,
#Gnavi_en .navi_home a:hover {
	color: #b28850;
}

#Gnavi_en .navi_coursese .current,
#Gnavi_en .navi_coursese a:hover {
	color: #0bb9fe;
}

#Gnavi_en .navi_apply .current,
#Gnavi_en .navi_apply a:hover {
	color: #f7764e;
}

#Gnavi_en .navi_dictionaly .current,
#Gnavi_en .navi_dictionaly a:hover {
	color: #36bea0;
}

#Gnavi_en .navi_about .current,
#Gnavi_en .navi_about a:hover {
	color: #9e149e;
}

/* The Dropdown Styles */
/* =================== */
/* Hide Dropdowns by Default */
#Gnavi_en ul ul {
	display: none;
	position: absolute;

}

/* Display Dropdowns on Hover */
#Gnavi_en ul li:hover > ul {
	display: list-item;
}

/* Fisrt Tier Dropdown */
#Gnavi_en ul ul li {
	width: 40%;
	float: none;
	position: relative;
	border-bottom: none;
	text-align: left;
	background: #fff;
	margin-left: 15px;
}

#Gnavi_en ul ul li i {
	margin-right: 10px;
}

#Gnavi_en ul ul li a {
	padding: 15px 20px;
	text-align: left;
}

#Gnavi_en ul ul ul li {
	position: absolute relative;
	top: -79px;
	left: 200px;
}

#Gnavi_en li > a:after {
	content: '  \f0d7';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding-left: 5px;
}

#Gnavi_en > li > a:after {
	content: '  \f0d7';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

#Gnavi_en li > a:only-child:after {
	content: '';
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/
.container {
	width: 900px;
	margin: 0 auto;
	padding: 15px 40px 128px;
	line-height: 1.5;
}

.container .txtWap {
	margin-bottom: 40px;
}

.container .txtWap p {
	font-size: 18px;
	margin-bottom: 40px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/
#footer {
	width: 100%;
	min-width: 980px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #505050;
	text-decoration: none;
	background-color: #fff;
}

#footer address {
	width: 980px;
	margin: 0px auto 0px;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-style: normal;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝汎用設定*/
/*白 */
.white {
	color: #fff;
}

/*ピンク */
.pink {
	color: #ff287b;
}

/*ブルー */
.blue {
	color: #00a0e9;
}

/*オレンジ */
.orange {
	color: #f18b1d;
}

/*黄色*/
.yellow {
	color: #ffc103;
}

/*みどり*/
.green {
	color: #56bd36;
}

/*むらさき*/
.purple {
	color: #8d7dfd;
}

/*あいいろ*/
.ai {
	color: #3e408f;
}

.gray {
	color: #585858;
}

.red {
	color: #ef1f2c;
}

.red2 {
	color: #f00;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.sml {
	font-size: 11px;
}

.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}

.genericTXT {
	margin-bottom: 40px;
}

.genericTXT p {
	font-size: 18px;
	margin-bottom: 40px;
}

h2.fca_qc_quiz_title {
	color: #7F4428 !important;
}

div.fca_qc_quiz {
	max-width: 100% !important;
}

#basicknowledge_block {
	padding: 5px;
}

#basicknowledge_block h2 {
	margin-top: 40px;
	text-align: left;
	margin-bottom: 20px;
}

#basicknowledge_block p {
	text-align: left;
}

#basicknowledge_block a {
	color: #505050;
}

#basicknowledge_block a:hover {
	text-decoration: underline;
}

#middle img {
	width: 98%;
	padding-left: 18px;
}

#top_tourist_block {
	margin: 10px;
	padding-left: 11px;
}

#top_tourist_block h2 {
	text-align: left;
}

.img-sushi-block {
	padding-bottom: 20px !important;
	padding-left: 5px;
}

#top_tourist_block a {
	color: #505050;
}

#top_tourist_block a:hover {
	text-decoration: underline;
}

.txtWap h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 10px;
}

.txtWap h2 {
	margin-bottom: 30px;
	padding-left: 5px;
}

.solar_calendar_tbl table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

.solar_calendar_tbl th,
td {
	text-align: left;
	padding: 8px;
}

.solar_calendar_tbl th,
tr,
td {
	border: thin solid #95B3D7;
}

.solar_calendar_tbl th {
	background-color: #4F81BD;
	color: #FFFFFF;
}

.solar_calendar_tbl tr:nth-child(even) {
	background-color: #DBE5F1;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

/*custom =======================================*/
*:focus {
	outline: none;
}

#hdn-gs-seardch {
	display: none !important;
}

.btn-buy-now {
	text-align: center;
}

.btn-buy-now a {
	font-size: 18px;
	background-color: #009dd9;
	color: #fff;
	text-align: center;
	padding: 5px 60px;

}

.btn-buy-now a img {
	position: relative;
	top: 3px;
	right: 5px;
	height: 20px;
}

.kindlebooksTxtWap p {
	font-size: 18px;
	margin-bottom: 35px;
}

@media(max-width: 767px) {
	.kindlebooksTxtWap p {
		font-size: 16px;
	}
}

#design-cast {
	font-size: 12px;
}