@charset "UTF-8";
/* 目次 */
/*
1.変数
-色
-max-width

2.mixin
-マージンなどリセット
-グラデ関連
-ぼかし
-回転の動き
-縦の動き

3.extend

4.sass
・CSS reset
・基本要素
-html
-body
-header
-main
-footer
-article
-section
--h
--p
--a
--ul
--dl
--table
--span
--img
--br

・各ページコンテンツ専用
-section
--
-article
--footer-main


・ather
-
*/
html, body, main, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: sans-serif;
  line-height: 1.4;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: sans-serif;
  color: #000;
  background: #fff;
  margin: 0;
  border: 0;
  padding: 0;
}

main {
  max-width: 1920px;
  margin: 0 auto;
  border: 0;
}

header{
  text-align: center;
}

.oyp{
	margin-top: 20px;
	width: 200px;
  object-fit: cover;
}



header nav{
  font-size: 14px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
  text-align: center;
  width: 50%;
	margin: auto;
  font-family: 'ヒラギノ角ゴシック', 'メイリオ', sans-serif; ;
}
header nav ul{
	list-style-type: none;
	display: flex;
}
header nav a{
	display: block;
	margin: 10px 20px;
	text-decoration: none;
	color: #0b318f;
}
.item{
  flex: 1;
}
#footer{
	font-size:80%;
	font-style: oblique;
	text-align: center;
}

#pbottom{
	padding: 20px 0px;
	background-color: #808080;
	color: #FFFFFF;
	text-align: center;
}

.Bimg{
	width: 100px;
	height: auto;
}

.ftxt{
	font-family: 'Noto Sans JP';
	font-weight: bold;
	font-size: 28px;
}

.font10{font-size: 10px;}

.font8{font-size: 8px;}
/*
header {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  border: 0;
  padding: 10px 0 0;
  width: 100%;
  height: 151px;
  z-index: 110;
  transition: 0.5s;
}
header img.main-logo {
  padding-top: 16px;
  width: 540px;
}
header img.sub-logo {
  width: 280px;
  height: 73px;
}
header.mvheader {
  transform: translateY(-65px);
}
header article.top-logo {
  display: flex;
  transition: 0.5s;
}
header article.top-logo img.sub-logo {
  transition: 0.5s;
}
header article.top-logo div.top-menu-sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header article.top-logo div.top-menu-sub a.contact {
  margin-left: 20px;
  width: 45px;
  font-size: 15px;
  font-weight: bold;
}
header article.top-logo div.top-menu-sub a img {
  width: 100%;
}
header article.top-small {
  transform: translate(-200px, 35px) scale3d(0.5, 0.5, 0.5);
}
header article.top-small img.sub-logo {
  opacity: 0;
}
header article.top-small a.contact {
  opacity: 0;
}
header span.top-nav-menu {
  display: none;
}
*/
/*
footer {
  color: #ffffff;
  background: #000052;
  margin: 0 auto;
  border: 0;
  padding: 2rem 0 1.5rem;
  max-width: 1920px;}
  /* ページトップへ戻るボタン */
/*
footer p {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  font-size: 10px;
  text-align: right;
}
footer span.return-btn {
  position: fixed;
  right: 13%;
  bottom: 50px;
}
footer span.return-btn:hover {
  opacity: 0.5;
}
footer span.return-btn img {
  width: 70px;
}
*/

h1.logo {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
}
nav.top-nav {
  margin: 26px auto 0;
  border: 0;
  padding: 0;
  max-width: 1000px;
  font-size: 15px;
}
nav.top-nav ul {
  display: flex;
  justify-content: space-between;
}
nav.top-nav li {
  flex: 1;
  text-align: center;
}
nav.top-nav a {
  display: inline-block;
  color: #0b308e;
  margin: 0 auto;
  border: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
}
nav.top-nav a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
nav.top-nav a.button:hover {
  color: #fff;
}
nav.top-nav a.button:hover::after {
  top: 0;
  background-color: #0b308e;
}
nav.top-nav a.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
}
nav.top-nav a.button, nav.top-nav a.button::before, nav.top-nav a.button::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

/* planning-goods */
ul.planning-goods {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.planning-goods li {
  width: 32%;
}
ul.planning-goods li.ds-none {
  display: none;
}
ul.planning-goods a {
  color: #0b308e;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  border: 0;
  padding: 0 12px 0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  transition: 0.4s;
}
ul.planning-goods a.l-size {
  height: 126px;
}
ul.planning-goods a.m-size {
  height: 66px;
}
ul.planning-goods a.thum-1 {
  background: url("/planningimage/thum-1.png") no-repeat center bottom;
}
ul.planning-goods a.thum-1:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-2 {
  background: url("/planningimage/thum-2.png") no-repeat center bottom;
}
ul.planning-goods a.thum-2:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-3 {
  background: url("/planningimage/thum-3.png") no-repeat center bottom;
}
ul.planning-goods a.thum-3:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-4 {
  background: url("/planningimage/thum-4.png") no-repeat center bottom;
}
ul.planning-goods a.thum-4:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-5 {
  background: url("/planningimage/thum-5.png") no-repeat center bottom;
}
ul.planning-goods a.thum-5:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-6 {
  background: url("/planningimage/thum-6.png") no-repeat center bottom;
}
ul.planning-goods a.thum-6:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-7 {
  background: url("/planningimage/thum-7.png") no-repeat center bottom;
}
ul.planning-goods a.thum-7:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-8 {
  background: url("/planningimage/thum-8.png") no-repeat center bottom;
}
ul.planning-goods a.thum-8:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-9 {
  background: url("/planningimage/thum-9.png") no-repeat center bottom;
}
ul.planning-goods a.thum-9:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-10 {
  background: url("/planningimage/thum-10.png") no-repeat center bottom;
}
ul.planning-goods a.thum-10:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-11 {
  background: url("/planningimage/thum-11.png") no-repeat center bottom;
}
ul.planning-goods a.thum-11:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-12 {
  background: url("/planningimage/thum-12.png") no-repeat center bottom;
}
ul.planning-goods a.thum-12:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-13 {
  background: url("/planningimage/thum-13.png") no-repeat center bottom;
}
ul.planning-goods a.thum-13:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-14 {
  background: url("/planningimage/thum-14.png") no-repeat center bottom;
}
ul.planning-goods a.thum-14:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}
ul.planning-goods a.thum-15 {
  background: url("/planningimage/thum-15.png") no-repeat center bottom;
}
ul.planning-goods a.thum-15:hover {
  color: #ffffff;
  background-color: #0b308e;
  background-blend-mode: multiply;
}

