/* style.css */

body {
  padding-top: 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;
}

h1 {
  margin: 0;
  font-size: 10px;
}

li {
  line-height: 2.0;
}

a p:hover {
  opacity: .7;
}

td {
  line-height: 2.0;
}

/*背景動画指定*/

.bgv{
  position: absolute;
}

.container-fuild {
  overflow: hidden;
}

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

.sec06 a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

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: 1rem;
}

.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");
}

/* 背景指定 */

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

.bg02 {
  background: #fff;
  border-bottom: 0.5px solid #ccc;
}

.bg03 {
  background: -moz-linear-gradient(to bottom, #1583c5, #00436b);
  background: -webkit-linear-gradient(to bottom, #1583c5, #00436b);
  background: linear-gradient(to bottom, #1583c5, #00436b);
}


.bg06 {
  background-color: rgba(255,255,255,0);
}

/* 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));
}

.carousel-item {
  height: 100%;
}

.carousel img {
  width: 100%;
}

/* コンテンツ指定 */

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

.sec01 span {
  color: #fff;
  background: #ff7144;
  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: #ff7144;
  padding: 10px 30px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 20px;
}

.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 {
  font-size: 20px;
  font-weight: 700;
}

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

.sec05 {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 30px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #000;
}

.sec06 {
  color: #fff;
}

.sec07 {
  text-align: right;
}

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

.sec08:hover {
  opacity: .7;
}

.sec09 {
  font-size: 16px;
  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 {
  border-radius: 6px;
}

.sec15 {
  font-size: 14px;
  color:#444;
}

.sec16 {
  border-bottom: 1px solid #ccc;
}

.sec17 {
  padding-top: 99px;
}

.sec18 {
  height: 500px;
  overflow: auto;
}

.sec19 {
  border-radius: 4px;
}

.sec20 {
  line-height: 2.4;
}

.sec21:hover {
    opacity: 0.7;
    cursor: pointer;
}

.sec22 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.sec23:hover {
  opacity: 0.8;
  cursor: pointer;
}

.sec24 {
  border-radius: 4px;
}



footer {
  background-image: url(../img/index/city.png);
}


/* 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;
}

a img:hover{
  opacity: 0.7;
}

/* pagetop */

#page_top {
    position: fixed;
    bottom: 50px;
    right: 30px;
}
#page_top a {
    background-color: #0c9de4;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 25px 20px;
		border-radius: 50%;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}


#page-top2 {
    position: fixed;
    top: 505px;
		left: 20px;
}
#page-top2 a {
    text-decoration: none;
    display: block;
}
#page-top2 a:hover {
    opacity: 0.8;
}

/**/

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