/*--layout --*/
*, ::after, ::before {
    box-sizing: border-box;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  background: #fff;
  vertical-align: baseline;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #222;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
}

@media (min-width: 1030px) {
.container {
  width: 1000px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}
}

@media (max-width: 1029px) {
.container {
  width: 100%;
  padding: 0 15px 0 15px;
}
}

.content-inner {
  padding: 50px 0 50px 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex.space-between {
  justify-content: space-between!important;
}

.flex.flex-start {
  justify-content: flex-start!important;
}

.flex.align-items-initial {
  align-items: initial;
}

.col-3 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 15px;
}

input[type="text"], textarea {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

figure {
  margin: 0;
}

figure img {
  margin: 0 auto;
  display: block;
}

figcaption {
  text-align: center;
  padding-top: 10px;
}

/*--  header --*/
.header {
  padding: 10px 0 15px 0;
}

/*--  Main Visual --*/
.main-visual {
  background: #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv_inner {
  text-align: center;
  padding: 35px 15px 20px 15px;
}

/*-- heading --*/
h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 50px 0;
  padding: 10px 0 20px 0;
  line-height: 1.4;
}

h2.type01 {
  text-align: center;
  position: relative;
  line-height: 1.0;
}

h2.type01:after {
  content: "";
  position: absolute;
  background: #e50038;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

a {
  text-decoration: none;
  color: #222;
}

a:hover {
  text-decoration: none;
  color: #3d88f2;
}


img {
  max-width: 100%;
}

ul {
  list-style: none;
  line-height: 1.4;
  margin: 10px 0 10px 14px;;
  padding: 0;
}

ul li {
  padding-bottom: 6px;
  padding-left: 1em;
  text-indent: -1em;
}

ul.style-disc {
  list-style: disc;
  list-style-position: inside;
}

/*---------------*/
.txt-center {
  text-align: center!important;
}

.text-right {
  text-align: right!important;
}

.text-red {
  color: #ff0000;
}


/*---------------*/
.mt-0 {margin-top: 0!important;}
.mt-10 {margin-top: 10px!important;}
.mt-20 {margin-top: 20px!important;}
.mt-30 {margin-top: 30px!important;}
.mt-40 {margin-top: 40px!important;}
.mt-50 {margin-top: 50px!important;}

.mb-0 {margin-bottom: 0!important;}
.mb-10 {margin-bottom: 10px!important;}
.mb-20 {margin-bottom: 20px!important;}
.mb-30 {margin-bottom: 30px!important;}
.mb-40 {margin-bottom: 40px!important;}
.mb-50 {margin-bottom: 50px!important;}
 
.pl-10 {padding-left: 10px!important;}


