@charset "utf-8"; /* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
    width: 100%;
}

.addInner {
    width: 1100px;
    margin: 0 auto;
}

body {
    font-size: 15px;
}
img{
    /* image-rendering: -webkit-optimize-contrast; */
}
/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
    margin: 0 auto;
}

#visArea .mainArea {
    background: url("https://www.tenbin-web.net/wp/wp-content/uploads/mv_pic_pc.jpg") center center no-repeat;
    background-size: auto;
    height: auto;
}

#visArea .mainArea .siteNameArea {
    margin: 0 0 30px;
}

#visArea .mainArea .siteName {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: normal;
    color: #2c2d48;
    letter-spacing: .06em;
}

#visArea .mainArea .siteName img {
    margin: 0 auto;
}

#visArea .mainArea .siteNameSmall {
    font-size: 1.6rem;
}

#visArea .mainArea .mainTxtBox {
    width: 780px;
    background: #ffe699;
    padding: 5px 40px 66px;
    margin: 0 auto;
}

#visArea .mainArea .catchArea {
}

#visArea .mainArea .catchArea .catch {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #2c2d48;
    margin: 20px 0 20px;
    letter-spacing: .03em;
}

#visArea .mainArea .catchArea .catch span {
    display: block;
}

#visArea .mainArea .txtArea {
    padding: 0 55px;
}

#visArea .mainArea .txtArea .txtArea-text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.75;
}

#visArea .mainArea .btnTop01 {
    position: relative;
    margin-top: 20px;
    display: block;
    width: 630px;
    margin: 20px auto 0;
}

#visArea .mainArea .btnTop01 img {
    position: absolute;
    left: 0;
    z-index: 100;
}

#visArea .mainArea .btnTop01 a {
    display: block;
    background: #f04f00;
    color: #FFF;
    border-radius: 120px;
    padding: 20px 40px 20px 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    width: 478px;
    position: relative;
    right: -120px;
    top: 20px;
    z-index: 10;
    box-shadow: 5px 5px #ffbc9b;
    text-align: left;
    margin-right: 20px;
}

.btnTop01 a span {
    position: relative;
    color: #FFF;
}

.btnTop01 a::after {
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    background: url(img/arrow_parent_down.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 20px;
    top: 50%;
}

#g-nav-01 {
    position: relative;
    background: #f8f5f0;
}

#g-nav-01 .g-nav-01__inner {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    padding: 30px 0 10px;
    display: table;
    font-weight: 400;
}

#g-nav-01 ul, #g-nav-01 p {
    display: table-cell;
}

#g-nav-01 ul {
    width: 920px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

#g-nav-01 p {
    width: 20%;
    color: #2c2d48;
    text-align: right;
    padding-right: 75px;
    padding-top: 20px;
    vertical-align: top;
    font-weight: 700;
}

#contents #g-nav-01 li {
    position: relative;
    width: 46%;
    border-bottom: 2px solid #b4b2b8;
    padding: 0px 20px 10px 30px;
    margin: 0 4% 20px 0;
    text-indent: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.444444444;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contents #g-nav-01 li:nth-child(2n) {
    margin-right: 0;
}

#contents #g-nav-01 li a {
    color: #2c2d48;
    text-decoration: none;
}

#contents #g-nav-01 li::before {
    content: "";
    background: url(img/arrow_gray_down.png) no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    transform: translateY(-50%);
}

.midashi_tate {
    position: relative;
    font-size: 28px;
    z-index: 1;
}

.midashi_tate span.front {
    z-index: 1;
}

.midashi_tate::before {
    content: "";
    position: absolute;
    background: #ffe699;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    top: 0;
    right: 57px;
    bottom: 0;
    z-index: -1;
}

/*--------------------------------------
　footer
---------------------------------------*/
footer .areaInner .logo a {
    /*pointer-events: none;*/
}

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap .fl {
    width: 400px;
    margin: 0 40px 10px 0;
    text-align: center;
}

.float-wrap .fr {
    width: 400px;
    margin: 0 0 10px 40px;
}

.float-wrap .ct {
    width: 600px;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/
#contents .box-wrap .box {
    width: 519px;
}

/*type-a*/
#contents .box-wrap .type-a .box-body p {
    width: 399px;
}

/*type-b*/
#contents .box-wrap .type-b {
    padding: 30px;
}

/*--------------------------------------
　frame-wrap
---------------------------------------*/
#contents .frame {
    width: 350px;
    margin: 0 0 0 25px;
}

#contents .frame-wrap .frame:nth-child(n+4) {
    margin-top: 25px;
}

#contents .frame .frame-body {
    padding: 0 30px 35px;
}

/*type-a*/
#contents .frame-wrap .type-a .frame-catch {
    padding: 20px 40px 20px;
}

#contents .frame-wrap .type-a .frame-head {
    padding: 20px 30px 20px;
}

#contents .frame-wrap .type-a .thumb {
    width: 250px;
}

#contents .frame-wrap .type-a ul.icoArea {
    width: 288px;
}

#contents .frame-wrap .type-a ul.icoArea li {
    width: 88px;
    margin: 0 0 0 12px;
}

#contents .frame-wrap .type-a ul.icoArea li:first-child {
    margin: 0 0 0 0;
}

#contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
    margin: 0 0 0 0;
}

#contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
    margin-top: 18px;
}

/*type-b*/
#contents .frame-wrap .type-b .frame-head {
    padding: 20px 30px 20px;
}

#contents .frame-wrap .type-b .thumb {
    width: 250px;
}

/*type-c*/
#contents .frame-wrap .type-c .frame-head {
    padding: 20px 30px 20px;
}

#contents .frame-wrap .type-c .thumb {
    width: 180px;
}

/*btn-web*/
#contents .frame .frame-body .btn-web {
    width: 88%;
}

/*--------------------------------------
オリジナル
---------------------------------------*/
#index .custom01 .bg_garage__white {
    position: absolute;
    top: 90px;
    left: 0;
    width: 800px;
    height: 240px;
    background-color: #fff;
}

#index .custom01 h2.bg_garage {
    position: relative;
    z-index: 3;
    padding: 60px 0;
    text-align: left;
    background: #fff;
}

#index .custom01 h2.bg_garage a:hover {
    opacity: .6;
}

#index .custom01 h2.bg_garage a::after {
    content: "";
    display: block;
    position: absolute;
    background: url(img/arrow_orange_right.png) no-repeat right center;
    width: 13px;
    height: 23px;
    right: 30px;
    top: calc(50% - 12px);
}

#index .custom01 h2.bg_garage::before {
    content: "";
    position: absolute;
    background: url(img/PR.png) no-repeat;
    width: 50px;
    height: 31px;
    top: -15px;
    left: 0;
}

.orange {
    color: #f04f00 !important;
}

.waku {
    border: 3px solid #111111 !important;
    padding-left: 10px;
    padding-right: 10px;
}

#index .custom01 h2.bg_garage > span {
    z-index: 100;
}

#index .custom01 h2, #index .custom01 .addInner > p, #index .custom02 h2, #index .custom02 .addInner > p {
    text-align: left;
    font-size: 1.6rem;
    width: 990px;
    max-width: 100%;
}

#index .custom01 h2, #index .custom02 h2.sttl {
    color: #2c2d48;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 70px;
}

#index .custom01 h2, #index .custom02 h2.sttl a {
    display: block;
    width: 100%;
    color: #2c2d48;
    text-align: center;
    margin: 0 auto;
    padding: 0 60px;
}

#index .custom02 h2.sttl a {
    background: url(img/arrow_orange_right.png) no-repeat right 60px center;
}

#index .custom02 h2.sttl a::after {
    display: none;
}

#contents .custom01 .box-wrap .type-b {
    background: #fff;
    border: 2px solid #2c2d48;
}

#contents .custom01 .box-wrap {
    margin: 40px auto;
}

#contents .custom01 h3 {
    font-size: 28px;
    vertical-align: middle;
    display: flex;
}

#contents .custom01 h3 > span {
    font-weight: 700;
}

