@charset "utf-8";
/* CSS Document */

:root {
  --main-color: #6eadc2;
  --sub-color1: #418da6;
  --sub-color2: #e9f4f8;
  --sub-color3: #f6f6f5;  
  --sub-color4: #2e2e2e;       
}


#other_sosui {
    display: flex;
    flex-wrap: wrap;
    background: #F6F6F4;
}

#sosui_page .youtube{
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    margin: 30px auto;
} 
#sosui_page .youtube iframe {
    width: 100%;
    height: 100%;
}


#sosui_page{
	max-width: 800px;
	margin: auto;
	text-align: center;
	font-size: clamp(1.4rem, 0.818rem + 0.91vw, 2.4rem);
	font-family: "josefin-sans","source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--sub-color4);
}


#sosui_page img {
	max-width: 100%;
	vertical-align: top;
    width: 100%;
}

#sosui_page .inner {
	width: 90%;
	margin: auto;
}

#sosui_page .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sosui_page .mincho {
	font-weight: 400;
	font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
}

#sosui_page .sns {
	font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
}

#sosui_page .kome {
	font-size: 14px;
    vertical-align: text-top;
    text-align: left;
}

#sosui_page .bk {
	display: block;
}

#sosui_page h2 {
	background-color: #333333;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin: auto;
    font-size: 26px;
    padding: 1.0em 0;
	font-family: "source-han-sans-japanese", sans-serif;
}

#sosui_page h3 {
	font-weight: 400;
	font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
	color: var(--sub-color1);
	font-size: 40px;
	line-height: 1.5;
    margin: .5em 0;
}

#sosui_page h3 span {
    color: var(--sub-color4); 
	letter-spacing: 0.3em;
	display: inline-block;
}

#sosui_page h3 .span1 {
	font-size: 20px;
}

#sosui_page h3 .span2 {
	font-size: 25px;
    margin-bottom: .3em;
    font-family: "josefin-sans", sans-serif;
}

#sosui_page h3 .span3 {
	font-size: 38px;
    font-family: "josefin-sans", sans-serif;

}

#sosui_page h3 .span4 {
	font-size: clamp(1.7rem, 0.918rem + 1.01vw, 3.2rem);	
    letter-spacing: 0.1em;
    margin-bottom: .5em;
}

#sosui_page h4 {
	font-weight: 400;
	font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
	font-size: 38px;
	line-height: 1.5;
}

#sosui_page dl.text dt {
	color: var(--main-color); 
    font-size: clamp(1.8rem, 0.818rem + 0.91vw, 3.0rem);
    font-weight: bold;
    margin: 1em 0;
}

#sosui_page dl.text dd {
	margin-bottom: 1em;
    text-align: left;
}


#sosui_page .sp_ {
	display: none;
}

@media only screen and (max-width: 480px) {
	#sosui_page .sp_ {
	display: block;
}
	#sosui_page .pc_ {
	display: none;
}
	#sosui_page .kome {
	font-size: 10px;
}
	#sosui_page h2 {
    font-size: 16px;
}
	#sosui_page h3 {
    font-size: 21px;
}
	#sosui_page h3 .span1 {
    font-size: 11px;
}
	#sosui_page h3 .span2 {
    font-size: 16px;
    margin-bottom: .5em;
}
	#sosui_page h3 .span3 {
    font-size: 18px;
}	

	#sosui_page h3 .span5 {
    font-size: 55px;
}
	#sosui_page h3 .span6 {
    font-size: 40px;
}
    #sosui_page h4 {
	font-size: 19px;
}
	
}


#sosui_page #fv {
    background: linear-gradient(to bottom, #fff, #F6F6F6);
    padding: 2.5em 0 1em;
}

#sosui_page #fv h3,#sosui_page #sosui h3{
    font-size: 55px;
    margin: 0 0 .5em;
}

#sosui_page #fv h3 span{
    margin-bottom: .7em;
}

#sosui_page #fv p span{
    display: block;
    width: 100%;
    color: #fff;
    background: var(--main-color);
    padding: 10px 0;
    margin-top: .5em;
}

#sosui_page #fv .img_box{
    position: relative;
}
#sosui_page #fv .img_box p{
    position: absolute;
    text-align: left;
    left: 5%;
    top: 5%;
    font-size: clamp(1.3rem, 0.818rem + 0.91vw, 2.0rem);
    letter-spacing: .4rem;
}

