@charset "UTF-8";
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSerifCJKjp-Regular.woff') format('woff');
  font-display: swap;
}
/* ===================================================================
	base
=================================================================== */
html {
  padding: 0;
  margin: 0;
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.8em;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W1', sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-justify: inter-ideograph;
  text-align: justify;
  font-feature-settings: palt;
  background: #fff;
}
p {
  text-justify: inter-ideograph;
  text-align: justify;
  font-feature-settings: 'palt';
}
a {
  text-decoration: none;
  outline: 0;
  color: #000;
  transition: .5s;
}
a img {
  border: none;
  outline: none;
}
::-webkit-input-placeholder {
  opacity: 1;
}
img {
  outline: none;
  border: none;
  vertical-align: top;
}
figure {
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
/* forcontact */
.forcontact {
  padding: 1em 5%;
  display: block;
  position: relative;
}
.forcontact span a {
  background: #FF6200;
  position: relative;
  color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  border-bottom: 5px solid #BA4800;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.5em;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.forcontact span a::before {
  content: '相談\A無料';
  white-space: pre;
  background: #fff;
  border: 4px solid #FF6200;
  position: absolute;
  color: #FF6200;
  border-radius: 50%;
  display: block;
  width: 3.5em;
  height: 3.5em;
  padding: 0.4em;
  font-size: 0.8em;
  line-height: 1.2em;
  box-sizing: border-box;
  vertical-align: middle;
  transform: rotate(-15deg);
  margin-top: -1em;
}
.forcontact span a::after {
  content: '';
  background: url(../images/ico_hand.png) no-repeat;
  background-size: cover;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.forcontact p {
  background: #fff;
  border: 3px solid #FF6200;
  border-radius: 10px;
  max-width: 1000px;
  box-sizing: border-box;
  text-align: center;
  margin: 2em auto 0;
  padding: 1em;
  color: #000;
  font-weight: bold;
  font-size: 1.4em;
}
.forcontact p a {
  display: block;
  margin-top 0.5em;
}
.forcontact p a img {
  max-width: 100%;
  height: auto;
}
/* ===================================================================
	header
=================================================================== */
header {
  padding: 0;
  margin: 0;
  top: 0;
  display: block;
  width: 100%;
  position: fixed;
  background: #000;
  color: #fff;
  z-index: 10000;
  box-sizing: border-box;
}
header article {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em 0;
  position: relative;
  display: block;
}
header article:after {
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
}
header article nav {
  position: absolute;
  bottom: 1em;
  padding-right: 240px;
  font-size: 1em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
header article nav ul, header article nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  line-height: 1em;
}
header article nav ul li {
  border-left: 1px solid #fff;
  padding: 0 0.5em 0 0.6em;
  margin-top: 0.5em;
  vertical-align: middle;
}
header article nav ul li:nth-of-type(1) {
  border: none;
  padding-left: 0;
}
header article nav ul li a {
  color: #fff;
}
header article ol {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
header article ol li:nth-of-type(1) {
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
  max-width: 205px;
}
header article ol li:last-child {
  padding: 0;
  margin: 0 0 0 0.5em;
  display: inline-block;
  vertical-align: bottom;
  max-width: 216px;
}
footer {
  background: #8D8D8D;
  padding: 2em 0 4em;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  display: block;
}
/* ===================================================================
	#mainimg
=================================================================== */
#mainimg {
  position: relative;
  overflow: hidden;
  zoom: 1;
  display: block;
  background: url(../images/photo01_v3.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#mainimg section {
  position: relative;
  text-align: center;
  width: 100%;
  color: #124886;
  z-index: 100;
  padding: 5% 0 3%;
  display: block;
}
#mainimg section .title {
  background: rgba(255, 255, 255, 0.65);
  padding: 0.5em 0;
}
#mainimg section .title strong {
  font-size: 2em;
  line-height: 1.6em;
  padding: 0.2em 1em;
  margin-bottom: 0;
  display: block;
  border-bottom: 1px solid #124886;
}
#mainimg section .title h1 {
  font-size: 4.2em;
  line-height: 1.2em;
  padding: 0.2em 0.3em 0.1em;
  margin: 0;
  text-shadow: 2px 2px #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
#mainimg section .title span {
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
  padding-top: 1em;
  font-size: 1.1em;
  line-height: 1.8em;
}
#mainimg section span p {
  text-align: center;
  text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 10px #000;
}
#mainimg .catch {
  padding: 0 5%;
}
#mainimg .catch ul {
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  padding: 1em 0;
  margin: 0 auto;
  list-style: none;
  max-width: 1000px;
  box-sizing: border-box;
}
#mainimg .catch ul li {
  background: #fff;
  font-size: 1.8em;
  padding: 0.5em;
  margin: 0 0.4%;
  box-sizing: border-box;
  width: 32%;
  display: inline-block;
  border-radius: 10px;
}
#mainimg .catch ul li:nth-of-type(1) {
  border: 3px solid #00C334;
  color: #00C334;
}
#mainimg .catch ul li:nth-of-type(2) {
  border: 3px solid #BC7346;
  color: #BC7346;
}
#mainimg .catch ul li:nth-of-type(3) {
  border: 3px solid #04A3DE;
  color: #04A3DE;
}
#merit {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#merit h2 {
  font-size: 4em;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  color: #124886;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
