body{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.row {
    /*width: 1080px;*/
    /*max-width: 94%;*/
}

.center {
    text-align: center;
}

ul {
    list-style: none;
}

li {
    line-height: 2.5;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: .6;
}


.marker{
    color: #ed6103;
    font-weight: bold;
}


/** ■■■■ Header ■■■■ **/

.navbar-head{
    background: #ed6103;

}

.navbar {
    background: #ed6103;
}

#navbarNav {
    justify-content: space-around;
}

#navbarNav .navbar-nav .nav-item {
    width: 200px;
    line-height: 1.5;
    border-right: dashed 1px #fff;
    font-size: .9em;
    text-align: center;
}

#navbarNav .navbar-nav .nav-item:first-child {
    border-left: dashed 1px #fff;
}

#navbarNav .navbar-nav .nav-item .nav-link {
    padding: auto 30px;
    color: #fff;
    font-weight: bold;
}

.navbar-brand img {
    width: 350px;
    padding-top: .5rem;
}

.navbar-brand-lead {
    font-size: .7em;
    margin-bottom: .5rem;
    color: #fff;
}

.navbar i {
    margin-right: 8px;
    color: gold;
}

.navbar-brand-wrapper {
    text-align: center;
}

.navbar-toggler-icon {
    display: none!important;
}


/** ■■■■ Main ■■■■ **/

h1,
h2,
h3,
h4,
h5 {
    letter-spacing: .05em;
    font-weight: bold;
    color: #5c4944;
}

h1 {
    padding: 2rem;
    border-top: 1px solid #ed6103;
    border-bottom: 1px solid #ed6103;
    font-size: 1.8em;
    line-height: 1.4;
}

h2 {
    background: #fef3eb;
    border-radius: 6px;
    padding: .5rem 1rem;
    font-size: 1.5em;
    margin: 0px auto 15px auto;
}

h3 {
    border-bottom: 1px solid #F3EEDA;
    border-left: 4px solid #ed6103;
    padding: .5rem;
    font-size: 1.2em;
    margin-top: 30px;
}

h4{
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: dotted 3px #ed6103;
    margin: 1rem 0 1rem 0;
    line-height: 2;
}

h5{
    display: inline-block;
    text-align: center;
    padding: .3rem 1rem;
    font-size: 1.1rem;
    background: #FFA17A;
    color: #fff;
    border-radius: 25px;
    margin-top: 1rem;
    margin-bottom: -3rem;
}

.content-section-head-img{
    width: 100%;
    margin: 1rem auto;
    display: block;
    max-width: 800px;
}

.main-table {
  font-size: .8em;
  margin: 1rem auto;
  width: 95%;
}

.main-table th {
  background: #fef3eb;
  font-size: 1.05em;
  width: 25%;
}

.main-table th, .main-table td{
border: solid 1px #ccc;
  padding: 10px 5px;
}

.checklist-table td:first-child {
    font-weight: bold;
    width: 35%;
}

.section-main-header-box {
    background: #F9F8F6;
    border-radius: 6px;
    margin: 1rem .5rem;
    padding: 1rem;
}

.section-main-header-box p {
    margin-bottom: 0;
}

.section-main-header-box ul {
    display: inline-block;
    text-align: start;
    list-style: none;
    font-size: .9em;
}

.section-main p {
    padding: .5rem 1rem;
    color: #594A45;
    font-size: .9em;
}

.section-main i {
    margin-right: 12px;
    color: #ed6103;
}

.section-main-illust {
    margin: 0 auto;
    width: 60%;
    max-width: 300px;
    text-align: center;
}

.section-main-illust img {
    width: 100%;
}

.check-list {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: #fff;
    margin: 2rem;
    border: solid 1px #ed6103;
    border-radius: 6px;
    font-size: .9em;
}

.check-list ul {
    width: 70%;
    text-align: start;
    margin-bottom: 0;
}

.check-list-illust {
    width: 30%;
    text-align: center;
}

.check-list-illust img {
    width: 100%;
    max-width: 180px;
}

.estimate-item {
    border: solid 1px #eee;
    margin: 0 auto 50px auto;
    padding: 1rem .5rem;
    /*    border-radius: 6px;*/
}