#sosui_page #fv .inner{
    margin-top: -6%;
    position: relative;
}

#sosui_page #fv .flex_box {
    margin: 1em 0;
}

#sosui_page #fv .flex_box .box,#sosui_page #intro .key .inner .flex_box .box{
    background: var(--main-color);
    color: #fff;
    width: 31%;
    padding: 4% 0;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: .3rem;
}

@media only screen and (max-width: 480px) {
    #sosui_page #fv {
    padding: 1.5em 0 1em;
}
#sosui_page #fv h3,#sosui_page #sosui h3{
    font-size: 25px;
}
    #sosui_page #fv .flex_box .box,#sosui_page #intro .key .inner .flex_box .box{
    letter-spacing: .1rem;
    font-weight: normal;
}
    #sosui_page #fv .img_box p{
    left: 2%;
    top: 4%;
    letter-spacing: .1rem;
}
}

#sosui_page #about {
    padding: 2.5em 0 1em;
}

#sosui_page #about .flex_box{
    margin: 2em 0 1em;
    position: relative;
}

#sosui_page #about .flex_box img{
    text-align: left;
    width: 60%;
}

#sosui_page #about .flex_box .p_box{
    text-align: left;
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 480px) {
    #sosui_page #about {
    padding: 1.5em 0 1em;
}
}

#sosui_page #intro .ttl h3{
    background: url(https://www.forcise.jp/yoshida/sosui/img/bk01.jpg) no-repeat;
    background-size: cover;
    padding: 1em 0;
    color: #fff;
}

#sosui_page #intro .ttl h3 span{
    color: #fff;
}

#sosui_page #intro .flex_box{
    align-items: stretch;
}


#sosui_page #intro .p_box{
    text-align: left;
    margin-bottom: 3em;
}

#sosui_page #intro .box{
    background: #e9f4f8;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
}

#sosui_page #intro .box:last-child{
    background: #f6f6f5;
}

#sosui_page #intro .box .le_box{
    width: 40%;
    text-align: left;
}

#sosui_page #intro .box .le_box img{
    width: 100%;
}

#sosui_page #intro .box .le_box p{
    text-align: center;
}

#sosui_page #intro .box .le_box p span{
    background: #2e2e2e;
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    border-radius: 30px;
    font-size: 14px;
    margin: 15px auto 5px;
}

#sosui_page #intro .box .le_box li{
    font-size: clamp(1.4rem, 0.818rem + 0.91vw, 2.0rem);
    text-align: left;
    margin-top: 5px;
}


#sosui_page #intro .box .ri_box{
    width: 55%;
    text-align: left;
}

#sosui_page #intro .box .ri_box dt{
    border-bottom: 1px solid  #2e2e2e;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#sosui_page #intro .box .ri_box dt span{
    display: block;
    letter-spacing: .4em;
    margin-bottom: 15px;
}
#sosui_page #intro .box .ri_box dt ruby{
    font-size: clamp(2.4rem, 1.78rem + 1.58vw, 4.5rem);
    font-weight: 400;
	font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
}

#sosui_page #intro .box .ri_box dt rt{
    font-size:clamp(1rem, 0.373rem + 1.7vw, 1.6rem);
    text-align: center;
}


#sosui_page #intro .beaf{
    background: url(https://www.forcise.jp/yoshida/sosui/img/bk02.jpg) no-repeat top;
    background-size: cover;
    padding: 2.5em 0 1em;
    margin-top: 3em;
}

#sosui_page #intro .beaf p{
    font-weight: bold;
    font-size: clamp(1.8rem, 1.218rem + 0.95vw, 3.0rem);
    margin: 2em auto .5em;
}

#sosui_page #intro .beaf p .kome{
    text-align: left;
    display: block;
    font-weight: normal;
}

#sosui_page #intro .key{
    background: url(https://www.forcise.jp/yoshida/sosui/img/bk03.png) no-repeat bottom;
    background-size: cover;
    padding: 2.5em 0 1em;
    margin-top: 3em;
}

#sosui_page #intro .key .flex_box
{
    justify-content: flex-start;
}
#sosui_page #intro .key .flex_box .img_box
{
    width: 85%;
}
#sosui_page #intro .key .flex_box .p_box
{
    width: 10%;
    writing-mode:vertical-rl;
    font-size: clamp(1.7rem, 1.218rem + 0.95vw, 3.0rem);
    margin: 2em 0 0;
    letter-spacing: .15em;
}

