@charset 'UTF-8';

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

	html.PC .sp_only{
		display: none;
	}
		html.SP .pc_only{
			display: none;
		}
	
	html.PC main {
		margin: 0 auto;
		width: 1000px;
	}
		html.SP main {
			overflow: hidden;
			padding: 0 3%;
		}
	body.androsy{
		overflow-x: hidden;
	}

/*==================== タイトル h1 ====================*/
	html.PC #title{
		width: 1000px;
		height: 350px;
		margin: 20px auto;
	}
	html.PC #title img{
		display: none;
	}
		html.SP #title{
			margin: 5% auto;
		}
		html.SP #title h1{
			margin: 0 auto;
		}
		html.SP #title,
		html.SP #title h1{
			width: 100%;
			background: #ffffff;
		}
	html.PC body.androsy h1 {
		width: 1000px;
		height: 350px;
		position: relative;
		background: #ffffff url(/images/androsy/toptitle_pc.png) no-repeat center center;
		margin: 0 auto;
	}
section .title {
	overflow: hidden;
	position: relative;
	height: 2.5em;
	background-color: #003f98;
	line-height: 2.5em;
}
	html.PC section .title {
		padding-left: 3.5em;
	}
	html.PC section .title {
		font-family: 'Noto Sans Japanese';
		font-weight: 600;
	}
		html.SP section .title {
			padding-left: 3em;
		}
		
/*==================== &ROSY紹介 ====================*/
#androsy_description{
	width: 100%;
	background: #f7f5f3;
}
		html.PC #androsy_description {
			height: 140px;
			padding: 8px 500%;
			margin: 0 -500%;
			width: 100%;
		}
		html.SP #androsy_description {
			padding: 5% 500%;
			margin: 0 -500%;
		}
#androsy_description .description_box{
	background: #ffffff;
	border: 1px solid #e8a3c0;
	display: table;
}
		html.PC .description_box{
			width: 860px;
			height: 100px;
			position: relative;
			margin: 15px auto 0;
		}
			html.SP .description_box{
				width: 96%;
				height: auto;
				margin: 0 auto;
			}
		html.PC .description_box p{
			width: 610px;
			font-size: 13px;
			display: inline-block;
			padding-left: 10px;
			border-left: 1px solid #333;
		}
			html.SP .description_box p{
				width: 90%;
				font-size: 95%;
				margin: 0 auto;
				padding: 3% 0 0;
				border-top: 1px solid #333;
			}
#androsy_description img.logo{
	display: block;
}
		html.PC #androsy_description img.logo{
			width: 189px;
			height: 41px;
			display: inline-block;
			margin: 0 0 0 20px;
			padding-right: 10px;
		}
			html.SP #androsy_description img.logo{
				width: 40%;
				height: auto;
				margin: 0 auto 0;
				padding: 0 0 3% 0;
			}
#inbox{
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}
		html.PC #inbox{
			width: 830px;
		}
			html.SP #inbox{
				width: 100%;
				padding: 3%;
			}
span.link_androsy a{
	color: #d34280;
}
	html.PC span.link_androsy{
		padding-left: 20px;
		display: block;
		margin-top: 5px;
		font-size: 14px;
	}
		html.SP span.link_androsy{
			padding-left: 20px;
			display: block;
			margin-top: 2%;
			margin-left: 20%;
			font-size: 105%;
		}
span.link_androsy a:before{
	content: ' ';
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background: url(/images/androsy/link_icon.svg) no-repeat left center;
}
	html.PC span.link_androsy a:before{
		padding-top: 6px;
		margin-left: -20px;
	}
	html.SP span.link_androsy a:before{
		padding-top: 6px;
		margin-left: -5%;
	}
	html.PC span.copyright_takarajimasha{
		float: right;
	}
		html.SP span.copyright_takarajimasha{
			display: block;
			margin: 0 auto;
			text-align: center;
			margin-top: 2%;
		}

/*==================== 見出し ====================*/
	h2 {
		color: white;
		line-height: 1;
		position: relative;
		top: 50%;
		background: #00b6bc;
		margin: 0 -500%;
		text-align: center;
		font-weight: bold;
	}
		html.PC h2 {
			padding: 1.2% 500%;
			font-size: 18px;
		}
		html.SP h2 {
			padding: 4% 500%;
			font-size: 115%;
			line-height: 1.4em;
		}

	h3 {
		color: #00b6bc;
		margin: 0;
		line-height: 1;
		position: relative;
		font-size: 150%;
	}
	html.PC h3{
		padding-bottom: 12px;
	}
		html.SP h3{
			padding-bottom: 3%;
		}

/*==================== テキスト ====================*/
#talk p strong {
	color: #00b6bc;
	font-weight: bold;
	font-size: 105%;
}

	html.PC section {
		margin-top: 0;
	}
		html.SP section {
			margin-top: 0;
		}

/*==================== 対談 ====================*/
#talk{
	margin: 0 auto;
}
	html.PC #talk{
		width: 900px;
		clear: both;
		padding: 60px 0 0 0;
	}
	html.PC #talk .talk_left{
		width: 530px;
		float: left;
	}
	html.PC #talk .talk_right{
		width: 530px;
		float: right;
	}
	
