@charset "UTF-8";


/*メンバー写真=============================================*/
div.member_photo{
	position: relative;
	width: 90%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: rgba(255,255,255,.3);
	border-radius: 50%;
}
.sm_view div.member_photo{
	width: 60%;
}
div.member_photo:before{
	content: "";
	display: block;
	padding-top: 100%;
}


/*文字つきボックス=========================================*/
*[data-box_char]{
	position: relative;
}
.pc_view *[data-box_char]{
	padding-left: 80px;
}
.sm_view *[data-box_char]{
}

*[data-box_char]:before{
	content: attr(data-box_char);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(134,28,60,1);
	font-family: sans-serif;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
.pc_view *[data-box_char]:before{
	width: 70px;
	height: 70px;
	font-size: 40px;
	line-height: 70px;
}

.sm_view *[data-box_char]:before{
	width: 16vw;
	height: 16vw;
	font-size: 8vw;
	line-height: 16vw;
}
.sm_view *[data-box_char] h3{
	margin: 0 0 5vw 16vw;
}

/*bottom menu=========================================*/
div#btm_menu{
	position: relative;
	padding-top: 30px;
}
div#btm_menu>div{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pc_view div#btm_menu>div{
	width: 11.0%;
	margin: .74%;
}
.sm_view div#btm_menu>div{
	width: 30.0%;
	margin: 1.6%;
}

div#btm_menu>div.current{
	pointer-events: none;
}
div#btm_menu>div.current:before{
	content: "";
	display: block;
	position: absolute;
	left: -4px;
	top: -4px;
	box-sizing: border-box;
	width:  calc(100% + 8px);
	height: calc(100% + 8px);
	border: solid 2px rgb(134, 28, 60);
}

div#btm_menu>div>span.box_thumb{
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #dddddd;
}
div#btm_menu>div>span.box_thumb:before{
	content: "";
	display: block;
	padding-top: 100%;/*1:1*/
}

div#btm_menu>div>span.box_thumb>span{
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	transition: all .3s;
}
.display_device div#btm_menu>div:hover>span.box_thumb>span{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*上付き*/
span.sup1{
	display: inline-block;
	/*font-family: monospace;*/
	font-size: .8em;
	line-height: 1;
	margin: 0 .05em;
	vertical-align: top;
}
/*下付き*/
span.sub1{
	display: inline-block;
	/*font-family: monospace;*/
	font-size: .8em;
	line-height: 1;
	margin: 0 .05em;
	vertical-align: baseline;
}

/*コンクリート特別=========================*/
div[data-box_num]{
	position: relative;
	margin-top: .75em;
	border: solid 1px #bbbbbb;
	text-align: center;
	line-height: 1.5;
	font-size: 60px;
	padding: .8em 0 .2em;
}
.sm_view div[data-box_num]{
	font-size: 40px;
}
div[data-box_num]:before{
	content: attr(data-box_num);
	display: block;
	position: absolute;
	width: 2em;
	top: -.75em;
	left: 50%;
	margin-left: -1em;
	background-color: #ffffff;
	font-weight: bold;
}

/*data-box_label 統合用*/
div.data-box1{
	font-size: 16px;
	padding: 1em;
}
.sm_view div.data-box1{
	font-size: 16px;
}

div[data-box_label]{
	position: relative;
	margin-top: 1em;
	box-sizing: border-box;
	border: solid 1px #bbbbbb;
	font-size: 16px;
	line-height: 40px;
	padding: 1.8em 1em 1em;
}
.sm_view div[data-box_label]{
	font-size: 16px;
}
div[data-box_label].adjust1{
	padding: .8em 0 0;
	margin-top: 1.5em;
}

div[data-box_label]:before{
	content: attr(data-box_label);
	display: block;
	position: absolute;
	top: -1em;
	left: -1px;
	font-weight: bold;
	padding: 0 1em;
	color: #ffffff;
	background-color: #aaaaaa;
}

div.base_sp1{
	background-color: #daedef;
}
.pc_view div.base_sp1{
	padding: 30px;
}
.sm_view div.base_sp1{
	padding: 10px;
}
div.base_sp1 a{
	color: #1fb77b;
}

div.base_sp2{
	background-color: #ffffff;
}
.pc_view div.base_sp2{
	margin: 0 auto;
	padding: 20px;
	border-radius: 15px;
}
.sm_view div.base_sp2{
	padding: 5px;
	border-radius: 10px;
}