#sosui_page #intro .key .inner
{
    margin-top: -3em;
}

#sosui_page #intro .key .inner .flex_box
{
    justify-content:space-between;
}

#sosui_page #intro .key .inner .flex_box .img_box
{
    width: 48%;
}
#sosui_page #intro .key .inner .flex_box .p_box
{
    width: 50%;
    writing-mode:horizontal-tb;
    margin-top: 4em;
    font-size: clamp(1.3rem, 0.818rem + 0.91vw, 2.4rem); 
    line-height: 1.9;
}
#sosui_page #intro .key .inner .flex_box .p_box h4
{
    font-size: clamp(2.6rem, 1.818rem + 2.01vw, 5.8rem);  
    margin-bottom: .5em;
    font-family: "josefin-sans", sans-serif;
}

#sosui_page #intro .key .inner .bottom
{
    margin-top: -1em;
}

#sosui_page #intro .key .inner .bottom .flex_box
{
    margin-top: 0;
}

@media only screen and (max-width: 480px) {
    #sosui_page #intro .beaf,#sosui_page #intro .key{
    padding: 1.5em 0 1em;    
    }
    #sosui_page #intro .key{
    margin-top: 0;
}
    #sosui_page #intro .key .inner .flex_box .p_box h4 {
    margin-bottom: .2em;
}
    
    #sosui_page #intro .key .flex_box .img_box {
    width: 83%;
}
    
    #sosui_page #intro .key .flex_box .p_box{
    margin: .5em 0 0;
    width: 14%;
}
    #sosui_page #intro .key .inner{
    margin-top: -2em;
}

    #sosui_page #intro .key .inner .flex_box .p_box {
    width: 55%;
    margin-top: 2em;
    line-height: 1.7;
    letter-spacing: .1em;
}
    #sosui_page #intro .key .inner .flex_box .img_box {
    width: 44%;
}
    #sosui_page #intro .box .ri_box dt span{
    margin-bottom: 5px;
}
}

#sosui_page #sns{
    background: url(https://www.forcise.jp/yoshida/sosui/img/bk04.jpg) no-repeat left top var(--main-color);
    background-size: contain;
    padding: 2.5em 0 1em;
}

#sosui_page #sns h3{
    font-size: clamp(2.8rem, 1.48rem + 1.71vw, 6.0rem);
    color: #fff;
    margin:  0;
}

#sosui_page #sns h3 span{
    color: #fff;
}
#sosui_page #sns .box{
    background: #fff;
    border-radius: 15px;
    padding: 1em 0 2em;
    margin-top: 2em;
}
#sosui_page #sns .box img{
    width: 100%;
    margin: 1em 0;
}

#sosui_page #sns .box dl{
    text-align: left;
    margin-bottom: .5em ;
}

#sosui_page #sns .box dt{
    color: var(--sub-color1);
    font-size: clamp(1.7rem, 1.18rem + 1.01vw, 3.0rem);
    font-weight: bold;
    margin-bottom: .5em ;
}


#sosui_page #sns .kome{
    color: #fff;
    text-align: left;
    margin: 1em auto 0;
    display: block;
}

@media only screen and (max-width: 480px) {
    #sosui_page #sns{
    padding: 1.5em 0 1em;
}
}

#sosui_page #voice{
    padding: 1em 0 ;
}

#sosui_page #care{
    background: url(https://www.forcise.jp/yoshida/sosui/img/bk05.jpg) no-repeat top;
    background-size: cover;
    padding: 2.5em 0 1em;
    margin-top: 2em;
}

#sosui_page #care h3,#sosui_page #care h3 span{
    color: #fff;
}

#sosui_page #care dt{
    text-align: center;
    color: var(--sub-color1);
    margin-bottom: 1em;
    font-weight: bold;
}

#sosui_page #care dd{
    text-align: left;
    color: #fff;
}

#sosui_page #care .box{
    background: #fff;
    border-radius: 15px;
    margin: 2em 0 1em;
}

#sosui_page #care .box dl{
    width: 90%;
    margin: 0 auto;
    padding: 1em 0;
}

#sosui_page #care .box dt{
    width: 95%;
    font-size: clamp(1.8rem, 1.18rem + 1.01vw, 3.0rem);
    justify-content: center;
}

#sosui_page #care .box dt img{
    width: 7%;
    margin-right: 5%;
}

#sosui_page #care .box dd{
    color: var(--sub-color4);
}