#merit h3 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* ===================================================================
	.base
=================================================================== */
.base {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
}
.base:after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.base .title {
  position: absolute;
  z-index: 1;
  right: calc((100% - 1000px) / 2);
  top: 0;
  margin: 1em 0;
  padding: 1em 2em 1em 3em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  width: 60%;
  max-width: 600px;
  box-sizing: border-box;
  text-shadow: 0 0 10px #000;
  text-align: right;
  z-index: 2;
}
.base h1 {
  padding: 0;
  margin: 0;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 600;
  position: relative;
  z-index: 2;
  padding-left: 2.5em;
  text-align: center;
}
.base h1:after {
  content: '';
}
.base section {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.base section div {
  position: relative;
  display: block;
  width: 50%;
  max-width: 500px;
  left: 50%;
  padding: 5% 2%;
  padding-top: calc(5% + 3em);
  box-sizing: border-box;
  text-align: center;
}
.base section div h2 {
  font-size: 1.2em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.base section div p {
  text-align: center;
}
.base section figure {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
  right: 50%;
  top: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}
.base section figure img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  right: 0;
}
#colors {
  background: url(../images/colors.png) no-repeat center center;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#colors section {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 5% 0;
  position: relative;
}
#colors section::before {
  content: '';
  display: block;
  position: relative;
  padding-top: 30%;
}
#colors section::after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
#colors section.col01::after {
  background: rgba(0, 168, 84, 0.18);
}
#colors section.col02::after {
  background: rgba(255, 28, 29, 0.18);
}
#colors section.col03::after {
  background: rgba(253, 244, 62, 0.18);
}
#colors section.col04::after {
  background: rgba(109, 58, 156, 0.18);
}
#colors section h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 10;
  color: #fff;
  font-size: 1.2em;
  text-shadow: 0 0 6px #000, 0 0 10px #000;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
