/* @copyright 2016 JIJI-WEB 
  ----------------------------*/
@charset "euc-jp";

/* ----------------------------------------------------------
	BASE
---------------------------------------------------------- */
html {
	font-size: 62.5%;
	font-kerning: normal;
	text-rendering: optimizeSpeed;	
	/*-webkit-font-smoothing: antialiased;*/
}

body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo , sans-serif;
	/*font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* ----------------------------------------------------------
	TEXT
---------------------------------------------------------- */
/* HEADDING --------------------- */
h1,h2,h3,h4,h5{ 
	margin: 0;
	color: #222222;
	font-weight: 700;
	line-height: 1.4em;
	word-break: break-word;
	-webkit-font-smoothing: antialiased;
}
h3,h4,h5{ 
	margin-bottom: 0.8em;
	-webkit-font-smoothing: auto;
}
h1{ font-size: 56px; font-size: 5.6rem; }
h2{ font-size: 36px; font-size: 3.6rem; }
h3{ font-size: 28px; font-size: 2.8rem; }
h4{ font-size: 22px; font-size: 2.2rem; }
h5{ font-size: 16px; font-size: 1.6rem; }

.nowrap { white-space: nowrap; }

/* TEXT --------------------- */
p {
	margin: 0;
	padding: 0 0 1em;
	color: #222;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.75em;
}
p:last-child { padding-bottom: 0; }

strong, .bold { font-weight: 700; }

.txt_w { color: #ffffff !important; }
.txt_g { color: #777777 !important; }
.txt_b { color: #146EC8 !important; }
.txt_lb { color: #CCDDEE !important; }
.txt_db { color: #0D4175 !important; }

.ls25 { letter-spacing:-0.025em; }
.ls50 { letter-spacing:-0.05em; }
.ls75 { letter-spacing:-0.075em; }

/* SP */
@media screen and (max-width: 767px) {
	h1{ font-size: 28px; font-size: 2.8rem; }
	h2{ font-size: 20px; font-size: 2.0rem; }
	h3{ font-size: 18px; font-size: 1.8rem; }
	h4{ font-size: 16px; font-size: 1.6rem; }
	h5{ font-size: 14px; font-size: 1.4rem; }
	p { font-size: 14px; font-size: 1.4rem; }
	p:last-child { padding-bottom: 1em; }

	.txt_12 { font-size: 12px; font-size: 1.2rem; }
	.txt_13 { font-size: 13px; font-size: 1.3rem; }
	.txt_14 { font-size: 14px; font-size: 1.4rem; }
}

.If_MSEdge {
        display: none;
}

@supports (-ms-ime-align:auto) {
.If_MSEdge {
        display: block;
}
.If_Not_MSEdge {
        display: none;
}
}

<!--kubosuke-->


/* ----------------------------------------------------------
	HEADER
---------------------------------------------------------- */
#header {
	position: fixed;
	display: block;
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 11;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
}


#header #logoJP {
	min-width: 210px;  /* 限界最小値 */
	float: left;
	width: 28%;        /* 100% - .gnav_wrap width */
	height: 60px;
	text-align: center;
}


#header #logoJP a {
	display: inline-block;
	vertical-align: middle;
}

#header #logoJP a.JP img {
	padding: 0px 0px 0px 4px; /* 上、右、下、左 */
	width: 98px;

}
#header #logoJP a.SOK img {
	padding: 18px 0px 18px 10px;/* 上、右、下、左 */
	width: 98px;
}


/*
#header #logo img {
	display: block;
	width: 140px;
	margin: auto;
}
*/

/* NAVI --------------------- */
.gnav_wrap {
	float: right;
	display: block;
/*
	width: 80%;
*/
	width: 72%;
}

.gnav_wrap ul#gnav {
	display: table;
	width: 100%;
	background: #10599B;
}
.gnav_wrap ul#gnav li {
	float: left;
	display: block;
	width: 25%; /* MENU COUNT */
	height: 60px;
	padding-left: 1px;
	text-align: center;
}
.gnav_wrap ul#gnav li a {
	display: inline-block;
	width: 100%;
	height: 60px;
	padding: 0;
	color: #fff;
	font-size: 16px;
	line-height: 0;
	background: rgba(0,0,0,.1);
}
.gnav_wrap ul#gnav li.current a {
	background: rgba(255,255,255,0.1);
}
.gnav_wrap ul#gnav li a:hover {
	background: rgba(0,0,0,0);
}
.gnav_wrap ul#gnav li a span {
	display: block;
	color: #8CBFDE;
	font-size: 10px;
	line-height: 40px;
}

