@charset "utf-8";

body, p, h1, h2, h3, h4, ul, ol, table, form, dl, dt, dd {
	padding: 0;
	margin: 0;
}
img {
	vertical-align: bottom;
	border-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1C1C1C;
	font-size: 17px;
}

/* ヘッダー */
header {
	background-image: url(img/header-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 140px;
}
header .inner {
	width: 960px;
	margin: 0 auto;
	height: 140px;
}
.inner h1 {
	float: left;
	margin-left: 20px;
	height: 120px;
	line-height: 120px;
}
.inner h1 a:hover {
	opacity: 0.8;
}
.inner .company {
	float: left;
	margin-top: 30px;
	margin-left: 13%;
}
.inner .company p {
	color: #FFFFFF;
	font-size: 20px;
	text-align: left;
}
header .inner .title {
	font-size: 36px;
	margin-left: 20px;
	font-style: italic;
	font-weight: bolder;
}
.banner-boxes {
	float: right;
	display: block;
}
.banner-box:hover {
	background-image: url(img/banner-box.png);
	opacity: 0.8;
	background-repeat: no-repeat;
}
.banner-box a {
	background-image: url(img/banner-box.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 40px;
	font-size: 18px;
	margin-top: 20px;
	margin-right: 20px;
	display: block;
	line-height: 40px;
	text-align: center;
}
/* ヘッダー終わり */

/* スマートフォン用コンタクトボタン */
.banner-boxes-smp {
	margin: 0 auto;
	display: none;
	width: 360px;
}
.banner-box-smp:hover {
	background-image: url(img/banner-box2.png);
	opacity: 0.8;
	background-repeat: no-repeat;
}
.banner-box-smp a {
	background-image: url(img/banner-box2.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 40px;
	font-size: 18px;
	display: block;
	line-height: 40px;
	text-align: center;
}
.banner-box-smp {
	float: left;
}
.contact {
	margin-right: 40px;
}
/* スマートフォン用コンタクトボタン終わり */

/* 左カラム */
.left-side {
	float: left;
	width: 180px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 25px;
}
.main-nav {
}
.main-nav ul {
	list-style-type: none;
}
.main-nav li {
}
.main-nav ul a {
	background-color: #3C76D6;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	width: 180px;
	text-align: center;
	display: block;
	height: 74px;
	line-height: 74px;
	border-bottom: 1px solid #6C98DD;
	opacity: 0.97;
}
.main-nav ul a:hover {
	background-color: #6C98DD;
}
.main-nav ul .selected a {
	background-color: #6C98DD;
}
.main-nav ul:last-child {
	border-bottom-style: none;
}
.banner {
	margin-top: 20px;
	margin-bottom: 10px;
}
.box {
	text-align: center;
	background-color: #7c868d;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 3px;
}
.twitter-timeline {
	min-width: 180px;
}
/* 左カラム終わり */

/* メイン共通 */
main {
	margin: 0 auto;
	width: 960px;
	display: block;
}
.list    {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 10px;
}
.list li{
	display: inline;
}
.list li a  {
	color: #0011FF;
	font-size: 14px;
	text-decoration: underline;
}
.list li+li:before {
	content: " > ";
}
.content {
	width: 750px;
	float: left;
	margin-top: 25px;
}
.menu  {
	margin-top: 25px;
}
.content .menu a {
	color: #313131;
}
.content .menu a:hover {
	color: #ACACAC;
}
section {
	margin-bottom: 75px;
}
.line {
	background: linear-gradient(to right, #558eed 0%,#a7e5da 50%,#ffffff 100%);
	border-radius: 4px;
	height: 8px;
	margin-top: 25px;
}
h2  {
	margin-top: 20px;
	margin-left: 2%;
	color: #555555;
}
.article {
	margin-right: 3%;
	margin-left: 3%;
	padding: 4%;
	border-radius: 5px;
	border-spacing: 1px 1px;
	border-collapse: separate;
	margin-top: 20px;
	line-height: 2;
	overflow: hidden;
	border: 1px solid #EAEAEA;
}

/* メイン共通終わり */

/* トップページ */
h3 {
	font-weight: normal;
	line-height: 2.5;
}
.section2 {
	position: relative;
	clear: both;
}
.section2 ol {
	margin-left: 30px;
	padding-left: 0%;
	float: left;
	list-style-type: none;
}
.sub-nav a {
	background-color: #3C76D6;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	width: 140px;
	height: 50px;
	margin: 10px;
    display: block;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	opacity: 0.97;
}
.sub-nav a:hover  {
	background-color: #6C98DD;
}
.detail {
	float: left;
	margin-left: 12%;
	margin-top: 40px;
}
.news {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
	overflow: hidden;
}
.news:last-child {
	margin-bottom: 5px;
}
.new-article   {
	float: left;
}
.date {
	font-size: 15px;
}
.new {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #E83B3B;
	width: 40px;
	text-align: center;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
/* トップページ終わり */

/* 製品情報ページ */
.discription {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 20px;
}
.items {
	width: 160px;
	text-align: center;
	float: left;
}
.items:nth-child(2) {
	float: left;
	text-align: center;
	margin-left: 83px;
}
.items:nth-child(3) {
	margin-right: 0px;
	float: right;
}
.items p {
	margin-top: 10px;
}
/* 製品情報ページ終わり */

/* 企業情報ページ */
table {
	margin-right: 3%;
	padding-top: 4%;
	padding-right: 8%;
	padding-left: 8%;
	padding-bottom: 4%;
	border-radius: 5px;
	margin-left: 3%;
	border-spacing: 1px 1px;
	margin-top: 20px;
	line-height: 2.5;
	overflow: hidden;
	border: 1px solid #EAEAEA;
	float: none;
	width: 94%;
	border-collapse: separate;
}
table th {
	width: 30%;
	text-align: left;
	color: #555555;
}
table td {
}
/* 企業情報ページ終わり */

/* コンタクトページ */
form {
	margin-right: 3%;
	padding-top: 4%;
	padding-right: 8%;
	border-radius: 5px;
	padding-left: 8%;
	padding-bottom: 4%;
	margin-left: 3%;
	border-spacing: 1px 1px;
	border: 1px solid #EAEAEA;
	line-height: 2.5;
	margin-top: 20px;
	overflow: hidden;
}
form dl {
}
form dl dt {
	clear: both;
	float: left;
	width: 40%;
	line-height: 1.5;
	margin: 10px 0;
	color: #555555;
}
form dl dd {
	float: right;
	margin: 0 0 30px;
	width: 55%;
}
dt .title {
	font-weight: bolder;
}
dd .input {
	font-size: 15px;
}
dd select {
	font-size: 15px;
	border: 1px;
	width: 60%;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	padding: 5px;
	width: 95%;
}
.clearfix {
	content: "";
	display: block;
	clear: both;
}
.button {
	clear: both;
	text-align: center;
}
input[type="submit"] {
	background-color: #3C76D6;
	color: #FFFFFF;
    border: none;
	border-radius: 5px;
    width: 140px;
    height: 50px;
	opacity: 0.97;
	cursor: pointer;
	margin-top: 40px;
	font-size: large;
	-webkit-appearance: none;
}
/* コンタクトページ終わり */

.smp-block {
	padding: 10px 30px;
	display: none;
}
.banner a:hover {
	opacity: 0.8;
}
.pagetop {
	float: right;
	margin-right: 3%;
	margin-bottom: 15px;
}
.pagetop a:hover {
	opacity: 0.8;
}
footer {
	clear: both;
	width: 100%;
	height: 200px;
	background-image: url(img/footer-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	padding-top: 5%;
}
footer .inner {
	margin: 0 auto;
	width: 960px;
}
footer .inner a:hover  {
	color: #E3E0C9;
}

/* ハンバーガーメニュー */
#nav-toggle {
	position: absolute;
	top: -98px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	display: none;
	left: 6%;
}
#nav-toggle span {
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #FFFFFF;
	transition: .50s ease-in-out;
	display: block;
}
#nav-toggle span:nth-child(1) {
	top: 0px;
}
#nav-toggle span:nth-child(2) {
	top: 15px;
}
#nav-toggle span:nth-child(3) {
	top: 30px;
}
/* ハンバーガーメニュー終わり */

@media screen and (max-width:959px){
header .inner {
	width: 100%;
}
.inner h1 {
	margin-left: 17%;
}
.inner .company {
	float: right;
	position: absolute;
	right: 0px;
	margin-right: 17%;
}
.banner-boxes {
	display: none;
}
.banner-boxes-smp {
	display: block;
}
.banner-box-smp {
}
main {
	width: 100%;
	position: relative;
}
.left-side   {
	margin: 0 auto;
	width: 748px;
	text-align: center;
}
.left-side .none {
	display: none;
}
.main-nav {
	text-align: center;
	z-index: 10;
	display: block;
}
.main-nav ul {
	text-align: center;
	display: none;
	position: absolute;
	top: 50px;
}
.main-nav ul a {
	border-right: 1px solid #7CA5DB;
	width: 186px;
	border-bottom: 1px solid #7CA5DB;
}
.content {
	width: 100%;
	float: none;
	margin-top: 10px;
}
.list {
	text-align: center;
	display: none;
}
.main-image {
	margin: 0 auto;
	width: 100%;
	float: none;
	text-align: center;
}
.main-image img {
	height: auto;
	max-width: 100%;
	margin-top: 10px;
}
.line {
	margin-right: 3%;
	margin-left: 3%;
}
.content .menu {
	text-align: center;
}
h2 {
	text-align: center;
}
.detail {
	float: right;
	margin-right: 8%;
}
.discription {
	margin-left: 3%;
	margin-right: 3%;
}
.items:nth-child(3) {
	float: left;
	margin-left: 83px;
}
.smp-block {
	display: block;
	margin: 0 auto;
	width: 560px;
}
.smp-block .twitter {
	width: 360px;
	float: left;
	margin-left: 10px;
}
.smp-block .banners {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.twitter-smp {
	float: left;
	display: none;
}

.pagetop {
	clear: both;
}
footer .inner {
	width: 90%;
}
#nav-toggle {
	display: block;
}
.active#nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(315deg);
}
.active#nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.active#nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-315deg);
}

}

