@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:600");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}
/*--------------------------------------------------------------
font-wight
--------------------------------------------------------------*/
span.bl600 {font-weight: 600; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", sans-serif;
  min-width: 1000px;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

input, textarea, select {
  font-family: inherit;
}

i {
  font-style: normal;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition-property: opacity, color, background, transform, box-shadow;
  -webkit-transition-property: opacity, color, background, transform, box-shadow;
  opacity: 1;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

.m_ft {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  letter-spacing: .2em;
}

.m2_ft {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-feature-settings : "palt";
  letter-spacing: .05em;
  font-size: 1.2rem;
}

.m3_ft {
  text-align: left;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-feature-settings : "palt";
  letter-spacing: .05em;
  font-size: 1.2rem;
}

.ft_e {
  font-family: 'Crimson Text', serif;
  letter-spacing: .02em;
  text-align: justify;
}
.ft_j {
  font-family: 'Crimson Text', serif;
  letter-spacing: .015em;
  text-align: justify;
}

.ft_n {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
	margin-top: 3px;
  text-align: justify;
}

.ft_p {
  font-family: 'Crimson Text', serif;
  letter-spacing: .02em;
  text-align: center;
  margin-bottom: 1.5em;
}

.c_btn {
  text-align: center;
}

.c_btn a {
  display: inline-block;
  position: relative;
  font-size: 1.7rem;
  border: solid 1px #999;
  width: 17.65em;
  text-align: center;
  padding: .8em 0;
}

.c_btn a:before {
  content: '';
  position: absolute;
  background: url(../img/ico_arrow02.png) no-repeat center center;
  background-size: contain;
  width: 1.295em;
  height: 100%;
  right: 1.2em;
  top: 0;
}

.c_ttl {
  text-align: center;
  font-size: 2.2rem;
  margin-right: 2em;
}

.c_ttl img {
  vertical-align: middle;
  width: 2.182em;
  margin-right: .7em;
}

/*--------------------------------------------------------------
newsbox
--------------------------------------------------------------*/
#newsb {
	margin: 0 auto 80px auto;
	width: 1000px;
    text-align: center;
    padding: 8px 0px;
    background: #ffffff;
    border-top: solid 0.5px #d3d3d4;
    border-bottom: solid 0.5px #d3d3d4;
}
#newsb p {
    margin: 0; 
    padding: 0;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", sans-serif;
	letter-spacing: .07em;
	text-align: justify;
	font-size: 14px;
}
#newsb span{
	color: #ff0000;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

#creditpc {
	clear: both;
	height: 160px;
	background: #f7f9f9;
	padding: 0 auto;
	position: relative;
}

.creditpctx {
	padding-top: 10px;
	clear: both;
	text-align: center;
	position: relative;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
	font-size: 12px;
}

.footerpc {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 1000px;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "游明朝", YuMincho;
  font-size: 12.5px;
}

.footerpc a {
  display: block;
}

.footerpc2 {
  position: relative;
  margin: 0 auto;
  text-align: center; 
  width: 1000px;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "游明朝", YuMincho;
  font-size: 12.5px;
}

.footerpc2 a {
  display: block;
}
.ft_e_f {
  font-family: 'Crimson Text', serif;
  letter-spacing: 0.1em;
  text-align: justify;
  font-size: 13.5px;
}

.ft_e_f2 {
  font-family: 'Crimson Text', serif;
  letter-spacing: 0.1em;
  text-align: justify;
  font-size: 12px;
  color: #cf1216;
}

.h_nav_f {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}

.h_nav_f li {
  font-size: 15px;
  float: left;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  z-index: 61;
  margin: 0 auto;
}

.h_nav_f li + li:before {
  content: '|';
  position: absolute;
  left: -.25em;
  top: .2em;
  color: #acabab;
}

.h_nav_f li:hover:after {
  left: 0;
  right: 0;
}

.h_nav_f li:hover ul {
  display: block;
}