.estimate-item .estimate-item-name {
    background: #ed6103;
    padding: 2px;
}

.estimate-item .estimate-item-name h4 {
    font-weight: bold;
    /*border:solid 1px #fff;*/
    color: #fff;
    padding: 8px;
    margin-bottom: 0;
}

.estimate-item .estimate-item-points {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px orange;
    border-radius: 8px;
}

.estimate-item .estimate-item-points h5 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 13px;
    background: #FFF;
    /*    color: #95ccff;*/
    color: orange;
    font-weight: bold;
}

.estimate-item .estimate-item-points ul {
    margin: 0;
    padding: 0;
}

.estimate-item .estimate-item-points ul li {
    font-size: .9rem;
}

.estimate-item .estimate-item-dsc p {
    padding: .5rem;
}

.estimate-item .estimate-item-comment {
    display: flex;
    align-items: flex-end;
    margin: 30px auto;
    max-width: 500px;
    /*
    margin-right: 0;
    margin-left: auto;
*/
}

.estimate-item .estimate-item-comment p {
    width: 80%;
    background: #F6F6F6;
    border-radius: 12px;
    margin: 0 .5rem;
    padding: 1rem;
    font-size: .85em;
}

.estimate-item .estimate-item-comment img {
    display: block;
    width: 25%;
    /*    max-width:120px;*/
}

.estimate-item .estimate-item-table {
    margin: 2rem 0;
    font-size: .8em;
    width: 100%;
}

.estimate-item .estimate-item-table th {
    border: solid 1px #ddd;
    padding: 8px;
    vertical-align: top;
    background: #eee;
    width: 100px;
}

.estimate-item .estimate-item-table td {
    border: solid 1px #ddd;
    padding: 8px;
}

.estimate-item-btn {
    border: solid 2px orange;
    border-radius: 35px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    max-width: 280px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.estimate-item-btn:hover {
  transform: scale(1.1,1.1);
}

.estimate-item-btn img {
    display: block;
    margin: 8px auto;
    width: 150px;
}

.estimate-item-btn a {
    color: orange;
    display: block;
}

.estimate-ranking-item {
    border: solid 1px #F3EEDB;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: .5rem;
}

.estimate-ranking-item h4 {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: solid 2px gold;
    margin: 1rem auto;
    background: url(img/crown_king_queen_icon.png) no-repeat 0 -4px;
    background-size: auto 36px;
    padding-left: 40px;
}

.estimate-ranking-item .estimate-item-points {
    position: relative;
    margin: 2rem;
    padding: 0.5em 1em;
    /*    border: solid 2px orange;*/
    background: #FDF9EE;
    /*    border-radius: 8px;*/
}

.estimate-ranking-item .estimate-item-points h5 {
    font-size: 13px;
    color: orange;
    font-weight: bold;
}

.estimate-ranking-item .estimate-item-points ul {
    margin: 0;
    padding: 0;
}

.estimate-ranking-item .estimate-item-points ul li {
    font-size: .9rem;
}

.estimate-head-img {
    padding: 0 1rem;
}

.estimate-head-img img {
    width: 100%;
}

.shikaku-category {
    background: #E3F1E9;
    padding: .5rem;
    margin-bottom: 50px;
}

.textbook-category h5 {
    color: #b6d0de;
}

.textbook-category {
    background: #EBF2F6;
    padding: .5rem;
    margin-bottom: 50px;
    margin-top: 20px;
}

.shikaku-category h5 {
    color: #a5d2b8;
}

.shikaku-category ul,
.textbook-category ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}

.shikaku-category ul li,
.textbook-category ul li {
    line-height: 2;
    width: calc(50% - 0px);
    text-align: center;
}

.shikaku-category ul li a,
.textbook-category ul li a {
    display: block;
    background: #fff;
    padding: 3px 6px;
    margin: 2px;
    font-size: .8em;
    color: #666;
}

.textbook-rcmnd {
    border-top: double 4px #F2E9D4;
    border-bottom: double 4px #F2E9D4;
}

.textbook-list {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}

.textbook-list-item {
    width: 33%;
    text-align: center;
    padding: 1rem;
}

.textbook-list-img {
    width: 100%;
}

.textbook-list-img img {
    width: 55%;
}

