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

:root {
  --main-color: #f8f1e9;
  --sub-color1: #5e5047;
  --sub-color2: #9d771b;
  --sub-color3: #a99b92;    
}


#km001_page	{
	max-width: 800px;
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
}

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

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

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

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

#km001_page .kome {
	font-size: 12px;
    vertical-align: super;
}

#km001_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;
}

#km001_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;
}

#km001_page h3 .span1 {
	color: #2e2e2e;
	font-size: 20px;
	letter-spacing: 0.5em;
	display: inline-block;
}

#km001_page h3 .span2 {
	font-size: 30px;
}

#km001_page h3 .span3 {
	font-size: 38px;
}

#km001_page h3 .span4 {
	font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: italic;
	font-size: 130px;	
}

#km001_page h3 .span5 {
	font-size: 90px;
}

#km001_page h3 .span6 {
	font-size: 55px;
}

#km001_page .sp_ {
	display: none;
}




@media only screen and (max-width: 480px) {
	#km001_page {
    font-size: 16px;
}
	#km001_page .sp_ {
	display: block;
}
	#km001_page .pc_ {
	display: none;
}
	#km001_page .kome {
	font-size: 10px;
}
	#km001_page h2 {
    font-size: 16px;
}
	#km001_page h3 {
    font-size: 21px;
}
	#km001_page h3 .span1 {
    font-size: 11px;
}
	#km001_page h3 .span2 {
    font-size: 20px;
}
	#km001_page h3 .span3 {
    font-size: 18px;
}	
	#km001_page h3 .span4 {
    font-size: 80px;
}
	#km001_page h3 .span5 {
    font-size: 55px;
}
	#km001_page h3 .span6 {
    font-size: 40px;
}
	
}

#km001_page #ninsyo {
	background: #f3f3f3;
	padding: 1.5em 5%;
}

#km001_page #ninsyo .box {
	background: #FFFFFF;
	padding: 1.5em 5%;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

#km001_page #ninsyo img {
	width: 30%;
	margin-bottom: 1.0em;
}

#km001_page #ninsyo dt {
	font-size: 28px;
	margin-bottom: 1.0em;
}

#km001_page #ninsyo dd {
	font-size: 20px;
	text-align: left;
	line-height: 1.8;
}


@media only screen and (max-width: 480px) {
	#km001_page #ninsyo dt {
    font-size: 18px;
}
	#km001_page #ninsyo dd {
    font-size: 14px;
}

}


#km001_page #intro .box {
	background-color: var(--main-color);
	padding-bottom: 2.0em;
	position: relative;
}

#km001_page #intro .box:before,#km001_page #intro .box:after {
	position: absolute;
    top: 100%;
    left: 50%;
	transform: translateX(-50%);
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}



#km001_page #intro .box .box_01 {
	position: relative;
}

#km001_page #intro .box .box_01 h3 {
	position: absolute;
	top: 0.2em;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
    font-size: 45px;
}

#km001_page #intro .box .box_01 h3 span{
	margin-bottom: 1em;
}


#km001_page #intro .box .inner dl{
	position: absolute;
    bottom: -5%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;    
}

#km001_page #intro .box .inner dt{
	font-size: 30px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}

#km001_page #intro .box .inner dd{
	text-align: left;
}


#km001_page #intro .box2 {
	background-color: var(--main-color);
    padding: 4em 0 2.0em;
}

#km001_page #intro .box2 .box_01  {
	background: #e7ded6;
    border-radius: 15px;
    padding: 1.5em 0 1em;    
}
#km001_page #intro .box2 .box_01 ul {
	font-size: 26px;
	width: 90%;
	margin: auto;
}

#km001_page #intro .box2 .box_01 li {
	display: flex;
	justify-content: space-between;
    margin-bottom: 1em;
}

#km001_page #intro .box2 .box_01 li img{
	width: 25%;
    object-fit: contain;
}

