@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  /* subpixel-antialiased, none */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 13px;
  line-height: 1.5em;
  color: #414042;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  /* "goth" */

}
html,
body.top,
#main {
  height: 100%;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #fc6f7a;
}
a:hover,
a:link:hover,
a:visited:hover {
  text-decoration: none;
  color: #fd8891;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
}
a:focus,
button:focus,
input:focus,
a:active,
button:active,
input:active {
  outline: none;
}
a,
button,
input[type="button"],
input[type="submit"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(252, 111, 122, 0.5);
  -webkit-touch-callout: none;
  /* 長押しOFF */

}
a:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(252, 111, 122, 0.5);
  -webkit-touch-callout: none;
  /* 長押しOFF */

}
.selectnone {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(252, 111, 122, 0.5);
  -webkit-touch-callout: none;
  /* 長押しOFF */

}
::selection {
  background: #fed3d6;
}
::-moz-selection {
  background: #fed3d6;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
div.content,
div.content2 {
  width: 1024px;
  margin: 0 auto;
  clear: both;
}
div.content2 {
  width: 760px;
}
div.left-clm {
  float: left;
  width: 48%;
  margin: 0 2% 2em 0;
  clear: both;
}
div.graph1 {
  position: relative;
  height: 100%;
  color: transparent;
  background: url(images/cheese1.jpg) no-repeat center 50%;
  background-size: cover;
}
div.graph1 img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: auto;
  margin: -150px 0 0 -150px;
}
div.graph2 img {
  display: block;
  width: 100%;
}
div.wrap1 {
  background: url(images/cow1.jpg) center bottom;
}
div.wrap1b {
  background: url(images/cow1.jpg) left bottom;
}
div.wrap2 {
  background: url(images/cow2.jpg) left bottom;
}
div.wrap1,
div.wrap1b,
div.wrap2 {
  height: 800px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
div.finalwrap {
  position: relative;
  height: 100%;
  background: #fc6f7a;
  color: white;
  text-align: center;
  /*
	>div {
	position:absolute;
	width:100%;
	top:55%;
	}
*/

}
div.finalwrap > a {
  display: block;
  position: absolute;
  top: 50%;
  /* div入る場合 45% */

  left: 50%;
  width: 150px;
  margin: -63px 0 0 -75px;
  text-align: center;
}
div.finalwrap > a img {
  width: 100%;
}
div.copyb,
div.copyw,
div.copy1,
div.copy2 {
  padding: 5em 0;
  font-size: 36px;
  line-height: 1.5em;
  text-align: center;
}
div.copyb,
div.copyw {
  margin-top: -6em;
  padding: 2em 0;
}
div.copyw {
  color: white;
}
div.copy2 {
  background: #58595b;
  color: white;
}
div.caption {
  position: relative;
  top: -8em;
  line-height: 1.5em;
  font-size: 14px;
  margin-bottom: -7em;
  padding: 2em 0;
  background: rgba(255, 255, 255, 0.6);
  color: black;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
a.logo {
  display: block;
  width: 150px;
  margin: 20% 0;
}
a.logo img {
  display: block;
  width: 100%;
}
body.top a.logo {
  pointer-events: none;
  cursor: default;
}
a.logo2 {
  display: block;
  width: 280px;
  margin: 1em 0;
}
a.logo2 img {
  display: block;
  width: 100%;
}
div.list,
div.list2 {
  font-size: 10px;
  padding-bottom: 3em;
}
div.list h2,
div.list2 h2 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #414042;
  font-size: 15px;
  clear: both;
}
div.list > div,
div.list2 > div {
  padding: 1em 0;
  font-size: 13px;
  overflow: hidden;
}
div.list > div > div,
div.list2 > div > div {
  float: left;
}
div.list div.item,
div.list2 div.item {
  width: 30%;
  margin-right: 1.5em;
  text-align: right;
  font-weight: bold;
  clear: both;
}
div.list span {
  font-weight: bold;
}
div.list img {
  width: 50%;
  float: right;
}
div.list2 h1 {
  margin-bottom: 1.5em;
}
div.list2 > div {
  border-bottom: 1px solid Gainsboro;
}
div.list2 > div.last {
  border: none;
}
div.phil {
  font-size: 13px;
  line-height: 1.8em;
  text-align: justify;
}
div.phil h1 {
  margin-bottom: 1.8em;
}
div.phil p + p {
  margin-top: 1.2em;
}
div.phil img {
  width: 100%;
}
iframe {
  width: 100% !important;
  margin-top: 2.8em;
  clear: both;
}
/* FONT
---------------------------------------------------- */
.hirakaku {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  /* "goth" */

}
.hiramin {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", Georgia, serif;
  /* "mincho" */

}
/*
@import "jquery.h5form--laster.less";
*/
/* ------------------------------ unity ------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .6em;
  line-height: 1.4em;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  letter-spacing: 1px;
  text-align: center;
  font-weight: normal;
}
h1.title:before,
h2.title:before,
h3.title:before,
h4.title:before,
h5.title:before,
h6.title:before,
h1.title:after,
h2.title:after,
h3.title:after,
h4.title:after,
h5.title:after,
h6.title:after {
  content: "─";
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: normal;
}
h1 {
  font-size: 18px;
  text-align: center;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 13px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
p + p {
  margin-top: .5em;
}
hr {
  border: 0;
  height: 1px;
  background: WhiteSmoke;
  margin: 10px 0;
  clear: both;
}
ul {
  list-style-type: none;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.tra {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.notra {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
img,
a img,
a:hover img {
  line-height: 0;
  border: none;
}
a img {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -webkit-transition: -webkit-transform 0.8s ease !important;
  -moz-transition: -webkit-transform 0.8s ease !important;
  transition: -webkit-transform 0.8s ease !important;
  /* for webkit */

}
a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
:hover {
  -webkit-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
}
div.footer2 {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fc6f7a;
  z-index: 90;
  clear: both;
}
div.footer2 > div {
  clear: both;
}
div.footer2 > div > div {
  float: left;
  margin-top: 15%;
  margin-right: 12em;
}
div.footer2 > div > div a {
  display: block;
  margin: 0 1em 3em 0;
  font-size: 16px;
  color: white;
}
div.footer2 > div > div a:hover {
  color: Gainsboro;
}
div.footer2 > div > div a.remark {
  font-weight: bold;
}
div.footer2 div.share {
  float: right;
  margin-top: 5%;
}
div.footer2 div.share a {
  float: left;
  width: auto;
  margin-left: 1.5em;
}
div.footer2 div.share a img {
  width: 32px;
}
div.footer2 div.credit {
  margin-top: 5%;
  color: Gainsboro;
  font-size: 11px;
}
div.footer {
  display: none;
}
/* morph burg */
/* 45deg*3 */
div.burg1,
div.burg2 {
  position: fixed;
  top: 2em;
  left: 2em;
  width: 42px;
  height: 37px;
  line-height: 42px;
  padding: 6px;
  overflow: hidden;
  cursor: pointer;
  z-index: 99;
}
div.burg1 > div,
div.burg2 > div {
  width: 100%;
  height: 5px;
  background: Gainsboro;
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: -moz-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  transition: transform 0.1s linear;
}
div.burg1 > div + div,
div.burg2 > div + div {
  margin-top: 5px;
}
div.burg1:hover > div,
div.burg2:hover > div {
  background: black;
}
div.burg1 span.burgx,
div.burg2 span.burgx {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 38px;
  color: silver;
  font-weight: bold;
}
div.burg1 span.burgx:hover,
div.burg2 span.burgx:hover {
  color: black;
}
div.burg2 div.line1 {
  margin-top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.burg2 div.line2 {
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.burg2 div.line3 {
  display: none;
}
/* ease linear */
.morph {
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: -moz-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  transition: transform 0.1s linear;
}
/* FORM
---------------------------------------------------- */
form {
  width: 100%;
  margin: 1em auto;
  /* contact form 7 margin-left:180px */

  padding: 10px;
}
form img {
  vertical-align: -2px;
}
form div.required {
  border: 1px solid Gainsboro;
  background: WhiteSmoke;
}
form > div {
  padding: 2em 25%;
}
form p + p {
  margin-top: 1em;
}
/* WPには不要 ここから */
form.confirm {
  margin: 3em auto;
}
form.confirm > div {
  margin: 2px 0;
  padding: 0;
  border: 1px solid WhiteSmoke;
  overflow: hidden;
  clear: both;
}
form.confirm > div > div {
  margin-bottom: -32760px;
  padding: 10px;
  padding-bottom: 32767px;
  border: none;
  word-break: break-all;
  overflow: hidden;
}
form.confirm > div div.formq {
  float: left;
  width: 17em;
  background: WhiteSmoke;
  text-align: right;
}
form.confirm div.send {
  padding: 2em 0;
  border: none;
  text-align: center;
}
form.confirm div.send input {
  min-width: 5em;
  width: auto;
}
div.formsent {
  width: 690px;
  margin: 30px auto;
  font-size: 13px;
  line-height: 1.7em;
  text-align: justify;
}
div.formsent p + p,
div.formsent span + p {
  margin-top: .5em;
}
div.capsule {
  margin: 2em 0;
  padding: 20px;
  border: 1px solid Gainsboro;
  font-size: 11px;
  line-height: 1.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
div.capsule > span {
  font-size: 12px;
  color: #f568b5;
}
div.capsule > p {
  display: inline;
}
#presub {
  /* 「確認画面へ」ボタン */

  margin-top: 1.5em;
}
form {
  /* 「戻る」ボタン */

}
form input[type="button"] {
  padding: 6px 16px;
  font-size: 16px;
  background: white;
  color: gray !important;
  border: 1px solid Gainsboro;
}
form input[type="button"]:hover {
  background: WhiteSmoke;
  color: #58595b;
  border: 1px solid Gainsboro;
}
form input[type="file"] {
  border: none;
  margin: 5px 0;
}
/* form navi */
div.formnavi {
  width: 50%;
  margin: 3em auto 0;
}
div.formnavi span {
  display: block;
  float: left;
  position: relative;
  width: 29%;
  height: 46px;
  padding-left: 1em;
  line-height: 46px;
  background: gray;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
div.formnavi span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -46px;
  border: 23px solid transparent;
  border-left: 23px solid #808080;
}
div.formnavi span.now {
  background: #fc6f7a;
}
div.formnavi span.now:after {
  border-left: 23px solid #fc6f7a;
}
div.formnavi span + span {
  margin-left: 6%;
}
div.formnavi:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
/* WPには不要 ここまで */
/* input, button
---------------------------------------------------- */
.btn1 {
  padding: 7px 1.5em;
  font-size: 18px;
  border: 1px solid WhiteSmoke;
  background: #fc6f7a;
  color: white !important;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.btn1:hover {
  background: #fda1a8;
}
input,
textarea {
  width: 500px;
  margin-right: 2px;
  padding: 2px 2px 4px;
  border: 1px solid lightgray;
  font-size: 15px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border: 1px solid #58595B;
}
input.short2 {
  width: 2em;
  text-align: right;
}
input.short4 {
  width: 4em;
  text-align: right;
}
input.short9 {
  width: 9em;
}
input[type="number"] {
  width: 3.5em;
  text-align: right;
}
input[type="time"] {
  width: 5em;
  text-align: right;
}
input[type="button"],
input[type="submit"] {
  width: auto;
  padding: 7px 1.5em;
  font-size: 18px;
  border: 1px solid WhiteSmoke;
  background: #fc6f7a;
  color: white !important;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
}
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #fda1a8;
}
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #fda1a8;
}
input[type="button"] + input[type="button"] {
  margin-left: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  border: none;
}
label {
  display: inline-block;
  margin-right: 1em;
  line-height: 2.7em;
}
::-webkit-input-placeholder {
  color: #808080;
}
::-moz-placeholder {
  color: #808080;
}
:-moz-placeholder {
  color: #808080;
}
:-ms-input-placeholder {
  color: #808080;
}
/* table
---------------------------------------------------- */
table {
  table-layout: fixed;
  /* auto or fixed */

  border-collapse: collapse;
  /* collapse or separate */

  border-spacing: 1px 2px;
  empty-cells: hide;
  width: 400px;
  margin: 0 auto;
}
caption {
  text-align: left;
}
th,
td {
  border: 1px gray solid;
  padding: 5px 5px 4px;
}
th {
  background: WhiteSmoke;
}
td {
  text-align: left;
}
/* round
---------------------------------------------------- */
.round1 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.round2 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.roundfull {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.noround {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* shadow, skew
---------------------------------------------------- */
/* parameter for shadow1 */
/* parameter for shadow2 */
/* parameter for insetshadow */
/* parameter for oneshadow */
.shadow1 {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
.shadow2 {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.insetshadow {
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
}
.oneshadow {
  -webkit-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
}
.noshadow {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.noshadow :before,
.noshadow :after {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.skewreset {
  -webkit-transform: skew(0) rotate(0);
  -moz-transform: skew(0) rotate(0);
  -ms-transform: skew(0) rotate(0);
  -o-transform: skew(0) rotate(0);
  transform: skew(0) rotate(0);
}
/* transition
---------------------------------------------------- */
.delay {
  -webkit-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
}
/* linear, ease-in, ease-out, ease-in-out */
.fadein {
  -webkit-animation: fadein 0.3s linear;
  -moz-animation: fadein 0.3s linear;
  -o-animation: fadein 0.3s linear;
  animation: fadein 0.3s linear;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.notransit {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -webkit-transition: -webkit-transform 0.8s ease !important;
  -moz-transition: -webkit-transform 0.8s ease !important;
  transition: -webkit-transform 0.8s ease !important;
}
/* PARTS
---------------------------------------------------- */
.antialias-b {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.antialias-w {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
.antialias2 {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* IE9だけ1.02 */

  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* triangle */
.tri-l,
.tri-r,
.tri-u,
.tri-d {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  /* IE8 */

  line-height: 0;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.tri-l {
  border-width: 20px 20px 20px 0;
  border-color: transparent #fc6f7a transparent transparent;
  /* IE8 */

  _border-color: #000000 #fc6f7a #000000 #000000;
}
.tri-r {
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #fc6f7a;
  /* IE8 */

  _border-color: #000000 #000000 #000000 #fc6f7a;
}
.tri-u {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #fc6f7a transparent;
  /* IE8 */

  _border-color: #000000 #000000 #fc6f7a #000000;
}
.tri-d {
  border-width: 20px 20px 0 20px;
  border-color: #fc6f7a transparent transparent transparent;
  /* IE8 */

  _border-color: #fc6f7a #000000 #000000 #000000;
}
.bar {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  background: #fc6f7a;
  color: white !important;
  text-align: center;
}
.square,
.ball {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 14px;
  background: #fc6f7a;
  color: white !important;
  text-align: center;
}
.ball {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.big {
  font-size: 14px;
}
.small {
  font-size: 10px;
}
.mini {
  font-size: 9px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.just {
  text-align: justify;
}
.clear {
  clear: both;
}
.clearfixx {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.half {
  line-height: .6em;
}
.trim {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.iph,
.iph1,
.iph2,
.ipa,
.ieonly,
img.retina {
  display: none !important;
}
/* mobile 
----------------------------------------------------------------------------------------------- */
@media only screen and (max-device-width: 1024px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }
  body {
    zoom: 1;
    -webkit-text-size-adjust: none;
    /* auto, %, none */
  
  }
}
/* iPad and tablets etc mainly w1024
---------------------------------------------------- */
@media only screen and (max-width: 1120px) {
  div.content,
  div.content2 {
    width: 95%;
  }
  div.wrap1,
  div.wrap1b,
  div.wrap2 {
    background-attachment: scroll;
  }
  a.logo2 {
    width: 220px;
    margin: 20px 0 20px 90px;
  }
  div.burg1,
  div.burg2 {
    position: absolute;
  }
  div.burg1:hover > div,
  div.burg2:hover > div {
    background: Gainsboro;
  }
  div.burg1 span.burgx:hover,
  div.burg2 span.burgx:hover {
    color: Gainsboro;
  }
}
/* iPad and tablets etc mainly w768
---------------------------------------------------- */
@media only screen and (max-width: 1000px) {
  .ipa {
    display: inline;
  }
  .noipa {
    display: none;
  }
  p br {
    display: none;
  }
  form p br {
    display: block;
  }
  div.footer > div > div,
  div.footer2 > div > div {
    margin-right: 1.9em;
  }
  div.formnavi {
    width: 51%;
  }
  div.formnavi span + span {
    margin-left: 7%;
  }
}
/* iPhone Landscape etc mainly w568
---------------------------------------------------- */
@media only screen and (max-width: 650px) {
  .iph,
  .iph1 {
    display: inline;
  }
  .noiph {
    display: none;
  }
  div.graph1 img {
    width: 200px;
    margin: -100px 0 0 -100px;
  }
  div.wrap1,
  div.wrap1b,
  div.wrap2 {
    height: 400px;
  }
  div.copyb,
  div.copyw,
  div.copy1,
  div.copy2 {
    font-size: 16px;
  }
  div.caption {
    top: -4em;
    padding: 1em 0;
  }
  /*
  div.finalwrap {
  .left;
  	>a {
  	top:40%;
  	}
  	>div {
  	top:61%;
  	left:3%;
  	width:94%;
  	.just;
  	}
  }
  */
  a.logo {
    width: 100px !important;
  }
  a.logo2 {
    width: 190px;
    margin-left: 80px;
  }
  div.footer2 {
    height: auto;
    min-height: 100%;
    padding-left: 3em;
    line-height: 1.2em;
  }
  div.footer2 > div {
    margin: 0;
  }
  div.footer2 > div > div {
    margin-right: 0;
  }
  div.footer2 > div > div a {
    width: 16em;
    margin: 0 0 2em 5em;
    font-size: 14px;
  }
  div.footer2 div.share {
    float: none;
  }
  div.footer2 div.credit {
    margin: 0 0 0 2em;
    clear: both;
  }
  div.list > div > div,
  div.list2 > div > div {
    float: none;
  }
  div.list div.item,
  div.list2 div.item {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
  div.list2 {
    text-align: center;
  }
  div.list2 h1 {
    margin-bottom: .3em;
  }
  div.list2 div.item {
    text-align: center;
  }
  div.phil h1 {
    margin: 1.5em 0;
  }
  form {
    padding: 0;
  }
  form > div {
    padding: 2em 1em;
  }
  input,
  textarea {
    width: 100%;
    padding: 2px;
  }
  input[type="number"] {
    width: 3em;
  }
  form.confirm > div {
    display: block;
    margin-bottom: 6px;
  }
  form.confirm > div > div,
  form.confirm > div div.formq {
    display: block;
    width: 100%;
    margin: 0;
    padding: 6px;
    min-height: 0.4em;
    text-align: left;
  }
  form.confirm div.send span {
    display: block;
    padding-top: 5px;
  }
  div.formsent {
    width: 100%;
  }
  div.capsule {
    padding: 10px;
  }
  div.formnavi {
    width: 92% !important;
    margin: 0;
  }
  table {
    table-layout: auto;
    width: 98%;
    font-size: 10px;
  }
}
/* iPhone Landscape etc mainly w480
---------------------------------------------------- */
@media only screen and (max-width: 533px) {
  div.left-clm {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  div.formnavi {
    width: 90%;
  }
  div.formnavi span {
    width: 26%;
  }
  div.formnavi span + span {
    margin-left: 9%;
  }
  input.short9 {
    width: 6.5em;
  }
}
/* iPhone Portrait etc mainly w320
---------------------------------------------------- */
@media only screen and (max-width: 440px) {
  .iph2 {
    display: inline;
  }
  .iph1 {
    display: none;
  }
  div.list img {
    width: 100%;
    float: none;
    margin-top: .8em;
  }
  div.footer2 {
    padding-top: 1em;
  }
  div.footer2 > div > div {
    float: none;
  }
  div.footer2 > div > div a {
    margin-left: 2em;
  }
}
/* ------------------------------ print ------------------------------ */
@page  {
  size: portrait;/* landscape */
}
@media print {
  body {
    width: 100%;
    overflow: hidden;
  }
  div.content {
    margin-left: 1em;
  }
  div.share {
    display: none;
  }
  div.footer2,
  div.burg1,
  div.burg2 {
    display: none;
  }
}
