*{
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    color: #666;
}
body{
    border-top: solid 5px #53afb4;
}
a{
    text-decoration: none;
}


.ib{
    display: inline-block;
}




.toplogo{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.ssmall{
    font-size: 0.9rem;
}
.ssmall th{
    font-weight: 300;
    text-align: right;
}
.ssmall th:after {content:"：";}
.ssmall td{
    padding-right: 1rem;
}

#head_index{
    background: url(../img/top_index.jpg);
    background-size: cover;
    background-position: top center;
    padding-top:15%;
    padding-bottom: 8%;
    
}
#head_index h1{
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 500;
    text-shadow:0px 0px 8px #095bc7;
}
#head_index h2{
    margin-bottom: 5rem;
    font-weight: 500;
    text-shadow:0px 0px 5px #ffffff;
}
#head_index .op{
    opacity: 0.9;
}
#head_content{
    display: flex;
    align-items: center;
    height: 300px;
}
.company #head_content{
    background: url(../img/back_company.jpg);
    background-size: cover;
    background-position: top center;
}
.kiyaku #head_content{
    background: url(../img/back_kiyaku.jpg);
    background-size: cover;
    background-position: top center;
}
.privacy #head_content{
    background: url(../img/back_privacy.jpg);
    background-size: cover;
    background-position: top center;
}
.privacy .tbdl p,
.privacy .tbdl li,
.kiyaku .tbdl p,
.kiyaku .tbdl li{
    font-size: 0.9rem;
    line-height: 1.5rem;
}

h3 {
  position: relative;
  padding: 1.5rem 2rem;
}

h3:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

h3:after {
  bottom: 0;
}
.tbdl dl{
    line-height: 1.8rem;
}

.con1{
    position: relative;
    padding: 50px 20px;
    z-index: 2;
    margin-top: 2rem;
}
.con1::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(../img/con1_back.png) no-repeat #229a9e center;
    transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
}
.con1 .container p,
.con1 .container div{
    text-shadow:0px 0px 2px #126a6e;
}

.con2{
    position: relative;
    padding: 8rem 20px 2rem;
    z-index: 1;
    background: #333;
    margin-top: -5rem;
}
.con2 a{
    color: rgb(87, 255, 213);
    font-size: 0.9rem;
}
.con2 p{
    font-size: 0.8rem;
}