@media only screen and (max-width: 480px) {
    #sosui_page #care{
    padding: 1.5em 0 1em;
    margin-top: 2em;
}
}

#sosui_page #point{
    background: url(https://www.forcise.jp/yoshida/sosui/img/bk06.jpg) no-repeat top;
    background-size: cover;
    padding: 2.5em 0 1em;
}

#sosui_page #point .box{
    background:#fff;
    border-radius: 15px;
    padding-bottom: 1em;
    margin: 3em 0;
}

#sosui_page #point .box h4{
    background:var(--sub-color1);
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 0em 0 1em;
    margin-bottom: 1em;
        position: relative;
}

#sosui_page #point .box h4 span.po{
    background:#fff;
    border: 1px solid var(--sub-color1);
    color:var(--sub-color1);
    border-radius: 30px;
    padding: 2px 20px; 
    font-size: clamp(1.2rem, 0.818rem + 0.91vw, 2.0rem);
    position: absolute;
    left: 50%;
    top: -8%;
    font-family: "josefin-sans", sans-serif;
        transform: translateX(-50%);
}


#sosui_page #point .box dd{
    text-align: left;
    margin: 1em 0 1.5em;
}

#sosui_page #point .box li{
    display: flex;
    justify-content:flex-start;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
}

#sosui_page #point .box li span.ttl{
    background:var(--main-color);
    color: #fff;
    width: 20%;
    padding: 10px 0;
    margin-right: 10px;
    border-radius: 10px;
}

#sosui_page #point .box .flex_box {
    align-items: flex-start;
}

#sosui_page #point .box .flex_box .box_01{
    width: 48%;
}

#sosui_page #point .box .p_box {
    color: var(--sub-color1);
    font-weight: bold;
    margin-top: 1em;
    line-height: 1.8;
    font-size: clamp(1.3rem, 0.818rem + 0.91vw, 2.4rem);
}

#sosui_page #point .box .p_box img{
    width: 8%;
}


@media only screen and (max-width: 480px) {
    #sosui_page #point {
    padding: 1.5em 0 1em;
}
    #sosui_page #point .box h4 span.po {
    margin-top: -.5em;
}
    
    #sosui_page #point .box li {
    font-size: clamp(1.3rem, 0.818rem + 0.91vw, 2.4rem);
}
    #sosui_page #point .box li span.ttl {
    width: 25%;
    padding: 5px 0;
    margin-right: 10px;
    border-radius: 5px;
}
    
}

#sosui_page #trouble .box_01{
    background: url(https://www.forcise.jp/yoshida/sosui/img/bk07.jpg) no-repeat top;
    background-size: cover;
    padding: 2.5em 0 3em;
}

#sosui_page #trouble .box_01 h3{
    color: var(--sub-color4);
}

#sosui_page #trouble .box_01 ol {
    display: inline-block;
    text-align: left;
    margin: 25px auto 40px;
    background:#fff;
    border-radius: 15px;
    padding: 5%;
    box-sizing: border-box;
}

#sosui_page #trouble .box_01 ol li {
    background: url(https://www.forcise.jp/yoshida/sosui/img/check.png) no-repeat left;
    padding-left: 3.5rem;
    margin-bottom: 2.4rem;
    font-weight: bold;
}

#sosui_page #trouble .so {
    background: #f6f6f5;
}

#sosui_page #trouble .so img{
    width: 32%;
    max-width: 230px;
    margin: auto;
    margin-top: -2em;  
}


#sosui_page #trouble .box_02 {
    background: #f6f6f5;
    padding: 2.5em 0 1em;    
}

#sosui_page #trouble .box_02 h3{
    margin: 0 0 1em;
    color: var(--sub-color4);
}

#sosui_page #trouble .box_02 .flex_box{
    align-items: stretch;
}

#sosui_page #trouble .box_02 .flex_box dl{
    width: 48%;
    background: #fff;
    padding-bottom: 10px;
    border-radius: 10px;
}

#sosui_page #trouble .box_02 .flex_box dt{
    background: var(--main-color);
    color: #fff;
    border-radius: 10px 10px 0 0 ;
    padding: 5px 0;
    font-weight: bold;
}
#sosui_page #trouble .box_02 .flex_box dl:last-child dt{
    background: var(--sub-color4);
}

