@charset "utf-8";

/* ----------------------------------------
	レッツ英会話スクール
	lets-english.jp.net

	共通css
	common.css

	create 20140617 T.Y
---------------------------------------- */

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


/* ----- 共通用 ----- */
/* ----- 共通 ----- */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #ffffff;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a:hover {
	color: #FF3300;
}
::placeholder {
	color: #ccc;
}


/* ------------------------------
	回り込み解除
------------------------------ */
.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 {
	width: 100%;
	padding: 200px 0!important;
	text-align: center!important;
}


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




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



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



/* ------------------------------
	色設定
------------------------------ */
.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;
}
.fa-volume-high { color: #9093a1; }
.fa-podcast { color: #893289; }



/* ------------------------------
	スクロールバー
------------------------------ */
/*スクロールバー全体*/
::-webkit-scrollbar {
	width: 10px;
}
/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(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, .3);
}



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

/* #container
------------------------------ */
#container {
	width: 100%;
	border-top: 5px solid #55b3e7;
}


/* ----- #head ----- */
#container #head {
	margin: 5px auto 0px;
	padding: 0px;
	min-height: 110px;
	position: relative;
}
#container #head .eiken_box {
	font-size: 1.2rem;
	margin: -3px 0 8px;
}
#head h1 {
	width: 78px;
	height: 78px;
	margin: 0px auto 3px;
	padding: 0px;
	display: block;
}
#head h1 a {
	background-image: url(../img/lets_logo2025.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.spMenu {
	font-size: 3rem;
	color: #333;
	position: absolute;
	top: 3px;
	right: 8px;
	width: 48px;
	margin: 0;
	padding: 7px 10px;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 5px;
	cursor: pointer;
	z-index: 99;
}
.spMenu.menuOpen {
	color: #444;
}
#head .menu_box {
	width: 100%;
	margin: 0;
	padding: 0px;
	background-color: #fff;
	border-bottom: 5px solid #55b3e7;
	display: none;
	z-index: 98;
/*
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
*/
}
#head .menu_box #nav {
	list-style: none;
}
#head .menu_box #nav li {
	width: 100%;
}
#head .menu_box #nav li > a,
#head .menu_box #nav li > h4 {
	width: 100%;
	font-size: 1.6rem;
	font-weight: normal;
	color: #fff;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 15px;
	background-color: #55b3e7;
	border-bottom: 1px solid #ccc;
	display: block;
}
#head .menu_box #nav li > a span,
#head .menu_box #nav li > h4 span {
	display: none;
}
#head .menu_box #nav li > h4 i {
	float: right;
}
#head .menu_box #nav li > .subs {
	list-style: none;
	display: none;
}
#head .menu_box #nav li:hover > .subs {
	visibility: visible;
	border-top: 1px solid #ccc;
	z-index: 9;
}
#head .menu_box #nav li > .subs > li a {
	font-size: 1.4rem;
	color: #333;
	text-align: left;
	text-decoration: none;
	line-height: 1;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	background-color: #ffd;
	display: block;
}
#head .menu_box #nav li > .subs > li a:hover {
	color: #fff;
	background-color: #0081CC;
}
#head .menu_box .btn_taiken {
	margin: 0;
	padding: 15px;
}
#head .menu_box .btn_taiken .tel {
	background-image: url(../img/head_tel.png);
	width: 178px;
	height: 16px;
	display: block;
	margin: 0 auto 10px;
	text-indent: -9999px;
}
#head .menu_box .btn_taiken .btn {
	margin: 0 auto 10px;
}
#head .menu_box .btn_taiken .btn a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	display: block;
	border: 1px solid #009944;
	background-image: -webkit-linear-gradient(270deg,rgba(70,176,53,1.00) 0%,rgba(0,153,68,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(70,176,53,1.00) 0%,rgba(0,153,68,1.00) 100%);
	border-radius: 5px;
}
#head .menu_box .btn_taiken .btn a:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(0,153,68,1.00) 0%,rgba(0,119,53,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,153,68,1.00) 0%,rgba(0,119,53,1.00) 100%);
	text-shadow: 2px 2px 2px #666666;
}


