@charset "utf-8";

/* =============================================================================
    Reset style
   ========================================================================== */
/*
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: 100%; vertical-align: baseline; background: transparent }
body { line-height: 1 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
nav ul { list-style: none }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent }
table { border-collapse: collapse; border-spacing: 0 }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0 }


/* =============================================================================
    Basic style
   ========================================================================== */

/*
 * body InitialStyle
 */
body { -webkit-text-size-adjust: none; background: #fff; }

/*
 * Wrapper InitialStyle
 */
#wrapper { position: relative; margin: 0 auto; overflow: hidden; background:#fff; }

/*
 * Inner InitialStyle
 */
.inner { width:1000px; margin: 0 auto; padding: 0; position:relative; }


/* =============================================================================
  Image
========================================================================== */

img { vertical-align: bottom; max-width :100%; }

/* =============================================================================
  Common Style
   ========================================================================== */

table { font-size:inherit;}

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

ul, li { list-style: none;}

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

button { background-color:white; border:none; padding: 0; }

/*
 * box-sizing
 */
div,p,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,table,tr,th,td,article,aside,header,footer,section,nav{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* =============================================================================
  Typography
========================================================================== */

body { color: #333; letter-spacing: 0px; font-family:"游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;  }

p { line-height: 1.6; text-align: left;}

li,dt, dd { line-height: 1.6; }

.minchou { font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

h1,h2,h3,h4,h5,h6 { font-weight:bold; line-height: 1.4; letter-spacing: .07rem; }

a { color:inherit; text-decoration:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

button { background-color:white; border:none; padding: 0; }

.num {font-family: arial; }
.bold { font-weight: bold;}
/*
 * color
 */
.white { color:#fff; }
.black { color:#000; }
.red { color: #bf4992;}



/* =============================================================================
    Layout style
   ========================================================================== */

/* Header */
#header { width:100%; }

/* Footer */
#footer { width:100%; }

/* Container */
#container { width:100%; }

/*
 * display
 */
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }

/*
 * float
 */
.left { float:left; }

.right { float:right; }

/*
 * position styles
 */
.relative { position:relative; }

.absolute { position: absolute; }

.front-position { position:relative; z-index:1; }

/* absolute-center */
.ab-center { position:absolute; left:0; right:0; margin:auto; }

/*
 * flex box
 */
.flex { display: flex; display: -webkit-flex; }

.f-wrap { flex-wrap: wrap; -ms-flex-wrap: wrap; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; }

.align-center { align-items: center;}

.f-between { justify-content: space-between; -webkit-justify-content: space-between; }

.flex-list { display: flex; display: -webkit-flex; flex-wrap: wrap; -ms-flex-wrap: wrap; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; }


/* =============================================================================
  Others
========================================================================== */

/* Header fix */
.fixed { position:fixed; left:0; top:0; z-index:9999; }

/*
 * clearfix
 */
.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

/*
 * hover effect
 */
.u-target { transition: opacity .3s; }
.u-target:hover { opacity: .8; }
/*
 * conflict
 */
.header { display: none; }
main.fs-l-main { max-width: none!important; margin: auto!important; padding: 0!important;}
.information { display: none; }
.productCategory { display: none; }
.serviceList { display: none; }
.footer { display: none }
.bottomMenu { display: none; }