﻿@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
					全体共通部分
-------------------------------------------------------*/

body {
    font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
}
.loader_txt,.cms_title h2,#catch h2,#question h2,#contents h2,#contents .box h3,#top_cms .cms_title h2,#page_title h2{
	    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#page_title h2,#contents .box h3{
	    font-weight: bold;
}
li{
	list-style-type: none;
}
.en_font{
	font-family: 'Caveat', cursive;
}
svg {
	fill: currentColor;
}
.border_white{border-color: white;}

/* top loader */
.loader_bg {
    width: 100%;
    height: 100%;
    z-index: 9999;
    animation: loaderTxtDelay 0s ease 0.8s 1 forwards;
    pointer-events: none;
}
@-webkit-keyframes loaderTxtDelay {
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
.top_loader{
	z-index: 999;
	left: 0;
	top: 0;
}
.top_loader .logo{display: none;}
.top_loader .logo img{
	width: 100%!important;
}
.top_loader .loader_txt{
	z-index: 11;
	pointer-events: none;
	font-size:-webkit-calc(1rem + 25px);
	font-size : calc(1rem + 25px);
}
.top_loader .loader_txt span,.scroll_anime span{
	/* display: inline-block; */
	opacity: 0;
	transform: translateY(20px);
}
.loader_txt span{
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
}
.loader_txt span.active,.scroll_anime span.active{
-webkit-animation: fw 0.5s ease 0.5s 1 forwards;
    animation: fw 0.5s ease 0.5s 1 forwards;
}
@-webkit-keyframes fw {
	50%{
		transform: translateY(-10px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fw {
	50%{
		transform: translateY(-10px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}
/*フェードインcss*/
.fadein_up{
    opacity : 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
	transition:transform 1s ease,opacity 1s ease; 
}
.fadein_up.scrollin{
    opacity : 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* -- ヘッダー -- */
header.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.all_page header.clone-nav {
  transform: translateY(0%);
}
header.is-show {
  transform: translateY(0);
}
header .logo{
	max-width: 150px;
}
.all_page header .logo img{
	height: 60px!important;
    width: auto!important;
}
/* -- moreボタン -- */
.more_box {
	margin-left: auto;
	width : 200px;
	height: 50px;
	overflow : hidden;
	text-align : center;
	transition : .2s;
	border-radius: 50px;
}
.hover {
	position : relative;
	border : 2px solid white;
	width : 200px;
	height : 200px;
	margin-top: -152px;
	left : -250px;
	transition : .3s;
	transform: rotate(20deg);
}
.more_txt1 {
	transition : .3s;
	line-height: 50px;
}
.more_box:hover .hover{
	left: -145px;
}
.more_box:hover .more_txt1{
	margin-left : 80px;
}
.more_txt2 {
	margin-top : 37px;
	margin-right : -135px;
	transform : rotate(-20deg);
}


/* -- snsリンク -- */
.menu ul .sns_link li a,.overlay ul .sns_link li a{
	background-color: transparent;
    border-right: none;
	padding-bottom:0px;
	padding-top:0px;
}
.menu ul .sns_link li p,.overlay ul .sns_link li p{
	display: none;
}



.cms_link{
	top:12%;
	right: 10px;
	z-index: 9;
	display: flex;
    flex-direction: column;
}
.cms_link div a{
	padding: 15px 10px;
	padding-right: 50px;
}
.cms_link_box {
	-webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

}
.cms_link_box:hover{

    	-webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
	transition:transform 0.3s ease,opacity 0.3s ease; 
}
.cms_link_box div{display: inline-block;}

/* -- page-top -- */
.page-top{
	position: fixed;
	right: 0px;
	bottom: 10px;
	z-index: 9;
}
.page-top a{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
}



/* -- リンクボタン -- */

/* -- フッター -- */
footer .footer_con_box .footer_con{
	border: 1px solid var(--white);
	border-radius: 100px;
	background-color: #faf8f563;
	/* color: var(--color5); */
	padding: 20px 100px;
}
footer .footer_con_box a:hover{
	    letter-spacing: 8px;
	    background-color: var(--white);
}
.f_logo .logo{
    max-width: 250px;	
}

/*-------------------------------------------------------
					index.html 
-------------------------------------------------------*/

/*----　メインイメージ　----*/
.main_img_wrap{
	height: 100vh;
	min-height: 800px;
	width: 100%;
	z-index: 1;
}
.main_img{
	position: static!important;
}


.video_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.menu{
	z-index: 2;
	top: 50%;
	left: 80px;
	transform: translateY(-50%) translateX(0%);
	width: 50%;
	max-width: 450px;
	/* height: 100%; */
}
.menu .logo{
	padding: 50px 30px;
}

/* -- TOPバナー -- */
.t_banner_box{
	z-index: 2;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.t_banner_box .banner{
	width: 32%;
	margin-left: 2%;
	overflow: hidden;
	display: none;
}
.t_banner_box .banner:first-child{
	margin-left: 0%;
}
.t_banner_box .banner:hover{
	margin-top: -20px;
}
/* -- キャッチ文 -- */
#catch .box {
    margin-left: auto;
    margin-right: 5%;
    background-color: rgba(255 ,255 ,255,0.8);
    padding: 50px 40px;
}
#catch .box .sub_title{
	font-size: -webkit-calc(1rem + 55px);
	font-size: calc(1rem + 5px);
	position: absolute;
	top: 10px;
	left: 20px;
	transform: rotate(0deg);
	z-index: 1;
}
#catch .box .title{
    padding: 20px 30px;	
	margin-left: -60px;
}

/* -- 固定部分 -- */
.question:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.question .box{
	z-index: 1;
}
.question .box .box_item{
    padding: 80px;	
}
.question .txt {
	width: 90%;
	margin-right: 10%;
}
.question .txt:nth-child(even) {
	margin-right: 0%;
}
.question .txt .check {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    top: 0px;
    padding-right: 10px;
}
.question .txt:before{
	content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 0;
    border-radius: 5px;
	top: 2px;
}
.question .sliceTxt4,#question .sliceTxt5,#question .sliceTxt6{
	font-size: -webkit-calc(1rem + 40px);
	font-size: calc(1rem + 20px);
}

/* -- コンテンツ -- */
#contents .box .box_item{
	background-color: rgba(255 ,255 ,255,0.9);
    padding: 50px 40px;
	z-index: 2;
    margin-top: -400px;
}
#contents .box:nth-child(odd) .box_item{
	margin-left: 40%;
}
#contents .box:nth-child(even) figure{
    margin-left: 40%;

}
#contents .box .box_item:before {
    content: '';
    position: absolute;
    width: 98%;
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    height: 98%;
    height: -webkit-calc(100% - 25px);
    height: calc(100% - 25px);
    border: 1px solid #333;
    top: 12px;
    left: 12px;

}
#contents .box .box_item .sub_title{
	font-size: -webkit-calc(1rem + 55px);
    font-size: calc(1rem + 55px);
    position: absolute;
    top: -40px;
    left: -30px;
    transform: rotate(-10deg);
}

