@charset "utf-8";
/*   
Theme Name: High Dimension
Description: High Dimension HP
Version: 2015.5.12
*/

/* Reset
-------------------------------------------------------------- */
html { font-size: 62.5%; } /* 10px */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-size: 1.6rem; /* 16px */
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
a img {
	border: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/* style
-------------------------------------------------------------- */
html {

}
body {
	font-family:'ヒラギノ角ゴシック ProN','Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,sans-serif;
	background: #fff;
	color: #000000;
	-webkit-text-size-adjust: none;
	height: auto !important;
}

a {
	text-decoration: none;
	color: #464849;
	outline: none;
}
a:hover {
	color: #aaaaaa;
}

a:focus{
	outline: none;
}

a img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
}


/**********************************************************/
/* Header */
/**********************************************************/
#header {
	height: 60px;
	text-align: left;
	box-shadow:0px 0px 10px 8px #aaaaaa;
	-moz-box-shadow:0px 0px 10px 8px #aaaaaa;
	-webkit-box-shadow:0px 0px 10px 8px #aaaaaa;
	width: 100%;
	padding-left: 5px;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 5;
	font-size: 16px;
	line-height: 1.8em;
}

.header_box {
	height: 60px;
}

h1 {
	margin-top: 0;
	padding: 8px 20px 0 0;
	font-size: 8px;
	line-height: 9.5px;
}

h1 img {
	width: 150px;
	padding-bottom: 5px;
}