/* SP NAVI */
#spnav { display: none; }
.openBtn {
	display: none;
	position: absolute;
	top: 0;
	right: -80px;
	width: 60px;
	height: 60px;
	padding: 20px 0;
	text-align: center;
	background: transparent;
}

/* --------------------------- */

/* SP */
@media screen and (max-width: 767px) {
	/* PC elements */
	.gnav_wrap { 
		display: none;
		position: absolute;
		top: -100%;
		right: 0;
		width: 70%;
		overflow: hidden;
	}
	/* SP HEADER --------------------- */
	#header #logo img {
		width: 100px;
		margin-left: 20px;
	}

	/* SPNAVI --------------------- */
	.spnav_wrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		overflow: visible;
		z-index: 20;
	}

	#spnav {
		display: block;
		position: fixed;
		top: 0;
		right: -260px;
		width: 260px;
		height: 100%;
		color: #222;
		padding: 0px 0px;
		overflow: auto;
		z-index: 99;
		transition: -webkit-transform 0.25s ease-out;
		transition: transform 0.25s ease-out;
		/*background: #eee;*/
		background: -webkit-linear-gradient(to bottom, rgba(238, 238, 238, 0) 20%,#eeeeee 20%,#eeeeee 100%); 
		background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 20%,#eeeeee 20%,#eeeeee 100%); 
	}
	#spnav ul {
		background: #f7f7f7;
		border-top: 0px solid #FFF;
		border-bottom: 1px solid #FFF;
		margin-bottom: 40px;
	}
	#spnav li {
		/*padding: 20px;*/
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #e7e7e7;
	}
	#spnav li:first-child { border-top: none;}

	#spnav li a {
		position: relative;
		display: block;
		padding: 20px 20px 20px;
		/*color: #146EC8;*/
		font-weight: bold;
	}
	#spnav li a span {
		margin-left: 5px;
		padding: 2px 4px;
		color: #777;
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 400;
		background-color: #fff;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	#spnav li a:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
		content: " ";
		vertical-align: middle;
		width: 8px;
		height: 8px;
		border-top: 2px solid #84B1D4;
		border-right: 2px solid #84B1D4;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#spnav li.current a {
		opacity: 0.5;
	}
	#spnav li.other a {
		padding: 15px 20px;
		color: #333;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#spnav li.other a:after {
		border-top: 2px solid #ccc;
		border-right: 2px solid #ccc;
	}

	/* set panel */
	#spnav.block {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	#spnav.block:not(:target) {
		right: 0\9;
	}
	#spnav .spnav_Head {
		width: 100%;
		text-align: center;
		/*background: #146ec8;*/
	}
	#spnav .closeBtn {
		display: block;
		position: relative;
		right: 0;
		width: 80px;
		height: 60px;
		margin: 0 0 0 auto;
		padding: 20px 0;
		color: #fff;
		font-size: 14px;
		line-height: 1.4;
		text-decoration: none;
		text-align: center;
		background: #146ec8;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
	}
	.openBtn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 80px;
		height: 60px;
		padding: 20px 0;
		color: #006ABB;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.4;
		text-decoration: none;
		text-align: center;
		background: #fff;
		border-left: 1px solid #ECECEC;
	}

	#spnav-overlay {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		transition: 0.3s;
	  background: rgba(0, 0, 0, 0.75);
		opacity: 0;
	}
	#spnav-overlay.block {
		z-index: 2;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		opacity: 1;
	}
	#spnav-overlay-android {
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  left: 0;
	  top: 0;
	  display: none;
	  background: rgba(0, 0, 0, 0.75);
	  opacity: 1;
	  z-index: 1;
	}
}


/* ----------------------------------------------------------
	MAIN CONTENT
---------------------------------------------------------- */
#mainContent {
	width: 100%;
}

/* SET POSITION  --------------------- */
.f-left { float: left; display: block;}
.f-right{ float: right; display: block;}
.left   { text-align: left;}
.right  { text-align: right;}
.center { text-align: center;}