#sosui_page #trouble .box_02 .flex_box dd{
    margin: 15px auto;
}
#sosui_page #trouble .box_02 .flex_box dd:last-of-type{
    width: 90%;
    text-align: left;
}

#sosui_page #trouble .box_02 .flex_box dd img{
    max-height: 310px;
    object-fit: contain;
    width: 25%;
}

#sosui_page #trouble .box_02 .p_box{
    text-align: left;
    margin: 1em 0;
}

#sosui_page #trouble .box_03{
    padding-bottom: 1em;
}

#sosui_page #trouble .box_03 h3{
    margin: .5em 0;
}
#sosui_page #trouble .box_03 h3:first-of-type{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#sosui_page #trouble .box_03 h3:last-of-type{
    margin-top: -1em;
}

#sosui_page #trouble .box_03 .img_box{
    margin: 1em 0 0;
}

#sosui_page #trouble .box_03 p.kome{
    width: 90%;
    margin: auto;
}

@media only screen and (max-width: 480px) {
    #sosui_page #trouble .box_01 ol li {
    font-size: clamp(1.3rem, 0.48rem + 2.2vw, 1.7rem);
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
    background-size: 16px;
}
    #sosui_page #trouble .so img{
    margin-top: -1em;  
}
}



#sosui_page #step{
    background: #e9f4f8;
    padding: 2.5em 0 1em;
}

#sosui_page #step .box {
    margin-bottom: 3em;
}

#sosui_page #step .box:last-of-type {
    margin-bottom: 1em;
}

#sosui_page #step .box .ttl{
    text-align: left;
}

#sosui_page #step .box .ttl img{
    max-width: 180px;
    width: 30%;
}
#sosui_page #step .box .ttl .p_box{
    background: var(--main-color);
    padding: 5px 0;
    color: #fff;
    padding-left: 5%;
    margin-top: -1.2em;
}

#sosui_page #step .box .ttl p{
    padding-left: 5%;
    margin-top: .5em;
    font-size: clamp(1.4rem, 0.818rem + 0.91vw, 2.4rem);
}

#sosui_page #step .box .flex_box{
    width: 90%;
    margin: auto;
    align-items: flex-start;
}

#sosui_page #step .box .flex_box dl{
    text-align: left;
    width: 52%;
}

#sosui_page #step .box .flex_box dt{
    color: var(--sub-color1);
    font-weight: bold;
    font-size: clamp(1.6rem, 1.18rem + 1.01vw, 3.0rem);
    margin: 1em 0 ;
}

#sosui_page #step .box .flex_box .img_box{
    width: 45%;
    margin-top: -7em;
    max-width: 300px;
}

@media only screen and (max-width: 480px) {
    #sosui_page #step .box .flex_box dt{
    margin: .5em 0 ;
}
    #sosui_page #step .box .flex_box .img_box {
    margin-top: -6em;
    width: 43%;
}
    #sosui_page #step .box .flex_box dl {
    width: 55%;
}
}

#sosui_page #features{
    background: url(https://www.forcise.jp/yoshida/sosui/img/bk08.jpg) no-repeat top;
    background-size: cover;
    padding: 2.5em 0 3em;
}

#sosui_page #features h3{
    color: #FFF;
    font-size: clamp(3.0rem, 1.48rem + 1.71vw, 7.0rem);
}

#sosui_page #features h3 span{
    color: #FFF;
}
#sosui_page #features .box{
    background: #FFF;
    border-radius: 15px;
    position: relative;
    margin-bottom: 2em;
}

#sosui_page #features .box:last-of-type{
    background: url(https://www.forcise.jp/yoshida/sosui/img/bk09.png) no-repeat top;
    background-size: cover;
}

#sosui_page #features .box .img_box{
    top: 0;
    left: 0;
    position: absolute;
    width: 15%;
    max-width: 90px;
}

#sosui_page #features .box dl{
    width: 90%;
    margin: auto;
    padding: 2em 0
}

#sosui_page #features .box dt{
    color: var(--sub-color1);
    font-size: clamp(2.1rem, 1.58rem + 1.58vw, 4.0rem);
    margin-bottom: 1em;
}

#sosui_page #features .box dt span{
    color: var(--sub-color4);
    font-size: clamp(1.7rem, 1.18rem + 1.18vw, 3.5rem);

}

#sosui_page #features .box dd{
    text-align: left;
    margin-bottom: 1em;
}

#sosui_page #features .box:last-of-type dd{
    max-width: 460px;
    width: 75%;
    margin: 0 auto 1em;
}