#cost.base:after {
  background: #FFF1E3;
}
#cost.base .title:before {
  background: -moz-linear-gradient(left, rgba(255, 128, 0, 0) 0%, rgba(255, 128, 0, 1) 25%, rgba(255, 128, 0, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 128, 0, 0) 0%, rgba(255, 128, 0, 1) 25%, rgba(255, 128, 0, 1) 100%);
  background: linear-gradient(to right, rgba(255, 128, 0, 0) 0%, rgba(255, 128, 0, 1) 25%, rgba(255, 128, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff8000', endColorstr='#ff8000', GradientType=1);
  content: '';
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  height: 4em;
  width: 100%;
  z-index: 0;
}
#cost.base .title:after {
  background: -moz-linear-gradient(left, rgba(255, 128, 0, 0) 0%, rgba(105, 53, 0) 25%, rgb(105, 53, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 128, 0, 0) 0%, rgba(105, 53, 0) 25%, rgba(105, 53, 0) 100%);
  background: linear-gradient(to right, rgba(255, 128, 0, 0) 0%, rgba(105, 53, 0) 25%, rgba(105, 53, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff8000', endColorstr='#ff8000', GradientType=1);
  content: '';
  right: -5px;
  bottom: -5px;
  position: absolute;
  display: block;
  height: 4em;
  width: 100%;
  z-index: -1;
}
#cost.base section figure {
  max-width: 500px;
}
#planning.base:after {
  background: #F6FFE3;
}
#planning.base .title:before {
  background: -moz-linear-gradient(left, rgba(15, 190, 0, 0) 0%, rgba(15, 190, 0, 1) 25%, rgba(15, 190, 0, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(15, 190, 0, 0) 0%, rgba(15, 190, 0, 1) 25%, rgba(15, 190, 0, 1) 100%);
  background: linear-gradient(to right, rgba(15, 190, 0, 0) 0%, rgba(15, 190, 0, 1) 25%, rgba(15, 190, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##0FBE0000', endColorstr='#0FBE00', GradientType=1);
  content: '';
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  height: 4em;
  width: 100%;
  z-index: 0;
}
#planning.base .title:after {
  background: -moz-linear-gradient(left, rgba(0, 144, 2) 0%, rgba(0, 144, 2) 25%, rgb(0, 144, 2) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 144, 2, 0) 0%, rgba(0, 144, 2, 0) 25%, rgba(0, 144, 2, 0) 100%);
  background: linear-gradient(to right, rgba(0, 144, 2, 0) 0%, rgba(0, 144, 2) 25%, rgba(0, 144, 2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00901600', endColorstr='#009016', GradientType=1);
  content: '';
  right: -5px;
  bottom: -5px;
  position: absolute;
  display: block;
  height: 4em;
  width: 100%;
  z-index: -1;
}
#planning.base section:nth-of-type(even) {
  background: #F6FFE3;
}
#planning.base section:nth-of-type(even) div {
  position: relative;
  display: block;
  width: 50%;
  max-width: 500px;
  right: auto;
  left: calc((100% - 1000px) / 2);
  padding: 5%;
  padding-top: calc(5% + 2em);
  box-sizing: border-box;
  text-align: center;
  z-index: 100;
}
#planning.base section:nth-of-type(even) figure {
  left: 50%;
  right: 0;
}
#planning.base section:nth-of-type(1) figure img {
  left: 0;
}
#operation.base:after {
  background: #E3F3FF;
}
#operation.base .title:before {
  background: -moz-linear-gradient(left, rgba(0, 108, 255, 0) 0%, rgba(0, 108, 255, 1) 25%, rgba(0, 108, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 108, 255, 0) 0%, rgba(0, 108, 255, 1) 25%, rgba(0, 108, 255, 1) 100%);
  background: linear-gradient(to right, rgba(0, 108, 255, 0) 0%, rgba(0, 108, 255, 1) 25%, rgba(0, 108, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##006CFF00', endColorstr='#006CFF', GradientType=1);
  content: '';
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  height: 4em;
  width: 100%;
  z-index: 0;
}
#operation.base .title:after {
  background: -moz-linear-gradient(left, rgba(33, 0, 144) 0%, rgba(33, 0, 144) 25%, rgb(33, 0, 144) 100%);
  background: -webkit-linear-gradient(left, rgba(33, 0, 144, 0) 0%, rgba(33, 0, 144, 0) 25%, rgba(33, 0, 144, 0) 100%);
  background: linear-gradient(to right, rgba(33, 0, 144, 0) 0%, rgba(33, 0, 144) 25%, rgba(33, 0, 144) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21009000', endColorstr='#210090', GradientType=1);
  content: '';
  right: -5px;
  bottom: -5px;
  position: absolute;
  display: block;
  height: 4em;
  width: 100%;
  z-index: -1;
}
#operation.base section:nth-of-type(even) {
  background: #E3F3FF;
}
#operation.base section:nth-of-type(even) div {
  position: relative;
  display: block;
  width: 50%;
  max-width: 500px;
  right: auto;
  left: calc((100% - 1000px) / 2);
  padding: 5%;
  padding-top: calc(5% + 2em);
  box-sizing: border-box;
  text-align: center;
  z-index: 100;
}
#operation.base section:nth-of-type(even) figure {
  left: 50%;
  right: 0;
}
/* ===================================================================
	.tocontact
=================================================================== */
.tocontact {
  background: #FFFDD0;
  padding: 2em 0;
  display: block;
}
.tocontact section {
  border: 5px solid #004BA3;
  background: #fff;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.tocontact section strong {
  background: #004BA3;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6em;
  padding-bottom: 5px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.tocontact section ul {
  padding: 2em 1em;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.tocontact section ul li {
  padding: 0 1em;
  margin: 0;
  display: inline-block;
  text-align: center;
  width: calc(49% - 2em);
}
.tocontact section ul li img {
  width: 95%;
}
/* ===================================================================
	CONTENTS
=================================================================== */
#optimization {
  background: url(../images/bg01.png);
  display: block;
  padding: 3em 0;
}
#optimization .title {
  display: block;
  text-align: center;
  padding: 0 5% 2em;
}
#optimization .title h1 {
  font-size: 2.2em;
  line-height: 1.4em;
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  color: #FF3B00;
}
#optimization section {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#optimization section:after {
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
}
#optimization section h2 {
  font-size: 1.2em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
}
#optimization section div {
  width: 45%;
  display: inline-block;
}
#optimization section figure img {
  width: 100%;
  height: auto;
}
#optimization section:nth-of-type(1) figure {
  float: right;
  width: 50%;
  margin: 0;
  margin-left: 3%;
  padding: 0;
}
#optimization section:nth-of-type(2) figure {
  float: left;
  width: 50%;
  margin: 0;
  margin-right: 3%;
  padding: 0;
}
#rentup {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
#rentup:after {
  content: '';
  display: block;
  overflow: hidden;
  zoom: 1;
}
#rentup section {
  position: relative;
  display: block;
  width: 50%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: right;
  float: left;
}
#rentup section div {
  margin: 0 0 0 auto;
  max-width: 500px;
  padding: 5%;
  position: relative;
  text-align: right;
  box-sizing: border-box;
  background: #fff;
  z-index: 10;
}
#rentup section div h1 {
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  color: #FF3B00;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#rentup section div p {
  text-align: center;
}
#rentup figure {
  float: right;
  width: 50%;
  height: 0;
  position: relative;
}
#rentup figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  text-align: center;
  top: 0;
}
#example {
  display: block;
}
#example .exin {
  background: url(../images/teian.png) no-repeat center top;
  background-size: cover;
  position: relative;
}
#example .exin::before {
  content: '';
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
#example .title {
  background: #772E00;
  color: #fff;
  position: relative;
  z-index: 100;
}
#example .title h1 {
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 600;
  padding: 0.5em;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#example section {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
  z-index: 100;
}
#example section.text01 {
  padding: 4em 0 !important;
  font-size: 18px;
}
#example section:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}
#example section div {
  width: 49%;
  display: block;
  float: left;
}
#example section div img {
  max-width: 100%;
}
#example section div:nth-of-type(even) {
  float: right;
}
#example section div table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999;
}
#example section div table th, #example section div table td {
  border: 1px solid #999;
  padding: 0.7em 1em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
