@charset "utf-8";

/*________________________________________________

	name:			pc.css
	create Date:	2018-12-19
	lastmodified:	****-**-**
________________________________________________*/

.bg_greeting a {
    background-image: url("../../img/company/bg_greeting.jpg");
}
.bg_philosophy a {
    background-image: url("../../img/company/bg_philosophy.jpg");
}
.bg_profile a {
    background-image: url("../../img/company/bg_profile.jpg");
}
.bg_chart a {
    background-image: url("../../img/company/bg_chart.jpg");
}
.bg_contact a {
    background-image: url("../../img/company/bg_contact.jpg");
}
.bg_contact_02 a {
    background-image: url("../../img/company/bg_contact_02.jpg");
}
.bg_overview a {
    background-image: url("../../img/company/bg_overview.jpg");
}
.bg_history a {
    background-image: url("../../img/company/bg_history.jpg");
}
.bg_csr a {
    background-image: url("../../img/company/bg_csr.jpg");
}
.bg_related a {
    background-image: url("../../img/company/bg_related.jpg");
}

/* --------------------------------------------------
greetingbox
-------------------------------------------------- */
.greetingbox {
	display: block;
}
.greetingbox p {
	width: 840px;
}
.greetingbox .name_text {
	text-align: right;
	font-family: 'Noto Serif JP', sans-serif, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: 600;
}
.greetingbox .name_text span {
	font-size: 114.3%;
}
.greetingbox .blue_text {
	color: #135d98;
}

/* --------------------------------------------------
philosophy
-------------------------------------------------- */
.sub_title {
	display: block;
	margin: 0 auto;
	font-size: 142.8%;
    font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.philosophy_rinenbox {
	display: block;
	margin-bottom: 20px;
	padding: 40px 0;
	background-image: url("../../img/company/philosophy/bg_rinen.jpg");
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
}
.philosophy_syateibox {
	display: block;
	margin-bottom: 20px;
	padding: 40px 0;
	background-image: url("../../img/company/philosophy/bg_syatei.jpg");
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
}
.philosophy_rinenbox p,
.philosophy_syateibox p {
	width: 760px;
	margin: auto;
	text-align: left;
}
.philosophy_box {
	display: block;
	margin: 40px 0 80px 0;
}
.philosophy_box p {
	width: 760px;
	margin: 20px auto;
	text-align: left;
}
.philosophy_syateibox .syatei_subttl {
	font-size: 114.3%;
    font-weight: bold;
}

/* --------------------------------------------------
profile
-------------------------------------------------- */
.profile_box {
	display: block;
}
.profile_box table {
	width: 100%;
	border: none !important;
}
.profile_box tr {
	border-bottom: 1px #555555 dashed;
}
.profile_box tr:first-child {
	border-top: 1px #555555 dashed;
}
.profile_box th {
	padding: 15px 30px;
	background: #eeeeee;
	border: none !important;
}
.profile_box td {
	padding: 15px 30px;
	border: none !important;
}
.profile_box td .mapbtn a {
	margin-left: 20px;
	padding: 2px 10px;
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	background-color: #555555;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.profile_box td .mapbtn a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.profile_box .youtube_box {
	margin: 40px auto;
	text-align: center;
	position: relative;
	width: 800px;
	padding-top: 600px;
}
.profile_box .youtube_box iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/* --------------------------------------------------
contact
-------------------------------------------------- */
.btn_contact {
	float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}
.btn_contact a {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 1.6em;
    min-width: 200px;
    color: #fff;
    text-decoration: none;
    text-align: center;
	border-radius: 8px;         /* CSS3 */
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	vertical-align: top;
	outline: none;
	appearance: none;
	cursor: pointer;
	border: none;
    background-color: #555;
}
.btn_contact a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.btn_contact a span {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 17px;
    background-image: url("../../img/common/arrow_footer.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    text-align: left;
}
.contact_text {
	display: inline-block;
	width: 850px;
}

/* --------------------------------------------------
overview
-------------------------------------------------- */
.overview_box table {
	width: 100%;
	border: none !important;
}
.overview_box tr {
	border-bottom: 1px #555555 dashed;
}
.overview_box tr:first-child {
	border-top: 1px #555555 dashed;
}
.overview_box th {
	padding: 15px 10px 15px 30px;
	background: #eeeeee;
	border: none !important;
	vertical-align: top;
}
.overview_box th.month {
	text-align: right;
	padding: 15px 30px 15px 0;
}
.overview_box td {
	padding: 15px 30px;
	border: none !important;
	width: 70%;
}
.overview_box td .mapbtn a {
	margin-left: 20px;
	padding: 2px 10px;
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	background-color: #555555;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.overview_box td .mapbtn a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}

/* --------------------------------------------------
related
-------------------------------------------------- */
.related_img {
	display: inline-block;
	width: 400px;
	height: auto;
}
.related_img img {
	width: 100%;
	height: auto;
}
.related_list {
	display: inline-block;
	vertical-align: top;
	width: 713px;
}
.related_list li br {
	display: none;
}

/* --------------------------------------------------
special
-------------------------------------------------- */
.article .product_photo3Col {
	display: block;
	clear: both;
	width: 100%;
	margin: 30px auto 0 auto;
	text-align: left;
}
.product_photo3Col .photo {
	float: left;
	margin-right: 2%;
	text-align: center;
	width: 32%;
}
.product_photo3Col .photo:last-child {
	margin-right: 0;
}
.article .product_photo3Col .photo img {
	width: 100%;
	height: auto;
}
.article .product_photo3Col .photo img.hyoshi {
	width: auto;
	height: 240px;
}
.product_photo3Col .photo span,
.product_photo .photo span {
	padding-top: 0 !important;
	text-align: left;
}
/* clearfix */
.product_photo:after,
.product_photo3Col:after {
	content: "";
	display: table;
	clear: both;
}
.leftfloat span {
	font-size: .8em;
	display: block;
	line-height: 1.2;
	padding-top: .5em;
	color: #666666;
}

.text_btn {
	display: inline-block;
	width: 710px;
}