@charset "utf-8";

/* ==========================================================
    PCスタイル
========================================================== */
.pc {
	display: block;
}
.sp {
	display: none;
}
button.drawer-toggle.drawer-hamburger.sp {
	display: none;
}

.clearfix:after {
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}
*:first-child+html .clearfix {
	zoom: 1;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
}

a.alpha:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* ****************************************************** ヘッダー */
/* 上下ナビゲーション */
.navBar{
    background-color:#000;
    background:-webkit-gradient(linear,left top, left bottom,from(#6B3D19),color-stop(0.45, #6B3D19),color-stop(0.52, #6B3D19),to(#6B3D19));
    background:-moz-linear-gradient(top,#6B3D19 0%,#6B3D19 45%,#6B3D19 52%,#6B3D19 100%);
    border-top:solid 1px #6B3D19;
    border-bottom:solid 1px #6B3D19;
    width:100%;
    margin:0;
}

.navBar ul{
    border-top:solid 1px #6B3D19;
    border-bottom:solid 1px #6B3D19;
    position:relative;
}
.navBar ul:after{
    content:"";
    display:block;
    clear:both;
}

.navBar ul li{
    float:left; 
    width:33%;
}

.navBar ul li a,.myAccount{
    text-align:center;
    display:block;
    color: #fff;
    font-size: 12px;
    line-height:1.7;
    border-left: 1px solid #fff;
    border-right: 1px solid #181008;
    padding: 5px 0;
    box-sizing:border-box;
}

.navBar ul li.btnLogin a{
    border-right: 0px solid #fff;
}

.navBar ul li.btnHome a{
    border-left: 0px solid #181008;
}

.myAccount{
    border-right:0; 
}

.navBar ul ul.dropdownNav {
    clear: both;
    position: absolute;
    top: 100%;
    right:0;
    width: 100%;
    z-index: 10000;
    border:0;
    background:#333;
    display: none;
}
.navBar ul ul.dropdownNav li {
    clear: both;
    float: none;
    width:100%;
}
.navBar ul ul.dropdownNav a, 
.navBar ul ul.dropdownNav ul a ,
.navBar ul ul .dropdownClose{
    display:block;
    color: #fff;
    border:0;
    border-top: solid 1px #ccc;
    width:100%;
    padding: 18px 8px;
    text-align:left;
    font-size: 14px;
}
.navBar ul ul.dropdownNav .dropdownClose{
    text-align:center;  
    padding:4px;
    box-sizing:border-box;
}
.navBar ul ul.dropdownNav .dropdownClose:before{
    content:"×";    
    font-family:Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
    font-size:32px;
    vertical-align:middle;
    margin-right:4px;
}


.hnavi table td {
	text-align: right;
	vertical-align: bottom;
}


/* ****************************************************** メイン */
#container {
	margin: 0 auto;
	width: 1000px;
}


/* ****************************************************** サイドエリア */
#side {
	float: left;
	margin-top: 24px;
	width: 200px;
}
#side figure {
	margin-bottom: 10px;
}



/* ****************************************************** コンテンツ */
/* 共通 */
#contents {
	float: right;
	padding-bottom: 30px;
	width: 780px;
	text-align: left;
}
#contents .breadcrumb {
	color: #036e99;
	font-size: 12px;
	margin-bottom: 5px;
}
#contents .breadcrumb a {
	color: #036e99;
	text-decoration: none;
}
#contents .breadcrumb a:hover {
	text-decoration: underline;
}

#contents .main {
	margin-bottom: 15px;
}
#contents .top_midashi {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	font-size: 24px;
}

#contents h1 {
	line-height: 1.3;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #808181;
	border-left: 5px solid #808181;
	margin-bottom: 17px;
	padding: 5px 15px;
}
#contents h2 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #808181;
	border-left: 5px solid #808181;
	margin-bottom: 17px;
	padding: 5px 15px;
	line-height: 1.2;
}
#contents h3 {
	background-color: #EC7A08;
	line-height: 1.4;
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 7px 20px;
	color: #fff;
}

