@charset "UTF-8";
/***************************************

base CSS

2019/XX

******************************************/


/***********************

common

**********************/


.ib {
  width: 1050px;
  margin: 0 auto;
  position: relative; 
}

header h1 {
    font-family: myriad-pro, sans-serif;
    color: #7a9506;
    font-weight: normal;
    font-size: 40px;
    margin-top: 0;
    padding-top: 22px; 
}

header .ib nav {
    width: 615px;
    justify-content: flex-start;
    position: absolute;
    right: 30px;
    top: 0;
}

header .ib nav a {
    font-size: 13px;
    color: #928f8f;
    padding: 37px 10px 38px;
    height: 100px;
}

.buttons{

    display: block;
    /*position: absolute;*/
    text-align:center;

    width: 100%;

    z-index: 4;

}
.buttons a{
    /* ここで改行される */
    display: inline-block;

    position: relative;

    /* ここで中央寄せ */
    margin: 0 auto;

    width: 30%;
    max-width: 400px;
    min-width: 200px;
    padding-top: 20px;
    
    text-align: left;
    font-size: 13px;

}
.buttons img{
    display: block;

    width: 100%;
    max-width: 400px;
    min-width: 200px;

    /*border-radius: 10px;*/
}

.line-box {
position: relative;
    padding: 0em 1.8em;
    border-left: 7px solid #7a9504;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
}

.detail p {
    font-size: 15px;
    line-height: 1.5;
}

.detail i {
    font-size: 16px;
    font-weight: bold;
}


/*# sourceMappingURL=style.css.map */