.h_nav_f li ul {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #c7c7c7;
  letter-spacing: .04em;
  white-space: nowrap;
}

.h_nav_f li ul li {
  float: none;
  border-bottom: none;
}

.h_nav_f li ul li + li:before {
  content: none;
}

.h_nav_f li ul li:after {
  content: none;
}

.h_nav_f li ul li:hover:after {
  content: none;
}

.h_nav_f li ul a {
  padding: .4em .8em;
  display: block;
}

.h_nav_f li ul a:hover {
  background: #a51c30;
  color: #fff;
}
/* footer 間調整 */
.h_nav_f a {
  padding: .5em 0.7em;
}

.h_nav_f a:hover {
  opacity: 1;
}

.h_nav_f small {
  display: block;
  text-align: center;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  text-align: center;
  height: 4.2em;
  background: #fff;
}

#header a {
  display: block;
}

.h_logo {
  position: absolute;
  margin-top: .8em;
  width: 6.9em;
}

.h_nav {
  padding-top: 1.4em;
  float: right;
}

.h_nav li {
  font-size: 1.3rem;
  float: left;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  z-index: 61;
}

.h_nav li + li:before {
  content: '|';
  position: absolute;
  left: -.25em;
  top: .5em;
  color: #acabab;
}

.h_nav li:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #b60005;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.h_nav li:hover span {
  opacity: 1;
}

.h_nav li:hover small {
  opacity: 0;
}

.h_nav li:hover:after {
  left: 0;
  right: 0;
}

.h_nav li:hover ul {
  display: block;
}

.h_nav li ul {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #c7c7c7;
  letter-spacing: .04em;
  white-space: nowrap;
}

.h_nav li ul li {
  float: none;
  border-bottom: none;
}

.h_nav li ul li + li:before {
  content: none;
}

.h_nav li ul li:after {
  content: none;
}

.h_nav li ul li:hover:after {
  content: none;
}

.h_nav li ul a {
  padding: .4em .8em;
  display: block;
}

.h_nav li ul a:hover {
  background: #a51c30;
  color: #fff;
}

.h_nav a {
  padding: .5em 2em;
}

.h_nav a:hover {
  opacity: 1;
}

.h_nav small {
  display: block;
  text-align: center;
}

.h_nav span {
  width: 100%;
  left: 0;
  display: block;
  text-align: center;
  position: absolute;
  opacity: 0;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  position: relative;
}

.top_main .img {
  background: url(../img/top_mv1.jpg) no-repeat center center;
  background-size: cover;
  height: 23.4em;
}

.top_main .bx-pager {
  position: absolute;
  bottom: 1.6em;
  width: 100%;
  z-index: 60;
  text-align: center;
}

.top_main .bx-pager a {
  display: inline-block;
  color: transparent;
  width: .45em;
  height: .45em;
  background: #c9caca;
  border-radius: 50%;
}

.top_main .bx-pager a:hover {
  background: #e94738;
}

.top_main .bx-pager a.active {
  background: #e94738;
}

.top_main .bx-pager-item {
  display: inline-block;
  padding: 0 .2em;
}

.c_ttl {
  text-align: center;
  margin-bottom: 1.3em;
}

.top_news {
  padding: 1.9em 0;
}

.top_news ul {
  margin-left: -2.7%;
}

.top_news li {
  float: left;
  width: 33.3%;
  padding-left: 2.7%;
}

.top_news a {
  display: block;
}

.top_news dl {
  margin-top: .3em;
}

.top_news dt {
  font-size: 1.6rem;
	margin-top: -10px;
}

.top_news dd {
  font-size: 1.2rem;
  text-align: justify;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_visible_sp {
  display: none;
}

.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 auto;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_left {
  float: left;
}

.u_right {
  float: right;
}

.u_center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.u_col, .u_tbl {
  display: table;
  width: 100%;
}

.u_col > *, .u_tbl > * {
  vertical-align: middle;
  display: table-cell;
}

.u_relative {
  position: relative;
}

@media all and (max-width: 767px) {
  .u_visible_sp {
    display: inherit;
  }
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    margin: 0 5.3%;
    padding: 0;
  }
  .u_inner.sp {
    margin: 0;
  }
  .u_left {
    float: none;
    width: auto !important;
  }
  .u_right {
    float: none;
    width: auto !important;
  }
  .u_col {
    display: block;
  }
  .u_col > * {
    display: block;
    width: auto !important;
  }
}