.h1_span {
	display: block;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.drawer-nav {
	background: #ffffff;
/* 	font-size: 20px; */
}

.drawer-menu {
	list-style: none;
	font-size: 16px;
	line-height: 1.8em;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.drawer-menu a:link,.drawer-menu a:visited {
	text-decoration: none;
	color: #464646;
	display: block;
}

.drawer-menu li {
	border-bottom: 1px solid #cadde1;
	padding: 10px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.drawer-dropdown-menu {
	margin-top: 10px !important;
}

/**********************************************************/
/* Common */
/**********************************************************/
.sp-none {
	display: none;
}

.outline {
	height: 100%;
	background: #ffffff;
	min-width: 100%;
	overflow: hidden;
	opacity: 0;
}

.ie8 .outline {
	width: 1200px;
	margin: 0 auto;
}

.main {
	background: #ffffff;
	max-width: 3000px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 50;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 4px solid #1155c0;
}
.menu nav {
	float: left;
	overflow: hidden;
	height: 70px;
}
.menu a,
.keyVisual nav a {
	display: block;
	float: left;
	height: 70px;
	width: 100px;
	padding: 0 10px;
	overflow: hidden;
	text-indent: -500px;
	transition: background-color 0.2s ease-in-out 0, color 0.2s ease-in-out 0;
		-webkit-transition: background-color 0.2s ease-in-out 0, color 0.2s ease-in-out 0;
		-moz-transition: background-color 0.2s ease-in-out 0, color 0.2s ease-in-out 0;
		-ms-transition: background-color 0.2s ease-in-out 0, color 0.2s ease-in-out 0;
		-o-transition: background-color 0.2s ease-in-out 0, color 0.2s ease-in-out 0;
	background: url("images/new/bt_m_top.png") no-repeat center center;
	background-color: transparent;
}
.menu a:hover {
	/* opacity: 0.95; */
	color: #ffffff !important;
	background-color: #f1f1f1 !important;
	background-color: rgba(0, 0, 0, 0.05) !important;
}
.menu a.logo:hover {
	opacity: 0.75;
	background-color: transparent !important;
}

.menu a.logo { width:186px; background-image:url("images/new/img_logo_type2.png");  }
.menu a.top, .keyVisual nav a.top { width:63px; background-image:url("images/new/bt_m_top.png"); }
.menu a.solution, .keyVisual nav a.solution { width:113px; background-image:url("images/new/bt_m_solution.png"); }
.menu a.recruit, .keyVisual nav a.recruit { width:77px; background-image:url("images/new/bt_m_recruit.png"); }
.menu a.company, .keyVisual nav a.company { width:77px; background-image:url("images/new/bt_m_company.png"); }
.menu a.contact, .keyVisual nav a.contact { width:89px; background-image:url("images/new/bt_m_contact.png"); }

.logo { display: none; }



.main section .gradient {
	background: url("images/new/bg_gradient_white.png") repeat-x left bottom;
	max-width: 1025px;
	padding: 75px 0 50px 0;
}

.main section.information,
.main section.solution,
.main section.recruit,
.main section.company,
.main section.single {
	background: url("images/new/bg_solution.jpg") no-repeat center center;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
}

.main section .gradient section.single {
	padding: 50px 0 50px 0;
}

.main section.solution { background-image: url("images/new/bg_solution.jpg"); }
.main section.information { background-image: url("images/new/bg_information.jpg"); }
.main section.recruit { background-image: url("images/new/bg_recruit.jpg"); background-position: center 0px !important;background-size: auto 100%; }
.main section.company { background-image: url("images/new/bg_company.jpg"); background-position: -118px 164px !important;background-size: auto 100%; }
.main section.single { background-image: url("images/new/bg_main4.jpg"); background-position: center 0px !important;background-size: auto 100%; }

.main section.information .inner,
.main section.solution .inner,
.main section.recruit .inner,
.main section.company .inner,
.main section.single .inner {
	width: 100%;
	margin: 0 auto;
}

.main h2 {
	height: 32px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-size: 22px;
/* 	background: url("images/new/h_solution.png") no-repeat left center;
	overflow: hidden;
	text-indent: -500%; */
}

.main .single h2 {
	text-align: left;
	font-family: 'Anton', sans-serif;
	padding: 45px 10px 10px 10px;
	font-size: 25px;
	display: inline-table;
}

.jp_subtitle {
	font-size: 12px;
	padding: 9px 9px 9px 0;
	display: block;
}

.main section.single .inner {
	width: 93%;
	margin: 0 auto;
}

.single-subtext {
	/* text-align: center;
	letter-spacing: 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px; */
	font-size: 1.6rem;
	margin: 30px auto 50px auto;
	line-height: 150%;
	color: #1358c0;
	font-weight: bold;
}

.liststyle1 {
	margin-bottom: 50px;
}

.liststyle1 dt {
	margin: 40px 0 20px 0;
	padding-left: 40px;
	position: relative;
	/* font-size: 20px; */
	font-size: 1.6rem;
	letter-spacing: 0px;
}

.liststyle1 dt span {
	width: 20px;
	top: 22px;
	font-weight: bold;
}

.liststyle1 dt span::before {
	content: '';
	display: block;
	width: 0px;
	height: 2px;
	border-radius: 1px;
	border-left: 10px solid #328dc9;
	border-right: 10px solid #1154c0;
	position: absolute;
	left: 0;
	top: 12px;
}

.liststyle1 dd {
	font-size: 1.5rem;
	line-height: 1.8;
}

.menu_side {
    display: none;
}

/* 
.main section.solution h2 { background-image: url("images/new/h_solution.png"); }
.main section.recruit h2 { background-image: url("images/new/h_recruit.png"); }
.main section.company h2 { background-image: url("images/new/h_company.png"); }
.main section.contact h2 { background: url("images/new/h_contact.png") no-repeat center center }
 */
footer {
	background: #000;
}
footer .link {
	width: 1000px;
	margin: 0 auto;
}
footer .link .box {
	width: 100%;
	padding: 30px 20px;
}
footer .link .box:first-child {

}
footer .link .box a {
	display: block;
	color: #949494;
	margin: 10px 5px;
	font-size: 12px;
	line-height: 20px;
}
footer .link .box a:hover {
	color: #ccc;
	text-decoration: underline;
}
footer .link .box p a { color: #e60012; }
footer .link .box p a:hover { color: #e60012; }

footer .copyright {
	background: #1357c1;
}
footer .copyright p {
	color: #fff;
	width: 220px;
	font-size: 10px;
	font-style: italic;
	line-height: 5em;
	padding: 12px 0 0 150px;
	margin: 0 auto;
	background: url("images/new/img_logo_white.png") no-repeat 10px center;
}

.child {
    display: none;
}

.footermenu ul {
	width: 100%;
	padding: 0px;
}

.footermenu li {
	padding: 5px 10px 10px 10px;
	margin: 0;
}

.footermenu li.footermenu_top_first {
	padding: 20px 10px 10px 10px;
}

.footermenu a {
	display: block;
/* 	padding: 5px; */
}

.footermenu .toggle {
	padding: 0 0px 20px 0px;
	border-bottom: 1px solid #332f2f;
	color: #ffffff;
}

.footermenu a:link,.footermenu a:visited {
	color: #ffffff;
}

.footermenu ul li ul li {
	border-bottom: 1px dotted #332f2f;
	padding: 12px 10px;
	margin: 0;
	background:  url("images/arrow_sp.gif") no-repeat right center;
}

.pankuzu {
	padding: 10px;
	font-size: 11px;
}

/**********************************************************/
/* Top */
/**********************************************************/
#index .outline {

}

/*** keyvisual ***/
#index .keyVisual {
	border-bottom: 4px solid #1155c0;
	position: relative;
	background: url("images/new/bg_main4.jpg") no-repeat right center ;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
}
#index .keyVisual h1 {
/* 	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 82px;
	height: 78.5px;
	background: url("images/new/img_logo_type1.png") no-repeat left center;
	background-size: 82px 78.5px; */
	overflow: hidden;
	text-indent: -500%;
}
#index .keyVisual .copy {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 564px;
	height: 300px;
	overflow: hidden;
	text-indent: -500%;
	background: url("images/new/img_copy_main.png") no-repeat left center;
	background-size: 282px 150px;
	margin: -150px 0 0 -140px;
}
#index .keyVisual .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 30px 0 0 -24px;
}