/* WIDTH SET  --------------------- */
.w100 { width: 100% !important;}
.w50  { width: 50% !important;}
.w30  { width: 33.3333% !important;}
.w25  { width: 25% !important;}

/* BACKGROUND COLOR --------------------- */
.bg_gray {
	background-color: #F7F7F7;
	z-index: 1;
}
.bg_dblue {
	background-color: #0D4175;
	z-index: 1;
}
.bg_blue {
	background-color: #146EC8;
	z-index: 1;
}
.bg_dblue  > section p, 
.bg_blue > section p{
	color: #fff;
}

/* IMAGE --------------------- */
.pic {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
.pic img {
	width: 100%;
	margin: 0 auto;

}

/* LINK --------------------- */
a {
	color: #0D4175; /*rgb(20,110,200);*/
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
}
a:hover {
	color: #146EC8;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
}

a.linkBtn {
	display: inline-block;
	width: auto;
	margin: 10px 1px 1px 0;
	padding: 0.5em 0.8em;
	color: #146ec8;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	 background-color: transparent;
	/* 
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2); 
	*/
}
a.linkBtn:hover { 
	color: #146ec8;
	background-color: #eee;
}

.list-box {
	margin:0 auto;
	width: 68%;
}

/* 無料お申し込みBtn */ 
.free_entry {
	display: block;
	width: %;
	margin: 0 auto 10px;
	text-align: center;
}
.free_entry a.entryBtn {
	display: inline-block;
	width: 65%;
	padding: 1em 1.5em;
	color: #222;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	background-color: #FFDD00;
	-webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
	-moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
	-ms-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.4);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.4);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.4);
}
.free_entry a.entryBtn:hover { background-color: #FFAA00; }

/* pageTop Btn */ 
.pageTop {
	position: fixed;
	bottom: 40px;
	right: -30px;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	background-color: #fff;
	overflow: hidden;
	opacity: 0;
	z-index: 10;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15), 0 0 4px -2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15), 0 0 4px -2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15), 0 0 4px -2px rgba(0,0,0,.2);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pageTop.fixed {
	bottom: 40px;
	right: 6px;
	opacity: 1;
}
.pageTop i {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 100px;
}
.pageTop i:after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #0D4175;
	border-right: 2px solid #0D4175;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Section #navi -------------------- */
#secNav {
	position: fixed;
	display: block;
	right: -20px;
	bottom: 100px;
	width: 30px;
	opacity: 0;
	border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 90;
}
#secNav.fixed {
	right: 10px;
	bottom: 100px;
	opacity: 1;
}
.secNav-inner li {
    display: block;
    width: 30px;
    height: 30px;
    padding: 10px;
    overflow: hidden;
}
.secNav-inner li a{
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    font-size: 10px;
    text-indent: 100px;
    white-space: nowrap;
    border-radius: 20px;
    background: #ccc;
}
.secNav-inner li a.active {
	background: #146EC8;
}

/* WRAP --------------------- */
.wrap {
	width: 100%;
}

.wrap > h2 {
	position: relative;
	margin: 0;
	padding: 0.8em;
	font-size: 34px;
	font-size: 3.4rem;
	text-align: center;
}
.wrap > h2:after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: ' ';
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #0D4175;
	margin-left: -20px;
}

/* SP */
@media screen and (max-width: 767px) {
	.wrap > h2 {
		position: relative;
		margin: 0;
		padding: 1em;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.2;
		text-align: center;
	}
}

/* SECTION ------------------- */
.section {
	display: block;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 20px 60px;
}
.section .f-left {
	width: 50%;
	padding: 0 20px 0 0;
}
.section .f-right {
	width: 50%;
	padding: 0 0 0 20px;
}

