
/** アイキャッチ **/
#featured_image, #sample_image {
    width: 100%;
    height: 292px;
    margin-bottom: 25px;
    object-fit: cover;
}

#sample_image {
    height: 31em;
    background-image: url(../../assets/contents_image/id001-2.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
}


#sample_image_002_1,#sample_image_002_2,#sample_image_002_3,#sample_image_002_4,#sample_image_002_5 {
    height: auto;
    width: 100%;
}

#sample_image_005_1,#sample_image_005_2,#sample_image_005_3,#sample_image_005_4,#sample_image_005_5 {
    height: auto;
    width: 100%;
}

#sample_image_009_1,#sample_image_009_2,#sample_image_014,#sample_image_015_2,#sample_image_015_3,#sample_image_019_2,#sample_image_019_3,#sample_image_019_4,#sample_image_011_1,#sample_image_011,#sample_image_012,#sample_image_013,#sample_image_016,#sample_image_017,#sample_image_018,#sample_image_020 {
    height: auto;
    width: 100%;
}

/** 文字マーカー **/
.marker {
    background-color: #fef7af;
    font-weight: normal;
}

/** コンテンツタイトル **/
#contents > h1 {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    border-bottom: solid 3px #f1eeea;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.4;
}

#contents > p {
    line-height: 1.8em;
}

#contents > p.strong {
    font-weight: 600;
}
  
#contents > h1:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #eea9b1;
    bottom: -3px;
    width: 25%;
}

/** 目次 **/
#contents > dl {
    background: #f9f6f5;
    padding: 1em 0 1em 0.5em;
    position: relative;
    box-shadow: 0px 0px 0px 10px #f9f6f5;
    border: solid 2px #fff;
    margin: 35px 0 35px 0;
    
}
  
#contents > dl dd {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.5em;
    list-style-type: none!important;
}
#contents > dl * {
    text-align: left;
}

#contents > dl dd a {
    color: #3FA9F5;
    font-weight: bold;
}
#contents > dl dt {
    text-align: center;
}
#contents > dl img {
    padding-right: 5px;
}

#contents > h2 {
    padding: 0 0 0 1em;
    margin-top: 2em;
    border-left: solid 6px #ea8f9a;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
}

#contents > h3 {
  background-color: #fbeeef;
  font-weight: bold;
  font-size: 16px;
  padding: 0.5em 0 0.5em 0.5em;
  margin-top: 0.3em;
}

#contents > ul {
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: solid 3px #f9e1e5;
    list-style: none;
}
#contents > ul li::before{
    content: "●";
    color: lightcoral;
    font-size: 9px;
    margin: 10px;
}
#contents > ul li span {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: normal;
}

#contents > h4 {
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d;
    position: relative;
    padding: 0.25em 0em;
    border-left: solid 2em #fff;
    left: -10px;
}
#contents > h4:before {
    font-family: "Font Awesome 5 Free";
    content: "■";
    position: absolute;
    padding: 0em;
    color: #f2bbc2;
    font-weight: 900;
    left: -1.35em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#ranking {
    border: solid 2px #f5f3f0;
    padding: 1em 1em 0.5em 1em;
}
#ranking_link {
    float: right;
    border-left:solid 2px #f5f3f0;
    height: 4em;
    margin-right: 33em;
    line-height: 4em;
}
#ranking_link > p {
    padding-left: 20px;    
}
#ranking_link > p a {
    color: #7db8f0;
}

#ranking > img {
    width: 15%;
    height: 50px;
    object-fit: cover;
}


/** カタログ例 **/
#contents > div > ul {
    list-style: square;
}

/** 案内 **/
.announce {
    background-color: #f9f6f5;
    padding: 1em 1.5em 1.5em 1.5em;
}
.announce > p {
    padding-left: 1em;
}
.announce > p a {
    color: #7db8f0;
}

#catalog {
    padding: 1em 1em 1em 1em;
    background-color: white;
}
#catalog img {
    width: 15%;
    height: 130px;
}
#catalog div {
    float: right;
    margin: 0 320px 0 0;
}

#catalog > div ul li::before {
    content: "●";
    color: lightcoral;
    font-size: 6px;
}

#catalog > div ul li span {
    color: #4d4d4d;
    font-weight: normal;
    font-size: 12px;
    line-height: 0.6em;
}

/** 例文 **/
.sample {
    border-radius: 10px;
    border: 1px solid #fed2d9;
    background: #ffffff;
}

.sample h2 {
    background: #fcc4cd;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    padding: 8px 16px;
    position: relative;
    margin: 0px;
}