article.top-logo {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
}
/*
article.footer-main {
  margin: 0 auto;
  border: 0;
  padding: 0 0 0.5rem;
  border-bottom: solid 1px #fff;
  max-width: 1000px;
}
article.footer-main img.footer-logo {
  width: 225px;
}
article.footer-main span.footer-tel {
  display: inline-block;
  margin: 0 0 0 2.5rem;
  border: 0;
  padding: 0 0;
  width: 170px;
  font-size: 15px;
}
article.footer-main span.footer-time {
  display: inline-block;
  width: 100px;
  font-size: 14px;
}
article.footer-main span.footer-tel1 {
  display: inline-block;
}
article.footer-main span.footer-tel2 {
  display: inline-block;
}
article.footer-main span.footer-tel-main {
  display: inline-block;
  color: #ff6100;
  width: 440px;
  font-size: 3.4rem;
  font-weight: bold;
  font-feature-settings: "palt" 1;
}
article.footer-main span.footer-time1 {
  display: inline-block;
}
article.footer-main span.footer-time2 {
  display: inline-block;
}
article.footer-nav {
  display: flex;
  margin: 1rem auto 0;
  border: 0;
  padding: 0;
  max-width: 1000px;
}
article.footer-nav address {
  width: 30%;
  font-size: 14px;
  line-height: 1.8;
}
article.footer-nav address img.company-txt {
  width: 240px;
}
article.footer-nav address img.fb-ico {
  margin: 1rem 0 0;
  border: 0;
  padding: 0;
}
article.footer-nav nav {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  font-size: 14px;
}
article.footer-nav ul {
  display: inline;
  margin: 0 0 3rem;
  border: 0;
  padding: 0;
  width: 25%;
}
article.footer-nav li {
  font-size: 13px;
}
article.footer-nav li.title a {
  color: #009fe8;
  margin: 0;
  border: 0;
  padding: 0 0 0.5rem;
  font-size: 15px;
  font-weight: bold;
}
article.footer-nav li.title a:hover {
  color: #ff6100;
  text-decoration: underline;
}
article.footer-nav a {
  display: inline-block;
  color: #fff;
  margin: 0;
  border: 0;
  padding: 0.35rem 0;
}
article.footer-nav a:hover {
  color: #ff6100;
  text-decoration: underline;
}

*/
article.top-page section.top-content {
  position: relative;
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.top-page section.top-content h1 {
  margin: 0 auto;
  border: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
article.top-page section.top-content h1 img {
  width: 767px;
}
article.top-page section.top-content h2 {
  margin: 44px auto;
  border: 0;
  padding: 0;
  width: 970px;
}
article.top-page section.top-content img.business-person {
  position: absolute;
  top: -33%;
  right: -3%;
  z-index: 101;
}
article.top-page section.top-content img.logo-gray {
  position: absolute;
  width: 280px;
  top: -70%;
  left: 36%;
  z-index: 101;
}
article.top-page section.sub-content {
  display: flex;
}
article.top-page section.sub-content div.left-content {
  background-color: #ff6100;
  background-image: url("image/top-ti02bg.png");
}
article.top-page section.sub-content div.right-content {
  background-color: #0b308e;
  background-image: url("image/top-ti03bg.png");
}
article.top-page section.sub-content div.left-content2 {
  background-color: #000052;
  background-image: url("image/top-ti05bg.png");
}
article.top-page section.sub-content div.right-content2 {
  background-color: #00a06e;
  background-image: url("image/top-ti06bg.png");
}
article.top-page section.sub-content div.left-content, article.top-page section.sub-content div.right-content, article.top-page section.sub-content div.left-content2, article.top-page section.sub-content div.right-content2 {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  height: 450px;
  width: 50%;
}
article.top-page section.sub-content div.left-content div, article.top-page section.sub-content div.right-content div, article.top-page section.sub-content div.left-content2 div, article.top-page section.sub-content div.right-content2 div {
  position: absolute;
  margin: 0 auto;
  border: 0;
  padding: 32px 10px;
  width: 500px;
  text-align: left;
}
article.top-page section.sub-content div.left-content div.left-inside-content, article.top-page section.sub-content div.right-content div.left-inside-content, article.top-page section.sub-content div.left-content2 div.left-inside-content, article.top-page section.sub-content div.right-content2 div.left-inside-content {
  top: 0px;
  right: 0px;
}
article.top-page section.sub-content div.left-content div.right-inside-content, article.top-page section.sub-content div.right-content div.right-inside-content, article.top-page section.sub-content div.left-content2 div.right-inside-content, article.top-page section.sub-content div.right-content2 div.right-inside-content {
  top: 0px;
  left: 0px;
}
article.top-page section.sub-content div.left-content div ul, article.top-page section.sub-content div.right-content div ul, article.top-page section.sub-content div.left-content2 div ul, article.top-page section.sub-content div.right-content2 div ul {
  color: #ffffff;
  margin: 0 auto;
  border: 0;
  padding: 20px 0;
  font-size: 30px;
  font-weight: bold;
}
article.top-page section.sub-content div.left-content div li, article.top-page section.sub-content div.right-content div li, article.top-page section.sub-content div.left-content2 div li, article.top-page section.sub-content div.right-content2 div li {
  margin: 0 auto;
  border: 0;
  padding: 5px 0;
}
article.top-page section.sub-content div.left-content div img, article.top-page section.sub-content div.right-content div img, article.top-page section.sub-content div.left-content2 div img, article.top-page section.sub-content div.right-content2 div img {
  height: 178px;
}
article.top-page section.sub-content a.content-link {
  transition: 0.5s;
}
article.top-page section.sub-content a.content-link:hover {
  opacity: 0.7;
}
article.top-page section.sns-content {
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.top-page section.sns-content div {
  width: 46%;
}
article.top-page section.sns-content dl {
  text-align: center;
}
article.top-page section.sns-content dt {
  margin: 20px auto;
  border: 0;
  padding: 0;
}
article.top-page section.sns-content dt img {
  height: 135px;
}
article.top-page section.sns-content dd {
  height: 870px;
  text-align: left;
}
article.top-page section.sns-content dd.sns-left {
  margin: 0 auto;
  border: 0;
  padding: 30px;
  border: solid 7px #ff6100;
  overflow: scroll;
}
article.top-page section.sns-content dd.sns-right {
  margin: 0 auto;
  border: 0;
  padding: 0;
  border: solid 7px #0b308e;
}
article.top-page section.sns-content dd h3 {
  font-size: 20px;
}
article.top-page section.sns-content dd span {
  display: block;
}
article.highquality section.main-frame {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.highquality section.quality {
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.highquality section.quality div.g40-spec {
  display: none;
  margin: 0 auto;
  border: 0;
  padding: 0;
  text-align: left;
  width: 750px;
}
article.highquality section.quality div ul {
  display: flex;
  justify-content: space-between;
}
article.highquality section.quality div li {
  width: 350px;
}
article.highquality section.quality div li img {
  width: 100%;
}
article.highquality section.kaleido-frame {
  margin: 0 auto;
  border: 0;
  padding: 0 540px 0 0;
  max-width: 1000px;
  width: 100%;
}
article.highquality section.kaleido-frame-2 {
  display: flex;
  margin: 5rem auto 0;
  border: 0;
  padding: 0 0 100px;
  max-width: 1000px;
  width: 100%;
}
article.highquality section.kaleido-frame-2 div {
  margin: 0 auto;
  border: 0;
  padding: 0 0 0 80px;
}
article.highquality section.kaleido-frame-2 img {
  margin: 0 auto;
  border: 0;
  padding: 0;
  width: 460px;
}
article.highquality section.japancolor {
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.highquality section.japancolor img.jc-img {
  display: block;
  margin: 40px auto 45px;
  border: 0;
  padding: 0;
  width: 270px;
}
article.highquality section.qcds {
  margin: 0 auto;
  border: 0;
  padding: 300px 0 100px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.highquality section.security {
  margin: 0 auto;
  border: 0;
  padding: 100px 0;
  max-width: 1000px;
  width: 100%;
}
article.highquality section.process {
  margin: 100px auto 200px;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.highquality section.process li {
  background-color: #fff;
  width: 460px;
}
article.highquality section.process li h3 {
  position: relative;
  margin: 0 auto;
  border: 0;
  padding: 5px 0;
  font-weight: bold;
  text-align: left;
}
article.highquality section.process li h3 img {
  height: 64px;
}
article.highquality section.process li p {
  margin: 0 auto;
  border: 0;
  padding: 0;
  height: 270px;
  text-align: left;
}
article.highquality section.process table.machine {
  border: solid 1px #ff6100;
  text-align: left;
  width: 100%;
  height: 162px;
}
article.highquality section.process table th {
  padding: 16px;
  width: 105px;
  font-weight: bold;
  line-height: 1.5;
}
article.highquality section.process table td {
  padding: 16px;
  line-height: 1.5;
}
article.highquality div.top-img {
  background: url("/highqualityimage/main_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
}
article.highquality div.top-img img {
  margin-top: 100px;
  width: 360px;
}
article.highquality div.kaleido {
  background-color: #000;
  background-image: url("/highqualityimage/kaleido.png");
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: top center;
}
article.highquality div.kaleido h1.h1-logo img {
  margin-top: 100px;
  width: 453px;
}
article.highquality div.kaleido h2 {
  margin: 2rem auto 0.5rem;
  border: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
article.highquality div.kaleido h2.h2-logo {
  margin: 0.5rem auto;
  border: 0;
  padding: 0;
}
article.highquality div.kaleido p {
  margin: 0.5rem auto;
  border: 0;
  padding: 0;
}
article.highquality div.kaleido img.kaleido-logo {
  margin: 1.5rem auto 1rem;
  border: 0;
  padding: 0;
  width: 295px;
}
article.highquality div.qcds {
  background-color: #e0e0e0;
  background-image: url("/highqualityimage/qcds.png");
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-size: 100%;
}
article.highquality div.qcds h2 {
  margin: 2rem auto 0.5rem;
  border: 0;
  padding: 0;
  font-size: 85px;
  font-weight: bold;
}
article.highquality div.qcds h2 span.small {
  margin: 0.5rem auto;
  border: 0;
  padding: 0;
  font-size: 40px;
}
article.highquality div.qcds li {
  background-color: #fff;
  width: 495px;
}
article.highquality div.qcds li h3 {
  position: relative;
  color: #fff;
  margin: 0 auto;
  border: 0;
  padding: 20px 0;
  font-size: 30px;
  font-weight: bold;
}
article.highquality div.qcds li h3.bk-c-f1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0b308e;
}
article.highquality div.qcds li h3.bk-c-f2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff6100;
}
article.highquality div.qcds li p {
  margin: 0 auto;
  border: 0;
  padding: 50px 68px 0;
  height: 275px;
  text-align: left;
}
article.highquality div.qcds li img {
  margin-bottom: 50px;
}
article.highquality div.security {
  background-color: #308c7c;
  background-image: url("/highqualityimage/security.png");
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: top center;
}
article.highquality div.security h3 {
  margin: 35px auto 10px;
  border: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
article.highquality div.security p {
  display: inline-block;
  width: 465px;
}
article.highquality div.security img {
  width: 695px;
}
article.highquality img.img-full {
  margin: 2rem auto 4rem;
  border: 0;
  padding: 0;
  width: 100%;
}
article.highquality img.sub-ti1 {
  margin: 0 auto;
  border: 0;
  padding: 0;
  width: 570px;
}
article.csr section.csr {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.csr section.csr h1.csr-logo {
  background: rgba(0, 137, 74, 0.75);
  background-blend-mode: multiply;
  margin: 0 auto;
  border: 0;
  padding: 35px;
  width: 400px;
  height: 400px;
}
article.csr section.future {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.csr section.future h2 {
  margin: 300px auto 0;
  border: 0;
  padding: 0;
  width: 641px;
}
article.csr section.future p {
  text-align: center;
}
article.csr section.future2 {
  margin: 0 auto;
  border: 0;
  padding: 70px 0 200px;
  max-width: 1000px;
  width: 100%;
}
article.csr section.future2 h3 {
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  font-size: 33px;
  line-height: 1.2;
}
article.csr section.future2 p {
  margin: 20px 0 20px 368px;
  border: 0;
  padding: 0;
  width: 630px;
  text-align: left;
}
article.csr section.future2 img.kes-license {
  margin-right: 68px;
  float: left;
  box-shadow: 0px 4px 12px #666;
}
article.csr section.future2 img.kes-step {
  width: 136px;
}
article.csr section.environment {
  position: relative;
  background: #fff;
  margin: -80px auto 0;
  border: 0;
  padding: 0 0 35px;
  border: solid 2px #00a06e;
  max-width: 1000px;
  width: 840px;
  text-align: center;
}
article.csr section.environment h2 {
  color: #00a06e;
  margin: 65px auto;
  border: 0;
  padding: 0;
  font-size: 44px;
  font-weight: bold;
}
article.csr section.environment h3 {
  color: #00a06e;
  margin: 10px auto;
  border: 0;
  padding: 0;
  font-size: 25px;
  font-weight: bold;
}
article.csr section.environment p {
  margin: 10px auto 35px;
  border: 0;
  padding: 0;
  width: 680px;
  text-align: left;
}
article.csr section.environment ol {
  margin: 10px auto 35px;
  border: 0;
  padding: 0 20px;
  width: 680px;
  list-style-type: decimal;
  text-align: left;
}
article.csr section.environment li {
  margin: 10px auto 35px;
  border: 0;
  padding: 0;
  line-height: 1.5;
}
article.csr section.environment div {
  display: flex;
  margin: 35px auto;
  border: 0;
  padding: 0;
}
article.csr section.environment div p {
  color: #00a06e;
  margin: 0 auto;
  border: 0;
  padding: 0;
  width: 20%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2rem;
}
article.csr section.environment div img.ico {
  position: static;
  margin-bottom: 10px;
  width: 66px;
}
article.csr section.environment span.pin {
  position: absolute;
  display: inline-block;
  background: #00a06e;
  width: 10px;
  height: 10px;
}
article.csr section.environment span.pin-a {
  top: 10px;
  left: 10px;
}
article.csr section.environment span.pin-b {
  top: 10px;
  right: 10px;
}
article.csr section.environment span.pin-c {
  bottom: 10px;
  left: 10px;
}
article.csr section.environment span.pin-d {
  bottom: 10px;
  right: 10px;
}
article.csr section.approach {
  margin: 100px auto;
  border: 0;
  padding: 0;
  width: 100%;
}
article.csr section.approach h2 {
  color: #00a06e;
  margin: 50px auto;
  border: 0;
  padding: 0;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}
article.csr section.approach2 h2 {
  color: #00a06e;
  margin: 20px auto;
  border: 0;
  padding: 0;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}
article.csr section.approach ul {
  display: flex;
  flex-wrap: wrap;
}
article.csr section.approach li {
  display: block;
  margin: 0 auto 10px;
  border: 0;
  padding: 0;
  width: 100%;
}
article.csr section.approach li:nth-child(odd) {
  background: #00a06e;
}
article.csr section.approach li:nth-child(even) {
  background: #00805b;
}
article.csr section.approach li.b1st {
  z-index: 5;
}
article.csr section.approach li.b2nd {
  z-index: 4;
}
article.csr section.approach li.b3rd {
  z-index: 3;
}
article.csr section.approach li.b4th {
  z-index: 2;
}
article.csr section.approach li.b5th {
  z-index: 1;
}
article.csr section.approach div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
}
article.csr section.approach div:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("/csrimage/shadow.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 66px;
  top: -45px;
}
article.csr section.approach div.b1stb:before {
  background: none;
}
article.csr section.approach p {
  display: inline-block;
  color: #fff;
  width: 380px;
}
article.csr section.role {
  margin: 0 auto;
  border: 0;
  padding: 100px 0 0;
  max-width: 1000px;
  width: 100%;
}
article.csr section.role h2 {
  margin: 0 auto;
  border: 0;
  padding: 0;
  width: 641px;
}
article.csr section.role p {
  text-align: center;
}
article.csr section.role2 {
  margin: 0 auto 100px;
  border: 0;
  padding: 60px 0 200px;
  max-width: 1000px;
  width: 100%;
}
article.csr section.role2 h3 {
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  font-size: 33px;
  line-height: 1.8;
}
article.csr section.role2 p {
  margin: 20px 0 20px 368px;
  border: 0;
  padding: 0;
  width: 630px;
  text-align: left;
}
article.csr section.role2 img.kes-license {
  margin-right: 68px;
  float: left;
  box-shadow: 0px 4px 12px #666;
}
article.csr section.role2 img.csr-logo {
  width: 100px;
}
article.csr div.main-frame {
  background-color: #00a06e;
  background-image: url("/image/csr-top.png");
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: top center;
}
article.csr div.environment {
  background-color: #e0e0e0;
  background-size: 1920px;
  padding-bottom: 100px;
}
article.csr div.environment img {
  display: block;
  position: relative;
  margin: 0 auto;
  top: -120px;
  max-width: 1732px;
  width: 100%;
}
article.csr div.role {
  background-image: url("/image/role.png");
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: top center;
}
article.company section.main-frame {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.company section.greeting {
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.company section.greeting h2 {
  position: relative;
  color: #0b308e;
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
article.company section.greeting p {
  margin: 56px auto 0;
  border: 0;
  padding: 0;
}
article.company section.greeting p.president-name {
  margin: 30px auto 0;
  border: 0;
  padding: 0;
  text-align: right;
  font-size: 27px;
}
article.company section.greeting p.president-name span {
  margin-right: 20px;
  font-size: 16px;
}
article.company section.philosophy {
  position: relative;
  margin: 0 auto;
  border: 0;
  padding: 100px 0;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.company section.philosophy div {
  position: absolute;
  width: 54%;
  top: 100px;
  right: 0%;
}
article.company section.philosophy h2 {
  color: #fff;
  font-size: 30px;
}
article.company section.philosophy p {
  color: #fff;
  margin-top: 40px;
  font-size: 28px;
  line-height: 44px;
}
article.company section.motto {
  margin: 100px auto 200px;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.company section.motto li {
  background-color: #fff;
  width: 460px;
}
article.company section.motto li h3 {
  margin: 0 auto 14px;
  border: 0;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
article.company section.motto li h3 img {
  height: 64px;
}
article.company section.motto li ol {
  background: #0b308e;
  margin: 0 auto;
  border: 0;
  padding: 50px 50px 50px 66px;
  height: 310px;
  list-style-type: decimal;
  text-align: left;
}
article.company section.motto li ol li {
  background: none;
  margin: 0 auto;
  border: 0;
  padding: 4px;
  width: 100%;
  line-height: 1.5;
}
article.company section.company-data {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.company section.company-data h2 {
  position: relative;
  color: #0b308e;
  margin: 50px auto 0;
  border: 0;
  font-size: 30px;
  font-family: "Meiryo", "メイリオ",'Courier New', Courier, monospace;
  text-align: center;
}
article.company section.company-data div {
  display: flex;
  justify-content: center;
  margin: 50px 0 200px;
  border: 0;
  padding: 0;
  text-align: center;
}
article.company section.company-data table {
  text-align: center;
  color: #6d6c6c;
  font-size: 20px;
  margin: auto;
}

article.company section.company-data th {
  margin: 0 auto;
  border: 0;
  padding: 10px 50px 10px 0;
  width: 200px;
  text-align: left;
}

article.company section.company-data td {
  width: 450px;
  text-align: left;
}
article.company section.google-map {
  width: 100%;
}
article.company section.google-map iframe {
  padding-top: 20px;
  width: 100%;
  height: 600px;
}
article.company section.history {
  font-family: "Meiryo", "メイリオ",'Courier New', Courier, monospace;
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.company section.history h2 {
  position: relative;
  color: #0b308e;
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  font-size: 30px;
  text-align: center;
}
article.company section.history table {
  margin: 50px auto;
  border: 0;
  padding: 0px;
  font-size: 20px;
  color: #6d6c6c;
  text-align: center;
}

article.company section.history tr {
  margin: 80px ;
  padding: 20px;
  width: 150px;
}
article.company section.history th {
  margin: 80px ;
  padding: 15px 0 15px 50px;
  width: 200px;
}
article.company section.history td {
  width: 550px;
  padding: 10px;
  text-align: left;
}
article.company div.company-top {
  background: url("/companyimage/company-top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
}
article.company div.company-top img {
  margin-top: 110px;
  width: 503px;
}
article.company div.philosophy {
  background: url("/companyimage/philosophy.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}
article.company div.philosophy img {
  margin-top: 110px;
  width: 503px;
}
article.company div.company-data {
  background: #ececec;
  margin: 0 auto;
  border: 0;
  padding: 100px 0;
}
article.contact section.contact {
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.contact section.contact h2 {
  position: relative;
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
article.contact section.contact p {
  margin: 60px auto 0;
  border: 0;
  padding: 0;
}
article.contact section.contact-tel {
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.contact section.contact-tel h2 {
  position: relative;
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
article.contact section.contact-tel h2 img {
  width: 86px;
}
article.contact section.contact-tel p {
  margin: 16px auto;
  border: 0;
  padding: 30px 0;
  border: solid 16px #ff6100;
  text-align: center;
}
article.contact section.contact-tel p span {
  display: block;
  font-size: 57px;
  line-height: 70px;
}
article.contact section.contact-form {
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.contact section.contact-form h2 {
  position: relative;
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
article.contact section.contact-form h1{
  text-align: center;
  font-size: 36px;
}
article.contact section.contact-form h2 img {
  width: 86px;
}
article.contact section.contact-form div.form-control {
  margin: 16px auto;
  border: 0;
  padding: 30px 0 80px;
  border: solid 16px #0b308e;
  text-align: center;
}
article.contact section.contact-form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 24px auto 64px;
  border: 0;
  padding: 0;
  width: 100%;
}
article.contact section.contact-form dt {
  color: #0b308e;
  margin: 10px 10px 10px 0;
  border: 0;
  padding: 10px 10px;
  width: 270px;
  font-weight: bold;
  text-align: right;
}
article.contact section.contact-form dd {
  margin: 10px 0;
  border: 0;
  padding: 0;
  width: 680px;
  text-align: left;
}
article.contact section.contact-form span.hissu {
  display: inline-block;
  background: #0b308e;
  margin: 0;
  border: 0;
  padding: 10px 0;
  width: 50px;
  height: 36px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
article.contact section.contact-form span.not-hissu {
  visibility: hidden;
  display: inline-block;
  background: #ffffff;
  margin: 0 25px 0;
  border: 0;
  padding: 10px 0;
  width: 0;
  text-align: center;
}
article.contact section.contact-form input[type=text] {
  background: #e0e0e0;
  margin: 0;
  border: 0;
  padding: 0 10px;
  width: 300px;
  height: 36px;
  vertical-align: top;
  font-size: 16px;
}
article.contact section.contact-form input[type=radio] {
  background: #e0e0e0;
  margin: 0;
  border: 0;
  padding: 0 10px;
  width: 30px;
  height: 36px;
  vertical-align: top;
  font-size: 16px;
}
article.contact section.contact-form select {
  background: #fff;
  margin: 0;
  border: 0;
  padding: 0 10px;
  border: solid 2px #e0e0e0;
  border-radius: 0;
  width: 320px;
  height: 36px;
  vertical-align: top;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
article.contact section.contact-form textarea {
  background: #e0e0e0;
  margin: 0;
  border: 0;
  padding: 10px 10px;
  width: 500px;
  vertical-align: top;
  font-size: 16px;
}
article.contact section.contact-form input[type=submit] {
  display: inline-block;
  color: #fff;
  background: #0b308e;
  margin: 0;
  border: 0;
  padding: 20px 0;
  width: 350px;
  font-size: 20px;
  font-weight: bold;
}
article.contact section.contact-form label.select-label {
  position: relative;
}
article.contact section.contact-form label.select-label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 65%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -7px;
  background: url(/contactimage/select-arrow.svg) 0 0 no-repeat;
  background-size: 20px;
  pointer-events: none;
  z-index: 1;
}
article.contact section.home2sys {
  background: url(/homehomeimage/background.png) no-repeat center top/contain;
  margin: 100px auto;
  border: 0;
  padding: 65px 50px 0;
  max-width: 1000px;
  width: 100%;
}
article.contact section.home2sys h2 {
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}
article.contact section.home2sys h2 small {
  color: #e94e69;
  font-size: 28px;
  font-weight: bold;
}
article.contact section.home2sys h2 img {
  width: 655px;
}
article.contact section.home2sys h3 {
  color: #e94e69;
  margin-bottom: 10px;
  font-size: 32px;
}
article.contact section.home2sys p.about-home2 {
  color: #e94e69;
  margin-bottom: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
article.contact section.home2sys p.explanation {
  font-size: 19px;
  line-height: 1.5;
}
article.contact section.home2sys p.images img {
  margin: 30px 0 100px;
  width: 100%;
}
article.contact section.home2sys p.download {
  position: relative;
  color: #e94e69;
  margin-bottom: 200px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.1rem;
}
article.contact section.home2sys p.download::after {
  position: absolute;
  content: "　";
  background: url(/homehomeimage/arrow.png) no-repeat center/200px;
  width: 100%;
  height: 100px;
  top: 100%;
  left: 0;
}
article.contact section.home2sys p.dl-explanation {
  font-size: 19px;
}
article.contact section.home2sys p.dl-explanation span {
  text-decoration: underline;
}
article.contact section.home2sys strong {
  font-weight: bold;
}
article.contact section.home2sys small.caution span {
  color: #f00;
  font-weight: bold;
}
article.privacypolicy section.privacypolicy {
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.privacypolicy section.privacypolicy h2 {
  position: relative;
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
article.privacypolicy section.privacypolicy h3 {
  position: relative;
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  font-weight: bold;
}
article.privacypolicy section.privacypolicy div.policy {
  margin: 50px auto 0;
  border: 0;
  padding: 0;
}
article.privacypolicy section.privacypolicy p {
  margin: 12px auto 80px;
  border: 0;
  padding: 0;
}
article.recruit section.recruit {
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.recruit section.recruit h2 {
  position: relative;
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
article.recruit section.recruit h3 {
  position: relative;
  margin: 45px auto 0;
  border: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
article.recruit section.recruit h4 {
  font-family: arial;
  font-weight: bold;
  font-size: 88px;
}
article.recruit section.recruit div.recruit-sec {
  margin: 50px auto 0;
  border: 0;
  padding: 0;
}
article.recruit section.recruit div.recruitment {
  display: flex;
  margin-bottom: 100px;
}
article.recruit section.recruit div.recruitment div {
  width: calc(50% - 40px);
}
article.recruit section.recruit div.recruitment div.recruitment-desc p {
  font-size: 16px;
  margin-bottom: 20px;
}
article.recruit section.recruit div.recruitment div.recruitment-schedule p {
  margin-bottom: 30px;
  text-indent: -10px;
}
article.recruit section.recruit div.recruitment div.recruitment-schedule dl {
  display: flex;
  flex-wrap: wrap;
}
article.recruit section.recruit div.recruitment div.recruitment-schedule dt, article.recruit section.recruit div.recruitment div.recruitment-schedule dd {
  margin-bottom: 25px;
  font-size: 16px;
}
article.recruit section.recruit div.recruitment div.recruitment-schedule dt {
  color: #0b308e;
  width: 70px;
}
article.recruit section.recruit div.recruitment div.recruitment-schedule dd {
  width: calc(100% - 70px);
}
article.recruit section.recruit div.recruitment div:first-child {
  margin-right: 80px;
}
article.recruit section.recruit div.recruitment img {
  width: 100%;
}
article.recruit section.recruit p {
  margin: 12px auto 40px;
  border: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.8;
}
article.recruit section.recruit .recruit-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
article.recruit section.recruit .recruit-img img {
  max-width: 480px;
  width: calc(50% - 40px);
  display: block;
}
article.recruit section.recruit .recruit-img img:first-child {
  margin-right: 80px;
}
article.recruit section.recruit-outline {
  background-color: #ececec;
}
article.recruit section.recruit-outline div.outlines {
  margin: 100px auto;
  border: 0;
  padding: 100px 0;
  max-width: 1000px;
  width: 100%;
}
article.recruit section.recruit-outline div.outlines h2 {
  position: relative;
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
article.recruit section.recruit-outline div.outlines table {
  margin: 50px auto 50px;
  border: 0;
  padding: 0;
  width: 100%;
}
article.recruit section.recruit-outline div.outlines tr {
  border-bottom: dashed 1px #adadad;
}
article.recruit section.recruit-outline div.outlines th, article.recruit section.recruit-outline div.outlines td {
  margin: 0;
  border: 0;
  padding: 15px 0 10px;
}
article.recruit section.recruit-outline div.outlines th {
  color: #0b308e;
  text-align: left;
  padding-right: 30px;
}
article.recruit section.recruit-outline div.outlines td {
  line-height: 1.4;
}
article.recruit section.recruit-outline div.outlines td span {
  display: block;
  text-indent: -10px;
}
article.web-develop section.main-frame {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.web-develop section.support {
  margin: 100px auto 0;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.web-develop section.quickchart-sec {
  margin: 0 auto 100px;
  border: 0;
  padding: 100px 0;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.web-develop section.planning {
  margin: 170px auto 100px;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.web-develop section.planning h2.t-site-b {
  color: #ffffff;
  background: #009fe8;
  margin: 100px auto 0;
  border: 0;
  padding: 16px 0;
  border-top: solid 1px #0b308e;
  border-bottom: solid 1px #0b308e;
  font-size: 26px;
  font-weight: bold;
}
article.web-develop section.planning h2.t-site-r {
  color: #ffffff;
  background: #ff6100;
  margin: 100px auto 0;
  border: 0;
  padding: 16px 0;
  border-top: solid 1px #0b308e;
  border-bottom: solid 1px #0b308e;
  font-size: 26px;
  font-weight: bold;
}
article.web-develop section img.sub-ti1 {
  width: 700px;
}
article.web-develop div.web-develop-top {
  background: url("/webimage/main_web.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
}
article.web-develop div img.web-ti {
  margin-top: 320px;
  width: 518px;
}
article.web-develop div.quickchart {
  background-color: #0b308e;
  background-image: url("/webimage/sub_ti_img.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top 6px center;
  height: 1040px;
}
article.web-develop div.chart-a {
  position: relative;
  background: url("/webimage/chart.svg");
  background-size: 575px auto;
  background-repeat: no-repeat;
  background-position: top;
  margin: 50px 0 0;
  height: 800px;
}
article.web-develop div.chart-a p.toi {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #0b308e;
  position: absolute;
  width: 460px;
  height: 150px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  transition: 0.5s;
  cursor: pointer;
}
article.web-develop div.chart-a p.toi:hover {
  color: #0b308e;
  background: #ffffff;
  border: solid 3px #0b308e;
}
article.web-develop div.chart-a p.to-3 a {
  position: absolute;
  color: #ff6100;
  width: 460px;
  top: 270px;
  left: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  transition: 0.5s;
  cursor: pointer;
}
article.web-develop div.chart-a p.to-3 a:hover {
  color: #0b308e;
}
article.web-develop div.chart-a p.to-1 {
  top: 55px;
  left: 0;
}
article.web-develop div.chart-a p.to-2 {
  top: 55px;
  right: 0;
}
article.web-develop div.chart-a p.to-4 {
  top: 470px;
  left: 0;
}
article.web-develop div.chart-a p.to-5 {
  top: 470px;
  right: 0;
}
article.web-develop div.chart-b {
  position: relative;
  background: #fff;
  margin: 0 auto;
  border: 0;
  padding: 28px 27px 65px;
  border-radius: 20px;
  width: 1000px;
}
article.web-develop div.chart-b h3 {
  color: #fff;
  background: #000052;
  margin: 16px auto;
  border: 0;
  padding: 16px 0;
  font-size: 38px;
}
article.web-develop div.chart-b ul {
  display: flex;
  justify-content: space-between;
}
article.web-develop div.chart-b ul.answer {
  display: block;
}
article.web-develop div.chart-b li.chart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 460px;
  height: 300px;
  font-size: 80px;
  font-weight: bold;
  cursor: pointer;
}
article.web-develop div.chart-b li.chart-btn:nth-child(1) {
  background: #ff6666;
}
article.web-develop div.chart-b li.chart-btn:nth-child(2) {
  background: #00c491;
}
article.web-develop div.chart-b li.chart-btn:hover {
  opacity: 0.5;
}
article.web-develop div.chart-b li.answer-li {
  width: 100%;
  font-size: 24px;
}
article.web-develop div.chart-b li.answer-li:nth-child(1) {
  display: flex;
  background: none;
  margin: 16px 0;
  border: solid 1px #00c491;
  padding: 16px;
  height: 215px;
  text-align: left;
}
article.web-develop div.chart-b li.answer-li:nth-child(1) img {
  width: 30%;
}
article.web-develop div.chart-b li.answer-li:nth-child(1) p {
  margin: 0 auto;
  border: 0;
  padding: 0 0 0 40px;
  font-size: 20px;
}
article.web-develop div.chart-b li.answer-li:nth-child(2) {
  background: #00c491;
  height: 70px;
}
article.web-develop div.chart-b li img {
  width: 100%;
}
article.web-develop div.chart-b span.chart-b-subti {
  color: #000052;
  font-size: 24px;
}
article.web-develop div.chart-b span.pin {
  position: absolute;
  display: inline-block;
  background: #0b308e;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
article.web-develop div.chart-b span.pin-a {
  top: 14px;
  left: 14px;
}
article.web-develop div.chart-b span.pin-b {
  top: 14px;
  right: 14px;
}
article.web-develop div.chart-b span.pin-c {
  bottom: 14px;
  left: 14px;
}
article.web-develop div.chart-b span.pin-d {
  bottom: 14px;
  right: 14px;
}
article.web-develop table {
  margin: 32px auto 10px;
  border: 0;
  padding: 28px 27px 65px;
}
article.web-develop table.comparison {
  width: 1000px;
}
article.web-develop table.comparison-sp {
  display: none;
}
article.web-develop table.site-comparison {
  width: 1000px;
  line-height: 1.3;
}
article.web-develop table.site-comparison-sp {
  display: none;
}
article.web-develop table span.blue {
  color: #009fe8;
}
article.web-develop table span.red {
  color: #ff6100;
}
article.web-develop table span.service {
  font-size: 28px;
  font-weight: bold;
}
article.web-develop table span.price {
  display: inline-block;
  margin: 0 auto;
  border: 0;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
article.web-develop table span.price-down {
  display: inline-block;
  margin: 0 auto 10px;
  border: 0;
  padding: 0;
}
article.web-develop table .width-s {
  width: 140px;
}
article.web-develop tr.t-line-type-dot {
  border-bottom: dotted 1px #0b308e;
}
article.web-develop tr.t-line-type-dot th, article.web-develop tr.t-line-type-dot td {
  margin: 0 auto;
  border: 0;
  padding: 32px 8px 40px;
  width: 250px;
}
article.web-develop th.t-line-type1, article.web-develop td.t-line-type1 {
  padding: 20px;
  border: solid 1px #0b308e;
}
article.web-develop th.t-line-type2, article.web-develop td.t-line-type2 {
  padding: 20px;
  border-bottom: dotted 1px #0b308e;
}
article.web-develop th.d-demerit, article.web-develop td.d-demerit {
  background: #eaeaea;
}
article.web-develop th.t-left {
  color: #0b308e;
  font-weight: bold;
}
article.web-develop th.t-line-type1 {
  vertical-align: middle;
}
article.web-develop th.t-merit {
  color: #ffffff;
  background: #009fe8;
  font-size: 26px;
  font-weight: bold;
}
article.web-develop th.t-demerit {
  color: #ffffff;
  background: #ff6100;
  font-size: 26px;
  font-weight: bold;
}
article.web-develop td.t-line-type1 {
  text-align: left;
  vertical-align: top;
}
article.web-develop td h2 {
  margin-bottom: 15px;
}
article.web-develop td h2.h-merit {
  color: #009fe8;
  font-size: 20px;
  font-weight: bold;
}
article.web-develop td h2.h-demerit {
  color: #ff6100;
  font-size: 20px;
  font-weight: bold;
}
article.web-develop td p {
  margin-bottom: 15px;
  padding-left: 16px;
}
article.planning section.main-frame {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.planning section.planning {
  margin: 100px auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.planning section.dwpb-flex {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.planning section.dwpb-flex-design {
  padding-top: 600px;
}
article.planning section.dwpb-flex-web {
  padding-top: 510px;
}
article.planning section.dwpb-flex-package {
  padding-top: 585px;
}
article.planning section.dwpb-flex-brand {
  padding-top: 490px;
}
article.planning section.dwpb-flex div.dwpb-flex-left {
  width: 46%;
}
article.planning section.dwpb-flex div.dwpb-flex-right {
  width: 46%;
}
article.planning section.dwpb-flex h2.dwpb-ti-design {
  position: absolute;
  top: 340px;
  right: 0;
  width: 538px;
}
article.planning section.dwpb-flex h2.dwpb-ti-web {
  position: absolute;
  top: 375px;
  left: 0px;
  width: 345px;
}
article.planning section.dwpb-flex h2.dwpb-ti-package {
  position: absolute;
  top: 370px;
  right: 0;
  width: 675px;
}
article.planning section.dwpb-flex h2.dwpb-ti-brand {
  position: absolute;
  top: 340px;
  left: 0;
  width: 514px;
}
article.planning section.dwpb-flex h2.dwpb-ti-brand img.sub-img {
  display: block;
  margin: 20px auto 0;
  width: 465px;
}
article.planning section.dwpb-flex h3 {
  font-size: 26px;
  line-height: 1.15;
}
article.planning section.dwpb-flex a.route-web {
  display: block;
  position: absolute;
  color: #000052;
  background: #009fe8;
  margin: 0 auto;
  border: 0;
  padding: 15px 0;
  bottom: 5px;
  width: 46%;
  font-weight: bold;
  text-align: center;
  transition: 0.9s;
}
article.planning section.dwpb-flex a:hover {
  background: #ffffff;
}
article.planning div.pre-planning-top {
  position: relative;
  background: url("/planningimage/main-planning.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
}
article.planning div.pre-planning-top img {
  position: absolute;
  bottom: 0;
  width: 988px;
}
article.planning div.pre-planning-2nd {
  margin: 0 auto;
  border: 0;
  padding: 100px 0 0;
  background: rgb(11, 48, 142);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
article.planning div.pre-planning-2nd img {
  width: 585px;
}
article.planning div.pre-planning-2nd p {
  color: #ffffff;
}
article.planning div.dwpb-1 {
  margin: 0 auto 5px;
  border: 0;
  padding: 0;
  background: url("/planningimage/bg-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 1210px;
}
article.planning div.dwpb-2 {
  margin: 0 auto 5px;
  border: 0;
  padding: 0;
  background: url("/planningimage/bg-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 951px;
}
article.planning div.dwpb-3 {
  margin: 0 auto 5px;
  border: 0;
  padding: 0;
  background: url("/planningimage/bg-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 851px;
}
article.planning div.dwpb-4 {
  margin: 0 auto 5px;
  border: 0;
  padding: 0;
  margin: 0 auto 100px;
  border: 0;
  padding: 0x;
  background: url("/planningimage/bg-4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 874px;
}
article.planning div.planning-content {
  display: flex;
  justify-content: space-between;
}
article.planning div.planning-content-left {
  width: 46%;
}
article.planning div.planning-content-right {
  width: 46%;
}
article.planning div.planning-content h2 img {
  width: 256px;
}
article.planning div.planning-content h3 {
  font-size: 26px;
  line-height: 1.15;
}
article.planning div.planning-content p {
  margin: 0 auto 30px;
  border: 0;
  padding: 0 0;
}
article.planning div.planning-content img {
  margin: 0 auto 70px;
  border: 0;
  padding: 0 0;
}
article.planning div nav.pre-planning-nav {
  display: flex;
  justify-content: space-around;
  margin: 100px auto 0;
  border: 0;
  padding: 0 0;
}
article.planning div nav.pre-planning-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  width: 127px;
  height: 110px;
  transition: 0.3s;
}
article.planning div nav.pre-planning-nav a:nth-child(1) {
  background: url("/planningimage/btn-01.svg") no-repeat center bottom;
  background-size: 100%;
}
article.planning div nav.pre-planning-nav a:nth-child(2) {
  background: url("/planningimage/btn-02.svg") no-repeat center bottom;
  background-size: 100%;
}
article.planning div nav.pre-planning-nav a:nth-child(3) {
  background: url("/planningimage/btn-03.svg") no-repeat center bottom;
  background-size: 100%;
}
article.planning div nav.pre-planning-nav a:nth-child(4) {
  background: url("/planningimage/btn-04.svg") no-repeat center bottom;
  background-size: 100%;
}
article.planning div nav.pre-planning-nav a:nth-child(5) {
  background: url("/planningimage/btn-05.svg") no-repeat center bottom;
  background-size: 100%;
}
article.planning div nav.pre-planning-nav a:nth-child(1):hover {
  background-position: center top;
}
article.planning div nav.pre-planning-nav a:nth-child(2):hover {
  background-position: center top;
}
article.planning div nav.pre-planning-nav a:nth-child(3):hover {
  background-position: center top;
}
article.planning div nav.pre-planning-nav a:nth-child(4):hover {
  background-position: center top;
}
article.planning div nav.pre-planning-nav a:nth-child(5):hover {
  background-position: center top;
}
article.oips section.main-frame {
  position: relative;
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.oips section.main-frame::before {
  position: absolute;
  content: "";
  background: url(/image/oips-logo.svg) no-repeat top right/115px;
  width: 100%;
  height: 50px;
  top: 35px;
}
article.oips section.system-info {
  margin: 100px auto 0;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.oips section.oips-info {
  margin: 50px auto 0;
  border: 0;
  padding: 100px 0 50px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.oips section.push-point {
  margin: 50px auto 0;
  border: 0;
  padding: 60px 0 50px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.oips section.cooperation-system {
  margin: 50px auto 0;
  border: 0;
  padding: 60px 0 50px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

article.oips section.management-system {
  margin: 0px auto 0;
  border: 0;
  padding: 60px 0 50px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

article.oips section.management-system img{
  max-width: 750px;
}

article.oips section.get-started-now {
  margin: 0px auto 0;
  border: 0;
  padding: 60px 0 50px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.oips section.online-briefing {
  margin: 0 auto 90px;
  border: 0;
  padding: 50px 0 50px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.oips section img.sub-ti1 {
  width: 870px;
}
article.oips section img.sub-ti2 {
  width: 465px;
}
article.oips section img.sub-ti2-1 {
  width: 1000px;
}
article.oips section img.sub-ti3 {
  width: 345px;
}
article.oips section img.sub-ti4.svg {
  height: 135px;
}
.sub-ti4{
  height: 135px;
}
article.oips section img.sub-ti5 {
  width: 700px;
}
article.oips section img.sub-ti6 {
  height: 200px;
}
article.oips section img.sub-ti7 {
  height: 135px;
}
article.oips section img.sub-ti8 {
  height: 200px;
}
article.oips section img.sub-ti9 {
  height: 120px;
}
article.oips section p.comment {
  margin: 30px auto 100px;
  font-size: 19px;
  font-weight: bold;
}
article.oips div.oips-top {
  position: relative;
  background-image: url("../image/main-oips.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
}
article.oips div.dx-first-step ol {
  margin: 30px auto;
  border: 0;
  padding: 0 50px;
}
article.oips div.dx-first-step li {
  padding: 15px;
  padding-left: 40px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
article.oips div.dx-first-step li:nth-child(1) {
  background: url(/oipsimage/li-01.png) no-repeat left center/auto 32px;
}
article.oips div.dx-first-step li:nth-child(2) {
  background: url(/oipsimage/li-02.png) no-repeat left center/auto 32px;
}
article.oips div.dx-first-step li:nth-child(3) {
  background: url(/oipsimage/li-03.png) no-repeat left center/auto 32px;
}
article.oips div.dx-startpac {
  margin: 0 auto;
  border: 0;
  padding: 0;
  border: solid 3px #000052;
  border-radius: 10px;
  width: 900px;
  width: 100%;
}
article.oips div.dx-startpac h3 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 20px;
}
article.oips div.dx-startpac h3 img {
  width: 360px;
}
article.oips div.dx-startpac h3 span.price {
  display: block;
  color: #0b308e;
  margin-right: 20px;
  font-size: 56px;
  font-weight: bold;
  text-align: left;
  line-height: 0.9;
}
article.oips div.dx-startpac h3 span small {
  display: block;
  color: #000;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}
article.oips div.dx-startpac ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 40px;
  width: 100%;
}
article.oips div.dx-startpac li {
  flex: 1;
  padding: 15px 10px;
}
article.oips div.dx-startpac li img {
  width: 100%;
}
article.oips div.push-movie {
  margin: 50px 0 100px;
}
article.oips div.push-movie p {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: bold;
}
article.oips div.push-movie iframe {
  margin: 0 auto;
  width: 700px;
  height: 395px;
}
article.oips div.push-point-list {
  text-align: left;
}
article.oips div.push-point-list h3 {
  color: #0b318f;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
article.oips div.push-point-list h3 img {
  display: block;
  width: 130px;
}
article.oips div.push-point-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article.oips div.push-point-list li {
  flex-basis: 490px;
  background: #fff;
  margin-bottom: 50px;
  border-top: solid 5px #0b318f;
  padding: 30px 40px;
}
article.oips div.push-point-list li p {
  margin-bottom: 40px;
}
article.oips div.push-point-list li p img {
  width: 100%;
  margin-bottom: -40px;
}
article.oips div.bk-blue {
  background: #0b318f;
}
article.oips div.bk-gray {
  background: #e0e0e0;
}
article.oips div.bk-yellow {
  background: #fed400;
}
article.oips div.bk-white {
  background: #fff;
}
article.oips div.line-green {
  border-top: solid 20px #cdda00;
}
article.oips div.line-orange {
  border-top: solid 20px #ee7800;
}
article.oips div.line-yellow {
  border-top: solid 20px #f9bb00;
}
article.oips div.system-info-detaile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.oips div.system-info-detaile p {
  flex: 1;
}
article.oips div.system-info-detaile p img {
  width: 210px;
  text-align: right;
}
article.oips div.system-info-detaile dl {
  flex: 3;
  color: #0b308e;
  font-size: 20px;
  text-align: left;
  line-height: 1.6;
}
article.oips div.system-info-detaile dd {
  font-weight: bold;
}
article.oips div.system-info-detaile dd:last-child {
  font-weight: normal;
}
article.oips div.oips-info-detaile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto 0;
  border: 0;
  padding: 0;
}
article.oips div.oips-info-detaile p:first-child {
  flex: 1;
}
article.oips div.oips-info-detaile p:first-child img {
  margin-right: 50px;
  width: 390px;
}
article.oips div.oips-info-detaile p:last-child {
  flex: 2;
  color: #fff;
  font-size: 23px;
  text-align: left;
}
article.oips div.oips-info-record {
  margin-top: 100px;
}
article.oips div.oips-info-record h3 {
  color: #fff;
  border-bottom: solid 2px #fff;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
}
article.oips div.oips-info-record ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  border: 0;
  padding: 20px 0;
  width: 650px;
}
article.oips div.oips-info-record li {
  flex-basis: 45%;
  color: #fff;
  font-size: 24px;
  text-align: left;
  line-height: 2;
}
article.oips div.manegement-system-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1rem;
  width: 910px;
}
article.oips div.manegement-system-list-small {
  padding: 0 16px;
}
article.oips div.manegement-system-list p {
  flex: 1;
}
article.oips div.manegement-system-list p img {
  width: 215px;
}
article.oips div.manegement-system-list p img.small-img {
  width: 140px;
}
article.oips div.manegement-system-list ol {
  flex: 3;
  list-style: decimal;
  list-style-type: decimal;
}
article.oips div.manegement-system-list li {
  color: #0b318f;
  margin: 0 0 0 40px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
article.oips div.system-display-img ul {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  width: 910px;
}
article.oips div.system-display-img li {
  flex-basis: 32%;
}
article.oips div.system-display-img li img {
  display: block;
  width: 100%;
}
article.oips div.system-display-img li p {
  color: #fff;
  margin: 5px 0;
  font-size: 14px;
}
article.oips div.manegement-system-roughimg {
  margin: 40px auto;
  width: 910px;
}
article.oips div.manegement-system-roughimg img {
  width: 100%;
}
article.oips div.get-started-now-container {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 0 20px;
}
article.oips div.get-started-now-container p.left {
  flex: 1;
  text-align: left;
}
article.oips div.get-started-now-container p.right {
  flex: 2;
  font-size: 38px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
article.oips div.get-started-now-container p img {
  width: 235px;
}
article.oips div.online-briefing-detaile a.online-briefing-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #0b318f;
  margin: 0 auto;
  width: 520px;
  height: 70px;
  font-size: 25px;
  transition: 0.2s;
}
article.oips div.online-briefing-detaile a.online-briefing-btn:hover {
  background: #ff6100;
}
article.oips div.arrow-yellow {
  position: relative;
  /*background: url(image/arrow-yellow.svg) no-repeat center/325px;
  height: 200px;
  text-align: center;*/
}
article.oips div.arrow-yellow p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0b308e;
  height: 50%;
  font-size: 28px;
  font-weight: bold;
}
article.oips div.arrow-blue {
  position: relative;
  /*background-color: #000052;
  background: url(image/arrow-blue.svg) no-repeat center/325px;
  background-position-x: center;
  background-position-y: center;
  height: 200px;
  text-align: center;*/
}
.ab{
  align-items: center;
  justify-content: center;
  height: 200px;

}
article.oips div.arrow-blue p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  color: #fed400;
  height: 80%;
  font-size: 28px;
  font-weight: bold;
}
article.oips div img.oips-ti {
  margin-top: 150px;
  width: 950px;
}
article.oips nav.link-within-page {
  margin: 30px auto 0;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
article.oips nav.link-within-page ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.oips nav.link-within-page li {
  flex: 1;
  margin: 0 10px;
}
article.oips nav.link-within-page li:last-child {
  flex: 2;
}
article.oips nav.link-within-page li a {
  display: block;
  color: #0b308e;
  border: solid 1px #0b308e;
  padding: 5px 0;
  font-weight: bold;
  transition: 0.3s;
}
article.oips nav.link-within-page li a:hover {
  background: #fed400;
}
article.kyomaiko {
  color: #c93665;
  font-family: serif;
}
article.kyomaiko section.main-frame {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.kyomaiko section.kyomaiko-info h2 {
  font-size: 28px;
  text-align: center;
}
article.kyomaiko section.kyomaiko-info h2 span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
article.kyomaiko section.kyomaiko-feature {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
article.kyomaiko section.kyomaiko-feature h2 {
  font-size: 28px;
  text-align: center;
}
article.kyomaiko section .zh {
  font-family: sans-serif;
}
article.kyomaiko div.kyomaiko-top h1 img {
  width: 100%;
}
article.kyomaiko div.kyomaiko-sale-btn {
  margin: 40px auto 100px;
}
article.kyomaiko div.kyomaiko-sale-btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
article.kyomaiko div.kyomaiko-sale-btn li {
  background: #c93665;
}
article.kyomaiko div.kyomaiko-sale-btn li:nth-child(1), article.kyomaiko div.kyomaiko-sale-btn li:nth-child(2) {
  border-right: solid 1px #fff;
  width: 250px;
}
article.kyomaiko div.kyomaiko-sale-btn li:nth-child(1):hover, article.kyomaiko div.kyomaiko-sale-btn li:nth-child(2):hover {
  opacity: 0.6;
  transition: 0.3s;
}
article.kyomaiko div.kyomaiko-sale-btn li:last-child {
  background: #ffcc46;
  width: 500px;
  font-weight: bold;
}
article.kyomaiko div.kyomaiko-sale-btn li:last-child:hover {
  opacity: 0.6;
  transition: 0.3s;
}
article.kyomaiko div.kyomaiko-sale-btn li:last-child a {
  position: relative;
  color: #000052;
}
article.kyomaiko div.kyomaiko-sale-btn li:last-child a::before {
  content: url(/ichikuraimage/cart-l.svg);
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  left: 60px;
}
article.kyomaiko div.kyomaiko-sale-btn li:last-child a::after {
  content: url(/ichikuraimage/cart-r.svg);
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 60px;
}
article.kyomaiko div.kyomaiko-sale-btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 70px;
  font-size: 22px;
  font-family: sans-serif;
}
article.kyomaiko div.kyomaiko-sale-btn li a img {
  width: 100%;
}
article.kyomaiko div.kyomaiko-feature-list {
  margin: 100px auto 100px;
}
article.kyomaiko div.kyomaiko-feature-single {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 120px;
}
article.kyomaiko div.kyomaiko-feature-single img {
  width: 50%;
}
article.kyomaiko div.kyomaiko-feature-single img.komenuka-img {
  margin: 10px 0;
  width: 150px;
}
article.kyomaiko div.kyomaiko-feature-single img.fuki01 {
  position: absolute;
  width: 300px;
  bottom: -55px;
  right: 200px;
  z-index: 10;
}
article.kyomaiko div.kyomaiko-feature-single img.fuki02 {
  position: absolute;
  width: 240px;
  top: -50px;
  right: 60px;
  z-index: 10;
}
article.kyomaiko div.kyomaiko-use-single {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 100px;
}
article.kyomaiko div.kyomaiko-use-single img {
  width: 46%;
}
article.kyomaiko div.kyomaiko-comment, article.kyomaiko div.kyomaiko-use-comment {
  width: 50%;
}
article.kyomaiko div.kyomaiko-comment h3, article.kyomaiko div.kyomaiko-use-comment h3 {
  margin: 70px 0 10px;
  font-size: 28px;
}
article.kyomaiko div.kyomaiko-comment p, article.kyomaiko div.kyomaiko-use-comment p {
  margin-bottom: 10px;
  color: #666;
  font-size: 20px;
}
article.kyomaiko div.kyomaiko-use-comment {
  width: 46%;
}
article.kyomaiko div.kyomaiko-use-comment p {
  font-size: 20px;
}
article.kyomaiko div.kyomaiko-use-comment p span {
  color: #c93665;
  font-size: 28px;
}
article.kyomaiko div.kyomaiko-precautions {
  border: solid 1px #ff6100;
  padding: 20px;
}
article.kyomaiko div.kyomaiko-precautions h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
article.kyomaiko div.kyomaiko-precautions p {
  margin-bottom: 20px;
  font-size: 18px;
}
article.kyomaiko div.kyomaiko-precautions p:last-child {
  margin-bottom: 0;
}
article.kyomaiko nav.link-within-page ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}
article.kyomaiko nav.link-within-page li {
  margin: 0 10px;
}
article.kyomaiko nav.link-within-page li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c93665;
  background: #ffecd9;
  border: solid 1px #c93665;
  width: 250px;
  height: 40px;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  transition: 0.2s;
}
article.kyomaiko nav.link-within-page li a:hover {
  color: #fff;
  background: #c93665;
}
article.kyomaiko address.brand {
  margin: 0 auto 120px;
  border: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  font-family: sans-serif;
  text-align: center;
}
article.kyomaiko address.brand h3 {
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
}
article.kyomaiko address.brand p {
  font-size: 18px;
}
article.kyomaiko address.brand img {
  width: 200px;
}

h1.tx-center, h2.tx-center, h3.tx-center, h4.tx-center, h5.tx-center, h6.tx-center {
  text-align: center;
}
h1.tx-left, h2.tx-left, h3.tx-left, h4.tx-left, h5.tx-left, h6.tx-left {
  text-align: left;
}
h1.tx-right, h2.tx-right, h3.tx-right, h4.tx-right, h5.tx-right, h6.tx-right {
  text-align: right;
}

h1.w-line, h2.w-line, h3.w-line, h4.w-line, h5.w-line, h6.w-line {
  position: relative;
}
h1.w-line:before, h2.w-line:before, h3.w-line:before, h4.w-line:before, h5.w-line:before, h6.w-line:before {
  position: absolute;
  display: block;
  width: 100%;
  content: "";
  border-bottom: solid 2px #0b308e;
  bottom: -1rem;
}
h1.w-line:after, h2.w-line:after, h3.w-line:after, h4.w-line:after, h5.w-line:after, h6.w-line:after {
  position: absolute;
  display: block;
  margin: 0 auto 0;
  border: 0;
  padding: 0;
  width: 28%;
  content: "";
  border-bottom: solid 2px #ff6100;
  bottom: -1rem;
  right: 0;
  left: 0;
}

/* p */
p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

/* 文字色 */
.font-c-f1 {
  color: #0b308e;
}

.font-c-f2 {
  color: #ff6100;
}

.font-c-f3 {
  color: #ffffff;
}

.font-c-f4 {
  color: #fed400;
}

.font-c-f5 {
  color: #0b318f;
}

.font-c-f6 {
  color: #009fe8;
}

.font-c-f7 {
  color: #ff6100;
}

/* 背景色 */
.bk-c-f1 {
  background-color: #0b308e;
}

.bk-c-f2 {
  background-color: #ff6100;
}

.bk-c-f3 {
  background-color: #ffffff;
}

.bk-c-f4 {
  background-color: #fed400;
}

/* サイズ */
.font-h {
  margin: 0 auto;
  border: 0;
  padding: 1rem 0;
  font-size: 28px;
  line-height: 1.3;
}

.font-l {
  margin: 0 auto;
  border: 0;
  padding: 1rem 0;
  font-size: 20px;
  line-height: 1.3;
}

.font-ml {
  margin: 0 auto;
  border: 0;
  padding: 1rem 0;
  font-size: 18px;
  line-height: 1.5;
}

.font-s {
  font-size: 15px;
}

.font-ss {
  font-size: 14px;
}

.font-bold {
  font-weight: bold;
}

.font-sans-serif {
  font-family: sans-serif;
}

.font-serif {
  font-family: serif;
}

.font-center {
  text-align: center;
}

.font-left {
  text-align: left;
}

.font-right {
  text-align: right;
}

/* 強制margin */
.margin-h0 {
  margin: 0px 0;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.margin-h1 {
  margin: 10px 0;
}

.margin-top-1 {
  margin-top: 10px;
}

.margin-bottom-1 {
  margin-bottom: 10px;
}

.padding-top-1 {
  padding-top: 10px;
}

.padding-bottom-1 {
  padding-bottom: 10px;
}

.margin-h2 {
  margin: 20px 0;
}

.margin-top-2 {
  margin-top: 20px;
}

.margin-bottom-2 {
  margin-bottom: 20px;
}

.padding-top-2 {
  padding-top: 20px;
}

.padding-bottom-2 {
  padding-bottom: 20px;
}

.margin-h3 {
  margin: 30px 0;
}

.margin-top-3 {
  margin-top: 30px;
}

.margin-bottom-3 {
  margin-bottom: 30px;
}

.padding-top-3 {
  padding-top: 30px;
}

.padding-bottom-3 {
  padding-bottom: 30px;
}

.margin-h4 {
  margin: 40px 0;
}

.margin-top-4 {
  margin-top: 40px;
}

.margin-bottom-4 {
  margin-bottom: 40px;
}

.padding-top-4 {
  padding-top: 40px;
}

.padding-bottom-4 {
  padding-bottom: 40px;
}

.margin-h5 {
  margin: 50px 0;
}

.margin-top-5 {
  margin-top: 50px;
}

.margin-bottom-5 {
  margin-bottom: 50px;
}

.padding-top-5 {
  padding-top: 50px;
}

.padding-bottom-5 {
  padding-bottom: 50px;
}

.margin-h6 {
  margin: 60px 0;
}

.margin-top-6 {
  margin-top: 60px;
}

.margin-bottom-6 {
  margin-bottom: 60px;
}

.padding-top-6 {
  padding-top: 60px;
}

.padding-bottom-6 {
  padding-bottom: 60px;
}

.margin-h7 {
  margin: 70px 0;
}

.margin-top-7 {
  margin-top: 70px;
}

.margin-bottom-7 {
  margin-bottom: 70px;
}

.padding-top-7 {
  padding-top: 70px;
}

.padding-bottom-7 {
  padding-bottom: 70px;
}

.margin-h8 {
  margin: 80px 0;
}

.margin-top-8 {
  margin-top: 80px;
}

.margin-bottom-8 {
  margin-bottom: 80px;
}

.padding-top-8 {
  padding-top: 80px;
}

.padding-bottom-8 {
  padding-bottom: 80px;
}

.margin-h9 {
  margin: 90px 0;
}

.margin-top-9 {
  margin-top: 90px;
}

.margin-bottom-9 {
  margin-bottom: 90px;
}

.padding-top-9 {
  padding-top: 90px;
}

.padding-bottom-9 {
  padding-bottom: 90px;
}

.margin-h10 {
  margin: 100px 0;
}

.margin-top-10 {
  margin-top: 100px;
}

.margin-bottom-10 {
  margin-bottom: 100px;
}

.padding-top-10 {
  padding-top: 100px;
}

.padding-bottom-10 {
  padding-bottom: 100px;
}

a {
  /*color: #0b308e;*/
  text-decoration: none;
}
a.detaile {
  color: #ff6100;
}

ul.flex-ul {
  display: flex;
  justify-content: space-between;
}

br.is-sp {
  display: none;
}

/*画像フェードインアニメーション*/
.fade01 {
  transform: translate(0, -100px);
  opacity: 0;
  transition: 0.7s;
}
.fade02 {
  transform: translate(0, 100px);
  opacity: 0;
  transition: 0.7s;
}
.fade03 {
  transform: translate(200px, 0);
  opacity: 0;
  transition: 0.7s;
}
.fade04 {
  transform: translate(-200px, 0);
  opacity: 0;
  transition: 0.7s;
}
.fade05 {
  transform: translate(-100px, 0);
  opacity: 0;
  transition: 0.7s;
}

.mv01 {
  transform: translate(0, 0);
  opacity: 1;
}
.mv02 {
  transform: translate(0, 0);
  opacity: 1;
}
.mv03 {
  transform: translate(0, 0);
  opacity: 1;
}
.mv04 {
  transform: translate(0, 0);
  opacity: 1;
}
.mv05 {
  transform: translate(0, 0);
  opacity: 1;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

.sumaho{
  display: none;
}

/* スマホ */
@media only screen and (max-width: 750px) {
  /* 目次 */
  /*
  1.変数
  -色
  -max-width

  2.mixin
  -マージンなどリセット
  -グラデ関連
  -ぼかし
  -回転の動き
  -縦の動き

  3.extend

  4.sass
  ・CSS reset
  ・基本要素
  -html
  -body
  -header
  -main
  -footer
  -article
  -section
  --h
  --p
  --a
  --ul
  --dl
  --table
  --span
  --img
  --br

  ・各ページコンテンツ専用
  -section
  --
  -article
  --footer-main


  ・ather
  -
  */
  html, body, main, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    font-family: sans-serif;
    line-height: 1.4;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  html {
    font-size: 16px;
  }
  main {
    max-width: initial;
    margin: 0 auto;
    border: 0;
  }
  header {
    height: initial;
  }
  header img.main-logo {
    width: 100%;
  }
  header img.sub-logo {
    display: none;
  }
  header article.top-logo div.top-menu-sub {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header article.top-logo div.top-menu-sub a.contact {
    display: none;
  }
  header article.top-small a.contact {
    opacity: 0;
  }
  header span.top-nav-menu {
    display: block;
    color: #ffffff;
    background: #0b308e;
    margin: 10px auto 0;
    border: 0;
    padding: 5px 0;
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
 
  h1.logo a {
    margin: 0 auto;
  }
  nav {
    display: none;
  }
  nav.top-nav {
    margin: 0 auto;
    border: 0;
    padding: 0;
    width: 100%;
  }
  nav.top-nav ul {
    flex-wrap: wrap;
  }
  nav.top-nav li {
    flex: none;
    width: 50%;
  }
  /* planning-goods */
  ul.planning-goods {
    display: flex;
    flex-flow: column;
  }
  ul.planning-goods li {
    margin: 0 auto;
    width: 86%;
  }
  ul.planning-goods a {
    margin: 0 0 10px;
    border: 0;
    padding: 0 12px 0;
    font-size: 16px;
  }
  article.top-logo {
    margin: 0 auto;
    border: 0;
    padding: 0 16px;
    max-width: initial;
    width: 100%;
  }

  article.top-page section.top-content {
    margin: 40px auto;
    border: 0;
    padding: 0 10px;
  }
  article.top-page section.top-content h1 img {
    width: 100%;
  }
  article.top-page section.top-content h2 {
    margin: 0 auto 16px;
    border: 0;
    padding: 0;
    width: 100%;
  }
  article.top-page section.top-content img.business-person {
    width: 100px;
    top: -50%;
    right: 3%;
  }
  article.top-page section.sub-content {
    display: block;
  }
  article.top-page section.sub-content div.left-content {
    background-size: 100% 50px;
  }
  article.top-page section.sub-content div.right-content {
    background-size: 100% 50px;
  }
  article.top-page section.sub-content div.left-content2 {
    background-size: 100% 50px;
  }
  article.top-page section.sub-content div.right-content2 {
    background-size: 100% 50px;
  }
  article.top-page section.sub-content div.left-content, article.top-page section.sub-content div.right-content, article.top-page section.sub-content div.left-content2, article.top-page section.sub-content div.right-content2 {
    height: 200px;
    width: 100%;
  }
  article.top-page section.sub-content div.left-content div, article.top-page section.sub-content div.right-content div, article.top-page section.sub-content div.left-content2 div, article.top-page section.sub-content div.right-content2 div {
    margin: 0 auto;
    border: 0;
    padding: 32px 0;
    width: 100%;
  }
  article.top-page section.sub-content div.left-content div.left-inside-content, article.top-page section.sub-content div.right-content div.left-inside-content, article.top-page section.sub-content div.left-content2 div.left-inside-content, article.top-page section.sub-content div.right-content2 div.left-inside-content {
    margin: 0 auto;
    border: 0;
    padding: 0 16px;
    top: 10px;
    left: 0;
  }
  article.top-page section.sub-content div.left-content div.right-inside-content, article.top-page section.sub-content div.right-content div.right-inside-content, article.top-page section.sub-content div.left-content2 div.right-inside-content, article.top-page section.sub-content div.right-content2 div.right-inside-content {
    margin: 0 auto;
    border: 0;
    padding: 0 16px;
    top: 10px;
    left: 0;
  }
  article.top-page section.sub-content div.left-content div ul, article.top-page section.sub-content div.right-content div ul, article.top-page section.sub-content div.left-content2 div ul, article.top-page section.sub-content div.right-content2 div ul {
    margin: 0 auto;
    border: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
  }
  article.top-page section.sub-content div.left-content div li, article.top-page section.sub-content div.right-content div li, article.top-page section.sub-content div.left-content2 div li, article.top-page section.sub-content div.right-content2 div li {
    margin: 0 auto;
    border: 0;
    padding: 0;
    width: 100%;
  }
  article.top-page section.sub-content div.left-content div img, article.top-page section.sub-content div.right-content div img, article.top-page section.sub-content div.left-content2 div img, article.top-page section.sub-content div.right-content2 div img {
    height: 85px;
  }
  article.top-page section.sns-content {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    margin: 50px auto;
    border: 0;
    padding: 0 16px;
  }
  article.top-page section.sns-content div {
    width: 100%;
  }
  article.top-page section.sns-content dt img {
    height: 80px;
  }
  article.top-page section.sns-content dd {
    height: 400px;
  }
  article.top-page section.sns-content dd.sns-left {
    margin: 0 auto;
    border: 0;
    padding: 10px;
    border: solid 7px #ff6100;
  }
  article.top-page section.sns-content dd.sns-right {
    margin: 0 auto;
    border: 0;
    padding: 0;
    border: none;
  }
  article.highquality section.quality {
    margin: 50px auto;
    border: 0;
    padding: 0 16px;
    width: 100%;
  }
  article.highquality section.quality div.g40-spec {
    width: 100%;
  }
  article.highquality section.quality div ul {
    flex-flow: column;
  }
  article.highquality section.quality div li {
    width: 100%;
  }
  article.highquality section.kaleido-frame {
    margin: 0 auto;
    border: 0;
    padding: 0;
    max-width: 1000px;
    width: 100%;
  }
  article.highquality section.kaleido-frame-2 {
    display: block;
    margin: 5rem auto 0;
    border: 0;
    padding: 0 0 50px;
    max-width: 1000px;
    width: 100%;
  }
  article.highquality section.kaleido-frame-2 div {
    margin: 0 auto;
    border: 0;
    padding: 0;
  }
  article.highquality section.kaleido-frame-2 img {
    width: 100%;
    height: 200px;
  }
  article.highquality section.japancolor {
    margin: 50px auto;
    border: 0;
    padding: 0 16px;
  }
  article.highquality section.qcds {
    margin: 0 auto;
    border: 0;
    padding: 50px 16px 50px;
    max-width: 1000px;
    width: 100%;
    text-align: center;
  }
  article.highquality section.security {
    margin: 0 auto;
    border: 0;
    padding: 300px 16px 50px;
  }
  article.highquality section.process {
    margin: 50px auto 50px;
    border: 0;
    padding: 0;
    max-width: 1000px;
    width: 100%;
    text-align: center;
  }
  article.highquality section.process li {
    margin: 0 auto 50px;
    border: 0;
    padding: 5px 16px;
    width: 100%;
  }
  article.highquality section.process li p {
    margin: 0 auto 16px;
    border: 0;
    padding: 0;
    height: initial;
  }
  article.highquality section.process li img {
    width: 100%;
  }
  article.highquality div.top-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 30vh;
  }
  article.highquality div.top-img img {
    margin-top: 20px;
    margin-left: 20px;
    width: 40%;
  }
  article.highquality div.kaleido {
    background-size: contain;
    margin: 50px auto;
    border: 0;
    padding: 0 16px;
    width: 100%;
  }
  article.highquality div.kaleido h1.h1-logo img {
    margin-top: 180px;
    width: 100%;
  }
  article.highquality div.qcds h2 {
    margin: 2rem auto 0.5rem;
    border: 0;
    padding: 0;
    font-size: 35px;
    font-weight: bold;
  }
  article.highquality div.qcds h2 span.small {
    margin: 0 auto;
    border: 0;
    padding: 0;
    font-size: 25px;
  }
  article.highquality div.qcds li {
    width: 100%;
    margin-bottom: 16px;
  }
  article.highquality div.qcds li h3.bk-c-f1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0b308e;
  }
  article.highquality div.qcds li h3.bk-c-f2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ff6100;
  }
  article.highquality div.qcds li p {
    margin: 0 auto;
    border: 0;
    padding: 30px 16px 16px;
    height: initial;
    text-align: left;
  }
  article.highquality div.qcds li img {
    width: 100%;
    margin: 0;
    padding: 16px;
  }
  article.highquality div.security {
    background-size: 880px;
    background-position: top right;
  }
  article.highquality div.security p {
    width: 100%;
  }
  article.highquality div.security img {
    width: 100%;
  }
  article.highquality img.sub-ti1 {
    margin: 0 auto;
    border: 0;
    padding: 0;
    width: 100%;
  }
  article.csr section.csr h1.csr-logo {
    margin: 0 auto;
    border: 0;
    padding: 8px;
    width: 180px;
    height: 180px;
  }
  article.csr section.future {
    margin: 0 auto;
    border: 0;
    padding: 0 16px;
  }
  article.csr section.future h2 {
    margin: 30px auto 0;
    border: 0;
    padding: 0;
    width: 100%;
  }
  article.csr section.future p {
    text-align: left;
  }
  article.csr section.future2 {
    margin: 0 auto;
    border: 0;
    padding: 50px 16px 50px;
    max-width: 1000px;
    width: 100%;
  }
  article.csr section.future2 h3 {
    margin: 16px auto;
    border: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.2;
  }
  article.csr section.future2 p {
    margin: 20px 0 20px;
    border: 0;
    padding: 0;
    width: 100%;
  }
  article.csr section.future2 img.kes-license {
    display: block;
    margin: 0 auto;
    float: initial;
    width: 70%;
  }
  article.csr section.future2 img.kes-step {
    display: block;
    margin: 0 auto;
    width: 100px;
    text-align: center;
  }
  article.csr section.environment {
    margin: 0 auto;
    border: 0;
    padding: 0 16px 35px;
    border: solid 2px #00a06e;
    width: 100%;
  }
  article.csr section.environment h2 {
    color: #00a06e;
    margin: 30px auto 15px;
    border: 0;
    padding: 0;
    font-size: 30px;
  }
  article.csr section.environment p {
    margin: 10px auto 35px;
    border: 0;
    padding: 0;
    width: 100%;
  }
  article.csr section.environment ol {
    margin: 10px auto 35px;
    border: 0;
    padding: 0 20px;
    width: 100%;
  }
  article.csr section.environment div {
    display: block;
    margin: 16px auto;
    border: 0;
    padding: 0;
  }
  article.csr section.environment div p {
    position: relative;
    margin: 0 auto 16px;
    border: 0;
    padding: 0 0 0 50px;
    width: 100%;
    text-align: left;
  }
  article.csr section.environment div img.ico {
    display: inline;
    position: absolute;
    margin-bottom: 10px;
    width: 35px;
    top: 0%;
    left: 0%;
  }
  article.csr section.approach {
    margin: 50px auto;
    border: 0;
    padding: 0;
  }
  article.csr section.approach h2 {
    color: #00a06e;
    margin: 20px auto;
    border: 0;
    padding: 0;
    font-size: 30px;
  }
  article.csr section.approach div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 310px;
  }
  article.csr section.approach p {
    position: absolute;
    margin: 0 auto;
    border: 0;
    padding: 16px;
    width: 100%;
    top: 135px;
    line-height: 1.2;
  }
  article.csr section.approach img {
    width: 45%;
  }
  article.csr section.approach img:last-child {
    margin: 8px;
  }
  article.csr section.role {
    margin: 0 auto;
    border: 0;
    padding: 50px 16px 0;
    max-width: 1000px;
    width: 100%;
  }
  article.csr section.role h2 {
    width: 100%;
  }
  article.csr section.role2 {
    margin: 0 auto 50px;
    border: 0;
    padding: 20px 16px 16px;
    max-width: 1000px;
    width: 100%;
  }
  article.csr section.role2 h3 {
    color: #ffffff;
    margin: 16px auto;
    border: 0;
    padding: 0;
    font-size: 25px;
    line-height: 1.8;
    text-align: center;
  }
  article.csr section.role2 p {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto 16px;
    border: 0;
    padding: 8px;
    width: 100%;
  }
  article.csr section.role2 img.kes-license {
    display: block;
    margin: 0 auto;
    border: 0;
    padding: 0;
    float: initial;
    width: 70%;
  }
  article.csr section.role2 img.csr-logo {
    display: block;
    margin: 0 auto;
    width: 100px;
  }
  article.csr div.main-frame {
    background-size: contain;
  }
  article.csr div.environment {
    margin: 0 auto;
    border: 0;
    padding: 10px 4px;
  }
  article.csr div.environment img {
    display: none;
  }
  article.company section.greeting {
    margin: 50px auto;
    border: 0;
    padding: 0 16px;
  }
  article.company section.history h2 {
    font-size: 30px;
    text-align: center;
  }

  article.company section.history th{
    margin: auto;
  }

  article.company section.greeting p {
    margin: 26px auto 0;
    border: 0;
    padding: 0;
    font-size: 16px !important;
    line-height: 32px;
  }
  article.company section.greeting p.president-name span {
    font-size: 16px;
  }
  article.company section.philosophy {
    margin: 0 auto;
    border: 0;
    padding: 50px 0;
  }
  article.company section.philosophy div {
    top: 20px;
    right: 0%;
  }
  article.company section.philosophy h2 {
    color: #fff;
    font-size: 20px;
  }
  article.company section.philosophy p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.2;
  }
  article.company section.motto {
    margin: 50px auto 50px;
    border: 0;
    padding: 0 16px;
  }
  article.company section.motto li {
    width: 100%;
  }
  article.company section.motto li ol {
    margin: 0 auto 50px;
    border: 0;
    padding: 16px 16px 16px 32px;
    height: initial;
  }
  article.company section.motto li ol li {
    background: none;
    margin: 0 auto;
    border: 0;
    padding: 4px;
    width: 100%;
    line-height: 1.5;
  }

  article.company section.company-data table{
    font-size: 14px;
    margin: auto 20px;
  }

  article.company section.company-data div {
    flex-flow: column-reverse;
    margin: 30px auto 0;
    border: 0;
    padding: 0;
  }
  article.company section.company-data img {
    display: block;
    margin: 0 auto;
    border: 0;
    padding: 0;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  article.company section.google-map iframe {
    width: 100%;
    height: 300px;
  }
  article.company section.history {
    margin: 50px auto;
    border: 0;
    padding: 0 16px;
  }
  article.company section.history h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  article.company section.history table {
    margin: 30px auto;
    border: 0;
    padding: 0;
  }
  article.company section.history th {
    display: block;
    width: 100%;
    margin: auto;
  }
  article.company section.history td {
    display: block;
    padding: 0 0 16px;
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  article.company div.company-top {
    background-size: cover;
    background-position: top center;
    height: 170px;
  }
  article.company div.company-top img {
    margin: 30px 0 0 10px;
    width: 170px;
  }
  article.company div.philosophy {
    background-size: cover;
    background-position: 25%;
    height: 200px;
  }
  article.company div.company-data {
    margin: 0 auto;
    border: 0;
    padding: 50px 16px;
  }
  article.contact section.contact {
    margin: 50px auto 50px;
    border: 0;
    padding: 0 16px;
  }
  article.contact section.contact h2 {
    font-size: 24px;
  }
  article.contact section.contact p {
    margin: 30px auto 0;
    border: 0;
    padding: 0;
  }
  article.contact section.contact-tel {
    margin: 50px auto;
    border: 0;
    padding: 0 16px;
    max-width: 1000px;
    width: 100%;
  }
  article.contact section.contact-tel h2 {
    font-size: 20px;
  }
  article.contact section.contact-tel h2 img {
    width: 40px;
  }
  article.contact section.contact-tel p {
    margin: 16px auto;
    border: 0;
    padding: 16px;
    border: solid 8px #ff6100;
  }
  article.contact section.contact-tel p span {
    font-size: 32px;
    line-height: 64px;
  }
  article.contact section.contact-form {
    margin: 50px auto;
    border: 0;
    padding: 0 16px;
  }
  article.contact section.contact-form h2 {
    font-size: 20px;
  }
  article.contact section.contact-form h2 img {
    width: 40px;
  }
  article.contact section.contact-form div.form-control {
    margin: 16px auto;
    border: 0;
    padding: 30px 0;
    border: solid 8px #0b308e;
  }
  article.contact section.contact-form dl {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    border: 0;
    padding: 0;
    width: 100%;
  }
  article.contact section.contact-form dt {
    color: #0b308e;
    margin: 16px 0 0;
    border: 0;
    padding: 10px 10px;
    width: 100%;
    text-align: left;
  }
  article.contact section.contact-form dd {
    margin: 0 0 10px;
    border: 0;
    padding: 0;
    width: 100%;
  }
  article.contact section.contact-form label.radio {
    display: block;
    padding-left: 0;
    width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 2;
  }
  article.contact section.contact-form span.hissu {
    width: 20%;
  }
  article.contact section.contact-form span.not-hissu {
    margin: 0;
    border: 0;
    padding: 0;
    width: 20%;
  }
  article.contact section.contact-form input[type=text] {
    box-sizing: border-box;
    width: 80%;
    height: 36px;
    vertical-align: top;
    font-size: 16px;
  }
  article.contact section.contact-form input[type=radio] {
    background: #e0e0e0;
    margin: 0;
    border: 0;
    padding: 0 10px;
    width: 18px;
    height: 30px;
    vertical-align: top;
    font-size: 16px;
    margin-left: 10px;
  }
  
  article.contact section.contact-form select {
    width: 80%;
  }
  article.contact section.contact-form textarea {
    box-sizing: border-box;;
    background: #e0e0e0;
    margin: 0;
    border: 0;
    padding: 10px;
    width: 100%;
    vertical-align: top;
    transform: 16px;
    font-size: 16px;
  }
  article.contact section.contact-form input[type=submit] {
    margin: 16px 0;
    border: 0;
    padding: 8px 0;
    width: 80%;
    font-size: 20px;
    font-weight: bold;
  }
  article.contact section.contact-form label.select-label:after {
    display: block;
    content: " ";
    position: absolute;
    top: 65%;
    right: 15px;
    width: 20px;
    height: 20px;
    margin-top: -7px;
    background: url(/contactimage/select-arrow.svg) 0 0 no-repeat;
    background-size: 20px;
    pointer-events: none;
    z-index: 1;
  }
  article.contact section.home2sys {
    margin: 50px auto 50px;
    border: 0;
    padding: 30px 16px 16px;
  }
  article.contact section.home2sys h2 small {
    font-size: 20px;
  }
  article.contact section.home2sys h2 img {
    width: 80%;
  }
  article.contact section.home2sys h3 {
    font-size: 24px;
    text-align: center;
  }
  article.contact section.home2sys p.about-home2 {
    margin-bottom: 50px;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  article.contact section.home2sys p.explanation {
    font-size: 16px;
  }
  article.contact section.home2sys p.images img {
    margin: 30px 0;
    width: 100%;
  }
  article.contact section.home2sys p.download {
    margin-bottom: 100px;
    font-size: 30px;
    letter-spacing: -0.1rem;
  }
  article.contact section.home2sys p.download::after {
    background: url(/homehomeimage/arrow.png) no-repeat center/100px;
    width: 100%;
    height: 50px;
  }
  article.contact section.home2sys p.dl-explanation {
    margin-bottom: 10px;
    font-size: 16px;
  }
  article.privacypolicy section.privacypolicy {
    margin: 50px auto 50px;
    border: 0;
    padding: 0 16px;
  }
  article.recruit section.recruit {
    margin: 50px auto 50px;
    border: 0;
    padding: 0 16px;
  }
  article.recruit section.recruit h4 {
    font-family: arial;
    font-weight: bold;
    font-size: 88px;
  }
  article.recruit section.recruit div.recruitment {
    display: block;
  }
  article.recruit section.recruit div.recruitment div {
    width: 100%;
  }
  article.recruit section.recruit div.recruitment div.recruitment-desc p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  article.recruit section.recruit div.recruitment div.recruitment-schedule p {
    margin-bottom: 30px;
    text-indent: -10px;
  }
  article.recruit section.recruit div.recruitment div.recruitment-schedule dl {
    display: flex;
    flex-wrap: wrap;
  }
  article.recruit section.recruit div.recruitment div.recruitment-schedule dt, article.recruit section.recruit div.recruitment div.recruitment-schedule dd {
    margin-bottom: 25px;
    font-size: 16px;
  }
  article.recruit section.recruit div.recruitment div.recruitment-schedule dt {
    color: #0b308e;
    width: 70px;
  }
  article.recruit section.recruit div.recruitment div.recruitment-schedule dd {
    width: calc(100% - 70px);
  }
  article.recruit section.recruit div.recruitment img {
    width: 100%;
  }
  article.recruit section.recruit .recruit-img {
    display: block;
  }
  article.recruit section.recruit .recruit-img img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  article.recruit section.recruit-outline {
    background-color: #ececec;
  }
  article.recruit section.recruit-outline div.outlines {
    margin: 50px auto 50px;
    border: 0;
    padding: 100px 16px;
  }
  article.recruit section.recruit-outline div.outlines table {
    margin: 50px auto 50px;
    border: 0;
    padding: 0;
    width: 100%;
  }
  article.recruit section.recruit-outline div.outlines tr {
    border-bottom: dashed 1px #adadad;
  }
  article.recruit section.recruit-outline div.outlines th, article.recruit section.recruit-outline div.outlines td {
    margin: 0;
    border: 0;
    padding: 15px 0 10px;
  }
  article.recruit section.recruit-outline div.outlines th {
    color: #0b308e;
    text-align: left;
    padding-right: 30px;
  }
  article.recruit section.recruit-outline div.outlines td {
    line-height: 1.4;
  }
  article.recruit section.recruit-outline div.outlines td span {
    display: block;
    text-indent: -10px;
  }
  article.web-develop section.support {
    margin: 30px auto 0;
    border: 0;
    padding: 0 16px;
  }
  article.web-develop section.quickchart-sec {
    margin: 0 auto;
    border: 0;
    padding: 50px 16px;
    height: 750px;
  }

  article.company section.company-data th {
    padding-left: 0;
    padding-right: 20px;
  }

  article.web-develop section.quickchart-sec h2 img {
    margin: 0 auto;
    border: 0;
    padding: 0;
  }
  article.web-develop section.planning {
    margin: 50px auto;
    border: 0;
    padding: 0 16px;
    max-width: 1000px;
    width: 100%;
    text-align: center;
  }
  article.web-develop section img.sub-ti1 {
    width: 100%;
  }
  article.web-develop div.web-develop-top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 30vh;
  }
  article.web-develop div img.web-ti {
    margin: 110px 0 0 10px;
    width: 50%;
  }
  article.web-develop div.quickchart {
    background-color: #0b308e;
    background-image: url("/webimage/sub_ti_img.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top 6px center;
    height: 100%;
  }
  article.web-develop div.chart-a {
    background: none;
    margin: 20px 0 50px;
    height: inherit;
  }
  article.web-develop div.chart-a p.toi {
    position: static;
    margin-bottom: 10px;
    width: 100%;
    height: 100px;
    font-size: 20px;
    line-height: 1.5;
  }
  article.web-develop div.chart-a p.to-3 a {
    display: block;
    position: static;
    margin-bottom: 10px;
    border: solid 1px #ff6100;
    padding: 16px 0;
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
  }
  article.web-develop div.chart-a p.to-1 {
    display: none;
  }
  article.web-develop div.chart-a p.to-2 {
    display: none;
  }
  article.web-develop div.chart-b {
    margin: 0 auto 16px;
    border: 0;
    padding: 32px 16px;
    border-radius: 10px;
    width: 100%;
  }
  article.web-develop div.chart-b h3 {
    margin: 16px auto;
    border: 0;
    padding: 16px 0;
    font-size: 20px;
  }
  article.web-develop div.chart-b ul {
    display: block;
  }
  article.web-develop div.chart-b li.chart-btn {
    margin-bottom: 16px;
    width: 100%;
    height: 100px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
  }
  article.web-develop div.chart-b li.answer-li:nth-child(1) {
    flex-flow: column;
    margin: 0 auto;
    border: 0;
    padding: 0;
    border: solid 1px #00c491;
    height: 220px;
  }
  article.web-develop div.chart-b li.answer-li:nth-child(1) img {
    margin: 0 auto;
    border: 0;
    padding: 0;
    width: 120px;
    height: 80px;
  }
  article.web-develop div.chart-b li.answer-li:nth-child(1) p {
    margin: 0 auto;
    border: 0;
    padding: 8px;
    font-size: 18px;
    line-height: 1.2;
  }
  article.web-develop div.chart-b span.chart-b-subti {
    font-size: 16px;
  }
  article.web-develop div.chart-b span.pin {
    width: 10px;
    height: 10px;
  }
  article.web-develop div.chart-b span.pin-a {
    top: 7px;
    left: 7px;
  }
  article.web-develop div.chart-b span.pin-b {
    top: 7px;
    right: 7px;
  }
  article.web-develop div.chart-b span.pin-c {
    bottom: 7px;
    left: 7px;
  }
  article.web-develop div.chart-b span.pin-d {
    bottom: 7px;
    right: 7px;
  }
  article.web-develop div.table-sp {
    overflow: scroll;
  }
  article.web-develop table.comparison {
    display: none;
  }
  article.web-develop table.comparison-sp {
    display: table;
  }
  article.web-develop table.site-comparison {
    display: none;
  }
  article.web-develop table.site-comparison-sp {
    display: table;
    width: 100%;
  }
  article.web-develop tr.t-line-type-dot th, article.web-develop tr.t-line-type-dot td {
    margin: 0 auto;
    border: 0;
    padding: 16px 8px;
    width: 100%;
  }
  article.web-develop th.site-comparison-sp, article.web-develop td.site-comparison-sp {
    display: block;
  }
  article.web-develop th.t-line-type1, article.web-develop td.t-line-type1 {
    padding: 8px;
  }
  article.web-develop th.t-line-type2, article.web-develop td.t-line-type2 {
    padding: 8px;
  }
  article.web-develop th.t-merit {
    font-size: 20px;
  }
  article.web-develop th.t-demerit {
    font-size: 20px;
  }
  article.web-develop td h2.h-merit {
    font-size: 16px;
  }
  article.web-develop td h2.h-demerit {
    font-size: 16px;
  }
  article.web-develop td p {
    margin-bottom: 15px;
    padding-left: 0;
  }
  article.planning section.planning {
    margin: 50px auto;
    border: 0;
    padding: 0;
    max-width: 1000px;
    width: 100%;
  }
  article.planning section.dwpb-flex {
    display: block;
    margin: 0 auto;
    border: 0;
    padding: 0;
  }
  article.planning section.dwpb-flex-design {
    padding-top: 0;
  }
  article.planning section.dwpb-flex-web {
    padding-top: 0;
  }
  article.planning section.dwpb-flex-package {
    padding-top: 0;
  }
  article.planning section.dwpb-flex-brand {
    padding-top: 0;
  }
  article.planning section.dwpb-flex div.dwpb-flex-left {
    margin: 0 auto;
    border: 0;
    padding: 200px 16px 0;
    width: 100%;
  }
  article.planning section.dwpb-flex div.dwpb-flex-left img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  article.planning section.dwpb-flex div.dwpb-flex-right {
    margin: 0 auto;
    border: 0;
    padding: 0 16px 0;
    width: 100%;
  }
  article.planning section.dwpb-flex div.dwpb-flex-right img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  article.planning section.dwpb-flex h2.dwpb-ti-design {
    top: 90px;
    width: 62%;
  }
  article.planning section.dwpb-flex h2.dwpb-ti-web {
    top: 105px;
    left: initial;
    right: 0px;
    width: 45%;
  }
  article.planning section.dwpb-flex h2.dwpb-ti-package {
    top: 105px;
    right: 0;
    width: 65%;
  }
  article.planning section.dwpb-flex h2.dwpb-ti-brand {
    top: 95px;
    left: initial;
    right: 0px;
    width: 60%;
  }
  article.planning section.dwpb-flex h2.dwpb-ti-brand img.sub-img {
    display: none;
  }
  article.planning section.dwpb-flex a.route-web {
    margin: 0 auto;
    border: 0;
    padding: 15px 0;
    bottom: -50px;
    width: 90%;
  }
  article.planning div.pre-planning-top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 30vh;
  }
  article.planning div.pre-planning-top img {
    width: 100%;
  }
  article.planning div.pre-planning-2nd {
    margin: 0 auto;
    border: 0;
    padding: 50px 16px 0;
    background: rgb(11, 48, 142);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
  }
  article.planning div.pre-planning-2nd img {
    width: 100%;
  }
  article.planning div.dwpb-1 {
    margin: 0 auto 5px;
    border: 0;
    padding: 0 0 50px;
    background-color: rgb(51, 51, 51);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: initial;
  }
  article.planning div.dwpb-2 {
    margin: 0 auto 5px;
    border: 0;
    padding: 0 0 50px;
    background-color: rgb(51, 51, 51);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: initial;
  }
  article.planning div.dwpb-3 {
    margin: 0 auto 5px;
    border: 0;
    padding: 0 0 50px;
    background-color: rgb(51, 51, 51);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: initial;
  }
  article.planning div.dwpb-4 {
    margin: 0 auto 5px;
    border: 0;
    padding: 0 0 50px;
    background-color: rgb(51, 51, 51);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: initial;
  }
  article.planning div.planning-content {
    display: block;
    margin: 0 auto;
    border: 0;
    padding: 0 16px;
  }
  article.planning div.planning-content-left {
    width: 100%;
  }
  article.planning div.planning-content-right {
    width: 100%;
  }
  article.planning div.planning-content h2 img {
    width: 128px;
  }
  article.planning div.planning-content img {
    margin: 0 auto 20px;
    border: 0;
    padding: 0 0;
    width: 100%;
  }
  article.planning div nav.pre-planning-nav {
    flex-flow: wrap;
    justify-content: space-between;
    margin: 50px auto 0;
    border: 0;
    padding: 0 0;
  }
  article.planning div nav.pre-planning-nav a {
    margin-bottom: 15px;
    width: 90px;
    height: 93px;
    transition: 0.3s;
  }
  article.planning div nav.pre-planning-nav a:nth-child(1) {
    background: url("/planningimage/btn-01.svg") no-repeat center top;
    background-size: 100%;
  }
  article.planning div nav.pre-planning-nav a:nth-child(2) {
    background: url("/planningimage/btn-02.svg") no-repeat center top;
    background-size: 100%;
  }
  article.planning div nav.pre-planning-nav a:nth-child(3) {
    background: url("/planningimage/btn-03.svg") no-repeat center top;
    background-size: 100%;
  }
  article.planning div nav.pre-planning-nav a:nth-child(4) {
    background: url("/planningimage/btn-04.svg") no-repeat center top;
    background-size: 100%;
  }
  article.planning div nav.pre-planning-nav a:nth-child(5) {
    background: url("/planningimage/btn-05.svg") no-repeat center top;
    background-size: 100%;
  }
  article.oips section.main-frame {
    height: 100%;
  }
  article.oips section.main-frame::before {
    position: absolute;
    content: "";
    background: url(/oipsimage/oips-logo.svg) no-repeat top right/60px;
    width: 60px;
    height: 50px;
    top: 10px;
    right: 10px;
  }
  article.oips section.main-frame h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  article.oips section.system-info {
    margin: 30px auto 0;
    border: 0;
    padding: 0 16px;
  }
  article.oips section.system-info p.comment {
    font-size: 16px;
    text-align: left;
  }
  article.oips section.oips-info {
    margin: 30px auto 0;
    border: 0;
    padding: 50px 16px 0;
  }
  article.oips section.push-point {
    margin: 30px auto 0;
    border: 0;
    padding: 30px 16px;
  }
  article.oips section.cooperation-system {
    margin: 30px auto 0;
    border: 0;
    padding: 0 16px;
  }
  article.oips section.management-system {
    margin: 30px auto 0;
    border: 0;
    padding: 0 16px 30px;
  }
  article.oips section.management-system p.sp-left {
    text-align: left;
  }
  article.oips section.get-started-now {
    margin: 30px auto 0;
    border: 0;
    padding: 0 16px;
  }
  article.oips section.online-briefing {
    margin: 30px auto 0;
    border: 0;
    padding: 20px 16px;
  }
  article.oips section img.sub-ti1 {
    width: 100%;
  }
  article.oips section img.sub-ti2 {
    width: 70%;
  }
  article.oips section img.sub-ti2-1 {
    width: 100%;
  }
  article.oips section img.sub-ti4 {
    width: 70%;
    height: initial;
  }

  article.oips section img.sub-ti5 {
    width: 100%;
    height: initial;
  }
  article.oips section img.sub-ti6 {
    width: 100%;
    height: initial;
  }
  article.oips section img.sub-ti7 {
    width: 100%;
    height: initial;
  }
  article.oips section img.sub-ti8 {
    width: 100%;
    height: initial;
  }
  article.oips section img.sub-ti9 {
    width: 100%;
    height: initial;
  }
  article.oips div.oips-top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 30vh;
  }
  article.oips div.dx-first-step ol {
    margin: 30px auto;
    border: 0;
    padding: 0;
  }
  article.oips div.dx-first-step li {
    padding: 10px 0;
    padding-left: 30px;
    font-size: 16px;
  }
  article.oips div.dx-startpac h3 {
    display: block;
    margin-top: 20px;
  }
  article.oips div.dx-startpac h3 img {
    width: 100%;
  }
  article.oips div.dx-startpac h3 span.price {
    margin: 1rem 0;
    font-size: 40px;
    text-align: center;
  }
  article.oips div.dx-startpac h3 span small {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
  }
  article.oips div.dx-startpac ul {
    flex-wrap: wrap;
    padding: 0 1rem;
    width: 100%;
  }
  article.oips div.dx-startpac li {
    flex-basis: 45%;
    padding: 15px 10px;
  }
  article.oips div.dx-startpac li img {
    width: 100%;
  }
  article.oips div.push-movie {
    margin: 30px 0 50px;
  }
  article.oips div.push-movie p {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
  }
  article.oips div.push-movie iframe {
    width: 100%;
    height: 250px;
  }
  article.oips div.push-point-list h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  article.oips div.push-point-list h3 img {
    width: 90px;
  }
  article.oips div.push-point-list li {
    flex-basis: 100%;
    margin-bottom: 30px;
    border-top: solid 5px #0b318f;
    padding: 1rem;
  }
  article.oips div.push-point-list li p {
    margin-bottom: 20px;
  }
  article.oips div.push-point-list li p img {
    width: 100%;
    margin-bottom: 0;
  }
  article.oips div.line-green {
    border-top: solid 20px #cdda00;
  }
  article.oips div.line-orange {
    border-top: solid 20px #ee7800;
  }
  article.oips div.line-yellow {
    border-top: solid 20px #f9bb00;
  }
  article.oips div.system-info-detaile {
    flex-direction: column;
    margin-bottom: 30px;
  }
  article.oips div.system-info-detaile p img {
    margin: 20px 0;
    width: 40%;
  }
  article.oips div.system-info-detaile dl {
    font-size: 16px;
    line-height: 1.4;
  }
  article.oips div.oips-info-detaile {
    display: block;
    margin: 30px auto 0;
    border: 0;
    padding: 0;
  }
  article.oips div.oips-info-detaile p:first-child img {
    margin: 0;
    width: 100%;
  }
  article.oips div.oips-info-detaile p:last-child {
    font-size: 16px;
  }
  article.oips div.oips-info-record {
    margin-top: 30px;
  }
  article.oips div.oips-info-record h3 {
    padding-bottom: 4px;
    font-size: 18px;
  }
  article.oips div.oips-info-record ul {
    display: block;
    margin: 0 auto;
    border: 0;
    padding: 10px 20px;
    width: initial;
  }
  article.oips div.oips-info-record li {
    font-size: 16px;
  }
  article.oips div.manegement-system-list {
    display: block;
    width: 100%;
  }
  article.oips div.manegement-system-list-small {
    padding: 16px;
  }
  article.oips div.manegement-system-list p img {
    margin: 20px 0;
    width: 40%;
  }
  article.oips div.manegement-system-list li {
    margin: 0 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  article.oips div.system-display-img ul {
    display: block;
    margin: 30px auto;
    width: 100%;
  }
  article.oips div.manegement-system-roughimg {
    margin: 20px auto;
    width: 100%;
  }
  article.oips div.get-started-now-container {
    display: block;
    margin: 1rem 0;
    padding: 0 10px;
    text-align: center;
  }
  article.oips div.get-started-now-container p.left {
    text-align: center;
  }
  article.oips div.get-started-now-container p.right {
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
  }
  article.oips div.get-started-now-container p img {
    margin: 0 0 20px;
    width: 40%;
  }
  article.oips div.online-briefing-detaile a.online-briefing-btn {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  article.oips div.arrow-yellow {
    background: url(image/arrow-yellow.svg) no-repeat center/200px;
    height: 150px;
  }
  article.oips div.arrow-blue {
    background-image: url(image/arrow-blue.svg) no-repeat center/200px;
    height: 150px;
  }
  article.oips div.arrow-blue p {
    height: 85%;
    font-size: 18px;
  }
  article.oips div img.oips-ti {
    margin: 0;
    padding: 0 1rem;
    width: 100%;
  }
  article.oips nav.link-within-page {
    margin: 30px auto 0;
    border: 0;
    padding: 0 16px;
  }
  article.oips nav.link-within-page li:last-child {
    flex: 2;
  }
  article.kyomaiko section.main-frame {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  article.kyomaiko section.kyomaiko-info {
    margin: 30px 0 40px;
  }
  article.kyomaiko section.kyomaiko-info h2 {
    font-size: 20px;
  }
  article.kyomaiko section.kyomaiko-info h2 span {
    font-size: 18px;
  }
  article.kyomaiko section.kyomaiko-feature {
    margin: 0 auto;
    border: 0;
    padding: 0 32px;
  }
  article.kyomaiko section .zh {
    font-family: sans-serif;
  }
  article.kyomaiko div.kyomaiko-top h1 img {
    width: 100%;
  }
  article.kyomaiko div.kyomaiko-sale-btn {
    margin: 20px auto 40px;
  }
  article.kyomaiko div.kyomaiko-sale-btn ul {
    flex-wrap: wrap;
  }
  article.kyomaiko div.kyomaiko-sale-btn li {
    margin-bottom: 10px;
    border: none;
  }
  article.kyomaiko div.kyomaiko-sale-btn li:nth-child(1), article.kyomaiko div.kyomaiko-sale-btn li:nth-child(2) {
    border-right: none;
    width: 90%;
  }
  article.kyomaiko div.kyomaiko-sale-btn li:last-child {
    width: 90%;
  }
  article.kyomaiko div.kyomaiko-sale-btn li:last-child a {
    position: relative;
    color: #000052;
  }
  article.kyomaiko div.kyomaiko-sale-btn li:last-child a::before {
    width: 30px;
    height: 30px;
    top: 20px;
    left: 15px;
  }
  article.kyomaiko div.kyomaiko-sale-btn li:last-child a::after {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 15px;
  }
  article.kyomaiko div.kyomaiko-feature-list {
    margin: 30px auto 50px;
  }
  article.kyomaiko div.kyomaiko-feature-single {
    flex-direction: column;
    margin-bottom: 50px;
  }
  article.kyomaiko div.kyomaiko-feature-single img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  article.kyomaiko div.kyomaiko-feature-single img.fuki01 {
    position: absolute;
    width: 170px;
    bottom: -45px;
    right: 160px;
  }
  article.kyomaiko div.kyomaiko-feature-single img.fuki02 {
    position: absolute;
    width: 140px;
    top: initial;
    bottom: 120px;
    right: -20px;
  }
  article.kyomaiko div.kyomaiko-use-single {
    flex-direction: column;
    margin-bottom: 30px;
  }
  article.kyomaiko div.kyomaiko-use-single img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  article.kyomaiko div.kyomaiko-use-single img.single-img {
    margin-bottom: 20px;
  }
  article.kyomaiko div.kyomaiko-comment, article.kyomaiko div.kyomaiko-use-comment {
    width: 100%;
  }
  article.kyomaiko div.kyomaiko-comment h3, article.kyomaiko div.kyomaiko-use-comment h3 {
    margin: 10px 0;
    font-size: 20px;
  }
  article.kyomaiko div.kyomaiko-comment p, article.kyomaiko div.kyomaiko-use-comment p {
    font-size: 18px;
  }
  article.kyomaiko div.kyomaiko-use-comment p {
    font-size: 18px;
  }
  article.kyomaiko div.kyomaiko-use-comment p span {
    font-size: 20px;
  }
  article.kyomaiko div.kyomaiko-precautions {
    border: solid 1px #ff6100;
    padding: 20px;
  }
  article.kyomaiko div.kyomaiko-precautions h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
  }
  article.kyomaiko div.kyomaiko-precautions p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  article.kyomaiko div.kyomaiko-precautions p:last-child {
    margin-bottom: 0;
  }
  article.kyomaiko nav.link-within-page {
    display: block;
  }
  article.kyomaiko nav.link-within-page li a {
    width: 150px;
  }
  article.kyomaiko address.brand {
    padding: 0 1rem;
  }
  article.kyomaiko address.brand h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  article.kyomaiko address.brand p {
    font-size: 16px;
  }
  article.kyomaiko address.brand img {
    margin-bottom: 1rem;
  }

  .ab{
    height: 150px;
  }

  header nav{
    width: 100%;
  }

  header nav a{
    margin: 10px 10px;
    font-size: 13px;
  }

  .desk{
    display: none;
  }

  .sumaho{
    display: block;
  }
  .txtgray{
    color: #6d6c6c;
  }
  .fiscalYear{
    font-size: 16px;
    margin-bottom: 10px;
  }
/*1111*/


  /* p */
  /*メール*/
  .mailoyps{
    text-align: center;
    font-size: 36px;
  }
  /* 文字色 */
  .font-c-f1 {
    color: #0b308e;
  }
  .font-c-f2 {
    color: #ff6100;
  }
  .font-c-f3 {
    color: #ffffff;
  }
  .font-c-f4 {
    color: #fed400;
  }
  .font-c-f5 {
    color: #0b318f;
  }
  .font-c-f6 {
    color: #009fe8;
  }
  .font-c-f7 {
    color: #ff6100;
  }
  /* 背景色 */
  /* サイズ */
  .font-h {
    margin: 0 auto;
    border: 0;
    padding: 0.5rem 0;
    font-size: 20px;
    line-height: 1.3;
  }
  .font-l {
    margin: 0 auto;
    border: 0;
    padding: 0.5rem 0;
    font-size: 16px;
    line-height: 1.3;
  }
  .font-center-sp {
    text-align: center;
  }
  .font-left-sp {
    text-align: left;
  }
  .font-right-sp {
    text-align: right;
  }
  /* 強制margin */
  .margin-h0 {
    margin: 0px 0;
  }
  .margin-h1 {
    margin: 10px 0;
  }
  .margin-h2 {
    margin: 20px 0;
  }
  .margin-h3 {
    margin: 30px 0;
  }
  .margin-h4 {
    margin: 40px 0;
  }
  .margin-h5 {
    margin: 50px 0;
  }
  .margin-h6 {
    margin: 60px 0;
  }
  .margin-h7 {
    margin: 70px 0;
  }
  .margin-h8 {
    margin: 80px 0;
  }
  .margin-h9 {
    margin: 90px 0;
  }
  .margin-h10 {
    margin: 100px 0;
  }
  ul.flex-ul {
    display: block;
  }
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: inline;
  }
  /*画像フェードインアニメーション*/
  .fade03 {
    transform: translate(0, 0);
  }
  .fade04 {
    transform: translate(0, 0);
  }
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
/*# sourceMappingURL=main-css.css.map */