/*--- contentsg ------------------------------------*/
#top_contents2{
	padding: 130px 0;
}

#top_contents2 .con_box{
    background-repeat: no-repeat;
    background-position: left 5% bottom;
    background-size: 400px;
}

#top_contents2 .con_box .con_img{
    height: 650px;
}

#top_contents2 .con_box .text_box .before{
	display: inline-block;
    content: "";
    width: 26%;
    height: 4px;
	top: 0;
    right: 0;
}

#top_contents2 .con_box .text_box {
	width: 50% !IMPORTANT;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 5% 5% 5% 3%;
	overflow-y: auto;
	max-height: 160%;
}

#top_contents2 .con_box:nth-of-type(2) .text_box {
	left: 0;
	border-radius: 0 20px 0 0;
}

#top_contents2 .con_box:nth-of-type(2) .text_box .before{
    left: 0;
}

#top_contents2 .con_box:nth-of-type(2) .img_box{
    margin-left: auto;
}

#top_contents2{
    background-size: 50px 50px;
    background-position: center;
    background-color: var(--color2);
}

#top_contents2 .con_box::before{
    position: absolute;
    font-size: 150px;
    font-family: var(--font-en2);
    color: var(--color1);
    top: -20px;
    line-height: 1;
    font-weight: bold;
    z-index: 1;
    opacity: 0.5;
}

#top_contents2 .con_box:nth-of-type(1)::before{
    content: "01";
    left: 5%;
}

#top_contents2 .con_box:nth-of-type(2)::before{
    content: "02";
    right: 5%;
}

#top_contents2 .con_box:nth-of-type(3)::before{
    content: "03";
    left: 5%;
}

#top_contents2 .con_box .con_img{
    height: 750px;
    border-radius: 0 20px 0 0;
}