#contents .custom01 h3 {
    /* background: url(img/point_01.png); */
    /* background-repeat: no-repeat; */
    /* background-position: left center; */
    /* padding: 3rem 0rem 3rem 10rem; */
    /* margin-bottom: 1rem; */
}

#contents .custom01 .box-wrap .type-b:nth-of-type(2) h3 {
    background-image: url(img/point_02.png);
}

.wrap-d {
}

#contents .custom01 .type-b:nth-child(2) h3::before {
    background: url(img/point_02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#contents .custom01 h3.normalH3::before {
    content: none;
}

.textLeft {
    text-align: left !important;
}

#contents .custom01 .frame-wrap .type-b .frame-head a {
    font-weight: 700;
}

#contents .custom02 .frame-wrap .type-b .frame-body h4::before {
    content: "";
    width: 8px;
    height: calc(100% - 30px);
    background: #04275e;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#contents .custom02 .frame-wrap .type-f .frame-body h4::before {
    content: "";
    width: 8px;
    height: calc(100% - 30px);
    background: #04275e;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#contents .custom02 .frame-wrap .type-b .frame-body h4 {
    padding: 15px 20px 15px 35px;
    line-height: 1.5;
    position: relative;
    font-weight: 700;
}

#contents .custom02 .frame-wrap .type-f .frame-body h4 {
    color: #2c2d48;
    padding: 15px 20px 15px 25px;
    line-height: 1.5;
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 15px;
}

#contents .custom02 .frame-wrap.bg_cream .type-b .frame-head {
    background: #faddcd;
}

#contents .frame-wrap.bg_cream .type-b {
    border-top: 1px solid #8e8e8e;
}

#contents .custom01 .box-wrap .type-b .box-head {
    margin-bottom: 0;
    font-weight: 700;
}

#contents .custom01 .box-wrap .type-b .box-head-area {
    display: block;
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.addParts03.bg_koushi {
    background: url("https://www.tenbin-web.net/wp/wp-content/uploads/bg_koushi.png")top;
    background-size: 100% auto;
    width: auto;
    padding-top: 90px;
    padding-bottom: 40px;
}

#contents .addParts03 table th {
    background: #f8f8f8;
}

.addParts03.bg_koushi.light {
    position: relative;
    background: #ffe699;
    padding-bottom: 0;
}

#index .addParts03.bg_koushi.light .float-wrap .fl {
    width: 495px;
    margin: 0 50px 10px 0;
}

#index .addParts03.bg_koushi.light .float-wrap .catch {
    color: #2c2d48;
    font-size: 2.4rem;
}

#index .addParts03.bg_koushi.light .float-wrap .text {
    font-size: 1.6rem;
    margin-bottom: 45px;
}

#index .addParts03.bg_koushi.light .btn-internal {
}

.frame-image {
    padding: 0 20px 20px;
    width: 100%;
    text-align: center;
}

.frame-image img {
    max-width: 100%;
}

.addParts03 {
    width: 100%;
    padding: 100px 0 125px;
}

.addParts03.custom02 {
    background: #f8f5f0;
    margin: 0;
    padding: 100px 0 25px;
}

.addParts03.custom02.white {
    background: #fff;
    padding: 120px 0 90px;
}

#index .addParts03.custom02 .grow__box {
    width: 990px;
    max-width: 100%;
    margin: 80px auto;
}

#index .addParts03.custom02 .grow__box:last-child {
    margin-bottom: 0;
}

#index .addParts03.custom02 .grow__box__title {
    border-bottom: 3px dotted #2c2d48;
    color: #2c2d48;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.285714286;
    letter-spacing: .03em;
    padding-bottom: 10px;
}

#index .addParts03.custom02 .grow__box__title a {
    display: block;
    background: url(img/arrow_orange_right.png) no-repeat right 30px center;
    background-size: 11px auto;
    color: #2c2d48;
    line-height: 1.285714286;
    width: 100%;
}

#index .addParts03.custom02 .grow__box__text {
    font-size: 1.6rem;
    line-height: 1.75;
}

#index .addParts03.custom02 .grow__box .float-wrap .fl {
    width: 431px;
}

#index .addParts03.custom02 .grow__box .btn-internal {
    margin: 50px 0 0 auto
}

.addParts03 .addInner {
    width: 1100px;
    margin: 0 auto;
}

.addParts03 p {
    margin: 0;
}

.addParts03 .addTopArea {
    width: 100%;
    margin: 0 0 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.addParts03 .addTopArea .addTopPic {
    width: 600px;
    margin: 0 0 0 50px;
    position: relative;
    order: 2;
}

.addParts03 .addTopArea .addTopPic::before {
    content: "";
    width: 155px;
    height: 153px;
    background: url("img/parts03_circle.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -50px;
    right: 20px;
}

#index .custom02 .frame-wrap h3 {
    font-size: 28px;
    font-weight: 700;
}

#contents .custom02 .frame-wrap .type-b .frame-head {
    vertical-align: middle;
    display: block;
}

.addParts03 .addTopArea .addTopTxt {
    width: 450px;
    order: 1;
}

#contents .addParts03 .addTopArea .sttl {
    display: block;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    background: url("img/parts03_tit_ico.png") center bottom no-repeat;
    background-size: 40px auto;
    padding: 0 0 60px;
    margin: 0 0 25px;
    position: relative;
}

.addParts03 .addTopArea .addTxt {
}

.addParts03 .addTopArea .addTxt span {
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #e6dc14;
}

.addParts03 .personMainArea {
    width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 25px 40px;
    margin: 0 0 80px;
    position: relative;
}

.addParts03 .personMainArea .subTxt {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    background-color: #f5f5dc;
    background: url("img/parts03_sub_dot01.png") left top repeat-x, url("img/parts03_sub_dot01.png") left bottom repeat-x, url("img/parts03_sub_dot02.png") left top repeat-y, url("img/parts03_sub_dot02.png") right top repeat-y #f5f5dc;
    padding: 15px 20px;
    position: absolute;
    top: -20px;
    right: 20px;
}

.addParts03 .personMainArea .personBox {
    display: table;
}

.addParts03 .personMainArea .personBox .pic {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
}

.addParts03 .personMainArea .personBox .pic img {
    border-radius: 100px;
}

.addParts03 .personMainArea .personBox dl {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 190px);
    padding: 0 0 0 40px;
}

.addParts03 .personMainArea .personBox dl dt {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    color: #8c8200;
    margin: 0 0 20px;
}

.addParts03 .personMainArea .personBox dl dt span {
    font-size: 1.6rem;
    color: #333;
    font-weight: inherit;
    border-bottom: none;
}

.addParts03 .personMainArea .personBox dl dd {
}

.addParts03 .interviewTitArea {
    display: table;
    background-color: #f5f5dc;
    position: relative;
    margin: 0 0 10px;
}

.addParts03 .interviewTitArea::before {
    content: "";
    position: absolute;
    background: #f5f5dc;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 9999px;
}

.addParts03 .interviewTitArea::after {
    content: "";
    width: 2px;
    height: 234px;
    background: url("img/parts03_dotline01.png") no-repeat;
    position: absolute;
    top: 60px;
    left: -70px;
}

#contents .addParts03 .interviewTitArea .interviewTit {
    display: table-cell;
    vertical-align: middle;
    width: 220px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 25px 15px;
    position: relative;
}

#contents .addParts03 .interviewTitArea .interviewTit:after {
    content: "";
    width: 149px;
    height: 24px;
    background: url("img/parts03_eng.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: inherit;
    transform: none;
}

.addParts03 .interviewTitArea .interviewTxt {
    display: table-cell;
    vertical-align: middle;
    width: 880px;
    font-size: 1.8rem;
    border-left: 2px solid #fff;
    padding: 35px 50px;
}

.addParts03 .personArea {
    margin: 0 0 80px;
}

.addParts03 .personArea .personBox {
    display: table;
    padding: 30px 10px;
    position: relative;
}

.addParts03 .personArea .personBox::after {
    content: "";
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.addParts03 .personArea .personBox .pic {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}

.addParts03 .personArea .personBox .pic img {
    border-radius: 100px;
}

.addParts03 .personArea .personBox dl {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 150px);
    padding: 0 0 0 30px;
}