/*--------------------------------------------------------------
brandship
--------------------------------------------------------------*/
#bsmain {
	width:1000px;
	height: 793px;
	margin:0 auto;
	text-align: center;
	background-image: url("../img/brdstmt2.jpg");
	background-repeat:no-repeat;
	background-size: 1000px auto;
	background-position: center;
}
.bstitle {
	padding: 55px 0 0 580px;
	text-align: left;
	font-family: "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
	font-size: 22px;
	letter-spacing: .325em;
	font-feature-settings : "palt";
}
.bstxt {
	padding: 24px 0 0 580px;
	text-align: left;
	font-family: "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
	font-size: 11px;
	letter-spacing: .35em;
	font-feature-settings : "palt";
	line-height: 21px;
}

/*--------------------------------------------------------------
message
--------------------------------------------------------------*/
#mssmain {
	width:1000px;
	height: 1551px;
	margin:0 auto;
	text-align: center;
	background-image: url("../img/mesage2.jpg");
	background-repeat:no-repeat;
	background-size: 1000px auto;
	background-position: center;
}
.msstitle {
	padding: 109px 0 0 205px;
	text-align: left;
	font-family: "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
	font-size: 32px;
	letter-spacing: .2em;
	font-feature-settings : "palt";
	line-height: 58px;
}
.msstxt {
	padding: 37px 0 0 205px;
	text-align: left;
	font-family: "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
	font-size: 15px;
	letter-spacing: .22em;
	font-feature-settings : "palt";
	line-height: 33px;
}


/*--------------------------------------------------------------
profile
--------------------------------------------------------------*/
.main_top {
	width:1000px;
	margin:0 auto;
	text-align: center;
}
table, th, td {
  border-collapse: collapse;
  border: 0px;
}
td {
  padding: 0 53px 30px 0;
}
.prof {
  margin: 83px auto;
  text-align: left;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 0.75em;
  line-height: 0.93em;
  font-feature-settings : "palt";
  letter-spacing: .1em;
 }
/*--------------------------------------------------------------
recruit
--------------------------------------------------------------*/
.main_recruit {
	width:1000px;
	margin:0 auto;
	text-align: center;
}
.main_recruit2 {
	width:1000px;
	margin:0 auto 50px auto;
	text-align: center;
}
.recruit_t {
  margin: 70px 0 70px 0;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 0.8em;
  line-height: 2.5em;
  font-feature-settings : "palt";
  letter-spacing: .2em;
	-webkit-font-feature-settings: "palt";
 }
.recruit_title {
  margin: 60px 0 40px 0;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 25px;
  font-feature-settings : "palt";
  letter-spacing: .2em;
	-webkit-font-feature-settings: "palt";
 }
.circle {
  margin: 0 15px;
  position: relative;
  display: inline-block;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: #f7f9f9;
}
.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :145px;
  text-align:center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 18px;
  font-feature-settings : "palt";
	-webkit-font-feature-settings: "palt";
  letter-spacing: .2em;
  line-height: 23px;
}

.sub_recruit {
	width:1000px;
	margin:0 auto 80px;
	text-align: center;
}

.sub_recruit span {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 15px;
	line-height: 23px;
	letter-spacing: .2em;
  font-feature-settings : "palt";
	-webkit-font-feature-settings: "palt";
	color: #595757;
}

/*--------------------------------------------------------------
newsrelease
--------------------------------------------------------------*/
.newsrls {
  margin: 56px auto 36px auto;
  width: 1000px;
  text-align: justify;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 1.150em;
  font-feature-settings : "palt";
  letter-spacing: 5px;
  line-height: 1.984em;
}
.newsrls_t {
  margin: 0 auto 70px auto;
  width: 620px;
  text-align: justify;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 14px;
  line-height: 27px;
  font-feature-settings : "palt";
  letter-spacing: 2.5px;
 }