#km001_page #intro .box2 .box_01 li dl{
	color: var(--sub-color1);
    text-align: left;
    width: 70%;
}

#km001_page #intro .box2 .box_01 li dt{
	font-weight: bold;
    font-size: 27px;
}

#km001_page #intro .box2 .box_01 li dt span{
    font-size: 23px;
}

#km001_page #intro .box2 .box_01 li dd{
	font-size: 22px;
    margin-top: 1rem;
}



@media only screen and (max-width: 480px) {
    #km001_page #intro .box .box_01 h3 {
    font-size: 21px;
}
    
	#km001_page #intro .box2 .box_01 h4 {
    font-size: 20px;
}
    #km001_page #intro .box .inner dl {
    bottom: -10%;
}
    
    #km001_page #intro .box .inner dt {
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
    #km001_page #intro .box .inner dd {
    font-size: 14px;
}
    
    #km001_page #intro .box2 .box_01 ul {
    width: 93%;
}
    
    #km001_page #intro .box2 .box_01 li dl{
    width: 72%;
}
    
    #km001_page #intro .box2 .box_01 li dt {
    font-size: 17px;
}
    #km001_page #intro .box2 .box_01 li dt span{
    font-size: 13px;
}
    #km001_page #intro .box2 .box_01 li dd {
    font-size: 13px;
    margin-top: .3rem;
}


}




#km001_page #styling .box {
    padding: 1.0em 0 2.0em;
}

#km001_page #styling .box .box_01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
    width: 95%;
    margin: 2.5em auto;
}

#km001_page #styling .box .box_01 img{
    width: 31%;  
}
#km001_page #styling .box .inner dt{
	font-size: 30px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 25px; 
    font-weight: bold;
}

#km001_page #styling .box .inner dd{
	text-align: left;
}

#km001_page #styling .box .inner dd span{
	color: var(--sub-color2);
}



#km001_page #styling .box2 .box_01 {
    position: relative;
}

#km001_page #styling .box2 .box_01 h3 {
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}


#km001_page #styling .box2 h3 span{
	-webkit-text-emphasis: filled;
    text-emphasis: filled;
}

#km001_page #styling .box2 h4 {
	color: var(--sub-color1);
    font-size: 45px;
    margin: 1em auto;
    line-height: 1;
    letter-spacing: .2rem;
}

#km001_page #styling .box2 h4 span {
    font-size: 20px;
    display: inline-block;
}




#km001_page #styling .box2 .box_02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

#km001_page #styling .box2 .box_02 li {
    width: 47%;
    font-size: 20px;
    font-weight: bold;
}

#km001_page #styling .box2 .box_02 li p{
    margin: 1rem auto 2rem;
}


#km001_page #styling .box3 .box_01{
    background: var(--main-color);
    padding-top: 1.0em; 
}

#km001_page #styling .box3 .box_01 .inner{
    display: flex;
    justify-content: flex-start;
    position: relative;  
    text-align: left;
}

#km001_page #styling .box3 .box_01 .inner img{
    width: 50%;
}

#km001_page #styling .box3 .box_01 dl{
    position: absolute;
    top: 10%;
    left: 78%;
    transform: translateX(-50%);
    width: 45%;    
}

#km001_page #styling .box3 .box_01 dt{
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    background: var(--sub-color3);
    text-align: center;
    padding: 2px 0 5px;
    margin-bottom: 1rem;
}
#km001_page #styling .box3 .box_01 dd{
    margin-left: 1rem;
}

#km001_page #styling .box3 .box_01 .text01{
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translateX(-50%);
    width: 50%;    
}

#km001_page #styling .box3 .box_01 .text02{
    position: absolute;
    bottom: 13%;
    left: 75%;
    transform: translateX(-50%);
    width: 50%;    
}

#km001_page #styling .box3 .box_02{
    padding: 1.0em 0 2.0em;   
}

#km001_page #styling .box3 .box_02 h3{
    margin: 1.0em auto;  
}

