@charset "UTF-8";
/*--------------------------------------------

	initialize.css
	ブラウザの初期CSSを打ち消し

---------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.125;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

form {
  font-family: Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-size: 14px;
}

/* clearfix設定 */
.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}

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

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* iOSデフォルトスタイルリセット */
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*--------------------------------------------

	variable

---------------------------------------------*/
/*--------------------------------------------

	mixin/function

---------------------------------------------*/
/*--------------------------------------------

	デフォルト設定

---------------------------------------------*/
/* 文字折り返し設定 */
* {
  word-wrap: break-word !important;
}

/* フォント指定 */
html, body, input, button, textarea, select {
  font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  /* font-size: 100%; */
  font-size: 14px;
}

/* html */
html {
  height: 100%;
}

/* body */
body {
  position: relative;
  height: 100%;
  width: 100%;
  color: #000000;
  -webkit-text-size-adjust: 100% !important;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 980px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

/* form関連 */
/* ボタン初期設定 */
button,
input[type="button"], input[type="submit"] {
  border: none;
  font-size: 158%;
  cursor: pointer;
  padding: 0;
}

input, textarea, select {
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ededed;
  border-radius: 10px;
}

input {
  vertical-align: middle;
}

select {
  padding-right: 0;
  background: url("../img/icon_selectarrow_27x12.png") no-repeat center right #ededed;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

select::-ms-expand {
  display: none;
}

:placeholder-shown {
  color: #939393;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #939393;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #939393;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #939393;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #939393;
}

p, table tr td {
  line-height: 1.75em;
}

p, dl, h1, h2, h3, h4 {
  margin: 0;
}

h1, h2, h3, h4 {
  line-height: 1.0em;
}

small {
  font-size: 86%;
}

/* imgタグレスポンシブ対応 */
img {
  max-width: 100%;
  height: auto;
  width/***/: auto;
}

/* リンク */
a {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: underline;
  color: #c80000;
}

a:hover {
  opacity: 0.8;
}

a:hover img {
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

a:hover img {
  /*opacity: 0.75; */
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* .inlinePC PCレイアウトは非表示 */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .inlinePC,
  .blockPC {
    display: none !important;
  }
}

/* .inlineSP SPレイアウトは非表示 */
@media screen and (min-width: 768px) {
  .inlineSP,
  .blockSP {
    display: none !important;
  }
}

/*--------------------------------------------

	layout

---------------------------------------------*/
/* font-size指定 */
.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs86p {
  font-size: 86%;
}

/* text-align指定 */
.ta-center {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

/* font-weight指定 */
.fw-bold {
  font-weight: bold !important;
}

.fw-normal {
  font-weight: normal !important;
}

/* width 0-500 */
.w0 {
  width: 0px !important;
}

.w5 {
  width: 5px !important;
}

.w10 {
  width: 10px !important;
}

.w15 {
  width: 15px !important;
}

.w20 {
  width: 20px !important;
}

.w25 {
  width: 25px !important;
}

.w30 {
  width: 30px !important;
}

.w35 {
  width: 35px !important;
}

.w40 {
  width: 40px !important;
}

.w45 {
  width: 45px !important;
}

.w50 {
  width: 50px !important;
}

.w55 {
  width: 55px !important;
}

.w60 {
  width: 60px !important;
}

.w65 {
  width: 65px !important;
}

.w70 {
  width: 70px !important;
}

.w75 {
  width: 75px !important;
}

.w80 {
  width: 80px !important;
}

.w85 {
  width: 85px !important;
}

.w90 {
  width: 90px !important;
}

.w95 {
  width: 95px !important;
}

.w100 {
  width: 100px !important;
}

.w105 {
  width: 105px !important;
}

.w110 {
  width: 110px !important;
}

.w115 {
  width: 115px !important;
}

.w120 {
  width: 120px !important;
}

.w125 {
  width: 125px !important;
}

.w130 {
  width: 130px !important;
}

.w135 {
  width: 135px !important;
}

.w140 {
  width: 140px !important;
}

.w145 {
  width: 145px !important;
}

.w150 {
  width: 150px !important;
}

.w155 {
  width: 155px !important;
}

.w160 {
  width: 160px !important;
}

.w165 {
  width: 165px !important;
}

.w170 {
  width: 170px !important;
}

.w175 {
  width: 175px !important;
}

.w180 {
  width: 180px !important;
}

.w185 {
  width: 185px !important;
}

.w190 {
  width: 190px !important;
}

.w195 {
  width: 195px !important;
}

.w200 {
  width: 200px !important;
}

.w205 {
  width: 205px !important;
}

.w210 {
  width: 210px !important;
}

.w215 {
  width: 215px !important;
}

.w220 {
  width: 220px !important;
}

.w225 {
  width: 225px !important;
}

.w230 {
  width: 230px !important;
}

.w235 {
  width: 235px !important;
}

.w240 {
  width: 240px !important;
}

.w245 {
  width: 245px !important;
}

.w250 {
  width: 250px !important;
}

.w255 {
  width: 255px !important;
}

.w260 {
  width: 260px !important;
}

.w265 {
  width: 265px !important;
}

.w270 {
  width: 270px !important;
}

.w275 {
  width: 275px !important;
}

.w280 {
  width: 280px !important;
}

.w285 {
  width: 285px !important;
}

.w290 {
  width: 290px !important;
}

.w295 {
  width: 295px !important;
}

.w300 {
  width: 300px !important;
}

.w305 {
  width: 305px !important;
}

.w310 {
  width: 310px !important;
}

.w315 {
  width: 315px !important;
}

.w320 {
  width: 320px !important;
}

.w325 {
  width: 325px !important;
}

.w330 {
  width: 330px !important;
}

.w335 {
  width: 335px !important;
}

.w340 {
  width: 340px !important;
}

.w345 {
  width: 345px !important;
}

.w350 {
  width: 350px !important;
}

.w355 {
  width: 355px !important;
}

.w360 {
  width: 360px !important;
}

.w365 {
  width: 365px !important;
}

.w370 {
  width: 370px !important;
}

.w375 {
  width: 375px !important;
}

.w380 {
  width: 380px !important;
}

.w385 {
  width: 385px !important;
}

.w390 {
  width: 390px !important;
}

.w395 {
  width: 395px !important;
}

.w400 {
  width: 400px !important;
}

.w405 {
  width: 405px !important;
}

.w410 {
  width: 410px !important;
}

.w415 {
  width: 415px !important;
}

.w420 {
  width: 420px !important;
}

.w425 {
  width: 425px !important;
}

.w430 {
  width: 430px !important;
}

.w435 {
  width: 435px !important;
}

.w440 {
  width: 440px !important;
}

.w445 {
  width: 445px !important;
}

.w450 {
  width: 450px !important;
}

.w455 {
  width: 455px !important;
}

.w460 {
  width: 460px !important;
}

.w465 {
  width: 465px !important;
}

.w470 {
  width: 470px !important;
}

.w475 {
  width: 475px !important;
}

.w480 {
  width: 480px !important;
}

.w485 {
  width: 485px !important;
}

.w490 {
  width: 490px !important;
}

.w495 {
  width: 495px !important;
}

.w500 {
  width: 500px !important;
}

/* width 0%-100% */
.w0p {
  width: 0% !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

/* margin padding汎用クラス 0-100 */
.mg-0 {
  margin: 0px !important;
}

.mg-top-0 {
  margin-top: 0px !important;
}

.mg-bottom-0 {
  margin-bottom: 0px !important;
}

.mg-left-0 {
  margin-left: 0px !important;
}

.mg-right-0 {
  margin-right: 0px !important;
}

.pd-0 {
  padding: 0px !important;
}

.pd-top-0 {
  padding-top: 0px !important;
}

.pd-bottom-0 {
  padding-bottom: 0px !important;
}

.pd-left-0 {
  padding-left: 0px !important;
}

.pd-right-0 {
  padding-right: 0px !important;
}

.mg-5 {
  margin: 5px !important;
}

.mg-top-5 {
  margin-top: 5px !important;
}

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

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

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

.pd-5 {
  padding: 5px !important;
}

.pd-top-5 {
  padding-top: 5px !important;
}

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

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

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

.mg-10 {
  margin: 10px !important;
}

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

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

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

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

.pd-10 {
  padding: 10px !important;
}

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

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

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

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

.mg-15 {
  margin: 15px !important;
}

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

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

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

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

.pd-15 {
  padding: 15px !important;
}

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

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

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

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

.mg-20 {
  margin: 20px !important;
}

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

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

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

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

.pd-20 {
  padding: 20px !important;
}

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

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

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

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

.mg-25 {
  margin: 25px !important;
}

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

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

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

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

.pd-25 {
  padding: 25px !important;
}

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

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

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

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

.mg-30 {
  margin: 30px !important;
}

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

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

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

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

.pd-30 {
  padding: 30px !important;
}

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

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

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

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

.mg-35 {
  margin: 35px !important;
}

.mg-top-35 {
  margin-top: 35px !important;
}

.mg-bottom-35 {
  margin-bottom: 35px !important;
}

.mg-left-35 {
  margin-left: 35px !important;
}

.mg-right-35 {
  margin-right: 35px !important;
}

.pd-35 {
  padding: 35px !important;
}

.pd-top-35 {
  padding-top: 35px !important;
}

.pd-bottom-35 {
  padding-bottom: 35px !important;
}

.pd-left-35 {
  padding-left: 35px !important;
}

.pd-right-35 {
  padding-right: 35px !important;
}

.mg-40 {
  margin: 40px !important;
}

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

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

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

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

.pd-40 {
  padding: 40px !important;
}

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

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

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

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

.mg-45 {
  margin: 45px !important;
}

.mg-top-45 {
  margin-top: 45px !important;
}

.mg-bottom-45 {
  margin-bottom: 45px !important;
}

.mg-left-45 {
  margin-left: 45px !important;
}

.mg-right-45 {
  margin-right: 45px !important;
}

.pd-45 {
  padding: 45px !important;
}

.pd-top-45 {
  padding-top: 45px !important;
}

.pd-bottom-45 {
  padding-bottom: 45px !important;
}

.pd-left-45 {
  padding-left: 45px !important;
}

.pd-right-45 {
  padding-right: 45px !important;
}

.mg-50 {
  margin: 50px !important;
}

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

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

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

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

.pd-50 {
  padding: 50px !important;
}

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

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

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

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

.mg-55 {
  margin: 55px !important;
}

.mg-top-55 {
  margin-top: 55px !important;
}

.mg-bottom-55 {
  margin-bottom: 55px !important;
}

.mg-left-55 {
  margin-left: 55px !important;
}

.mg-right-55 {
  margin-right: 55px !important;
}

.pd-55 {
  padding: 55px !important;
}

.pd-top-55 {
  padding-top: 55px !important;
}

.pd-bottom-55 {
  padding-bottom: 55px !important;
}

.pd-left-55 {
  padding-left: 55px !important;
}

.pd-right-55 {
  padding-right: 55px !important;
}

.mg-60 {
  margin: 60px !important;
}

.mg-top-60 {
  margin-top: 60px !important;
}

.mg-bottom-60 {
  margin-bottom: 60px !important;
}

.mg-left-60 {
  margin-left: 60px !important;
}

.mg-right-60 {
  margin-right: 60px !important;
}

.pd-60 {
  padding: 60px !important;
}

.pd-top-60 {
  padding-top: 60px !important;
}

.pd-bottom-60 {
  padding-bottom: 60px !important;
}

.pd-left-60 {
  padding-left: 60px !important;
}

.pd-right-60 {
  padding-right: 60px !important;
}

.mg-65 {
  margin: 65px !important;
}

.mg-top-65 {
  margin-top: 65px !important;
}

.mg-bottom-65 {
  margin-bottom: 65px !important;
}

.mg-left-65 {
  margin-left: 65px !important;
}

.mg-right-65 {
  margin-right: 65px !important;
}

.pd-65 {
  padding: 65px !important;
}

.pd-top-65 {
  padding-top: 65px !important;
}

.pd-bottom-65 {
  padding-bottom: 65px !important;
}

.pd-left-65 {
  padding-left: 65px !important;
}

.pd-right-65 {
  padding-right: 65px !important;
}

.mg-70 {
  margin: 70px !important;
}

.mg-top-70 {
  margin-top: 70px !important;
}

.mg-bottom-70 {
  margin-bottom: 70px !important;
}

.mg-left-70 {
  margin-left: 70px !important;
}

.mg-right-70 {
  margin-right: 70px !important;
}

.pd-70 {
  padding: 70px !important;
}

.pd-top-70 {
  padding-top: 70px !important;
}

.pd-bottom-70 {
  padding-bottom: 70px !important;
}

.pd-left-70 {
  padding-left: 70px !important;
}

.pd-right-70 {
  padding-right: 70px !important;
}

.mg-75 {
  margin: 75px !important;
}

.mg-top-75 {
  margin-top: 75px !important;
}

.mg-bottom-75 {
  margin-bottom: 75px !important;
}

.mg-left-75 {
  margin-left: 75px !important;
}

.mg-right-75 {
  margin-right: 75px !important;
}

.pd-75 {
  padding: 75px !important;
}

.pd-top-75 {
  padding-top: 75px !important;
}

.pd-bottom-75 {
  padding-bottom: 75px !important;
}

.pd-left-75 {
  padding-left: 75px !important;
}

.pd-right-75 {
  padding-right: 75px !important;
}

.mg-80 {
  margin: 80px !important;
}

.mg-top-80 {
  margin-top: 80px !important;
}

.mg-bottom-80 {
  margin-bottom: 80px !important;
}

.mg-left-80 {
  margin-left: 80px !important;
}

.mg-right-80 {
  margin-right: 80px !important;
}

.pd-80 {
  padding: 80px !important;
}

.pd-top-80 {
  padding-top: 80px !important;
}

.pd-bottom-80 {
  padding-bottom: 80px !important;
}

.pd-left-80 {
  padding-left: 80px !important;
}

.pd-right-80 {
  padding-right: 80px !important;
}

.mg-85 {
  margin: 85px !important;
}

.mg-top-85 {
  margin-top: 85px !important;
}

.mg-bottom-85 {
  margin-bottom: 85px !important;
}

.mg-left-85 {
  margin-left: 85px !important;
}

.mg-right-85 {
  margin-right: 85px !important;
}

.pd-85 {
  padding: 85px !important;
}

.pd-top-85 {
  padding-top: 85px !important;
}

.pd-bottom-85 {
  padding-bottom: 85px !important;
}

.pd-left-85 {
  padding-left: 85px !important;
}

.pd-right-85 {
  padding-right: 85px !important;
}

.mg-90 {
  margin: 90px !important;
}

.mg-top-90 {
  margin-top: 90px !important;
}

.mg-bottom-90 {
  margin-bottom: 90px !important;
}

.mg-left-90 {
  margin-left: 90px !important;
}

.mg-right-90 {
  margin-right: 90px !important;
}

.pd-90 {
  padding: 90px !important;
}

.pd-top-90 {
  padding-top: 90px !important;
}

.pd-bottom-90 {
  padding-bottom: 90px !important;
}

.pd-left-90 {
  padding-left: 90px !important;
}

.pd-right-90 {
  padding-right: 90px !important;
}

.mg-95 {
  margin: 95px !important;
}

.mg-top-95 {
  margin-top: 95px !important;
}

.mg-bottom-95 {
  margin-bottom: 95px !important;
}

.mg-left-95 {
  margin-left: 95px !important;
}

.mg-right-95 {
  margin-right: 95px !important;
}

.pd-95 {
  padding: 95px !important;
}

.pd-top-95 {
  padding-top: 95px !important;
}

.pd-bottom-95 {
  padding-bottom: 95px !important;
}

.pd-left-95 {
  padding-left: 95px !important;
}

.pd-right-95 {
  padding-right: 95px !important;
}

.mg-100 {
  margin: 100px !important;
}

.mg-top-100 {
  margin-top: 100px !important;
}

.mg-bottom-100 {
  margin-bottom: 100px !important;
}

.mg-left-100 {
  margin-left: 100px !important;
}

.mg-right-100 {
  margin-right: 100px !important;
}

.pd-100 {
  padding: 100px !important;
}

.pd-top-100 {
  padding-top: 100px !important;
}

.pd-bottom-100 {
  padding-bottom: 100px !important;
}

.pd-left-100 {
  padding-left: 100px !important;
}

.pd-right-100 {
  padding-right: 100px !important;
}

/* position */
.p-abs {
  position: absolute;
}

/*--------------------------------------------

	header

---------------------------------------------*/

/*--------------------------------------------

	footer

---------------------------------------------*/

/*--------------------------------------------

	レイアウト

---------------------------------------------*/
#content, #contents {
  margin-top: 50px;
  margin-bottom: 50px; }
@media screen and (min-width: 0px) and (max-width: 767px) {
  #content, #contents {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* コンテンツ幅 */
.inner-frame {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .inner-frame {
    min-width: 980px;
    padding: 0 3.125%;
    margin: 0 auto;
  }
}
/*--------------------------------------------

	共通パーツ

--------------------------------------------*/
/*--------------------------------------------
	タイトル
--------------------------------------------*/
/* h1レベル見出し */
#contents h1 {
  font-size: 172%;
  margin-bottom: 30px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contents h1 {
    font-size: 129%;
    margin-bottom: 15px;
  }
}

#contents h1:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 22px;
  border-radius: 4px;
  background-color: #c30202;
  margin-right: 10px;
  /* SP */
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contents h1:before {
    width: 5px;
    height: 15px;
  }
}

/* 黒背景 */
#contents h2 {
  background-color: #333333;
  color: #ffffff;
  font-size: 129%;
  padding: 5px 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contents h2 {
    font-size: 100%;
    font-weight: normal;
    padding: 10px;
    margin-bottom: 15px;
  }
  .inner-frame h2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* グレー下線 */
.ttl-bb-gray {
  /* padding-bottom: 30px; */
  padding-bottom: 2.5%;
  border-bottom: 1px solid #e5e5e5;
  font-size: 129%;
}

/* 左　グレー仕切り線 */
#contents h3 {
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 20px;
}

#contents h3 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
}

#contents h3:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 4px;
  height: 16px;
  border-radius: 4px;
  background-color: #515457;
  margin-right: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #contents h3 {
    position: relative;
    font-size: 108%;
    font-weight: normal;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  #contents h3:before {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 16px;
    height: 100%;
  }
}
/* 16px #646d7c */
#contents h4 {
  font-size: 115%;
  color: #646d7c;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #contents h4 {
    font-size: 108%;
    font-weight: normal;
    margin-bottom: 15px;
  }
}