#top_contents2 .con_box:nth-of-type(2) .con_img{
    border-radius: 20px 0 0 0;
}

#top_contents2 .con_box .text_box {
    padding: 50px 120px;
    top: auto;
    bottom: 0;
    transform: none;
    border-radius: 20px 0 0 0;
}

#top_contents2 .con_box .text_box .before{
    display: none;
}

#top_contents2 .con_box .text_box h2{
    position: relative;
    font-size: 28px;
    text-align: left;
    color: var(--color1);
    text-shadow: 0px 0px 10px rgb(255 255 255 / 40%);
}

#top_contents2 .con_box .text_box h2::before{
    display: block;
    margin-bottom: 30px;
    font-family: var(--font-en2);
    line-height: 1;
    font-size: 20px;
    letter-spacing: 3px;
    color: var(--color1);
    font-weight: normal;
}

#top_contents2 .con_box:nth-of-type(1) .text_box h2::before{
    content: "ABOUT US 01";
}

#top_contents2 .con_box:nth-of-type(2) .text_box h2::before{
    content: "ABOUT US 02";
}

#top_contents2 .con_box:nth-of-type(3) .text_box h2::before{
    content: "ABOUT US 03";
}

#top_contents2 .con_box .text_box h2::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--color1);
    left: 200px;
    top: 10px;
}

#top_contents2 .con_item {
    border-radius: 20px 0 0 0;
    margin-top: -50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* -- TOPCMS -- */
.top_cms_box.cms1 .top_cms_box_wrap{
    width: 98%;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);	
	padding-top: 80px;
}
.top_cms_box_wrap .cms_title{
	z-index: 1;
    top: -25px;
	padding: 10px 30px;
}
.top_cms_box.cms1 .sub_title{
    font-size: -webkit-calc(1rem + 40px);
    font-size: calc(1rem + 40px);	
}


/*-------------------------------------------------------
				下層ページ共通部分
-------------------------------------------------------*/
/* ----------　ページタイトル ---------- */
#page_title{
	margin-top: 80px;
	height: 250px;
	position: relative;
	background-position: 0% 170%;
}
#page_title .title{
	bottom: -20%;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px 0 75px;
	background-color: transparent;
}
/* ----------　カテゴリーリンク ---------- */
.cate_list li{
	width: 30%;
	margin-right: 5%;
}
.cate_list li:nth-child(3n){
	margin-right: 0%;
}


/* ----------　page7.html ---------- */
.page7 #map iframe {
    width: 100%;
    height: 400px;
}
/* ----------　page10.html ---------- */
.page10 .more_box {
    width: 100%;
}
.page10 .content_wrap .more{
	margin-left: 2%;
    margin-right: 2%;
}

/* ----------　1400以下 ---------- */
@media screen and (max-width: 1400px){
/* ----------　page10.html ---------- */
.page10 .content_wrap .more:first-child{
	width: 95%!important;
}
.page10 .content_wrap .more{
	width: 45%!important;
}
}
/* ----------　1000以下 ---------- */
@media screen and (max-width: 1000px){

}






/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

/*-------------------------------------------------------
					全体共通部分
-------------------------------------------------------*/
/* -- ヘッダー -- */
header.clone-nav {
  transform: translateY(0%);
}

header .logo img {
    height: 60px!important;
    width: auto!important;
}
/* -- snsリンク -- */

/* -- フッター -- */
footer .sns_link{
	justify-content: flex-start;
}
footer .sns_link li{
	width: 50%!important;
}

footer .footer_con_box .footer_con {
    padding: 20px 60px;
}
/*-------------------------------------------------------
					index.html 
-------------------------------------------------------*/
/* top loader */
.top_loader .loader_txt{
	font-size:-webkit-calc(1rem + 20px);
	font-size : calc(1rem + 20px);
}
/* -- メインイメージ　-- */
.main_img_wrap{
	width: 100%;
	height: auto;
	min-height: auto;
    margin-top: 80px;
}
.main_img{
	height: 50vh;
	width: 100%;
}
.video_wrap {
	position: static;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-width: 100%;
}
video {   
	min-width: auto;
	min-height: auto;
	width: 100%;
	z-index: 1;
	position: static;
	top: 0%;
	left: 0%;
	-webkit-transform: translate(0%, 0%); 
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%); 
vertical-align: bottom;
}  	


