@charset "utf-8";
@import url("normalize.css");
/* CSS Document */
@font-face {
  font-family: "Sherne Toerumeye Logo";
  src: url("../font/SherneToerumeyeLogo-Regular.ttf") format('truetype');
}
/*統一の指定*/
html {
  font-family: "こぶりなゴシック W3 JIS2004";
  background-color: #fff;
}
/*全体の設定*/
body {
  margin: 0;
  line-height: 1.5em;
  color: #5c6d70;
}
main {
  overflow: hidden;
}
section {
  text-align: center;
}
article {
  max-width: 1080px;
  vertical-align: middle;
  /*border: dashed 1px #5b8bd0;*/ /*点線*/
  overflow: hidden;
  margin-right: 0;
  display: inline-block;
  *display: inline; /* IE用のハックです*/
  zoom: 1; /*IE用の hasLayout を true にするための記述です*/
  margin-top: 2em;
}
/*余白の上下を設定している*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  margin-bottom: 0.8em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*margin-bottom: 0.5rem;*/
  font-weight: 500;
  line-height: 1.2;
}
/*headerのh1のフォーマットを指定*/
h1, .h1 {
  font-size: 1.1em;
  height: 0.7%;
  line-height: 7px;
  text-align: center;
  letter-spacing: 2px;
}
h3, .h3 {
  font-size: 1.15em;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
h4, .h4 {
  font-size: 1em;
  letter-spacing: 1.3px;
}
h5, .h5 {
  font-size: 0.97em;
  letter-spacing: 2px;
  line-height: 1.6;
}
p-h5, .p-h5 {
  font-size: 0.97em;
  letter-spacing: 2px;
  line-height: 1.6;
}
.p-h5-space-p {
  font-size: 0.97em;
  letter-spacing: 2px;
  line-height: 1.6;
	padding: 15px 0px;
}

h6 {
	font-size: 0.9em !important;
	letter-spacing: 2px;
  line-height: 1.6;
}

.h3-line {
	line-height: 4.3;
	
}

.tit-small {
	font-size: 1.06em !important;
}

.bnr-cor {
	color:#047e87 !important; 
}

.Info-space {
  margin-top: 19px;
}
.Info-space2 {
  margin-top: 8px;
}
p {
  font-size: 0.9em;
  letter-spacing: 0.5px;
  color: #5c6d70;
}
footer h1 {
  padding-top: 1.5em;
}
/*基本的なリンク緑*/
a {
  color: #047E87 !important;
  transition: color 0.3s;
  background-color: transparent;
  text-decoration: none;
}
.normal {
  color: #5c6d70 !important;
	
}
.line {
  border-bottom: solid 0.5px #047e87;
  padding: 1px auto;
}
a:hover {
  color: #036270;
  text-decoration: none;
}
a:active {
  color: #036270;
  text-decoration: none;
}
.under {
  text-decoration: underline;
}
ul li {
  /*「・」を消す*/
  list-style-type: none;
}
img {
  font-size: 1em;
  font-family: "こぶりなゴシック W3 JIS2004";
  letter-spacing: 1px;
  border-radius: 2px;
}
table {
  border-collapse: collapse;
  margin-left: -16px;
}
table td {
  padding: 5px 14px;
}
table th{
	padding: 5px 0px;
	text-align: center;
}

.td_pr {
  width: 390px;
  font-size: 0.9em;
  border: solid 1.5px #f0f0f0;
}
.td_pr span {
  color: #70035e;
  letter-spacing: 3px;
  border: medium;
}
.side-h {
  height: 65px;
  padding: 30px;
}
.side-h th {
  position: relative;
}
.side-p {
  font-weight: normal;
  text-align: left;
  width: 240px;
  text-indent: 0.8em;
}
.need {
  position: absolute;
  left: 150px;
  top: 20px;
  font-weight: normal;
  text-align: left;
  color: #70035e;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"] {
  border-radius: 4px;
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.38);
  border: none;
  height: 46px;
  margin: 4px auto;
  text-indent: 1em;
}
input[type="text"]:focus {
  border: solid 0.5px #047e87;
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.71);
  outline: 0;
}
input[type="text"]:hover {
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.71);
}
.select {
  position: relative;
  display: block;
  border: solid 0.5px #047e87;
  border-radius: 4px;
  height: 46px;
  width: 340px;
  margin: 4px auto;
  float: left;
}
.select:before {
  position: absolute;
  top: 10px;
  right: 24px;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-top: 0.5px solid #047E87;
  border-right: 0.5px solid #047E87;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-tansform: rotate(135deg);
}
.select:hover:before {
  top: 12px;
}
select {
  cursor: pointer;
  font-size: 0.9em;
  letter-spacing: 1px;
  color: #047e87;
  position: relative;
  display: block;
  height: 46px;
  -webkit-appearance: none;
  appearance: none;
  width: 340px;
  text-indent: 1em;
  border: none;
  background: transparent;
}
select:focus {
  outline: 0;
  border: none;
  box-shadow: 0px 0px 7px 0px rgba(4, 126, 135, 0.71);
}
select:hover {
  box-shadow: 0px 0px 7px 0px rgba(4, 126, 135, 0.71);
}
::-ms-expand {
  display: none;
}
.id_file_btn {
  position: relative;
  z-index: 5;
  margin-left: -0px;
  cursor: pointer;
  font-size: 0.9em;
  color: #FFFFFF;
  padding: 12px 30px;
  border-radius: 2px;
  background-color: #047e87;
}
.id_file_btn:hover {
  box-shadow: 0px 0px 7px 0px rgba(4, 126, 135, 0.71);
}
.id_file_btn:active {
  outline: solid 2px #FFFFFF;
  outline-offset: -2px;
}
input[type="file"] {
  position: relative;
  left: -110px;
  z-index: 3;
  font-size: 0.9em;
}
input[type="file"]:before {
  position: absolute;
  overflow: hidden;
  content: "";
  background: #fff;
  width: 120px;
  height: 26px;
}
input[type="file"]:focus {
  outline: 0;
}
input[type="email"] {
  border-radius: 4px;
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.38);
  border: none;
  height: 46px;
  margin: 4px auto;
  text-indent: 1em;
}
input[type="email"]:focus {
  border: solid 0.5px #047e87;
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.71);
  outline: 0;
}
input[type="email"]:hover {
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.71);
}
input[type="tel"] {
  border-radius: 4px;
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.38);
  border: none;
  height: 46px;
  margin: 4px auto;
  text-indent: 1em;
}
input[type="tel"]:focus {
  border: solid 0.5px #047e87;
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.71);
  outline: 0;
}
input[type="tel"]:hover {
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.71);
}
input[type="time"] {
  border-radius: 4px;
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.38);
  border: none;
  height: 46px;
  margin: 4px auto;
  text-indent: 1em;
  color: #047e87;
  margin-right: 20px;
  padding-left: 14px;
}
input[type="time"]:focus {
  border: solid 0.5px #047e87;
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.71);
  outline: 0;
}
input[type="time"]:hover {
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.71);
}
input[type="checkbox"]:focus {
  outline-color: #047e87;
}
textarea {
  border-radius: 4px;
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.38);
  border: none;
  width: 555px; /* レスポンス対応をする */
  height: 180px;
  margin: 4px auto;
  margin-right: 20px;
  padding-left: 14px;
  padding-top: 14px;
}
textarea:focus {
  border: solid 0.5px #047e87;
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.71);
  outline: 0;
}
textarea:hover {
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.71);
}
.red {
  color: #70035e;
}
.tit_page {
  position: relative;
}
.tit_name {
  position: absolute;
  top: 1%;
  left: 3%;
  letter-spacing: 4px;
}
.tit_name span {
  color: #FFFFFF;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_ipad {
  display: block;
}
.sp {
  display: none;
}
/*メニューのインデックス真ん中の設定*/
.sty_nav a {
  transition: color 0.3s;
  background-color: transparent;
  text-decoration: none;
}
.sty_nav a:hover {
  color: #036270;
  text-decoration: none;
}
.sty_nav a:active {
  color: #036270;
  text-decoration: none;
}
.sty_nav ul {
  font-size: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.sty_nav ul li a {
  text-decoration: none;
  color: #5c6d70;
  /*padding: 30px;*/
}
/*インデックスメニュー通常時カラー余白全般の指定*/
.sty_nav li {
  padding: 8px;
  float: left;
}
.jump1 {
  letter-spacing: 2px;
  font-size: 0.9em;
  position: fixed;
  z-index: 3;
  right: 26px;
  bottom: 14px;
  text-align: center;
}
.jump2 {
  letter-spacing: 2px;
  font-size: 0.9em;
  position: fixed;
  z-index: 3;
  right: 26px;
  bottom: 36px;
  text-align: center;
}
.arw {
  position: relative;
  text-align: center;
}
.arw1 {
  position: absolute;
  top: -15px;
  left: 17px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 0.5px solid #047E87;
  border-right: 0.5px solid #047E87;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-tansform: rotate(-45deg);
}
.arw2 {
  position: absolute;
  top: 22px;
  left: 17px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 0.5px solid #047E87;
  border-right: 0.5px solid #047E87;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-tansform: rotate(135deg);
}
a .arw1:hover {
  border-top: 0.5px solid #036270;
  border-right: 0.5px solid #036270;
}
a .arw2:hover {
  border-top: 0.5px solid #036270;
  border-right: 0.5px solid #036270;
}
.arw1 :active {
  border-top: 0.5px solid #036270;
  border-right: 0.5px solid #036270;
}
.arw2 :active {
  border-top: 0.5px solid #036270;
  border-right: 0.5px solid #036270;
}
/*headerの余白を指定*/
.hed {
  padding: 10px;
  margin: 10px;
}
/*ロゴの置く位置を指定*/
.logo_style {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /*buttonのためのsty*/
  -webkit-filter: grayscale(0%);
  transition: -webkit-filter .3s linear;
  z-index: 2;
}
.logo_style:hover {
  -webkit-filter: grayscale(52%);
}
.logo_style:active {
  -webkit-filter: grayscale(48%);
}
/*ロゴの置く位置を指定*/
.logo_style2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /*buttonのためのsty*/
  -webkit-filter: grayscale(0%);
  transition: -webkit-filter .3s linear;
  z-index: 2;
}
.logo_style2:hover {
  -webkit-filter: grayscale(52%);
}
.logo_style2:active {
  -webkit-filter: grayscale(48%);
}
.logo_footer {
	margin-top: -2.2em;
	padding-bottom: 1.3em;
}
.logo_footer2 {
	margin-top: -1.8em;
	padding-bottom: 1.7em;
	clear: both;
}

