@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:900,700,500,400,300,100);

/* ==========================================================================
   index
   ========================================================================== */


/*--------------------------------------------------
	＜共通スタイル＞
--------------------------------------------------*/

img.cover {
	width: 100%;
}


/*--------------------------------------------------
	＜レイアウト＞
--------------------------------------------------*/
/*
@media screen and (min-width: 641px) {
	body {
		min-width: 768px;
	}
	.block {
		min-width: 768px;
	}
	.block__inner {
		margin: 0 auto;
		max-width: 960px;
	}
}
*/
.container {
	position: relative;
	text-align: center;
	overflow-x: hidden;
}
.container>.section:first-child {
	margin-top: 0;
}
.container>.section {
	margin-top: 6em;
}
.container p {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 960px;
	font-size: 0.9rem;
	/*    font-size: 14px;*/
	font-weight: 400;
	line-height: 2;
	text-align: left;
}


/* キービジュアル */
.kvArea {
	position: relative;
}
.kv a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}
.kv a:first-child {
	position: relative;
	opacity: 1;
}
.kvArea .attention {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	bottom: 35px;
	text-align: center !important;
	opacity: 0;
	z-index: 100;
}

/* キービジュアル 左右ナビゲーション*/
.slide_prev {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
	z-index: 10;
}
.slide_next {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
	z-index: 10;
}

/* キービジュアル 下部ナビゲーション*/
.control {
	padding-top: 21px;
	text-align: center;
}
.control a {
	display: inline-block;
	width: 40px;
	height: 4px;
	background: #f5f5f5;
	border: 5px solid #fff;
	cursor: pointer;
}

.control a.current {
	background: #808080;
}

/* キービジュアル SP用 */

