@charset "UTF-8";
.tk-nd-ResultBarometer{
  position:relative;
  margin-bottom: 4em;
}

#pie {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  height: 200px;
  font-size: 26px;
  font-weight: 700;
  background-image: radial-gradient(#f2f2f2 30%, transparent 31%), conic-gradient(#d5525f 0% 60%, #d9d9d9 60% 100%);
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: calc( 50% - 100px - 290px );
}

/*.tk-st-Content img{
    max-width: 90%;
}*/

.tk-nd-ResultCommnetary:before {
  content: "";
  width: 100%;
  height: 109px;
  display: block;
  background-image: url('/assets/img/common/navi/binder_top_bg.jpg');
  border: solid 30px #f0f0f0;
  border-width: 0 30px;
  box-sizing: border-box;
  border-radius: 30px 30px 0 0;
}

.tk-nd-ResultCommnetary:after {
  content: "";
  width: 100%;
  height: 33px;
  display: block;
  background-color: #f0f0f0;
  border-radius: 0 0 30px 30px;
  position: absolute;
  bottom: -30px;
}

.tk-nd-ResultCommnetary{
  width: 100%;
  margin: 60px auto;
  display: block;
  position: relative;
  max-width: 843px;
}

.tk-nd-ResultCommnetary > div{
  padding-bottom: 50px;
  border: solid 30px #f0f0f0;
  border-width: 0 30px;
  background-image: url('/assets/img/common/navi/binder_body.jpg');
  margin-top: -5px;
  padding-left: 20px;
}

.tk-nd-ResultCommnetary > div:before {
  content: url(/assets/img/common/navi/binder_top.png);
  position: absolute;
  top: -13px;
  left: calc( 50% - 360px);
}

.tk-nd-CheckArticleCaution{
  font-size: 1em;
  text-align: center;
  margin-top: 30px;
}

.tk-nd-ResultCommnetary h4 {
  margin: 5px auto 0 auto;
  padding: 0 152px 10px 10px;
  font-size: 2.1em;
  border-bottom: solid 3px #333;
  width: 91%;
  display: block;
  max-width: 700px;
  box-sizing: border-box;
  line-height: 1.2em;
}

.tk-nd-ResultCommnetary h4 span.tk-nd-ResultCommnetary_1{
  font-size: 0.8em;
  display: inline-block;
}

.tk-nd-ResultCommnetary h4 span.tk-nd-ResultCommnetary_2{
  color: #d5525f;
  display: inline-block;
}

.tk-nd-ResultCommnetary_photo {
  position: absolute;
  right: 80px;
  top: 100px;
  border: solid 1px #ccc;
  width: 100px;
  height: 100px;
}

.tk-nd-ResultCommnetary_photo img {
  border: solid 5px #fff;
  width: 100%;
  box-sizing: border-box;
}

.tk-nd-ResultCommnetary_job {
  width: 558px;
  display: block;
  margin: 0 0 0 37px;
  padding: 10px 10px;
}

.tk-nd-ResultCommnetary_free {
  width: 88%;
  margin: 20px auto 0 auto;
}

.tk-nd-ResultCommnetary_free p {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row;
  gap: 20px 20px;
}

.tk-nd-ResultRelated{
  font-size: 1.15em;
  margin-bottom: 35px;
}

.tk-nd-ResultPoint {
    background-color: #ffedeb;
    background-image: url(/assets/img/common/navi/caution_icon.png);
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: center;
    border: solid 1px #fbddda;
    min-height: 90px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 76px;
    margin-bottom: 35px;
    font-size: 1.15em;
}

.tk-nd-ResultRecommend h4 {
  background-color: #888;
  display: inline-block;
  padding: 5px 15px;
  font-size: 1.2em;
  border-radius: 10px 10px 0 0;
  color: white;
  letter-spacing: 1.5px;
}

.tk-nd-ResultRecommend > div {
  border: solid 3px #888;
  border-radius: 0 10px 10px 10px;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
}

.tk-nd-ResultRecommend > div > div{
  display: flex;
  padding-bottom: 20px;
}

