@charset "utf-8";

* { box-sizing:border-box; }

html { overflow:auto; -webkit-text-size-adjust:100%; }
body { margin:0; padding:0; 
  font-size:15px; color:#222; line-height:1.8;
  font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  }
h1, h2, h3, h4, h5, h6, dl, dd, ul, form, textarea, figure, th { margin:0; padding:0; font-size:100%; font-weight:normal; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }

h1, h2, h3, h4, h5, h6 { font-weight: 400; font-style: normal; }

/* clearfix 回り込み解除 ------------------------ */
.clearfix:after { content:""; clear:both; display:block; }

/* 共通 ------------------------ */
a{ color:#222; text-decoration:none; }
a:not(.fade),.anime { -webkit-transition:all .3s; transition:all .3s; }
a:active, a:hover { color:#888; }
.tel a { text-decoration:none!important; }

strong { font-size:1.2em; }
em { font-style:normal; font-weight:bold; }

fieldset { border:none; }
table { border-collapse:collapse; border-spacing:0; }
map area:focus, map area:active { outline:none; border:0; }

ul { list-style-type:none; }
ul.disc, ul.square { padding-left:1.3em; }
.disc li { margin-bottom:1em; list-style-type:disc; }
.square li { list-style-type:square; }
.decimal li { list-style-type:decimal; }
.kome li { margin-bottom:1em; }
.kome li:before { content:"※ "; }

img { max-width:100%; font-size:0; line-height:0; border-width:0px; vertical-align:bottom; }
img.middle { vertical-align:middle; }

.serif {
  font-family:
    "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
.sans-serif {
  font-family:
	"メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", Osaka, sans-serif;
}

.txt_vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-left:0;
  margin-right:0;
}

.fleft  { float:left; }
.fright { float:right; }

.left   { text-align:left; }
.center { text-align:center; }
.right  { text-align:right; }

.big    { font-size:1.3em; }
.small  { font-size:.85em; }
.bold   { font-weight:bold; }

.clear  { clear:both; }
.hide   { display:none; }
.block { display:block; }
.iblock { display:inline-block; }
.wide   { width:100%; }
.wide img { width:100%; }
.indent { text-indent:-1em; padding-left:1em; }
.shadow { box-shadow:0 0 3px rgba(0,0,0,0.3); }

.red    { color:#d20015; }

.flex { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.flex-between { justify-content:space-between; -webkit-justify-content:space-between; }
.flex-center  { justify-content:center; -webkit-justify-content:center; }
.flex-reverse { -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.flex-container { -webkit-justify-content: space-around; justify-content: space-around; }
.column-reverse { -webkit-flex-direction: column-reverse; flex-direction: column-reverse; }

.dis_none,.pc_none,.tab_none,.sp_only{ display:none; }
.sp_none { display: block; }

.is-empty {
  height: 0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
}

@media screen {
  .fw { margin-left:-500%; margin-right:-500%; padding-left:500%; padding-right:500%; /*Full Width*/ }
}

/* form ------------------------ */
label { display:inline-block; }
select { padding: 5px 13px 8px; border-radius: 7px; /*font-size: 1.1em;*/ }

input[type="text"], input[type="email"], input[type="tel"], textarea {
  padding:7px 8px; border-radius: 7px; border: 1px solid #a9a9a9; }
input[type="submit"], input[type="button"]  { cursor: pointer; border-radius: 6px; background-color: #d20b0f; border: none; padding: 15px 40px; color: #fff; font-size: 1em; -webkit-appearance: none; }
input[type="text"], textarea, select { margin: 5px 0; }

input.t { width:15%; }
input.s { width:30%; }
input.m { width:60%; }
input.l { width:96%; }
textarea { width:96%; }
label input { margin:0; }


/*1079px 以下 */
@media screen and (max-width: 1079px) {
#gnav .pc_none { display:block; }

}

/*899px 以下 */
@media screen and (max-width: 899px) {
.tab_none { display:none; }

}

/*599px 以下 */
@media screen and (max-width: 599px) {
input[type=text],
select { font-size: 16px; font-family:inherit; }
select { width: 96%; padding: 5px 5px 8px; }

body { line-height:1.5; }
.pc_none, .sp_only { display: block; }
.sp_none { display:none; }
  
input[type="submit"], input[type="button"] {
    padding: 10px 40px;
    font-size: 1em;
}

input.t { width: 25%; }
input.m { width:96%; }

}