#km001_page #styling .box3 .box_02 p{
    text-align: left;  
    margin-top: 2rem;    
}

@media only screen and (max-width: 480px) {
    #km001_page #styling .box .inner dt {
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}   
    #km001_page #styling .box .inner dd{
	font-size: 14px;
}

    #km001_page #styling .box2 h4 {
    font-size: 30px;
}
    #km001_page #styling .box2 h4 span {
    font-size: 16px;
}
    #km001_page #styling .box2 .box_02 li {
    font-size: 13px;
}
    #km001_page #styling .box2 .box_02 li p {
    margin: 1rem auto;
}
    #km001_page #styling .box3 .box_01 dt {
    font-size: 15px;
    margin-bottom: .5rem;
}
    #km001_page #styling .box3 .box_01 dd {
    margin-left: .5rem;
    font-size: 13px;    
}
    #km001_page #styling .box3 .box_01 .text01 {
    font-size: 13px;
}
    #km001_page #styling .box3 .box_01 .text02 {
    bottom: 6%;
    font-size: 13px;
}
    

}


#km001_page #interview{
    background: var(--main-color) ;  
    padding: 1.0em 0 2.0em;
}

#km001_page #interview h3 .span6{
    position: relative;
    display: block;
    font-size: 50px;
    margin-top: 25px;
}
#km001_page #interview h3 .span6::before,#km001_page #interview h3 .span6::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #5e5047, transparent);
}
#km001_page #interview h3 .span6::before {
    top: 0;
}

#km001_page #interview h3 .span6::after {
    bottom: 0;
}

#km001_page #interview .box_01{
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
}
#km001_page #interview .reverse {
    flex-direction: row-reverse;    
}

#km001_page #interview .box_01 .img_box{
    width: 32%;
    margin-left: 5%;
}

#km001_page #interview .box_01 .p_box{
    width: 60%;
    padding: 1.5em;
    background: #fff; 
    border-top-left-radius: 15px;
    border-top-right-radius: 0px; 
}

#km001_page #interview .reverse .p_box {
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;        
}


#km001_page #interview .box_01 .img_box .name,#km001_page #interview .box_01 .p_box,#km001_page #interview .kome{
    text-align: left;
}


#km001_page #interview .box_01 .img_box p{
    font-size: 14px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    color: var(--sub-color1);
    justify-content: center;
}

#km001_page #interview .box_01 .img_box p span{
    font-size: 50px;
    margin-left: 0.2em;
    display: inline-block;
}

#km001_page #interview .box_01 .img_box p.name{
    font-size: 16px;
    color: #2e2e2e;
    display: block;
    margin-top: 1rem;
    margin-left: 1rem;
}

#km001_page #interview .box_01 .img_box p.name span{
    font-size: 35px;
    margin-left: 0;  
}

#km001_page #interview .box_01 .p_box dt{
    font-size: 30px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

#km001_page #interview .box_01 .p_box dd span{
    color: var(--sub-color2);
}

#km001_page #interview .kome{
    margin-top: 30px;
}
    
@media only screen and (max-width: 480px) {
    #km001_page #interview h3 .span6{
    font-size: 23px;
    margin-top: 15px;
}
    #km001_page #interview .box_01 .p_box dt{
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
    #km001_page #interview .box_01 .p_box dd{
    font-size: 14px;
}
    #km001_page #interview .box_01 .img_box p {
    font-size: 10px;
}
    #km001_page #interview .box_01 .img_box p span {
    font-size: 24px;
}
    #km001_page #interview .box_01 .img_box p.name {
    font-size: 12px;
    margin-left: 0;
}
    #km001_page #interview .box_01 .img_box p.name span {
    font-size: 18px;
}
    #km001_page #interview .box_01 .p_box {
    padding: 1em;
    width: 64%;    
}
    #km001_page #interview .box_01 .img_box {
    width: 33%;
    margin-left: 0;
}


}




#km001_page #trouble {
	padding-bottom: 2.0em;
}