/*ナビ内の設定*/
.navtop {
  overflow: hidden;
  letter-spacing: 2px;
  font-size: 0.9rem;
}
/*ナビ内のリストのstyleを指定*/
.list-intervel {
  list-style: none;
  text-align: center;
  margin-left: 20px;
  margin-top: 1%;
  margin-bottom: 12%;
}
/*左への回り込みが解除される*/
.clear {
  clear: both;
}
/*動かすための挙動*/
/*全体を囲むdiv*/
.sidebar {
  position: fixed;
	transform: translate3d(0, 0, 0);
  top: 483px;
  left: 312px;
  z-index: 100;
  height: 160px;
}


.button a {
  position: absolute;
  /*落とすならば、-12px
		出すならば288px*/
  left: 0px;
  top: 483px;
  /*本当はやりたかった設定☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆*/
  font-size: 0.9rem;
  text-indent: 1em;
  width: 36px;
  height: 126px;
  padding-top: 12px;
  padding-right: 10px;
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  white-space: nowrap;
  color: #047E87;
  border-radius: 0px 2px 2px 2px;
  background-color: #FFF;
  border: 0.5px solid #047E87;
  z-index: 100;
}
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.button a:hover {
  cursor: pointer;
  cursor: hand;
  color: #036270;
}
.left_box {
  position: absolute;
  /*隠すならば、-300px
		出すならば、0px*/
  left: -312px;
  top: 483px;
  font-size: 0.9rem;
  max-width: 300px;
  height: 114px;
  border-top: 0.5px solid #036270;
  border-bottom: 0.5px solid #036270;
  background-color: #ffffff;
  z-index: 100;
}
.left_box li {
  float: left;
  width: 16%;
  /*本当はやりたかった設定☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆*/
  padding: 0.6em;
}
.left_box li a {
  /*本当はやりたかった設定その3☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆*/
  width: 16em;
  height: 8em;
}
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*矢印の向き設定 矢印の参考*/
.open:after {
  content:  url("../images/sign`s/arrow_open.png");
  display: block;
  position: absolute;
  top: 94px;
  left: 26px;
  width: 10px;
  height: 10px;
  
  
}
.close:after {
  content: url("../images/sign`s/arrow_close.png");
  display: block;
  position: absolute;
  top: 94px;
  left: 24px;
  width: 10px;
  height: 10px;
  
  
}
.h3-back {
  margin: 42px 0 18px -15px;
  padding: 5px 15px 5px 15px;
  background-color: #fafcfa;
  overflow: hidden;
}
.face2 {
  text-align: center;
  float: left;
}
.face2 img {
  max-width: 320px;
}

.face2 .annotation {
  max-width: 320px;
}

.face3-list {
  padding-left: 19px;
  text-align: center;
}
.face3 {
  display: inline;
  padding-left: 3px;
}
.out {
  margin: 0 auto;
  max-width: 895px;
}
.face-g {
  display: inline-block;
  padding: 48px;
  text-align: center;
  vertical-align: text-bottom;
}
.face-g img {
  width: 90%;
  height: 90%;
}
.face3 img {
  width: 230px;
}
.border {
  border: 1px solid #5c6d70;
}
.flow-box {
  position: relative;
  float: left;
  height: 320px;
  width: 32px;
}

.tit-only {
	height: 250px;
}

.flow-box img {
  position: absolute;
  top: 27%;
  left: 30%;
  width: 13px;
}

.flow-box .tit-suffer {
	
	top: 54%;
}

.option-box {
  position: relative;
  float: left;
  height: 430px;
  width: 32px;
}
.option-box img {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 13px;
}
.annotation {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.4;
  
}
.indent {
  padding-left: 19px;
}
.indent-txt {
	padding-left: 1em;
	text-indent: -1em;
}
.right {
	position: absolute;
	display: block;
	text-align: right;
	right : 10px;
	bottom: 28px;
}
.right2 {
	position: absolute;
	display: block;
	text-align: right;
	right : 10px;
	top : 34px;
}

.right-again {
	position: absolute;
	display: block;
	text-align: right;
	right : 10px;
	bottom: 26%;
}

.list-tit {
  padding-left: 0px;
  margin-left: 24px;
}
.in-line {
  padding-left: 22px;
  display: block;
}
.p-cent {
  padding-top: 8px;
}

.list {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
}
.outline {
  padding-top: 38px;
  text-align: center;
}
.divide {
  padding-bottom: 18px;
}
.remark {
  color: #70035e;
}
.meansure {
  margin: 0 auto;
  width: 850px;
}
.means {
  padding-left: 200px;
  margin-top: -24.5px;
  display: block;
  max-width: 650px;
}
.means2 {
  padding-left: 200px;
  display: block;
  max-width: 650px;
}
.list-after {
  font-size: 0.9em;
}
.subsidy {
  color: #70035e;
  text-align: center;
  padding-top: 0.3%;
  padding-bottom: 4.2%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 7.7%;
  background-color: #fafcfa;
  border-radius: 2px;
}
.subsidy_tit {
  font-size: 1.15em;
  display: block;
}
.subsidy_telop {
  font-size: 1.08em;
  padding-top: 0;
  padding-bottom: 2.4%;
  display: block;
}
.subsidy_btn a {
  width: 33.9%;
  height: 0.6%;
  color: #ffffff;
  font-size: 1.08em;
  line-height: 0.537;
  border-radius: 2px;
  background-color: #70035e;
  padding-top: 1.4%;
  padding-bottom: 1.4%;
  padding-left: 16%;
  padding-right: 16%;
}
.subsidy_btn a:hover {
  color: #70035e;
  background-color: #FFFFFF;
  border: 0.5px solid #70035e;
}
.block-contents {
  display: table;
  padding-left: 7px;
  margin: 0 auto;
  width: 99%;
}
.block-contents-border {
  display: table;
  margin: 0 auto;
  width: 99%;
  border-bottom: solid 1px #5c6d70;
}
.block-contents-border-ing {
  display: table;
  margin: 0 auto;
  width: 99%;
  border-bottom: solid 1px #5c6d70;
}
.block-contents a img {
  width: 360px;
}
.block-contents-border a img {
  width: 360px;
}
.block-contents-border-ing a img {
  width: 360px;
}
.bnr-body {
  position: relative;
  float: left;
  display: block;
}

.bnr-body2 {
	position: relative;
}

