@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  /* color: #005a49; */
}

body.modal-open {
  overflow: hidden;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #ff3855;
}

body::-webkit-scrollbar-track {
  background: #F1F8FF;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/

.area {
  width: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.img_center {
  margin-left: -400px;
}

.area1600 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.op0 {
  opacity: 0;
}

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.b {
  font-weight: bold;
}

.m {
  font-weight: 500;
}

.small {
  font-size: 18px;
}

.margin20p {
  margin-top: 20px;
}

.margin50p {
  margin-top: 50px;
}

.margin100p {
  margin-top: 100px;
}

.margin200p {
  margin-top: 200px;
}

.margin300p {
  margin-top: 300px;
}

.margin500p {
  margin-top: 500px;
}

.marginb50p {
  margin-bottom: 50px;
}

.marginb300p {
  margin-bottom: 300px;
}

.marginl50 {
  margin-left: 50px;
}

.padding20p {
  padding-top: 20px;
}

.padding50p {
  padding-top: 50px;
}

.padding100p {
  padding-top: 100px;
}

.paddingb20p {
  padding-bottom: 20px;
}

.paddingb50p {
  padding-bottom: 50px;
}

.paddingb200p {
  padding-bottom: 200px;
}

.paddingb300p {
  padding-bottom: 300px;
}

.visible1000 {
  display: none !important;
}

.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

/*横幅*/

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.vh100 {
  height: 100vh;
}

.inline_b {
  display: inline-block;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.pointer_evNone {
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex;
}

main,
article,
aside,
nav,
header,
footer,
img,
button,
picture,
picture source {
  display: block;
}

body {
  /*iphone用*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/
.back_color {
  background: linear-gradient(80deg, #0090ff, #bbffd3);
}

.back_color2 {
  background: linear-gradient(0deg, #ffff00, #fff);
}

.back_white {
  background-color: #fff;
}

.back_navy {
  background-color: #00004d;
}

.back_yellow {
  background-color: #fff550;
}

.back_red {
  background-color: #ff4162;
}

.back_green {
  background-color: #005800;
}

.green {
  color: #006464;
}

.white {
  color: #fff;
}

.red {
  color: #ff3855;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  color: #fff;
}

.copyright {
  font-size: 16px;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 500px) {

  .copyright,
  .copyright a {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {

  .copyright,
  .copyright a {
    font-size: 12px;
  }

}


/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/

/*--------------------------------------------------------
フォーム 
--------------------------------------------------------*/

/*--------------------------------------------------------
pp
--------------------------------------------------------*/
.pp_header {
  background-color: #005800;
  height: 50px;
}

.modoru {
  font-size: 25px;
  font-weight: 500;
}