@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    background-color: #fff;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #090503;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
p strong {
    border-bottom: 1px dashed #ff8a00;
    font-weight: lighter;
}
.note {
    margin-top: 1rem;
}
.note li {
    line-height: 1.8;
    padding-left: 2.2em;
    text-indent: -2.2em;
    text-align: left;
    font-size: 1rem;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
.pc {
    display: none;
}
/*==============================================
 .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;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 3rem;
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
}
.mainTitle {;
}
.mainTitle h1 {
    display: block;
    padding-top: 90.6%;
    background:  url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_home-denwa/sp_h1.jpg) no-repeat 0 0;
    background-size: 100%;
    text-indent: -999em;
    font-size: 0;
}
/*---- .lead ----*/
.leadBox {
    position: relative;
    margin: 2rem 0 3rem;
    padding: 0 2rem;
}
.lead {
    line-height: 2.0;
    font-size: 1.3rem;
}
/*==============================================
 .btn
============================================= */
.btn {
    margin: 3rem 2rem 0;
}
.btn a {
    position: relative;
	display: block;
	width: auto;
	height: 4rem;
	line-height: 4rem;
    border-radius: 2rem;
    background-color: #c01735;
    text-align: center;
    color: #fff;
	font-size: 1.2rem;
    font-weight: 500;
}
.paragraph .btn {
    margin-left: 0;
    margin-right: 0;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #ddd;
}
.paragraph#matome {
    border-bottom: 1px solid #ddd;
}
.spAccordion {
    display: none;
    padding: 0 2rem 3rem;
}
.paragraph p, .paragraph h2 {
    line-height: 2.0;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 1.5rem 2rem 1.5rem 2.5rem;
}
.paragraph h2 > span {
    display: block;
    padding-left: 2.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: block;
    position: relative;
    padding-bottom: .5rem;
    font-size: 1.3rem;
}
.paragraph h2 .sub::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4rem;
    height: 3px;
    background-color: #c01735;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
}
.paragraph h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    border-radius: 50%;
    background: #c01735 url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_home-denwa/arrow.svg) no-repeat 0 0;
    background-size: 100%;
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    margin-top: 3rem;
    text-align: left;
    font-size: 1.3rem;
    font-weight: 700;
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.3rem;
}
.paragraphIn > p:first-child {
    margin-top: 1rem;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 1.5rem;
}
.paragraph p a,
.paragraph li a {
    color: #c01735;
    border-bottom: 1px solid #c01735;
    transition: .2s;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin-top: 3rem;
}
h3 + .imgBox {
    margin-top: 1.5rem;
}
.imgBox:first-child {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two a {
    width: calc(50% - .5rem);
}
.imgBox .two + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/* .three */
.imgBox .three {
    width: 100%;
}
.imgBox .three a {
    width: 100%;
    padding: 2rem 0;
    border-radius: 1rem;
    border: 1px solid #ddd;
    text-align: center;
}
.imgBox .three a + a {
    margin-top: 1.5rem;
}
.imgBox .three a img {
    width: auto;
}
/*==============================================
 .list
============================================= */
.list {
}
.list li {
    position: relative;
    padding-left: 1.0em;
    line-height: 2.0;
    text-align: left;
    font-size: 1.2rem;
}
.list li:before {
    content: "\30FB";
    position: absolute;
    top: 0;
    left: 0;
}
/* .box */
.box {
    margin-top: 1.5rem;
    padding: 2rem 2rem;
    border-radius: 1rem;
    background-color: #f4f4f4;
}
.box li {
    font-weight: 700;
}
.box li + li {
    margin-top: 1rem;
}
.box li:before {
    color: #c01735;
}
/* .num */
.num {
    margin-top: 1rem;
}
.num li {
    padding-left: 0;
}
.num li:before {
    display: none;
}
/*==============================================
 .data
============================================= */
.scroll {
	margin-top: 1.5rem;
	overflow: auto;
	white-space: nowrap;
}
.data {
}
.data th,
.data td {
    padding: 1rem 1rem;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    box-sizing: border-box;
}
.data td {
}
.data thead td {
    font-weight: bold;
    background-color: #f4f4f4;
}
.data strong {
    color: #c01735;
}
/*==============================================
 .faq
============================================= */
.faq {
    margin-top: 3rem;
    padding-top: .5rem;
    border-top: 3px solid #ddd;
}
.faq + .faq  {
    margin-top: 2rem;
}
.faq dt p,
.faq dd p {
    margin-top: 0;
}
.faq dt {
    position: relative;
    padding-left: 4rem;
    color: #c01735;
}
.faq dt::before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2.0;
    font-size: 1.3rem;
    font-weight: 700;
}
.faq:nth-of-type(1) dt::before {
    content: "Q1.";
}
.faq:nth-of-type(2) dt::before {
    content: "Q2.";
}
.faq:nth-of-type(3) dt::before {
    content: "Q3.";
}
.faq:nth-of-type(4) dt::before {
    content: "Q4.";
}
.faq:nth-of-type(5) dt::before {
    content: "Q5.";
}
.faq:nth-of-type(6) dt::before {
    content: "Q6.";
}
.faq:nth-of-type(7) dt::before {
    content: "Q7.";
}
.faq:nth-of-type(8) dt::before {
    content: "Q8.";
}
.faq:nth-of-type(9) dt::before {
    content: "Q9.";
}
.faq:nth-of-type(10) dt::before {
    content: "Q10.";
}
.faq:nth-of-type(11) dt::before {
    content: "Q11.";
}
.faq:nth-of-type(12) dt::before {
    content: "Q12.";
}
.faq:nth-of-type(13) dt::before {
    content: "Q13.";
}
.faq dt p {
    font-weight: 700;
}
.faq dd {
    position: relative;
    margin-top: .5rem;
    padding-left: 4rem;
}
.faq dd::before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2.0;
    font-size: 1.3rem;
}
/* .note */
.note {
    margin-top: 1rem;
}
.note li {
    padding-left: 1.0em;
    text-indent: -1.0em;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 2rem 3rem;
}