@media screen and (min-width: 641px) {
	.kvArea_forSP { 
		display: none !important; 
	}
}
@media screen and (max-width: 640px) {
	.kvArea_forSP {	
		display: block !important; 
	}
	.kvArea_forSP.flexslider {
		border:none; 
		margin-bottom:77px;
	}
	.kvArea_forSP.flexslider .flex-control-nav li {
		margin:0;
	}
	.kvArea_forSP.flexslider .flex-control-paging li a {
		width: 40px;
		height: 4px;
		background: #f5f5f5;
		border: 5px solid #fff;
		cursor: pointer;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.kvArea_forSP.flexslider .flex-control-paging li a.flex-active{
		background:#808080;
	}
}



/* Recommendエリア */
@media screen and (min-width: 641px) {
	.recommendArea {
		margin: 0 auto;
		width: 100%;
/*		max-width: 1200px;*/
		overflow: hidden;
	}
	.recommendArea a.box {
		position: relative;
		float: left;
		display: block;
		width: 49.5%;
		overflow: hidden;
	}
	.recommendArea a.box .txt {
		position: relative;
	}
	.recommendArea a.box .bg,
	.recommendArea a.box .bg_ov {
		position: absolute;
		left: 0;
		top: 0;
	}
	.recommendArea a.box .bg_ov {
		opacity: 0;
	}
	.recommendArea a.box .modern {
		-moz-transition: all 0.9s linear;
		-webkit-transition: all 0.9s linear;
		-o-transition: all 0.9s linear;
		-ms-transition: all 0.9s linear;
		transition: all 0.9s linear;
	}
	.recommendArea a.box:hover .modern {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	.recommendArea a.box:hover .bg {
		opacity: 0;
	}
	.recommendArea a.box:hover .bg_ov {
		opacity: 1;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 4.5em;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	border-color: #2e2e2e;
	text-decoration: none;
	line-height: 1;
	font-size: 0.8rem;
	color: #2e2e2e;
	transition: all 0.3s;
}
.btn span{
	display: inline-block;
	width: 12em;
	background: url(/k-tai/common_v3/images/icon_arrow_bk_2x.png) center right no-repeat;
	background-size: 0.6em;
}
@media screen and (min-width: 641px) {
	.btn:hover {
		color: #fff;
		border-color: #666;
		background-color: #666;
	}
}

/* NEWS&TOPICS */
.news {
	padding: 50px 0;
	background-color: #f5f5f5;
	color: #808080;
}
.news h3 {
	margin: 0 0 1.6em;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
}
.news dl {
	margin: 1.4em auto 0;
	max-width: 960px;
	text-align: left;
	font-size: 0.75rem;
}
.news a {
	color: #808080;
	text-decoration: underline;
}

@media screen and (min-width: 641px) {
	.news dl {
		font-size: 0.875rem;
	}
	.news dt {
		float: left;
	}
	.news dd {
		width: 87%;
		margin-left: 13%;
	}
	.news dd a:hover {
		color: #ff6800;
	}
}
.news .important_news {
	box-sizing: border-box;
	width:960px;
	margin:0 auto 3em;
	border:1px solid #CCC;
	font-size:0.875rem;
	text-align:left;
	padding:10px 35px;
}
.news .important_news li {
	margin:1em 0;
}
@media screen and (max-width: 640px) {
	.news .important_news {
		width:90%;
		font-size:0.75rem;
		padding:0px 15px;
	}
}

.open_trigger {
	display: block;
	margin: 1em auto 0;
	width: 30px;
	height: 30px;
	background: url(/k-tai/common_v3/images/icon_accordion_plus.png) center center no-repeat;
	cursor: pointer;
}
.open_trigger.active {
	background: url(/k-tai/common_v3/images/icon_accordion_minus.png) center center no-repeat;
}

.news .btn {
	margin: 3em auto 2em;
}


/*--------------------------------------------------
	＜ブラウザ出し分け＞
--------------------------------------------------*/

@media screen and (min-width: 641px) {
	.forSP {
		display: none !important;
	}
}

@media screen and (max-width: 640px) {
	.forPC {
		display: none !important;
	}
	.forSP {
		display: block !important;
	}
}


/*--------------------------------------------------
	＜スマホ＞
--------------------------------------------------*/

@media screen and (max-width: 640px) {
	html,
	body {
		position: relative;
		width: 100%;
		overflow-x: hidden;
	}

	.container>.section {
		margin-top: 3em;
	}

	.slide_prev,
	.slide_next {
		display: none;
	}

	.control {
		padding-top: 1em;
		text-align: center;
	}
	.news {
		background-color: #fff;
		padding: 0;
	}
	.news h3 {
		font-size: 1.2rem;
	}
	.news dl {
		margin: 1.4em auto;
		width: 90%;
		display: table;
	}
	.news dt {
		display: table-cell;
		vertical-align: middle;
	}
	.news dd {
		display: table-cell;
		vertical-align: middle;
		width: 72.5%;
	}
	.news a.btn {
		color: #2d2d2d;
	}
}

/* サイトトップページのFacebookとメルマガのバナー */
.snsBanner {
	margin-top:5em;
} 
.snsBanner ul {
	padding:0 10px;
}
.snsBanner li {
	display:inline-block;
	vertical-align:bottom;
	text-align:left;
	margin-right: 5px;
}
.snsBanner li:last-child {
	margin-right: 0;
}
.snsBanner li.fb {
	position:relative;
}
.snsBanner li a {
	box-sizing: border-box;
	display:block;
	height:46px;
	font-size:0.8125rem;
	text-decoration:none;
	border-radius:3px;
	line-height:16px;
	font-weight: 600;
	background-color:#F5F5F5;
	background-repeat: no-repeat;
	width:300px;
}
.snsBanner li a:hover {
	opacity:0.7;
}
.snsBanner li.fb a {
	border:1px solid #3664a2;
	color:#3664a2;
	padding:6px 0px 6px 43px;
	background-image: url(/k-tai/common_v3/images/icon_bnr_facebook.png);
	background-position: 6px 50%;
	background-size:33px;
}

.snsBanner li.ml a {
	border:1px solid #c59042;
	color:#c59042;
	padding:6px 0px 6px 42px;
	background-image: url(/k-tai/common_v3/images/icon_bnr_mail.png);
	background-position: 10px 50%;
	background-size:24px;
	line-height: 32px;
}
.snsBanner li.shshow a {
	border:1px solid #3B3BCE;
	color:#3B3BCE;
	padding:6px 0px 6px 45px;
	background-image: url("/k-tai/common_v3/images/icon_bnr_shshow.png");
	background-position:  5px 50%;
	background-size:36px;
}

.snsBanner li.fb .fb-like {
	position:absolute;
	top:8px;
	right:10px;
}

@media (max-width: 640px) {
	.snsBanner {
		position: static;
		width:100%;
		background-color:#f2f2f2;
		padding:10px 0;
		margin-bottom:0
	}
	.snsBanner ul {
		width:300px;
		min-width:0;
		padding:0;
		margin:auto;
	}
	.snsBanner ul li {
		display:block;
		width:100%;
		margin-right: 0;
	}
	.snsBanner li a {
		display:block;
		margin:5px auto;
		background-color:#FFF;
		width:100%;
	}
	.snsBanner li.fb a {
		padding-left:45px;
		line-height:16px;
	}
	.snsBanner li.ml a {
		padding-left:45px;
		background-size:28px;
		background-position:9px 50%;
	}
	.snsBanner li.fb a br{
		display:inline;
	}
	.snsBanner li.fb .fb-like {
		top: 11px;
		left: 218px;
	}
}

/* AQUOSスペシャルコンテンツ */

@media (min-width: 641px) {
.container>.section.special_content {
	margin-top:3em;
}
/*h2.main_title {
	font-size:32px;
	font-weight:200;
}
*/
h3.sub_title {
	font-size:26px;
	font-weight:200;
	margin:1.5em 0 0.15em 0;
}
	
.bnr_area {
		max-width:1200px;
		min-width:960px;
		width:95%;
		margin:0 auto;
		display: -webkit-flex;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		align-items:stretch;
}

.bnr_area li {
	   width:49.25%;
	   text-align:center;
	   padding-bottom:10px;
	   position:relative;
}

.bnr_area li img {
	   width:100%;
}
.bnr_area li a:hover img {
	opacity:0.8;
}
.bnr_area li p.point_txt {
	   width:90%;
	   padding-top:1em;
	   text-align:left;
	   line-height:1.5em;
	   font-size:0.875em;
}

}

@media (min-width: 1200px) {
	h3.sub_title {
		font-size:30px;
	}
}
@media (max-width: 640px) {

/*h2.main_title {
	font-size:20px;
	font-weight:200;
	margin-bottom:2em;
}
*/
h3.sub_title {
	font-size:18px;
	font-weight:200;
	margin:1.5em 0 0.15em 0;
}
	
.bnr_area {
		width:95%;
		margin:0 auto;
		display:block;
}

.bnr_area li {
	   width:auto;
	   text-align:center;
	   padding-bottom:10px;
	   position:relative;
}

.bnr_area li img {
	   width:100%;
}

.bnr_area li .point_txt {
	   width:95%;
	   margin-top:0.5em;
	   text-align:left;
	   line-height:1.5em;
	   font-size:0.8em;
}

}


/*--------------------------------------------------
	ROBOTOフォント対応
--------------------------------------------------*/

.roboto {
	font-family: 'Roboto','Noto Sans Japanese', sans-serif;
}
.roboto100 {
	font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
	font-weight: 100 !important;
}
.roboto200 {
	font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
	font-weight: 200 !important;
}
.roboto300 {
	font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
	font-weight: 300 !important;
}
.roboto400 {
	font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
	font-weight: 400 !important;
}

.roboto500 {
	font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
	font-weight: 500 !important;
}
.roboto700 {
	font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
	font-weight: 700 !important;
}
.roboto900 {
	font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
	font-weight: 900 !important;
}