.textbook-list-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .75em;
    color: #594A45;
    text-align: start;
    margin-top: 8px;
}

.textbook-list-price {
    font-size: .9em;
    color: #594A45;
    font-weight: bold;
    text-align: end;
}

.btn-main {
    display: block;
    width: 150px;
    background: #375476;
    color: #fff;
    text-align: center;
    padding: .5rem 2rem;
    margin: 0 auto 20px auto;
}


/*** Ranking ***/

#ranking-list {
    padding-top: 0;
}

.ranking-item {
    display: flex;
    width: 100%;
    border: double 3px #E2843D;
    margin-bottom: 1rem;
    padding: 1rem;
}

.ranking-item-title {
    width: 20%;
    display: flex;
    flex-direction: column;
}

.ranking-item-rank {
    width: 48px;
}

.ranking-item-rank img {
    width: 100%;
}

.ranking-item-img {
    margin: 1rem auto;
}

.ranking-item-img img {
    width: 100%;
}

.ranking-item-detail {
    width: 80%;
}

.ranking-item-name {
    font-size: 1.3em;
    font-weight: bold;
    color: #E2843D;
}

.ranking-item-dsc-heading {
    color: #589D90;
    font-weight: bold;
}

.ranking-item-dsc-text p {
    color: #666;
    font-size: .8em;
    line-height: 1.5;
    padding: 0px;
}

.ranking-list-btn {
    background: orange;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}

.ranking-list-btn:hover{
    background:#ed6103;
}

.ranking-list-btn a{
    color: #fff;
    display: block;

}


.ranking-item-rank-text {
    color: #aaa;
    font-weight: bold;
}



/** ■■■■ 一覧 ■■■■ **/

#textbook-list .section-main-contents h2 {
    margin: 0 !important;
}

.shikaku-list ul {}

.shikaku-list ul li a {
    display: block;
    background: #F3EEDA;
    padding: .5rem 1rem;
    color: inherit;
    border-radius: 8px;
    margin-right: 1rem;
    margin-bottom: .8rem;
    line-height: 1.7;
}

.shikaku-list ul li a i {
    color: rosybrown;
    font-size: .7em;
}

.shikaku-list ul li a .shikaku-exrpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .75em;
    opacity: .6;
    padding-left: 1rem;
}

.section-main-contents {
    margin-top: 20px;
}

#shikaku-name {
    padding: 1rem;
    color: #ED3B36;
}

.shikaku-detail-content .requirements {
    padding: 1rem;
}

.shikaku-detail-content .requirements dt {
    background: #F3EEDA;
    padding: 5px 10px;
}

.shikaku-detail-content .requirements dd {
    font-size: .85em;
    line-height: 1.8;
    padding: .5rem 1rem;
}

.pagination .page-item .page-link {
    color: #375476;
    line-height: 1.5;
    border: #fff;
    /*    background: #c7d5e5;*/
    border-radius: 0;
}

.pagination .page-item {
    border: solid 2px #fff;
}

.pagination .disabled {
    opacity: .2;
}

.pagination .current .page-link {
    background: #375476;
    color: #fff;
}

.pagination .page-item .page-link i {
    color: #375476;
}


.pagination .page-item .page-link {
    background: #ed6103;
    color: #fff;
    border: solid 3px #fff;
    padding: 4px 12px;
    height: 38px;
}

.pagination .page-item.disabled {
    opacity: .4;
}


/*** Kagu ***/

.kagu-list {
    background: #fef3eb;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    margin-top: 1.5rem;
    justify-content: center;
}

.kagu-item {
    position: relative;
    background: #fff;
    width: 24%;
    padding: 8px;
    margin: .5%;
    border: solid 1px #eee;
    justify-content: center;
}

.kagu-item-cat {
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: .8em;
    background: rgba(0, 0, 0, 40%);
    color: #fff;
    padding: 1px 9px;
}

.kagu-item-cat a{
    color: #fff;
}

.kagu-item-img {
    width: 100%;
    text-align: center;
}

.kagu-item-img img {
    width: 90%;
}

.kagu-item-name {
    font-size: .8em;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #594A45;
}

.kagu-item-name a{
    color: #594A45;
}

.kagu-item-price {
    font-size: .85em;
    color: red;
    font-weight: bold;
    text-align: right;
}

