@charset "utf-8";
/* CSS Document */
body{
    background-image: url("../images/back-img.jpg");
    background-repeat: repeat-y;
}
p{
    font-size: 1.2rem;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.footer {
    background-color: #e9ecef;
}
.profile td {
    text-align: left;
    padding-left: 1rem;
}
.profile th {
    font-size: 1.3rem;
    width: 20%;
}
.clear {
    clear: both;
}
.contact {
    text-align: center;
}
.toiawase {
    margin: 0 auto;
    width: 100%;
}
.title1 {
    background-image: url("../images/title1-backimg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 2%;
    font-weight: bold;
    color: #1100ED;
    padding-top: 0.5%;
    margin-bottom: 0.8rem;
}
.navbar-white {
    color: darkblue;
}

.navbar-brand{
    color: blue;
    font-weight: bold;
}

.nav-link{
    color: blue;
}

.nav-link:hover{
    color:darkcyan;
}

.details {
    text-align: left;
    font-size: 1.1rem;
    width: 100%;
}
.details2 {
    text-align: left;
    font-size: 0.8rem;
}

.details3 {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0;
}

.indent-1 {
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
}
.indent-2 {
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
}
.inline-block1 {
    display: inline-block;      /* インラインブロック要素にする */
    width: 50%;
    margin-top: 0.5rem;
}
.ukn th{
    width: 70%;
}
.ukn td{
    text-align: center;
}
.gssy td{
    text-align: center;
    width: 50%;
}
.gssy th{
    width: 50%;
}
.bk-orange{
    background-color: #FFCCA0;
}

.navbar-toggler{
  border-color: #0200FF;
}

.navbar-toggler{
  background-color: #FFFFFF;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.sub-title1{
    font-size: 1.2rem;
    font-weight: bold;
    color: darkblue;
}

.jia-float-l{
    float: left;
    width: 40%;
    text-align: left;
}
.jia-float-r{
    float: right;
    width: 60%;
}

.icon-back{
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
}
.icon-twitter{
    background-color: #009EF5;
}
.icon-facebook{
    background-color: #3B539A;
}
.icon-line{
    background-color: #00B900;
}
.icon-instagram{
    background-color: #DD4B39;
}
.btn.btn-block.btn-social{
  color: #fff;
}
.line-green{
    color: #00B900;
}

.video{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}