@charset "utf-8";

/*---------------------
  reset
---------------------*/

  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
  b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
  }

  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section { 
    display: block;
  }

  html {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

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

  img {
    border: none;
    vertical-align: top;
  }

  a {
    border: none;
  }

  table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }

  th, td {
    vertical-align: middle;
  }

  th {
    text-align: left;
  }

  li {
    list-style: none;
  }

  hr {
    display: block;
    height: 1px;
    margin: 0 0 1em;
    padding: 0;
    font-size: 1em;
    line-height: 0;
    border: 0;
    border: none;
  }

  b, strong {
    font-weight: bold;
  }

/*---------------------
  iphone用リセット
---------------------*/

  input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }

/*---------------------
  clearfix
---------------------*/

  .clearfix:after {
    content: '';
    visibility: hidden;
    display: block;
    font-size: 0;
    position: static;
    clear: both;
    height: 0;
  }

/*---------------------
  fluid image
---------------------*/

  img,
  iframe,
  object {
    max-width: 100%;
  }

/*---------------------
  roll over
---------------------*/

  a {
    text-decoration: none;
  }

  a:hover {
  }

/*---------------------
  google map
---------------------*/

  .gmap {
    width: 100%;
    height: 100%;
  }

  .gmap img {
    max-width: none;
  }

/*---------------------
  common style
---------------------*/

/* 明朝 */

  .mincho {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

/* fig-img */

  .fig-img {
    max-width: 50%;
  }

  .fig-img.fl {
    margin: 0 1em 0 0;
  }

  .fig-img.fr {
    margin: 0 0 0 1em;
  }

/* 共通h2 */

  .common-h2 {
	  width:100%;
	  font-size:1.5em;
	  text-align:center;
    margin: 0 0 20px 0;
	font-weight:bold;
  }

  .common-h2.m0 {
    margin: 0;
  }

  .common-h2 > span {
    font-size: 0.7em;
  }

.ccc{ color:#878787;}
.white{ color:#fff}

/* アンカー位置 */

  .anchor-point {
    margin: -165px 0 0;
    padding: 165px 0 0;
  }

/* unit */

  .unit {
    margin: 0 0 70px;
  }

  .unit:last-child {
    margin: 0;
  }

  .unit-inner {
    padding: 0 10px;
  }

  .unit-inner2 {
    padding: 0 5px;
  }

/* 共通テーブル */

  .common-table {
    margin: -2px;
    overflow: hidden;
  }

  .common-table table {
    border-spacing: 2px;
  }

  .common-table th,
  .common-table td {
    padding: .7em .8em;
    vertical-align: top;
  }

  .common-table th,
  .common-table th span {
    font-weight: bold;
  }

  .common-table th {
    color: #fff;
    border: 1px solid #65C505;
    background: #65C505;
  }

  .common-table td {
    border: 1px solid #65C505;
  }

/* ・リスト */

  .disc-list li {
    position: relative;
    padding: 0 0 0 11px;
  }

  .disc-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 10px;
  }

@media screen and (max-width: 1050px) {

/* 下層h1 */

  .page-title {
    width: auto;
  }

/* アンカー位置 */

  .anchor-point {
    margin: -80px 0 0;
    padding: 80px 0 0;
  }

}

@media screen and (max-width: 640px) {

/* fig-img */

  .fig-img.fl,
  .fig-img.fr {
    float: none;
    margin: 0 0 1.5em;
    text-align: center;
    max-width: none;
  }

/* 共通h2 */

  .common-h2-note {
    display: block;
    padding: 0;
  }

/* 下層h1 */

  .page-title {
    height: 134px;
    background-size: auto 134px;
  }

  .page-title h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    text-align: center;
  }

  .page-title span {
    display: inline-block;
    padding: 20px 0 0 41px;
    font-size: 26px;
    line-height: 99px;
    vertical-align: top;
    background-size: 40px auto;
    background-position: 0 center;
  }

}

@media screen and (max-width: 480px) {

/* 下層h1 */

  .page-title {
    height: 100px;
    background-size: auto 100px;
  }

  .page-title span {
    line-height: 65px;
  }

/* unit */

  .unit-inner {
    padding: 0 5px;
  }

}

/* line-height */
.line18 { line-height: 1.8;}

/* visual */
.block  { display: block;}
.inline { display: inline;}
.table  { display: table;}
.tcell  { display: table-cell;}
.dn     { display: none;}
.vh     { visibility: hidden;}
.oh     { overflow: hidden;}

/* clear */
.cb     { clear: both;}
.cl     { clear: left;}
.cr     { clear: right;}

/* float */
.fl     { float: left;}
.fr     { float: right;}

/* align */
.center { text-align: center;}
.left   { text-align: left;}
.right  { text-align: right;}
.top    { vertical-align: top;}
.middle { vertical-align: middle;}
.bottom { vertical-align: bottom;}

/* font */
.f80    { font-size:  .8em;}
.f90    { font-size:  .9em;}
.f120   { font-size: 1.2em;}
.f130   { font-size: 1.3em;}
.f140   { font-size: 1.4em;}
.f150   { font-size: 1.5em;}
.normal { font-weight: normal;}
.bold   { font-weight: bold;}
.indent { text-indent: 1em;}
.strike { text-decoration: line-through;}
.italic { font-style: italic;}

/* color */
.red    { color: #f00;}
.red2   { color: #c00;}
.blue   { color: #09f;}
.blue2  { color: #06f;}
.orange { color: #f90;}
.orange2{ color: #f60;}
.yellow { color: #ff0;}
.green  { color: #096;}

/* list-style-type */
.lstn   { list-style-type: none;}

/* margin */
.m1     { margin-bottom: 1em;}
.m5     { margin-bottom: 5px;}
.m10    { margin-bottom: 10px;}
.m15    { margin-bottom: 15px;}
.m20    { margin-bottom: 20px;}
.m30    { margin-bottom: 30px;}


  .ifrm-container {
    width:98%;
	height:700px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    margin: 10px;
  }
  .ifrm {
    width:100%;
    height:100%;
    border:none;
    display:block;
  }