.addParts03 .personArea .personBox dl dt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #8c8200;
    margin: 0 0 12px;
}

.addParts03 .personArea .personBox dl dd {
    position: relative;
    margin: 0 0 10px;
}

.addParts03 .summaryArea {
    width: 100%;
    background: url("img/parts03_summary_bg.png") left top repeat;
    padding: 50px 50px 50px;
    margin: 0 0 60px;
}

#contents .addParts03 .summaryArea .summaryTit {
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    background: url("img/parts03_summary_ico.png") center bottom no-repeat;
    background-size: 70px auto;
    padding: 0 150px 80px;
    margin: 0 0 30px;
    position: relative;
}

#contents .addParts03 .summaryArea .summaryTit span {
    font-size: 2.6rem;
    padding: 0 8px;
    font-weight: inherit;
    color: inherit;
    border-bottom: none;
}

.addParts03 .summaryArea .txtArea {
    width: 100%;
    background-color: #fff;
    padding: 40px;
}

.addParts03 .summaryArea .txtArea .catch {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 25px;
}

.addParts03 .summaryArea .txtArea .txt {
}

.addParts03 .btnArea {
    width: 1020px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#contents .addParts03 .btnArea .btn-internal {
    margin: 0 auto;
}

#contents .addParts03 .btnArea .btn-internal a {
    padding: 22px 70px 22px;
}

#resultBox .btn-web a {
    font-size: 22px;
    font-weight: 700;
}

#resultBox .btn-internal a {
    font-size: 22px;
    font-weight: 700;
}

#contents .addParts03 .btnArea .btn-internal:nth-of-type(1) a {
    background: url("img/arrow_black.png") right 15px center no-repeat, url("img/parts03_summary_num01.png") 25px center no-repeat;
    background-size: 7px auto, auto 24px;
}

#contents .addParts03 .btnArea .btn-internal:nth-of-type(2) a {
    background: url("img/arrow_black.png") right 15px center no-repeat, url("img/parts03_summary_num02.png") 25px center no-repeat;
    background-size: 7px auto, auto 24px;
}

#resultBox .box .wrap-d h3::after {
    display: none;
}

#index .addParts03 .addParts03__check {
    width: 990px;
    max-width: 100%;
    background: none;
    color: #2c2d48;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.285714286;
    letter-spacing: .03em;
    border-bottom: 2px dotted #2c2d48;
    padding: 0 0 10px;
    margin: 60px auto 50px;
}

#index .addParts03 .addParts03__box {
    width: 990px;
    max-width: 100%;
    margin: 0 auto 70px;
}

#index .addParts03 .addParts03__box__title {
    width: 100%;
    max-width: 1100px;
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: .03em;
    color: #2c2d48;
    background: #f8f5f0;
    padding: 3rem 2rem 3.4rem 10.5rem;
    margin: 3rem auto 2rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 700;
}

#index .addParts03 .addParts03__box__title::before {
    content: "";
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 74px;
    letter-spacing: 0;
    text-align: center;
    color: #7c6853;
    background: url(img/rank_point.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 20px;
}

#index .addParts03 .addParts03__box__text {
    font-size: 1.6rem;
    line-height: 1.75;
}

#index .addParts03 .addParts03__box__flex {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}

#index .addParts03 .addParts03__box__flex .caption {
    text-align: center;
}

#index .addParts03 .addParts03__box__flex__img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

#index .addParts03 .addParts03__box__flex__content {
    max-width: 100%;
    width: 70%;
    border: #b8b8b8 solid 2px;
    padding: 25px 35px 40px;
    margin: 0 auto;
}

#index .addParts03 .addParts03__box__flex__content__catch {
    color: #2c2d48;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 15px;
}

#index .addParts03 .addParts03__box__flex__content ul li {
    position: relative;
    color: #f04f00;
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 23px;
}

#index .addParts03 .addParts03__box__flex__content ul li::before {
    content: '';
    display: block;
    background-color: #2c2d48;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 15px;
    left: 0;
}

#index .addParts03 .addParts03__sum {
    background: #ffe699;
    padding: 40px 50px 50px;
}

#index .addParts03 .addParts03__sum__catch {
    color: #2c2d48;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .03em;
    border-bottom: 3px dotted #2c2d48;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

#index .addParts03 .addParts03__sum__catch span.orange {
    color: #f04f00;
    font-size: 2.8rem;
    font-weight: bold;
}

#index .addParts03 .addParts03__sum__text {
    font-size: 2.2rem;
    line-height: 1.272727273;
}

#index .addParts03 .addParts03-custom02__box {
}

#index .addParts03 .addParts03-custom02__box p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0;
}

#index .addParts03 .addParts03-custom02__box__image {
    padding-right: 60px;
}

