// フォント設定
@font-face {
 font-family: 'notosansjp';
 font-weight: 400; // Regularに400を設定しておく
 src: url(../font/NotoSansJP-VariableFont_wght.ttf) format('truetype');
}

.text:hover{
    color: #666666;
}

.wrapper {
  max-width:;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #ffffff;
}

html {
}

body {
	margin:0px auto;
  font-family: 'notosansjp', "メイリオ", sans-serif;
  font-weight: 400;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.ex-button {
  color: #fff;
  background-image: linear-gradient(359deg, rgba(56, 235, 186, 1), rgba(112, 177, 210, 1));
  padding: 14px 34px;
  border-radius: 8px;
  text-align: center;
	font-size:16px;
	font-weight:bold;
}

.ex-button:hover {
//    opacity: .7;
  background-image: linear-gradient(359deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	color: #3DE5BD;
	border: 3px solid #3DE5BD;
}

/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
.brand {
  font-weight: bold;
  font-size: 20px; }

.site-header {
  position: sticky; /* ここに注目! */
  top: 0;
 z-index: 1000;
  background-color: #ffffff;
 }

.site-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 630px) {
    .site-header__wrapper {
      justify-content: initial; } }
@media (min-width: 630px) {
  .site-header__middle {
    margin-left: auto; } }

@media (max-width: 629px) {
  .site-header__end {
    padding-right: 0rem; } }

@media (min-width: 630px) {
  .nav__wrapper {
    display: flex; } }

@media (max-width: 629px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #d9f0f7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); } }

.nav__item a {
  display: block;
  padding: 1rem; }

.nav__toggle {
  display: none; }
  @media (max-width: 629px) {
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem; } }

/* 親要素(コンテナ) */
.flex-container {
  display: flex;
	width:90%;
	margin:0px auto;
	align-items: center;
}

/* 子要素(アイテム) */
.flex-item {
    background-color: #ffffff;
  margin: 10px;
}

.back1 {
  position: relative;
  display: inline-block;
  margin: 0px auto;
  padding: 0px 0px;
  width: 100%;
  color: #ffffff;
  font-size: 1.4em;
  background: #1C1D33;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0px auto;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #1C1D33;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  border: 45px solid transparent;
  border-top: 45px solid #1C1D33;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0px auto;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffffff;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  border: 45px solid transparent;
  border-top: 45px solid #ffffff;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

.contents {
   display: flex;
   flex-wrap: wrap;
   width: 86%;
  background: #1C1D33;
   padding-left: 40px;
}
.item {
   width: calc(90% / 3);
  margin: 20px;
   padding: 20px 10px;
   text-align: center;
  color: #555;
  background: #ffffff;
	border-radius:10px;
}

.contents2 {
   display: flex;
   flex-wrap: wrap;
   width: 90%;
  background: #ffffff;
}
.item2 {
   width: calc(100% / 2);
   text-align: center;
  color: #555;
  background: #ffffff;
	border-radius:0px;
  padding: 50px 0px;
}

.Campanybox {
   width: 90%;
    margin: 0px auto;
	padding: 50px 50px;
//    font-weight: bold;
  background: #ffffff;
}

.midashi {
  padding: 0 1.6em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #ffffff;
  border-left: solid 3px #666666;/*左線*/
}

.sample-list {
    display: flex;
    list-style: none;
  color: #555;
  font-weight: bold;
}
.sample-list li {
   width: 20%;
	border-top: solid 3px #666666;
	margin-right:40px;
  padding-top: 30px;
}

.sample-list li:last-child {
   width: 80%;
	border-top: solid 3px #cccccc;
}

.privacybox {
   width: 80%;
    margin: 0px auto;
//	padding: 50px 50px;
//    font-weight: bold;
  background: #ffffff;
  color: #494949;/*文字色*/
	font-size:1.4em;
}

.privacybox p {
  background: #ffffff;
  color: #494949;/*文字色*/
	font-weight: bold;
	font-size:1.3em;
}

hr {
    margin: 0px auto;
	border-top: solid 3px #cccccc;
	margin-top:40px;
	margin-bottom:50px;
}