.tk-nd-ResultRecommend > div > div > img {
  border-radius: 10px;
  margin-right: 20px;
  width: 206px;
}

.tk-nd-ResultRecommend > div > div > div {
  width: 636px;
}

.tk-nd-ResultRecommend > div > div > div > p {
    margin-bottom: 5px;
    font-size: 1.15em;
}

.tk-nd-ResultRecommend > div > div > div > a {
    background-color: #f00;
    background-image: url(/assets/img/common/arrow/right_01.svg);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
    border: none;
    border-radius: 5px;
    color: #fff;
    -webkit-appearance: none;
    padding: 8px 19px 8px 25px;
    text-decoration: none;
    font-size: 0.95em;
    box-sizing: border-box;
    display: inline-block;
}

.tk-nd-ResultAdviceUnit_Body{
  display: flex;
  flex-flow: wrap;
  justify-content: start;
  gap: 20px 5px;
  font-size: 1.15em;
}

.tk-nd-ResultAdviceUnit_Body > p > a {
    color: red;
}

.tk-nd-ResultAdviceUnit_Body.layout_side{
    flex-flow: row;
}

p.tk-nd-ResultAdviceLink_Button {
    display: flex;
    flex-flow: row;
    width: 100%;
    gap: 30px 30px;
    justify-content: center;
}

.tk-nd-ResultAdviceLink_Button>input[type=button] {
    max-width: 220px;
    font-size: 1.15em;
}

.tk-nd-ResultAdviceLink_Button>input[type=button]:nth-of-type(1) {
    background-color: #ff6600;
}

p.tk-nd-ResultAdviceLink_Button.sns iframe {
    transform: scale(1.3);
}

a.share-button {
    width: 100%;
    max-width: 170px;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: black;
    margin-bottom: 1em;
    padding: 7px 10px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    font-size: 1em;
}

a.share-button svg {
    height: 20px;
}

a.share-button span {
    margin-left: 9px;
    text-decoration: none;
    margin-top: 2px;
}

.tk-nd-CheckArticleLead {
    font-size: 1.15em;
}

.naviSelfcheckResultDetail p:nth-of-type(3) {
    font-size: 1.15em;
    text-align: left;
}

.tk-u-TextCenter-md{
    font-size: 1.15em;
}

@media print, screen and (max-width: 1024px){
.tk-nd-ResultCommnetary_free p {
    flex-flow: column;
}
.tk-nd-ResultCommnetary_free p img {
    margin: 0 auto;
}
.tk-nd-ResultCommnetary_job{
    width: auto;
    margin: 0px 0 0 25px; 
}


.tk-nd-ResultCommnetary > div:before {
    content: "";
    background-image: url(/assets/img/common/navi/binder_top.png);
    position: absolute;
    width: 60vw;
    min-width: 440px;
    background-size: contain;
    top: 1vw;
    left: calc(50% - 30vw);
    background-repeat: no-repeat;
    height: 11vw;
    max-height: 95px;
}

}

@media print, screen and (max-width: 767px){

a.share-button {
    padding: 3px 10px 5px;
}

div#pie {
    width: 100px;
    height: 100px;
    top: -12vw;
    right: 1vw;
    font-size: 1.1em;
}

.tk-nd-ResultAdvice_Head{
    margin-top: 30px
}

.tk-nd-ResultBarometer{
    border-bottom: 0;
    margin-bottom: 0;
}

.tk-st-Content img{
    max-width: 100%;
}

.illust_area {
    margin-top: 10vw;
}

.tk-nd-CheckArticleCaution {
    font-size: 0.9em;
    padding: 0 15px;
    text-align: left;
}

.tk-nd-ResultAdviceUnit {
    padding: 15px 0;
}

.tk-nd-ResultAdviceUnit_Head {
    padding: 0 15px;
}

.tk-nd-ResultAdviceUnit_Body,
.tk-nd-ResultAdviceUnit_Body.layout_side {
    flex-flow: wrap;
    padding: 15px;
    font-size: 1em;
}

