@charset "UTF-8";
/* CSS Document */
.head06 {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    line-height: 1.7;
}
.head08 {
    background-color: #2aa53b;
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 20px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
}
.pointBox {
    border: 1px solid #ccc;
    overflow-y: scroll;
    padding: 20px;
    box-sizing: border-box;
}
.pointBox ul li {
    line-height: 1.6;
}
.hpbotan {
    background-color: #2aa53b;
    color: #fff !important;
    padding: 5px 0;
    position: absolute;
    content: "";
    bottom: 10px;
    right: 0;
    text-decoration: none !important;
    display: block;
    width: 150px;
}
.hpbotan span {
    position: relative;
    display: block;
    text-align: center;
}
.hpbotan span::after {
    content: url(../images/out.png);
    width: 5px;
    height: 5px;
    padding-left: 5px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.btw {
    justify-content: space-between;
}
.clientList {
    background-color: #ddd;
    padding: 20px;
}
.clientList li {
    width: 50%;
    padding: 10px 0;
}
.redtext {
    color: #ff0004;
}
.floatleft {
    display: flex;
    position: relative;
    border-bottom: 2px solid #2aa53b;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.aboutIndex {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.ancList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ancList ul li {
    width: 32%;
    margin-bottom: 10px;
}
.ancList ul li a {
    display: block;
    padding: 20px 0;
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
}

.ancList ul li a:after {
    font-family: "icon" !important;
    content: "\e903";
    display: block;
    position: absolute;
    right: 10px;
    color: #2aa53b;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ancList ul li a:hover {
    text-decoration: none;
    background: #ccc;
}

.imgBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.imgBox .Img {
    width: 49%;
}

.imgBox .infoBox {
    width: 48%;
}

.imgBox dl {
    margin-bottom: 15px;
}
.imgBox dl dt {
    margin-bottom: 10px;
}
.imgBox dl dd {
    line-height: 1.7;
}

.tbl-r05 td:first-child {
    background: #eee;
}

.aboutIndex ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aboutIndex ul li {
    width: 48%;
    margin-bottom: 30px;
}

.aboutIndex ul li h2 {
    font-size: 2.6rem;
    font-weight: 400;
    padding: 20px 0;
    position: relative;
    display: inline-block;
}

.aboutIndex ul li h2:before {
    font-family: "icon" !important;
    content: "\e905";
    display: block;
    position: absolute;
    right: -30px;
    color: #2aa53b;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.aboutIndex ul li a {
    display: block;
}

.aboutIndex ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.aboutIndex ul li p {
    padding: 0 0 20px;
}

.aboutIndex ul li a:hover h2 {
    color: #2aa53b;
}

.readTxt {
    font-size: 2.6rem;
}

.minTxt {
    font-size: 4rem;
    font-weight: 200;
    font-family: "notoserif";
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 40px;
    text-align: center;
}

.minTxt small {
    font-size: 2.8rem;
}
.minTxt span {
    color: #2aa53b;
}

i.fa-external-link-alt {
    font-size: 1.2rem;
    color: #2aa53b;
    margin-left: 8px;
}

.name img {
    display: inline-block;
    width: 15%;
    vertical-align: bottom;
}

.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 15px 13px;
    background-color: #000;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
    background-color: #2aa53b;
}

.accordion-container .accordion-title::after {
    font-family: "icon" !important;
    content: "\e903";
    display: block;
    position: absolute;
    right: 20px;
    color: #fff;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.accordion-container .accordion-title.open::after {
    content: "\e906";
}
.accordion-container .accordion-title span {
    margin-left: 20px;
    font-size: 15px;
}

/*CSS for CodePen*/

.accordion-content {
    /*display: none;*/
}
.accordion-container {
    margin: 0 auto;
}
.accordion-inr {
    padding: 0 20px 20px 20px;
}

.historyList {
    display: flex;
    justify-content: space-between;
}

.historyList ul {
    width: 100%;
}

.historyList ul li dl dt {
    font-size: 20px;
    margin-bottom: 25px;
    /*line-height: 0;*/
    width: 30%;
}
.historyList ul li dl dt span {
    font-size: 15px;
}
.historyList ul li {
    position: relative;
    padding-left: 7px;
}

.historyList ul li dl {
    padding-left: 33px;
    padding-bottom: 40px;
    border-left: 1px solid #ccc;
    display: flex;
    justify-content: flex-start;
}

.historyList ul li dl.bn {
    border-left: none;
}
.historyList ul li dl dt:before {
    content: "●";
    font-size: 16px;
    color: #2aa53b;
    position: absolute;
    left: 0;
    top: 0;
}

.historyList ul li dl dd {
    line-height: 1.7;
    font-size: 15px;
    width: 68%;
}

.historyBox {
    margin-bottom: 20px;
}

.historyBox .img {
    text-align: right;
}
.historyBox .img img {
    width: 50%;
}

.historyBox .info {
    padding-left: 25px;
    position: relative;
}

.historyBox .info:before {
    content: "";
    width: 15px;
    border-bottom: 3px solid #ccc;
    display: block;
    top: 15px;
    left: -20px;
    position: relative;
}

/*===================================================

	スマホ

===================================================*/
@media only screen and (max-width: 739px) {
    .head08 {
        font-size: 2rem;
    }
    .flex {
        display: block;
    }
    .clientList li {
        width: 100%;
    }
    .floatleft {
        display: block;
    }
    .hpbotan {
        position: static;
        margin-top: 20px;
    }
}
