/* style.css */

body {
  padding-bottom: 80px;
  /*
   font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   */
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳＰゴシック', 'MS PGothic', sans-serif;
}

.container-fuild {
  overflow: hidden;
}

h1 {
  margin: 0;
}

li {
  font-size: 40px;
}

a p:hover {
  opacity: .7;
}

/*背景動画指定*/

.bgv{
  position: absolute;
}

.container-fuild {
  overflow: hidden;
}

p {
  margin: 0;
  line-height: 2.0;
}

a:hover {
  text-decoration: none;
}

.card-text a {
  text-decoration: underline;
}


.form-check-inline .form-check-input {
  margin-top: 5px;
}

.form-check-label {
  margin-left: 5px;
}

.form-check {
  margin-bottom: 10px;
}

/* nav指定 */

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}

.nav-link {
  padding: 0;
}

.dropdown-item {
    padding: 1.5rem;
}

.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

a img:hover {
  opacity: 0.8;
}

/* 背景指定 */

.bg01 {
  background: url(../img/index/back01.png),-moz-linear-gradient(to bottom, #f5c700, #ffffff);
  background: url(../img/index/back01.png),-webkit-linear-gradient(to bottom, #f5c700, #ffffff);
  background: linear-gradient(to bottom, #f5c700, #ffffff);
}

.bg02 {
  background: -moz-linear-gradient(to bottom, #f3c800, #f3c800);
  background: -webkit-linear-gradient(to bottom, #f3c800, #f3c800);
  background: linear-gradient(to bottom, #f3c800, #f3c800);
}

.bg03 {
  background: url(../img/index/back01.png),-moz-linear-gradient(to bottom, #e9460b, rgb(233 70 11));
  background: url(../img/index/back01.png),-webkit-linear-gradient(to bottom, #e9460b, rgb(233 70 11));
  background: url(../img/index/back01.png),linear-gradient(to bottom, #e9460b, rgb(233 70 11));
}


.bg04 {
  background-image: url(../img/index/pixel-heart.png);
}

.bg05 {
  background: #f3c800;
}

.bg06 {
  background-color: #5392be;
}

/* dropshadow指定 */

.dropshadow {
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
}

/* コンテンツ指定 */

.sec01 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2.0;
}

.sec01 span {
  color: #fff;
  background: #9a0022;
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 4px;
  font-size: 28px;
}

.sec01m {
  color: #fff;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 2.0;
}

.sec01m span {
  color: #fff;
  background: #9a0022;
  padding: 10px 30px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 16px;
}

.sec01_1 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 1.8;
  border-bottom: 4px solid #fff;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 2px;
}

.sec02 {
  background: -moz-linear-gradient(to bottom, rgb(11 69 198), #3e4b78);
  background: -webkit-linear-gradient(to bottom, rgb(11 69 198), #3e4b78);
  background: linear-gradient(to bottom, rgb(11 69 198), #3e4b78);
  padding: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 6px;
}


.sec03 {
  border-bottom: 1px solid #ccc;
  font-size: 28px;
  font-weight: 700;
}

.sec04 {
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: 1.5px;
}

.sec05 {
  background: #ff7144;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 6px;
}

.sec06 {
  color: #fff;
}

.sec07 {
  text-align: right;
}

.sec08 {
  background: #e6e6e6;
  cursor:pointer;
  padding: 20px;
  font-size: 18px;
}

.sec08:hover {
  opacity: .7;
}

.sec09 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #7b7b7b;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.sec09a {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  background: #7b7b7b;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.sec10 {
  border: 1px dotted #ccc;
}

.sec11 {
  text-decoration: underline;
}

.sec12 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

.sec13 {
 background: #ff7144;
 border-radius: 6px;
 padding: 10px 20px;
 color: #fff;
}

.sec14 {
  text-align: center;
  background: #9a0022;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}

.sec15 {
  font-size: 20px;
  font-weight: 500;
}

.sec16 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.sec16 span {
  font-size: 40px;
}

.sec17 {
  height: 500px;
  overflow: hidden;
}

.sec18 {
  font-size: 18px;
}

.sec18 a{
  font-size: 30px;
  font-weight: 700;
}



/* base */
:root {
    --sunset1:#076fca;
    --sunset2:#3b6dad;
    --sunset3:#637797;
    --sunset4:#967a92;
    --sunset5:#fa7878;
    --sunset6:#ff7144;

}


label {
  font-size: 18px;
  font-weight: 500;
}

.form-check-inline {
  margin-right: 20px;
}

.form-group {
  margin-bottom: 20px;
}

button {
  padding: 10px 40px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
}

button:hover {
  opacity: .7;
}


.col-md-3,.col-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.modal-body {
  font-size: 18px;
  line-height: 2.0;
}
