@font-face {
	font-family: 'NotoSans';
  src: url(../font/NotoSansJP-Regular.otf), url(../font/NotoSansJP-Bold.otf), url(../font/NotoSansJP-Black.otf);
}

/*////////////////////////////// スクロールバースタイル //////////////////////////////*/

::-webkit-scrollbar {
  width: 8px;
  height: 0px;
  background:#eee;
} 
/* Track */
::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background:#666;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #ddd; 
}

/*////////////////////////////// ベーススタイル //////////////////////////////*/

html, body {
  height: 100%;
}
body {
  font-family: Helvetica, 'arial', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, HiraKakuProN-W3, HiraKakuPro-W3, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  color:#000;
  margin: 0;
  padding: 0;
}
h1, h2, h3 {
  line-height: 1.4em;
  letter-spacing: 0.001em;
}
p {
  line-height: 1.8em;
  letter-spacing: 0.06em;
  font-weight: 400;
}
h1 {
  font-size: 2.4em;
  font-weight: 900;
}
h2 {
  font-size: 2em;
  margin: 20px;
}
h3 {
  font-size: 30px;
  margin: 10px;
  font-weight: 700;
}
h4 {
  font-size: 28px;
  margin: 20px 0;
  font-weight: 700;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.bolder {
  font-weight: 900;
}
.big {
  font-size: 110%;
}
.small {
  font-size: 90%;
}
a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  transition: .5s;
}
a:focus, *:focus {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.blue1 {
  color: #0378d5;
}
.blue12 {
  color: #38b6ff;
}
.pink {
  color: #e04561;
}
.white {
  color: #fff;
}
.bg {
  background-color: #333238;
}
.bg-b {
  background-color: #0378d5;
}
.bg-w {
  background-color: #fff;
}
.bg-p {
  background-color: #e8a;
}
.center-left {
  text-align: center;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.just {
  text-align:justify;
}
.margintop-s {
  margin-top: 30px;
}
.margintop-m {
  margin-top: 60px;
}
.margintop-l {
  margin-top: 90px;
}
.marginbottom-s {
  margin-bottom: 30px;
}
.marginbottom-m {
  margin-bottom: 60px;
}
.marginbottom-l {
  margin-bottom: 90px;
}
.paddingtop-s {
  padding-top: 30px;
}
.paddingtop-m {
  padding-top: 60px;
}
.paddingtop-l {
  padding-top: 90px;
}
.paddingbottom-s {
  padding-bottom: 30px;
}
.paddingbottom-m {
  padding-bottom: 60px;
}
.paddingbottom-sm {
  padding-bottom: 60px;
}
.paddingbottom-l {
  padding-bottom: 90px;
}
.paddingbottom-100 {
  padding-bottom: 100px;
}
.no-display {
  display: none;
}
.img-responsive {
  width: 100%;
  height: auto;
}

/*////////////////////////////// オリジナルスタイル //////////////////////////////*/

/*ヒーロヘッダー部*/
.hero-header {
  width: 100%;
  margin: 0px;
}
.logo-area {
  height: 80px;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.logo-size {
  width: auto;
  height: 50px;
  margin: 10px;
  padding: 5px;
  background-color: #fff;
}
.top-size {
  width: auto;
  max-height: 800px;
}

/*FlexBox部*/
.flex-area {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  max-width: 1400px;
}

.flex {
  width: 49%; 
  z-index: 1;
  padding: 0 5px;
}

.flex-area-box {
  height: auto;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.boxAB {
  background-color: #fff;
  border: 4px solid #000;
  width: 50%;
  height: auto;
  z-index: 1;
  margin: 10px;
  padding: 15px;
  border-radius: 1px;
  position: relative;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.box {
  background-color: #fff;
  border: 4px solid #000;
  width: 50%;
  height: 642px;
  z-index: 1;
  margin: 10px;
  padding: 15px;
  border-radius: 1px;
  position: relative;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.flex-area-inbox {
  height: auto;
  margin: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.box-F {
  background-color: #fff;
  border: 4px solid #000;
  /*width: 90%;
  */height: auto;
  padding: 15px 15px 15px 30px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.num-F {
  position: absolute;
  margin-top: 18px;
  margin-left: -100px;
  font-size: 22px;
  background-color: #e04561;
  color: #fff;
  padding: 10px 20px;
}
.inbox {
  width: 45%;
  height: auto;
  z-index: 1;
  margin: 10px;
}
.area-list {
  height: auto;
  padding: 20px 30px 50px;
  margin: 60px 0px;
  background-color: #fff;
  color: #000;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.flex-area-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap:wrap;
}
.list {
  width: 32%;
  height: auto;
  z-index: 1;
  margin: 5px;
  padding: 0px;
}
/*ボタン*/
.btn {
  width: 200px;
  padding: 26px 100px;
  margin: 0 auto;
  text-decoration: none;
  background: #0378d5;
  border: 3px solid #0378d5;
  color: #FFF;
  border-radius: 5px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn:hover {
  background: #fff;
  border: 3px solid #0378d5;
  color: #0378d5;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.btn:active {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border: 3px solid #0378d5;
}
/*カスタム部*/
.main-area {
  position: relative;
  margin-top: -30px;
}
.campaign-area {
  position: relative;
  top: -150px;
}
.contents {
  width: 1400px;
  margin: 0 auto;
}
.display2 {
  margin: 0px;
  display: inline-block;
}
.display3 {
  margin: 0px;
  display: inline-block;
}
.bgsvg {
  background: url("../img/paper.svg") no-repeat;
  background-size: 100% auto;
}
.lifemail-size {
  width: auto;
  max-height: 140px;
}
.commment-size {
  height: auto;
  width: 600px;
}

.curve {
	position: relative;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}
.logo-features {
  width: 700px;
  height: auto;
}
.logo-campaign {
  width: 700px;
  height: auto;
}
.campaign {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  -webkit-animation : next-roop 8s ease 0s infinite both;
  animation: next-roop 8s ease 0s infinite both;
}
.campaign2 {
  display: none;
}
.circle-size {
  width: 320px;
  height: auto;
}
.num {
  position: absolute;
  margin-top: -39px;
  margin-left: -5px;
  font-size: 22px;
}
.box-q {
  background-color: #fff;
  border: 4px solid #000;
  width: 94%;
  height: auto;
  padding: 15px 5px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.box-q p {
  text-align: center;
  font-size: 22px;
}
.box-left {
  margin: 60px auto 60px 0;
}
.box-center {
  margin: 60px auto;
}
.box-right {
  margin: 60px 0 60px auto;
}
.box-C {
  background-color: #fff;
  border: 4px solid #000;
  color: #000;
  width: 480px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
}
.under {
  border-bottom: solid 3px #e04561;
}
.redcapt {
  color: #e04561;
}
.feature-area {
  margin-top: -10px;
}
.title {
  font-size: 44px;
  letter-spacing: 0.2em;
}
.price-size {
  width: 80%;
  height: auto;
}
.footer {
  background-color: #333238;
  color: #fff;
  position: relative;
  top: 0px;
  font-size: 80%;
}
.footer-size {
  width: 250px;
  height: auto;
}
.pagetop {
  display: none;
  position: fixed;
  width: 65px;
  bottom: 32px;
  right: 0px;
  z-index: 10;
}
.pagetop img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.pagetop:hover img:nth-of-type(2) {
	opacity: 0;
}

/*////////////////////////////// アニメーション //////////////////////////////*/
@keyframes next-roop {
	0% {
    -ms-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    transform:translateY(-10px);
  }
  20% {
    -ms-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
  }
	40% {
    -ms-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    transform:translateY(-10px);
  }
	60% {
    -ms-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
  }
	80% {
    -ms-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    transform:translateY(-10px);
  }
  100% {
    -ms-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
  }
}

/*////////////////////////////// メディアクエリ //////////////////////////////*/

@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
    letter-spacing: 0.03;
    line-height: 1.6em;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
    margin: 5px;
  }
  h3 {
    font-size: 20px;
    margin: 5px;
  }
  h4 {
    font-size: 18px;
    margin: 5px 0;
  }
  .center-left {
    text-align: left;
  }
  .margintop-m {
    margin-top: 40px;
  }
  .margintop-l {
    margin-top: 60px;
  }
  .marginbottom-l {
    margin-bottom: 60px;
  }
  .paddingtop-l {
    padding-top: 60px;
  }
  .paddingbottom-l {
    padding-bottom: 60px;
  }
  .paddingbottom-sm {
    padding-bottom: 30px;
  }
  .display3 {
    margin: 0px;
    display: inline;
  }
  .logo {
    width: 50%;
    height: auto;
  }
  .logo-size {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 6px;
  }
  .flex-area {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }
  .flex {
    width: 100%;
    padding: 5px 0;
    max-height: 400px;
  }
  .flex-area-box {
    height: auto;
    margin: 0 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 13px;
  }
  .top-size {
    margin: 0 2%;
    max-height: 400px;
  }
  .boxAB {
    width: 90%;
    height: auto;
    padding: 15px;
    margin: 10px auto;
  }
  .box {
    width: 90%;
    height: auto;
    padding: 15px;
    margin: 10px auto;
  }
  .flex-area-inbox {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding: 13px;
  }
  .box-F {
    height: auto;
    padding: 0px;
  }
  .num-F {
    position: absolute;
    margin-top: -52px;
    margin-left: -0px;
    font-size: 22px;
    padding: 10px 20px;
  }
  .inbox {
    width: 90%;
    height: auto;
    margin: 30px 10px 0px;
  }
  .flex-area-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .area-list {
    margin:  30px 10px 0;
  }
  .list {
    width: 98%;
  }
  .campaign {
    display: none;
  }
  .campaign2 {
    width: 100%;
    display: block;
    position: fixed;
    bottom: -7px;
    left: 0px;
    z-index: 3;
  }
  .logo-features {
    width: 280px;
  }
  .logo-campaign {
    width: 280px;
  }
  .bar-size {
    width: auto;
    height: auto;
  }
  .main-area {
    position: relative;
    margin-top: 0px;
  }
  .lifemail-size {
    width: 300px;
    height: auto;
  }
  .contents {
    width: auto;
    margin: 5px;
  }
  .num {
    margin-top: -36px;
    margin-left: 0px;
    font-size: 20px;
  }
  .box-q {
    width: 83%;
    padding: 15px;
  }
  .box-q p {
    text-align: left;
    font-size: 15px;
  }
  .box-left, .box-center, .box-right {
    margin: 30px 10px;
  }
  .commment-size {
    width: 300px;
  }
  .title {
    font-size: 30px;
  }
  .campaign-area {
    top: -0px;
  }
  .box-C {
    width: 284px;
    padding: 10px;
  }
  .price-size {
    width: 90%;
    padding: 10px;
  }
  .btn {
    width: 230px;
    padding: 15px;
  }
  .price-text {
    font-size: 14px;
    padding: 0px 20px;
  }
  .footer {
    top: 0px;
  }
}

@media screen and (min-width: 481px) and (max-width: 996px)  {
  body {
    font-size: 16px;
  }
  h3 {
    font-size: 24px;
    margin: 10px 0;
  }
  h4 {
    font-size: 22px;
    margin: 10px 0;
  }
  .paddingbottom-m {
    padding-bottom: 30px;
  }
  .contents {
    width: 95%;
  }
  .flex-area {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }
  .flex {
    width: 100%;
    padding: 0;
    max-height: 600px;
  }
  .top-size {
    margin: 0 10%;
    max-height: 600px;
  }
  .campaign {
    bottom: 10px;
    right: 10px;
  }
  .circle-size {
    width: 180px;
  }
  .lifemail-size {
    max-height: 100px;
  }
  .box-q p {
    font-size: 18px;
  }
  .box-left, .box-center, .box-right {
    margin: 30px;
  }
  .commment-size {
    width: 400px;
  }
  .flex-area-box {
    height: auto;
    margin: 0 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 13px;
  }
  .boxAB {
    width: 90%;
    height: auto;
    padding: 15px;
    margin: 30px auto;
  }
  .box {
    width: 90%;
    height: auto;
    padding: 15px;
    margin: 30px auto;
  }
  .flex-area-inbox {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding: 13px;
  }
  .inbox {
    width: 90%;
    height: auto;
    margin: 20px 20px;
  }
  .num-F {
    position: absolute;
    margin-top: -55px;
    margin-left: -10px;
    font-size: 22px;
    padding: 10px 20px;
  }
  .box-q {
    width: 85%;
  }
  .logo-features {
    width: 400px;
  }
  .logo-campaign {
    width: 400px;
  }
  .list {
    width: 98%;
    font-size: 15px;
  }
  .campaign-area {
    top: -90px;
  }
  .box-C {
    width: 320px;
    padding: 10px 15px;
  }
  .area-list {
    margin:  30px 30px 0;
  }
  .price-size {
    width: 90%;
    padding: 10px;
  }
  .btn {
    width: 280px;
    padding: 20px 30px;
  }
  .price-text {
    font-size: 14px;
    padding: 0px 20px;
  }
  .footer {
    top: 0px;
  }

}

@media screen and (min-width:997px) and (max-width: 1400px)  {
  body {
    font-size: 17px;
  }
  h3 {
    font-size: 24px;
    margin: 10px 0;
  }
  h4 {
    font-size: 22px;
    margin: 10px 0;
  }
  .contents {
    width: 98%;
    max-width: 950px;
  }
  .top-size {
    max-height: 600px;
  }
  .circle-size {
    width: 220px;
  }
  .campaign {
    bottom: 10px;
    right: 10px;
  }
  .campaign-area {
    top: -150px;
  }
  .logo-features {
    width: 500px;
  }
  .logo-campaign {
    width: 500px;
  }
  .lifemail-size {
    max-height: 100px;
  }
  .box {
    height: auto;
    min-height: 417px;
  }
  .box-q {
    width: 85%;
    padding: 15px 5px;
  }
  .box-q p {
    font-size: 17px;
  }
  .commment-size {
    width: 400px;
  }
  .num-F {
    margin-top: 20px;
    margin-left: -70px;
  }
  .title {
    font-size: 40px;
  }
  .footer {
    top: 0px;
  }
  .list {
    width: 48%;
    font-size: 15px;
  }
  
}