#contents #page-footer {
	margin-bottom: 30px;
}
@media (max-width: 680px) {
	#contents #page-footer {
		display: none;
	}
}
#contents #page-footer .fmenu {
	margin-bottom: 20px;
	text-align: center;
}
#contents #page-footer .fmenu a {
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 20px;
}
#contents #page-footer .fmenu a:nth-child(3n+1) {
	margin-left: 0;
}
#contents #page-footer .fmenu img.last {
	margin-right: 0;
}
#contents #page-footer .fcomment {
	border-bottom: 2px solid #806117;
	border-top: 2px solid #806117;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 5px 0;
	text-align: center;
}
#page-footer .pagetop {
	display: none;
}






/* 個別 ********************************************************/
#page01 #contents h3 {
	position: relative;
	padding: 10px 20px;
	text-align: center;
	background-color: #f38f08;
}
#page01 #contents h3:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -15px;
	border-top: 20px solid #f38f08;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
#page01 #contents #blk1 {
	margin-bottom: 30px;
}
#page01 #contents #blk1 .course-menu figure {
	display: inline-block;
	width: 290px;
}
#page01 #contents #blk1 .course-menu a img {
	display: inline-block;
	margin-left: 2px;
}
#page01 #contents #blk2 {
	margin-bottom: 30px;
}
#page01 #contents #blk2 .cc {
	font-size: 20px;
	margin-bottom: 5px;
	padding: 0 20px;
}
#contents #blk2 .movie {
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#contents #blk2 .movie{
	position:relative;
	width:100%;
	padding-top:56.25%;
	}
	#contents #blk2 .movie iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	}
}
#page01 #contents #blk2 .cource .box {
	margin-top: 20px;
}
#page01 #contents #blk2 .cource .box .link {
	margin-top: -20px;
	text-align: right;
}
#page01 #contents #blk2 .cource .box .link img {
	margin: 0 5px;
}
#page01 #contents #blk2 .cource .box .btitle {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	#page01 #contents #blk2 .cource .box .btitle {
		margin-bottom: 20px;
		font-size: 18px;
	}
}
#page01 #contents #blk3 {
	margin-bottom: 60px;
}
#page01 #contents #blk3 .blk > figure {
	margin-bottom: 20px;
}
#page01 #contents #blk3 p {
	font-size: 16px;
	margin-bottom: 25px;
	padding: 0 20px;
}
#page01 #contents #blk3 p span {
	font-weight: bold;
	color: #0e678b;
}
#page01 #contents #blk3 .point {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#page01 #contents #blk3 .point .box {
	width: 248px;
	vertical-align: top;
}
#page01 #contents #blk3 .point .box.last {
	margin-right: 0;
}
#page01 #contents #blk3 .point .box figure {
	margin-bottom: 7px;
}
#page01 #contents #blk3 .point .box p {
	font-size: 14px;
	margin-bottom: 0;
	padding: 0;
}
#page01 #contents #blk3 .point .box p span {
	color: #c70012;
}
#page01 #contents #blk4 {
	margin-bottom: 30px;
}
#page01 #contents #blk4 h2 {
	margin-bottom: 25px;
}
#page01 #contents #blk4 .box {
	margin-bottom: 25px;
}
#page01 #contents #blk4 .box .q,
#page01 #contents #blk4 .box .a {
	font-size: 18px;
	line-height: 1.7em;
	padding: 15px;
}
#page01 #contents #blk4 .box .q {
	margin-bottom: 5px;
}
#page01 #contents #blk4 .box .a {
	background-color: #dcdacb;
}
#page01 #contents #blk4 .box .q figure,
#page01 #contents #blk4 .box .q p {
	display: inline-block;
	vertical-align: middle;
}
#page01 #contents #blk4 .box .a figure,
#page01 #contents #blk4 .box .a p {
	display: inline-block;
	vertical-align: top;
}
#page01 #contents #blk4 .box .q figure {
	width: 90px;
}
#page01 #contents #blk4 .box .q p {
	width: 650px;
	font-size: 15px;
}
#page01 #contents #blk4 .box .a figure {
	width: 50px;
}
#page01 #contents #blk4 .box .a p {
	width: 690px;
	line-height: 1.6em;
	font-size: 13px;
}

