@charset "utf-8";

/*経営理念共通*/

._philosophy .hero {
	background: url("../img/common/bg-philosophy.jpg");
	background-size: cover;
}


/*経営理念*/

._philosophy._index .hero > span {
	display: flex;
	justify-content: center;
}
._philosophy._index .hero span {
	font-family: Roboto;
	font-weight: 400;
	letter-spacing: 0.1em;
}
._philosophy._index .hero > span > span:after{
		content: url("../img/common/ico-cross-sp.svg");
		margin: 0 5px;
	}
h2.vision-ttl,
h2.value-ttl,
h2.personality-ttl{
	font-family: Roboto;
	font-weight: 400;
	font-size: 5.0rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #e60f33;
	position: relative;
	margin-bottom: 30px;
}
h2.vision-ttl:after,
h2.value-ttl:after,
h2.personality-ttl:after{
	width: 50px;
	height: 3px;
	background: #e60f33;
	position: absolute;
	bottom: -10px;
	left: calc( 50% - 25px );
}
p.vision-txt,
p.personality-txt{
	font-size: 3.0rem;
	letter-spacing: 0.1em;
	text-align: center;
}
ul.value-txt {
	padding-top: 10px;
}
ul.value-txt li{
	display: flex;
	justify-content: center;
	font-size: 3.0rem;
	margin-bottom: 30px;
}
ul.value-txt li:last-child{
	margin-bottom: 0;
}
ul.value-txt li .item{
	padding-right: 15px;
}
ul.value-txt li .txt{
	padding-left: 50px;
	position: relative;
}
ul.value-txt li .txt:before{
	content: "";
	width: 35px;
	height: 2px;
	background: #b5b5b5;
	position: absolute;
	left: 0;
	top: 50%;
}
ul.personality-ico {
	display: flex;
	justify-content: center;
	padding-top: 10px;
	margin-bottom: 30px;
}
ul.personality-ico li{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: 160px;
	height: 160px;
	background: #fff;
	border: 3px solid #e5e5e5;
	margin-right: 30px;
	font-size: 4.0rem;
}
ul.personality-ico li:last-child{
	margin-right: 0;
}