.newsrls_t2 {
  margin: 0 auto 70px auto;
  width: 620px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 14px;
  line-height: 27px;
  font-feature-settings : "palt";
  letter-spacing: 2.5px;
  text-align: right;
 }
.newsrls_t3 {
  margin: 0 auto 70px auto;
  width: 620px;
  text-align: justify;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 20px;
  line-height: 27px;
  font-feature-settings : "palt";
  letter-spacing: 2.5px;
 }
/*--------------------------------------------------------------
sponsorship
--------------------------------------------------------------*/
.main_top2 {
	width:1300px;
	margin: 0 auto;
	text-align: center;
}
.sponcorship_t {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 0.7em;
  line-height: 2.25em;
  font-feature-settings : "palt";
  letter-spacing: .2em;
 }
.sponcorship_t2 {
  margin: 12px 0 0 0;
  display: inline-block;
  width: 750px;
  text-align: justify;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 0.7em;
  line-height: 2em;
  font-feature-settings : "palt";
  letter-spacing: .175em;
 }
.sponcorship_t3 {
  margin: 12px 0 0 0;
  display: inline-block;
  width: 750px;
  text-align: justify;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 0.7em;
  line-height: 2em;
  font-feature-settings : "palt";
  letter-spacing: .19em;
 }
.sponcorship_t4 {
  margin: 15px 0 0 0;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 0.7em;
  line-height: 2.3em;
  font-feature-settings : "palt";
  letter-spacing: .15em;
 }
.sponcorship_waku {
 margin: 40px 0;
 display: inline-block;
 text-align: center;
 padding: 35px 125px;
 width: 1000px;
 background-color: #f7f9f9; /* 背景色 */
 border: none; /* 枠線 */
}
.sponcorship_t5 {
  text-align: justify;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 0.6em;
  line-height: 1.78em;
  font-feature-settings : "palt";
  letter-spacing: .18em;
 }
img.sc01_ph {
	margin:4.2em auto 45px auto;
}
img.sc02_ph {
	margin:0 auto 45px auto;
}
img.sc03_ph {
	margin:40px auto 30px auto;
}
img.sc04_ph {
	margin:0 auto 20px auto;
}
img.sc05_ph {
	margin:0 auto 10px auto;
}
img.sc06_ph {
	margin:90px auto 20px auto;
}
img.sc07_ph {
	margin:20px auto 20px auto;
}
img.sc08_ph {
	margin:90px auto 30px auto;
}
/*--------------------------------------------------------------
Privacy policy
--------------------------------------------------------------*/
.ppolcy {
  margin: 54px auto;
  width: 650px;
  text-align: justify;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 14px;
  line-height: 26px;
  font-feature-settings : "palt";
  letter-spacing: .12em;
 }

/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/
.cntct {
  margin: 54px auto;
  width: 700px;
  text-align: justify;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-size: 14px;
  line-height: 26px;
  font-feature-settings : "palt";
  /*letter-spacing: .12em;*/
 }

.cntct .formTable{
	width: 100%;
}

.cntct th{
	width: 30%;
	background: #efefef;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.cntct tr:first-child th, .cntct tr:nth-child(2) th, .cntct tr:nth-child(3) th, .cntct tr:first-child td, .cntct tr:nth-child(2) td, .cntct tr:nth-child(3) td{
	border-bottom: none;
}

.cntct td{
	width: 70%;
	padding: 10px;
	border: 1px solid #ccc;
	border-left: none;
}

.cntct input, .cntct textarea{
	border: 1px solid #ccc;
}

.cntct p{
	margin: 1em 0;
}

.cntct input[type="submit"], .cntct input[type="reset"]{
	width: 13%;
}

/*# sourceMappingURL=style.css.map */