#example section div div {
  width: 100%;
  border: 2px solid #999;
}
#example section div div h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  background: #999;
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: center;
}
#example section div div p {
  padding: 1em;
  margin: 0;
  font-size: 0.9em;
}
#example section div div p strong {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #FF6200;
}
#example section.drawing img {
  max-width: 100%;
  height: auto;
  margin-top: 1em;
  display: block;
}
#example section.ex_right div:nth-of-type(even) {
  float: left;
}
#example section.ex_right div:nth-of-type(odd) {
  float: right;
  margin-bottom: 1em;
}
#example section.ex_right div:nth-of-type(odd) img {
  width: 100%;
}
#example .text01 {
  padding-bottom: 2em;
}
#example .text01 h3 {
  color: #772E00;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0;
}
.f18 {
  /*font-size: 1.2em;*/
  font-weight: bold;
}
#voice {
  background: #A27C64;
  display: block;
  padding: 0;
  box-sizing: border-box;
}
#voice .title {
  background: #772E00;
  color: #fff;
}
#voice .title h3 {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 600;
  padding: 0.5em;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#voice section {
  width: 100%;
  padding: 2em 5%;
  box-sizing: border-box;
}
#voice section span {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#voice section:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}
#voice section figure {
  position: absolute;
  max-width: 8em;
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: center;
  left: 0;
  float: left;
}
#voice section figure figcaption {
  padding-top: 0.5em;
}
#voice section figure figcaption strong {
  display: block;
  font-weight: normal;
}
#voice section figure figcaption span {
  display: inline;
}
#voice section figure figcaption span:before {
  content: '：';
}
#voice section div {
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  width: calc(100% - 8em);
  background: #fff;
  border-radius: 2em;
  padding: 2em;
  box-sizing: border-box;
  float: right;
}
#voice section div:before {
  content: '';
  margin: 0 0 0 -3.6em;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 30px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  line-height: 0px;
  _border-color: #000000 #ffffff #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  display: block;
}
#voice section div p {
  margin: 0;
}
#voice section div p b {
  color: #f00;
}
/*------------------------------0626------------------------------*/
.marker {
  background: linear-gradient(transparent 60%, #fff099 0%);
}
#seminar {
  /*border: 10px outset #ff6200;*/
  border: 10px outset #ffd700;
  margin: 5% auto;
  max-width: 1000px;
}
#seminar h3 {
  margin: 40px auto;
  padding: 5px;
  font-size: 70px;
  text-shadow: 3px 4px 5px #808080;
  /*-webkit-text-stroke: 3px #000;
  text-stroke: 3px #000;*/
}
.seminar-title {
  text-align: center;
}
.seminar-under {
  margin: 10px auto;
  width: 100%;
  max-width: 74%;
  font-size: 50px;
}
.seminar-under li {
  margin: 30px auto;
  /*background: linear-gradient(transparent 60%, #ff6200 0%);*/
  background: linear-gradient(transparent 60%, #fff099 0%);
}
.seminar-under2 {
  margin: 0 auto;
  max-width: 84%;
}
.seminar-under2 p {
  font-size: 20px;
  width: 100%;
	text-align: center;
}
.seminar-under2 span {
  color: #ff0026;
  font-weight: bold;
}
#confidence {
  padding: 0 0 5%;
}
/*------------------------------ここまで------------------------------*/


/*------------------------------#stroy0701------------------------------*/

#story {
	background: #f5f5f5;
	display: block;
}

#story .title {
    background: #772E00;
    color: #fff;
    position: relative;
    z-index: 100;
}

#story .title h1 {
    font-size: 2.2em;
    line-height: 1em;
    font-weight: 600;
    padding: 0.5em;
    margin: 0;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

#story section {
	padding: 3em 5%;
	display: block;
}