#page30 .cashless_blk {
	margin-bottom: 30px;
}
.cashless_blk .cursor {
	text-align: center;
}
.cashless_blk .row .img {
	padding-top: 20px;
}
.cashless_blk .row .img.r2 {
	padding-left: 90px;
}
.cashless_blk .row .text {
	padding-left: 104px;
	text-indent: -14px;
}
.cashless_blk .row .text a {
	text-decoration: underline;
}


#page06 #contents #blk1 {
	margin-bottom: 30px;
}
#page06 #contents #blk2 {
	margin-bottom: 40px;
}
#page06 #contents #blk2 .box01 {
	margin-bottom: 35px;
	position: relative;
}
#page06 #contents #blk2 .box01 figure {
	bottom: 0;
	position: absolute;
	right: 0;
	text-align: right;
	width: 40%;
}
#page06 #contents #blk2 .box01 p {
	font-size: 13px;
	padding-left: 2%;
	width: 56%;
}
#page06 #contents #blk2 .box01 p span {
	color: #0e6784;
}
#page06 #contents #blk2 .box02 {
	margin-bottom: 10px;
}
#page06 #contents #blk2 .box02 .left {
	float: left;
	width: 50%;
}
#page06 #contents #blk2 .box02 .right {
	float: right;
	width: 50%;
}
#page06 #contents #blk2 .box02 > .left,
#page06 #contents #blk2 .box02 > .right {
	padding: 3%;
	width: 44%;
}
#page06 #contents #blk2 .box02 h4 {
	border-left: 3px solid #4480ff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 10px;
}
#page06 #contents #blk2 .box02 ul {
	margin-left: 15px;
}
#page06 #contents #blk2 .box02 ul li {
	font-size: 13px;
	list-style: disc;
}


#randi01 {
}
#randi01 #contents #blk1 {
	margin-bottom: 30px;
}
#randi01 #contents #blk2 {
	margin-bottom: 30px;
}
#randi01 #contents #blk2 .cc {
	color: #6b3d19;
	font-size: 18px;
	margin-bottom: 15px;
	padding: 0 0 0 20px;
}
#randi01 #contents #blk2 p {
	margin-bottom: 40px;
	padding: 0 0 0 20px;
}
#randi01 #contents #blk2 .box {
	margin-bottom: 70px;
}
#randi01 #contents #blk2 .box .left {
	float: left;
	width: 48%;
}
#randi01 #contents #blk2 .box .right {
	float: right;
	width: 48%;
}
#randi01 #contents #blk2 .box .title {
	color: #0e6782;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left:1em;
	text-indent:-1em;
}
#randi01 #contents #blk2 .box p {
	margin-bottom: 20px;
	padding: 0;
}
#randi01 #contents #blk3 {
	margin-bottom: 50px;
}
#randi01 #contents #blk3 figure {
	border-bottom: 2px dotted #868687;
	margin: 15px 0;
	padding: 15px 0 25px;
}
#randi01 #contents #blk4 {
	margin-bottom: 50px;
}
#randi01 #contents #blk4 figure {
	margin-bottom: 10px;
}
#randi01 #contents #blk4 a {
	color: #0e6780;
}
#randi01 #contents #blk5 {
	margin-bottom: 70px;
}
#randi01 #contents #blk5 figure {
	margin-bottom: 10px;
}
#randi01 #contents #blk5 a {
	color: #0e6780;
}
#randi01 #contents #go-page {
	margin-bottom: 70px;
	text-align: center;
}
#randi01 #contents #go-page img {
	display: inline-block;
	margin: 0 20px;
}
#randi01 #contents #blk6 {
	margin-bottom: 70px;
}
#randi01 #contents #blk7 {
	margin-bottom: 50px;
}
#randi01 #contents #blk7 h2 span {
	color: #b70012;
}
#randi01 #contents #blk7 .box {
	margin-bottom: 50px;
}
#randi01 #contents #blk7 .box h4 {
	border-left: 5px solid #0e6780;
	font-size: 18px;
	font-weight: bold;
	margin: 22px 22px 5px 22px;
	padding-left: 5px;
}
#randi01 #contents #blk7 .box .inner {
	border-bottom: 2px dotted #868687;
	padding: 15px  0 15px 22px;
}
#randi01 #contents #blk7 .box .inner .title {
	color: #0e6780;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#randi01 #contents #blk8 {
	margin-bottom: 60px;
}
#randi01 #contents #blk8 .blk {
	background: url(../images/randi01/blk8_bg.png) no-repeat center center transparent;
	background-size: 100% 100%;
	padding: 30px;
	text-align: center;
}
#randi01 #contents #blk8 .blk figure {
	margin-bottom: 15px;
}
#randi01 #contents #blk8 .blk p {
	font-size: 14px;
}
#randi01 #contents #blk9 {
	margin-bottom: 70px;
}
#randi01 #contents #blk9 .box {
	border: 2px solid #6b3d19;
	margin: 0 auto;
	width: 670px;
}
#randi01 #contents #blk9 .box figure {
	float: left;
	width: 320px;
}
#randi01 #contents #blk9 .box .inner {
	float: right;
	padding: 20px;
	text-align: center;
	width: 310px;
}
#randi01 #contents #blk9 .box .inner p {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 40px;
	text-align: left;
}


