/* style.css */

body {
  padding-top: 70px;
  font-family: 'Noto Serif JP', serif;
  /*
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳＰゴシック', 'MS PGothic', sans-serif;
  */
}

.col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

h2 {
  font-size: 20px;
  line-height: 2.0;
}

.container-fuild {
  overflow: hidden;
}

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

a:hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
}

li a {
  text-decoration: underline;
}

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

/* table */
/*
tr:nth-child(1) td{
  border-top: none;
}
*/

.table {
  margin-bottom: 0;
}

.table tr {
  line-height: 2.0;
}

/* nav指定 */

.navbar-brand {
  font-size: 14px;
}

@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, #0074b2, #004b73);
  background: url(../img/index/back01.png),-webkit-linear-gradient(to bottom, #0074b2, #004b73);
  background: url(../img/index/back01.png),linear-gradient(to bottom, #0074b2, #004b73);
}

.bg02 {
  background: url(../img/index/back01.png),-moz-linear-gradient(to bottom, #004b73, #0074b2);
  background: url(../img/index/back01.png),-webkit-linear-gradient(to bottom, #004b73, #0074b2);
  background: url(../img/index/back01.png),linear-gradient(to bottom, #004b73, #0074b2);
}

.bg03 {
  background: url(../img/index/back01.png),-moz-linear-gradient(to bottom, #725748, rgb(86 57 41));
  background: url(../img/index/back01.png),-webkit-linear-gradient(to bottom, #725748, rgb(86 57 41));
  background: url(../img/index/back01.png),linear-gradient(to bottom, #725748, rgb(86 57 41));
}

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

.bg05 {
  background-image: url(../img/index/spiration-light2.png);
}

/* 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: 22px;
  letter-spacing: 4px;
  line-height: 2.0;
}

.sec01 span {
  color: #16160f;
  background: #facb1a;
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 4px;
  font-size: 22px;
}

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

.sec01_2 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}

.sec01_2 span{
  color: #16160f;
  background: #facb1a;
  padding: 5px 20px;
  font-weight: 700;
  border-radius: 4px;
  font-size: 18px;
}

.sec02 {
  background: -moz-linear-gradient(to bottom, #facb1a, rgb(233 185 3));
  background: -webkit-linear-gradient(to bottom, #facb1a, rgb(233 185 3));
  background: linear-gradient(to bottom, #facb1a, rgb(233 185 3));
  padding: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 6px;
}

.sec03 img:hover{
  opacity: 0.8;
}

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

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

.sec05b {
  background: #facb1b;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: underline;
}

.sec05a {
  text-decoration: underline;
}

.sec06 {
  color: #fff;
}

.sec06 a{
  color: #fff;
  font-weight: 100;
  text-decoration: underline;
}

.sec07 {
  font-size: 20px;
  line-height: 2.0;
}

.sec08 {
  text-align: right;
}

.sec08 a {
  text-decoration: underline;
}

.sec09 {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  border: 1px solid #ccc;
  padding: 20px 30px;
  font-weight: 700;
}

.sec10 {
  font-size: 14px;
}

.sec11 {
  background: #facb1b;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}

.sec12 {
  font-weight: 700;
}

.sec13 {
  border: 1px solid #ccc;
  padding: 20px;
  line-height: 2.0;
  font-weight: 500;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.3);
}

.sec14 {
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
}

.sec15 {
  border: 1px solid #ccc;
  background: #e6e6e6;
  padding: 20px;
  border-radius: 6px;
  font-size: 18px;
}

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

.sec16:hover {
  opacity: .7;
}

.sec16a {
  background: #e6e6e6;
  font-weight: 700;
  padding: 20px;
  font-size: 18px;
}

.sec17 {
  text-decoration: underline;
  text-align: right;
}

.sec18 {
  background: -moz-linear-gradient(to bottom, #725748, rgb(86 57 41));
  background: -webkit-linear-gradient(to bottom, #725748, rgb(86 57 41));
  background: linear-gradient(to bottom, #725748, rgb(86 57 41));
  padding: 30px 10px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  border-radius: 6px;
}

.sec18:hover {
  opacity: .8;
  text-decoration: none;
}

.sec19 {
  border: 1px solid #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
}

.sec20 {
  font-size: 14px;
}

.sec21 {
  background: -moz-linear-gradient(to bottom, #725748, rgb(86 57 41));
  background: -webkit-linear-gradient(to bottom, #725748, rgb(86 57 41));
  background: linear-gradient(to bottom, #725748, rgb(86 57 41));
  padding: 10px;
  color: #fff;
  border-radius: 6px;
}

.sec22 {
  border-bottom: 1px dotted #ccc;
}

.sec23 {
  border-bottom: 2px solid #000;
}

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

.sec25 {
  border: 1px dotted #ccc;
  padding: 10px;
}

.sec26 {
  border-bottom: 1px dotted #000;
}

.sec27 {
  text-decoration: underline;
}

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

.sec29 {
  font-size: 22px;
}

.sec29 a {
  text-decoration: underline;
}

.sec30 {
  background: #898989;
  color: #fff;
  padding-left: 10px;
  font-weight: 700;
}

.sec31 {
  font-size: 16px;
}

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

.sec32 a {
  text-decoration: underline;
}

.sec33 {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}

.sec34 {
  border-top: 1px solid #ccc;
}

.sec35 {
  border: 1px solid #ccc;
  line-height: 2.0;
}

.sec36 {
  background: #ff0;
}

.sec37 {
  font-size: 18px;
  font-weight: 700;
}

.sec38 {
  background: #facb1a;
  font-size: 20px;
}

.sec39 {
  height: 300px;
  overflow: auto;
}

.sec40 {
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: 700;
  background: #eee;
}

.sec41 {
  background: #ff0;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
}

.sec42 {
  border-top: 1px solid #ccc;
}




.fa-arrow-alt-circle-right {
  font-size: 20px;
}

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

/* pagetop */

#page_top {
    position: fixed;
    bottom: 50px;
    right: 30px;
}
#page_top a {
    background-color: #004d77;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 25px 20px;
}
#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;
}

.modal-body a {
  text-decoration: underline;
}