#story .st_text {
	border: 2px solid #4d4d4d;
	box-shadow: 8px 8px 0 0 rgba(0,0,0, 0.1);
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
}

#story .st_text h3 {
	margin: 0;
	background: #4d4d4d;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	padding: 0;
}

#story .st_text div {
	padding: 1.5em;
}

#story .st_text div p {
	padding: 0;
	margin: 0;
}

#story figure {
	padding: 0;
	margin: 5% auto;
	text-align: center;
}

#story figure img {
	width: 100%;
	max-width: 900px;
	height: auto;
	-webkit-backface-visibility: hidden;
}

#story .st_point {
	border: 2px solid #ff0000;
	border-radius: 1.5em;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1.5em;
	box-sizing: border-box;
	background: #fff;
}

#story .st_point p {
	padding: 0;
	margin: 0;
}

#story .st_point h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	color: #f00;
}

#story .st_point h3::before {
	content: "！";
	color: #fff;
	margin-right: 0.3em;
	background: #f00;
	border-radius: 30px;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.4em;
	display: inline-block;
	text-align: center;
}

/*------------------------------#stroyここまで------------------------------*/

#confidence .title {
  margin: 0 auto;
  padding: 1em 5%;
  display: block;
  position: relative;
  z-index: 10;
  max-width: 1000px;
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: 900;
  color: #fff;
  background: #124886;
  box-sizing: border-box;
  text-align: center;
}
#confidence .title h3 {
  padding: 0;
  margin: 0;
}
#confidence .title h3 br {
  display: none;
}
#confidence section.confidence_read {
  margin: 0 auto;
  padding: 1em;
  display: block;
  position: relative;
  z-index: 10;
  max-width: 1000px;
  font-size: 1.3em;
  line-height: 1.8em;
  font-weight: 900;
  color: #fff;
  background: #316fb7;
  box-sizing: border-box;
  overflow: hidden;
}
#confidence section.confidence_read figure {
  width: 220px;
  float: left;
  padding: 0;
  margin: 0;
}
#confidence section.confidence_read figure img {
  width: 100%;
  height: auto;
}
#confidence section.confidence_read ul {
  padding: 1em 1em 1em 2em;
  margin: 0;
  float: left;
  display: block;
  width: calc(100% - 240px);
  box-sizing: border-box;
}
#voice2 {
  /*	background: url(../images/bg_voice2.png); */
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-color: #316fb7;
  padding: 5%;
  position: relative;
}
.voice2_title {
  margin: 0 auto;
  padding: 1em 5%;
  display: block;
  position: relative;
  z-index: 10;
  max-width: 100%;
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: 900;
  color: #fff;
  background: #124886;
  box-sizing: border-box;
  text-align: center;
}
.voice2_title h3 {
  padding: 0;
  margin: 0;
}
#voice2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 1;
  opacity: 0.3;
}
#voice2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/dot01.png);
  z-index: 1;
  opacity: 0.5;
}
#voice2 section.voice2_ul {
  max-width: 1000px;
  margin: 0 auto 5%;
  padding: 0;
  display: block;
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.65);
}
#voice2 section.voice2_ul ul {
  padding: 0 2em;
  margin: 0;
  list-style: none;
}
#voice2 section.voice2_ul ul li {
  padding: 2em 0;
  margin: 0;
}
#voice2 section.voice2_ul ul li i {
  font-size: 1.6em;
  background: #316fb7;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.6em;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
  font-style: normal;
}
.fc-or {
  color: #ff4700;
  font-weight: bold;
}
#voice2 section.voice2_ul ul li i figure {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 3em;
  padding: 0;
  margin: 0;
  height: auto;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
}
#voice2 section.voice2_ul ul li i figure img {
  width: 100%;
  height: auto;
}
#voice2 section.voice2_ul ul li p {
  font-weight: bold;
}
#voice2 section.voice2_ul ul li strong {
  display: block;
  margin-top: 1em;
  font-size: 1.4em;
  color: #ff4700;
}
#voice2 section.voice2_ul ul li p {
  padding: 0;
  margin: 0;
}
#voice2 section.voice2_ul ul li ul {
  padding: 0;
  margin: 0;
}
#voice2 section.voice2_ul ul li ul li {
  padding: 0;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