#talk ul{
	margin: 0;
	padding: 0;
}
#talk li{
	list-style-type: none;
}
	html.PC #talk li{
		margin-top: 30px;
	}
	html.SP #talk li{
		margin-top: 5%;
	}
	html.PC #talk li:first-child,
	html.SP #talk li:first-child{
		margin-top: 0;
	}
p.interlocutor_name{
	font-size: 110%;
	font-weight: bold;
	background: url(/images/androsy/talk_line.svg) no-repeat left bottom;
	margin: 0;
}
	html.PC p.interlocutor_name{
		width: 530px;
		height: 26px;
	}
#talk img{
	display: block;
	margin: 0 auto;
}
	html.PC img.q{
		width: 323px;
		height: 300px;
		padding-top: 30px;
	}
	html.PC img.interlocutor{
		width: 272px;
		height: 140px;
		padding-top: 30px;
	}
		html.SP img.q,
		html.SP img.interlocutor{
			width: 90%;
			height: auto;
			padding-top: ;
		}
	html.PC img.photo_acess{
		width: 340px;
		height: 340px;
	}
		html.SP img.photo_acess{
			width: 100%;
			height: auto;
			margin: 0 auto;
		}
	html.PC img.illust_care{
		width: 340px;
		height: 270px;
	}
		html.SP img.illust_care{
			width: 100%;
			height: auto;
		}
	
	html.PC .img_erea_right{
		width: 340px;
		float: right;
		text-align: center;
	}
		html.SP .img_erea_right{
			width: 90%;
			margin: 5% auto;
			text-align: center;
		}
	html.PC .img_erea_left{
		width: 340px;
		float: left;
		text-align: center;
	}
p.photo_cap{
	font-size: 85%;
}
		html.SP p.photo_cap{
			margin-bottom: 10%;
		}

/*==================== 右イメージ ====================*/

	html.PC #figure1 .sato {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 144px;
	}
	html.PC #figure1 .sato p {
		margin: 0;
	}
		html.SP #figure1 .sato {
			margin: 1em auto 0;
			width: 20em;
		}

/*==================== 製品紹介 ====================*/
#osusume_products{
	clear: both;
	margin: 0 auto;
}
	html.PC #osusume_products{
		width: 900px;
		padding-top: 60px;
	}
	html.SP #osusume_products{
		margin: 10% auto 0;
	}
	
#osusume_box{
	border: 1px solid #00b6bc;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #00b6bc;
	margin: 0 auto;
	display: block;
}
	html.PC #osusume_box{
		width: 900px;
		height: 360px;
	}
		html.SP #osusume_box{
			margin: 0 auto 3%;
		}
	
#osusume_inbox{
	margin: 0 auto;
	display: table;
}
	html.PC #osusume_inbox{
		width: 826px;
		height: 310px;
		margin-top: 25px;
	}
		html.SP #osusume_inbox{
			padding: 3%;
		}
#osusume_box img{display: block;}
	html.PC #products img{
		display:inline;
	}
	html.PC img.hearbs{
		width: 340px;
		height: 310px;
		float: right;
	}
	
	html.PC #products{
		width: 450px;
		height: 310px;
		display: table-cell;
		vertical-align: middle;
	}
		html.SP #products{
			width: 100%;
			margin: 0 auto;
		}
	html.PC p.acess{
		width: 215px;
		float: left;
	}
	html.PC p.acess_l{
		width: 215px;
		float: right;
	}
	html.PC p.acess_e{
		width: 332px;
		margin: 0 auto;
	}
	html.PC p.acess_e img{
		margin-left: -120px;
	}
p.acess,
p.acess_l,
p.acess_e{
	text-align: center;
}

		html.SP p.acess,
		html.SP p.acess_l{
			width: 70%;
			margin: 5% auto;
		}
		html.SP p.acess_e{
			width: 100%;
			margin: 5% auto;
		}
#products a,
#products a:visited{
		text-decoration: none;
		color: #000000;
	}
#products a:hover{
	text-decoration: underline;
	color: #1981ff;
}

/*==================== リンクボタン ====================*/
#btn_area{
	clear: both;
}
	html.PC #btn_area{
		width: 900px;
		height: 70px;
		padding-top: 30px;
		margin: 0 auto;
	}
		html.SP #btn_area{
			width: 100%;
			margin: 8% auto 0;
		}
#btn_area a{
	display: block;
	color: #ffffff;
	font-size: 130%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	background: #00b6bc;
	border-radius: 6px;
}
	html.PC #btn_area a{
			display: inline-block;
			width: 438px;
			height: 70px;
			line-height: 70px;
	}
		html.SP #btn_area a{
			width: 90%;
			margin: 5% auto 0;
			padding: 5%;
		}
	html.PC #btn_area a:hover{
		font-size: 130%;
		background: #ffffff;
		border: 2px solid #00b6bc;
		box-sizing:border-box;
		color: #00b6bc;
	}
	html.PC #btn_area a.button_about{
		float: right;
	}