@media screen and (max-width: 768px) {
    /*------------
Index
------------*/#contents {
        width: 100%;
    }

    #index {
    }

    #resultBox .btn-web a, .btn-tel a {
        font-size: 1.5rem;
        font-weight: 700;
    }

    #contents table th, #contents table td {
        display: table-cell;
        width: 50%;
    }

    #contents table th {
        width: 25%;
    }

    /*--------------------------------------
　visArea
---------------------------------------*/
    #visArea {
        margin: 0 auto 6.0rem;
    }

    #visArea .mainArea {
        background: none;
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    #visArea .mainArea .siteNameArea {
        display: table;
        background: url("https://www.tenbin-web.net/wp/wp-content/uploads/mv_pic_sp.jpg") center top no-repeat;
        background-size: cover;
        height: 130px;
        width: 100%;
        margin: 0 auto;
    }

    #visArea .mainArea .siteName {
        font-size: 2.0rem;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 0 0 0.8rem;
        /*text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;*/
    }

    #visArea .mainArea .siteNameSmall {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0.03em;
        text-align: center;
        text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    }

    #visArea .mainArea .mainTxtBox {
        width: 100%;
        background: rgba(255, 255, 255, 1);
        padding: 0;
        margin: 0 auto;
    }

    #visArea .mainArea .catchArea {
    }

    #visArea .mainArea .catchArea .catch {
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 1.45;
        text-align: left;
        color: #8c8200;
        margin: 0 0 1.0rem;
    }

    #visArea .mainArea .txtArea {
        padding: 0 2.5rem;
    }

    /*--------------------------------------
　footer
---------------------------------------*/
    footer .areaInner .logo a {
        /*pointer-events: none;*/
    }

    /*--------------------------------------
　box-wrap
---------------------------------------*/
    #contents .box-wrap .box {
        width: 100%;
    }

    /*type-a*/
    #contents .box-wrap .type-a .box-body p {
        width: calc(100% - 95px);
    }

    /*type-b*/
    #contents .box-wrap .type-b {
        padding: 3.0rem;
    }

    /*--------------------------------------
　frame-wrap
---------------------------------------*/
    #contents .frame {
        width: 100%;
        margin: 0 0 2.0rem;
    }

    #contents .frame-wrap .frame:nth-child(n+4) {
        margin-top: 0;
    }

    #contents .frame .frame-body {
        padding: 0 1.5rem 3.0rem;
    }

    /*type-a*/
    #contents .frame-wrap .type-a .frame-catch {
        padding: 1.5rem 2.5rem;
    }

    #contents .frame-wrap .type-a .frame-head {
        padding: 1.8rem 1.5rem;
    }

    #contents .frame-wrap .type-a .thumb {
        width: 80%;
    }

    #contents .frame-wrap .type-a ul.icoArea {
        width: 100%;
    }

    #contents .frame-wrap .type-a ul.icoArea li {
        width: calc(100% / 3);
        margin: 0 0 0 0;
    }

    #contents .frame-wrap .type-a ul.icoArea li:first-child {
        margin: 0 0 0 0;
    }

    #contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
        margin: 0 0 0 0;
    }

    #contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
        margin-top: 1.6rem;
    }

    /*type-b*/
    #contents .frame-wrap .type-b .frame-head {
        padding: 1.8rem 1.5rem;
    }

    #contents .frame-wrap .type-b .thumb {
        width: 80%;
    }

    /*type-c*/
    #contents .frame-wrap .type-c .frame-head {
        padding: 0.5rem 1.8rem 2.0rem;
    }

    #contents .frame-wrap .type-c .thumb {
        width: 60%;
    }

    /*btn-web*/
    #contents .frame .frame-body .btn-web {
        width: 85%;
    }

    /*--------------------------------------
オリジナル
---------------------------------------*/
    .addParts03 {
        width: 100%;
        padding: 40px 0 45px;
    }

    .addParts03 .addInner {
        width: 92%;
        margin: 0 auto;
    }

    .addParts03 p {
        margin: 0;
    }

    .addParts03 .addTopArea {
        width: 100%;
        margin: 0 0 3.0rem;
        display: block;
    }

    .addParts03 .addTopArea .addTopPic {
        width: 100%;
        margin: 0 0 2.0rem;
        position: relative;
    }

    .addParts03 .addTopArea .addTopPic::before {
        content: "";
        width: 78px;
        height: 77px;
        background: url("img/parts03_circle.png") no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: -25px;
        right: 10px;
    }

    .addParts03 .addTopArea .addTopTxt {
        width: 100%;
    }

    #contents .addParts03 .addTopArea .sttl {
        display: block;
        font-size: 1.9rem;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        background: url("img/parts03_tit_ico.png") center bottom no-repeat;
        background-size: 30px auto;
        padding: 0 0 4.0rem;
        margin: 0 auto 1.5rem;
        position: relative;
    }

    .addParts03 .addTopArea .addTxt {
    }

    .addParts03 .addTopArea .addTxt span {
        font-weight: 700;
        color: #333;
        border-bottom: 2px solid #e6dc14;
    }

    .addParts03 .personMainArea {
        width: 100%;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        padding: 2.5rem 0;
        margin: 0 0 4.0rem;
        position: relative;
    }

    .addParts03 .personMainArea .subTxt {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1;
        background-color: #f5f5dc;
        background: url("img/parts03_sub_dot01.png") left top repeat-x, url("img/parts03_sub_dot01.png") left bottom repeat-x, url("img/parts03_sub_dot02.png") left top repeat-y, url("img/parts03_sub_dot02.png") right top repeat-y #f5f5dc;
        padding: 10px 18px;
        position: absolute;
        top: -15px;
        right: 8px;
    }

    .addParts03 .personMainArea .personBox {
        display: block;
    }

    .addParts03 .personMainArea .personBox .pic {
        display: block;
        width: 100px;
        position: absolute;
        top: 25px;
        left: 8px;
    }

    .addParts03 .personMainArea .personBox .pic img {
        border-radius: 100px;
    }

    .addParts03 .personMainArea .personBox dl {
        display: block;
        width: 100%;
        padding: 0 0 0 0;
    }

    .addParts03 .personMainArea .personBox dl dt {
        display: table-cell;
        vertical-align: middle;
        width: calc(100% - 15px);
        height: 100px;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1.6;
        color: #8c8200;
        padding: 0 0 0 12.5rem;
        margin: 0 0 1.5rem;
    }

    .addParts03 .personMainArea .personBox dl dt span {
        display: block;
        font-size: 1.3rem;
        color: #333
    }

    .addParts03 .personMainArea .personBox dl dd {
        display: block;
        width: 100%;
        margin: 1.5rem 0 0;
    }

    .addParts03 .interviewTitArea {
        display: block;
        background-color: #f5f5dc;
        position: relative;
        padding: 0 4% 2.5rem 0;
        margin: 0 0 1.0rem;
    }

    .addParts03 .interviewTitArea::before {
        content: "";
        position: absolute;
        background: #f5f5dc;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 9999px;
    }

    .addParts03 .interviewTitArea::after {
        content: none;
    }

    #contents .addParts03 .interviewTitArea .interviewTit {
        display: block;
        width: 100%;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
        text-align: center;
        padding: 3.0rem 0 1.5rem;
        position: relative;
        max-width: inherit;
    }

    #contents .addParts03 .interviewTitArea .interviewTit:after {
        content: "";
        width: 116px;
        height: 18px;
        background: url("img/parts03_eng.png") no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: -10px;
        left: calc(50% - 58px);
    }

    .addParts03 .interviewTitArea .interviewTxt {
        display: block;
        vertical-align: middle;
        width: 100%;
        font-size: 1.4rem;
        border-left: none;
        padding: 0;
    }

    .addParts03 .personArea {
        margin: 0 0 4.0rem;
    }

    .addParts03 .personArea .personBox {
        display: table;
        padding: 2.0rem 0 1.5rem;
        position: relative;
    }

    .addParts03 .personArea .personBox::after {
        content: "";
        background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
        background-size: 6px 1px;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .addParts03 .personArea .personBox .pic {
        display: block;
        width: 80px;
        float: left;
        margin: 0 1.5rem 1.0rem 0.8rem;
    }

    .addParts03 .personArea .personBox .pic img {
        border-radius: 100px;
    }

    .addParts03 .personArea .personBox dl {
        display: block;
        width: 100%;
        padding: 1.0rem 0 0;
    }

    .addParts03 .personArea .personBox dl dt {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        color: #8c8200;
        margin: 0 0 1.0rem;
    }

    .addParts03 .personArea .personBox dl dd {
        position: relative;
        margin: 0 0 1.0rem;
    }

    .addParts03 .summaryArea {
        width: 100%;
        background: url("img/parts03_summary_bg.png") left top repeat;
        padding: 2.5rem 1.5rem 1.5rem;
        margin: 0 0 4.0rem;
    }

    #contents .addParts03 .summaryArea .summaryTit {
        font-size: 1.9rem;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        background: url("img/parts03_summary_ico.png") center bottom no-repeat;
        background-size: 35px auto;
        padding: 0 0 4.0rem;
        margin: 0 auto 1.5rem;
        position: relative;
    }

    #contents .addParts03 .summaryArea .summaryTit span {
        font-size: 1.5rem;
        padding: 0 0.5rem;
    }

    .addParts03 .summaryArea .txtArea {
        width: 100%;
        background-color: #fff;
        padding: 2.0rem 1.5rem;
    }

    .addParts03 .summaryArea .txtArea .catch {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        margin: 0 0 2.0rem;
    }

    .addParts03 .summaryArea .txtArea .txt {
    }

    .addParts03 .btnArea {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    #contents .addParts03 .btnArea .btn-internal {
        margin: 0 auto 2.0rem;
    }

    #contents .addParts03 .btnArea .btn-internal:last-child {
        margin: 0 auto;
    }

    #contents .addParts03 .btnArea .btn-internal a {
        padding: 1.8rem 5.0rem 1.8rem;
    }

    #contents .addParts03 .btnArea .btn-internal:nth-of-type(1) a {
        background: url("img/arrow_black.png") right 15px center no-repeat, url("img/parts03_summary_num01.png") 20px center no-repeat;
        background-size: 6px auto, auto 15px;
    }

    #contents .addParts03 .btnArea .btn-internal:nth-of-type(2) a {
        background: url("img/arrow_black.png") right 15px center no-repeat, url("img/parts03_summary_num02.png") 20px center no-repeat;
        background-size: 6px auto, auto 15px;
    }

    /*--------------------------------------
　footer
---------------------------------------*/
    footer .areaInner .logo a {
        /*pointer-events: none;*/
    }
}

/*--------------------------------------
　addParts04
---------------------------------------*/
.addParts04 {
    background-color: #f48746;
    padding-bottom: 100px;
    background-image: url("img/bg_haiden.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.addParts04 .addInner {
    width: 1100px;
}

#index .addParts04 h2.addParts04__title {
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    padding-top: 100px;
    padding-bottom: 20px;
    letter-spacing: .03em;
    margin-bottom: 0;
    position: relative;
}

#index .addParts04 h2.addParts04__title::before {
    content: "";
    display: block;
    position: absolute;
    background: url(img/addParts04_left_icon.png) no-repeat left center;
    top: auto;
    left: 50px;
    bottom: -130px;
    width: 134px;
    height: 225px;
}

#index .addParts04 h2.addParts04__title::after {
    content: "";
    display: block;
    position: absolute;
    background: url(img/addParts04_right_icon.png) no-repeat left center;
    right: -110px;
    bottom: -130px;
    width: 344px;
    height: 301px;
}