.tk-nd-ResultRelated {
    padding: 0 15px;
    font-size: 1em;
    word-break: break-all;
}

.tk-nd-ResultRecommend > div {
  border-width: 1px;
  padding: 30px 30px 0 30px;
  flex-flow: wrap;
}

.tk-nd-ResultRecommend {
    width: calc( 100% - 30px );
    margin: 0 auto 35px;
}

.tk-nd-ResultRecommend > div > div {
    padding-bottom: 30px;
    flex-flow: wrap;
}

.tk-nd-ResultRecommend > div > div > img {
  margin: 0 0 1em;
  width: 100%;
}

.tk-nd-ResultRecommend > div > div > div > p {
    font-size: 1em;
    margin-bottom: 15px;
}

.tk-nd-ResultRecommend > div > div > div {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.tk-nd-ResultRecommend h4 {
    font-size: 1.05em;
    max-width: 75vw;
}

.tk-nd-ResultPoint {
    padding: 18px 16px 16px 58px;
    background-position-x: 16px;
    background-position-y: 20px;
    background-size: 29px;
    width: calc(100% - 30px);
    margin: 0 auto 35px auto;
    box-sizing: border-box;
    font-size: 0.95em;
}

.tk-nd-ResultCommnetary {
    width: calc( 100% - 30px );
    margin: 0 auto 50px auto;
}

.tk-nd-ResultCommnetary:before {
    width: 100%;
    border-width: 0 15px;
    border-radius: 15px 15px 0 0;
    background-image: url(/assets/img/common/navi/binder_top_bg_sp.jpg);
    height: 47px;
}

.tk-nd-ResultCommnetary_free {
    font-size: 0.9em;
}

.tk-nd-ResultAdvice_Body {
    margin-bottom: 60px;
}

.tk-nd-ResultCommnetary > div {
    border-width: 0 15px;
    background-image: url(/assets/img/common/navi/binder_body_sp.jpg);
    padding-bottom: 5px;
}

.tk-nd-ResultCommnetary > div:before {
    content: url(/assets/img/common/navi/binder_top_sp.png);
    position: absolute;
    top: -13px;
    left: calc( 50% - 164px);
    width: auto;
    background-image: none;
}

.tk-nd-ResultCommnetary:after {
    width: 100%;
    border-radius: 0 0 15px 15px;
    height: 15px;
    bottom: -15px;
}

.tk-nd-ResultCommnetary h4 {
    font-size: 1.5em;
    line-height: 1.25em;
    padding: 0 0 7px 5px;
    width: calc( 100% - 22px);
    margin: 5px 0 0 5px;
}

.tk-nd-ResultCommnetary h4 span.tk-nd-ResultCommnetary_2 {
    display: inline-block;
}

.tk-nd-ResultCommnetary_photo {
    width: 70px;
    height: 70px;
    top: 93px;
    right: 9vw;
}

.tk-nd-ResultCommnetary_photo img {
    border-width: 4px;
}

.tk-nd-ResultCommnetary_job {
    width: calc( 100% - 70px - 10vw);
    margin: 0;
    font-size: 0.8em;
    min-height: 61px;
}

.tk-nd-ResultCommnetary_free {
    margin-top: 5px;
    width: calc( 100% - 22px);
    margin: 5px 0 0 5px;
}

.tk-nd-ResultCommnetary_free p {
  flex-flow: wrap;
  gap: 20px 20px;
}

.tk-nd-ResultCommnetary_free p img {
  width: 100% !important;
  height: auto !important;
}

p.tk-nd-ResultAdviceLink_Button {
    gap: 15px;
}

.tk-nd-ResultAdviceLink_Button>input[type=button] {
    height: 3em;
    max-width: auto;
    font-size: 1em;
}

.tk-nd-CheckArticleLead {
    font-size: 1em;
}

.naviSelfcheckResultDetail p:nth-of-type(3) {
    font-size: 1em;
}

.tk-u-TextCenter-md{
    font-size: 1em;
}

}