@charset "UTF-8";

/*
	YUI 3.8.0 (build 5744)
	Copyright 2012 Yahoo! Inc. All rights reserved.
	Licensed under the BSD License.
	http://yuilibrary.com/license/

	Font-size Adjustment
	
	77% = 10px	| 	123.1% = 16px	|	167% = 22px	
	85% = 11px	|	131% = 17px		|	174% = 23px
	93% = 12px	|	138.5% = 18px	|	182% = 24px
	100% = 13px	|	146.5% = 19px	|	189% = 25px
	108% = 14px	|	153.9% = 20px	|	197% = 26px
	116% = 15px	|	161.6% = 21px	|

*/


/* @group #billboard */

#billboard {
	position: relative;
	z-index: 100;
}
#billboard .board {
	overflow: hidden;
	width: 770px;
	height: 330px;
	background: #f9f9f9;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}
#billboard .columns {
	line-height: 1.5;
}
#billboard .column:first-child {
	box-sizing: border-box;
	width: 260px;
	text-align: left;
	padding: 30px 20px;
}
#billboard .column:last-child {
	width: 510px;
}
#billboard .column:last-child img {
	width: 510px;
	height: auto;
}
#billboard .column h1 {
	font-weight: bold;
	font-size: 138.5%;
	line-height: 1.3;
}
#billboard .column p,
#billboard .column ul,
#billboard .column ol,
#billboard .column dl {
	margin-top: 1em;
}

#billboard .column ul,
#billboard .column ol {
	margin-left: 1.2em;
}

#billboard .column ul li {
	list-style: disc;
}
#billboard .column ol li {
	list-style: decimal;
}
#billboard .column dt {
	font-weight: bold;
}

#billboard .arrow {
	position: absolute;
	top: 145px;
	left: 50%;
	display: block;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	opacity: .5;
}
#billboard .arrow:hover {
	opacity: 1;
}
#billboard .prev {
	margin-left: -469px;
	background: url(../img/billboard/btn-arrowL.png);
}
#billboard .next {
	margin-left: 425px;
	background: url(../img/billboard/btn-arrowR.png);
}

#billboard .dots {
	text-align: center;
	margin: 20px auto 0;
}

#billboard .dots .dot {
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	height: 10px;
	width: 10px;
	background: rgba(0,0,0,.2);
	text-indent: -9999px;
}
#billboard .dots .dot:last-child {
	margin-right: 0;
}
#billboard .dots .current {
	background: rgba(0,0,0,.5);
}


@media only screen and (max-width: 639px) {
	.open #billboard {
		display: none;
	}
	#billboard .board,
	#billboard .dots,
	#billboard .arrow {
		display: none;
		line-height: 0;
		font-size: 1px;
	}
	#billboard .board-01 {
		display: block;
		width: auto;
		height: auto;
	}
	#billboard .board-01 img {
		width: 100%;
		height: auto;
		box-shadow: 0 0 0 1px rgba(0,0,0,.1);
		vertical-align: bottom;
	}
}




/* @group home */

.home {
	}

@media only screen and (min-width: 640px) {
	.home main .column {
		width: 450px;
		margin: 0 10px;
	}
}
/* @end */

@media only screen and (max-width: 639px) {
	.home main #topics {
		float: none;
	}
}


.home #page-body .section-title {
	width: 100%;
	border-bottom: 4px solid rgb(198, 218, 135);
}
.home #page-body .section-title {
	height: 55px;
}
/*.home #page-body .section-title span /*top テキスト化のため一旦無効化*/
/*{  
	float: right;
}*/

.home #consult .link a {
	margin-right: 1em;
}


@media only screen and (min-width: 640px) {
	.home #page-body .column:first-child {
		margin-right: 40px;
	}
	.home #consult {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 639px) {
	.home #page-body .section-title {
		height: 46px;
	}
	.home #page-body .section-title span {
		display: none;
	}
	.home #page-body .section-title img {
		height: 46px;
		width: auto;
	}
	.home #page-body .description,
	.home #about .header .btn {
		margin-top: 20px;
	}
}

.home .bnrs a {
	display: block;
	line-height: 1;
	font-size: 1px;
}
.home .bnr a:hover {
}

.home .bnrs:after {
    content:" ";
    display:block;
    clear:both;
}

.home .special-contents {
	margin-top: -12px;
}

.home .sub-contents {
	margin-top: 30px;
}

.home .ex_bnrs {
	margin-top: -5px;
}