/* SP */
@media screen and (max-width: 767px) {
	.section {
		width: 100%;
		padding: 40px 10px 40px!important;
	}
	.bg_blue .section {
		padding-right: 20px;
		padding-left: 20px;
	}

	.section.f-left {
		padding: 20px 10px 20px;
	}
	.section.f-right {
		padding: 0px 10px 40px;
	}
	.section .f-left, .section .f-right,
	.f-left, .f-right {
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
	}
	.pic {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	span.wbr {display: block;}
}

/* SHADOWBOX ------------------- */
.section .shadowBox {
	display: block;
	margin-bottom: 20px;
	padding: 20px 20px 40px;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
	overflow: hidden;
}
.section .shadowBox p {
	padding: 1em 2em;
}

/* SP */
@media screen and (max-width: 767px) {
	.shadowBox { display: block; }
	.section .shadowBox {
		margin-bottom: 10px;
		padding: 20px 10px 10px;
   } 
  .section .shadowBox p {
		padding: 0 10px 1em;
	}
}

/* TABLE ------------------- */
.section table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: #ffffff;
	width: 90%;
	margin: 10px auto 10px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.section th {
	min-width: 150px;
	padding: 0.4em 1em;
	text-align: center;
	/*border-right: 1px solid rgba(204, 204, 204, 0.1);*/
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #F4F8FD;
}
.section th:last-child {
	border-right: 1px solid #ccc;
}

.section td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*white-space: pre;*/
	padding: 0.4em 1em;
}
.section td.hd {
	white-space: pre;
}
.section table caption {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
}

/* SP */
@media screen and (max-width: 767px) {
	.section table {
		width: 100%;
		margin: 10px auto 0;
	}
	.section th {
		min-width: 50px;
		border-right: 1px solid #ccc;
	}
	.section th:last-child {
		border-right: 1px solid #ccc;
	}
	.section td {
		padding: 0.4em .5em;
	}
}


/* ----------------------------------------------------
   HERO - MainVisual 
---------------------------------------------------- */
#asia_hero {
	background-image: url('../info_images/bg_asia1.jpg');
	background-position: center 0%;
}
#america_hero {
	background-image: url('../info_images/bg_america1.jpg');
	background-position: left 0%;
}
#europe_hero {
	background-image: url('../info_images/bg_europe1.jpg');
	background-position: center 60%;
}
#australia_hero {
	background-image: url('../info_images/bg_australia1.jpg');
	background-position: 50% 30%;
}

.hero {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.hero:before {
	position: absolute;
	content: "";
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	z-index: 0;
	-webkit-background: rgba(0, 0, 0, 0.15);
	-moz-background: rgba(0, 0, 0, 0.15);
	-ms-background: rgba(0, 0, 0, 0.15);
	background: rgba(0, 0, 0, 0.15);
}

.hero .section {
	position: relative;
	padding: 60px 10px 20px;
}
.hero .engTtl {
	margin: 40px 0 5px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
}
.hero h1, .hero h3, .hero .engTtl {
	color: #fff !important;
	-webkit-text-shadow: 1px 1px 5px rgba(0,0,0,.2);
	-moz-text-shadow: 1px 1px 5px rgba(0,0,0,.2);
	-ms-text-shadow: 1px 1px 5px rgba(0,0,0,.2);
	text-shadow: 1px 1px 5px rgba(0,0,0,.2);
	text-shadow: 1px 1px 10px rgba(50,100,150,0.5);
}
.hero h1 {
	margin-bottom: 5px;
	padding-bottom: 0;
	font-weight: 700;
	line-height: 1;
	/* border-top: 1px solid #ddd; */
	border-bottom: 1px solid #ddd;
}
.hero h3 { 
	font-weight: 400;
}

.hero a.linkBtn {
	display: inline-block;
	width: 68%;
	padding: 0.6em 0.8em;
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
/*	background-color: transparent;
*/	background-color: rgba(80,80,160,0.85);

	font-size:1.1em; letter-spacing:1px;
	border: 1px solid #fff;
}

/* SP --------------------------- */
@media screen and (max-width: 767px) {
	.hero { 
		padding-top: 60px;
		text-align: center;
	}
	.hero .section {
		position: relative;
		padding: 20px 10px 20px !important;
	}
	.hero .engTtl {
		margin: 0 0 5px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.hero h1 { 
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: 700;
	}
	.hero h1 span { 
		font-size: 13px;
		font-size: 1.3rem;
	}
	.hero h3 { 
		padding-bottom: 0px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.2em;
	}

	.free_entry {
		margin: 20px auto 0;
	}
	.free_entry a.entryBtn {
		max-width: 90%;
		min-width: 80%;
		border-radius: 10px;
		padding: .5em;
		font-size: 22px;
		font-size: 2.2rem;
	}
	.free_entry span {
		display: block;
	}
	.free_entry span.text_75 {
		font-size: 12px;
		padding: 3px 0;
	}
	.free_entry p:last-child {
		padding-bottom: 0;
	}
	.hero .linkBtn {
		padding: 0.6em 1em;
		font-size: 12px;
		font-size: 1.2rem;
	}

}


/* ----------------------------------------------------
   ABOUT 時事速報 xxxとは
---------------------------------------------------- */
#about {}

#about h3 {
	font-weight: 700;
	text-align: center;
}
#about h4 {
	text-align: center;
	margin-bottom: 2em;
}