/* ----- .pankuzu_box ----- */
#container .pankuzu_box {
	width: 100%;
	text-align: left;
	margin: 0 auto 30px;
	padding: 10px 0 10px;
	background-image: url(../img-index/main_bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#container .pankuzu {
	font-size: 1.2rem;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#container .pankuzu li {
	display: none;
}
#container .pankuzu li:nth-last-of-type(3) {
	display: none;
}
#container .pankuzu li:nth-last-of-type(2) {
	display: block;
	width: 30px;
}
#container .pankuzu li:nth-last-of-type(2) span {
	display: none;
}
#container .pankuzu li:last-of-type {
	width: calc(100% - 50px);
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
#container .pankuzu li:last-of-type {
	width: calc(100% - 50px);
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
#container .tweet_box {
	margin: 0 0 83px;
}
#container .tweet_box ul {
	display: flex;
	justify-content: center;
	list-style: none;
}
#container .tweet_box ul li {
	margin: 0 2px;
}


/* ----- #main ----- */
#container #main {
	width: 100%;
	margin: 0 auto 58px;
}


/* ----- #mainContents ----- */
#container #main #mainContents {
}


/* ----- #main_right ----- */
#container #main #main_right {
	width: 100%;
	padding: 0 10px 10px;
}
#main_right .title_box {
	width: 100%;
	margin: 0 auto 25px;
	padding: 15px;
	border: 1px solid #0081CC;
}
#main_right .title_box .h3_title {
	width: 100%;
	text-align: left;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 3px solid #0081CC;
	position: relative;
}
#main_right .title_box .h3_title h3 {
	color: #0081CC;
	font-size: 2.4rem;
	line-height: 100%;
}
#main_right .title_box .h3_title .english_title {
	color: #0081CC;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
/*	position: absolute;
	right: 0px;
	bottom: 3px;
*/
	display: block;
}
#main_right .title_box .copy_box {
	width: 100%;
	color: #0081CC;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
}


/* ----- .btnTop ----- */
.btnTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
}
.btnTop a {
	background-color: #fff;
	color: #55b3e7;
	display: block;
	text-align: center;
	font-size: 24px;
	float: right;
	padding: 8px 10px;
	border-radius: 22px;
	transition: all 0.3s;
}
.btnTop a:hover {
	background-color: #0C335A;
	transform: rotate(-360deg);
}

/* ----- #main_left ----- */
#container #main #main_left {
	width: 100%;
	padding: 0 10px;
}
#container #main #main_left .eiken_box {
	margin: 0 0 30px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
}
#main_left .title_box {
	display: none;
}
#main_left .submenu_box {
	display: none;
}
#main_left .sns_box {
	text-align: left;
	margin: 0 auto 5px;
}
#main_left .sns_box a {
	margin: 0 2px 0 0;
	display: inline-block;
}
#main_left .qr_box {
	font-size: 1.4rem;
	line-height: 1.3;
}
#main_left .qr_box img {
	width: 100%;
	max-width: 240px;
}



