@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== 1: universal reset =================================
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
===== 2: body and base setting ===========================
*/
html {
  height: 100%;
  width: 100%;
  overflow: auto;
}
body {
  font-family: futura-pt, 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0px;
  padding: 0px;
  color: #000;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
.material-symbols-outlined.fill {
  font-variation-settings:
    'FILL'1, 'wght'400, 'GRAD'0, 'opsz'48
}
/*
===== margin setting ====
*/
.pt00 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr12 {
  margin-right: 12px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml00 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml12 {
  margin-left: 12px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.wd10 {
  width: 10% !important;
}
.wd15 {
  width: 15% !important;
}
.wd20 {
  width: 20% !important;
}
.wd25 {
  width: 25% !important;
}
.wd30 {
  width: 30% !important;
}
.wd35 {
  width: 35% !important;
}
.wd40 {
  width: 40% !important;
}
.wd45 {
  width: 45% !important;
}
.wd50 {
  width: 50% !important;
}
.wd55 {
  width: 55% !important;
}
.wd60 {
  width: 60% !important;
}
.wd65 {
  width: 65% !important;
}
.wd70 {
  width: 70% !important;
}
.wd75 {
  width: 75% !important;
}
.wd80 {
  width: 80% !important;
}
.wd85 {
  width: 85% !important;
}
.wd90 {
  width: 90% !important;
}
.wd95 {
  width: 95% !important;
}
.wd100 {
  width: 100% !important;
}
/*
===== font setting ====
*/
.txtalc {
  text-align: center !important;
}
.txtalr {
  text-align: right !important;
}
.ita {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.rb {
  color: #F00;
  font-weight: bold;
}
.rs {
  color: #F00;
  font-size: 14px;
}
.txcGray {
  color: #bbb;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
/* general params
--------------------*/
h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, dt, dd, address, blockquote {
  padding: 0; /* margin&padding reset */
  line-height: 1.8;
  display: block;
  margin: 0px;
  font-weight: normal;
  color: #333;
  box-sizing: border-box;
}
div, ul, li, p, a, dl, dt, dd, span, input, select, textarea {
  box-sizing: border-box;
}
form {
  padding: 0; /* margin&padding reset */
  margin: 0px;
}
hr, .areaAnchor, .anchor {
  display: none;
}
hr {
  margin: 0;
  padding: 0;
  border: none;
}
img {
  border: none; /* img do not want a border */
  display: block;
}
li {
  list-style: none;
}
.select {
  position: relative;
}
.select:after {
  font-family: 'Material Symbols Outlined';
  content: "\e5cf";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  padding: 6px 40px 6px 10px;
  font-size: 16px;
  width: 100%;
  background: #fff;
}
/* link do not want a dot */
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym, abbr {
  cursor: help;
}
/* form Setting
--------------------*/
input, textarea {
  font-family: futura-pt, 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  width: 100%;
  border-radius: 3px;
  background: #ebebeb;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 15px;
  font-size: 16px;
  box-sizing: border-box;
  border: solid 2px #ebebeb;
}
.error {
  border: solid 2px #fd595e !important;
  background: #ffe1e2 !important;
}
input[type="submit"] {
  cursor: pointer;
  transition: all 0.2s;
}
input[type="submit"]:focus {
  outline: none;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
  transition: all 0.2s;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
  outline: solid 1px #103365;
  -moz-box-shadow: 0px 0px 10px 0px rgba(16, 51, 101, 0.54);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(16, 51, 101, 0.54);
  -ms-box-shadow: 0px 0px 10px 0px rgba(16, 51, 101, 0.54);
  box-shadow: 0px 0px 10px 0px rgba(16, 51, 101, 0.54);
}
::placeholder {
  color: #999;
}
input[type="file"] {
  background: none;
  border: none;
  padding: 5px 0;
  cursor: pointer;
}
input:disabled, input:disabled:hover {
  opacity: 0.6;
  color:#fff !important;
  background: #ccc !important;
  pointer-events:none;
}
.submitBtn01 {
  background: #ffa733 !important;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 15px !important;
}
.submitBtn01:hover {
  opacity: 0.6;
}
.redBtn {
  background: #e00909 !important;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 15px !important;
}
.blueBtn {
  background: #357ca5 !important;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 15px !important;
}
.blueBtn:hover, .redBtn:hover {
  opacity: 0.6;
}
.orangeBtn {
  background:#FF9B30 !important;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 15px !important;
}
.orangeBtn:hover, .redBtn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 600px) {
  .modalControl input[type="submit"] {
    padding: 15px !important;
  }
}
/*
===== 3: link setting ===========================
*/
a:link {
  color: #39aed2;
  transition: all .3s ease;
}
a:visited {
  color: #39aed2;
}
a:hover {
  color: #888;
  text-decoration: none;
  transition: all .3s ease;
}
a:active {
  color: #333;
  text-decoration: none
}
a img {
  transition: all .3s ease;
  opacity: 1;
}
a img:hover {
  opacity: 0.6;
  transition: all .3s ease;
}