.bnr-body-Info {
  position: relative;
  display: inline-block;
}
.bnr {
  margin: 0 auto;
  display: block;
  padding-right: 32px;
  padding-bottom: 26px;
}
.pc_bnr {
  width: 752px !important;
  padding-bottom: 26px;
  display: block;
}
.sp_bnr {
  display: none;
}
.bnr-body-Info:hover img {
  opacity: 1;
  -webkit-animation: flash 0.8s;
  animation: flash 0.8s;
  color: #036270;
}
.bnr-body-Info:action img {
  opacity: 1;
  -webkit-animation: flash 0.8s;
  animation: flash 0.8s;
  color: #036270;
}
.bnr-body-Info:focus img {
  opacity: 1;
  -webkit-animation: flash 0.8s;
  animation: flash 0.8s;
  color: #036270;
}
.bnr-body:hover img {
  opacity: 1;
  -webkit-animation: flash 0.8s;
  animation: flash 0.8s;
  color: #036270;
}
.bnr-body:focus img {
  opacity: 1;
  -webkit-animation: flash 0.8s;
  animation: flash 0.8s;
  color: #036270;
}
@-webkit-keyframes flash {
  50% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  50% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
.bnr-name {
  position: absolute;
  color: #ffffff;
  clear: both;
}


.bnr-name span {
  position: absolute;
  bottom: -12px;
  right: -82px;
  font-size: 0.8em;
}
.bnr-cont {
  position: absolute;
  left: 25px;
  color: #047e87;
  clear: both;
}
.txt-cor {
  color: #FFFFFF;
}

.blocks {
  width: 50%;
  float: left;
  
}
.blocks li {
	margin: 14px 0;
}

.catch1 {
  text-align: left;
  white-space: nowrap;
  font-size: 0.9em;
  height: 129px;
  margin-left: 16%;
  z-index: 1;
}
.catch2 {
  text-align: left;
  position: relative;
  font-size: 0.9em;
  top: -10em;
  left: 9.5em;
  margin-right: 0;
  z-index: 1;
}
.catch2 a {
  font-size: 0.9em;
  margin-bottom: 7%;
  margin-right: 0;
}
.de {
  padding-bottom: 0.6em;
  margin-right: 0;
}
.de li {
  margin-left: -2.9em;
  margin-right: 0;
}
.item_pic:hover {
  outline: 7px solid rgba(255, 255, 255, 0.5);
  outline-offset: -7px;
}
.item_pic:active {
  opacity: 0.8;
  outline: 7px solid rgba(255, 255, 255, 0.7);
  outline-offset: -7px;
}
.page_index {
  position: relative;
  text-align: center;
  padding: 1.7em 0 0.5em 0;
}
.page_left_on {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  left: 33.5%;
  top: 49%;
  content: "";
  width: 20px;
  height: 20px;
  border-left: 0.5px solid #047E87;
  border-bottom: 0.5px solid #047E87;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-tansform: rotate(45deg);
}
.page_left_off {
  position: absolute;
  left: 33.5%;
  top: 49%;
  content: "";
  width: 20px;
  height: 20px;
  border-left: 0.5px solid #5c6d70;
  border-bottom: 0.5px solid #5c6d70;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-tansform: rotate(45deg);
}
.page_right_on {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  right: 33.5%;
  top: 49%;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 0.5px solid #047E87;
  border-right: 0.5px solid #047E87;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-tansform: rotate(45deg);
}
.page_right_off {
  position: absolute;
  right: 33.5%;
  top: 49%;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 0.5px solid #5c6d70;
  border-right: 0.5px solid #5c6d70;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-tansform: rotate(45deg);
}
/*上の矢印の幅を、800pxと500pxずつ調節する*/
.page_number {
  vertical-align: middle;
  display: inline-block;
  *display: inline; /* IE用のハックです*/
  zoom: 1; /*IE用の hasLayout を true にするための記述です*/
  padding: 1.8%;
}
.page_number p {
  position: relative;
  padding-bottom: 1px;
}
.page_number p:after {
  position: absolute;
  display: block;
  content: url("../images/sign`s/pag.png");
  bottom: -10px;
  left: 50%;
  margin-left: -14px;
}
.leeling {
  margin: 0 auto;
  overflow: visible;
  counter-reset: chapter;
}

.leeling-border {
  margin: 0 auto;
  overflow: visible;
  counter-reset: chapter;
  border-bottom: 1px solid #f0f0f0;
	position: relative;
}

.chapter {
  text-align: justify;
  display: inline-block;
  margin-right: auto;
	
}

ol {
	 list-style-type: none;
}
.license-ol {
  counter-reset: count 0;
  letter-spacing: 2px;
}

.mokuji {
	padding-bottom:8px;
}

.mokuji:before {
  content: "第" counter(count) "章　";
  counter-increment: count 1;
	margin-left: -2.6em;
}

.license-ol ul {
	padding-bottom: 12px;
}

.license-ol ul li {
	padding-bottom: 8px;
}

.mokuji-touitu {
	margin-left: 22px;
	letter-spacing: 2px;
}

.lic_count1:before {
  content: "第"counter(chapter) "章　";
  counter-increment: chapter;
}
.lic_count2:before {
  content: "●";
}
.lic_count1 {
	counter-reset: section;
}
.lic_count2 {
	counter-reset: section;
}
.lic_p {
	padding-left: 1.3em;
	text-indent: 1em;
}
.lic_p:before {
	content:counter(section) "　";
	counter-increment: section;
	margin-left: -2em;
	
}
.box-lead {
  margin: 0 auto;
  width: 820px;
  text-align: center;
  border-bottom: solid 1px #5c6d70;
  padding-bottom: 22px;
}
.tit-back {
  margin: 42px auto 18px auto;
  width: 540px;
  padding: 15px;
  background-color: #fafcfa;
}
.img-back {
  padding: 110px 100px;
  box-shadow: 0px 0px 7px 0px rgba(92, 110, 112, 0.71);
}
.img-back2 {
  padding: 18px 100px;
  box-shadow: 0px 0px 7px 0px rgba(92, 110, 112, 0.71);
}
.cont-set {
  position: relative;
  width: 570px;
  height: 265px;
  border-radius: 2px;
  border: solid 2px #fafcfa;
  margin: 14px auto 20px auto;
}
.cont-back {
  position: absolute; /* 絶対配置 */
  top: 50%; /* 上から半分 */
  left: 50%; /* 左から半分 */
  width: 100%; /* 大枠と同じ幅に */
  margin: -25px 0 0 -50%; /* 要素の大きさの半分引く */
}
.cont-back2 {
  position: absolute; /* 絶対配置 */
  top: 50%; /* 上から半分 */
  left: 50%; /* 左から半分 */
  width: 100%; /* 大枠と同じ幅に */
  margin: -15% 0 0 -50%; /* 要素の大きさの半分引く */
}
.cont-back3 {
  position: absolute; /* 絶対配置 */
  top: 50%; /* 上から半分 */
  left: 50%; /* 左から半分 */
  width: 100%; /* 大枠と同じ幅に */
  margin: -6% 0 0 -50%; /* 要素の大きさの半分引く */
}
.cont-back4 {
  position: absolute; /* 絶対配置 */
  top: 50%; /* 上から半分 */
  left: 50%; /* 左から半分 */
  width: 100%; /* 大枠と同じ幅に */
  margin: -1% 0 0 -50%; /* 要素の大きさの半分引く */
}
.cont-back5 {
  position: absolute; /* 絶対配置 */
  top: 50%; /* 上から半分 */
  left: 50%; /* 左から半分 */
  width: 100%; /* 大枠と同じ幅に */
  margin: -10% 0 0 -50%; /* 要素の大きさの半分引く */
}
.c-1 {
  letter-spacing: 0px;
}
.c-2 {
  font-size: 0.5em;
  letter-spacing: -18px;
  display: inline-block;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-tansform: rotate(90deg);
}
.c-3 {
  letter-spacing: 1px;
}
.c-4 {
  font-size: 0.7em;
  vertical-align: top;
  letter-spacing: -4px;
}
.c-5 {
  font-size: 0.75px;
  vertical-align: -5%;
}
.c-6 {
  font-size: 0.2px;
  letter-spacing: -5px;
  vertical-align: 22%;
}
.c-7 {
  font-size: 0.1px;
  letter-spacing: -4px;
  vertical-align: -8%;
}
.c-8 {
  vertical-align: top;
  font-size: 10px;
  letter-spacing: -2px;
}
.c-9 {
  font-size: 0.7em;
  vertical-align: 18%;
  letter-spacing: 0px;
}
.c-10 {
  font-size: 0.7px;
  vertical-align: -8%;
}
.c-11 {
  letter-spacing: -0.3px;
}
.tab_li {
  padding-left: 32px;
  display: block;
}



.teb_sh {
	display: block;
	padding-left: 142px;
	padding-bottom: 32px;
	margin-top: -24.5px;
}
.asterisk {
  display: block;
  padding-left: 16px;
}
.asterisk:before {
  content: '※'; /* ←ここにリストマーカーにしたい文字列を設定 */
  margin-left: -16px; /* 1文字分、左に寄せる */
}
.note {
  margin-top: -0.5em;
  font-size: 0.85em;
  letter-spacing: 3px;
  line-height: 1.6;
  text-align: center;
}
.note2 {
  font-size: 0.7em;
  letter-spacing: 5px;
  line-height: 1.6;
  text-align: center;
}
.star {
  padding-top: 2px;
  margin-bottom: -2px;
  margin-left: 0px;
  margin-right: 3px;
}
.mark {
  margin-bottom: -2px;
  margin-left: 2px;
  margin-right: 1px;
}

.footer_main_nav {
  margin-top: -1em;
  padding-bottom: 1.2em;
  text-align: center;
}
.footer_nav {
  padding: 10px;
}

.copyright {
  text-align: center;
  font-size: 0.7em;
  line-height: 0.538;
  padding-top: 8px;
}
.lead {
  padding-top: 12px;
}
.off_weak {
  padding-top: 1.9em;
  font-size: 0.85em;
  letter-spacing: 8px;
  line-height: 0.938;
  text-align: center;
}
.space {
  padding: 15px 0px;
}
.space-p {
  padding: 15px 0px;
}
.space-under {
	padding-bottom: 15px;
}
.space-over {
	padding-top: 15px;
}
.atmosphere {
  display: block;
  padding: 12px 0px;
}
.back {
  letter-spacing: 2px;
  text-align: right;
  padding: 12px 0px 102px 0px;
}
.td2 {
  width: 175px;
  font-size: 0.9em;
  border: solid 1.5px #f0f0f0;
}
.h3-back a {
  color: #5c6d70;
}
.arw-long-space {
  position: relative;
  left: 104px;
  top: 12px;
  height: 80px;
  padding-left: 142px;
  content: "";
  border-left: solid 1px #5c6d70;
}
.arw-long-space:after {
  position: absolute;
  bottom: 4%;
  left: -10px;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 0.5px solid #5c6d70;
  border-right: 0.5px solid #5c6d70;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-tansform: rotate(135deg);
}
.arw-long-space-tit {
  position: absolute;
  top: 20%;
}
.arw-long {
  position: relative;
  left: 104px;
  top: 12px;
  padding-left: 142px;
  content: "";
  border-left: solid 1px #5c6d70;
}
.arw-long2 {
  position: relative;
  left: 104px;
  top: 12px;
  padding-left: 142px;
  content: "";
  border-left: solid 1px #5c6d70;
}
.arw-long:after {
  position: absolute;
  bottom: 2%;
  left: -10px;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 0.5px solid #5c6d70;
  border-right: 0.5px solid #5c6d70;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-tansform: rotate(135deg);
}
.arw-long2:after {
  position: absolute;
  bottom: 1%;
  left: -10px;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 0.5px solid #5c6d70;
  border-right: 0.5px solid #5c6d70;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-tansform: rotate(135deg);
}
.rad-box {
  text-align: center;
  color: #70035e;
  background-color: #fafcfa;
  border: solid 1px #70035e;
  border-radius: 2px;
  width: 220px;
  padding: 0.1px 5px 8px 5px;
  margin-top: 35px;
  margin-left: -10px;
  margin-right: 23px;
  float: left;
}
.rad-box p {
  color: #70035e;
}
.important-box1 {
  padding-top: 11%;
  ;
}
.important-item {
  position: relative;
  padding-left: 36px;
  display: inline-block;
}
.important-item:before {
  position: absolute;
  top: 32%;
  content: url("../images/sign`s/important.png");
  margin: auto 6px auto -35px;
  vertical-align: middle;
}
.category {
  margin: 0 auto;
}
.block1, .block2, .block3 {
  display: inline-block;
  vertical-align: text-top;
  width: 278px;
  padding-bottom: 16px;
  text-align: center;
}
.b-tit {
  padding-top: 0.8em;
  padding-bottom: 13px;
}
.center {
  text-align: center;
}
.center-space {
  padding-top: 44px;
  text-align: center;
}
.road {
  margin: 0 auto;
}
.open-btn {
  position: relative;
  margin: 82px auto -4px auto;
  padding: 10px 15px 10px;
  border: solid 1px #047e87;
  border-radius: 2px;
}
.open-btn:after {
  position: absolute;
  top: 9px;
  right: 50px;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 0.5px solid #047e87;
  border-right: 0.5px solid #047e87;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-tansform: rotate(135deg);
}
.open-btn:after {
  position: absolute;
  top: 9px;
  right: 50px;
  content: "";
}
.open-btn:hover {
  border: solid 1px #036270;
  cursor: pointer;
  cursor: hand;
  box-shadow: 0px 0px 9.3px 0.7px rgba(4, 126, 135, 0.38);
}
.open-btn:hover:after {
  top: 11px;
  border-top: 0.5px solid #036270;
  border-right: 0.5px solid #036270;
}
.open-btn:active:after {
  top: 6px;
}
.open-btn:active {
  box-shadow: 0px 0px 7px 0px rgba(4, 126, 135, 0.71);
}
.box-lead-left {
  margin: 0 auto;
  border-bottom: solid 1px #5c6d70;
  padding-top: 22px;
  padding-bottom: 22px;
}
.de-size {
  padding: 20px 20px 20px 20px;
  background: #fff;
}
.length {
  /*ローカルサイズの横幅		*/
  width: 280px;
  /*縦のサンプル名刺サイズの額		*/
  padding: 10px 105px;
  /*画像外の枠					*/
  margin: 35px 35px -20px 35px;
  box-shadow: 0px 0px 7px 0px rgba(92, 110, 112, 0.71);

}
.side-pic {
  /*ローカルサイズの横幅		*/
  width: 280px;
  /*横のサンプル名刺サイズの額 約		*/
  padding: 72px 105px;
}
.length, .side-pic {
  margin: 45px 35px -20px 35px;
  box-shadow: 0px 0px 7px 0px rgba(92, 110, 112, 0.71);
}
.image2 {
  /*画像サイズ*/
  width: 500px;
  /*枠の余白*/
  margin: 42px 30px -20px 30px;
}
.message {
  position: static;
  display: block;
}
.name-back {
  display: block;
  position: relative;
  text-align: left;
  padding-left: 34px;
}

.name-back cite {
	 position: absolute;
  left: 150px;
}

.name-back span {
  position: absolute;
  left: 150px;
}
.asterisk-back {
  display: block;
  text-align: left;
  padding-left: 54px;
}
.asterisk-back:before {
  content: "※ ";
  margin-left: -20px;
}
.on {
  opacity: 1;
}
.off {
  opacity: 0;
}
.parent {
  position: relative;
  height: 344px;
  width: 560px;
}
.parent img {
  transition: all 500ms 0s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.parent .clk_label {
  position: absolute;
  top: 190px;
  left: 15px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 0.5px solid #047E87;
  border-right: 0.5px solid #047E87;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-tansform: rotate(-135deg);
  overflow: visible;
  cursor: pointer;
  cursor: hand;
  -webkit-tap-highlight-color: transparent;
}
.parent .clk_label:before {
  position: absolute;
  top: 363px;
  right: 363px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 0.5px solid #047e87;
  border-left: 0.5px solid #047e87;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-tansform: rotate(-90deg);
}
.parent .clk_label:hover {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 0.5px solid #036270;
  border-right: 0.5px solid #036270;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-tansform: rotate(-135deg);
}
.parent .clk_label:active {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 0.5px solid #036270;
  border-right: 0.5px solid #036270;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-tansform: rotate(-135deg);
}
.parent .clk_label:hover:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 0.5px solid #036270;
  border-left: 0.5px solid #036270;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-tansform: rotate(-90deg);
}
.parent .clk_label:active:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 0.5px solid #036270;
  border-left: 0.5px solid #036270;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-tansform: rotate(-90deg);
}
.parent input {
  display: none; /* 非表示 */
}
.parent .image2 {
  opacity: 0; /* 非表示 */
  /*opacity: 0.5;*/ /*デザイン用 */
  transition: 0.2s;
}
.parent input:checked ~ .image2 {
  opacity: 1; /* 文字を表示 */
}
.de_space {
  text-align: center;
  margin-bottom: -20px;
  padding-top: 20px;
}
.h3_de_space {
  text-align: center;
  margin-bottom: 0px;
	
}
.de_center {
  display: block;
  margin: -22px auto 0;
  /*ローカルサイズの横幅		*/
  width: 570px;
}
/*改行用*/
.hand {
  display: none;
}
/*ガラケー専用の表示非表示*/
.hand_onry {
  display: none;
}
/*ガラケー専用の表示非表示のみ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.excep_handheld {
		display: none;
}

.hand_none {
	display: block;
}


/*subsidy用CSS＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

table .quota-cap {
	background-color: #F3F3F3;
	font-size: 0.98em;
	letter-spacing: 0px;
}

blockquote {
	font-size: 0.98em;
  letter-spacing: 0.5px;
  color:#17091B;
  background-color:#F3F3F3;
	padding: 20px;
	line-height: 26px;
}

.quota {

  
}
.quota tbody {
	font-size: 0.9em;
	padding: 5px;
	margin: 5px;
	
}

.quota-lis {
	margin: 0 auto;
	
}
/*制作実績ページ用CSS******************************************************************************************/
/*制作実績ページ用CSS******************************************************************************************/
/*制作実績ページ用CSS******************************************************************************************/


