@charset "utf-8";


body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

#contents_outer {
    background: #fff!important;
}
.h1_section {
    display: none;
}
#contents {
    width: auto;
}
.page * {
    font-family: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.3;
    box-sizing: border-box;
}
.box {
    width: 950px;
    margin: auto;
}
.main_img {
    background: url(../images/img_main.png) no-repeat top center;
    width: 100%;
    height: 460px;
}
.trouble {
    margin-bottom: 34px;
}
.regist {
    background-color: #fffbce;
    padding: 0 0 100px;
    margin: 0 0 77px;
}
.regist h2 {
    position: relative;
    top: -48px;
}
.point {
    overflow: hidden;
    margin: 0 0 94px;
}
.point li {
    float: left;
    margin: 0 71px 0 0;
    width: 269px;
    text-align: center;
}
.point li:last-child {
    margin: 0;
}
.point span {
    font-size  : 18px;
    font-weight: bold;
    line-height: 24px;
    color      : #00b900;
    letter-spacing: 0.5px;
    margin-top: 10px;
    display: block;
}
.step {
    margin: 40px 0 0;
    overflow: hidden;   
}
.step li {
    float: left;
    text-align: center;
}
.step li:first-child {
    width: 100%;
}
.step li:nth-child(2) {
    margin-left: 20px;
}
.find {
    margin: 0 0 70px;
}
.line-btn {
    margin: 0 0 30px;
    text-align: center;
}
a img:hover {
    opacity: .8;
}
.bt_line_item {
    text-align: center;
}

#container #nav .oyakudachi_gnav {
    height: 69px;
}