#index .keyVisual .arrow2 {
	opacity: 0.5;
	animation: anime1 1s ease-in-out 0 infinite alternate;
		-moz-animation: anime1 1s ease-in-out 0 infinite alternate;
		-webkit-animation: anime1 1s ease-in-out 0 infinite alternate;
		-o-animation: anime1 1s ease-in-out 0 infinite alternate;
		-ms-animation: anime1 1s ease-in-out 0 infinite alternate;
}
#index .keyVisual .arrow3 {
	opacity: 0.2;
	animation: anime2 1s ease-in-out 0 infinite alternate;
		-moz-animation: anime2 1s ease-in-out 0 infinite alternate;
		-webkit-animation: anime2 1s ease-in-out 0 infinite alternate;
		-o-animation: anime2 1s ease-in-out 0 infinite alternate;
		-ms-animation: anime2 1s ease-in-out 0 infinite alternate;
}

@keyframes anime1 {	0% {margin-top: 30px;} 100% {margin-top: 40px;} }
@-moz-keyframes anime1 { 0% {margin-top: 30px;} 100% {margin-top: 40px;} }
@-webkit-keyframes anime1 {	0% {margin-top: 30px;} 100% {margin-top: 40px;} }
@-o-keyframes anime1 { 0% {margin-top: 30px;} 100% {margin-top: 40px;} }
@-ms-keyframes anime1 {	0% {margin-top: 30px;} 100% {margin-top: 40px;} }

@keyframes anime2 {	0% {margin-top: 30px;} 100% {margin-top: 50px;} }
@-moz-keyframes anime2 { 0% {margin-top: 30px;} 100% {margin-top: 50px;} }
@-webkit-keyframes anime2 {	0% {margin-top: 30px;} 100% {margin-top: 50px;} }
@-o-keyframes anime2 { 0% {margin-top: 30px;} 100% {margin-top: 50px;} }
@-ms-keyframes anime2 {	0% {margin-top: 30px;} 100% {margin-top: 50px;} }


#index .keyVisual .arrow img { display: block; }

#index .keyVisual nav {
	position: absolute;
	bottom: 7px;
	left: 200px;
}
#index .keyVisual nav a:hover {
	opasity: 0.75;
}

/*** Solution ******************************************/
#index section.solution .btBox {
	padding: 10px 0 0 0;
	margin: 10px 0;
}
#index section.solution .btBox li {
	width: 100%;
	margin: -10px 0 0 0;
	text-align: center;
}
#index section.solution .btBox li a {
	display: block;
}

#index section.solution .btBox li a img {
	width: 80%;
}

.solu {
	padding-top: 20px;
}


.single_text_title {
	font-size: 20px;
	line-height: 150%;
	color: #1357c1;
	padding: 5px 0 15px 0;
}

.single_text_area {
	padding-bottom: 40px;
}


/*** Recruit ******************************************/
#index section.recruit .photo {
	display: block;
	margin: 20px auto 20px auto !important;
	width: 90%;
}
#index section.recruit .btBox {
	margin: 40px 0 0 0;
	display: inline-block;
}
#index section.recruit .btBox li {
	width: 100%;
	float: left;
	text-align: center;
}