.tit-bodrsize {
	border-top: solid 1px #5c6d70;
	margin-top: 34px;
	margin-bottom: 26px;
	padding: 10 0 12 0;
}

.bottm_border {
	border-bottom: solid 1px #5c6d70;
}

.tit-bodr {
	margin-left: calc( 2% + 5px );
}

.pro-over {
	margin: 0 auto 20px auto;
	
	padding-bottom: 16px;
}

.main-img {
	float: left;
	
}
.left_border1 {
	border-left: solid 1px #5c6d70;
}

.main-mese {
	float: left;
	
	width: calc(50% - 130px);
}


/*画像幅の切り替え******************************************************************************************/
/*画像幅の切り替え******************************************************************************************/
/*画像幅の切り替え******************************************************************************************/
/*ガラケーの対応＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
@media handheld {
  html {
    font-family: sans-serif;
  }
  h1, .h1 {
    padding-bottom: 34px;
    line-height: 32px;
  }
	
	a {
		color: #047E87;
	}
	
	a :hover {
    
    background-color: #FFFFFF;
		
    
	}
	
	
	.sidebar {
	
  		
	  display: none;
	}
	.button a {
		display: none;
	}
  .navtop {
    padding-bottom: 8%;
  }
	/*ガラケーのみ非表示＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
	.usually {
		display: none;
	}
	/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
	.excep_handheld {
		display: block;
	}
  .catch1 {
    height: 129px;
    margin-left: 0;
  }
	
  .catch2 {
    top:  -130px;
    left: 6.5em;
    margin-right: 0;
  }
	
  .catch2 a {
    top:  -1em;
    left: -2em;
	width: 160px;
    margin-left: -1.02em;
  }
  
  .de {
    padding-bottom: 0;
	
    margin-left: -14px;
    padding-left: -14px;
  }
  .fixed-top {
    position: static;
    text-align: center;
  }
  .list-intervel {
    text-align: center;
    margin-top: 6%;
    margin-bottom: 6%;
    margin-left: -6%;
    padding-right: 8px;
  }
	/*ガラケー用オプション＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
	.leeling-border img {
		width: 250px;
	}
	.right {
	position: static;
	display: block;
}
	.right2 {
		position: static;
	display: block;
	}
  .jump1 {
    position: static;
    text-align: center;
    right: 0;
    margin-left: -10px;
    padding-bottom: 6%;
    padding-right: 8px;
  }
  .jump2 {
    position: static;
    text-align: center;
    right: 0;
    margin-left: -10px;
    padding-bottom: 6%;
  }
  /*改行用*/
  .hand {
    display: block;
  }
  /*ガラケー専用の表示非表示*/
  .hand_onry {
    display: block;
    width: 96%;
    padding-bottom: 52px;
  }
  .pc_ipad {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .br-long-pc {
    display: none;
  }
  .br-long-sp {
    display: none;
  }
  .br-long-sp-st {
    display: none;
  }
  .block-contents a img {
    width: 96%;
  }
  .pc_bnr {
    display: none;
  }
  .sp_bnr {
    margin: 0 auto;
    width: 96% !important;
    padding-right: 8px;
    display: block;
    padding-bottom: 19px;
  }
  .bnr-body {
    clear: both;
  }
  .bnr-name {
    position: static;
    color: #047e87;
    clear: both;
    margin-top: -20px;
    padding-top: -10px;
    width: 96%;
  }
  .bnr-name span {
    position: static;
    clear: both;
    font-size: 0.8em;
  }
  .bnr-cont {
    position: static;
    color: #047e87;
    clear: both;
    margin-top: -20px;
    padding-top: -10px;
    padding-bottom: 38px;
    width: 96%;
  }
  .txt-cor {
    color: inherit;
  }
  .tit_name {
    position: static;
  }
  .tit_name span {
    color: inherit;
  }
  section {}
  article {
    width: 100%;
  }
  .length, .side-pic {
    margin: 45px 35px 40px 35px;
  }
  .parent {
    height: 544px;
  }
  .parent img {
    transition: none;
    position: static;
    padding-bottom: 25px;
    display: block;
  }
  .parent .clk_label {
    display: none;
  }
  .parent .clk_label:before {
    display: none;
  }
  .image2 {
    position: static;
    display: block;
    height: auto;
    padding-bottom: 52px;
  }
  .item_pic:hover {
    outline: none;
  }
  .item_pic:active {
    opacity: 1;
    outline: none;
  }
  .message {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  .name-back {
    padding-left: 0;
  }
  .name-back span {
    position: absolute;
    left: 95px;
  }
  .asterisk-back {
    padding-left: 10px;
  }
  .asterisk-back:before {
    content: "※ ";
    margin-left: -10px;
  }
  .arw-long-space {
    left: 50%;
    top: 12px;
    height: 80px;
    text-align: center;
    padding-left: 0;
  }
  .arw-long {
    left: 10px;
    top: 12px;
    padding-left: 10px;
  }
  .arw-long2 {
    left: 10px;
    top: 12px;
    padding-left: 10px;
  }
  .stop {
    width: 90%;
    overflow: visible;
  }
  .important-item {
    padding-left: 0;
    display: none;
  }
  .important-item:before {
    display: none;
  }
  .rad-box {
    float: none;
  }
  .flow-box {
    display: none;
  }
  .flow-box img {
    display: none;
  }
  .option-box {
    display: none;
  }
  .option-box img {
    display: none;
  }
  .face3-list {
    padding-left: none;
    text-align: center;
  }
  .cont-set {
    width: 100%;
    height: 365px;
  }
  .cont-back {
    position: static; /* 絶対配置 */
    width: 98%;
    text-align: center;
  }
  .cont-back2 {
    position: static; /* 絶対配置 */
    width: 98%;
    text-align: center;
  }
  .cont-back3 {
    position: static; /* 絶対配置 */
    width: 98%;
    text-align: center;
  }
  .cont-back4 {
    position: static; /* 絶対配置 */
    width: 98%;
    text-align: center;
  }
  .cont-back5 {
    position: static; /* 絶対配置 */
    width: 98%;
    text-align: center;
  }
  .c-2 {
    display: none;
  }
  .c-11 {
    font-size: 1.2em;
    letter-spacing: -0.3px;
  }
  .c-3 {
    font-size: 1.2em;
    letter-spacing: 1px;
  }
  .blocks {
    width: 100%;
    clear: both;

  }
  .lic_count1:before {
    content: normal;
  }
	/*制作実績ページ用CSS******************************************************************************************/
	.main-mese {
	clear: both;
	
	}
}
/*スマフォ版のサイズ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
@media (min-width: 375px) {
  .logo_style {
    width: 28.6%;
  }
  .logo_style2 {
    width: 188px;
    padding-top: 2em;
    margin-bottom: -1.2em;
  }
  /**/
  .fixed-top {
    position: fixed;
    right: 13px;
    top: 18px;
    z-index: 1;
  }
  .button a {
    position: absolute;
    /*落とすならば、-12px
		出すならば288px*/
    left: 0px;
    top: 483px;
  }
  .left_box {
    position: absolute;
    /*隠すならば、-300px*/
    /*出すならば、0px*/
    left: -312px;
    
  }
  .subsidy_telop {
    font-size: 0.9em;
  }
  .subsidy_btn a {
    font-size: 0.8em;
    padding-left: 4%;
    padding-right: 4%;
  }
  .footer_main_nav {
    margin-top: 0.3em;
  }
  .leeling {
    width: 90%;
  }
  .leeling-border {
    width: 90%;
  }
  .h3-back {
    width: 335px;
  }
	/*制作実績ページ用CSS******************************************************************************************/
	.min375 {
		display: block;
	}
	.min768 {
		display: none;
	}
	.min1400 {
		display: none;
	}
	
	
	
	.pro-over {
		width: 358px;
	}
	.main-img {
		width: 98%;
		padding-left: calc( 5% + 5px );
	}
	
	
	.left_border2  {
		border-left: solid 1px #5c6d70;
		padding-left: calc( 2% + 5px );
	}
	
	.left_border3 {
		border-left: solid 1px #5c6d70;
		padding-left: calc( 2% + 5px );
		margin-bottom: -8px;
		padding-bottom: 8px;
		padding-top: 16px;
	}
	
	.main-mese {
		margin-left: calc( 2% + 5px );
		width: auto;
	}
	.sab-img {
		width: 98%;
	}
	
}
/*タブレット版のサイズ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
@media (min-width: 768px) {
  .logo_style {
    width: 24.6%;
  }
  .logo_style2 {
    padding-top: 2.5em;
    padding-bottom: 3px;
    width: 174px;
  }
  .fixed-top {
    position: fixed;
    right: 13px;
    top: 45px;
    z-index: 1;
  }
  /*↓コンテンツが２行になったら消す*/
  .sty_nav {
    margin: -13px auto 3.5% auto;
    width: 800px;
    padding-bottom: 25px;
  }
  .sty_nav ul {
    max-width: 100%;
    text-align: center;
  }
  .sty_nav li {
    white-space: nowrap;
    font-size: 0.9em;
    /*数が増えたら、下を公開する*/
    width: 22%;
    text-indent: -3em;
  }
  .table-cell li a {
    /*増えたら、余白の幅を調節する*/
    padding: auto 5px;
  }
  /*ここまでactionな*/
  /*動かすための挙動*/
  .button a {
    position: absolute;
    /*落とすならば、-12px
		出すならば288px*/
    left: 0px;
    top: 483px;
  }
  /*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
  .button a:hover {
    cursor: pointer;
    cursor: hand;
    color: #036270;
  }
  .left_box {
    position: absolute;
    /*隠すならば、-300px
		出すならば、0px*/
    left: -312px;
    top: 483px;
  }
  .subsidy_btn a {
    font-size: 1em;
    padding-left: 8%;
    padding-right: 8%;
  }
  .leeling {
    width: 740px;
  }
	.leeling-border {
    width: 740px;
  }
  .h3-back {
    width: 740px;
  }
  .arw-long {
    width: 500px;
  }
  .arw-long2 {
    width: 500px;
  }
  .arw-long-space {
    width: 500px;
  }
  .stop {
    width: 500px;
  }
	/*制作実績ページ用CSS******************************************************************************************/
	.min375 {
		display: none;
	}
	.min768 {
		display: block;
	}
	.min1400 {
		display: none;
	}
	
	.tit-bodrsize {
		
		width: 460px;
	}
	
	.pro-over {
		width: 756px;
	}
	.main-img {
		width:inherit;
		padding-right: 4px;
		margin-bottom: 48px;
		padding-left: 0;
		padding-bottom: 26px;
		padding-top: 26px;
	}
	
	.left_border2 {
		border-left: solid 1px #5c6d70;
	}
	
	.left_border3 {
		border-left: none;
		margin-bottom: 0px;
	}
	
	.main-mese {
		margin-left: inherit;
	}
	.sab-img {
		width: 32%;
		padding-left: 0px;
		margin-bottom: 0px;
		margin-top: 4%;
	}
	.grand-img {
		margin: 26px 0 32px 0;
		padding-left: calc( 0.5% + 5px );
	}
}
@media (min-width: 800px) {
  section {
    text-align: center;
    width: 800px;
    margin: 0 auto;
  }
  article {
    margin: 3% 1% -10em 0;
  }
  .block-contents-border {
    margin-top: 38px;
    width: 790px;
  }
  .block-contents-border-ing {
    margin-top: 38px;
    width: 790px;
  }
  .block-contents-border a img {
    width: 360px;
  }
  .box-lead-left {
    width: 820px;
  }
}
/*PC版のサイズ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
@media (min-width: 1400px) {
  .note2 {
    padding-bottom: 10px;
  }
  .block-contents {
    padding-top: 0%;
    margin-top: -20px;
  }
  .logo_style {
    width: 18.6%;
  }
  .logo_style2 {
    width: 11%;
  }
  section {
    text-align: center;
    width: 1080px;
    margin: 0 auto;
  }
  .fixed-top {
    position: fixed;
    right: 18px;
    top: 50px;
    z-index: 1;
  }
  .sty_nav ul {
    width: 1200px;
    margin: 15px auto;
  }
  .sty_nav li {
    white-space: nowrap;
    /*数が増えたら、下を公開する*/
    width: 22%;
    text-indent: -6em;
  }
  .divide {
    padding-bottom: 32px;
  }
  .min1400-space {
      margin-top: 8px;
  }
	/*制作実績ページ用CSS******************************************************************************************/
	.min375 {
		display: none;
	}
	.min768 {
		display: none;
	}
	.min1400 {
		display: block;
	}
	
	.tit-bodrsize {
		
		width: 500px;
	}
	
	.pro-over {
		width: 1200px;
	}
	.main-img {
		
		padding-bottom: 32px;
		padding-top: 32px;
	}
	.sab-img {
		width: inherit;
	}
}
@media (min-width: 900px) {
  .category {
    width: 849px;
  }
  .block1, .block2, .block3 {
    margin-top: 10px;
  }
  .block1 {
    border-left: solid 1px #5c6d70;
  }
  .block2 {
    border-left: solid 1px #5c6d70;
    border-right: solid 1px #5c6d70;
  }
  .block3 {
    border-right: solid 1px #5c6d70;
  }
  .block-contents-border {
    margin-top: 38px;
    width: 820px;
  }
  .block-contents-border-ing {
    margin-top: 38px;
    width: 820px;
  }
  .bnr-body-Info {
    margin-left: 25px;
    margin-right: -10px;
  }
  .block-contents-border a img {
    width: 360px;
  }
  .block-contents-border-ing a img {
    width: 360px;
  }
  .road {
    width: 849px;
  }
  .txt-1 {
    width: 570px;
  }
}
@media screen and (min-width: 800px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .br-sp-st {
    display: none;
  }
  .item_pic {
    width: 240px;
    margin-bottom: -12px;
  }
  .catch1 {
    margin-left: 2%;
  }
  .catch2 {
    left: 7.5em;
    overflow: visible;
  }
  .footer_main_nav {
    margin-top: -0.9em;
  }
  .block-contents {
    padding-top: 10px;
    width: 800px;
  }
  .bnr-name {
    font-size: 1.35em;
    top: -18px;
    left: 23px;
    letter-spacing: 3px;
  }
	p .bnr-name {
		top: 23px;
    left: 23px;
	}
  .bnr-name .info {
    font-size: 1.08em;
    top: 0px;
    left: 0px;
    letter-spacing: 3px;
    white-space: nowrap;
  }
  .bnr-cont {
    bottom: 38px;
  }
}
@media screen and (min-width: 900px) {
  .Info-tb {
    display: none;
  }
  .Info-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .Info-tb {
    display: block;
  }
  .Info-sp {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .br-sp-st {
    display: none;
  }
}
/*改行長文用*/
@media screen and (min-width: 768px) {
  .br-long-pc {
    display: block;
  }
  .br-long-sp {
    display: none;
  }
  .br-long-sp-st {
    display: none;
  }
  .br-mean-sp {
    display: none;
  }
  .br-mean-sp2 {
    display: none;
  }
  .pc {
    display: block;
  }
  .tb {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 674px) /*PUP用*/ {
  .pc {
    display: block;
  }
  .cen {
    display: none;
  }
  .sp_p {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br-long-pc {
    display: none;
  }
  .br-long-sp {
    display: block;
  }
  .br-long-sp-st {
    display: none;
  }
  .br-mean-sp {
    display: block;
  }
  .br-mean-sp2 {
    display: none;
  }
}
@media screen and (max-width: 674px) /*PUP用*/ {
  .pc {
    display: none;
  }
  .cen {
    display: block;
  }
  .sp_p {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .br-mean-sp {
    display: none;
  }
  .br-mean-sp2 {
    display: block;
  }
  .Info-tb {
    display: none;
  }
  .Info-sp {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .pc_ipad {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .br-long-pc {
    display: none;
  }
  .br-long-sp {
    display: none;
  }
  .br-long-sp-st {
    display: block;
  }
  .pc {
    display: none;
  }
  .cen {
    display: none;
  }
  .sp_p {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .br-long-pc {
    display: none;
  }
  .br-long-sp {
    display: none;
  }
  .br-long-sp-st {
    display: block;
  }
  .br-mean-sp {
    display: none;
  }
  .br-mean-sp2 {
    display: none;
  }
}
@media (max-width: 950px) {
  .meansure {
    width: 720px;
  }
  .box-lead {
    width: 640px;
    padding-bottom: 22px;
  }
  .out {
    max-width: 768px;
  }
  .face-g {
    padding: 26px;
  }
}
@media (max-width: 900px) {
  .category {
    width: 580px;
  }
  .block1, .block2 {
    margin-top: 10px;
    width: 285.6px;
    padding-bottom: 16px;
  }
  .block1 {}
  .block2 {
    border-left: solid 1px #5c6d70;
  }
  .block3 {
    margin-top: 10px;
    width: 580px;
    border-top: solid 1px #5c6d70;
    border-bottom: solid 1px #5c6d70;
    padding-bottom: 16px;
  }
  .block-contents-border {
    margin-top: 38px;
    width: 560px;
  }
  .block-contents-border-ing {
    margin-top: 30px;
    width: 550px;
  }
  .block-contents-border a img {
    width: 510px;
  }
  .block-contents-border-ing a img {
    margin: -2px;
    width: 248px;
  }
  .road {
    width: 580px;
  }
  .open-btn:after {
    position: absolute;
    right: 25px;
  }
  .bnr-body-Info {
    margin-left: 4%;
    margin-right: -6%;
  }
  .box-lead-left {
    width: 548px;
  }
}
@media (max-width: 800px) {
  .sty_nav {
    margin-bottom: -2em;
  }
  article {
    margin: 0 auto -11em;
    width: 49%;
  }
  .item_pic {
    width: 240px;
    padding-top: 15%;
    margin-bottom: -12px;
  }
  .catch1 {
    margin-left: 18%;
  }
  .catch2 {
    left: 10.5em;
  }
  .block-contents-border-ing a img {
    width: 360px;
  }
  .bnr-body {}
	
  .bnr {
    padding-bottom: 26px;
    padding-right: 8px;
  }
  .pc_bnr {
    width: 728px !important;
  }
  .bnr-cont {
    bottom: 20px;
    left: 19px;
    line-height: 1.2;
  }
  .bnr-name {
    font-size: 1.1em;
    top: -20px;
    left: 18px;
    letter-spacing: 3px;
  }
  .bnr-name .info {
    font-size: 1.08em;
    top: 0px;
    left: 0px;
    letter-spacing: 3px;
    white-space: nowrap;
  }
  .bnr-body-Info {
    margin-left: 4%;
    margin-right: -2%;
  }
  .bnr-name span {
    font-size: 0.8em;
    bottom: -9px;
    right: -52px;
  }
  .divide {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .tit-small {
    line-height: 1.2;
  }
  .block-contents {
    margin: 0 auto;
    max-width: 600px;
  }
  .block-contents a img {
    width: 280px;
  }
  .bnr {
    padding-bottom: 20px;
  }
  .pc_bnr {
    width: 568px !important;
  }
  .list-intervel {
    list-style: none;
    margin-left: 20px;
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .table-cell {
    margin: auto;
  }
  .table-cell li {
    /*ボタンが増えたら外す*/
    display: table-cell;
  }
  /*↓コンテンツが２行になったら消す*/
  .sty_nav {
    margin: 0 auto;
    width: 500px;
  }
  .sty_nav ul {
    max-width: 100%;
    /*ボタンが増えたら外す*/
    vertical-align: middle;
  }
  /*メニュー通常2行。またインターネットブラウザーで確認したいサイズ*/
  .sty_nav li {
    float: left;
    margin-left: 0.3em;
    width: 45%;
    /*完成したら、外す↓*/
    /*width: 43%;*/
    font-size: 1em;
    overflow: visible;
    text-indent: -1.5em;
  }
  .leeling {
    width: 480px;
  }
	.leeling-border {
		width: 480px;
	}
  .h3-back {
    width: 480px;
  }
  .flow-box {
    height: 200px;
  }
	
  .option-box {
    height: 320px;
  }
	.option-box img {
    
		margin: 0 -2px;
  
	}
	
	.indent-768 {
		margin-left: 18px;
	}
	
	.right-again {
		bottom: 18%;
	}
	
  .face2 img {
    max-width: 220px;
  }
  .face3 img {
    width: 65%;
  }
	.face2 .annotation {
		 max-width: 220px;
	}
  .meansure {
    width: 620px;
  }
  .box-lead {
    width: 540px;
    padding-bottom: 22px;
  }
  .tit-back {
    width: 510px;
  }
  .img-back {
    padding: 110px 85px;
  }
  .img-back2 {
    padding: 18px 85px;
  }
  .cont-set {
    width: 530px;
    height: 265px;
  }
  .out {
    max-width: 550px;
  }
  .face-g {
    padding: 15px 0px;
    margin: -10px;
  }
  .face-g img {
    width: 75%;
    height: 75%;
  }
  .arw-long2:after {
    bottom: 0.5%;
  }
  .important-box1 {
    padding-top: 16%;
  }
  .arw-long-space-tit {
    margin-top: -10px;
  }
  .stop {
    width: 250px;
    overflow: hidden;
  }
  .important-item:before {
    width: 225px;
    top: 42%;
  }
}
@media (max-width: 674px) /*PUP用*/ {
  .close_btn {
    top: -422px;
    right: -220px;
    letter-spacing: 2px;
    width: 70px; /*枠の大きさ*/
    height: 70px; /*枠の大きさ*/
  }
  .de_center {
    /*674pxの横幅		*/
    width: 450px;
  }
  .parent {
    height: 254px;
    width: 432px;
  }
  .side-pic {
    /*max674の横幅		*/
    width: 280px;
    /*横のサンプル名刺サイズの額 約		*/
    padding: 105px 105px;
  }
  .length, .side-pic {
    /*max674枠の余白*/
    margin: 45px 35px -20px 35px;
  }
  .image2 {
    /*max674画像サイズ*/
    width: 368px;
    /*枠の余白*/
    margin: 32px 34px -20px 32px;
  }
  .length {
    /*max674の横幅		*/
    width: 200px;
    /*縦のサンプル名刺サイズの額		*/
    padding: 10px 82px;
    /*画像外の枠					*/
    margin: 35px 35px -20px 35px;
  }
	.side-pic{
		/*max674の横幅		*/
    width: 200px;
    /*縦のサンプル名刺サイズの額		*/
    padding: 54px 82px;
    /*画像外の枠					*/
    margin: 35px 35px -20px 35px;
	}
  .name-back {
    padding-left: 34px;
  }
  .name-back span {
    left: 150px;
  }
  .parent .clk_label {
    top: 140px;
    left: 15px;
  }
  .parent .clk_label:before {
    top: 274px;
    right: 274px;
  }
}
@media (max-width: 600px) {
  .sty_nav {
    margin-bottom: -13%;
  }
  section {}
  article {
    width: 100%;
  }
  .item_pic {
    width: 70%;
    padding-top: 15%;
    margin-bottom: -12px;
  }
  .catch1 {
    font-size: 1.1em;
    height: 142px;
    margin-left: 16%;
  }
  .catch2 {
    left: 45%;
    font-size: 1em;
  }
  .catch2 a {
    font-size: 1em;
  }
  .de li {
    margin-left: -2.6em;
  }
	
.sidebar {
	
  
  top: 283px;
}

.left_box {
 
  
  top: 230px;
  
}
	
.button a {
    
	  top: 230px;
    left: -12px;
  }	
	
  .tit_name {
    position: absolute;
    top: -6%;
    left: 3%;
    font-size: 1em;
  }
  .block-contents {
    padding-top: 3%;
    width: 100%;
  }
  .block-contents a img {
    width: 92%;
  }
  .pc_bnr {
    display: none;
  }
  .sp_bnr {
    margin: 0 auto;
    width: 92% !important;
    padding-right: 8px;
    display: block;
    padding-bottom: 19px;
  }
  .bnr-name {
    font-size: 1.6em;
    top: -3px;
    left: 48px;
    letter-spacing: 6px;
  }
  .bnr-name .info {
    font-size: 0.8em;
    top: -17px;
    left: -28px;
    letter-spacing: 4px;
    white-space: nowrap;
  }
  .bnr-name span {
    font-size: 0.9em;
    bottom: 0px;
    right: -111px;
  }
  .bnr-cont {
    left: 50px;
    bottom: 48px;
  }
  .meansure {
    width: 450px;
  }
  .divide {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .box-lead {
    width: 90%;
    padding-bottom: 22px;
  }
  .tit-back {
    width: 93%;
  }
  .img-back {
    padding: 110px 12%;
  }
  .img-back2 {
    padding: 18px 12%;
  }
  .cont-set {
    width: 100%;
    height: 365px;
  }
  .out {
    max-width: 375px;
  }
  .face-g {
    display: block;
    padding: 25px 50px;
  }
  .face-g img {
    width: 70%;
    height: 80%;
  }
  .category {
    width: 350px;
  }
  .block1, .block3 {
    width: 350px;
    border-top: solid 1px #5c6d70;
    border-bottom: solid 1px #5c6d70;
  }
  .block1 {
    margin-top: 20px;
    height: 144px;
  }
  .block2 {
    width: 350px;
    border-left: none;
  }
  .block3 {}
  .block-contents-border {
    margin-top: 38px;
    width: 340px;
  }
  .block-contents-border-ing {
    margin-top: 30px;
    width: 340px;
  }
  .bnr-body-Info {
    margin-left: 15px;
    margin-right: 0px;
  }
  .block-contents-border a img {
    width: 340px;
  }
  .block-contents-border-ing a img {
    margin: 0px;
    width: 340px;
  }
  .box-lead-left {
    width: 320px;
  }
  .road {
    width: 350px;
  }
  .open-btn:after {
    position: absolute;
    top: 23%;
    right: 18px;
  }
  .open-btn:hover:after {
    top: 27%;
  }
}
@media (max-width: 500px) {
  
  table {
    border-collapse: collapse;
    margin-left: 0px;
    padding: 10px;
  }
  table td {
    padding: 5px 10px;
  }
	
	.blocks {
	  width: 100%;
	   clear: both;

	}
	
  .td_pr {
    width: 160px;
  }
  .td2 {
    width: 136px;
    overflow: hidden;
  }
  .table-cell {
    margin: auto;
  }
  .table-cell li {
    /*ボタンが増えたら外す*/
    display: table-cell;
  }
  /*↓コンテンツが２行になったら消す*/
  .sty_nav {
    margin: 0 auto;
    width: 375px;
  }
  .sty_nav ul {
    max-width: 100%;
    /*ボタンが増えたら外す*/
    vertical-align: middle;
  }
  /*メニュー通常2行。またインターネットブラウザーで確認したいサイズ*/
  .sty_nav li {
    float: left;
    width: 90%;
    /*完成したら、外す↓*/
    /*width: 43%;*/
    font-size: 1em;
    overflow: visible;
    text-indent: 1em;
  }
  .h3-back {
    padding-left: 10px;
    margin-left: 0px;
    width: 320px;
    overflow: hidden;
  }
  .space-p {
    width: 320px;
    padding: 0px 10px;
    overflow: hidden;
  }
	.p-h5-space-p {
  width: 320px;
    padding: 0px 10px;
    overflow: hidden;
}
  .logo_style {
    width: 52.6%;
  }
  .logo_style2 {
    width: 34.6%;
  }
	.sp-space500 {
		margin-bottom: 1em;
	}

  .subsidy_tit {
    font-size: 1em;
  }
  .br-sp-st {
    display: block;
  }
  .tit_name {
    position: absolute;
    top: -20%;
    left: 2%;
  }
  .leeling {
    width: 350px;
  }
  .leeling-border {
    width: 350px;
  }
  .face2 {}
  .face2 img {
    max-width: 100%;
  }
	.face2 .annotation {
    max-width: 100%;
  }
  .flow-box {
    height: 60px;
  }
  .flow-box img {
    position: absolute;
    top: 0%;
    left: 500%;
    width: 18px;
    clear: both;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-tansform: rotate(90deg);
  }
	
  .option-box {
    height: 60px;
  }
  .option-box img {
    position: absolute;
    top: 0%;
    left: 500%;
    width: 18px;
    clear: both;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-tansform: rotate(90deg);
  }
	
	.indent-768 {
		margin-left: 0px;
	}
	
	.indent-500 {
		margin-left: 18px;
	}
	
	.annotation {
	  margin-left: 32px;
	}
	
	.right-again {
		bottom: 18%;
	}
	
  .sp_bnr {
    width: 92% !important;
    padding-right: 8px;
  }
  .bnr-name {
    font-size: 1.3em;
    top: -15px;
    left: 32px;
    letter-spacing: 4px;
  }
  .bnr-name span {
    font-size: 0.9em;
    bottom: -16px;
    right: -60px;
  }
  .bnr-cont {
    left: 32px;
    bottom: 22px;
  }
  .meansure {
    width: 350px;
  }
  .divide {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .img-back {
    padding: 50px 2px;
    width: 100%;
  }
  .img-back2 {
    padding: 18px 2px;
    width: 100%;
  }
  .cont-set {
    height: 275px;
  }
  .rad-box {
    margin-left: 20px;
  }
  .important-box1 {
    padding-top: 30px;
    margin-left: 20px;
    clear: both;
    width: 320px;
    overflow: hidden;
  }
  .arw-long-space {
    left: 40px;
    width: 260px;
    padding-left: 40px;
  }
  .arw-long, .arw-long2 {
    width: 260px;
    left: 40px;
    padding-left: 40px;
  }
  .arw-long2:after {
    bottom: 0.5%;
  }
  .stop {
    width: 250px;
    overflow: hidden;
  }
  .important-item {
    width: 225px;
  }
  .important-item:before {
    width: 225px;
    top: 42%;
  }
  .arw-long-space-tit {
    width: 250px;
    margin-top: -10px;
  }
  .bnr-name .info {
    font-size: 1em;
    top: -5px;
    left: -12px;
    letter-spacing: 4px;
    white-space: nowrap;
  }
  .open-btn:after {
    position: absolute;
    top: 27%;
    right: 18px;
  }
  .open-btn:hover:after {
    top: 23%;
  }
  .close_btn {
    position: relative;
    top: -458px;
    right: -138px;
    cursor: pointer;
    color: #047e87;
    letter-spacing: 2px;
    width: 70px; /*枠の大きさ*/
    height: 70px; /*枠の大きさ*/
  }
  .de_center {
    /*674pxの横幅		*/
    width: 320px;
  }
  .parent {
    height: 172px;
    width: 302px;
  }
  .side-pic {
    /*max500の横幅		*/
    width: 240px;
    /*横のサンプル名刺サイズの額 約		*/
    padding: 85px 85px;
  }
  .length, .side-pic {
    /*max500枠の余白*/
    margin: 45px 35px -20px 35px;
  }
  .image2 {
    /*max674画像サイズ*/
    width: 256px;
    /*枠の余白*/
    margin: 22px 22px -20px 22px;
  }
  .length {
    /*max674の横幅		*/
    width: 128px;
    /*縦のサンプル名刺サイズの額		*/
    padding: 10px 60px;
    /*画像外の枠					*/
    margin: 25px 25px -20px 25px;
  }
	.side-pic {
		/*max674の横幅		*/
    width: 128px;
    /*縦のサンプル名刺サイズの額		*/
    padding: 40px 60px;
    /*画像外の枠					*/
    margin: 25px 25px -20px 25px;
	}
  .name-back {
    padding-left: 22px;
  }
  .name-back span {
    left: 124px;
  }
  .parent .clk_label {
    top: 96px;
    left: 12px;
  }
  .parent .clk_label:before {
    top: 184px;
    right: 184px;
  }
  .asterisk-back {
    padding-left: 40px;
    padding-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .tit-small {
    line-height: 1.28;
  }
  .logo_footer2 {
	
	padding-top: 2.4em;
	margin-bottom: -0.5em;
}
	.sp-space {
		margin-bottom: 10px;
	}
	
.bnr-name {
    font-size: 1.3em;
    top: -17px;
    left: 35px;
    letter-spacing: 4px;
  }
  .bnr-cont {
    left: 36px;
    bottom: 25px;
  }
}