#catch .box {
    margin-left: auto;
    margin-right: auto;
}
/*--- contentsg ------------------------------------*/
#top_contents1{
	padding: 150px 5% 165px;
}

#top_contents2{
	padding: 60px 0;
	margin-bottom: 0px;
}

#top_contents2 .con_box{
    padding-bottom: 10px;
    margin-bottom: 20px;
}
	
#top_contents2 .con_box:nth-of-type(2) .img_box {
    margin-left: inherit;
}

#top_contents2 .con_box .con_img{
    height: 650px;
}

#top_contents2 .con_box .text_box h2 {
    font-size: 25px;
}

#top_contents2 .con_box .text_box {
    width: 80%;
    top: -30px;
    right: auto;
    transform: none;
    padding: 40px;
    max-height: 100%;
    width: 95% ! IMPORTANT;
}

#top_contents2 .con_box:nth-of-type(2) .text_box {
	left: 0;
	border-radius: 20px 20px 0 0;
}

#top_contents2 .con_box:nth-of-type(2) .text_box .before{
    left: 0;
}

#top_contents2 .con_box:nth-of-type(2) .img_box {
    margin-left: unset;
}

#top_contents2 .con_box .con_img {
    height: 60vw;
    border-radius: 0 !IMPORTANT;
}

#top_contents2 .con_box .text_box {
    margin-top: -20px;
    border-radius: 20px 20px 0 0;
}

#top_contents2 .con_box:nth-of-type(1)::before, #top_contents2 .con_box:nth-of-type(2)::before, #top_contents2 .con_box:nth-of-type(3)::before{
    right: 10%;
    left: auto;
    font-size: 100px;
    top: -15px;
}	
/* -- コンテンツ -- */	
#contents .box .box_item,#contents .box:nth-child(odd) .box_item {
    margin-left: 5%;
}
#contents .box:nth-child(even) figure {
    margin-left: 0%;
}
#contents .box .box_item {
    margin-top: -50px;
}
/* -- TOPCMS -- */	
.top_cms_box.cms1 .sub_title {
    font-size: -webkit-calc(1rem + 30px);
    font-size: calc(1rem + 30px);
    line-height: 1;
}	
.top_cms_box.cms1 .top_cms_box_wrap {
    width: 98%;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
}
/*-------------------------------------------------------
				下層ページ共通部分
-------------------------------------------------------*/
/* ----------　ページタイトル ---------- */
/* ----------　カテゴリーリンク ---------- */
.cate_list li{
	width: 47%;
	margin-right: 3%!important;
}
/*.cate_list li:nth-child(2n){
	margin-right: 0%;
}*/
/* ----------　page7.html ---------- */
.page7 #map iframe {
    height: 350px;
}
/* ----------　page10.html ---------- */
.page10 .content_wrap .more:first-child{
	width: 95%!important;
}
.page10 .content_wrap .more{
	width: 95%!important;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/*-------------------------------------------------------
					全体共通部分
-------------------------------------------------------*/
.loader_txt,.cms_title h2,#catch h2,#question h2,#contents h2,#contents .box h3,#top_cms .cms_title h2,#page_title h2{
	    letter-spacing: 1px;
}

.question .txt .check {
    width: 20px;
    height: 20px;
    padding-right: 10px;
}

.question .txt {
    width: 100%;
    margin-right: 0%;
}

.top_loader .logo{
    max-width: 140px;	
}

#top_contents2 .con_box .text_box {
    padding: 20px;
}

#top_contents2 .con_box .text_box h2 {
    font-size: 20px;
}
/* -- ヘッダー -- */
.main_img_wrap {
    margin-top: 65px;
}
header .logo,header .logo img {
    height: 45px!important;
}
.all_page header .logo img {
    height: 45px!important;
}

.question .sliceTxt4, #question .sliceTxt5, #question .sliceTxt6 {
    font-size: -webkit-calc(1rem + 25px);
    font-size: calc(1rem + 15px);
}

/* -- コンテンツ -- */	
#top_contents2 .img_box{
    width: 100%!important;
}

#top_contents2 .con_box .text_box {
    padding: 19px;
}

#top_contents2 .con_box .text_box h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: linear-gradient(to right, var(--color1), var(--color3));
    background-repeat: no-repeat;
    background-size: 100px 1px;
    background-position: bottom center;
    font-size: 20px;
    text-align: center;
}

#top_contents2 .con_box .text_box h2::after{
    display: none;
}