#index section.recruit .btBox li img {
	width: 70%;
}

#index section.recruit .btBox li a {
	display: block;
}

/*** Company ******************************************/
#index section.company .gradient {
/* 	min-height: 400px !important; */
}
#index section.company .inner {
/* 	background: url("images/new/bg_duplex.jpg") no-repeat right bottom; */
}

#index section.company .btBox {
	width: 100%;
	margin: 0px 0 0 -10px;
	display: inline-block;
}
#index section.company .btBox li {
	width: 200px;
	margin: 0 auto -10px auto;
}

#index section.company .btBox li img {
	width: 200px;
}

#index section.company .btBox li a {
	display: block;
}

#index section.company .info {
    padding: 135px 0 30px 0;
    margin: -70px 0 0 0;
	text-align: center;
/* 	background: url("images/new/img_entrance.png") no-repeat right bottom; */
/* width: 754px; */
}
#index section.company .info .name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 10px;
}
#index section.company .info .name span {
    font-size: 12px;    
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 10px;
    color: #aaa;
}
#index section.company .info .address {
    margin: 30px 0 0 12px;
    font-size: 10px;
    line-height: 1.5em;
}
#index section.company .info .address span {
    color: #aaa;
}



/*** Information ******************************************/
#information ul {
	padding: 35px 30px 40px;
}

#information li {
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #adadad;
	line-height: 2rem;
}

#information a:hover {
	text-decoration: underline;
}

.infoday {
	color: #1155c0;
	width: 100%;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.t_center {
	text-align: center;
}

.facebookbanner {
	padding: 20px 0px 0 0;
}
.facebookbanner img {
	width: 70%;
}

/*** Contact ******************************************/
#index section.contact {
	background: #332f2f;
	text-align: center;
	padding: 80px 0 0 0;
	color: #ffffff;
}
#index section.contact .inner {
	padding: 50px 0 30px 0;
}

#index section.contact .inner img {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

#index section.contact .inner a img {
	width: 50%;
	float: none;
}

#index section.contact .inner img.facebook_banner {
	width: 50%;
	float: none;
	margin-bottom: 40px;
}

/* 
nav.drawer-nav {
	display: none !important;
}
 */
 
.sp_none {
	display: none !important;
}


.contact_form {
	text-align: left;
	border-top: 1px solid #4281ae;
	width: 100%;
	font-weight: 1.5rem;
}

.contact_form th {
	background: #a0d4fb;
	padding: 10px;
	border-bottom: 1px solid #4281ae;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.contact_form td {
	background: #ffffff;
	padding: 10px;
	border-bottom: 1px solid #4281ae;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.contact_form input,.contact_form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #454545;
}

.indispensable {
	color: #dc143c;
	font-size: 12px;
	font-weight: bold;
}

.term_of_use {
	border: 1px solid #dadada;
	height: 200px;
	margin: 0 0 10px;
	overflow: auto;
	width: 100%;
	background: #ffffff;
}

.contact_form td.notim {
	padding-bottom: 30px;
}

.border_textarea {
	width: 100%;
}

.submit {
	text-align: center;
}

.submit input {
	width: 80%;
}

.freetel {
	color: #cc0000;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
}

.contact_h3_02 {
	background: #ffcccc;
	border-radius: 5px;
	font-size: 16px;
	border: none;
	padding: 5px 10px;
}

.form_box .contact_h3_02_in {
	background: none;
	font-size: 16px;
	font-weight: normal;
}

.form_box .sp_center {
	width: 100%;
	padding-bottom: 30px;
}

.form_box .sp_center input {
	width: 80%;
	margin-bottom: 20px;
}

.pc_submit input {
    width: 100%;
    background: #0077cc;
    padding: 20px;
    color: #ffffff;
    border: none;
    font-size: 15px;
}


/*** Contact ******************************************/


/*** single page ******************************************/
.single {
	line-height: 170%;
}

.titlestyle1 {
	border-bottom: 2px solid #dbdbdb;
	padding-bottom: 13px;
	margin: 20px 0 16px 0;
	font-size: 1.6rem;
	font-weight: bold;
}

.titlestyle2 {
	margin: 30px 0 16px 0;
	font-weight: bold;
	font-size: 17px;
	clear: both;
}

.business_txt_last {
	font-size: 10px;
	padding: 5px 0 40px 0;
}

