@charset "shift_jis";
/*==============================================
 common
============================================= */
#index,
.menu,
.forPc {
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}
img {
width: 100%;
height: auto;
}
#mainContents {
background-size: contain;
font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
letter-spacing: 0.08em;
font-feature-settings: "palt" 1;
}
/*==============================================
.noto
============================================= */
/* regular */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
font-weight: 400;
}
/* bold */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
font-weight: 700;
}
/*==============================================
 看板
============================================= */
.mainTitle {
background: #eeeff2;
}
h1 {
padding-top: 130%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_expertbook/sp_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
background-size: contain;
box-sizing: border-box;
font-size: 1rem;
line-height: 1.7;
margin: 25px 25px 0;
}
p.lead strong {
box-sizing: border-box;
border-left: #A6A6A6 solid 1px;
border-right: #A6A6A6 solid 1px;
display: block;
font-size: 1.2rem;
line-height: 1.7;
padding: 0 20px;
}
.lead a:link,
.lead a:visited {
color: #0082e7;
font-weight: bold;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #79c2ff;
}
.pointBox {
background: #fff;
box-sizing: border-box;
margin: 30px 25px 20px;
padding: 25px 20px 10px;
}
.pointBox ul {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_expertbook/sp_point_txt.gif) center top no-repeat;
	background-size: 42%;
box-sizing: border-box;
margin: 0 auto;
padding-top: 8%;
}
.pointBox li {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_expertbook/point.gif) left top 15% no-repeat;
	background-size: 14%;
	box-sizing: border-box;
font-size: 1.4rem;
line-height: 1.5;
margin-bottom: 10px;
padding-left: 17%;
}
/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.top {
box-sizing: border-box;
padding: 5px 25px 35px;
}

/*----　記事内　----*/
.inner {
background: #eeeff2;
margin: 30px 0 0;
padding: 25px;
}
.inner a {
display:block;
box-sizing:border-box;
}


/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
.paragraph p {
font-size: 1.35rem;
line-height: 1.7;
margin-top: 30px;
}
.paragraph p + p {
margin-top: 20px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.1rem;
line-height: 1.5;
margin-top: 10px !important;
}
p em {
    background: linear-gradient(transparent 75%, #dbdee5 30%);
    font-weight: bold;
    font-style: normal;
}
.sTxt {
display: block;
font-size: 0.95rem;
margin-top: 10px !important;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #c7c7c7;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #c7c7c7;
}
.spAccordion {
display: none;
}
.paragraphIn {
padding: 0 25px 0;
}
#matome .paragraphIn {
padding: 0 25px 30px;
}
.spAccordion-none {
padding: 0 0px 0;
}

/*----- h2 -----*/
.paragraph h2 {
position: relative;
padding: 20px 20px 20px 25px;
color: #000;
font-weight: bold;
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph.active h2 {
color: #292929;
}
.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
right: 20px;/*----　右からの矢印の位置　----*/
width: 8px;
height: 8px;
margin: auto;
-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .2s ease;
transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: middle;
border-bottom: 2px solid #223950;/*----　矢印の色　----*/
border-right: 2px solid #223950;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

/*----- h2-img-txt -----*/
.paragraph h2 .titleImg {
display: table;
padding-right: 26px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2 .spTitleImg {
display: table-cell;
width: 95px;
vertical-align: top;
}
.paragraph h2 .titleTxt {
box-sizing: border-box;
display: table-cell;
font-size: 1.25rem;
font-weight: bold;
line-height: 1.4;
vertical-align: top;
padding-left: 15px;
}
.paragraph h2 .subTitle {
background: linear-gradient(to right, #163252, #668fb9);
-webkit-background-clip: text;
  background-clip: text;
-webkit-text-fill-color: transparent;
  color: transparent;
display: inline-block;
font-size: 1.5rem;
line-height: 1.5;
margin-bottom: 5px;
}

/*--------------------------------------------*/
/* .imgBox
----------------------------------------------*/
.imgBoxB {
margin-top: 40px;
}
.imgBoxB span.txtBox01 {
background: #092241;
color: #fff;
display: inline-block;
font-weight: normal;
font-size: 1.3rem;
padding: 0 5px;
}
.imgBoxB span.txtBox02 {
background: #092241;
color: #fff;
display: inline-block;
font-weight: normal;
font-size: 1.3rem;
padding: 0 5px;
margin: 5px 0 10px;
}
.imgBox {
    margin-top: 40px;
}
.imgBox .column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 1rem;
}
.imgBox .column img, .imgBox .column video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 1.1rem;
}
.imgBox .cap .raw {
    display: block;
    position: relative;
    margin-top: 15px;
    padding-left: 1.2em;
    font-weight: 700;
}
.imgBox .cap .raw a:hover {
    text-decoration: underline;
}
.imgBox .cap .raw a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border: 2px solid var(--color-primary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: translateY(0%) rotate(45deg);
}
.imgBoxB p.cap {
margin-top: -15px !important;
}
.photoTitle {
margin: 30px auto 0;
}
.photoTitle strong {
font-size: 1.4rem;
}
.photoTitle + .imgBox {
    margin-top: 10px;
}
/*==============================================
 .productBox
============================================= */
.productBox {
background: #eeeff2;
box-sizing: border-box;
padding: 25px 25px 15px;
}

.mainProduct .img {
box-sizing: border-box;
text-align: center;
margin: 25px 0 25px;
padding: 0 25px;
}
.mainProduct .img img {
width: 90%;
}
.mainProduct .catch {
text-align: center;
font-size: 1rem;
line-height: 1.5;
}
.mainProduct .name {
text-align: center;
font-size: 2rem;
line-height: 1.5;
margin-bottom: 10px;
}
.mainProduct .name span {
display: block;
text-align: center;
font-size: 1.2rem;
}
.mainProduct .btn {
box-sizing: border-box;
padding: 0 15px;
}

/*----- table -----*/
.tableTitle {
padding: 50px 0 10px;
}
.tableTitle strong {
font-size: 1rem;
font-weight: normal;
}
table {
border: solid #7287a1;
border-width: 1px 1px 0 0;
border-spacing: 0;
color: #000;
width: 600px;
margin: 0 auto 20px;
empty-cells: show;
line-height: 1.5;
font-size: 100%;
}
th {
background: #425a6e;
border: solid #7287a1;
border-width: 0 0 1px 1px;
color: #fff;
font-size: 0.9rem;
font-weight: bold;
text-align: center;
margin: 0;
padding: 10px 3px;
}
td {
background: #FFFFFF;
border: solid #7287a1;
border-width: 0 0 1px 1px;
text-align: center;
padding: 10px 3px;
font-size: 0.95rem;
width: 22%;
}
.bgW {
background: #fff;
}
.bgW dt img {
width: 80%;
}
.bgW dt {
text-align: center;
margin-bottom: 5px;
}
.bgW .name {
color: #006bcf;
text-align: center;
font-size: 1rem;
line-height: 1.4;
font-weight: bold;
text-decoration: underline;
margin-bottom: 5px;
}
.bgW .btn span {
display: block;
padding: 0 8px;
}
.bgW .btn span img {
width: 100%;
}
/*----- .scroll -----*/
.scroll {
    overflow: auto;
    padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
    height: 5px;
}
.scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
background: #eeeff2;
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #333;
}