#index .addParts04 h2.addParts04__title span {
    font-size: 26px;
    color: #FFF;
    display: block;
    margin-bottom: 10px;
}

#index .addParts04 h2.addParts04__title::before, #index .addParts04 h2.addParts04__title::after {
}

#index .addParts04 .addParts04__text {
    color: #ffe699;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.875;
    text-align: center;
    margin-bottom: 40px;
}

#index {
    padding: 0;
}

.addParts04 .box_white {
    background: #FFF;
    padding: 40px 20px 20px;
}

#index .addParts04 p.caution {
    color: #fff;
    line-height: 1.714285714;
    margin: 30px 0 0;
}

.addParts04 .box_white__inner {
    display: flex;
    justify-content: space-between;
    background: #2c2d48;
    border-radius: 3px;
    padding: 12px;
    margin-bottom: 30px;
}

#searchBlock .selectBox_wrap {
    background: #FFF;
    width: 250px;
    margin: 00;
    border-radius: 5px;
}

#searchBlock .selectBox_ttl {
    padding: 30px 0;
    margin: 0 1rem 0 0;
    background-color: #3f3f3f;
    color: #FFF;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    font-size: 1.7rem;
    position: relative;
    width: 200px;
    display: table-cell;
    /* justify-content: center; */
    /* align-items: center; */
    vertical-align: middle;
    border-radius: 5px;
}

#searchBlock .selectBox_ttl * {
    vertical-align: middle;
}

#searchBlock .selectBox_item {
    border-radius: 3px;
}

#searchBlock .checkInner__title {
    background: #ffe699;
    min-height: 162px;
    color: #2c2d48;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.545454545;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#searchBlock .checkInner__text {
    font-size: 1.6rem;
    line-height: 1.75;
}

#searchBlock .selectBox_item.gyoumu_check {
}

#contents .addParts04 .btn-internal {
    width: 550px;
}

#resultBox .addInner > p.resultComment {
    margin: 0 50px 50px;
    font-size: 16px;
}

#searchBlock .selectBox_item.gyoumu_check .checkInner {
    display: table-cell;
    height: 140px;
    vertical-align: middle;
    width: 770px;
}

#searchBlock .selectBox_item.gyoumu_check .checkInner.naiyoInner {
    height: 100px;
}

#searchBlock .selectBox_item {
    width: 100%;
    background: #fff;
    padding: 1rem 0.7rem 0;
    border-radius: 10px;
}

#resultBox .box h3.resultOn__title::after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #2c2d48;
    display: block;
    top: 90px;
}

#resultBox .box .resultOn__box {
    background: #f7f7f7;
    border-radius: 19px;
    margin: 60px 0 70px;
}

#index #resultBox .box .resultOn__box__title {
    background: #ffe699;
    border-radius: 19px 19px 0 0;
    color: #2c2d48;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: .03em;
    text-align: center;
    padding: 30px 10px;
}

#resultBox .box .resultOn__box__lists {
    display: flex;
    justify-content: space-around;
    padding: 30px 5px 10px;
}

#resultBox .box .resultOn__box__list {
    width: 12.1%;
}

#resultBox .box .resultOn__box__list__image {
    text-align: center;
    margin-bottom: 0;
}

#resultBox .box .resultOn__box__list__text {
    color: #2c2d48;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .03em;
    text-align: center;
    margin: 12px auto;
}

#resultBox p {
    font-size: 16px;
}

.labels_txt {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.labels {
    display: table;
    margin: 0 auto;
}

.toggleBtn:hover {
    cursor: pointer;
    opacity: .6;
}

.toggleBtn span {
    display: block;
    width: 450px;
    padding: 13px 40px;
    border: 2px solid #2c2d48;
    border-radius: 35px;
    margin: 20px auto;
    color: #2c2d48;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background-color: #f8f5f0;
    background-image: url(img/ico_plus.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-shadow: 5px 5px #bfc0c8;
}

.toggleTarget {
    margin: 0;
    display: none;
}

.toggleTarget cite {
    font-size: 10px;
    font-style: normal;
    display: block;
}

.toggleTarget dt {
    border-left: 7px solid #04275e;
    padding-left: 16px;
    margin-bottom: 10px;
}

.toggleTarget dd {
    margin-bottom: 30px;
    line-height: 1.8;
}

.toggleTarget dd cite {
    color: #999;
    margin-top: 1rem;
}

.accordion-btn--result {
    width: 450px;
    padding: 13px 40px;
    border: 2px solid #2c2d48;
    border-radius: 35px;
    margin: 100px auto;
    color: #2c2d48;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background-color: #f8f5f0;
    background-image: url(img/ico_plus.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
    box-shadow: 5px 5px #bfc0c8;
}

.accordion-btn--result:hover {
    opacity: .6;
}

.accordion-btn--result.off {
    background-image: url(img/ico_minus.png);
}

.labels_txt:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #2c2d48;
    border-radius: 0;
    background-color: #FFF;
}

#searchBlock .btn-internal::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(img/mushimegane.png);
    background-size: contain;
    position: absolute;
    left: 13px;
    top: calc(50% - 25px);
    z-index: 100;
}

#resultBox .addInner > p.btn-internal {
    margin: 40px auto 0;
}

#resultBox .addInner > p.btn-internal a {
    background: url(img/arrow_white_up.png) right 15px center no-repeat #FFF;
    background-color: #04275e;
    background-size: 12px auto;
}

#contents #searchBlock .btn-internal:hover a, #contents #resultBox .btn-internal:hover a {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#contents #searchBlock .btn-clear {
    max-width: 1100px;
    text-align: center;
    margin: 30px auto;
    padding: 10px;
    width: 200px;
    position: relative;
    cursor: pointer;
    color: #2c2d48;
    border: 2px solid #2c2d48;
    background: #f8f5f0;
    border-radius: 100px;
    font-size: 18px;
}

.resultOn_count {
    color: #333;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding: 20px 0 30px;
    position: relative;
}

.resultOn_count::after {
    content: "";
    width: 120px;
    height: 64px;
    background: url(img/shita_sankaku.png) no-repeat;
    display: block;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}

.resultOn_count .length, .resultOn_count .subject {
    color: #f04f00;
    font-weight: 700;
}

.resultOn_count .length {
    font-size: 51px;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

#resultBox .box {
    box-shadow: 10px 10px 0 0 #444567;
    padding: 60px;
    margin-bottom: 100px;
    background: url(img/midashi_tate_2.png) no-repeat #FFF;
    background-position: left 40px top 65px;
}

#resultBox .box .resultOn__catch {
    color: #f04f00;
    font-size: 36px;
    text-align: center;
    position: relative;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px;
}

#resultBox .box h3.resultOn__title {
    color: #2c2d48;
    font-size: 28px;
    text-align: center;
    padding: 0 0 50px;
    position: relative;
    font-weight: 700;
    margin-bottom: 85px;
}

#resultBox .box .box-head h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#resultBox .wrap-d .box-wrap .box .box-body p {
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 0;
}

#resultBox .box .wrap-d h3 {
    font-size: 22px;
}

#contents .addParts03 .iconRight ul li.ico_gray {
    background: #fff;
    border: 1px solid #d8d8d8;
    color: #b1b1b1;
}

#contents .addParts03 .iconRight .mb0 {
    font-weight: 700;
}

#contents .wrap-e .left-area .orange {
    font-weight: 700;
    font-size: 44px;
}

#resultBox .wrap-a {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-top: 20px;
}

#resultBox .wrap-a .kokopoint, #resultBox .wrap-a .right-cap {
    vertical-align: top;
}

#resultBox .wrap-a .right-cap {
    padding-right: 40px;
    width: 50%;
}

#resultBox .wrap-a .right-cap img {
    border: 1px solid #eaeaea;
}

#resultBox .wrap-a .right-cap cite {
    display: block;
    font-style: normal;
    font-size: 10px;
    line-height: 1.6;
    color: #CCC;
    text-align: center;
    margin-top: 3px;
}

#resultBox .wrap-a .right-cap cite a {
    color: #CCC;
}

