@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
  border: 0;
  outline: 0;
  font-size: 0;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  color: #000000;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow: auto; }

body {
  font-size: 1.5rem;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  min-width: 100%; }

input[type="submit"], input[type="button"], button {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-appearance: none; }

a {
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none; }
  a:hover {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.25); }
  a img:hover {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.75; }

.l-header {
  width: 100%;
  height: auto; }

.l-main {
  margin-top: 80px; }

.l-container {
  width: 960px;
  height: auto;
  margin: auto; }

.l-footer {
  width: 100%;
  height: auto; }

.c-pageTitle {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/common/bg_pageTitle.png);
  background-repeat: repeat;
  background-position: center;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 4.0rem;
  line-height: 8.5rem;
  letter-spacing: 0.05em; }
  .c-pageTitle::after {
    content: attr(data-title);
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: normal;
    color: #CCCCCC;
    font-size: 1.4rem;
    line-height: 1.4rem; }

.c-anchor {
  margin-top: 35px; }
  .c-anchor .c-anchor__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.c-section {
  display: table;
  width: 100%;
  height: auto;
  margin-top: 110px; }
  .c-section .c-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 130px;
    color: #335B85;
    font-size: 4.0rem;
    line-height: 4.0rem;
    background-image: url(../img/common/bg_sectionTitle.png);
    background-repeat: no-repeat;
    background-position: center top; }
  .c-section .c-section__table {
    width: 100%; }
    .c-section .c-section__table tbody {
      width: 100%;
      border: #999999 solid 1px; }
      .c-section .c-section__table tbody tr th {
        width: 240px;
        vertical-align: middle;
        text-align: left;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding: 12px 45px;
        border: #999999 solid 1px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #F2F2F2; }
      .c-section .c-section__table tbody tr td {
        width: auto;
        text-align: left;
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding: 12px 30px;
        border: #999999 solid 1px; }

.p-header .p-header__area {
  position: fixed;
  z-index: 10;
  top: 0;
  display: table;
  width: calc(100% - 100px);
  padding: 0 50px;
  height: 80px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 3px #335B85;
  box-shadow: 0 1px 3px #335B85; }
  .p-header .p-header__area--home {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .p-header .p-header__area .p-area__logo {
    float: left;
    width: 308px;
    height: 80px;
    background-image: url(../img/common/logo_h.png);
    background-repeat: no-repeat;
    background-position: center; }
  .p-header .p-header__area .p-area__address {
    float: right;
    margin-top: 14px;
    width: 210px;
    height: 53px; }
    .p-header .p-header__area .p-area__address .p-address__tel {
      width: 100%;
      height: 22px;
      background-image: url(../img/common/text_tel.png);
      background-repeat: no-repeat;
      background-position: right top; }
    .p-header .p-header__area .p-area__address .p-address__fax {
      width: 100%;
      height: 14px;
      background-image: url(../img/common/text_fax.png);
      background-repeat: no-repeat;
      background-position: right top; }
    .p-header .p-header__area .p-area__address .p-address__businesshour {
      width: 100%;
      height: 17px;
      background-image: url(../img/common/text_businesshour.png);
      background-repeat: no-repeat;
      background-position: right top; }
  .p-header .p-header__area .p-area__nav {
    float: right;
    display: inline-block;
    width: 506px;
    height: 80px;
    background-image: url(../img/common/text_menu_h.png);
    background-repeat: no-repeat; }
    .p-header .p-header__area .p-area__nav .p-nav__menu .p-menu__item {
      display: inline-block;
      height: 80px; }
      .p-header .p-header__area .p-area__nav .p-nav__menu .p-menu__item--home {
        width: 90px; }
      .p-header .p-header__area .p-area__nav .p-nav__menu .p-menu__item--company {
        width: 112px; }
      .p-header .p-header__area .p-area__nav .p-nav__menu .p-menu__item--business {
        width: 112px; }
      .p-header .p-header__area .p-area__nav .p-nav__menu .p-menu__item--facility {
        width: 112px; }
      .p-header .p-header__area .p-area__nav .p-nav__menu .p-menu__item--contact {
        width: 80px; }

.p-header .p-header__area--home {
  position: absolute;
  margin-top: calc(44.75% - 80px); }
  .p-header .p-header__area--home.ls-active {
    position: fixed;
    margin-top: 0;
    background-color: #FFFFFF;
    -webkit-animation-name: headerArea;
    animation-name: headerArea;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-box-shadow: 0 1px 3px #335B85;
    box-shadow: 0 1px 3px #335B85; }

@-webkit-keyframes headerArea {
  0% {
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes headerArea {
  0% {
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.p-business .p-business__description {
  width: 100%;
  height: 510px;
  padding-top: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 5.0rem;
  letter-spacing: 0.15em;
  background-image: url(../img/business/bg_description.jpg);
  background-repeat: no-repeat;
  background-position: center; }

.p-business .p-business__items .p-items__product {
  margin-bottom: 125px; }
  .p-business .p-business__items .p-items__product .p-product__list {
    display: inline-block;
    width: 50%;
    height: auto;
    padding: 30px 42px;
    border: #999999 solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .p-business .p-business__items .p-items__product .p-product__list--2nd {
      border-left: none; }
    .p-business .p-business__items .p-items__product .p-product__list .p-list__item {
      text-align: left;
      font-size: 1.6rem;
      line-height: 3.2rem; }
      .p-business .p-business__items .p-items__product .p-product__list .p-list__item::before {
        content: '●'; }

.p-business .p-business__items .p-items__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin-bottom: 50px; }
  .p-business .p-business__items .p-items__image .p-image__item {
    margin-bottom: 40px; }
    .p-business .p-business__items .p-items__image .p-image__item .p-item__figure .p-image__caption {
      text-align: center;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 4.0rem; }

.p-footer .p-footer__pagetop {
  width: 50px;
  height: 80px;
  margin: 60px auto 0;
  text-align: center;
  background-image: url(../img/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: center; }

.p-footer .p-footer__area {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  background-color: #335B85; }
  .p-footer .p-footer__area .p-area__nav {
    width: 550px;
    height: 70px;
    margin: 0 auto 105px;
    padding-top: 30px;
    background-image: url(../img/common/text_menu_f.png);
    background-repeat: no-repeat;
    background-position: bottom center; }
    .p-footer .p-footer__area .p-area__nav .p-nav__menu .p-menu__item {
      display: inline-block;
      width: 110px;
      height: 70px; }
  .p-footer .p-footer__area .p-area__description {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 1em 0; }
  .p-footer .p-footer__area .p-area__logo {
    width: 164px;
    height: 90px;
    margin: auto;
    text-align: center;
    background-image: url(../img/common/logo_f.png);
    background-repeat: no-repeat;
    background-position: center; }
  .p-footer .p-footer__area .p-area__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    padding-bottom: 60px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 2.4rem; }

.p-footer .p-footer__copyright {
  text-align: center;
  color: #335B85;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding-top: 1em; }

/* content===========================================

	utility.css
	
		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both; }

.u-clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.u-dn {
  display: none; }

.u-di {
  display: inline; }

.u-db {
  display: block; }

.u-dt {
  display: table; }

.u-vh {
  visibility: hidden; }

.u-fln {
  float: none; }

.u-fll {
  float: left; }

.u-flr {
  float: right; }

.u-tal {
  text-align: left; }

.u-tac {
  text-align: center; }

.u-tar {
  text-align: right; }

/*	Fonts
===================================================== */
.u-fontMincho {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  transform: rotate(0.03deg); }

.u-fontMarugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; }

.u-fontKakugo {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif; }

.u-fontKozukaMincho {
  font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif; }

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: #000000; }

.u-cRed-light {
  color: #FFCDD2; }

.u-cRed {
  color: #F44336; }

.u-cRed-dark {
  color: #B71C1C; }

.u-cBlue-light {
  color: #BBDEFB; }

.u-cBlue {
  color: #2196F3; }

.u-cBlue-dark {
  color: #0D47A1; }

.u-cGreen-light {
  color: #C8E6C9; }

.u-cGreen {
  color: #4CAF50; }

.u-cGreen-dark {
  color: #1B5E20; }

.u-cYellow-light {
  color: #FFF9C4; }

.u-cYellow {
  color: #FFEB3B; }

.u-cYellow-dark {
  color: #F57F17; }

.u-cGrey-light {
  color: #F5F5F5; }

.u-cGrey {
  color: #9E9E9E; }

.u-cGrey-dark {
  color: #212121; }

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2; }

.u-bgcRed {
  background-color: #F44336; }

.u-bgcRed-dark {
  background-color: #B71C1C; }

.u-bgcBlue-light {
  background-color: #BBDEFB; }

.u-bgcBlue {
  background-color: #2196F3; }

.u-bgcBlue-dark {
  background-color: #0D47A1; }

.u-bgcGreen-light {
  background-color: #C8E6C9; }

.u-bgcGreen {
  background-color: #4CAF50; }

.u-bgcGreen-dark {
  background-color: #1B5E20; }

.u-bgcYellow-light {
  background-color: #FFF9C4; }

.u-bgcYellow {
  background-color: #FFEB3B; }

.u-bgcYellow-dark {
  background-color: #F57F17; }

.u-bgcGrey-light {
  background-color: #F5F5F5; }

.u-bgcGrey {
  background-color: #9E9E9E; }

.u-bgcGrey-dark {
  background-color: #212121; }

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto; }

.u-mn {
  margin: 0; }

.u-mtn {
  margin-top: 0; }

.u-mts {
  margin-top: .4rem; }

.u-mtm {
  margin-top: 1.6rem; }

.u-mtl {
  margin-top: 3.2rem; }

.u-mtx {
  margin-top: 4.8rem; }

.u-mbn {
  margin-bottom: 0; }

.u-mbs {
  margin-bottom: .4rem; }

.u-mbm {
  margin-bottom: 1.6rem; }

.u-mbl {
  margin-bottom: 3.2rem; }

.u-mbx {
  margin-bottom: 4.8rem; }

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important; }

.u-mr5 {
  margin-right: 5px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-ml5 {
  margin-left: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mr10 {
  margin-right: 10px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-ml10 {
  margin-left: 10px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mr15 {
  margin-right: 15px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-ml15 {
  margin-left: 15px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mr20 {
  margin-right: 20px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-ml20 {
  margin-left: 20px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mr25 {
  margin-right: 25px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-ml25 {
  margin-left: 25px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mr30 {
  margin-right: 30px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-ml30 {
  margin-left: 30px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mr40 {
  margin-right: 40px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-ml40 {
  margin-left: 40px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mr50 {
  margin-right: 50px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-ml50 {
  margin-left: 50px !important; }

/*padding (rem) */
.u-pn {
  padding: 0; }

.u-ptn {
  padding-top: 0; }

.u-pts {
  padding-top: .4rem; }

.u-ptm {
  padding-top: 1.6rem; }

.u-ptl {
  padding-top: 3.2rem; }

.u-ptx {
  padding-top: 4.8rem; }

.u-pbn {
  padding-bottom: 0; }

.u-pbs {
  padding-bottom: .4rem; }

.u-pbm {
  padding-bottom: 1.6rem; }

.u-pbl {
  padding-bottom: 3.2rem; }

.u-pbx {
  padding-bottom: 4.8rem; }

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important; }

.u-pr5 {
  padding-right: 5px !important; }

.u-pb5 {
  padding-bottom: 5px !important; }

.u-pl5 {
  padding-left: 5px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pr10 {
  padding-right: 10px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-pl10 {
  padding-left: 10px !important; }

.u-pt15 {
  padding-top: 15px !important; }

.u-pr15 {
  padding-right: 15px !important; }

.u-pb15 {
  padding-bottom: 15px !important; }

.u-pl15 {
  padding-left: 15px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pr20 {
  padding-right: 20px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pl20 {
  padding-left: 20px !important; }

.u-pt25 {
  padding-top: 25px !important; }

.u-pr25 {
  padding-right: 25px !important; }

.u-pb25 {
  padding-bottom: 25px !important; }

.u-pl25 {
  padding-left: 25px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pr30 {
  padding-right: 30px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-pl30 {
  padding-left: 30px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pr40 {
  padding-right: 40px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pl40 {
  padding-left: 40px !important; }

.u-pt50 {
  padding-top: 50px !important; }

.u-pr50 {
  padding-right: 50px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }

.u-pl50 {
  padding-left: 50px !important; }

/*	Border radius
===================================================== */
.c-br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px; }

.c-br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px; }

.c-br-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px; }

.c-br-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px; }

/*	Table (Responsive)
===================================================== */
.p-table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto; }

@media only screen and (max-width: 40em) {
  .p-table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .p-table-responsive th,
  .p-table-responsive td {
    white-space: nowrap; } }

.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee; }

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom; }