#km001_page #trouble .box {
	position: relative;
	z-index: 2;
	background: url(https://www.forcise.jp/img/item/kinujo/LX001/bk_002.jpg)no-repeat;
	background-size: cover;
	padding: 1.0em 0 2.0em;
}

#km001_page #trouble .box h3 {
	/*position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;*/
	margin-bottom: 0.5em;
}

#km001_page #trouble .box2 {
	background: url(https://www.forcise.jp/img/item/kinujo/LX001/bk_003.jpg)no-repeat;
	background-size: cover;
	margin-top: -2.0em;
	padding: 3.0em 0 2.0em;
}

#km001_page #trouble .box2 h4 {
	font-size: 32px;
}

#km001_page #trouble .box2 h4 span {
	color: var(--sub-color1);
	font-size: 55px;
	line-height: 1.3;
	display: inline-block;
	margin-top: 0.1em;
}

#km001_page #trouble .box2 img {
	margin: 1.5em auto;
}

#km001_page #trouble .box2 h4 .span1 {
	font-size: 40px;
}

#km001_page #trouble .box2 p {
	font-size: 28px;
}

#km001_page #trouble .box2 p span {
	color: var(--sub-color2);
	font-size: 55px;
}

#km001_page #trouble .box2 p .span1 {
	font-size: 40px;
	display: inline-block;
	margin-left: -0.6em;
}

#km001_page #trouble .box2 dl {
	margin-top: 1.5em;
}

#km001_page #trouble .box2 dt {
	background: #383838;
	color: #FFFFFF;
	font-size: 28px;
	margin-bottom: 0.5em;
}

#km001_page #trouble .box2 dd {
	text-align: left;
	line-height: 1.8;
}

#km001_page #trouble .box3 {
	position: relative;
	z-index: 2;
}

#km001_page #trouble .box4 {
	margin-top: -2.5em;
	position: relative;
}

#km001_page #trouble .box4 .box_01 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -2.0em;
	z-index: 5;
}

#km001_page #trouble .box4 .box_01 .sokode {
	position: relative;
}

#km001_page #trouble .box4 .box_01 .sokode p {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
	font-size: 40px;
	width: 100%;
}

#km001_page #trouble .box4 .box_02 {
	position: relative;
}

#km001_page #trouble .box4 .box_02 h4 {
	position: absolute;
	top: 9.0em;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-weight: normal;
}

#km001_page #trouble .box4 .box_02 h4 .span1 {
	background-image: linear-gradient(to left, transparent, #a99b92, transparent);
	color: #FFFFFF;
	display: block;
	padding: 0.2em 0;
	margin-bottom: -1.0em;
}

#km001_page #trouble .box4 .box_02 h4 .mincho {
	color: var(--sub-color1);
	font-size: 50px;
}

#km001_page #trouble .box4 .box_02 ul {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	margin: auto;
}

#km001_page #trouble .box4 .box_02 li {
	position: relative;
	width: 30%;
}

#km001_page #trouble .box4 .box_02 li .box_02 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0.8em;
    height: fit-content;
	width: 100%;
	font-size: 26px;
	line-height: 1.3;
}

#km001_page #trouble .box4 .box_02 li .box_02 span {
	color: var(--sub-color1);
	font-size: 14px;
	line-height: 1.0;	
}

#km001_page #trouble .box4 .box_02 li .box_02 .span1 {
	font-size: 38px;
	display: inline-block;
	margin-bottom: 0.5em;
}

#km001_page #trouble .box5 .box_01 {
	background: #e7ded6;
	padding: 1.5em;
	line-height: 1.8;
}