#contents .kokopoint {
    padding: 40px 35px;
    border: 3px solid #333;
    font-size: 22px;
    position: relative;
    width: 55%;
}

#contents .kokopoint::before {
    content: "";
    width: 288px;
    height: 53px;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 18px;
    background: url("img/ico_point_hukidashi.png");
}

#contents .addParts03 .kokopoint ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
    font-weight: 700;
    line-height: 1.5;
}

#contents .addParts03 .kokopoint ul li::before {
    content: "";
    width: 29px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    background: url("img/ico_check.png") no-repeat;
    background-size: 29px auto;
}

.wrap-b {
    display: table;
    font-size: 20px;
    width: 100%;
}

#resultBox .wrap-b .titleLeft p {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
}

.wrap-b .titleLeft {
    width: 22%;
}

.wrap-b .titleLeft, .iconRight {
    display: table-cell;
}

#contents .addParts03 .iconRight ul {
    margin-bottom: 0;
}

#contents .addParts03 .iconRight ul li {
    background: #f04f00;
    display: inline-block;
    border-radius: 15px;
    margin-right: 20px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 1px 20px 2px;
    letter-spacing: .03em;
}

#contents .addParts03 .iconRight ul li.off {
    background: #e7e7e7;
    color: #919191;
}

.check-block {
    display: inline-block;
    color: #FFF;
    background: #f57020;
    padding: 0 20px;
    margin-right: 20px;
    font-weight: 700;
}

#contents .wrap-c .box-wrap .box {
    width: 470px;
    box-shadow: none;
    background-color: #FFF;
    background-image: url("img/waku_top.png"), url("img/waku_bottom.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
}

#contents .wrap-c .box-wrap .box.single {
    width: 100%;
    background-image: url(img/waku_top_single.png), url(img/waku_bottom_single.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
}

#contents .wrap-c .box-wrap .type-b .box-head-area {
    border: none;
    margin: 0;
}

#contents .wrap-c .box-wrap .type-b .box-head {
    color: #f6833e;
    font-size: 22px;
    font-weight: 700;
}

#contents .wrap-d .custom01 .box-wrap .type-b {
    background: #faefe8;
}

#contents .wrap-d .box-wrap .box {
    width: calc(33.333333% - 15px * 2 / 3);
    box-shadow: none;
    padding: 20px 20px 30px;
    margin-right: 15px;
}

#contents .wrap-d .box-wrap .box:nth-child(3n) {
    margin-right: 0;
}

#contents .wrap-e {
    display: table;
    font-size: 20px;
    width: 100%;
}

#contents .wrap-e .wrap-e__box {
    background: #f8f5f0;
    padding: 30px 20px;
    margin: 0;
}

#contents .wrap-e .wrap-e__box__text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0;
}

#contents .wrap-e .left-area, #contents .wrap-e .right-area {
    display: table-cell;
    background: #f5f5f5;
    vertical-align: middle;
    padding: 20px;
}

#contents .wrap-e .left-area {
    border-right: 2px solid #FFF;
    width: 20%;
    text-align: center;
    font-weight: 700;
}

#contents .wrap-e .left-area .orange {
    font-size: 44px;
}

#contents .wrap-e .right-area {
    font-size: 14px;
}

.wrap-b .titleB {
    border-left: 8px solid #04275e;
    padding-left: 16px;
}

#index #resultBox .addParts03 h4.wrap-c__title {
    color: #2c2d48;
    font-weight: 700;
    font-size: 25px;
    border-bottom: 3px dotted #2c2d48;
    padding-bottom: 1.5rem;
    display: block;
    padding-top: 2rem;
    margin: 6rem auto 4rem;
    text-align: center;
}

#contents .wrap-c .box-wrap {
    margin: 20px auto;
}

#contents .custom01.wrap-d .box-wrap {
    display: flex;
    margin: 20px auto;
}

.wrap-e.custom01 > div {
    margin: 20px auto;
    width: 100%;
    display: table;
}

#contents .wrap-f table {
    margin: 20px auto 50px;
}

@media screen and (max-width: 768px) {
    #visArea .mainArea h1.rightTxt {
        font-size: 1.4rem;
        width: 100%;
        margin: 0 auto;
        font-size: 1.2rem;
        padding: 0.5rem 2rem;
        line-height: 1.6em;
    }

    #contents .custom01 .box-wrap .type-b .box-head {
        margin-bottom: 0;
    }

    #resultBox .wrap-d .box-wrap .box .box-body p {
        padding: 0 20px 20px;
    }

    .addParts04 .addInner {
        width: auto;
    }

    .resultOn_count {
        width: auto;
    }

    #resultBox .box {
        padding: 2rem;
        margin: 1rem 0 5rem;
        background-image: none;
    }

    #contents .wrap-c .box-wrap .box {
        width: 100%;
    }

    #contents .wrap-c .box-wrap .box.single {
        background-image: url("img/waku_top.png"), url("img/waku_bottom.png");
        background-repeat: no-repeat, no-repeat;
        background-position: top, bottom;
    }

    #contents .wrap-c .box-wrap .type-b .box-head {
        font-size: 1.8rem;
    }

    #visArea .mainArea .btnTop01 {
        width: 80%;
        margin: 0 auto 6rem;
    }

    #resultBox .wrap-a .kokopoint, #resultBox .wrap-a .right-cap {
        display: block;
    }

    #resultBox .wrap-a .kokopoint {
        padding: 2rem 2rem 0;
    }

    #contents .wrap-d .box-wrap .box {
        width: 100%;
    }

    #visArea .mainArea .btnTop01 a {
        width: auto;
    }

    #visArea .mainArea .btnTop01 a {
        font-size: inherit;
    }

    #visArea .mainArea .btnTop01 img {
        width: 90px;
        height: auto;
        left: -4rem;
        top: calc(50% - 18px);
    }

    #contents #g-nav-01 li {
        text-indent: inherit;
        padding: 1rem 0 1rem 2.5rem;
        min-height: inherit;
        font-size: 1.4rem;
    }

    #contents #g-nav-01 li::before {
        background-size: 16px;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #visArea .mainArea .catchArea .catch {
        text-align: center;
        margin: 2rem auto;
        color: #f57020;
        font-weight: 700;
    }

    #visArea {
        margin: 0 auto 0;
    }

    #g-nav-01 {
        width: 90%;
        margin: 10px auto;
        display: block;
        font-weight: 400;
    }

    #g-nav-01 li {
        width: 100%;
        padding: 20px 20px;
        margin-right: 0;
        text-indent: 20px;
        float: none;
    }

    #g-nav-01 p {
        width: 100%;
        text-align: left;
        padding-right: 0;
        padding-top: 0;
        background: none;
        font-size: 1.8rem;
    }

    #index .addParts04 h2 {
        box-shadow: none;
        font-size: inherit;
        font-size: 2rem;
    }

    #index .addParts04 h2 span {
        font-size: 1.5rem;
    }

    .addParts04 .box_white {
        background: #FFF;
        padding: 10px;
        margin: 0 10px;
    }

    #searchBlock .selectBox_wrap {
        display: block;
        width: 100%;
        margin: 0 0 1rem 0;
    }

    #searchBlock .selectBox_ttl {
        display: table;
        margin: 0 0 1rem 0;
        justify-content: center;
        width: 100%;
    }

    #searchBlock .selectBox_item.gyoumu_check {
        border-bottom: none;
    }

    #searchBlock .btn-internal a {
        font-size: 1.8rem;
        padding: 2rem 6rem;
    }

    #searchBlock .btn-internal::before {
        background-size: 40px;
        background-repeat: no-repeat;
        top: calc(50% - 20px);
    }

    .resultOn_count {
        width: 90%;
        font-size: 20px;
        line-height: 1.5;
    }

    .resultOn_count .length {
        font-size: 4rem;
    }

    #contents .kokopoint {
        font-size: 18px;
        width: 100%;
        margin: 1rem 0 2rem;
    }

    #resultBox .box {
        padding: 2rem;
        margin-bottom: 3rem;
    }

    #contents .kokopoint::before {
        width: 185px;
        height: 35px;
        top: -15px;
        left: 8px;
        background: url(img/ico_point_hukidashi.png) no-repeat;
        background-size: 185px auto;
    }

    #resultBox .wrap-a .right-cap {
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .wrap-b {
        display: block;
        font-size: 100%;
        width: 100%;
    }

    #contents .addParts03 .iconRight ul li {
        margin-right: 1rem;
        font-size: 90%;
        padding: 4px 20px;
        margin-bottom: 1rem;
    }

    #contents .addParts03 .iconRight ul {
        margin-bottom: 0;
    }

    #contents .addParts03 .kokopoint ul li {
        font-size: 1.6rem;
    }

    #contents .addParts03 .iconRight .mb0 {
        font-size: 1.8rem;
    }

    #contents .wrap-c .box-wrap .box {
        background-size: contain;
    }

    .check-block {
        display: block;
        width: 30%;
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .titleLeft, .iconRight {
        display: block;
    }

    .titleLeft {
        width: 100%;
    }

    #contents .custom01.wrap-d .box-wrap {
        width: 100%;
        max-width: 100%;
    }

    #contents .custom01 h3::before {
        background-size: contain;
        background-repeat: no-repeat;
        width: 70px;
        height: 50px;
    }

    #contents .custom01 h3 > span {
        padding: 1rem;
        padding-left: 0;
        font-size: 2rem;
    }

    #resultBox .box h3 {
        font-size: 2.2rem;
        padding: 2rem 1rem;
    }

    #resultBox .wrap-a {
        display: block;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    #index #resultBox .addParts03 h4 {
        font-size: 20px;
        padding-bottom: 20px;
        margin-top: 2rem;
    }

    #index .custom01 h2, #index .custom02 h2 {
        font-size: 2.4rem;
    }

    #contents .wrap-c .box-wrap {
        width: 100%;
        max-width: 100%;
    }

    #contents .wrap-c .box-wrap p {
        padding: 0;
    }
}