@media only screen and (max-width: 480px) {
    #sosui_page #features {
    padding: 1.5em 0 2em;
}
    
    #sosui_page #features .box dl {
    padding: 1em 0;
}
}
#sosui_page #howto {
    padding: 2.5em 0 3em;
}

#sosui_page #howto .box{
    position: relative;
    padding-bottom: 2em;
}

#sosui_page #howto .box::before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: var(--main-color);
    left: 2%;
}

#sosui_page #howto .line::before {
  content: none;
}

#sosui_page #howto .flex_box{
    justify-content: flex-start;
}

#sosui_page #howto .img_box{
    width: 40%;
}

#sosui_page #howto dl{
    width: 53%;
    margin-left: 3%;
    text-align: left;
}
#sosui_page #howto dt {
    color: var(--sub-color1);
    font-weight: bold;
    font-size: clamp(1.7rem, 1.18rem + 1.01vw, 3.0rem);
    margin: 1em 0;
}


#sosui_page #howto .inner {
    background: #e9f4f8;
    padding: 1em 0 2em;
    margin-top: 1.5em;
}

#sosui_page #howto .inner dl{
    width: 90%;
    text-align: center;
    margin: auto;
}
#sosui_page #howto .inner dt {
    margin: 0;
    margin-bottom: 1em;
}

#sosui_page #howto .inner dt span{
    font-weight: normal;
    font-size: clamp(1.3rem, 0.78rem + 0.81vw, 2.0rem);
    letter-spacing: .2em;
    margin-top: -2em;
    display: block;
}

#sosui_page #howto .inner dd{
    text-align: left;
}

@media only screen and (max-width: 480px) {
    #sosui_page #howto {
    padding: 1.5em 0 2em;
}

    #sosui_page #howto .flex_box{
    align-items: flex-start;
}
    #sosui_page #howto .img_box {
    width: 38%;
}
    #sosui_page #howto dl {
    width: 58%;
    margin-left: 2%;
}
    #sosui_page #howto dt {
    font-size: clamp(1.4rem,0.818rem + 1.01vw, 3.0rem);
    margin: 1em 0 .5em;
}
}

#sosui_page #amount .p_box{
    text-align: left;
    margin-left: 5%;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 3em;
}

#sosui_page #amount .box_01{
    position: relative;
    background: #ebf1f4;
    padding: 3em 0;
    
}

#sosui_page #amount .box_01 p{
    width: 40%;
    margin-left: 5%;
    text-align: left;
    position: sticky;
    z-index: 1;
}

#sosui_page #amount .box_01 img{
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 55%;
}


#sosui_page #amount .flex_box{
    margin: 2em 0;
}

#sosui_page #amount .flex_box dl{
    width: 48%;
}

#sosui_page #amount .flex_box dt {
    color: var(--main-color);
    font-size: clamp(1.45rem, 0.818rem + 0.91vw, 3.0rem);
    font-weight: bold;
    margin: 1em 0 .5em;
}
#sosui_page #amount .flex_box dd{
    text-align: left;
}
#sosui_page #amount .table{
    font-weight: bold;
    text-align: left;
    margin: 2.5em 0px 3em;
}

#sosui_page #amount .table p{
    margin: 1.5em 0 1em;
}

#sosui_page #amount .table .check{
    background: #f6f6f5;
    padding: 1.5em 0 2em;
}

@media only screen and (max-width: 480px) {

    #sosui_page #amount .box_01 p{
    width: 50%;
}
    #sosui_page #amount .box_01 {
    padding: 1.5em 0;
}
}

#sosui_page #sosui{
    background: url(https://www.forcise.jp/yoshida/sosui/img/bk09.jpg) no-repeat top;
    background-size: cover;
    padding: 2.5em 0 3em;
    color: #fff;
}

#sosui_page #sosui h3,#sosui_page #sosui h3 span{
    color: #fff;
}

#sosui_page #sosui p span {
    display: block;
    width: 100%;
    color: var(--sub-color4);
    background:  #fff;
    padding: 10px 0;
    margin-top: .5em;    
}

#sosui_page #sosui .p_box {
    margin-top: 2em;  
    position: relative;
    z-index: 1;
}
#sosui_page #sosui .img_box {
    margin-top: -6em;
}

@media only screen and (max-width: 480px) {
    
}

#sosui_page #message{
    background:#f6f6f5;
    padding: 2.5em 0 3em;
    color: var(--sub-color4);
}