/* 黒文字　16px相当 */
.ttl-blk {
  font-size: 129%;
  font-weight: bold;
  margin-bottom: 20px;
  background: none;
  padding: 0;
  color: #000000;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .ttl-blk {
    font-size: 108%;
    font-weight: normal;
    margin-bottom: 15px;
  }
}

/*--------------------------------------------
  p
--------------------------------------------*/
#contents p{
  line-height: 1.5em;
  }
/*--------------------------------------------
  UL
--------------------------------------------*/
#contents ul {
  padding-left: 10px;
}
#contents ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}
#contents ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: url("../img/icon_listpointer.png") no-repeat center center;
  background-size: cover;
}
/*#contents ul li:first-child {
  margin-top: 0;
}*/
/*--------------------------------------------
  OL
--------------------------------------------*/
#contents ol {
  counter-reset: sqexcounter;
  padding-left: 10px;
}
#contents ol li {
  /* list-style-type: decimal; */
  margin-top: 10px;
}
/*#contents ol li:first-child {
  margin-top: 0;
}*/
#contents ol li:before {
  margin-right: 5px;
  counter-increment: sqexcounter; /* 任意の名前を付ける（もちろん英語で） */
  content: counter(sqexcounter)"."; /* 名前を付けたカウンターをcontentで発動！ */
}
/*--------------------------------------------
  DL
--------------------------------------------*/
/* 縦並び */
.lst-blktxt dt {
  font-size: 129%;
  font-weight: bold;
}
.lst-blktxt dd {
  margin-top: 10px;
  padding-left: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lst-blktxt dt {
    font-size: 108%;
  }
}
/* 横並び */
.lst-inltxt {
   margin-top: 10px;
}
.lst-inltxt dt {
  font-size: 110%;
  font-weight: bold;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
.lst-inltxt dd {
  display: inline-block;
  vertical-align: top;
  max-width: 980px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lst-inltxt {
    display: table;
    width: 100%;
  }
  .lst-inltxt dt {
    display: table-cell;
    font-size: 108%;
    width: 30%;
  }
  .lst-inltxt dd {
    display: table-cell;
    max-width: 70%;
    width: 70%;
    padding-left: 10px;
  }
}

/*--------------------------------------------
  table
--------------------------------------------*/
#contents table {
  width: 100%;
}
#contents table th {
  font-size: 116%;
  font-weight: bold;
  padding: 10px;
}
#contents table td {
  padding: 6px 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  line-height: 1.5em !important;
}
/* typeA */
.tb-type-a th {
  border-bottom: 2px solid #868686;
}
.tb-type-a td {
}
/* typeB */
.tb-type-b {
  border: 1px solid #e5e5e5;
}
.tb-type-b th {
  color: #ffffff;
  background-color: #868686;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.tb-type-b th:last-child,
.tb-type-b td:last-child {
  border-right: none;
}
.tb-type-b td {
  border-right: 1px solid #e5e5e5;
}
.tb-type-b td:first-child {
  background-color: #d9d9d9;
}
.tb-type-b tr:last-child td {
  border-bottom: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #contents table th {
    font-size: 93% !important;
    font-weight: normal;
  }
  #contents table th {
    padding: 5px;
  }
  #contents table td {
    font-size: 86% !important;
    padding: 5px;
  }
}

