﻿@charset "utf-8";


/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #3e3e3e;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-size:14px;
}


/* Base Styles */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body{
		font: 14px/1.231 Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		*font-size:small;
		*font:x-small;
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
}
/*IE7*/
*+html body  {
font-size:14px;
}
select,input,button,textarea{
	font: 99% Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border: none;
	vertical-align: middle;
	width: 100%;
}

table{
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 2px;
	border:none;
	outline: none;
}

ol,ul{
	list-style: none;
}

a,
input{
	outline: none;
	border:none;
}

/*	Basic Text Link	*/
a {
	color:#6d2717;
}

a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;
}
a:focus {
}
a:active {
}

em {
	font-style:normal;
}



/********************************/
.pc_none {
	display: none;
}
.inner {
	max-width: 980px;
	margin: 0 auto;
	width: 90%;
}

header {
	overflow: hidden;
	background: #e50112;
}
header .logo_100 {
	float: left;
	width: 15%;
}
header .site_title p {
	color: #fff;
	font-size: 12px;
}

header .logo_100 img {
	max-width:145px; 
}
header .navi {
	float: right;
	width: 85%;
}
header .navi .toyo_logo {
	text-align: right;
	margin-top: 2%;
}
header .navi .toyo_logo img {
	max-width: 165px;
}
header .navi nav {
	margin-top: 4%;
}
header .navi nav ul {
	display: flex;
	justify-content: flex-end;
}
header .navi nav ul li {
	color: #fff;
	width: 20%;
	border-left: 1px dotted #fff;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
	padding: 1.5% 0;
}
header .navi nav ul li:last-child {
	border-right: 1px dotted #fff;
}
header .navi nav ul li.current {
	background:url(../images/motor_navbg.svg) no-repeat center center;
	background-size: 20%;
}
header .navi nav ul li a {
	color: #fff;
	font-size: 12px;
	display: block;
	text-decoration: none;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



header.top_read {
	padding: 5% 0;
}


.content_main {
	padding: 0;
}
section {
	clear: both;
	overflow: hidden;
}
.content_main section:first-of-type {
	padding: 5% 0 2.5%;
}
.content_main section {
	padding: 2.5% 0;
}


/*
.home header {
	position: fixed;
	width: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 3000ms 0s ease;
}

.home header .navi {
	float: none;
	width: 100%;
}*/
.home .content_main {
	background: url(../images/home_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.overlay_bg {
  content: '';
  /*visibility: hidden;*/
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	opacity: 0;
	transition: all 2000ms 0s ease;
}

.home .content_main.bgw {
	background: #fff;
}


.home .content_main section {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
}
.home .content_main section.anime {
	padding: 0 !important;
	width: 70%;
}

.home .content_main section.anime .anime_bg {
}

.home .content_main section.anime .anime_1{
	max-width: 75px;
	position: absolute;
	left: 1px;
	top: 30px;
	/*top: 356px;*/
	opacity: 0;
}
.home .content_main section.anime .motor {
	max-width: 148px;
	position: absolute;
	left: 68px;
	top: 29px;
	/*top: 355px;*/
	opacity: 0;
	transition: all 5000ms 0s ease;
}

.home .content_main section.anime .anime_0 {
	max-width: 148px;
	position: absolute;
	left: 216px;
	top: 29px;
	/*top: 355px;*/
	/*top: 329px;*/
	opacity: 0;
	transition: all 2000ms 0s ease;
}
.home .content_main section.anime .anime_th{
	max-width: 55px;
	position: absolute;
	right: 0;
	top: 132px;
	/*top: 458px;*/
	opacity: 0;
	transition: all 2000ms 0s ease;
}
.home .content_main section.anime .anime_arrow{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 185px;
	/*top: 515px;*/
	opacity: 0;
}
.home .content_main section.anime .anime_tothenext{
	max-width: 335px;
	width: 100%;
	position: absolute;
	left: 31px;
	top: 220px;
	/*top: 546px;*/
	opacity: 0;
}
.home .content_main section.anime .anime_established{
	max-width: 177px;
	position: absolute;
	left: 110px;
	top: 268px;
	/*top: 595px;*/
	opacity: 0;
}

.home .content_main img.intro_logo {
	width: 100%;
}

/*.home .side-menu-btn {
	display: inherit;
	position: fixed;
	right: 5%;
}
.home .side-menu {
	display: inherit;
	width: 15%;
	background: #e50012;
}
.home .side-menu li a {
	color: #fff;
}

.home.side-open .wrapper,
.home.side-open .overlay {
  -webkit-transform: translate3d(-21%, 0, 0);
  transform: translate3d(-21%, 0, 0);
}*/




section.col_history {
	padding: 0;
	display: block;
}

.history .intro {
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.history .intro h1 {
	font-size: 32px;
	margin-bottom: 3%;
}
.history .intro h2 {
	font-size: 90px;
	margin-bottom: 3%;
	color: #e50112;
	font-family: 'Georgia', 'Bookman Old Style', 'Book Antiqua', 'Century', serif;
	font-style: italic;
	letter-spacing: 0.1em;
}
.history .intro h2 img {
	width: 40px;
}
.history .intro p {
	line-height: 2;
	font-size: 16px;
}
.history .intro p.attention {
	font-size: 12px;
	text-align: right;
	margin: 5% 0 0;
}

.col_history .inner {
	width: 100%;
	-webkit-transition: all 3s ease;
	transition: all 3s ease;
}

.col_history.his_1918-1929 .inner {
	background: url(../images/history/1918_1929_02.jpg) center center / cover no-repeat;
}
.col_history.his_1930-1949 .inner {
	background: url(../images/history/1930_1949_01.jpg) center center / cover no-repeat;
}
.col_history.his_1950-1959 .inner {
	background: url(../images/history/1950_1959_01.jpg) center center / cover no-repeat;
}
.col_history.his_1960-1969 .inner {
	background: url(../images/history/1960_1969_01.jpg) center center / cover no-repeat;
}
.col_history.his_1970-1979 .inner {
	background: url(../images/history/1970_1979_01.jpg) center center / cover no-repeat;
}
.col_history.his_1980-1989 .inner {
	background: url(../images/history/1980_1989_01.jpg) center center / cover no-repeat;
}
.col_history.his_1990-1999 .inner {
	background: url(../images/history/1990_1999_01.jpg) center center / cover no-repeat;
}
.col_history.his_2000-2009 .inner {
	background: url(../images/history/2000_2009_01.jpg) center center / cover no-repeat;
}
.col_history.his_2010-2017 .inner {
	background: url(../images/history/2010_2017_01.jpg) center center / cover no-repeat;
}
.col_history.his_2018 .inner {
	background: url(../images/history/2018_01.jpg) center center / cover no-repeat;
}

.col_history .inner.clicked {
	background: #e50112;
}
.col_history .inner.clicked .times .before,
.col_history .inner.clicked .times .after {
	color: #fff;
}


.col_history .image {
	display: flex;
	justify-content: center;
}
.col_history .image a {
	flex: 1;
}
.col_history .image img {
	width: 100%;
	height: 110px;
	object-fit: cover;
}

.toggle {
	display: none;
	position: relative;
}

.history_area {
	background-color: #000;
}
.col_history {
	clear: both;
	overflow: hidden;
}
.col_history.box_l .times {
	float: right;
}
.col_history.box_r .times {
	float: left;
}

.col_history .history_box {
	/*position: absolute;
	top: 5%;
	left: 0;
	right: 0;*/
	width: 90%;
	margin: 0 auto;
	background: #fff;
	background: rgba(255, 255, 255, 0.85);
	padding: 3%;
}
.col_history .history_box .detail {
	margin-bottom: 2%;
}
.col_history .history_box .detail .year {
	font-size: 18px;
	color: #e50112;
	font-family: 'Georgia', 'Bookman Old Style', 'Book Antiqua', 'Century', serif;
	font-style: italic;
}
.col_history .history_box .detail p {
	font-size: 13px;
}
.col_history .history_box .detail p.notice:before {
	content: '■';
	margin-right: 3px;
}
.col_history .history_box .detail p.txt {
	font-size: 12px;
}
.col_history .history_box .detail p.txt:before {
	content: '・';
}

.col_history .times {
	width: 55%;
	position: relative;
	height: 200px;
}
.col_history .times .before,
.col_history .times .after {
	font-size: 115px;
	color: #e50112;
	font-family: 'Georgia', 'Bookman Old Style', 'Book Antiqua', 'Century', serif;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0.1em;
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.col_history .times .before {
	position: absolute;
	top: -25%;
	left: 3%;
}
.col_history .times .motor {
	position: absolute;
	top: 10%;
	left: 35%;
}
.col_history .times .after {
	position: absolute;
	bottom: -10%;
	right: 3%;
}
.col_history .times .motor img {
	max-width: 155px;
}


.motor[sts="std"],
.motor[sts="rot"] {
  transition-property: transform;
  transition-duration: 5s;
	opacity: 1;
}
.motor[sts="rot"] {
  transform: rotate(360deg);
}

.motor.top_motor[sts="std"],
.motor.top_motor[sts="rot"] {
  transition-property: transform;
  transition-duration: 5s;
	opacity: 1;
}
.motor.top_motor[sts="rot"] {
  transform: rotate(360deg);
	-webkit-animation: none;
}


.col_history .history_box.last_box {
	padding-bottom: 10%;
}
.last_box p {
	padding: 2% 0;
}
.last_box p.tothenext {
	text-align: center;
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	letter-spacing: .2em;
}

.go_100th {
	text-align: center;
	position: relative;
	padding: 10% 0;
}
.go_100th h2 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	letter-spacing: .2em;
	color: #000;
	opacity: 1;
}

.col_history.his_2018 .group {
	padding: 10% 0 3%;
}
.col_history.his_2018 .group p,
.col_history.his_2018 .group dt,
.col_history.his_2018 .group dd li {
	font-size: 12px;
}
.col_history.his_2018 .group dl {
	margin-bottom: 5%;
}
.col_history.his_2018 .group dt:before {
	content: '＜';
}
.col_history.his_2018 .group dt:after {
	content: '＞';
}
.col_history.his_2018 .group dd {
	padding-left: 3%;
}




/*.col_history.his_2018 .inner {
	position: relative;
}
.col_history.his_2018 .times .before {
	position: absolute;
	top: -2%;
	left: 3%;
}
.col_history.his_2018 .times .motor {
	left: 41%;
	top: 33%;
}
.col_history.his_2018 .times .future {
	font-size: 115px;
	color: #e50112;
	font-family: 'Georgia', 'Bookman Old Style', 'Book Antiqua', 'Century', serif;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0.1em;
	opacity: 0;
	text-align: center;
	position: absolute;
	top: 37%;
	left: 34%;
}
.col_history.his_2018 .txt {
	padding: 0 3%;
	float: none;
	text-align: center;
	position: absolute;
	top: 60%;
}
.col_history.his_2018 .txt p {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	letter-spacing: .2em;
	color: #fff;
	padding-bottom: 2%;
	line-height: 1.8;
}
.col_history.his_2018 .txt .plan {
	text-align: left;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 3%;
}
.col_history.his_2018 .txt .plan p {
	font-size: 20px;
	padding-bottom: 0;
}
.col_history.his_2018 .txt p.tothenext {
	font-style: italic;
	font-size: 20px;
}*/


.content_main section:first-of-type.logosection {
	padding: 2% 0 1.5%;
}



/* 社長メッセージ */
.message h1,
.message h2,
.message h3,
.message p {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.message p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 2%;
}

.message h1 {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}
/*.message h1 img {
	width: 45%;
	margin: 0 2% 5%;
}*/
.message .inner {
	padding: 3.5% 0 0;
}
.message h2 {
	color: #036eb8;
	font-size: 22px;
	margin-bottom: 3%;
}
.message h3 {
	color: #036eb8;
	font-size: 24px;
	margin-bottom: 3%;
}
.message .col_l {
	width: 48%;
	float: left;
}
.message .col_r {
	width: 48%;
	float: right;
}
.message .col_l p,
.message .col_r p {
}
.message .col_l img,
.message .col_r img {
}

.sign {
	clear: both;
	padding: 5% 0;
}
.sign img {
	max-width: 300px;
}




.message.fullbg {
	background: url(../images/message_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.message section:first-of-type {
	padding: 5% 0;
}
.message .message_area {
	width: 100%;
	max-width: 850px;
	float: left;
	background: rgba(255,255,255,.9);
	padding: 3% 5%;
	position: relative;
}
.message .p_txt {
}
.message .ceo {
	width: 25%;
	float: right;
}
.message .ceo img {
	max-width: 237px;
}
.message h1 {
	margin-bottom: 5%;
}
.message h1 .msg1,
.message h1 .msg2 {
	display: block;
	padding: 1% 0;
}
.message h1 .msg1 {
	text-align: left;
	width: 60%;
}
.message h1 .msg2 {
	text-align: right;
	width: 70%;
	margin: 0 0 0 auto;
}
.message .sign {
	padding: 0;
}
.message .sign span {
	margin-left: 20px;
	font-size: 26px;
}

.message_2 .inner {
	padding: 0;
}
.message_2 .message_area {
	width: 100%;
	max-width: 100%;
	float: none;
	background: none;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.message_2 .message_area .txt_area {
	position: relative;
}
.message_2 .message_area .image_area {
}
.message_2 .message_area .image_area img {
	float: left;
	width: 30%;
	margin: 1%;
}




.business .map {
	position: relative;
}
.business .map p {
	position: absolute;
}
.business .map p.type_1 {
	top: 5%;
	right: 10%;
}
.business .map p.type_2 {
	top: 5%;
	right: 5%;
}
.business .map img {
	width: 100%;
}

.explanation {
	background: #e50112;
	text-align: center;
}
.explanation h3,
.explanation p {
	color: #fff;
	font-size: 12px;
}
.explanation h3 {
	padding: 2% 0;
	font-size: 14px;
}



/* movie */
.video_wrap {
  position: relative;
}
video {
  display: block;
  margin: 0 0 0 auto;

	width: 100%;
}




/* media */
.media {
	width: 95%;
	margin: 0 auto 10%;
}
.media p.head_text {
	font-size: 16px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 10% 0 8%;
}
.media ul {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	padding: 0 0 10%;
}
.media ul li {
	width: 32%;
	margin: 1%;
	text-align: center;
}
.media ul li a {
	padding: 5%;
	display: block;
	background: -moz-linear-gradient(top, #fff, #d9dbdd);
	background: -webkit-linear-gradient(top, #fff, #d9dbdd);
	background: linear-gradient(to bottom, #fff, #d9dbdd);
	border: 1px solid #d9dbdd;
	margin-bottom: 10px;
}
.media ul li h3 {
	font-size: 16px;
}




/* form */
.form .intro h1 {
	font-size: 20px;
	margin-bottom: 3%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
.form .intro p {
	text-align: left;
	color: #e20c20;
	font-size: 14px;
}

.form p.required_txt {
	margin-bottom: 5%;
	font-size: 16px;
}
.required {
	color: #e20c20;
	font-size: 16px;
	font-weight: bold;
}

.form .form_wrap {
	max-width: 800px;
	width: 95%;
	margin: 0 auto;
	border: 1px solid #cfcfcf;
	padding: 10px;
	box-sizing: border-box;
}
.form form dl {
	padding: 10px 0;
}
.form form dt {
	font-size: 14px;
}
.form form dd {
	font-size: 16px;
}
abbr[title] {
	text-decoration: none;
	color: #e20c20;
	font-size: 16px;
	font-weight: bold;
}
input,
textarea {
	border: 1px solid #aaa;
	background: #f1f1f1;
	box-sizing: border-box;
}
textarea {
	padding: 10px;
}
input {
	width: 100%;
	padding: 5px;
}
input.w30 {
	width: 28%;
}
input.w40 {
	width: 40%;
}
input.w50 {
	width: 50%;
}
textarea {
	width: 100%;
}
label {
	font-size: 14px;
}
.form form .add_after {
}
.form form dd .itemdetail {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 14px;
}
.form form dd .itemdetail input[type="checkbox"] {
	width: 5%;
}
.form form dd .quantity {
	width: 30%;
}
.form form dd .quantity input[type="text"] {
	width: 60%;
	margin-right: 10px;
}
.form form dd .itemdetail label {
	width: 50%
}
.form form dd .division {
	display: flex;
	flex-wrap: wrap;
}
.form form dd .division div {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 10px;
}
.form form dd .division div input {
	width: auto;
}

.mr {
	margin-right: 5px;
}
.mrl {
	margin: 0 5px;
}
.ml {
	margin-left: 5px;
}
.fo14 {
	font-size: 14px;
}
::-webkit-input-placeholder {
	color: #a4a4a4;
	font-size: 14px;
}
/* Firefox 18- */
:-moz-placeholder {
	opacity: 1;
    color: #a4a4a4;
	font-size: 14px;
}
/* Firefox 19+ */
::-moz-placeholder {
	opacity: 1;
    color: #a4a4a4;
	font-size: 14px;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: #a4a4a4;
	font-size: 14px;
}

.btn_area {
	text-align: center;
	margin: 5% 0 0;
}
.btn_area input {
	width: auto;
	background: none;
	border: 2px solid;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 20px;
	cursor: pointer;
	transition-property: all;
	transition: 0.2s linear;
}
.btn_area input:hover {
	background: #eee;
}





/* company_history */

.content_main.company_history {
}
.company_history h1 {
	font-size: 22px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 8%;
}
.company_history .head {
	text-align: center;
}
.company_history h1 span {
	border-bottom: 5px solid #4c8cbe;
	padding-bottom: 5px;
}
.company_history .head {
	background: -webkit-linear-gradient(#e0dedb, #FFF);
	background: -o-linear-gradient(#e0dedb, #FFF);
	background: linear-gradient(#e0dedb, #FFF);
}
.company_history .head p {
	line-height: 1.7;
	font-size: 14px;
	margin-bottom: 5%;
	text-align: left;
}
.company_history .head p br {
	display: none;
}
.company_history .head .image {
	max-width: 280px;
	margin: 0 auto 8%;
}
.company_history .head ul {
	text-align: left;
}
.company_history .head li {
	padding: 5px 0;
}
.company_history .head li a {
	color: #48637d;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
.company_history .head li a:hover {
	text-decoration: none;
}

.company_history h2 {
	border-bottom: 1px solid #606060;
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.company_history h2 span {
	display: block;
	max-width: 980px;
	width: 95%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 10px;
}
.company_history h2 span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 30%;
	height: 7px;
}

.company_history .overview .image {
	float: right;
	width: 25%;
	margin-left: 10px;
	margin-bottom: 0;
}
.company_history .overview .title_wrap {
	float: left;
}
.company_history .overview ul {
	clear: both;
}

.company_history .overview h2 {
	letter-spacing: 1.2em;
}
.company_history .overview h2 span:after {
	background: #447c71;
}
.company_history .cont_wrap {
	background: #f1f1f1;
	padding: 8% 0;
}
.company_history .overview ul {
	max-width: 980px;
	margin: 0 auto;
	width: 95%;
}
.company_history .overview li {
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #c8c8c8;
	margin: 10px 0;
}
.company_history .overview li .image {
	margin-bottom: 10px;
}
.company_history .overview li h3 {
	font-size: 16px;
	color: #447c71;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.company_history .overview li h3 br {
	display: none;
}
.company_history .overview li h3 span {
	background: #447c71;
	padding: 3px 8px;
	font-size: 14px;
	margin-right: 5px;
	color: #fff;
	white-space: nowrap;
}
.company_history .overview li p {
	color: #447c71;
	font-size: 12px;
}
.company_history .overview li ul {
	display: block;
	padding: 10px 0;
}
.company_history .overview li ul li {
	border: none;
	padding: 1px 0;
	font-size: 14px;
	background: none;
	display: flex;
	margin: 0;
}
.company_history .overview li ul li span {
	margin-right: 10px;
	white-space: nowrap;
}
.pdf_line a {
	display: block;
	width: 80%;
	border: 1px solid #747474;
	padding: 10px;
	font-size: 12px;
	color: #393939;
	text-align: center;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
}
.pdf_line a:hover {
	background: #eff3f2;
}
.pdf_line {
	background: url(../../images/company_history/icon_pdf.svg) no-repeat right center / 30px;
}


.company_history .theme h2 span:after {
	background: #9d5357;
	width: 65%;
}
.company_history .list_box {
	background: #fff;
	border: 1px solid #c8c8c8;
	padding: 20px;
	box-sizing: border-box;
	max-width: 980px;
	width: 95%;
	margin: 5% auto;
}
.company_history .list_box:first-of-type {
	margin-top: 0;
}
.company_history .list_box:last-of-type {
	margin-bottom: 0;
}
.company_history .list_box h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 3px 5px;
	margin-bottom: 10px;
}
.flex {
}
.flex ol {
	width: 100%;
}
.company_history .list_box li {
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}
.company_history .list_box li a {
	color: inherit;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: bold;
}
.company_history .list_box li a span.num {
	margin-right: 10px;
	width: 20px;
}
.company_history .list_box li a span.size {
	margin-right: 0;
	margin-left: auto;
	font-size: 10px;
	background: url(../../images/company_history/icon_pdf.svg) no-repeat left center / 22px;
	padding-left: 30px;
}


.company_history .theme .list_box h3 {
	background: #9d5357;
}
.company_history .theme .list_box li a:hover {
	color: #9d5357;
}



.company_history .document h2 span:after {
	background: #48637d;
}
.company_history .document .list_box h3 {
	background: #48637d;
}
.company_history .document .list_box li a:hover {
	color: #48637d;
}



.company_history .method {
	max-width: 980px;
	margin: 0 auto;
	width: 95%;
	border: 1px solid #c8c8c8;
	padding: 15px;
	box-sizing: border-box;
	padding-top: 50px;
}
.company_history .method h2 {
	border-bottom: none;
	text-align: center;
	margin-bottom: 5%;
}
.company_history .method h2 span {
	display: inline-block;
	border-bottom: 5px solid #606060;
	padding-bottom: 5px;
}
.company_history .method .block {
	margin: 0 0 5%;
}
.company_history .method .block .flex .text {
	width: 100%;
}
.company_history .method .block .flex .image {
	width: 100%;
}
.company_history .method .block h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3%;
}
.company_history .method .block ol {
	margin-bottom: 3%;
}
.company_history .method li {
	padding: 3px 0;
}
.company_history .method dl {
	margin-bottom: 10%;
}
.company_history .method dt {
	float: left;
	width: 3em;
	clear: both;
	margin-bottom: 10px;
}
.company_history .method dd {
	padding-left: 3em;
	margin-bottom: 10px;
}
.company_history .method dt:after {
	content: '：';
}
.company_history .method h4 {
	margin-bottom: 10px;
}
.company_history .method .image {
	display: flex;
}
.company_history .method .image .img_box {
	margin: 0 10px;
	text-align: center;
}
.company_history .method .image .img_box img {
	width: 100%;
	max-width: 140px;
	border: 1px solid #c8c8c8;
}
.company_history .method .image .img_box p {
	font-weight: bold;
	margin-top: 5px;
}
.company_history .method .image .img_box p:before {
	content: '【';
}
.company_history .method .image .img_box p:after {
	content: '】';
}


.form_link {
	text-align: center;
	margin: 10% 0 5%;
}
.form_link a {
	background: #4c8cbe;
	color: #fff;
	text-decoration: none;
	border: 1px solid #747474;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	display: block;
	
	transition-property: all;
	transition: 0.2s linear;
}
.form_link a:before {
	position: absolute;
	right: 20px;
	top: 23px;
	content: '';
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
}
.form_link a:hover {
	background: #65afe8;
}







footer {
	padding: 3% 0 3%;
}

header.top_read,
footer {
	background: #e50112;
}
header.top_read h1,
footer h3,
footer p {
	color: #fff;
}

header.top_read h1 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	line-height: 2;
	letter-spacing: 0.2em;
}
footer h3 {
	padding: 0 0 3%;
	font-size: 14px;
	letter-spacing: 0.1em;
}
footer p {
	font-size: 12px;
	line-height: 1.8;
}

.content_main .main_logo img {
	max-width: 400px;
	margin: 3% 0;
}
header.top_read,
.content_main .main_logo,
.intro footer {
	text-align: center;
}
.home_link {
	padding: 0;
}
.home_link a {
	color: #fff;
	padding: 0 3%;
}



/* foot_linkarea */
.content_main section.foot_linkarea {
	padding: 2.5% 0 10%;
}
.foot_linkarea li {
	padding: 5px 0;
}
.foot_linkarea li a {
	color: #48637d;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
.foot_linkarea .lump {
	padding: 5% 0 0;
}
.foot_linkarea .lump .box {
	margin: 5%;
}
.foot_linkarea .lump p {
	color: #48637d;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}





/* page-top */
#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10%;
	right: 10%;
	background: rgba(0,0,0,.5);

	height: 30px;
	width: 50px;

	text-align: center;
	text-decoration: none; 
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 12px;
	font-size: 150%;
}
#page-top:hover{
	background: rgba(0,0,0,1);
}

#page-top:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 26%;
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.side-menu-btn {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pc_none {
		display: inherit;
	}
	.sp_none {
		display: none;
	}
	
	.inner {
		margin: 0 auto;
	}
	
	header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	.content_main {
		padding-top: 45px;
	}
	header .navi nav {
		display: none;
	}
	.side-menu-btn {
		display: inherit;
	}
	.navi {
		display: flex;
		justify-content: flex-end;
	}
	header .navi .toyo_logo img {
		max-width: 100px;
	}
	
	header.top_read h1 {
		font-size: 20px;
	}
	
	.content_main .main_logo img {
		max-width: 300px;
		margin: 10% 0;
	}

	
	.history .intro {
		padding-bottom: 10% !important;
	}
	.history .intro h1 {
		font-size: 22px;
	}
	.history .intro h2 {
		font-size: 40px;
		padding: 10% 0;
	}
	.history .intro p {
		line-height: 1.7;
		text-align: left;
	}
	section.col_history {
		/*max-height: 80px;*/
	}
	.col_history .inner {
		position: relative;
	}
	.col_history .times {
		width: 85%;
		height: 100px;
	}
	.col_history .arrow {
		width: 40px;
		height: 40px;
		background: rgba(255, 255, 255, 0.6);
		position: absolute;
		bottom: 20%;
		right: 10%;
	}
	.col_history .arrow:before {
		content: '';
		position: absolute;
		left: 25%;
		top: 10%;
		width: 20px;
		height: 20px;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		transform: rotate(45deg);
	}
	.col_history .clicked .arrow{
		background: none;
		bottom: 10%;
	}
	.col_history .clicked .arrow:before {
		border-right: 1px solid #fff;
		border-bottom: none;
		border-top: 1px solid #fff;
		transform: rotate(-45deg);
	}
	
	.col_history .times .before,
	.col_history .times .after {
		font-size: 35px;
	}
	.col_history .times .before {
		top: 15%;
		left: 18%;
	}
	.col_history .times .after {
		top: 40%;
		right: 18%;
	}
	.col_history .times .motor {
		top: 25%;
		left: 41%;
	}
	.col_history .times .motor img {
		max-width: 50px;
	}
	
	#message_bg {
		background-image: none;
	}
	.message h1 {
		padding: 0 0 5%;
	}
	.message h1 img {
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	.message h2 {
		font-size: 20px;
	}
	.message h3 {
		font-size: 20px;
	}
	.message .col_l,
	.message .col_r {
		width: 100%;
		float: none;
	}
	.message .col_l img,
	.message .col_r img {
		margin-bottom: 3%;
	}
	
	
	.content_main.main.town {
		background:	url(../images/town/town_bg.jpg) repeat-y left top;
	}
	
	.main.town section {
		width: 90%;
		margin: 0 auto;
	}
	
	.main.town .intro {
		background-color: rgba(255, 255, 255, .9); 
		border-radius: 10px;
		padding: 5% 3%;
		margin: 5% auto;
		right: 0;
		text-align: center;
	}
	.main.town .intro #close_btn {
		background: #2e3192;
		color: #fff;
		padding: 2px 5px;
		display: inline-block;
		cursor: pointer;
		border-radius: 5px;
	}
	.main.town .intro h1 {
		padding: 10% 10% 2%;
		margin-top: -7%;
		background-image: url(../../images/town/girl.png), url(../../images/town/boy.png);
		background-repeat: no-repeat, no-repeat;
		background-position: left 2%, right 2%;
		background-size: 35px, 29px;
	}
	.main.town .intro h2 {
		color: #2e3192;
		font-size: 18px;
		font-weight: bold;
		padding: 0 0 2%;
	}
	.main.town .intro p {
		color: #333;
		font-size: 12px;
		padding: 0;
		text-align: left;
	}
	.main.town .intro p.read {
		text-align: center;
		font-size: 14px;
	}
	
	#item_list li {
		padding: 5px;
		background: rgba(0, 85, 149, .9);
		margin-bottom: 3%;
	}
	#item_list dt {
		display: flex;
		justify-content: space-between;
	}
	#item_list dt .image {
		width: 33%;
	}
	#item_list dt .image img {
		width: 100%;
	}
	#item_list dt .text {
		width: 63%;
		padding: 3px 0;
	}
	#item_list dt .text h2,
	#item_list dt .text h3,
	#item_list dt .text p {
		color: #fff;
	}
	#item_list dt .text h2 {
		font-size: 16px;
		border-bottom: 1px solid #fff;
		margin-bottom: 3%;
		position: relative;
		padding: 0 0 2%;
	}
	#item_list dt .text h2:before {
		content: '';
		position: absolute;
		right: 5%;
		top: 3px;
		width: 6px;
		height: 6px;
		border: 2px solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(-45deg);
	}
	#item_list dt.open .text h2:before {
		content: '';
		position: absolute;
		right: 5%;
		top: 8px;
		width: 6px;
		height: 6px;
		border: 2px solid;
		border-color: #fff #fff transparent transparent;
		transform: rotate(-45deg);
	}
	#item_list dt .text h3,
	#item_list dt .text p {
		font-size: 12px;
	}
	#item_list dd {
		display: none;
		background: #fff;
		border-radius: 5px;
		padding: 10px;
		margin: 5% 3%;
		overflow: hidden;
	}
	#item_list dd .tag {
		padding: 3% 3% 3% 6%;
		float: left;
	}
	#item_list dd .image {
		float: right;
		width: 35%;
	}
	#item_list dd .tag li {
		color: #005595;
		list-style: disc outside;
		background: #fff;
		padding: 0;
		margin-bottom: 0;
		font-size: 12px;
	}

	
	.media ul {
		flex-direction: column;
	}
	.media ul li {
		width: 100%;
	}
	
	
	
	
	footer {
		padding: 5% 0;
	}
	footer p {
		line-height: 1.7;
		text-align: left;
	}

}



/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

/* サイドメニュー */
.side-menu {
	display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  padding: 3%;
  text-align: left;
  font-size: 13px;
  z-index: 1;
	background: #e50112;
}
@media screen and ( max-width:768px ) {
	.side-open .side-menu {
		display: inherit;
	}
}
.side-menu li {
	border-bottom: 1px dotted #ccc;
	padding: 4% 0;
}
.side-menu li a {
	color:#fff;
	display: block;
	text-decoration: none;
	font-size: 16px;
}

/* 開閉用ボタン */
.side-menu-btn {
	position: relative;
	margin-left: 5%;
	margin-top: 3.5%;
  /*position: fixed;
  top: 20px;
  right: 20px;*/
  width: 30px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  z-index: 4;
}

 /*ボタンのスタイル */
.side-menu-btn,
.side-menu-btn span {
	transition: all .4s;
	box-sizing: border-box;
}
.side-menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}
.side-menu-btn span:nth-of-type(1) {
	top: 0;
}
.side-menu-btn span:nth-of-type(2) {
	top: 9px;
}
.side-menu-btn span:nth-of-type(3) {
	bottom: 0;
}

/* メインコンテンツ */
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-66%, 0, 0);
  transform: translate3d(-66%, 0, 0);
}