#about .f-left {
	width: 60%;
}
#about .f-right {
	width: 40%;
}
#about .shadowBox {
	padding: 0px 10px 20px;
}

/* Asia */
ul.sample_s { margin-bottom: 20px; }
ul.sample_s li a {
	position: relative;
	display: inline-block;
	float: left;
	width: 49.5%;
	margin: 0 1px 1px 0;
	padding: 0.8em 1em;
	color: #fff;
	font-size: 15px;
	font-size: 1.4em;
	line-height: 1.2;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #1263B4;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);}
ul.sample_s li a:hover { background-color: #2B7CCD; }


/* Other Asia */
ul.sample { margin-bottom: 20px; }
ul.sample li a {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 1px;
	padding: 0.8em 1em;
	color: #fff;
	font-size: 15px;
	font-size: 1.4em;
	line-height: 1.2;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #1263B4;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
}
ul.sample li a:hover { background-color: #2B7CCD; }

ul.headline li a {
	position: relative;
	display: inline-block;
	float: left;
	width: 49%;
	margin: 0 1px 1px 0;
	padding: 0.8em 1em;
	color: #fff;
	font-size: 15px;
	font-size: 1.4em;
	line-height: 1.2;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #8895A2;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.15), 0 -1px 4px -2px rgba(0,0,0,.2);
}
ul.headline li a:hover { background-color: #9FAAB4; }

ul.headline li a:after,
ul.sample li a:after,ul.sample_s li a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: " ";
	vertical-align: middle;
	right: 1em;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* --------------------------- */
/* SP */
@media screen and (max-width: 767px) {
	#about h4 {
		margin-bottom: 1em;
	}
	#about .shadowBox {
		display: block;
	}
	#about .f-left, #about .f-right {
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
	}
	ul.headline li a {
		font-size: 14px;
		font-size: 1.4em;
	}
}


/* ----------------------------------------------------
   MERIT 時事通信社がお届けするアジアニュースの強み
---------------------------------------------------- */
#merit {}

#merit h3 {
	margin-bottom: 1em;
	text-align: center;
}
#merit h4 {
	font-weight: 700;
	text-align: center;
}
#merit .section h4 {
	background: #70A1D2;
	margin: -20px -20px 20px;
	padding: 10px;
	color: #fff;
	font-weight: 400;
}
/* SP */
@media screen and (max-width: 767px) {
	#merit .section h4 {
		margin: -20px -20px 10px;
	}
}
/* M1 -------------------------- */
#merit_1 p {
	padding: 0 10px 20px;
}

#merit_1 .advance {
	float: left;
	width: 48%;
	margin: 0 1% 10px;
	padding: 0.6em 2em;
	color: #0D4175;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
	background: #FFFFFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 1px 1px 2px rgba(13, 65, 117, 0.25);
	-moz-box-shadow: 1px 1px 2px rgba(13, 65, 117, 0.25);
	-ms-box-shadow: 1px 1px 2px rgba(13, 65, 117, 0.25);
	box-shadow: 1px 1px 2px rgba(13, 65, 117, 0.25);
}
.advance span { 
	float: right;
	font-weight: 400;
}
/* SP */
@media screen and (max-width: 767px) {
	#merit_1 .advance {
		float: none;
		width: 96%;
		margin: 0 2% 10px;
		padding: .6em;
		line-height: 1.4;
		text-align: center;
	}
	#merit_1 .advance span {
		display: block;
		float: none;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* M2 -------------------------- */
#merit_2 > h4 {
	margin-bottom: 40px;
}
#merit_2 img {
	width: 80%;
	margin: auto;
}

#merit_2 table {
	width: 100%;
}
#merit_2 table th {
	width: 30%;
}