/*--------------------------------------------
  Blockquote
--------------------------------------------*/
/* typeA */
.box-blkq-a {
  border-left: 10px solid #868686;
  padding: 10px;
  padding-left: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .box-blkq-a {
    border-left: 5px solid #868686;
    padding: 10px;
    padding-left: 15px;
  }
}
/* typeB */
.box-blkq-b {
  padding: 20px 30px;
  background-color: #d9d9d9;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .box-blkq-b {
    padding: 15px;
  }
}
/*--------------------------------------------
  hr
--------------------------------------------*/
#contents hr {
  height: 1px;
  background-color: #e5e5e5;
  border: none;
  margin: 35px 0 50px 0;
}



/*--------------------------------------------
	リンク
--------------------------------------------*/
/* アイコン左付け（黒） */
.lk-arw-lt {
  display: inline-block;
  vertical-align: middle;
  font-size: 115%;
  color: #000000;
}

.lk-arw-lt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  background-image: url("../img/arrow_right_bk.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 10px;
}

/* 別窓アイコン右付け（赤） */
.lk-win-rt {
  display: inline-block;
  vertical-align: middle;
}

.lk-win-rt:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background-image: url("../img/icon_window.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 5px;
}



/* SP */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lk-arw-lt {
    font-size: 86%;
    color: #000000;
  }
  .lk-arw-lt:before {
    width: 4px;
    height: 6.5px;
    background-size: cover;
  }
}
/* レイアウトカスタマイズ */
.wp-mx1200 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}


/* 余白セレクタ　SP用調整 */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .mg-bottom-30 {
    margin-bottom: 10px !important;
  }
  .mg-bottom-40 {
    margin-bottom: 20px !important;
  }
  .mg-bottom-70 {
    margin-bottom: 30px !important;
  }
  .mg-bottom-100 {
    margin-bottom: 30px !important;
  }
}
