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

   基本設定

 * =================================================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  outline: none;
  word-break: break-all;
}
html {
  width: 100%;
  height: 100%;
  font-size: 10px;
}
body {
  margin: 0;
  position: relative;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;

  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
ol, ul, li, dt, dd {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.inblock-wrap {
  width: 100%;
  position: relative;
  font-size: 0;
}
.inblock-wrap > * {
  font-size: 1.4rem;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  width:100%;
  position:relative;
}
.flex-wrap > * {
  position:relative;
}

a.bl {
  display: block;
}
/* =================================================== *

   フォント

 * =================================================== */
body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3",  'メイリオ','Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #606060;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.min {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.gothic {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3",  'メイリオ','Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
  margin-bottom: 0.75em;
}
a {
  text-decoration: none;
}
strong, .strong, .bold {
  font-weight: 700 !important;
}
.slim {
  font-weight: 200 !important;
}
.ul {
  text-decoration: underline !important;
}
.big {
  font-size: 110%;
}
.small {
  font-size: 90%;
}
h1{
  font-size:300%;
  line-height: 1.3;
  margin:0;
}
h2 {
  font-size:150%;
  line-height: 1.3;
  margin:0 0 0.5em 0;
}

h3, h4, h5, h6 {
  line-height: 1.5;
}

/* =================================================== *

   画像

 * =================================================== */
 img{
  vertical-align:top;
 }
.pic {
  position: relative;
}
.text-pic {
  position: relative;
  text-align: center;
}
.pic a {
  display:block;
  outline:none;
}
.pic img, .text-pic img {
  width: 100%;
  height: auto;
}
/* =================================================== *

   位置

 * =================================================== */
 
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.c-l-text {
  text-align: center !important;
}
.abs {
  position: absolute;
}

.fixed {
  position: fixed;
}

@media screen and (max-width: 768px) {
  
  .sp-left {
    text-align: left !important;
  }
  
  .sp-center {
    text-align: center !important; 
  }
  
  .sp-right {
    text-align: right !important;
  }
  
  .c-l-text {
    text-align: left !important;
  }
}