@media screen and (max-width:745px){
.inner h1 {
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 0;
	float: none;
	text-align: center;
}
.inner .company {
	display: none;
}
.banner-boxes-smp {
	width: 330px;
}
.contact  {
	margin-right: 10px;
}
.section2 ol {
	float: none;
}
.detail {
	margin-top: 5px;
	float: none;
	margin-left: 25vw;
}
form dl dt {
	float: none;
	width: 100%;
	line-height: 1.5;
	text-align: center;
}
form dl dd {
	float: none;
	width: 100%;
	text-align: center;
}
.items:nth-child(1) {
	margin-bottom: 20px;
}
.items:nth-child(2) {
	float: right;
	margin-left: 0px;
}
.items:nth-child(3) {
	margin-left: 0px;
	float: none;
}





}

@media screen and (min-width:960px){
.main-nav ul {
	display: block!important;
}
.banner-boxes {
	display: block!important;
}
}

@media screen and (max-width:600px){
.twitter-smp {
	display: block;
}
.smp-block {
	width: 410px;
}
.smp-block .twitter {
	display: none;
}
.items:nth-child(2) {
}



}

@media screen and (max-width:429px){
.smp-block {
	margin: 0 auto;
	width: 220px;
}
.twitter-smp {
	width: 220px;
}
.smp-block .banners {
	float: none;
	text-align: center;
	margin: 0 auto;
	width: 180px;
}
.items:nth-child(1) {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 160px;
	float: none;
}
.items:nth-child(2) {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 160px;
	float: none;
}
.items:nth-child(3) {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 160px;
	float: none;
}




}
