@charset "utf-8";

/*
Theme Name: daiwa-kasei
Description: ダイワ化成株式会社　企業サイト
Version: 1.0
*/


/* General Settings
------------------------------------------ */

html {
	font-size:62.5%;
}

body {
	background-color:#F4F4F4;
	color:#000;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}

ul, ol {
	margin:0;
	padding:0;
}
ul li, ol li {
	list-style-type:none;
}

dl, dt, dd {
	margin:0;
	padding:0;
}

a {
	color:#000;
}

a:hover {
	color:#1e60ab;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
img.aligncenter {
	display:block;
	margin:0 auto;
}

/*#wrapper {
	padding-top:90px;
}*/

/* header
------------------------------------------ */

header {
	width:100%;
	height:90px;
}

#header_inner {
	max-width:1000px;
	margin:0 auto;
	position:relative;
}

#contents_header #logo {
	width:300px;
	position:absolute;
	left:0;
	top:29px;
}

#contents_header #logo a {
	color:#000;
	text-decoration:none;
}

#contents_header #logo ul {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-start;
	justify-content:flex-start;
}
#contents_header #logo ul li#mark {
	padding:0;
	margin-right:5px;
}

#contents_header #logo ul li #title {
	text-align:left;
	line-height:1;
	margin:5px 0 0 0;
	padding:0;
}

#contents_header #logo ul li #title dt {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:131.25%;
	margin-bottom:4px;
}

#contents_header #logo ul li #title dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:81.25%;
	color:#666;
	margin:0;
	padding:0;
}
#contents_header #logo a #title dd p,
#contents_header #logo a #title dd div {
	margin:0;
	padding:0;
}

/* Footer
------------------------------------------ */
footer {
	background:#000 url(../img/bg_footer.png) no-repeat center top;
	color:#FFF;
}

footer #footer_inner {
	max-width:1000px;
	margin:0 auto;
	padding:40px 0;
}

footer #footer_inner section {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	padding-bottom:60px;
}
footer #footer_inner section .address:first-child {
	width:25%;
	margin-right:1.2em;
}
footer #footer_inner section .address ul {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-start;
	justify-content:flex-start;
}
footer #footer_inner section .address ul li:first-child {
	flex-basis:48px;
	margin-right:7px;
}
footer #footer_inner section .address ul li:last-child {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:125%;
	line-height:1;
	padding-top:0.4em;
}
footer #footer_inner section .address ul li:last-child span {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:66.666%;
	font-weight:normal;
	margin:5px 0 0;
}
footer #footer_inner section .address:last-child {
	width:75%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
footer #footer_inner section .address:last-child > div {
	width:49%;
}
footer #footer_inner section .address p {
	margin:0;
	padding:0;
	line-height:1.4;
	font-size:87.5%;
}
footer #footer_inner #copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	text-align:right;
}

#page-top {
	position:fixed;
	bottom:20px;
	right:20px;
	font-size:40px;
	font-size:4.0rem;
}
#page-top a {
	display:block;
	padding:10px 0;
	box-sizing:border-box;
	font-size:50px;
	font-size:5.0rem;
	line-height:1;
	text-align:center;
	color:#666666;
}

#page-top a:hover {
	opacity:0.75;
}

/* breadcrumbs
------------------------------------*/

#breadcrumbs {
	background:#e0e0e0;
	font-size:75%;
}
#breadcrumbs a {
	color:#1e60ab;
	text-decoration:none;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}
#breadcrumbs ul {
	max-width:1000px;
	margin:0 auto;	
	padding:12px 0;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-start;
	justify-content:flex-start;
}
#breadcrumbs ul li {
	margin-right:0.7em;
}

#breadcrumbs ul li::before {
	content:'\f105';
	font-family:fontawesome;
	color:#000;
	margin-right:0.7em;
}
#breadcrumbs ul li:first-child::before {
	content:'';
}


/* page-title
------------------------------------*/

#page_title01 {
	padding:30px 0 30px;
}
#page_title01 h1 {
	font-size:200%;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	line-height:1.2;
	text-transform:uppercase;
}
#page_title01 h1 span {
/*	font-size:1.4rem;*/
	font-size:43.75%;
	font-weight:normal;
	display:block;
	color:#1e60ab;
	text-transform:none;
}

#page_title02 {
	padding:30px 0 30px;
}

#page_title02 h1 {
	font-size:200%;
	font-weight:bold;
	text-align:center;
	margin-bottom:0;
	position:relative;
}

#page_title02 h1 span {
	font-size:43.75%;
	font-weight:normal;
	display:block;
	margin-bottom:1em;
}
#page_title02 h1 span::after {
	content:'';
	position:absolute;
	top:2em;
	width:2em;
	left:50%;
	height:1px;
	margin:0 0 0 -1em;
	background-color: #1e60ab;
}


