
@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  background-color: #D2F0FC;
}

/***** Base *****/
* {
  box-sizing: border-box;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック";
}

a{
    color: #000;
}

a:visited{
    color:#000;
}

body {
  background-color: #FFFFFF;
  color: #2F3941;
  font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック";
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.hero{
    background-image:none;
    height: 80px;
}



.main {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

.container{
    padding: 25px 5% 60px 5%;
}

@media(max-width:520px) {
    .container{
        padding: 15px 5% 30px 5%;
    }
}
.search-icon{
    right: 20px;
    left: auto;
    color: #999;
}

[dir="ltr"] .search input[type="search"]{
    padding-left: 25px;
}

.search-has-value .clear-button{
    display: none;
}

circle{
    color: #999;
}

path{
    color:#999;
}

h1{
    background-color: #00c1ff;
    border-radius: 4px;
    font-size:18px;
    color:#FFFFFF;
    font-weight: normal;
    padding:9px;
    margin:0px;
    width:100%;
    margin:auto;
  }

.sections-container{
    background-color: #FFF;
    width: 100%;
    padding: 3%;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

@media(max-width:800px){
    .sections-container{
        padding: 0% 3% 0% 3%;
    }

    }




.one-section{
    width: 48%;
    vertical-align: top;
    margin-bottom: 30px;
}

@media(max-width:800px){
    .sections-container{
        background-color: #D2F0FC;
    }
    
    .one-section{
        width: 100%;
        background-color: #FFF;
        border-radius: 4px;
        border: solid 1px #ddd;
        margin-bottom: 10px;
    }
}


h4{
    background-color: #FFF;
    padding: 12px 15px 10px;
    color: #000;
    border-radius: 4px;
    border: solid 1px #ddd;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}


@media(max-width:520px){
    h1{
        display: none;
    }
}

@media(max-width:800px){
    h4{
        border: none;
        margin-bottom:0px;
        font-size: 14px;
        width: 100%;
        padding: 8px 15px;
        cursor: pointer;
    }
}

h4::before{
    position: absolute;
    width: 91%;
    top: -1px;
    left: 4%;
    content: "";
    height: 3px;
    background-color:#00c1ff
}

@media(max-width:800px){
    h4::before{
        display: none;
    }
    h4::after{
    position: absolute;
    width: 19px;
    top: 50%;
    transform: translateY(-50%);
    left: 90%;
    content: "";
    height: 19px;
    background-image:url("https://theme.zdassets.com/theme_assets/14158684/c13e6092c7638bdeb74bb814a162fa94a684e8f2.svg");
    }
    h4.close::after{
    position: absolute;
    width: 19px;
    top: 50%;
    transform: translateY(-50%);
    left: 90%;
    content: "";
    height: 19px;
    background-image:url("https://theme.zdassets.com/theme_assets/14158684/2a4aef95efc2dc857bce7422731e375b84a860cb.svg");
    }

}

@media(max-width:800px){
    ul.close{
    display: none;
    }
}

li.article-list-item{
    margin-bottom: 8px;
    font-size: 15px;
    padding: 0 15px;
}

@media(max-width:800px){
    li.article-list-item{
        border-top: solid 1px #DDD;
        padding-top: 8px;
        font-size: 13px;
    }
}

li.article-list-item::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 14px;
    margin-right: 5px;
    vertical-align: -1px;
    background-image: url("https://theme.zdassets.com/theme_assets/14158684/8cbb4f5f0bb1963512050f2f861add3d678a7940.svg");
}

li.article-list-item a:hover{
    color: #00c1ff;
}

.subtitle{
    font-weight: normal;
    font-size: 11px;
    color: #999;
}

@media(min-width:800px){
    .subtitle{
        display: none;
    }
}
