@charset "utf-8";

/* home.css：PC
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */
/* mainVisual */
#home #content .mainVisual {
	min-height: 540px;
}
#home #content .mainVisual img {
    width: 100%;
}
/* sp-buttons */
.sp-buttons {
    position: absolute;
    bottom: 0;
}
.sp-button {
    background-color: #ffffff;
    border: 1px solid #736357;
    height: 10px;
    margin: 5px;
    width: 10px;
}
.sp-selected-button {
    background-color: #736357;
}

/* section */
#home #content section {
    overflow: hidden;
    margin: 75px auto 0;
    text-align: center;
}

/* headline */
#home #content h2 {
    text-align: center;
}

/* button */
#home #content .button {
    background: #ffffff;
    font-size: 2.2rem;
}
#home #content .button a {
    padding: 0.9em 0;
}

/* subject */
#home #content .subject ul {
    list-style: none;
    margin: 55px auto 0;
    width: 740px;
}
#home #content .subject ul li {
    float: left;
    width: 355px;
}
#home #content .subject ul li:last-child {
    float: right;
}
#home #content .subject ul li a {
    background: #ffffff;
}
#home #content .subject ul li a > img {
    width: 100%;
}
#home #content .subject ul li h3 {
    padding: 30px 0;
}

/* doctorsCosme */
#home #content .doctorsCosme {
    background: url(../images/home/bg_doctors_cosme.jpg) no-repeat center center;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
    width: 940px;
}
#home #content .doctorsCosme p {
    color: #736357;
    font-size: 2.0rem;
    line-height: 2;
    margin: 20px 0 0 0;
}
#home #content .doctorsCosme .button {
    margin: 48px auto 0;
    width: 240px;
}

/* pickup */
/* scroll */
#home #content .pickup .pickupScroll {
    margin: 3em auto 0;
	overflow: hidden;
	width: 940px;
}
/* 260px * 10コ
#home #content .pickup .scroller {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
    padding: 0 4.6%;
    width: 2600px;
		box-sizing: content-box;
	z-index: 1;
}
*/
/* list */
#home #content .pickup ul {
    list-style: none;
    overflow: hidden;
}
#home #content .pickup ul li {
    float: left;
    width: 19%;
}
#home #content .pickup ul li + li {
	margin-left: 1.25%;
}
#home #content .pickup ul li:nth-of-type(5n+1) {
	margin-left: 0;
}
#home #content .pickup ul li:nth-of-type(n+6) {
	margin-top: 12px;
}
#home #content .pickup ul li a {
    background: #ffffff;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
		display: block;
}
#home #content .pickup ul li:last-child a {
    border-right: 1px solid #dddddd;
}
#home #content .pickup ul li h3 {
    padding: 1.2em 0;
		font-size: 0.85em;
}
#home #content .pickup ul li img {
    width: 100%;
}
#home #content .pickup ul li h3 img {
    height: 45px;
    width: auto;
}

/* searchList */
/* scroll */
#home #content .searchList .searchScroll {
    margin: 30px auto 0;
		overflow: hidden;
    width: 940px;
}
#home #content .searchList #trouble .scroller {
	width: 100%;
}
#home #content .searchList #method .scroller {
	width: 100%;
}
/* list */
#home #content .searchList ul {
    list-style: none;
    margin: 0 -20px 0 0;
    overflow: hidden;
}
#home #content .searchList ul li {
    display: table;
    float: left;
    margin: 20px 20px 0 0;
    width: 100%;
}
#home #content .searchList ul li a {
    background: rgba(255,255,255,0.8);
    display: table-cell;
    padding: 1em 0;
    vertical-align: middle;
    width: 100%;
		font-size: 16px;
		line-height: 1.5;
}
#home #content .searchList ul li a small{
	font-size: 80%;
}
/* trouble */
#home #content .searchList #trouble ul li {
    width: 220px;
}
/* method */
#home #content .searchList #method ul li {
    width: 300px;
}


/* information */
#home #content .information {
    width: 860px;
}
#home #content .information .inner {
    margin-top: 40px;
}
#home #content .information .button {
    margin: 45px auto 0;
    width: 300px;
}