#top_contents2 .con_box:nth-of-type(1)::before, #top_contents2 .con_box:nth-of-type(2)::before, #top_contents2 .con_box:nth-of-type(3)::before {
    font-size: 60px;
    right: 50%;
    transform: translateX(50%);
    top: -30px;
}

#top_contents2{
	padding: 70px 0;
}


/* -- フッター -- */
footer .sns_link li {
    width: 100%!important;
}
footer .sns_link li a{
	border-right: none;
}
/* footer .footer_con_box .footer_con {
    border-right: 1px solid #333;
} */
footer .footer_con_box a:hover{
	    letter-spacing: 4px;
}
/* -- page-top -- */
.cms_link {
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
}
.cms_link_box{
	width: 50%;
}
.cms_link div a {
    padding: 15px 0%;
    padding-right: 10px;
    width: 100%;
    display: inline-block;
}
.cms_link div a .box1{
    padding: 0 10px;
}
#copyright{
	padding-bottom: 60px!important;
}
/* -- snsリンク -- */
.cms_link_box:hover {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}	
.cms_link{
    flex-direction: initial;
}
.page-top {
    bottom: 50px;
}
	
/*-------------------------------------------------------
					index.html 
-------------------------------------------------------*/
/* top loader */
.top_loader .loader_txt{
	font-size:-webkit-calc(1rem + 6px);
	font-size : calc(1rem + 6px);
}
/* -- メインイメージ　-- */
.main_img{
	height: 40vh;
	width: 100%;
}
.t_banner_box {
    top: 0%;
    transform: translateY(0%);
    margin-top: 40px;
}
.t_banner_box .banner {
    width: 90%;
    margin-left: 0%;
    margin-top: 20px;
}
.t_banner_box .banner:first-child {
    margin-top: 0px!important;
}
.t_banner_box .banner:hover {
    margin-top: 20px;
}
/* -- キャッチ文 -- */
#catch .box {
    padding: 50px 20px;
}	
#catch .box .title {
    padding: 20px 15px;
    margin-left: -30px;
}
#catch .box .sub_title {
    font-size: -webkit-calc(1rem + 40px);
    font-size: calc(1rem + 10px);
    top: 5px;
    left: 25px;
}
/* -- 固定部分 -- */
#question .title span {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}
#question .box .box_item {
    padding: 30px;
}
/* -- コンテンツ -- */	
#question .txt {
    width: 100%;
    margin-right: 0%;
}
#question .txt .check {
    padding-right: 10px;
}
	
#contents .box .box_item {
    padding: 50px 30px;
}
#contents .box .box_item .sub_title {
    font-size: -webkit-calc(1rem + 40px);
    font-size: calc(1rem + 40px);
    top: -20px;
	left: -20px;
}
/* -- TOPCMS -- */	
.top_cms_box.cms1{
	margin-top: 70px;
}
.top_cms_box.cms1 .top_cms_box_wrap {
    width: 90%;
	padding: 50px 10px 30px;
}
.top_cms_box_wrap .cms_title {
    padding: 10px 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}
.top_cms_box.cms1 .sub_title {
    font-size: -webkit-calc(1rem + 25px);
    font-size: calc(1rem + 25px);
}

footer .footer_con_box .footer_con {
    padding: 20px 30px;
}
/*-------------------------------------------------------
				下層ページ共通部分
-------------------------------------------------------*/
/* ----------　ページタイトル ---------- */
#page_title {
    margin-top: 65px;
    height: 200px;
}
#page_title .title {
    padding: 30px 0;
    bottom: 40%;
    left: 50%;
}
/* ----------　カテゴリーリンク ---------- */
.cate_list li{
	width: 100%;
	margin-right:0%!important;
}
/* ----------　page2.html ---------- */	
.pager li:not(.prev):not(.next){
	display: none
}
/* ----------　page7.html ---------- */
.page7 #map iframe {
    height: 300px;
}
}

@media all and (-ms-high-contrast: none){
.page8 #form_area button {
padding-top: 18px;
}
}

@media screen and (max-width: 667px) and (-ms-high-contrast: none){
	
}


/* =====================
  トップページ設定　タイトルテキスト
===================== */
.pc_txt {display: block;}
.sp_txt {display: none;}
#contents .pc_txt {display:inline-block}

/* --- スマートフォン --- */
@media screen and (max-width: 768px){
  .pc_txt, #contents .pc_txt {display: none;}
  .sp_txt {display: block;}
  #contents .sp_txt {display:inline-block}
}