/* SP */
@media screen and (max-width: 767px) {
	#merit_2 .scrollBox {
		display: block;
		height: 150px;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#merit_2 table {
		width: 100%;
		margin-top: 0;
	}
	#merit_2 table th {
		white-space: pre;
	}
}

/* M4 -------------------------- */
#merit_4 {
	padding: 60px 40px 40px;
}
#merit_4 .shadowBox h3 {
	margin: -20px -20px 20px;
	padding: 10px 20px 20px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1.2em;
	-webkit-font-smoothing: auto;
	background-color: #146EC8;
}
#merit_4 .shadowBox h3 span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
}

/* SP */
@media screen and (max-width: 767px) {
	#merit_4 table {
		float: none;
		width: 100%;
		margin: 0 0 10px;
		padding: .6em;
		text-align: center;
	}
	#merit_4 table th {
		display: block;
		float: left;
		width: 45%;
		height: 25px;
		padding: 5px;
		font-size: 12px;
		line-height: 1.4;
	}
	#merit_4 table td {
		display: block;
    float: left;
    width: 55%;
    height: 25px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
	}
}


/* ----------------------------------------------------
   SERVICE サービス内容
---------------------------------------------------- */
#service .section {
	padding: 60px 40px 40px;
}

#service p.lead {
	margin-bottom: 20px;
	font-size: 16px;
}

#service h3 {
	margin: -20px -20px 20px;
	padding: 0px 20px 10px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1.2em;
	-webkit-font-smoothing: auto;
	background-color: #146EC8;
}
#service h3 span.txt_lb {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
}

#service h3 span.txt_b {
	font-size: 0.67em;
	font-weight: 400;
}
/* --------------------------- */
/* SP */
@media screen and (max-width: 767px) {
	#service p.lead {
		margin: 0 20px 10px;
		font-size: 15px;
		line-height: 1.5;
		text-align: justify;
	}
	#service .shadowBox h3 {
		padding: 5px 20px 10px;
		font-size: 22px;
		font-size: 2.2rem;
	}

	#service h3 span {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 400;
	}
	#service h3 span.txt_lb {
		font-size: 15px;
		font-size: 1.5rem;
	}

	#service.section th {
		min-width: 100px;
		border-right: 1px solid #ccc;
	}

	#service .scrollBox {
		display: block;
		height: 150px;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#service .scrollBox th{
		min-width: 140px;
	}
}


/* ----------------------------------------------------
   Image Photo
---------------------------------------------------- */
#bg_asia2 { 
	height: 300px;
	background-image: url('../info_images/bg_asia2.jpg'); 
	background-position: 50% 30%;
}
#bg_america2 { 
	height: 300px;
	background-image: url('../info_images/bg_america2.jpg'); 
	background-position: 50% 50%;
}
#bg_europe2 {
	height: 300px;
	background-image: url('../info_images/bg_europe2.jpg');
	background-position: center 30%;
}
#bg_australia2 {
	height: 300px;
	background-image: url('../info_images/bg_australia2.jpg');
	background-position: 50% 50%;
}

.bg_img {
	position: relative;
	height: inherit;
	/*background-image: url('');*/
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}
.bg_img .alpha {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-image: url('../info_images/alpha_w80.png');*/
	/*background-image: url('../info_images/alpha_b30.png');*/
	background-repeat: repeat;
	z-index: -1;
}

/* --------------------------- */
/* SP */
@media screen and (max-width: 767px) {
	.bg_img {
		height: 150px !important;
	}
}


/* ----------------------------------------------------
   FOOTER
---------------------------------------------------- */
#footer {
	display: block;
}

#footer .section {
	display: flex;
	flex-direction: row;
	padding: 20px;
}

#footer p{
	font-size: 12px;
	line-height: 1.4;
}
#footer #credit {
	float: left;
	margin: 0 10px;
}
#footer #bnr {
	margin: 0 0 0 10px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
#footer #bnr ul li {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

@media screen and (max-width: 767px){
	#footer .section {
		padding: 20px 10px 20px!important;
	}
	#footer #credit img {
		width:  150px;
	}
	#footer #bnr {
		display: none;
	}
}

.fluffy {
visibility:hidden;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

#mente p{
    color: #FFF;
    font-weight: bold;
}