.main section.single .inner p {
	line-height: 170%;
	padding-bottom: 25px;
	font-size: 1.5rem;
}

.recruit_table {
	width: 100%;
	line-height: 170%;
	padding-bottom: 25px;
}

.recruit_table th {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    font-size: 16px;
    font-weight: bold;
	box-sizing: border-box;
}

.contents_table th, .access_table .access_td {
	box-sizing: border-box;
    background: #ffffdd;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.contents_table a:link, .contents_table a:visited {
	color: #3685c1;
}

.recruit_table td {
	width: 100%;
	display: inline-block;
	border-bottom: none;
	box-sizing: border-box;
	padding: 10px;
}

.red_text {
    color: #ff2a00;
    font-weight: bold;
}

.sp_center {
	text-align: center;
}

.product_ul li img {
	width: 100%;
}

.textphoto1,.textphoto2 {
	text-align: center;
	padding-bottom: 60px;
}

.textphoto1 img,.textphoto2 img {
	width: 70%;
}

.textphoto1 p,.textphoto2 p {
	text-align: left;
}

.chara_box {
	border: 1px solid #0090ce;
	margin-top: 40px;
}

.chara_box .title {
	background: #0090ce;
	color: #ffffff;
	padding: 10px;
}

.chara_box .comment {
	padding: 15px;
	margin: 0;
}

.chara_box img {
	width: 100%;
}


.business_box li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #cccccc;
}

.business_box .left_img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.right_txt h4 {
	font-size: 1.6rem;
	margin: 20px 0;
}

.right_txt h4 a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.right_txt h4 a::before,
.right_txt h4 a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}


.right_txt h4 a::before{
	box-sizing: border-box;
	width: 19px;
	height: 20px;
	border: 1px solid #c8c8c8;
}
.right_txt h4 a::after{
	left: 8px;
	box-sizing: border-box;
	width: 3px;
	height: 10px;
	border: 5px solid transparent;
	border-left: 5px solid #c8c8c8;
}

.more a {
	width: 100%;
	display: block;
	padding: 10px;
	text-align: center;
	background: #0d97bb;
	color: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
}

.more a:link,.more a:visited {
	color: #ffffff;
	text-decoration: none;
}

.sp_imgstyle {
	border-bottom: none;
}
.sp_imgstyle img {
	display: inline;
	width: 100%;
}

h3.business_h3::after {
	display: inline-block;
	content: attr(data-label); /*content縺ｧdata-label螻樊ｧ繧呈欠螳?*/
	padding-left: 0px;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 27px;
	border-left: none;
}

h3.menu_img::after {
	display: inline-block;
	content: attr(data-label); /*content縺ｧdata-label螻樊ｧ繧呈欠螳?*/
}

h3.business_h3 img {
	display: none;
}

h3.business_h3 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px 3px 10px;
	border-bottom: 1px solid #bbbbbb;
}

.privacy_ol {
	padding: 10px 0 50px;
}

.txt_box {
	padding-bottom: 60px;
}

.contents_table {
	width: 100%;
	font-size: 1.5rem;
}

.contents_table th {
    background: #3685c1;
    color: #ffffff;
	display: block;
	padding: 10px;
	box-sizing:border-box;
	width: 100%;
	text-align: left;
}

.contents_table td {
	display: block;
	padding: 10px;
	box-sizing:border-box;
	width: 100%;
	background: #ffffff;
}

.border_b {
	border-bottom: 1px solid #CCCCCC;
}

.waku {
	padding-bottom: 50px;
}
.sitemap_list {
	margin: 0 0 60px 35px;
}

.sitemap_list li {
	position: relative;
}

.sitemap_list li::after,
.sitemap_list li::before {
	display: block;
	content: '';
	position: absolute;
}

.sitemap_list li::after {
	top: 9px;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sitemap_list li::before {
	top: 12px;
	left: -1.025em;
	width: 8px;
	height: 1px;
	background-color: #666;
}

.sub_list {
	margin: 0 0 0 30px;
}

/*  -----------------------------------------
　◆ インフォ
------------------------------------------ */
.infolist_ul a:link,.infolist_ul a:visited {
	color: #1357c1;
}

.infolist_ul a:hover {
	color: #cccccc;
}

.infolist_ul li {
	padding-top: 30px;
	border-bottom: #1357c1 1px dotted;
}

.infolist_ul li h3 {
	padding: 5px 0;
}