/* contents
----------------------------------*/

section.contents {
	margin:0;
	padding:30px 0;
}
section.contents01 {
	background:#FFF;
	margin:0;
	padding:30px 0 30px;
}
.contents_wrap {
	max-width:1000px;
	margin:0 auto;
}

.contents_wrap h1 {
/*	font-size:2.4rem;*/
	font-size:150%;
	font-weight:bold;
	margin:30px 0 40px;
	text-align:center;
}

.contents_wrap h2 {
	font-size:125%;
	padding:0 0.5em;
	margin-top:15px;
	border-bottom:1px solid #1e60ab;
}
.contents_wrap h3 {
	font-size:112.5%;
	border-left:3px solid #1e60ab;
	padding-left:0.5em;
	margin-top:15px;
}

.contents_wrap h4 {
	font-size:100%;
	font-weight:bold;
}
.contents_wrap h4:before {
	content:'';
	background-color:#1e60ab;
	display:inline-block;
	width:8px;
	height:8px;
	margin-right:0.5em;
}

.contents_wrap .mainimg {
	margin:30px 0 40px;
	text-align:center;
}
.contents_wrap .otherlist{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.contents_wrap .otherlist li{
	width:32%;
	margin-right:2%;
}
.contents_wrap .otherlist li:nth-child(3n){
	margin-right:0;
}
.contents_wrap .otherlist li::before {
	content:'';
	width:6px;
	height:6px;
	display:inline-block;
	border-radius:6px;
	background-color:#1e60ab;
	margin-right:0.5em;
	vertical-align:middle;
}

.contents_wrap table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:40px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.contents_wrap table th,
.contents_wrap table td {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	text-align:left;
	vertical-align:top;
}
.contents_wrap table th {
	background:#DDD;
	padding:15px 15px 15px 50px;
	width:30%;
}
.contents_wrap table td {
	padding:15px;
}
.contents_wrap table td > table {
	border:none;
	margin-bottom:0;
	width:auto;
}
.contents_wrap table td > table th,
.contents_wrap table td > table td {
	border:none;
	padding:0 1.5em 0 0;
}

.contents_wrap ul {
	margin-left:1em;
	margin-bottom:30px;
}
.contents_wrap ul li {
	list-style-type:disc;
	list-style-position:outside;
	margin:0 2em 0.5em;	
}

.contents_wrap > ol {
	margin-bottom:40px;
}

.contents_wrap ol li {
	list-style-type:decimal;
	list-style-position:outside;
	margin:0 2em 0.5em;
}
.contents_wrap ol li > ol {
	margin-top:1em;
}
.contents_wrap ol li > ol li {
	list-style-type:none;
 	counter-increment: cnt;
	margin:0;
}
.contents_wrap ol li > ol li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}

.btn01,
.btn02 {
	width:99%;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
}
.btn01 input,
.btn02 input {
	display:block;
	width:46%;
	margin:0 2%;
	background-color:#000;
	color:#FFF;
	font-size:112.5%;
	text-decoration:none;
	text-align:center;
	padding:14px 0;
	border:none;
	cursor:pointer;
}
.btn02 input:first-child {
	background-color:#999;
}
.btn01 input:hover,
.btn02 input:hover {
	opacity:0.7;
}

.policy > p {
	text-align:center;
}
.policy h1 {
	margin-bottom:20px;
}

.policy .policy_wrap {
	width:100%;
	height:200px;
	overflow:auto;
    -webkit-overflow-scrolling:touch;
	margin:0 0 30px;
	border:1px solid #CCC;
}
.policy .policy_wrap iframe {
	width:100%;
    height:100%;
    border:none;
	display:block
}
.policy .contents_wrap {
	max-width:900px;
	margin:0 auto;
	font-size:87.5%;
}

.contents_wrap ul.link_list li {
	list-style-type:none;
}
.contents_wrap ul.link_list li:before {
	content:"\f105";
	font-family:fontawesome;
	color:#1e60ab;
	margin-right:0.5em;
}

@media screen and (max-width:1024px) {
	
	footer #footer_inner section {
		display:block;
		width:90%;
		margin:0 auto;
	}
	footer #footer_inner section .address:first-child {
		width:250px;
		margin:0 auto 20px;
	}
	footer #footer_inner section .address:last-child {
		width:100%;
		margin:0 auto;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.contents_wrap {
		margin-left:20px;
		margin-right:20px;
	}
	.contents_wrap table th {
		padding:15px 10px 15px 10px;
		width:35%;
	}
	.policy .contents_wrap {
		margin:0 20px;
	}
}
