

/* style parts --------------------------------------------------*/


img {
/*  max-width: 100%;*/
  width: 100%;
  height: auto;
  vertical-align: top;
}

/*
.color1 { color: #FF8082; }
*/
.color1 { color: #05AF7A; font-weight: bold; }

.nav_txt { margin-top: 40px; }
.nav_txt li { display: inline-block; font-size: 18px; }
.nav_txt li:first-child { margin-right: 20px; }
.nav_txt a::before { display: inline-block; content: url(../img/icon_arrow_nav.svg); margin-right: 10px; position: relative; top: 3px; }
.nav_txt a:hover { color: #05AF7A; }
.wrapper .nav_txt2:link { color:; text-decoration:underline !important; }
.nav_txt2::before { display: inline-block; content: url(../img/icon_arrow_nav.svg); margin-right: 10px; position: relative; top: 2px; }
.nav_txt2:hover { color: #05AF7A; }

.nav_link { margin-bottom: 40px; display: block; transition:0.3s; }
.nav_link:hover { opacity:0.6; }
.nav_link img { width: 714px; height: auto; margin: 0 auto; filter: drop-shadow(5px 5px 5px #dddddd); }
.nav_link2 { display: block; text-align: right; }
.wrapper .nav_link2 a:link { font-size: 10px !important; text-decoration: underline !important; }


[class*="lyt-col"] { width:100%; margin:0 auto; display:flex; flex-wrap:wrap; align-content:stretch; justify-content:space-between; }
[class*="list-type"],[class*="box-type"] { box-sizing: border-box; border-radius: 8px; font-size: 20px; }
/*
[class*="list-type"],[class*="box-type"] { overflow: hidden; }
*/

.list-type-1 > *,
.box-type-1 { border-radius: 8px; box-shadow: 0px 4px 25px -10px rgba(0,0,0,0.3); }

.list-type-1 { margin-top: 72px; }
.list-type-1 > * { width:31.86%; padding:22px 8px 14px;background: #fff; }
.list-type-1 h3 { width: 100%; text-align: center; height: 70px; }
.list-type-1 h3 span { font-size: 28px; display: block; color: #05AF7A; }
.list-type-1 li { position: relative; }
.list-type-1 li:first-child h3 { letter-spacing: normal; font-size: 17px; }
.list-type-1 li:first-child h3 span { font-size: 24px; display: block; color: #05AF7A; letter-spacing: normal; }
.list-type-1 li:first-child .list_caption { position: relative; text-align: right; width: 100%; font-size: 12px; font-weight: normal; top: 0; left: 0; margin-bottom: -20px; padding: 0 20px; }
.list-type-1 li a > span {  display: block; margin: 0 auto; background: #FDE433; max-width: 280px; padding: 5px 20px; text-align: center; font-weight: bold; }

.list-type-2 { max-width: 954px; font-size: 14px; margin: 80px auto 130px; }
.list-type-2 > * { width:31.86%; }
.list-type-2 p { margin-top: 18px; }

.list-type-faq { padding-top: 50px; margin-top: 0; }
.list-type-faq dt { font-size: 22px; cursor:pointer; }
.list-type-faq dd { line-height: 1.8; overflow: hidden; display:none; }
.list-type-faq dt, .list-type-faq dd { position: relative; background: #fff; padding: 40px 80px 40px 110px; }
.list-type-faq dt::after { content: url(../img/arrow.svg); position: absolute; top: calc(50% - 16px); right: 50px; transition:0.3s; }
.list-type-faq dt.open::after { top: 40px; right: 50px; transform: rotate(90deg); }
.list-type-faq dd::after { content: ""; position: absolute; top: 0; left: 110px; width: calc(100% - 190px); height: 1px; background: #CFCFCF; }
.list-type-faq dt::before, .list-type-faq dd::before { position: absolute; left: 35px; top: calc(50% - 20px); content: "Q"; font-size: 22px; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; background: #000000; border-radius: 50%; }
.list-type-faq dd::before { content: "A"; background: #03B07B; top: 38px; }
.list-type-faq dd + dt { margin-top: 30px; }
.list-type-faq dd span { display:block; font-size:90%; }

.box-type-1 { padding:8px 25px 8px 44px; margin-top: 24px; background: #fff; }
.box-type-1 > * { align-items:center; }
.box-type-1 p { width: calc(100% - 300px); font-weight: bold; }
.box-type-1 figure { width: 280px; }

.box-type-2 { max-width: 714px; padding:30px 25px; background: #fff; font-size: 16px; align-items:center; margin: 64px auto; }
.box-type-2 figure { width: 266px; }
.box-type-2 p { width: calc(100% - 290px); font-weight: bold; }
.box-type-2 span { display: block; font-size: 12px; letter-spacing: 0; margin-top: 10px; font-weight: normal; }

.box-type-3 { max-width: 714px; padding:30px 22px 30px 43px; background: #FF8182; align-items:center; margin: 64px auto; box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.2); }
.box-type-3 * { color: #fff; }
.box-type-3 figure { width: 260px; }
.box-type-3 p { width: calc(100% - 260px); font-size: 56px; padding-right: 7%; text-align: center; line-height: 1.1; letter-spacing: 2px; position: relative; }
.box-type-3 p::before { content: url(../img/icon_arrow.svg); position: absolute; right: 0; top: calc(50% - 27px); }
.box-type-3 span { display: block; font-size: 28px; letter-spacing: 0; margin-top: 10px; }
.box-type-3 .l_txt { font-size: 48px; }
.box-type-2:hover,.box-type-3:hover { opacity: 0.6; }

.txt-caption { margin-top: 47px; }
.txt-bold-no { font-weight: normal !important; }
.pc { display: block; }
.sp { display: none; }

.title--h3 { font-size: 28px; color: #05AF7A; margin: 90px 79px 56px; }
.stories__introduction__message * { display: block; margin: 0 auto; }
.stories__introduction .base-link { margin: 30px auto 20px; }

#sub_anc_1::before, #sub_anc_2::before { display: block; height: 10rem; margin-top: -10rem; content: ""; }

.qa__wrapper { max-width:1100px; margin:-80px auto 0; padding-top:100px; }
.qa__wrapper h2 { font-size:30px; }
.stories__image--center [class*="btn_"] { position:absolute; width:52.5%; right:6%; /*background: rgba(0, 0, 0, 0.1);*/ height:50px; }
.stories__image--center .btn_01 { top:50%; height: 56px; }
.stories__image--center .btn_02 { top:60%; height: 78px; }
.stories__image--center .btn_03 { top:78%; height: 64px; width:45%; right:13%; }


/* hack */
.stories__details__header { width: 280px; margin: 100px auto 38px; }
.stories__details__talk .talk__balloon { width: calc(100% - 328px); max-width: calc(100% - 328px); letter-spacing: 0; }
.stories__details__talk { margin-bottom: 64px; }
.stories__details__talk__wrapper { margin-bottom: 80px; }
.stories__details__talk__wrapper .stories__details__article__text { padding: 174px 35px 65px; margin: 0; font-size: 16px; letter-spacing: 0; }
.stories__vertical-line .accent-color--blue { background-color:#FF8082; }
.stories__details__article__text .title--h2 { background-color: #fff; border-radius: 8px; padding: 32px 44px; position: relative; }
.stories__details__article__text .title--h2.tl-recommend { padding: 40px 43px; }
.stories__details__article__text .title--h2 b { color:#05AF7A; font-weight: inherit; }
.stories__details__article__text .title--h2 b + em { font-weight: inherit; display: block; font-size: 17px; }
.stories__details__article__text .title--h2 span { display: inline-block; vertical-align: middle; }
.stories__details__article__text .title--h2 figure { display: inline-block; vertical-align: middle; width: 22%; height: auto; }
.stories__details__article__text .title--h2 span.accent-color--pink { border-color: #05AF7A; }
.stories__details__article__text .title--h2 span.accent-color--pink.tl-icon3 { font-size: 30px !important; }
.stories__details__article__text .title--h2 span.accent-color--pink.tl-icon4 { font-size: 22px !important; }
.stories__details__article__text .title--h2 span.accent-color--pink.tl-icon4 + figure { height: 65px; margin: 31px 0; }
.stories__details__article__text .title--h2 .list_caption { position: absolute; left: 356px; bottom: 14px; font-size: 13px; font-weight: normal; }
.stories__hero { background-color: #FCE248; height: 370px; }
.stories__hero img { top: 30px !important; }
.siteHeader__identity--logoSite { background-image: url(./../../stories/img/common/logo_site_black.svg); }
.headerNav--pc__item--newContract { background-image: url(./../../stories/img/common/icon_new-contract_black.svg); }
.headerNav--pc__item--addressChange { background-image: url(./../../stories/img/common/icon_address-change_black.svg); }
.headerNav--pc__item--BSContract { background-image: url(./../../stories/img/common/icon_bs-contract_black.svg); }
.stories__tagline--imageTagline { background-image: url(./../../stories/img/common/image_tagline_black.svg); margin-top:0 }
.stories__introduction__message p { margin-bottom:0; }
.stories__details__talk { margin-bottom:100px; }
.stories__details__talk.mt_space { margin-top:80px; }
.stories__details__talk__wrapper .stories__details__article__text { padding: 80px 35px 65px; }
.stories__vertical-line .accent-color--blue { background-color: #05AF7A; }
.stories__others .headline-title.accent-color--pink { color: #05AF7A; }
.stories__others .headline-afterline.accent-color--pink { border-color: #05AF7A; }
.stories__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 335px;
  height: 50px;
  margin: 16px auto 0;
  padding: 12px;
  border: 1px solid #e5e5ea;
  border: 1px solid var(--box-color);
  border-radius: 25px;
  background: var(--sub-bg-color);
  color: var(--text-color);
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.stories__tagline--imageTagline { background-image: url(/jushinryo/info/stories/img/common/image_tagline_black2.svg); }
/*
.stories__details .talk--left .talk__balloon::after { left: -18px; }
*/



@media screen and (max-width: 1039px){

.stories__hero { height: auto; }

.nav_txt { margin-top: 0; }
.nav_txt li { display: block; font-size: 11px; }
.nav_txt a::before { transform: scale(0.5); top: 5px; margin-right: 0; }

.nav_link { margin-bottom: 30px; }
.nav_link img { width: 100%; }
.nav_link2 { margin-top: -25px; }
.nav_link2 a { font-size: 9px !important; }

.title--h3 { font-size: 18px; margin: 50px 25px 30px; }
#sub_anc_1::before, #sub_anc_2::before { height: 6rem; margin-top: -6rem; }

.list-type-1 { margin-top: 27px; font-size: 14px; }
.list-type-1 > * { width:100%; padding: 15px 17px 44px; margin-bottom: 16px; }
.list-type-1 > *:first-child { padding-bottom: 50px; }
.list-type-1 a { align-items:center; }
.list-type-1 h3 { width:100%; text-align: left;  letter-spacing: 0; height: auto; }
.list-type-1 li:first-child h3 { width:100%; font-size: 14px; }
.list-type-1 h3 span { font-size: 21px; letter-spacing: -0.2px; }
.list-type-1 figure { position: absolute; bottom: 19px; right: 10px; width: 110px; }
.list-type-1 li:first-child figure { bottom: 7px; }
.list-type-1 li:first-child .list_caption { position: absolute; width: 73%; font-size: 10px; top: 7em; }
.list-type-1 li:first-child h3 span { font-size: 21px; display: block; margin-bottom: 3px; }
.list-type-1 li a > span { position: absolute; left: 0; bottom: 13px; display: block; margin: 0 auto; background: #FDE433; max-width: 208px; padding: 2px 18px; text-align: center; font-weight: bold; }
.list-type-1 li:last-child h3 span { font-size: 20px; letter-spacing: normal; }

.list-type-2 { width: calc(100% - 52px); font-size: 14px; margin: 55px 26px; }
.list-type-2 > * { width:100%; }
.list-type-2 li + li { margin-top: 30px; }

.list-type-faq { padding-top: 30px; }
.list-type-faq dt { font-size: 14px; }
.list-type-faq dd { font-size: 14px; line-height: 1.6; }
.list-type-faq dt, .list-type-faq dd { padding: 15px 25px 15px 55px; letter-spacing:normal; }
.list-type-faq dt::after { transform: scale(0.8); top: calc(50% - 10px); right: 10px; }
.list-type-faq dt.open::after { top: 25px; right: 13px; transform: rotate(90deg) scale(0.9); }
.list-type-faq dd::after { left: 20px; width: calc(100% - 40px); height: 1px; background: #CFCFCF; }
.list-type-faq dt::before, .list-type-faq dd::before { transform: scale(0.7); left: 10px; }
.list-type-faq dd::before { top: 15px; }
.list-type-faq dd + dt { margin-top: 10px; }

.box-type-1 { padding: 15px 6px 15px 13px; align-items:center; margin-top: 0; font-size: 10px; }
.box-type-1 p { width: calc(100% - 105px); letter-spacing: -0.2px; }
.box-type-1 figure { width: 105px; }

.box-type-2 { max-width: none; width: 100%; padding:4px 8px; font-size: 12px; margin: 27px auto; }
.box-type-2 figure { width: 72px; }
.box-type-2 p { width: calc(100% - 78px); letter-spacing: -0.5px; }
.box-type-2 span { font-size: 8px; margin-top: 7px; }

.box-type-3 { max-width: none; width: 100%; padding:8px 8px 8px 21px; margin: 32px auto; }
.box-type-3 * { color: #fff; }
.box-type-3 figure { width: 120px; }
.box-type-3 p { width: calc(100% - 120px); font-size: 28px; padding-right: 7%; text-align: center; line-height: 1.3; }
.box-type-3 p::before { transform: scale(0.45); top: calc(50% - 25px); }
.box-type-3 span { font-size: 16px; margin: 0; }
.box-type-3 .l_txt { font-size: 26px; }

.txt-caption { margin-top: 32px; font-size: 12px; letter-spacing: -0.2px; }
.txt-bold-no { font-weight: normal !important; }
.pc { display: none; }
.sp { display: block; }

.qa__wrapper { margin:-20px 30px 0; padding-top:50px; }
.qa__wrapper h2 { font-size:18px; }
.stories__image--center [class*="btn_"] { width:78%; right:12%; height:30px; }
.stories__image--center .btn_01 { top:31%; height: 30px; }
.stories__image--center .btn_02 { top:40.5%; height: 30px; }
.stories__image--center .btn_03 { top:51%; height: 30px; width:78%; right:12%; }


/* hack */
.stories__details__header { width: 120px; margin: 27px auto; }
.stories__details__talk .talk__balloon { width: 100%; max-width: 100%; }
.stories__details__talk .talk__balloon p { line-height: 1.5; letter-spacing: -0.3px; }
.stories__details__talk .talk__balloon p span { letter-spacing: -0.2px; }
.stories__details__talk__wrapper .stories__details__article__text { padding: 30px 0 0; font-size: 22px; }
.stories__details__talk__wrapper { width: 100%; padding: 0 15px; margin-bottom: 0; }
.stories__details__talk { margin: 0 20px 27px; }
.stories__tagline--imageTagline { background-image: url(./../../stories/img/common/image_tagline_black.svg); }
.stories__image--center .image__container.sp_img { height: 196px; }
.stories__details__article__text .title--h2 { padding: 20px 11px; font-size: 14px; position: relative; letter-spacing: normal; }
.stories__details__article__text .title--h2.tl-recommend { padding: 20px 11px; font-size: 20px; }
.stories__details__article__text .title--h2.tl-recommend .accent-color--pink { letter-spacing: 0 !important; }
.stories__details__article__text .title--h2 b,
.stories__details__article__text .title--h2 em { display: block; font-size: 20px; letter-spacing: normal; line-height: 1.2; }
.stories__details__article__text .title--h2 em { font-size: 12px; letter-spacing: 0; }
.stories__details__article__text .title--h2 span { display: block; padding-left: 8px; }
.stories__details__article__text .title--h2 figure { display: block; width: 130px; height: auto; margin-top: 0; }
[class*="tl-icon"] + figure { position: absolute; top: 10px; right: 10px; }
.stories__details__article__text .title--h2 span.accent-color--pink.tl-icon3 { font-size: 13px !important; letter-spacing: 0; }
.stories__details__article__text .title--h2 span.accent-color--pink.tl-icon4 { font-size: 16px !important; letter-spacing: 0; }
.stories__details__article__text .title--h2 span.accent-color--pink.tl-icon4 + figure { width: 94px; height: auto; margin: 0; top: calc(100% - 35px); }
.stories__details__article__text .title--h2.lines { padding: 20px 11px; font-size: 16px; margin-top: -30px; }
.stories__details__article__text .title--h2.lines b { display: inline; font-size: 16px; }
.stories__details__article__text .title--h2.lines em { font-size: 12px; line-height: 1.4; }
.stories__details__article__text .title--h2 .list_caption { display: inline; position: absolute; left: 75px; bottom: 7px; font-size: 10px; }
.stories__details__article__text .title--h2.lines figure { position: absolute; right: 0; bottom: 0; }
.stories__image--center .image__container div { background-size: auto 100%; }
.stories__image--center .image__container { height: 350px; }
.stories__details__talk.mt_space { margin-top:40px }
.stories__tagline--imageTagline { background-image: url(./../../stories/img/common/image_tagline_black2.svg); }

}










