@charset "utf-8";

/****************/
/*==overview.html==*/
.section {
    margin: 60px 0;
}
.article {
    margin: 30px 0;
}
.txt_left {
    text-align: left;
}
.img_center {
    text-align: center;
}
.img_center img {
    max-width: 100%;
}

h4 {
    font-size: 22px;
    text-align: center;
}

.box_wrap {
    margin: 50px 0;
}

/*枠線のボックス*/
.border_box {
    padding: 1em;
    border: 3px solid #432a02;
    border-radius: 30px;
    margin: 1em auto;
    box-sizing: border-box;
}
.border_box ul li {
    padding-left: 1.25em;
    text-indent: -1.25em;
}

/*コラム*/
.column {
    background: #f7f7f7;
    border-radius: 30px;
}
.column h5 {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 10px;
  color: #432a02;
  border-radius: 0 100vh 100vh 0;
  background: #FFC000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.column h5:before {
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
.column .bg_gray {
    margin-top: 0;
}
.column .img_center {
    width: 40%;
    margin: 0 auto;
    line-height: 0;
}
.bg_gray li{
    padding-left: 1.25em;
    text-indent: -1.25em;
}


/*==type.html==*/
.flex_wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 50px;
}
.flex_wrap > div {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.thumb_type {
    width: 45%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.type_name {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}


/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){
    /*==overview.html==*/
    /*枠線のボックス*/
    .border_box {
        padding: 1em 2em;
        border: 4px solid #432a02;
        box-sizing: border-box;
    }
    /*コラム*/
    .column .bg_gray {
        display: block;
    }
    .column h5 {
        padding: 1rem 4rem 1rem 4rem;
        font-size: 18px;
    }
    .column .img_center {
        width: 150px;
        margin: 0 auto;
        line-height: 0;
    }
    
    /*==type.html==*/
    .flex_wrap {
        justify-content:center;
        margin-bottom: 50px;
    }
    .flex_wrap > div {
        width: 150px;
        padding: 0 20px;
    }
    .thumb_type {
        width: 150px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .type_name {
        font-size: 14px;
    }
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1024px) {
    /*==overview.html==*/
    h4 {
        font-size: 24px;
    }
    h4 br {
        display: none;
    }
    /*枠線のボックス*/
    .border_box {
        width: 975px;
        margin: 0 auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    
    /*コラム*/
    .column h5 {
        padding: 1rem 6rem 1rem 6rem;
        font-size: 20px;
    }
    .column h5:before {
      right: 20px;
    }
    
    /*==type.html==*/
    .flex_wrap {
        margin-top: 30px;
    }
    .flex_wrap > div {
        width: 180px;
        padding: 0 40px;
    }
    .thumb_type {
        width: 180px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .type_name {
        font-size: 14px;
    }
}