.sample h2:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../assets/ico_sample.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    padding-right: 7px;
}

.sample div {
    padding: 1.5em 2em
}

.prc {
    border: 1px solid #ddd;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prc img {
    width: 15%;
    margin-right: 15px;
}

/* カタログ周り */
.mp_common_wrap {
    margin-top: 50px;
}

.mp_top_page {
    margin-bottom: 50px;
    text-align: center;
}
.mp_announce {
    background-color: #F9F6F4;
    padding: 1.2em 1.7em 1.7em 1.7em;
}
.mp_collabo_txt {
    text-align: center;
}
#mp_catalog {
    padding: 20px;
    background-color: white;
    display: table;
    width: 94.4%;
}
#mp_catalog .mp_catalog_left {
    display: table-cell;
    vertical-align: middle;
}
.mp_catalog_left img {
    width: 32.067%;
    height: 160px;
}
.mp_catalog_left div p {
    margin: 0 0 20px 0.8em;
}
#mp_catalog > div ul li::before {
    content: "●";
    color: lightcoral;
    font-size: 6px;
}
#mp_catalog > div ul li span {
    color: #4d4d4d;
    font-weight: normal;
    font-size: 12px;
    line-height: 0.6em;
}
#mp_catalog .mp_catalog_right {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
}
#mp_catalog .mp_catalog_right p:first-child {
    margin-bottom: 10px;
}
.mp_catalog_left div {
    float: right;
}

.w030per {
    width: 50% !important;
}
.w030per2 {
    width: 30% !important;
}
.w040per2 {
    width: 40% !important;
}
.w020per2 {
    width: 20% !important;
}
.w080per2 {
    width: 80% !important;
}
.w010per2 {
    width: 10% !important;
}
.w090per2 {
    width: 90% !important;
}
.w070per {
    width: 70% !important;
}
.w015per {
    width: 15% !important;
}
.w035per {
    width: 35% !important;
}

.table01 {
    width: 100%;
    margin-top: 2em;
    border: solid 1px #dedede;
}
table, td, th{
    border: 1px solid black;
}
.table01 th.type01, .table01 td.type01 {
    background: #fbeeef;
    font-weight: bold;
    vertical-align: middle;
    /*color: #ffffff;*/
}

table.table02 {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #f4efec;
    border-collapse: collapse;
}

table.table02, table.table02 td, table.table02 th {
    border:1px solid #f4efec;
}

table.table02 td, table.table02 th {
    padding: 10px 10px 10px 20px;
}


table.table02 th.type01 {
    background: #faf6f5;
    font-weight: bold;
}

table.table02 th.type03 {
    font-weight: bold;
}

table.table02 td.type02 {
    background: #faf6f5;
}

table.table03 {
    width: 100%;
    margin-top: 2em;
    border: 0px;
}

table.table03 td, table.table03 th {
    border: 0px;
    padding: 6px;
    line-height: 1.6;
}

table.table03 th.type01 {
    background: #faf6f5;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
}

table.table03 td.type02 {
    padding: 10px 20px;
}

table.table03 .hr {
    border-bottom: 1px solid #eee9e3;
}

.prc {
    border: 1px solid #ddd;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prc img {
    width: 15%;
    margin-right: 15px;
}

.prc__title {
    background-color: #f9f6f5;
    padding: 0.5rem;
}

.prc__title > div {
    float: right;
    
}

.prc__title > div > span:first-child {
    font-weight: normal;
    margin: 0 1rem 0 0;
}

.prc > div > p {
    padding: 0.5rem;
}






.bunki_navi_wrap .bunki_navi_txt{
    text-align: center;
    font-weight: bold;
}

.bunki_navi_wrap .bunki_navi_btn{
    text-align: center;
    margin: 10px 0 40px 0;
}
.bunki_navi_wrap .bunki_navi_select{
    margin: 10px 0 40px 0;
    overflow: hidden;
}
.bunki_navi_wrap .bunki_navi_23{
    background-color: #ffffe0;
    width: 300px;
    margin-right: 20px;
    overflow: hidden;
    float: left;
    padding: 20px 25px;
}
.bunki_navi_wrap .bunki_navi_24{
    background-color: #ddeded;
    width: 300px;
    overflow: hidden;
    float: left;
    padding: 20px 25px;
}
.bunki_navi_wrap .bunki_navi_left{
    float: left;
}
.bunki_navi_wrap .bunki_navi_right{
    float: right;
    padding-top: 25px;
}








