@charset "utf-8";

/*デフォルトCSSの削除
---------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}

html {
    overflow-x: hidden;
}
    
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  max-width: 100vw;
  margin: 0;
  position: relative;
  font: 12px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
  line-height: 1.6;
  font-size: 15px;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

body {
    background-color: #fefefe;
}

.main {
    width: 100%;
    margin-bottom: 50px;
}

/*全体の設定
---------------------------------------------------------------------------*/
body , html {
    height: 100%;
    box-sizing: border-box;
}

/*非表示の設定
---------------------------------------------------------------------------*/
.off {
    display: none !important;
}

.off2 {
    display: none !important;
}

.none{
	display: none;
}

/*フロートの設定
---------------------------------------------------------------------------*/
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

/*フロート解除の設定
---------------------------------------------------------------------------*/
.wrap {
    overflow: hidden;
}

/*コンテンツの設定
---------------------------------------------------------------------------*/
.container {
    max-width: 1100px;
    margin: 0 auto;
}

.container2{
    max-width: 1200px;
    margin: 0 auto;
}

.container3{
    max-width: 1000px;
    margin: 0 auto;
}

.container4{
    width: 100%;
    margin: 10px auto;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

select{
    cursor: pointer;
}

.flex {
    display: flex;
}

/* マージン・パディングの設定
---------------------------------------------------------------------------*/
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml60 {
    margin-left: 60px;
}

.mrl5 {
    margin: 0 5px;
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb50 {
    margin-bottom: 50px;
}

.mtb0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mtb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pt58 {
    padding-top: 58px;
}

.pt300 {
    padding-top: 300px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb290 {
    padding-bottom: 290px;
}

.pr15 {
    padding-right: 15px;
}