.home .bnrs li {
	float: left;
}

.home .ex_bnrs {
	background: #f9f9f9;
	}

/* @group for Pc / 640px~ */
@media only screen and (min-width: 640px) {
	.home #page-body .ex_bnrs {
		border-bottom: none;
	}
	.home .bnrs li {
		float: left;
		margin: 10px 10px 0 0;
	}
	.home .special-contents li {
		margin: 12px 12px 0 0;
	}
	.home .ex_bnrs li {
		margin: 5px 5px 0 0;
	}
	
	.home .bnrs li:last-child {
		margin-right: 0;
	}
}

/* @end */

/* @group for Mobile / ~639px */
@media only screen and (max-width: 639px) {
	.home .contents,
	.home .ex_bnrs {
		padding: 10px 5px 30px;
		border-bottom: 1px solid rgba(0,0,0,.2);
	}
	.home .ex_bnrs {
		border-bottom: 0;
	}
	.home .ex_bnrs .ex_bnrs {
		padding: 0;
		border-bottom: none;
	}
	.home .bnrs {
		margin: 0 5px;
	}
	.home .bnrs {
		margin: 15px 0 0;
	}
	.home .bnrs li {
		box-sizing: border-box;
		width: 50%;
		margin-top: 5px;
		padding: 0 2px;
	}
	.home .bnrs li img {
		width: 100%;
	}
}
/* @end */


.home #page-body .about {
	border-bottom: none;
}

.home #about .header {
	position: relative;
}

.home #about section {
	box-sizing: border-box;
	margin-top: 20px;
}
.home #about #access {
	padding-bottom: 10px;
}

.home #about header .link {
	font-size: 87.5%;
	line-height: 1.2;
}
.home #about #contact .block .note {
	padding-left: 4px;
}

.home #about .header .btn a {
}
.home #about .header .btn a:hover {
	border-radius: 4px;
}


/* @group for Pc / 640px~ */
@media only screen and (min-width: 640px) {
	.home #about .header h1 {
		position: absolute;
		top: 0;
		left: 0;
	}
	.home #about .header .info {
		position: relative;
		top: 2px;
		margin-left: 220px;
		margin-right: 230px;
	}
	.home #about .header .info strong {
		font-size: 137.5%;
	}
	.home #about .header .btn {
		position: absolute;
		top: 0;
		right: 0;
	}
	.home #about .header .btn a {
		display: inline-block;
		font-size: 1px;
		line-height: 1;
	}
	.home #about header {
		position: relative;
		height: 40px;
		border-bottom: 4px solid #f7c5c8;
	}
	.home #about header h1 {
		position: absolute;
		top: 0;
		left: 0;
	}
	.home #about header .link {
		padding-top: 14px;
		text-align: right;
	}
	.home #about .column {
		width: 480px;
		margin: 30px 0 0;
	}
	.home #about .column:first-child {
		margin-right: 20px;
	}
	.home #about section {
		padding: 10px 20px 16px;
		border: 1px solid rgba(0, 0, 0, .2);
	}
	.home #about .block {
		margin: 20px 5px 0;
	}
	
	.home #about .note {
		color: #808080;
		font-size: 77%;
	}
	.home #about p.note {
		margin-top: 10px;
	}
	
	.home #about .block strong {
		display: inline-block;
		width: 4.2em;
	}
	.home #about #contact .block strong {
		display: inline-block;
		width: 5.2em;
	}
	
	.home #about #access header {
		position: relative;
	}
	.home #about #access header p.description {
		position: absolute;
		top: 10px;
		left: 105px;
		margin: 0;
	}
}
/* @end */

/* @group for Mobile / ~639px */
@media only screen and (max-width: 639px) {
	.home #about .header h1  {
		border-bottom: 4px solid rgb(198, 218, 135);
	}
	.home #about .header .info {
		margin-top: 20px;
	}
	.home #about header h1 {
		height: 40px;
		border-bottom: 4px solid #f7c5c8;
	}
	.home #about header h1 img {
		height: 40px;
		width: auto;
	}
	.home #about header .link {
	}
	.home #about section {
		padding: 0;
		border: none;
	}
	.home #about section:first-child {
	}
	.home #about .block {
		margin: 10px 0 0;
	}
	.home #about .header .info strong {
		display: block;
		font-size: 122%;
	}
	.home #about .block strong {
		display: block;
	}
}
/* @end */


/* @end */

.link-google {
	text-align: right;
	font-size: 72%;
}