#sosui_page #message h3{
    color: var(--sub-color4);
}

#sosui_page #message .flex_box dl{
    width: 43%;
    text-align: left;
}

#sosui_page #message .flex_box dt{
    text-align: left;
    font-size: clamp(2.1rem, 1.818rem + 1.51vw, 4.3rem);
    font-weight: bold;
}

#sosui_page #message .flex_box dt span{
    text-align: left;
    font-size: clamp(1.2rem, 0.618rem + 0.81vw, 1.6rem);
    display: inline-block;
    margin-right: 10px;
}

#sosui_page #message .flex_box dd{
    font-size: clamp(1.2rem, 0.618rem + 0.81vw, 1.6rem);
    line-height: 1.3;
    position: relative;    
}

#sosui_page #message .flex_box dd span{
    color: #fff;
    background: var(--sub-color4);
    padding: 5px 15px;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    margin: 1em 0;
    z-index: 1;
    position: sticky;
}

#sosui_page #message .flex_box dd::after{
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: var(--sub-color4);
    right: 0%;
    top: 12%;
}

#sosui_page #message .flex_box .img_box{
    width: 58%;
    margin-right: -5%;
}

#sosui_page #message .p_box{
    text-align: left;
    margin-top: 1.5em;
}

@media only screen and (max-width: 480px) {
    #sosui_page #message .flex_box{
    flex-direction: column-reverse;
}
    #sosui_page #message .flex_box .img_box{
    width: 80%;
    margin: auto;
}
    #sosui_page #message .flex_box .img_box img{
    object-view-box: inset(0px 0px 120px 0px);
    object-fit: cover;
    aspect-ratio: 7 / 5;
    border-radius: 10px;    
}
        
    #sosui_page #message .flex_box dl{
        margin: 1em 0 .5em;
        width: 100%;
    }

    #sosui_page #message .flex_box dt {
    display: flex;
    align-items: baseline;
}
    #sosui_page #message .flex_box dt span {
    display: block;
}
    #sosui_page #message .flex_box dd span {
    margin: .5em 0;
}
    #sosui_page #message .flex_box dd::after{
    top: 15%;
}
}

#sosui_page #spec{
    padding: 2.5em 0 3em;
}

#sosui_page #spec .img_box{
    margin: 3em 0;
}

#sosui_page #spec dl {
    text-align: left;
    font-size: clamp(1.2rem, 0.573rem + 1.9vw, 1.8rem);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5rem auto 0;
    line-height: 1.8;
}
#sosui_page #spec dt {
    width: 22%;
    padding: 1.2rem 0;
    box-sizing: border-box;
    line-height: 1.8;
}

#sosui_page #spec dd {
    width: 75%;
    padding: 1.2rem 0;
    line-height: 1.8;
}


#sosui_page #lineup {
    background: #f6f6f5;
    padding: 2.5em 0 3em;
}
#sosui_page #lineup .flex_box{
    flex-wrap: wrap;
    align-items: stretch;
}
    
    #sosui_page #lineup .flex_box .box{
    width: 48%;
    font-size: clamp(1.4rem, 0.818rem + 0.91vw, 2.3rem);
        text-align: left;
        margin-bottom: 2em;
        font-weight: bold;
}
    #sosui_page #lineup .flex_box div{
    margin-top: 10px;     
    }
    #sosui_page #lineup .flex_box .name{
    font-weight: normal;
    font-size: clamp(1.4rem, 0.718rem + 0.91vw, 2.0rem);  
}
    #sosui_page #lineup .flex_box .name2{
    margin-top: 0px; 
}
    
    #sosui_page #lineup .flex_box .wei{
        background: #fff;
        border: 1px solid var(--base-color);
        padding: 1px 7px;
        font-size: clamp(1.2rem, 0.573rem + 0.9vw, 1.8rem);
        display: inline-block;
        font-weight: normal;
}

    #sosui_page #lineup .flex_box div span{
    font-size: clamp(1.2rem, 0.573rem + 1.9vw, 1.8rem);
}

    #sosui_page #lineup .flex_box .price{
        text-align: right;
    }
    
    #sosui_page #lineup .flex_box .btn{
    background:var(--base-color);
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;    
}
    #sosui_page #lineup .flex_box .btn a {
    padding: 15px 0;
    display: block;
    color: #fff;
}
    
    
    
    
    
    
    