@charset "shift_jis";
/*==============================================
common
============================================= */

.contentsNavi,
.pconly{
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;
}

/*==============================================
看板
============================================= */
h1 {
padding-top: 71%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_apc/sp_title.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
padding: 15px 25px 0;;
font-size: 1.2rem;
line-height: 1.7;}

p.lead a {
color: #3dcd58;
font-weight: bold;
text-decoration: underline;
}

/*==============================================
バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 15px 25px 30px;
}
.topbnr a {
font-size: 1.15rem;
line-height: 54px;
font-weight: bold;
color: #fff;
text-align: center;
background: #3dcd58 url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_apc/arrow.svg) 96% 50% no-repeat;
background-size: 12px;
height: 54px;
border-radius: 54px;
box-sizing: border-box;
display:block;
width: 100%;}

.topbnr a span{
display: none;
}

/*----　記事内　----*/
.innerbnr {
padding-top: 15px;
}

.innerbnr a{
display:block;
box-sizing:border-box;}

.innerbnr .bnr img{ width: 100% }


/*==============================================
#mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
table th,table td,
.productBox{
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}

.paragraph p {
font-size: 1.28rem;
line-height: 1.8;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.1rem;
line-height: 1.7;
margin-top: 10px !important;
}

.marker {
font-weight: bold;
background:linear-gradient(transparent 60%, #c4f0cd 50%);}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #292929;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #292929;
}

.spAccordion {
display: none;}

.paragraphIn{padding: 0 25px 30px;}

.paragraph h2 {
position: relative;
padding: 20px 20px 20px 25px;
font-weight: bold;
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph.active h2 {
color: #292929;
}
.paragraph h2 span {
display: block;
padding-left: 26px;
font-size: 1.28rem;
line-height: 1.6;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon {
display: inline-block;
padding: 5px 15px 3px;
color: #3dcd58;
background-color: #202020;}

.paragraph h2 .text {
margin-top: 10px;
}

.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
left: 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: 3px solid #3dcd58;/*----　矢印の色　----*/
border-right: 3px solid #3dcd58;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

.paragraph .subtext {
font-size: 1.4rem !important;
font-weight: bold;
margin-bottom: 5px;
}

/*-----　profile　-----*/
.profile {
border: #f2f2f2 3px solid;
padding: 30px;
box-sizing: border-box;
margin-top: 30px;}

.profile .photo {text-align: center;}

.profile .photo img{width: 50%;}

.profile .text {margin-top: 15px;}

.profile .text p {
font-size: 1.1rem;
line-height: 1.7;
margin-top: 10px !important;}

.profile .text .name {
font-size: 1.1rem;
font-weight: bold;
text-align: center;}

.profile .text .name span {
font-size: 1.28rem;
padding-left: 10px;}

/*-----　interviewbox　-----*/
.interviewbox {
margin: 30px 0 0;}

.interviewbox .name {
text-align: center;
display: inline-block;
font-size: 1.1rem;}

.interviewbox .name .gray,
.interviewbox .name .green{
padding: 3px 15px 2px;
color: #fff;
font-size: 1.28rem;
font-weight: bold;
white-space: nowrap;
margin-top: 0 !important;
display: inline-block;}

.interviewbox .name .gray{
background-color: #626469;
margin-right: 5px;}

.interviewbox .name .green{
background-color: #3dcd58}

.interviewbox p.text{
margin-top: 10px !important;
display: block;
}



/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}

.imgBox a.floatR {
margin-top: 5px;}

.imgBox div.floatR {
margin-top: 10px;}

.imgBox.spmtop10 {
margin-top: 10px !important;
}

.imgBox div.floatL p.subtext,
.imgBox div.floatR p.subtext{
margin-top: 0 !important;
}

.imgBox div + .cap{
margin-top: 15px;}
.imgBox a + .cap {
margin-top: 0;}

/*==============================================
.productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:30px 25px 25px;}


.productBox a {
display:block;
padding: 15px 10px;}

.productBox a .img {
text-align: center;}

.productBox a .img img {
width: 70%;}

.productBox a .info .catch {
font-size: 1rem;
line-height: 1.5;
display:block;
margin-top: 15px;}

.productBox a .info dt.name {
margin-top: 10px;}

.productBox a .info .btn {
font-size: 1rem;
line-height: 1.5;
font-weight: bold;
padding:8px 5px;
border-radius: 5px;
background: #3dcd58 url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_apc/arrow.svg) 94% 50% no-repeat;
background-size: 10px;
color: #fff;
text-align:center;
margin-top: 15px;}


/*----　table　----*/
.productBox .subtit {
font-size: 1.28rem;
font-weight: bold;}

table{
width: 550px;
margin: 10px auto 0;
border-collapse:separate;
border-spacing:0;
box-sizing: border-box;
border: #202020 1px solid;}

table th{width: 20%;}
table td {width: 40%;}

table th,
table td{
padding: 5px 8px;
box-sizing: border-box;
font-size: 1rem;
line-height: 1.7;
text-align: center;}

table th {
font-size: 0.9rem;
color: #fff;
font-weight: normal;
background-color: #202020;
border-bottom: #fff 1px dotted;
word-break: break-all}

table th{border-right: #202020 1px dotted;}
table td{border-bottom: #202020 1px dotted;}
table td + td {border-left: #202020 1px dotted;}

table .end{border-bottom:none;}



/*----- .scroll -----*/
.scroll {
overflow: auto;
padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
height: 5px;
}
.scroll::-webkit-scrollbar-track{
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
background: #BCBCBC;
}


.logobox {
padding: 0 60px;}

.logobox img {
width: 100%;}

/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 0.85rem; 
padding: 20px 25px 30px;
color: #333;}

#footer {
padding-top: 30px;}