.labels_txt:after {
    display: none;
    content: '';
    width: 51px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(img/ico_checkmark.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 100;
}

.labels_input:checked + .labels_txt:after {
    display: block;
}

.btn-internal a.btn_box_refine, .btn-internal a.btn_box_refine2 {
    font-size: 25px;
    background: #f04f00;
}

.onlySP {
    display: none;
}

#contents #top4 .box-wrap .type-b .box-head h3 {
    padding: 0;
}

#contents #top4 .box-wrap .type-b::after {
    content: "CASE01";
    position: absolute;
    left: calc(50% - 4rem);
    top: -3rem;
    font-size: 3rem;
    color: #f57020;
    font-weight: 700;
}

#contents #top4 .box-wrap .type-b:nth-of-type(2)::after {
    content: "CASE02";
}

#contents #top4 .box-wrap .type-b:nth-of-type(3)::after {
    content: "CASE03";
}

#contents #top4 .box-wrap .type-b:nth-of-type(4)::after {
    content: "CASE04";
}

@media screen and (max-width: 768px) {
    .onlySP {
        display: block;
    }

    #resultBox .box h3.resultOn__title::after {
        top: 40px;
    }

    .waku {
        margin-top: 10px;
        display: inline-block;
    }

    #index .custom02 .frame-wrap h3 {
        max-width: 100%;
        font-size: 2rem;
        font-weight: 700;
    }

    #visArea .mainArea .siteNameArea {
        display: table;
        background: url(https://www.tenbin-web.net/wp/wp-content/uploads/mv_pic_sp.jpg) center top no-repeat;
        background-size: cover;
        height: 85px;
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }

    #contents #g-nav-01 li {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }

    #contents .custom01 .box-wrap .type-b {
        margin-right: 0;
        padding: 10px;
    }

    .frame-image {
        padding: 0 2rem;
        text-align: center;
        display: block;
        margin: 0 auto 20px;
        width: auto;
    }

    #contents .custom02 .frame-wrap .type-b .frame-head {
        min-height: auto;
        margin-bottom: 0;
        height: auto;
        display: block;
    }

    .addParts04 {
        padding-bottom: 10px;
    }

    .addParts03 .addInner {
        width: 92%;
        margin: 0 auto;
    }

    #visArea .mainArea .btnTop01 a {
        left: 0;
        z-index: 10;
        margin: 0;
    }

    #index .addParts04 h2 {
        background-size: contain;
    }

    #searchBlock .selectBox_item.gyoumu_check .checkInner {
        width: auto;
        border-bottom: none;
    }

    .resultOn_count::after {
        width: 46px;
        height: 27px;
        background-size: contain;
        top: 132px;
    }

    .addParts03.bg_koushi {
        padding-top: 3.5rem;
        padding-bottom: 0;
    }

    #resultBox .addInner > p.resultComment {
        margin: 0 2.5rem 5rem;
        font-size: 1.6rem;
    }

    #index .custom01 h2, #index .custom01 .addInner > p, #index .custom02 h2, #index .custom02 .addInner > p {
        padding: 2rem;
    }

    #index .custom01 .addInner > p, #index .custom02 .addInner > p {
        margin: 0;
    }

    .box-body p {
        padding: 2rem;
    }

    #contents .wrap-e .left-area, #contents .wrap-e .right-area {
        display: block;
        width: 100%;
        margin-bottom: .5rem;
        border-right: none;
        padding: 0.2rem 2rem;
    }

    #contents .wrap-e .left-area .orange {
        font-size: 3.5rem;
    }

    #searchBlock .selectBox_ttl {
        padding-top: 3rem;
        display: block;
    }

    #contents #g-nav-01 li:last-of-type {
        border-bottom: none;
    }

    #index .custom01 h2.bg_garage {
        background: #fff url(img/arrow_orange_right.png) no-repeat right 10px center;
        background-size: 11px auto;
        margin-right: 2rem;
        padding: 3.5rem 1.5rem 3.5rem 1rem;
    }

    #index .custom01 h2.bg_garage::before {
        content: "";
        position: absolute;
        background: url(img/PR.png) no-repeat;
        background-size: 40px auto;
        width: 40px;
        height: 31px;
        top: -15px;
        left: 10px;
    }

    .btn-internal a.btn_box_refine, .btn-internal a.btn_box_refine2 {
        font-size: 2.3rem;
    }

    #contents #top4 .box-wrap .type-b .box-head h3 {
        font-size: 2rem;
    }

    #contents #top4 .box-wrap .type-b .box-body p {
        padding: 0.5rem 0 2rem;
    }

    #contents #top4 .box-wrap .type-b::after {
        font-size: 2.5rem;
        left: calc(50% - 6rem);
        top: -2.5rem;
    }

    #index .custom01 .bg_garage__white {
        width: 150px;
        top: 3.5rem;
        height: 130px;
    }

    #index .addParts03.bg_koushi.light .float-wrap .catch {
        font-size: 1.8rem;
    }

    #index .addParts03.bg_koushi.light .float-wrap .text {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }

    #index .addParts03.bg_koushi.light .float-wrap .fl {
        width: 100%;
        margin: 0 0 10px;
    }

    #index .addParts03.bg_koushi.light .btn-internal {
        width: 85%;
        margin: 30px auto 0;
    }

    .addParts03.custom02 {
        padding: 30px 0 35px;
    }

    #index .addParts03.custom02 .grow__box {
        margin: 30px auto;
    }

    #index .addParts03.custom02 .grow__box__title {
        width: 92%;
        font-size: 1.8rem;
        margin: 0 auto;
    }

    #index .addParts03.custom02 .grow__box__title a {
        background: url(img/arrow_orange_right.png) no-repeat right 0 center;
        background-size: 8px auto;
        padding-right: 20px;
    }

    #index .addParts03.custom02 .grow__box .float-wrap .fl {
        width: 100%;
    }

    #index .addParts03.custom02 .grow__box .btn-internal {
        width: 85%;
        margin: 30px auto;
    }

    .addParts03.custom02.white {
        padding: 30px 0 35px;
    }

    #index .custom01 h2, #index .custom02 h2.sttl {
        font-size: 2.5rem;
        margin: 0 auto;
        padding: 1rem 0;
    }

    #index .custom01 h2, #index .custom02 h2.sttl a {
        background-size: 11px auto;
        padding: 0 2rem;
        margin: 0;
    }

    #index .custom02 h2.sttl a {
        background: url(img/arrow_orange_right.png) no-repeat right 0px center;
        background-size: 10px;
    }

    .toggleBtn span {
        width: 85%;
        font-size: 1.4rem;
        background-size: 15px auto;
    }

    #index .addParts03 .addParts03-custom02__box {
        display: block;
        width: 92%;
        margin: 0 auto;
    }

    #index .addParts03 .addParts03-custom02__box p {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    #index .addParts03 .addParts03-custom02__box__image {
        width: 100%;
        padding-right: 0;
    }

    #contents .frame-wrap .type-d .frame-head {
        min-height: inherit;
        padding: 20px;
    }

    #contents .frame-wrap .type-d .frame-head .type-d__title a {
        background-size: 8px auto;
    }

    #resultBox .btn-internal a {
        font-size: 1.4rem;
        font-weight: 700;
    }

    #index #resultBox .addParts03 h4.wrap-c__title {
        max-width: 100%;
        font-size: 1.8rem;
        margin: 4rem auto 3rem;
    }

    #resultBox .wrap-b .titleLeft .titleB {
        font-size: 1.6rem;
        margin: 2rem 0 1rem;
    }

    #resultBox p {
        font-size: 14px;
        margin: .5rem auto 2rem;
    }

    #index #resultBox .box .resultOn__box__title {
        max-width: 100%;
        font-size: 1.8rem;
        padding: 13px 13px;
        margin-top: 6rem;
    }

    #resultBox .box .resultOn__box__lists {
        flex-wrap: wrap;
        padding: 30px 10px 10px;
        justify-content: center;
    }

    #resultBox .box .resultOn__box__list {
        width: 23%;
        margin-right: 0.6rem;
    }

    #resultBox .box .resultOn__box__list:nth-child(4n) {
        margin-right: 0;
    }

    #resultBox .box .resultOn__box__list__text {
        font-size: 1.2rem;
        margin: 5px auto 15px;
    }

    #contents .addParts03 .kokopoint ul li {
        padding-left: 29px;
    }

    #contents .addParts03 .kokopoint ul li::before {
        width: 20px;
        height: 20px;
        top: 4px;
        background-size: 20px auto;
    }

    #resultBox .box .resultOn__catch {
        font-size: 20px;
        margin: 0 0 20px;
        line-height: 1.4em;
    }

    #resultBox .box h3.resultOn__title {
        font-size: 1.8rem;
        padding: 0 0 20px;
        margin: 0 auto;
    }

    #index .addParts04 p.caution {
        width: 92%;
        font-size: 1.2rem;
        margin: 20px auto 0;
    }

    .addParts04 .box_white__inner {
        display: block;
    }

    .labels_txt:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: -10px;
        left: 50%;
        border: 2px solid #2c2d48;
        border-radius: 0;
        background-color: #FFF;
    }
    .labels_input:checked + .labels_txt:after {background-size: 80% auto;display: flex;justify-content: center;align-items: center;}

    #searchBlock .checkInner__title {
        min-height: 80px;
        font-size: 1.8rem;
        margin-top: 33px;
    }

    #index .addParts04 h2.addParts04__title {
        font-size: 2.5rem;
        line-height: 1.5;
        padding: 40px 5px 10px;
        margin: 0 auto;
    }

    #index .addParts04 h2.addParts04__title::before, #index .addParts04 h2.addParts04__title::after {
        display: none;
    }

    #index .addParts04 .addParts04__text {
        width: 92%;
        font-size: 1.4rem;
        margin: 0 auto 30px;
    }

    #index .addParts03 .addParts03__sum {
        padding: 20px 20px 30px;
        margin: 0 auto;
    }

    #index .addParts03 .addParts03__sum__catch {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    #index .addParts03 .addParts03__sum__catch span.orange {
        font-size: 2.2rem;
        line-height: 1em;
    }

    #index .addParts03 .addParts03__sum__text {
        font-size: 1.6rem;
    }

    #index .addParts03 .addParts03__box__flex {
        display: block;
    }

    #index .addParts03 .addParts03__box__flex__img {
        width: 100%;
        margin-bottom: 20px;
    }

    #index .addParts03 .addParts03__box__flex__content {
        width: 100%;
        padding: 15px 15px 20px;
    }

    #index .addParts03 .addParts03__box {
        margin: 0 auto 30px;
    }

    #index .addParts03 .addParts03__box__flex__content__catch {
        font-size: 1.8rem;
        margin: 0 0 10px;
    }

    #index .addParts03 .addParts03__box__flex__content ul li {
        font-size: 1.6rem;
        padding-left: 20px;
    }

    #index .addParts03 .addParts03__box__flex__content ul li::before {
        top: 10px;
    }

    #index .addParts03 .addParts03__box__text {
        font-size: 1.4rem;
    }

    #index .addParts03 .addParts03__box__title {
        font-size: 2rem;
        padding: 2rem 2rem 2rem 7rem;
        margin: 3rem auto 2rem;
    }

    #index .addParts03 .addParts03__box__title::before {
        width: 50px;
        height: 50px;
        background: url(img/rank_point.png) 0 0 no-repeat;
        background-size: 50px auto;
        top: 10px;
        left: 10px;
    }

    #index .addParts03 .addParts03__check {
        font-size: 2rem;
        margin: 30px auto 20px;
    }

    #g-nav-01 .g-nav-01__inner {
        width: 100%;
        padding: 20px 0 20px;
        display: block;
    }

    #g-nav-01 p.midashi_tate {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 1.6rem;
    }

    .midashi_tate::before {
        width: 70px;
        height: 70px;
        top: -20px;
        right: 50%;
        transform: translateX(50%);
    }

    #g-nav-01 ul {
        width: 100%;
        padding: 0 2rem;
        margin-bottom: 0;
    }

    #resultBox .box .resultOn__box {
        margin: 30px 0 40px;
    }

    .accordion-btn--result {
        width: 85%;
        font-size: 1.4rem;
        background-size: 15px auto;
        margin: 50px auto;
    }

    .accordion-btn--result.off {
        background-image: url(img/ico_minus.png);
    }
}