@media only screen and (max-width: 900px) {
	h2.vision-ttl,
	h2.value-ttl,
	h2.personality-ttl{
		font-size: 3.0rem;
		margin-bottom: 20px;
	}
	p.vision-txt,
	p.personality-txt{
		font-size: 1.6rem;
	}
	ul.value-txt li{
		flex-direction: column;
		text-align: center;
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	ul.value-txt li .item{
		padding-right: 0;
		margin-bottom: 10px;
	}
	ul.value-txt li .txt{
		padding-left: 0;
		line-height: 1.5;
	}
	ul.value-txt li .txt:before{
		display: none;
	}
	ul.personality-ico {
		margin-bottom: 20px;
	}
	ul.personality-ico li{
		width: 50px;
		height: 50px;
		margin-right: 10px;
		font-size: 1.8rem;
	}
}


/*あゆみ製薬グループが目指すこと*/
p.goal-txt {
	font-size: 2.5rem;
	background: #F3F3F3;
	padding: 46px;
	line-height: 1.7;
	text-align: center;
}

@media only screen and (max-width: 900px) {
	p.goal-txt {
		font-size: 1.8rem;
		padding: 30px;
		line-height: 1.7;
		text-align: left;
	}
}

/*事業ビジョン*/
p.business-vision-txt {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: left;
}

@media only screen and (max-width: 900px) {
	p.business-vision-txt {
		font-size: 1.6rem;
	}
}


/*企業情報共通*/

._about .hero {
	background: url("../img/common/bg-about.jpg");
	background-size: cover;
}
._about .hero h1,
._about .hero span {
	color: #505050
}


/*ごあいさつ*/
.greeting p {
	text-indent: 1em;
	line-height: 1.8;
}
.greeting-txt {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: flex-start;
}
.greeting-txt > div {
	width: calc( 100% - 470px );
	padding-right: 30px;
	box-sizing: border-box;
}
.greeting-txt > div > p:last-child{
	margin-bottom: 0;
}
.greeting-txt > div.greeting-img {
	width: 470px;
	padding-right: 0;
}
.greeting-txt > div.greeting-img > ul {
	display: flex;
}
.greeting-txt > div.greeting-img > ul > li:first-child {
	width: 46.5957%;
}
.greeting-txt > div.greeting-img > ul > li:last-child {
	width: 53.4042%;
}
.greeting-txt > div.greeting-img > ul > li > img {
	width: 100%;
}
.greeting-img img{
	width: 100%;
}
.profile {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.6;
	padding-top: 10px;
}
.profile span{
	font-size: 2.0rem;
	display: block;
}
.logo-ayumi {
	float: right;
	padding-left: 50px;
}
@media only screen and (max-width: 900px) {
	.greeting-txt > div {
		width: 100%;
		padding-right: 0;
	}
	.greeting-txt > div.greeting-img {
		width: 100%;
		margin: 15px auto 0;
	}
	.profile {
		padding-top: 5px;
		font-size: 1.0rem;
	}
	.profile span{
		font-size: 1.6rem;
	}
	.logo-ayumi {
		float: none;
		padding-left: 0;
		text-align: center;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 320px) {
	.greeting-img ._coo {
		left: 3%;
	}
	.greeting-img ._ceo {
		right: 3%;
	}
}


/*あゆみ製薬行動方針*/

._action_policy .box {
	background: #F3F3F3;
	padding: 46px 20px;
	margin-bottom: 100px;
	text-align: center;
}
._action_policy .box h2{
	font-weight: 500;
	margin-bottom: 20px;
}
._action_policy .box h2:after{
	display: none;
}
._action_policy .box p{
	font-size: 2.0rem;
	margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
	._action_policy .box {
		padding: 20px 10px;
		margin-bottom: 50px;
	}
	._action_policy .box h2{
		margin-bottom: 15px;
	}
	._action_policy .box p{
		font-size: 1.6rem;
		text-align: left;
	}
}


/*あゆみ製薬健康宣言*/

ul.attempt {
	display: flex;
	flex-flow: wrap;
}
ul.attempt li{
	width: 32%;
	height: 160px;
	padding: 15px;
	box-sizing: border-box;
	border: 3px solid #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-right: 2%;
	margin-bottom: 2%;
}
ul.attempt li:nth-of-type(3){
	margin-right: 0;
}
@media only screen and (max-width: 900px) {
	ul.attempt li{
		width: 100%;
		height: auto;
		padding: 30px 15px;
		font-size: 1.6rem;
		margin-right: 0;
		margin-bottom: 2%;
	}
}
@media only screen and (max-width: 320px) {
	ul.attempt li{
		padding: 30px 10px;
		font-size: 1.4rem;
		margin-right: 0;
		margin-bottom: 2%;
	}
}

/*企業概要*/
table.outline {
	width: 100%;
}
table.outline th {
	background: #ECECEC;
	padding: 30px;
	font-size: 1.6rem;
	text-align: left;
}
table.outline td {
	background: #F0F2F4;
	padding: 30px;
	font-size: 1.6rem;
	line-height: 1.7;
}
table.outline tr {
	border-bottom: solid 1px #fff;
}
aside.note {
	font-size: 1.4rem;
	margin-top: 10px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
	table.outline th,
	table.outline td {
		border-bottom: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 15px 10px;
	}
	table.outline tr {
		border-bottom: solid 2px #fff;
	}
	aside.note {
		font-size: 1.2rem;
	}
}


/*個人情報共通*/

._privacy .hero {
	background: url("../img/common/bg-about.jpg");
	background-size: cover;
	height: 165px;
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
._privacy .hero h1,
._privacy .hero span {
	color: #505050
}
._privacy article {
	margin-top: 0;
}
._privacy .box {
	background-color: #F9F9F9;
    border: 1px solid #CCC;
    padding: 30px;
    margin-bottom: 50px;
}
._privacy .box h3{
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.6;
}
._privacy .box dt{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 30px;
	margin-bottom: 15px;
}
._privacy .box dd{
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.7;
}
._privacy .box aside{
	font-size: 1.2rem;
	line-height: 1.7;
	margin-top: 30px;
}
._privacy article > section > h3{
	font-size: 2.0rem;
	line-height: 1.7;
	margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
	._privacy .hero {
		height: 165px;
		padding-top: 50px;
	}
	._privacy .box {
		padding: 20px;
		margin-bottom: 50px;
	}
	._privacy .box h3{
		font-size: 1.6rem;
	}
	._privacy .box dt{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	._privacy .box dd{
		font-size: 1.4rem;
	}
	._privacy .box aside{
		font-size: 1.2rem;
	}
}

/*ニュース*/

._news .hero {
	background: url("../img/common/bg-about.jpg");
	background-size: cover;
	height: 165px;
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
._news .hero h1,
._news .hero span {
	color: #505050
}
._news article {
	margin-top: 0;
}
ul.news {
	margin-top: 50px;
}
ul.news li{
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0 0 26px 0;
	border-bottom: solid 2px #E6E6E6;
	margin-bottom: 26px;
	letter-spacing: 0.1em;
	display: flex;
	flex-wrap: wrap;
}
ul.news li a {
	color: #505050;
	text-decoration: none;
}
ul.news li a:hover {
	opacity: 0.7;
	transition: 0.4s ;
}
ul.news li .data{
	width: 7em;
}
ul.news li .txt{
	width: calc( 100% - 7em );
}
@media only screen and (max-width: 900px) {
	._news .hero {
		height: 165px;
		padding-top: 50px;
	}
}