#voice2 section.voice2_ul ul li ul li::before {
  content: '・';
}
#voice2 section.voice2_ul ul li ul li b {
  color: #f00;
}
#contact {
  padding: 2em 5%;
  margin: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#contact .title {
  color: #fff;
  padding: 0;
  background: #606060;
}
#contact .title h1 {
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 600;
  padding: 0.5em;
  margin: 0 0 1em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#contact section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 2em;
  border: 10px solid #E6E6E6;
  box-sizing: border-box;
  display: block;
}
#contact section table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
#contact section table tr:nth-of-type(even) {
  background: #F5F5F5;
}
#contact section table tr th {
  padding: 1.5em 1em;
  text-align: right;
  vertical-align: top;
  line-height: 1.5em;
  box-sizing: border-box;
  width: 20em;
}
#contact section table tr th span {
  color: #f00;
  font-size: 0.6em;
  line-height: 1em;
  padding: 0em 0.5em;
  font-weight: normal;
  border: 1px solid #f00;
  vertical-align: 0.3em;
  margin-left: 0.7em;
}
#contact section table tr th small {
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.5em;
}
#contact section table tr td {
  padding: 1em;
  vertical-align: top;
}
#contact section table tr td input[type="text"], #contact section table tr td input[type="email"] {
  width: 60%;
  max-width: 50em;
  padding: 0.5em;
  border: 1px solid #707070;
  font-size: 1em;
}
#contact section table tr td textarea {
  width: 80%;
  max-width: 70em;
  min-height: 10em;
  padding: 0.5em;
  border: 1px solid #707070;
  font-size: 1em;
}
#contact section div {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 2em 0 0;
}
#contact section div strong {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 600;
  padding: 0.5em;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#contact section div ol {
  border: 1px solid #707070;
  padding: 1.5em 1.5em 1.5em 3em;
  font-size: 0.9em;
  line-height: 1.5em;
}
#contact section form input[type="checkbox"] {
  display: none;
}
#contact section form .check {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 !important;
}
#contact section form .checkbox span {
  position: relative;
  line-height: 1.8em;
  padding: 0 20px 0 27px;
  margin: 15px 0;
  display: inline-block;
  cursor: pointer;
}
#contact section form table .checkbox span {
  position: relative;
  line-height: 1.8em;
  padding: 0 20px 0 27px;
  margin: 6px 0;
  display: inline-block;
  cursor: pointer;
}
#contact section form .checkbox span:hover:after {
  background: #fff;
  cursor: pointer;
}
#contact section form .checkbox span:after, #contact section form .checkbox span:before {
  position: absolute;
  content: "";
  display: block;
}
#contact section form .checkbox span:after {
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 18px;
  height: 18px;
  border: 2px solid #316FB7;
  background: #ECE8E7;
  border-radius: 3px;
}
#contact section form .checkbox span:before {
  width: 6px;
  height: 10px;
  z-index: 1;
  border-right: 3px solid #316FB7;
  border-bottom: 3px solid #316FB7;
  transform: rotate(45deg);
  opacity: 0;
  top: 5px;
  left: 6px;
}
#contact section form .checkbox input[type="checkbox"]:checked + span:after {
  background: #fff;
}
#contact section form .checkbox input[type="checkbox"]:checked + span:before {
  opacity: 1;
}
#contact section .btn {
  text-align: center;
  position: relative;
  width: 20em;
  padding: 0;
  margin: 0 auto;
}
#contact section .btn input {
  background: rgb(255, 149, 72);
  background: -moz-linear-gradient(top, rgba(255, 149, 72, 1) 0%, rgba(221, 68, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 149, 72, 1) 0%, rgba(221, 68, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 149, 72, 1) 0%, rgba(221, 68, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9548', endColorstr='#dd4400', GradientType=0);
  border: none;
  border-radius: 5px;
  padding: 0.5em 2em;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
}
#contact section .btn:after {
  content: '';
  position: absolute;
  background: url(../images/ico_btn.svg);
  background-size: cover;
  right: 1em;
  top: calc(50% - 1em);
  width: 2em;
  height: 2em;
  z-index: 100;
}
.pagetop {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 1000;
  display: none;
}
.pagetop a {
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: center;
  position: relative;
  width: 5em;
  height: 5em;
  border-radius: 100px;
  background: #000;
  color: #fff;
  display: block;
}
.pagetop a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: 55vw;
  transform: translate(-50%, -50%);
  -webkit- transform: translate(-50%, -50%);
}
/* ===================================================================
======================================================================
	SP
======================================================================
=================================================================== */
@media(max-width:1000px) and (min-width: 1px) {
  .base .title {
    right: 0;
  }
  #planning.base section:nth-of-type(even) div {
    left: 0;
  }
  #operation.base section:nth-of-type(even) div {
    left: 0;
  }
}
@media(max-width:980px) and (min-width: 1px) {
  body {
    font-size: 14px;
    line-height: 1.8em;
  }
  .base section div p br {
    display: none;
  }
}
@media(max-width:900px) and (min-width: 1px) {
  header article {
    padding-top: 0.5em;
  }
  header article nav {
    position: relative;
    bottom: 0;
    padding-right: 0;
    padding-bottom: 1em;
    text-align: center;
  }
  header article ol {
    float: none;
    text-align: center;
  }
  header article ol li {
    padding: 0 0.5em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    max-width: 48%;
  }
  header article ol li img {
    max-width: 99%;
  }
  #optimization section {
    display: block;
    clear: both;
  }
  #optimization section div {
    width: auto;
    display: inline;
    overflow: visible;
  }
}
@media(max-width:860px) and (min-width: 1px) {
  #mainimg {
    max-height: 100% !important;
  }
  .forcontact span a {
    font-size: 32px;
    line-height: 1.2em;
  }
  .base .title {
    right: 0;
    width: 100%;
  }
  .tocontact {
    padding: 3% 0;
  }
  .tocontact section ul {
    padding: 1em 0;
    margin: 0;
    list-style: none;
    display: inline-block;
  }
  .tocontact section ul li {
    padding: 0 0.5em;
    margin: 0;
    display: inline-block;
    text-align: center;
    width: calc(49% - 1em);
  }
  #example {
    padding-bottom: 3%;
  }
  #example section {
    padding: 3% 0 0;
  }
  #voice section {
    padding: 3% 5%;
  }
  #contact {
    padding: 3% 5%;
  }
  #story {
	padding: 5%;
}
}
@media(max-width:768px) and (min-width: 1px) {
  #mainimg {
    font-size: 0.9em;
  }
  #mainimg section .title span {
    padding: 0;
  }
  #merit h2 {
    font-size: 3em;
    line-height: 1.2em;
  }
  .forcontact span a {
    font-size: 26px;
    line-height: 1.2em;
  }
  #operation.base {
    background: #E3F3FF;
  }
  .base:after {
    width: 100%;
    left: 0;
  }
  .base .title {
    position: relative;
    max-width: 100%;
    padding: 1em 0 1em 0;
    width: 100%;
    text-align: center;
  }
  .base .title h1 {
    padding-left: 0;
  }
  .base section:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
  }
  .base section div {
    position: relative;
    display: block;
    width: auto;
    max-width: 65%;
    left: 0;
    right: 0;
    padding: 5%;
    padding-top: 0;
    box-sizing: border-box;
    float: right;
  }
  .base section div p {
    text-align: left;
  }
  #seminar h3 {
    font-size: 54px;
  }
  .seminar-under {
    margin: 10px auto;
    width: 100%;
    max-width: 81%;
    font-size: 40px;
  }
  #confidence section.confidence_read figure {
    width: 25%;
  }
  #confidence section.confidence_read ul {
    padding: 0 0 0 2em;
    margin: 0;
    float: left;
    display: block;
    width: 72%;
    box-sizing: border-box;
    font-size: 0.9em;
    line-height: 1.6em;
  }
  #planning.base section:nth-of-type(even) div {
    width: auto;
    max-width: 65%;
    left: 0;
    padding: 5%;
    padding-top: 0;
    float: left;
  }
  #planning.base section:nth-of-type(even) figure {
    left: auto;
    right: 0;
  }
  #operation.base section:nth-of-type(even) div {
    position: relative;
    display: block;
    width: auto;
    max-width: 65%;
    right: auto;
    left: 0;
    padding: 5%;
    padding-top: 0;
    float: left;
  }
  .base section figure {
    position: relative;
    overflow: hidden;
    width: 35%;
    height: auto;
    right: 0;
    top: 0;
    float: left;
  }
  .base section figure img {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit- transform: translateY(0);
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
  }
  #operation.base section:nth-of-type(even) figure {
    left: 0;
    right: 0;
    float: right;
  }
  #optimization section div {
    width: 100%;
    display: inline-block;
  }
  #mainimg section div h1 {
    font-size: 2.4em;
  }
  #mainimg section div strong {
    font-size: 1.1em;
  }
  #optimization section figure img {
    width: 100%;
    height: auto;
  }
  #optimization section figure {
    float: none !important;
    width: 75% !important;
    margin: 0 auto !important;
  }
  #rentup {
    padding-bottom: 3%;
    overflow: visible;
    height: auto;
  }
  #rentup section div {
    max-width: 100%;
    padding: 3% 5%;
  }
  #rentup section {
    width: 100%;
    text-align: center;
    float: none;
  }
  #rentup figure {
    float: none;
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
  }
  #rentup figure img {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    -webkit- transform: translateX(0);
    width: 100%;
  }
  #example section div {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  #example section div figure {
    margin-top: 3%;
  }
  
}
@media(max-width:640px) and (min-width: 1px) {
  #mainimg {
    font-size: 0.8em;
  }
  #mainimg section .title h1 {
    font-size: 2em;
  }
  #mainimg section .title strong {
    font-size: 1em;
  }
  .forcontact span a {
    font-size: 22px;
    line-height: 1.2em;
  }
  #voice2 section.voice2_read figure {
    width: 30%;
  }
  #voice2 section.voice2_read ul {
    width: 70%;
    padding: 0 1em 0 2em;
    font-size: 0.8em;
    line-height: 1.4em;
  }
  #voice2 section.voice2_ul ul {
    padding: 0 1em;
  }
  #colors section h3 {
    font-size: 1em;
  }
  #contact .title h1 {
    font-size: 1.8em;
    line-height: 1.4em;
  }
  #contact section {
    border-width: 5px;
  }
  #optimization .title h1 {
    font-size: 1.8em;
    line-height: 1.4em;
  }
  #optimization section {
    padding: 5% 0;
    position: relative;
  }
  #voice section figure {
    max-width: 4em;
    font-size: 0.8em;
    line-height: 1.5em;
    left: -3%;
  }
  #voice section figure figcaption span {
    display: block;
  }
  #voice section figure img {
    width: 90%;
  }
  #voice section div {
    right: -3%;
    width: calc(108% - 5em);
    padding: 1.4em;
  }
  #voice section div:before {
    margin: 0 0 0 -2.5em;
  }
  #voice section figure figcaption strong {
    margin-bottom: 1em;
  }
  #voice section figure figcaption span:before {
    display: none;
  }
  #seminar h3 {
    font-size: 55px;
  }
  /*
  #example section div {
  	float: none !important;
    width: 100%;
  }
  */
}
@media(max-width:520px) and (min-width: 1px) {
  #mainimg .catch ul li {
    margin: 0 0.2%;
    font-size: 1.4em;
  }
  #voice2 section.voice2_ul ul {
    padding: 0;
  }
  .forcontact span a::before {
    left: -2%;
    border: 3px solid #FF6200;
  }
  .base section div {
    max-width: 100%;
    padding-bottom: 0;
    float: none;
  }
  #cost {
    padding-bottom: 5%;
  }
  .base section figure {
    width: 60%;
    margin: 0 auto;
    float: none;
  }
  #operation.base section:nth-of-type(even) div {
    max-width: 100%;
    float: none;
    padding-bottom: 0;
  }
  #operation.base section:nth-of-type(even) figure {
    left: 0;
    right: 0;
    float: none;
  }
  #planning.base {
    padding-bottom: 5%;
  }
  #planning.base section:nth-of-type(even) div {
    max-width: 100%;
    float: none;
  }
  #planning.base section:nth-of-type(even) div {
    padding: 0 5%;
  }
  #seminar h3 {
    font-size: 44px;
  }
}
@media(max-width:480px) and (min-width: 1px) {
  .forcontact span a {
    font-size: 18px;
    line-height: 1.2em;
  }
  #mainimg section .title h1 {
    font-size: 1.8em;
    letter-spacing: 0;
  }
  #mainimg section .title span {
    font-size: 0.9em;
    line-height: 1.6em;
  }
  #colors section h3 {
    font-size: 0.8em;
    line-height: 1.6em;
  }
  header article ol li:nth-of-type(1) {
    max-width: 48%;
  }
  header article ol li:last-child {
    max-width: 48%;
    margin: 0 0 0 1%;
  }
  #contact section table tr th {
    display: block;
    text-align: left;
    padding-bottom: 0;
  }
  #contact section table tr td {
    display: block;
    text-align: left;
    padding-top: 0;
  }
  #contact section form .checkbox span {
    font-size: 1em;
    padding: 0 0 0 27px;
  }
  #voice section div p {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  #seminar h3 {
    font-size: 40px;
  }
  .seminar-under {
    font-size: 29px;
  }
}
@media(max-width:420px) and (min-width: 1px) {
  .seminar-under {
    font-size: 19px;
  }
  #seminar h3 {
    margin: 20px auto;
    font-size: 28px;
  }
}
@media(max-width:380px) and (min-width: 1px) {
  .title h1 {
    font-size: 1.8em !important;
  }
  .forcontact {
    padding: 0 5%;
  }
  .forcontact span {
    margin-bottom: 0;
  }
  .forcontact span a {
    font-size: 16px;
    line-height: 1.2em;
  }
  .forcontact span a::before {
    left: -3%;
    border: 2px solid #FF6200;
  }
  .forcontact span a::after {
    right: -0.5em;
  }
  .forcontact p {
    margin-top: 1em;
  }
  #voice1 section.voice1_read {
    font-size: 1em;
    line-height: 1.6em;
  }
  #merit h2 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  #contact section .btn {
    width: 15em;
  }
  #seminar h3 {
    font-size: 22px;
    margin: 20px;
  }
  .seminar-under {
    font-size: 17px;
  }
  .seminar-under2 p {
    font-size: 14px;
  }
  .seminar-under li {
    margin: 10px auto;
  }
  @media(max-width:360px) and (min-width: 1px) {
    .seminar-under {
      max-width: 82%;
    }
  }
}
@media(max-width:320px) and (min-width: 1px) {
  #seminar h3 {
    font-size: 21px;
    margin: 20px 0;
  }
  .seminar-under {
    font-size: 18px;
  }
  .seminar-under li {
    font-size: 14px;
  }
}