#visArea .mainArea .siteNameAreaInner {
    display: block;
    vertical-align: middle;
}

#resultBox .resultOff {
    display: none;
}

#resultBox .addInner > p {
    margin: 10px 10px;
}

span.mention {
    display: block;
    padding: 5px 10px;
    color: #f57020;
    border-radius: 100px;
    background: #FFF;
    margin: 20px 40px 0;
    font-size: 80%;
}

.f-bold {
    font-weight: bold !important;
}

.f-strong {
    font-weight: bold !important;
    border-bottom: 3px solid #b4d1ff;
}

#resultBox .wrap-a .right-cap {
    word-break: break-all;
}

#index h2 a::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 26px;
    background: url(img/arrow_black.png) no-repeat;
    margin-left: 20px;
}

.toggleTarget dt {
    font-weight: 700;
}

/* for IE */
input[type='checkbox'], input[type='radio'] {
    display: none;
}

#contents .custom01 .hedding {
    background: url(img/point_01.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #f04f00;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 2rem 8rem;
}

#contents .wrap-d .box-wrap .box:nth-child(2) .hedding {
    background-image: url(img/point_02.png);
}

#contents .wrap-d .box-wrap .box:nth-child(3) .hedding {
    background-image: url(img/point_03.png);
}

.toggleBtn.off span {
    background-image: url("img/ico_minus.png");
}

.mention {
    text-align: center;
}

#index #resultBox .addParts03 .wrap-c {
    margin-top: 5rem;
}

#contents #top6.custom01 h3 {
    background: none;
    padding: 0;
}

#top6 .float-wrap .fr {
    width: 600px;
}

@media screen and (max-width: 768px) {
    #top6 .float-wrap .fr {
        width: 100%;
    }

    #contents .custom01 .hedding {
        font-size: 1.8rem;
        padding: 1rem 0 2rem 6rem;
        background-size: 50px auto;
        line-height: 1.5;
    }
}

.mention {
    display: none;
}

.box_white > .mention {
    font-size: 2rem;
    font-weight: 700;
}