@media only screen and (max-width: 480px) {
	#km001_page #trouble .box2 h4 {
    font-size: 20px;
}
	#km001_page #trouble .box2 h4 .span1 {
    font-size: 24px;
}
	#km001_page #trouble .box2 h4 span {
    font-size: 30px;
}
	#km001_page #trouble .box2 p {
    font-size: 18px;
}
	#km001_page #trouble .box2 p span {
    font-size: 30px;
}
	#km001_page #trouble .box2 p .span1 {
    font-size: 20px;
}
	#km001_page #trouble .box2 dt {
    font-size: 14px;
}
	#km001_page #trouble .box4 {
    margin-top: 0;
}
	#km001_page #trouble .box4 .box_01 {
    top: -3.0em;
}
	#km001_page #trouble .box4 .box_01 .sokode p {
    font-size: 20px;
}
	#km001_page #trouble .box4 .box_01 .sokode {
    width: 60%;
    margin: auto;
}
	#km001_page #trouble .box4 .box_02 h4 .mincho {
    font-size: 24px;
}
	#km001_page #trouble .box4 .box_02 h4 {
    top: 5.0em;
}
	#km001_page #trouble .box4 .box_02 li .box_02 span {
    font-size: 10px;
}
	#km001_page #trouble .box4 .box_02 li .box_02 .span1 {
    font-size: 18px;
}
	#km001_page #trouble .box4 .box_02 li .box_02 {
    top: 0.2em;
    font-size: 14px;
}
}



#km001_page #point {
	background: url(https://www.forcise.jp/img/item/kinujo/miniiron-deux/bk_004.jpg)no-repeat;
	padding: 0 0 2.0em;
	background-size: cover;
}

/*#km001_page #point h3 .span1 {
	margin-bottom: 2.0em;
}*/

#km001_page #point h3 .span2,#km001_page #point h3 .span4,#km001_page #point h3 .span5 {
	letter-spacing: 0.5rem;
	display: inline-block;
	margin: auto 0.5rem;
	line-height: 1.3;
}

#km001_page #point .box {
	background: #FFFFFF;
	padding: 0 5% 1.5em;
	margin-top: 1.5em;
	border-radius: 5px;
}

#km001_page #point .box h4 {
	color: var(--sub-color1);
	font-size: 45px;
}

#km001_page #point .box h4 span {
	font-size: 20px;
	letter-spacing: 0.5em;
}

#km001_page #point .box img {
	margin: 1.0em auto;
}

#km001_page #point .box p {
	text-align: left;
	line-height: 1.8;
}

#km001_page #point .box .kome {
	margin-top: 1.0em;
}

#km001_page #point .box p span {
	color: var(--sub-color2);
}

#km001_page #point .box p .kome {
	color: #000000;
	vertical-align: text-top;
}


@media only screen and (max-width: 480px) {
	#km001_page #point .box {
    margin-top: 1.0em;
}
	#km001_page #point h3 .span1 {
    margin-bottom: 1.0em;
}
	#km001_page #point .box h4 {
    font-size: 30px;
}
	#km001_page #point .box h4 span {
    font-size: 12px;
}
	
}


#km001_page #function {
	padding: 2.5em 0 1.5em;
}

#km001_page #function h3 {
	margin-bottom: 1.0em;
}

#km001_page #function ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#km001_page #function li {
	width: 48%;
	margin-bottom: 1.5em;
}

#km001_page #function li dt {
	font-size: 27px;
	border-bottom: 1px solid;
	padding-bottom: 0.3em;
	margin: 1.0em auto 0.3em;
    
}

#km001_page #function li dd {
	text-align: left;
	line-height: 1.8;
}

#km001_page #function li dd span {
	color: var(--sub-color2);
}

#km001_page #function li dd .kome {
	color: #000000;
	vertical-align: text-top;
}

#km001_page #function p {
	text-align: left;
}


@media only screen and (max-width: 480px) {
	#km001_page #function ul {
    flex-direction: column;
}
	#km001_page #function li {
		width: 100%;
	}
	#km001_page #function li dt {
    font-size: 18px;
}
}

#km001_page #faq {
	background: var(--main-color);
	padding: 2.0em 0 1.0em;
}

#km001_page #faq h3 {
	margin-bottom: 1.0em;
}