#randi02 {
}
#randi02 #contents #blk1 {
	margin-bottom: 30px;
}
#randi02 #contents #blk2 {
	margin-bottom: 30px;
}
#randi02 #contents #blk2 .cc {
	color: #6b3d19;
	font-size: 18px;
	margin-bottom: 15px;
	padding: 0 0 0 20px;
}
#randi02 #contents #blk2 p {
	margin-bottom: 40px;
	padding: 0 0 0 20px;
}
#randi02 #contents #blk2 .box {
	margin-bottom: 70px;
}
#randi02 #contents #blk2 .box .left {
	float: left;
	width: 48%;
}
#randi02 #contents #blk2 .box .right {
	float: right;
	width: 48%;
}
#randi02 #contents #blk2 .box .title {
	color: #0e6782;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left:1em;
	text-indent:-1em;
}
#randi02 #contents #blk2 .box p {
	margin-bottom: 20px;
	padding: 0;
}
#randi02 #contents #blk3 {
	margin-bottom: 50px;
}
#randi02 #contents #blk3 figure {
	border-bottom: 2px dotted #868687;
	margin: 15px 0;
	padding: 15px 0 25px;
}
#randi02 #contents #go-page {
	margin-bottom: 70px;
	text-align: center;
}
#randi02 #contents #go-page img {
	display: inline-block;
	margin: 0 20px;
}
#randi02 #contents #blk6 {
	margin-bottom: 70px;
}
#randi02 #contents #blk7 {
	margin-bottom: 50px;
}
#randi02 #contents #blk7 h2 span {
	color: #b70012;
}
#randi02 #contents #blk7 .box {
	margin-bottom: 50px;
}
#randi02 #contents #blk7 .box h4 {
	border-left: 5px solid #0e6780;
	font-size: 18px;
	font-weight: bold;
	margin: 22px 22px 5px 22px;
	padding-left: 5px;
}
#randi02 #contents #blk7 .box .inner {
	border-bottom: 2px dotted #868687;
	padding: 15px  0 15px 22px;
}
#randi02 #contents #blk7 .box .inner .title {
	color: #0e6780;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#randi02 #contents #blk8 {
	margin-bottom: 60px;
}
#randi02 #contents #blk8 .blk {
	background: url(../images/randi02/blk8_bg.png) no-repeat center center transparent;
	background-size: 100% 100%;
	padding: 30px;
	text-align: center;
}
#randi02 #contents #blk8 .blk figure {
	margin-bottom: 15px;
}
#randi02 #contents #blk8 .blk p {
	font-size: 14px;
}
#randi02 #contents #blk9 {
	margin-bottom: 70px;
}
#randi02 #contents #blk9 .box {
	border: 2px solid #6b3d19;
	margin: 0 auto;
	width: 670px;
}
#randi02 #contents #blk9 .box figure {
	float: left;
	width: 320px;
}
#randi02 #contents #blk9 .box .inner {
	float: right;
	padding: 20px;
	text-align: center;
	width: 310px;
}
#randi02 #contents #blk9 .box .inner p {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 40px;
	text-align: left;
}