/* ----- #foot ----- */
#container #foot {
	width: 100%;
	background-color: #fffea0;
}
#foot .foot_box {
	width: 100%;
	margin: 0 auto 38px;
	padding: 30px 0 0 0;
}
#foot .foot_box .foot_logo {
	width: 100%;
	padding: 48px 0 30px;
	text-align: center;
	position: relative;
}
#foot .foot_box .foot_logo .logo {
	position: absolute;
	top: -83px;
	left: calc(50% - 59px);
}
#foot .foot_box .foot_logo .logo p {
	line-height: 1.3;
}
#foot .foot_box .foot_logo .logo a {
	background-image: url(../img/lets_logo2025.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 118px;
	height: 118px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 5px;
	text-indent: -9999px;
}
#foot .foot_box .menu_foot {
	width: 100%;
	border-bottom: 1px solid #999;
}
#foot .foot_box .menu_foot .menu_footbox {
	width: 100%;
	margin-right: 20px;
}
#foot .foot_box .menu_foot .menu_footbox:first-of-type {
	width: 100%;
}
#foot .foot_box .menu_foot .menu_footbox h4 {
	width: 100%;
	font-size: 1.6rem;
	color: #333;
	text-align: left;
	border-top: 1px solid #999;
	margin: 0;
	padding: 15px;
	display: block;
}
#foot .foot_box .menu_foot .menu_footbox h4 i {
	float: right;
}
#foot .foot_box .menu_foot .menu_footbox ul {
	border-top: 1px solid #999;
	display: none;
}
#foot .foot_box .menu_foot .menu_footbox ul li {
	width: 100%;
	list-style: none;
}
#foot .foot_box .menu_foot .menu_footbox ul li a {
	width: 100%;
	color: #333;
	font-size: 1.4rem;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding: 15px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	display: block;
}
#foot .copyright {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #55b3e7;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
}



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

}



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

}



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

	#container #head .eiken_box {
		font-size: 1.2rem;
		position: absolute;
		top: 3px;
		left: 8px;
	}
	#container #main #main_left {
		display: flex;
		justify-content: space-evenly;
		gap: 20px;
	}
	#container #main #main_left .eiken_box span {
		display: block;
	}

	#main_right .title_box .h3_title .english_title {
		position: absolute;
		right: 0px;
		bottom: 3px;
	}

	/* foot_menu */
	#foot .foot_box .menu_foot {
		width: 100%;
		margin: 0;
		padding: 0 10px;
		border: none;
		display: flex;
		justify-content: space-evenly;
		gap: 10px;
	}
	#foot .foot_box .menu_foot .menu_footbox {
		width: calc(100% / 3);
		margin-right: 20px;
	}
	#foot .foot_box .menu_foot .menu_footbox:first-of-type {
		width: calc(100% / 3);
	}
	#foot .foot_box .menu_foot .menu_footbox h4 {
		color: #0081CC;
		font-size: 1.6rem;
		text-align: center;
		border: none;
		border-bottom: 1px solid #0081CC;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	#foot .foot_box .menu_foot .menu_footbox h4 i {
		display: none;
	}
	#foot .foot_box .menu_foot .menu_footbox ul {
		margin: 0px;
		border: none;
		display: block;
	}
	#foot .foot_box .menu_foot .menu_footbox ul li {
		font-size: 1.4rem;
		text-align: left;
		margin: 0 0 8px;
	}
	#foot .foot_box .menu_foot .menu_footbox ul li a {
		text-decoration: underline;
		padding: 0 0 8px 0;
		border: none;
		background: none;
	}
}



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

	/* ----- #head ----- */
	#container #head {
		width: 960px;
		margin: 10px auto 0px;
		padding: 0px;
		min-height: 155px;
		position: relative;
	}
	.spMenu {
		display: none;
	}
	#head .eiken {
		width: 158px;
	}
	#head h1 {
		width: 78px;
		height: 78px;
		margin: 0px auto 3px;
		padding: 0px;
		display: block;
	}
	#head h1 a {
		background-image: url(../img/lets_logo2025.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		display: block;
		margin: 0px;
		padding: 0px;
	}
	#head .eiken {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#head .btn_taiken {
		position: absolute;
		top: -122px;
		right: 0px;
	}
	#head .btn_taiken .tel {
		background-image: url(../img/head_tel.png);
		width: 178px;
		height: 16px;
		display: block;
		margin-bottom: 3px;
		text-indent: -9999px;
	}
	#head .btn_taiken .btn a {
		display: block;
		border: 1px solid #009944;
		background-image: -webkit-linear-gradient(270deg,rgba(70,176,53,1.00) 0%,rgba(0,153,68,1.00) 100%);
		background-image: linear-gradient(180deg,rgba(70,176,53,1.00) 0%,rgba(0,153,68,1.00) 100%);
		border-radius: 5px;
		padding: 10px;
		text-decoration: none;
		color: #FFFFFF;
	}
	#head .btn_taiken .btn a:hover {
		background-image: -webkit-linear-gradient(270deg,rgba(0,153,68,1.00) 0%,rgba(0,119,53,1.00) 100%);
		background-image: linear-gradient(180deg,rgba(0,153,68,1.00) 0%,rgba(0,119,53,1.00) 100%);
		text-shadow: 2px 2px 2px #666666;
	}
	#head .menu_box {
		display: block;
		width: 100%;
		margin: 0px;
		padding: 0px;
		position: absolute;
		bottom: 0;
		border: none;
	}
	#head .menu_box #nav {
		display: flex;
		justify-content: center;
		list-style: none;
	}
	#head .menu_box #nav li {
		width: 111px;
		margin: 0 5px;
		position: relative;
	}
	#head .menu_box #nav li > a,
	#head .menu_box #nav li > h4 {
		min-width: 80px;
		color: #333;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		padding: 5px 5px 0;
		border: none;
		background-color: #fff;
		display: block;
		cursor: pointer;
	}
	#head .menu_box #nav li > a span,
	#head .menu_box #nav li > h4 span {
		font-size: 12px;
		margin: 2px 0 0;
		padding: 2px 0;
		border-top: 1px solid #ccc;
		display: block;
	}
	#head .menu_box #nav li > h4 i {
		display: none;
	}
	#head .menu_box #nav li > .subs {
		list-style: none;
		display: none;
