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:100%;
vertical-align:baseline;
background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display:block;
}
audio, canvas, progress, video {
display: inline-block; vertical-align: baseline;
}

html {
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body {
color: #444;
font-family: sans-serif;
line-height: 1.0;
zoom: 1;
}

br {letter-spacing:0;}
ul, li {list-style:none;}
img, a img {border:0; text-decoration:none; vertical-align:top;}
mark {background:#ff0; color:#000;}
b, strong {font-weight:bold;}
table {border-collapse:collapse; border-spacing:0;}
td, th {padding:0;}
hr {box-sizing:content-box; height:0;}
button, input, optgroup, select, textarea {color:inherit; font:sans-serif; margin:0;}
button {overflow: visible;}
button, select {text-transform:none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer;}
input[type="checkbox"], input[type="radio"] {box-sizing:border-box; padding:0;}
textarea {overflow:auto;}

div:after, ul:after {content:""; display:block; clear:both;}
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

a {background-color:transparent;}
a:link    {color:#3366CC; text-decoration:none;}
a:visited {color:#3366CC; text-decoration:none;}
a:hover   {color:#1a428c; text-decoration:underline; outline:0;}
a:active  {color:#99CCFF; text-decoration:none; outline:0;}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */







/* -------------------------------------------------------
Detail
---------------------------------------------------------- */

/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media only screen and (max-width:480px){
  body {
    background: url(images/bg_mini.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  }
  .site_header {
    background: rgba(255,255,255,1.0);
  }
  .site_header .header-inner {
    height: 40px;
    text-align: center;
  }
  .contents_body {
    box-sizing: border-box;
    padding: 32px 0 0;
    color: #fff;
    font-weight: 300;
  }
  .contact_box p {
    margin: 0 0 1em;
    line-height: 1.8;
  }




  .contact_box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .heading1 {
    display: inline-block;
    margin: 0 0 1em;
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
    font-size: 120%;
    font-weight: 500;
  }
  .contact_box p {
    line-height: 1.8;
  }
  .contact_tel {
    margin: 0 0 32px;
  }
  .contact_tel a {
    color: #fff;
  }
  .contact_tel a.telnum {
    font-size: 30px;
    font-weight: 500;
  }
  .contact_tel .tel_info {
    display: block;
    margin: 0 0 1em;
    font-size: 12px;
  }
  .contact_tel .tel_time {
    display: block;
    margin: 1em 0 0;
    font-size: 12px;
  }

  .contact_mail {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .mail_btn {
    display: inline-block;
  }
  .mail_btn a {
    display: block;
    padding: 1em 3em;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .4s linear;
  }
  .mail_btn a:hover {
    background: #fff;
    color: #222;
  }
}/* end SP */


/* -------------------------------------------------------
for TAB
---------------------------------------------------------- */
@media screen and (min-width:481px) and (max-width:999px) {
  body {
    background: url(images/bg_mini.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
  }

  .site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,1.0);
    z-index: 100;
  }
  .site_header .header-inner {
    position: relative;
    width: 100%;
    height: 50px;
  }
  .title {
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .h_mail {
    position: absolute;
    top: 5px;
    right: 10px;
  }

  .contents {
    width: 100%;
    height: 100%;
  }
  .contents_body {
    box-sizing: border-box;
    margin: 50px 0 0;
    padding: 50px 0 0;
    color: #fff;
    font-weight: 300;
  }


  .contact_box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 32px 0;
    background: rgba(0,0,0,0.2);
    text-align: center;
  }
  .heading1 {
    display: inline-block;
    margin: 0 0 1em;
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: 500;
  }
  .contact_box p {
    line-height: 1.8;
  }
  .contact_tel {
    margin: 32px 0;
  }
  .contact_tel a {
    color: #fff;
  }
  .contact_tel a.telnum {
    font-size: 30px;
    font-weight: 500;
  }
  .contact_tel .tel_info {
    display: block;
    margin: 0 0 1em;
    font-size: 12px;
  }
  .contact_tel .tel_time {
    display: block;
    margin: 1em 0 0;
    font-size: 12px;
  }

  .contact_mail {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .mail_btn {
    display: inline-block;
  }
  .mail_btn a {
    display: block;
    padding: 1em 3em;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .4s linear;
  }
  .mail_btn a:hover {
    background: #fff;
    color: #222;
  }
}/* end TAB */


/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width:1000px){
  body {
    background: url(images/bg_mini.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
  }

  .site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,1.0);
    z-index: 100;
  }
  .site_header .header-inner {
    position: relative;
    width: 100%;
    height: 50px;
  }
  .title {
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .h_mail {
    position: absolute;
    top: 5px;
    right: 10px;
  }

  .contents {
    width: 100%;
    height: 100%;
  }
  .contents_body {
    box-sizing: border-box;
    margin: 50px 0 0;
    padding: 100px 0 0;
    color: #fff;
    font-weight: 300;
  }


  .contact_box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 32px;
    background: rgba(0,0,0,0.2);
    text-align: center;
  }
  .heading1 {
    display: inline-block;
    margin: 0 0 1em;
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: 500;
  }
  .contact_box p {
    line-height: 1.8;
  }
  .contact_tel {
    margin: 32px 0;
  }
  .contact_tel a {
    color: #fff;
  }
  .contact_tel a.telnum {
    font-size: 30px;
    font-weight: 500;
  }
  .contact_tel .tel_info {
    display: block;
    margin: 0 0 1em;
    font-size: 12px;
  }
  .contact_tel .tel_time {
    display: block;
    margin: 1em 0 0;
    font-size: 12px;
  }

  .contact_mail {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .mail_btn {
    display: inline-block;
  }
  .mail_btn a {
    display: block;
    padding: 1em 3em;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .4s linear;
  }
  .mail_btn a:hover {
    background: #fff;
    color: #222;
  }


}/* end PC */



/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs100 {font-size:100%;}
.fs120 {font-size:120%;}
.fs150 {font-size:150%;}
.fs10px {font-size:10px;}
.fs11px {font-size:11px;}
.fs12px {font-size:12px;}
.fs13px {font-size:13px;}
.fs14px {font-size:14px;}
.fs15px {font-size:15px;}
.fs16px {font-size:16px;}
.fs17px {font-size:17px;}
.fs18px {font-size:18px;}

.lh15 {line-height:1.5;}
.lh16 {line-height:1.6;}
.lh17 {line-height:1.7;}
.lh18 {line-height:1.8;}
.lh20 {line-height:2.0;}

.mgb5 {margin-bottom:5px;}
.mgb10 {margin-bottom:10px;}
.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}
.mgb30 {margin-bottom:30px;}
.mgb40 {margin-bottom:40px;}
.mgb50 {margin-bottom:50px;}
.mgb80 {margin-bottom:80px;}
.mgb100 {margin-bottom:100px;}
.mgb05em {margin-bottom:0.5em;}
.mgb1em {margin-bottom:1em;}
.mgb15em {margin-bottom:1.5em;}
.mgb2em {margin-bottom:2em;}

.pdlr10 {padding:0 10px;}
.pdlr20 {padding:0 20px;}
.pdlr30 {padding:0 30px;}
.pdlr1em {padding:0 1em;}
.pdlr2em {padding:0 2em;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.fwb {font-weight:bold;}