#randi03 {
}
#randi03 #contents #blk1 {
	margin-bottom: 30px;
}
#randi03 #contents #blk2 {
	margin-bottom: 30px;
}
#randi03 #contents #blk2 .cc {
	color: #6b3d19;
	font-size: 18px;
	margin-bottom: 15px;
	padding: 0 0 0 20px;
}
#randi03 #contents #blk2 p {
	margin-bottom: 40px;
	padding: 0 0 0 20px;
}
#randi03 #contents #blk2 .box {
	margin-bottom: 70px;
}
#randi03 #contents #blk2 .box .left {
	float: left;
	width: 48%;
}
#randi03 #contents #blk2 .box .right {
	float: right;
	width: 48%;
}
#randi03 #contents #blk2 .box .title {
	color: #0e6782;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left:1em;
	text-indent:-1em;
}
#randi03 #contents #blk2 .box p {
	margin-bottom: 20px;
	padding: 0;
}
#randi03 #contents #blk3 {
	margin-bottom: 50px;
}
#randi03 #contents #blk3 figure {
	border-bottom: 2px dotted #868687;
	margin: 15px 0;
	padding: 15px 0 25px;
}
#randi03 #contents #go-page {
	margin-bottom: 70px;
	text-align: center;
}
#randi03 #contents #go-page img {
	display: inline-block;
	margin: 0 20px;
}
#randi03 #contents #blk6 {
	margin-bottom: 50px;
}
#randi03 #contents #blk6 figure {
	margin-bottom: 70px;
}
#randi03 #contents #blk6 .comment {
	font-size: 18px;
}
#randi03 #contents #blk6 .box {
	margin-top: 40px;
}
#randi03 #contents #blk6 .box .inner {
	border: 1px solid #727171;
	display: inline-block;
	margin: 0 2.9% 2.9% 0;
	padding: 1.8%;
	vertical-align: top;
	width: 27%;
}
#randi03 #contents #blk6 .box .inner:nth-child(3n) {
	margin-right: 0;
}
#randi03 #contents #blk6 .box .inner h4 {
	border-left: 5px solid #ff3553;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
}
#randi03 #contents #blk6 .box .inner h5 {
	color: #0e6780;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
#randi03 #contents #blk8 {
	margin-bottom: 60px;
}
#randi03 #contents #blk8 .blk {
	background: url(../images/randi03/blk8_bg.png) no-repeat center center transparent;
	background-size: 100% 100%;
	padding: 30px;
	text-align: center;
}
#randi03 #contents #blk8 .blk figure {
	margin-bottom: 15px;
}
#randi03 #contents #blk8 .blk p {
	font-size: 14px;
}
#randi03 #contents #blk9 {
	margin-bottom: 70px;
}
#randi03 #contents #blk9 .box {
	border: 2px solid #6b3d19;
	margin: 0 auto;
	width: 670px;
}
#randi03 #contents #blk9 .box figure {
	float: left;
	width: 320px;
}
#randi03 #contents #blk9 .box .inner {
	float: right;
	padding: 20px;
	text-align: center;
	width: 310px;
}
#randi03 #contents #blk9 .box .inner p {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 40px;
	text-align: left;
}
#randi03 .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#randi03 .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}