.kagu-item-price a{
    color: red;
}

.kagu-item-price .yen {
    margin-left: 2px;
    font-size: .8em;
}

.kagu-cat {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem auto;
    background: #ed6103;
    color: #fff;
    list-style: none;
    padding-left: 0;
}

.kagu-cat-item {
    width: 50%;
    border: solid .5px #EFFCF9;
    color: #fff;
    padding: 6px;
    text-align: center;
}

.kagu-cat-item:hover{
    background: orange;
}

.kagu-cat-item a{
    color: #fff;
    display: block;
}

.kagu-list-btn {
    background: #00AF9A;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    margin: 1rem 0;
}

/** ■■■■ Side ■■■■ **/

.col-lg-4 {
    padding: 1rem;
}

.sidebar {
    background: #ed6103;
    border-radius: 6px;
    padding: 1rem;
}

.sidebar h1 {
    color: #fff;
}

.sidebar i {
    margin-right: 8px;
    color: #ED3B36;
}

.sidebar a {
    color: inherit;
}

.sidebar .navbar-nav .nav-item {
    margin-bottom: 10px;
}

.sidebar .navbar-nav .nav-item .nav-link {
    background: #fff;
    color: #594A45;
    padding: 10px;
}

.sidebar .navbar-nav .nav-item .nav-item-sub {
    background: #fff;
    padding: 10px;
    list-style: none;
    font-size: .8em;
}


/** ■■■■ Footer ■■■■ **/

footer {
text-align: center;
  background: #ed6103;
  color: #fff;
}

.content-section-main-img {
  display: block;
  width: 60%;
  margin: 1rem auto;
}

/** ■■■■ Banners ■■■■ **/

.banners {
    width: 100%;
    text-align: center;
    display: block;
    margin: 40px auto;
}

.banner-long {
    display: block;
    margin: 10px auto;
}

.banner-640 {
    display: block;
    margin: 40px auto;
}

.banner-468 {
    display: block;
    margin: 40px auto;
}

.banner-300 {
    display: none;
}

.banner-180 {
    display: block;
    margin: 10px auto;
}

@media (max-width: 992px) {
    .banner-180 {
        display: inline;
    }
    .banner-long {
        display: none;
    }
}

@media (max-width: 768px) {
    .banner-468 {
        display: block;
        margin: 10px auto;
    }
    .banner-300 {
        display: none;
    }
}

@media (max-width: 576px) {
    .banner-468 {
        display: none;
    }
    .banner-300 {
        display: block;
        margin: 10px auto;
    }
    #kagu-list {}
    .kagu-item {
        width: 49%;
    }
    .kagu-item-cat,
    .kagu-item-name,
    .kagu-item-price {
        font-size: 90%;
        font-weight: normal;
    }
    .content-section-main-img {
      width: 80%;
    }
}

@media (max-width: 360px) {
    .banner-180 {
        display: block;
    }


}


/** ■■■■ Media Querie ■■■■ **/

@media (max-width: 991px) {
    .navbar-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 .5rem;
    }
    .navbar-brand {
        width: 100%;
    }
    .navbar-brand img {
        width: 250px;
    }
    #navbarNav .navbar-nav .nav-item {
        border: none!important;
        width: 100%;
    }
    .navbar-toggler {
        width: 50px;
        height: 50px;
    }
    .navbar-toggler-icon {
        display: block!important;
    }
    .navbar-toggler-icon i {
        color: #fff;
        font-size: 30px;
    }
    h1 {
        font-size: 1.4em;
        padding: 1rem;
    }
    .section-main-header-box {
        padding: .inherit 5rem;
    }
    .section-main-header-box ul {
        padding-left: .5rem;
    }
    .check-list {
        display: block;
        margin: .5rem;
    }
    .check-list-illust {
        width: 100%;
    }
    .check-list-illust img {
        margin: 0 auto;
        max-width: 150px
    }
    .check-list ul {
        width: 100%;
        padding-left: 0;
    }
    .textbook-list-item {
        padding: 10px 5px;
    }
    .shikaku-list ul {
        padding-left: .5rem;
    }
    .shikaku-list ul li a {
        font-size: .9em;
    }
}