/*		visibility: hidden; */
		position: absolute;
		width: 190px;
		top: 100%;
		left: 0;
		padding: 0px;
		background-color: #fff;
	}
	#head .menu_box #nav li:hover > .subs {
		display: block;
/*		visibility: visible; */
		border-top: 1px solid #ccc;
		z-index: 9;
	}
	#head .menu_box #nav li > .subs > li {
		width: 100%;
	}
	#head .menu_box #nav li > .subs > span {
		font-size: 	16px;
		color: #333;
	}
	#head .menu_box #nav li > .subs > li {
		margin: 0px;
		padding: 0px;
	}
	#head .menu_box #nav li > .subs > li a {
		font-size: 12px;
		display: block;
		padding: 15px 0 15px 10px;
		line-height: 1;
		text-align: left;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-decoration: none;
		color: #333;
	}
	#head .menu_box #nav li > .subs > li a i {
		color: #ccc;
	}
	#head .menu_box #nav li > .subs > li a:hover {
		background-color: #55b3e7;
		color: #fff;
	}
	#head .menu_box #nav li > .subs > li a:hover i {
		color: #edec54;
	}
	#head .menu_box #nav li.select > a,
	#head .menu_box #nav li.select > h4 {
		font-weight: bold;
		display: block;
		padding: 5px 5px 0;
		border: 1px solid #ccc;
		border-bottom: none;
		border-radius: 8px 8px 0 0;
	}
	#head .menu_box #nav li:hover > a,
	#head .menu_box #nav li:hover > h4 {
		text-shadow: 2px 2px 3px #999;
	}
	#head .menu_box .btn_taiken {
		margin: 0;
		padding: 0;
	}
	#head .menu_box .btn_taiken .tel {
		margin: 0 auto 5px;
	}
	#head .menu_box .btn_taiken .btn {
		margin: 0 auto 5px;
	}

	/* ----- .pankuzu_box ----- */
	#container .pankuzu_box {
		width: 100%;
		text-align: left;
		margin: 0 0 30px;
		padding: 10px 0;
		background-image: url(../img-index/main_bg.png);
		background-repeat: repeat-x;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}
	#container .pankuzu {
		width: 960px;
		margin: 0 auto;
		text-align: left;
		position: relative;
	}
	#container .pankuzu p {
		float: left;
		width: 640px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#container .tweet_box {
		text-align: right;
		width: 325px;
		position: absolute;
		top: -2px;
		right: calc(50% - 480px);
	}
	#container .tweet_box ul {
		margin: 0px;
	}
	#container .tweet_box ul li {
		margin: 0px 0px 0px 5px;
		list-style: none;
		display: block;
		float: left;
	}


	/* ----- #main ----- */
	#container #main {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	/* ----- #mainContents ----- */
	#container #main #mainContents {
		display: flex;
		justify-content: space-between;
	}

	/* ----- #main_left ----- */
	#container #main #main_left {
		width: 240px;
		margin-bottom: 50px;
		padding: 0;
		display: block;
		order: 1;
	}
	#container #main #main_left img {
		width: 100%;
	}
	#main_left .title_box {
		width: 100%;
		padding: 10px;
		border: 1px solid #CCCCCC;
		text-align: left;
		background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 49.74%,rgba(207,207,207,1.00) 98.45%,rgba(255,255,255,1.00) 99.48%);
		background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 49.74%,rgba(207,207,207,1.00) 98.45%,rgba(255,255,255,1.00) 99.48%);
		display: block;
	}
	#main_left .sns_box {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		text-align: left;
	}
	#main_left .sns_box a {
		margin-right: 2px;
		display: inline-block;
	}
	#main_left .title_box h2 {
		font-size: 16px;
		font-weight: normal;
		border-bottom: 1px solid #CCCCCC;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	#main_left .title_box p {
		width: 220px;
		margin: 0 auto;
		font-size: 12px;
	}
	#main_left .submenu_box {
		width: 100%;
		margin: 0px auto 20px;
		display: block;
	}
	#main_left .submenu_box ul {
		border-left: 1px solid #CCCCCC;
	}
	#main_left .submenu_box ul li {
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		list-style-type: none;
	}
	#main_left .submenu_box ul li a {
		width: 208px;
		padding: 15px 0 15px 30px;
		display: block;
		text-align: left;
		background-image: url(../img/submenu_mark.png);
		background-repeat: no-repeat;
		background-position: 15px 50%;
	}
	#main_left .submenu_box ul li a:hover {
		background-image: url(../img/submenu_mark_hover2.png);
	}
	#main_left .submenu_box ul li .select {
		background-image: url(../img/submenu_mark_select.png);
	}
	#main_left .qr_box img {
		width: 100%;
	}


	/* ----- #main_right ----- */
	#container #main #main_right {
		width: 690px;
		padding: 0;
		order: 2;
	}
	#main_right .title_box {
		width: 100%;
		margin: 0 auto 25px;
		padding: 15px;
		border: 1px solid #0081CC;
	}
	#main_right .title_box .h3_title {
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 5px;
		position: relative;
		border-bottom: 3px solid #0081CC;
		text-align: left;
	}
	#main_right .title_box .h3_title h3 {
		color: #0081CC;
		font-size: 30px;
		line-height: 100%;
	}
	#main_right .title_box .h3_title .english_title {
		position: absolute;
		right: 0px;
		bottom: 3px;
		color: #0081CC;
		font-size: 16px;
		font-weight: bold;
	}
	#main_right .title_box .copy_box {
		width: 100%;
		text-align: left;
		font-size: 20px;
		font-weight: bold;
		color: #0081CC;
	}
	#container .btn_top {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		text-align: right;
		overflow-y: hidden;
		background-repeat: no-repeat;
		background-position: right 0%;
		margin-bottom: 10px;
	}
	#container .btn_top a {
		font-size: 12px;
		text-decoration: none;
		color: #0081CC;
		background-image: url(../img/yajirusi_top.png);
		background-position: right 0%;
		background-repeat: no-repeat;
		padding-right: 20px;
		font-weight: bold;
	}
	#container .btn_top a:hover {
		color: #FF6600;
		background-image: url(../img/yajirusi_top.png);
		background-position: right -20px;
	}


	/* ----- #foot ----- */
	#container #foot {
	}
	#foot .foot_box {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 38px;
		padding-top: 30px;
	}
	#foot .foot_box .foot_logo {
		width: 320px;
		padding-top: 48px;
		float: left;
		text-align: center;
		position: relative;
	}
	#foot .foot_box .foot_logo .logo {
		position: absolute;
		top: -83px;
		left: calc(160px - 59px);
	}
	#foot .foot_box .foot_logo .logo a {
		background-image: url(../img/lets_logo2025.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 118px;
		height: 118px;
		display: block;
		text-indent: -9999px;
		margin-bottom: 5px;
		text-indent: -9999px;
	}
	#foot .foot_box .menu_foot {
		width: 588px;
		float: right;
	}
	#foot .foot_box .menu_foot .menu_box {
		width: 150px;
		margin-right: 20px;
		float: left;
	}
	#foot .foot_box .menu_foot .menu_box:first-of-type {
		width: 180px;
	}
	#foot .foot_box .menu_foot .menu_box h4 {
		font-size: 12px;
		color: #0081CC;
		border-bottom: 1px solid #0081CC;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	#foot .foot_box .menu_foot .menu_box ul {
		margin: 0px;
	}
	#foot .foot_box .menu_foot .menu_box ul li {
		list-style: none;
		text-align: left;
		font-size: 80%;
		margin-bottom: 8px;
	}
}



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

}



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

}