/* ==========================================================
    レスポンシブ
========================================================== */
@media (max-width: 768px) {

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	#container {
		float: none;
		width: 100%;
	}
	#contents {
		float: none;
		margin: 0 auto;
		padding: 0 1%;
		max-width: 748px;
		width: auto;
	}

	#contents #page-footer .fmenu {
		margin: 0 auto 25px;
		text-align: center;
		width: 450px
	}
	#contents #page-footer .fmenu img {
		margin: 0;
	}
	#contents #page-footer .fmenu img.last {
		margin-right: 0;
	}

	#contents #sp-menu {
		margin-bottom: 30px;
	}
	#contents #sp-menu .link {
		margin: 0 auto 25px;
		text-align: center;
		width: 450px
	}
	#contents #sp-menu .link img {
		margin: 0 3px 10px;
	}
	#contents #sp-menu .out-link {
		margin: 0 auto 25px;
		text-align: center;
		width: 450px
	}
	#contents #sp-menu .out-link img {
		margin: 0 3px 10px;
	}
	#contents #sp-menu .info {
		margin: 0 auto 25px;
		text-align: center;
		width: 450px
	}

	#page01 #contents #blk1 .course-menu figure {
		display: block;
		margin-bottom: 1%;
		width: 100%;
	}
	#page01 #contents #blk1 .course-menu figure img {
		width: 100%;
	}
	#page01 #contents #blk1 .course-menu a {
		float: left;
		margin: 0;
		padding: 0;
	}
	#page01 #contents #blk1 .course-menu a.menu01 {
		width: 35.5%;
	}
	#page01 #contents #blk1 .course-menu a.menu02 {
		width: 32%;
	}
	#page01 #contents #blk1 .course-menu a.menu03 {
		width: 32%;
	}
	#page01 #contents #blk1 .course-menu a img {
		display: block;
		height: auto;
		width: 100%;
	}

	#page01 #contents #blk2 .cource .box .link {
		margin-left: auto;
		margin-top: -2%;
		max-width: 50%;
	}
	#page01 #contents #blk2 .cource .box .link img {
		width: 40%;
	}

	#page01 #contents #blk3 .point .box {
		display: block;
		margin: 0 auto;
		max-width: 400px;
		vertical-align: top;
		width: auto;
	}
	#page01 #contents #blk3 .point .box.last {
		margin-right: auto;
	}
	#page01 #contents #blk3 .point .box figure {
		margin-bottom: 7px;
	}
	#page01 #contents #blk3 .point .box p {
		font-size: 14px;
		margin-bottom: 5%;
		padding: 0;
	}

	#page01 #contents #blk4 .box .q {
		margin-bottom: 1%;
	}
	#page01 #contents #blk4 .box .q figure {
		width: 15%;
	}
	#page01 #contents #blk4 .box .q p {
		width: 84%;
	}
	#page01 #contents #blk4 .box .a figure {
		width: 10%;
	}
	#page01 #contents #blk4 .box .a p {
		width: 89%;
	}

}


@media (max-width: 680px) {

	#randi01 #contents #blk9 .box {
		width: 100%;
	}
	#randi01 #contents #blk9 .box figure {
		width: 47%;
	}
	#randi01 #contents #blk9 .box .inner {
		padding: 2%;
		width: 49%;
	}
	#randi01 #contents #blk9 .box .inner p {
		margin-bottom: 7%;
	}

	#randi02 #contents #blk9 .box {
		width: 100%;
	}
	#randi02 #contents #blk9 .box figure {
		width: 47%;
	}
	#randi02 #contents #blk9 .box .inner {
		padding: 2%;
		width: 49%;
	}
	#randi02 #contents #blk9 .box .inner p {
		margin-bottom: 7%;
	}


	#randi03 #contents #blk9 .box {
		width: 100%;
	}
	#randi03 #contents #blk9 .box figure {
		width: 47%;
	}
	#randi03 #contents #blk9 .box .inner {
		padding: 2%;
		width: 49%;
	}
	#randi03 #contents #blk9 .box .inner p {
		margin-bottom: 7%;
	}

}