#km001_page #faq ul {
	text-align: left;
}

#km001_page #faq li {
	margin-bottom: 1.5em;
}

#km001_page #faq dt {
	background: var(--sub-color3);
	color: #FFFFFF;
	padding: 0.8em 0.5em 0.8em 4.0em;
	margin-bottom: 0.5em;
	position: relative;
}

#km001_page #faq dt:before {
    content: "Q";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5em;
    font-weight: 400;
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
    font-size: 40px;
    border-right: solid 1px;
    padding-right: 0.5em;
    line-height: 1.0;
}

#km001_page #faq dd {
	line-height: 1.8;
	position: relative;
	padding: 0.8em 0.5em 0.8em 4.0em;
}

#km001_page #faq dd:before {
    content: "A";
    position: absolute;
    top: 1.0em;
    transform: translateY(-50%);
    left: 0.5em;
    font-weight: 400;
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
    font-size: 40px;
    border-right: solid 1px;
    padding-right: 0.5em;
    line-height: 1.0;
	color: var(--sub-color1);
}


@media only screen and (max-width: 480px) {
	#km001_page #faq dt:before,#km001_page #faq dd:before {
    font-size: 26px;
}
}


#km001_page #last {
	position: relative;
    opacity: 0.902;
    padding-bottom: 2rem;
    background: var(--main-color);
}
#km001_page #last .right{
    position: absolute;
    top: -10%;
    right: 5%;
    transform: translateY(50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-shadow: 3px 3px 5px #fff;
    font-size: 35px;
}
#km001_page #last .left{
    position: absolute;
    top: -5%;
    left: 5%;
    transform: translateY(50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 35px;    
}

#km001_page #last .box{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
}
#km001_page #last .box h4{
    color: #806942;  
    font-size: 55px;   
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#km001_page #last .box h4 span{
    color: #2e2e2e;  
    font-size: 20px;
    display: inline-block;
    text-align: left;
    margin-left: 1rem;
    line-height: 1.2;
    font-family: "source-han-sans-japanese", sans-serif;
}


@media only screen and (max-width: 480px) {   
#km001_page #last {
    padding-bottom: 1rem;
}
    #km001_page #last .right{
    top: -13%;
    right: 5%;
    font-size: 18px;
}
#km001_page #last .left{
    top: -7%;
    left: 5%;
    font-size: 18px;    
}

#km001_page #last .box{
    bottom: 7%;
}
#km001_page #last .box h4{
    color: #806942;  
    font-size: 55px;   
    line-height: 1;
    display: flex;
    align-items: flex-end;
}

#km001_page #last .box h4 span{
    color: #2e2e2e;  
    font-size: 20px;
    display: inline-block;
    text-align: left;
    margin-left: 1rem;
    line-height: 1.2;
}
    
#km001_page #last .box h4{
    font-size: 21px;   
}

#km001_page #last .box h4 span{ 
    font-size: 11px;
    margin-left: .5rem;
}  
}


#km001_page #spec {
	padding: 1.5em 0 2.0em;
}

#km001_page #spec h3 {
	color: #000000;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 32px;
	margin-bottom: 1.5em;
}

#km001_page #spec h3 span {
	font-size: 26px;
}

#km001_page #spec dl {	
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 1.5em auto;
	font-size: 22px;
}

#km001_page #spec dt {
	text-align: right;
	width: 30%;
	padding-right: 3%;	
	line-height: 2.0;
	box-sizing: border-box;
}

#km001_page #spec dd {
	text-align: left;
	width: 70%;
	padding: 0.5em 0 0.5em 3%;
	box-sizing: border-box;
	border-left: 2px solid;
}


@media only screen and (max-width: 480px) {
	#km001_page #spec h3 {
    font-size: 22px;
}
	#km001_page #spec h3 span {
    font-size: 16px;
}
	#km001_page #spec dl {
    font-size: 12px;
}
	#km001_page #spec dd {
    border-left: 1px solid;
}
}