@media (max-width: 640px) {

	#page01 #contents #blk2 .cource .box .link {
		margin-top: -1.5%;
		max-width: 60%;
	}

	#page01 #contents #blk4 .box .q p {
		width: 83%;
	}
	#page01 #contents #blk4 .box .a p {
		width: 88%;
	}

	#page06 #contents #blk2 .box01 figure {
		position: relative;
		text-align: center;
		width: 100%;
	}
	#page06 #contents #blk2 .box01 p {
		margin-bottom: 20px;
		width: 96%;
	}
	#page06 #contents #blk2 .box02 > .left,
	#page06 #contents #blk2 .box02 > .right {
		float: none;
		display: block;
		padding: 3%;
		width: 94%;
	}

	#randi01 #contents #go-page img {
		margin: 15px 20px;
	}
	#randi01 #contents #blk9 .box {
		padding: 5%;
		width: 70%;
	}
	#randi01 #contents #blk9 .box figure {
		float: none;
		margin-bottom: 5%;
		text-align: center;
		width: 100%;
	}
	#randi01 #contents #blk9 .box .inner {
		float: none;
		width: 100%;
	}
	#randi01 #contents #blk9 .box .inner p {
		margin-bottom: 7%;
	}

	#randi02 #contents #go-page img {
		margin: 15px 20px;
	}
	#randi02 #contents #blk9 .box {
		padding: 5%;
		width: 70%;
	}
	#randi02 #contents #blk9 .box figure {
		float: none;
		margin-bottom: 5%;
		text-align: center;
		width: 100%;
	}
	#randi02 #contents #blk9 .box .inner {
		float: none;
		width: 100%;
	}
	#randi02 #contents #blk9 .box .inner p {
		margin-bottom: 7%;
	}

	#randi03 #contents #go-page img {
		margin: 15px 20px;
	}
	#randi03 #contents #blk6 .box .inner {
		margin: 0 2.3% 2.3% 0;
		padding: 1.9%;
		width: 44%;
	}
	#randi03 #contents #blk6 .box .inner:nth-child(3n) {
		margin-right: 2.3%;
	}
	#randi03 #contents #blk6 .box .inner:nth-child(2n) {
		margin-right: 0;
	}
	#randi03 #contents #blk9 .box {
		padding: 5%;
		width: 70%;
	}
	#randi03 #contents #blk9 .box figure {
		float: none;
		margin-bottom: 5%;
		text-align: center;
		width: 100%;
	}
	#randi03 #contents #blk9 .box .inner {
		float: none;
		width: 100%;
	}
	#randi03 #contents #blk9 .box .inner p {
		margin-bottom: 7%;
	}


}


@media (max-width: 480px) {

	#contents #page-footer .fmenu {
		width: 100%;
	}
	#contents #page-footer .fmenu a {
		display: inline-block;
		margin-left: 0;
		margin-bottom: 0;
		width: 47%;
	}

	#page01 #contents #blk2 .cource .box .link {
		max-width: 80%;
	}

	#page01 #contents #blk4 .box .q figure,
	#page01 #contents #blk4 .box .q p {
		vertical-align: top;
	}
	#page01 #contents #blk4 .box .q figure {
		width: 18%;
	}
	#page01 #contents #blk4 .box .q p {
		width: 80%;
	}
	#page01 #contents #blk4 .box .a figure {
		width: 13%;
	}
	#page01 #contents #blk4 .box .a p {
		width: 85%;
	}

	#randi01 #contents #blk2 .box .left {
		float: none;
		margin-bottom: 35px;
		width: 100%;
	}
	#randi01 #contents #blk2 .box .right {
		float: none;
		width: 100%;
	}
	#randi01 #contents #blk2 .box figure {
		text-align: center;
	}
	#randi01 #contents #blk9 .box {
		padding: 5%;
		width: 88%;
	}

	#randi02 #contents #blk2 .box .left {
		float: none;
		margin-bottom: 35px;
		width: 100%;
	}
	#randi02 #contents #blk2 .box .right {
		float: none;
		width: 100%;
	}
	#randi02 #contents #blk2 .box figure {
		text-align: center;
	}
	#randi02 #contents #blk9 .box {
		padding: 5%;
		width: 88%;
	}

	#randi03 #contents #blk2 .box .left {
		float: none;
		margin-bottom: 35px;
		width: 100%;
	}
	#randi03 #contents #blk2 .box .right {
		float: none;
		width: 100%;
	}
	#randi03 #contents #blk2 .box figure {
		text-align: center;
	}
	#randi03 #contents #blk6 .box .inner {
		margin: 0 0 2.3% 0;
		padding: 2%;
		width: 95%;
	}
	#randi03 #contents #blk6 .box .inner:nth-child(3n) {
		margin-right: 0;
	}
	#randi03 #contents #blk6 .box .inner:nth-child(2n) {
		margin-right: 0;
	}
	#randi03 #contents #blk9 .box {
		padding: 5%;
		width: 88%;
	}

}

@media (max-width: 459px) {

	#contents #sp-menu .link {
		width: 230px
	}
	#contents #sp-menu .out-link {
		width: 230px
	}
	#contents #sp-menu .info {
		width: 300px
	}

}
