@charset "utf-8";
/* CSS Document */
/*リセット*/
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - //richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { line-height:1; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }  ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } / change colours to suit your needs / ins { background-color:#ff9; color:#000; text-decoration:none; } / change colours to suit your needs / mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } /* change border colour to suit your needs */ hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; }
/*リセット*/

html{
	font-size:62.5%;
	/*height: 100%;*/
}
body{
	line-height:1.8;
	font-size: 1.6rem;
	font-family:'Century Gothic','Lato','メイリオ',sans-serif;
	color:#666666;
	-webkit-text-size-adjust: 100%;
	/*height: 100%;
	background: url(../image/index/tokyohistory.jpg) no-repeat right top;
	background-size:auto 100%;
	background-size:50% auto;
	background-attachment: fixed;*/
}
img {
	vertical-align : bottom;
    max-width: 100%;
	height: auto;
}
a:link{
	color:#666666;
	text-decoration:none;
}
a:visited{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#BBBBBB;
	text-decoration:none;
}
/*クリア*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

h1{
	font-size: 1.0rem;
	padding-top: 5px;
	height: 26px;
	box-sizing: border-box;
	font-weight: normal;
	background-color:rgba(227,227,221,1.00);
	padding-left: 2%;
	text-align: center;
}

.tokyohistory{
	/*max-width: 1200px;
	width: 94%;
	margin: 0 auto;*/
	box-sizing: border-box;
	letter-spacing: 0.1em;
}

.logo{
	text-align: center;
	margin: 40px 10% 50px;
}

h2{
	font-size: 1.8rem;
	letter-spacing: 0.14em;
	font-weight: bolder;
	color: #3A4879;
	margin-bottom: 20px;
	text-align: center;
	padding-left: 2%;
	padding-right: 1%;
}

.open{
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.open strong{
	background-color: #3A4879;
	padding: 3px 1em;
}
.about_txt{
	letter-spacing: 0.1em;
	line-height:1.8em
}
.about_txt dt span{
	color: #3A4879;
	font-weight:bolder;
	text-align: left;
}
.about_txt dl,.about_txt > div{
	width: 92%;
	margin: 0 auto 20px;
}
.r18{
	box-sizing: border-box;
	padding: 20px 0 15px 50px;
	background:url(../image/index/r18.svg) no-repeat left center;
	background-size: 40px 40px;
}

@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.r18{
		font-size: 1.2rem;
	}
	/*.r18{
		background:url(../image/index/r18.svg) no-repeat center top;
		background-size: 50px 50px;
		padding: 60px 0 0;
		/*text-align: center;
	}*/
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.r18 span{
		display: inline-block;
	}
}

.about_txt ul{
	width: 82%;
	margin: 0 auto;
}
.about_txt ul li:nth-child(1){
	margin-bottom: 20px;
}
.about_txt ul li:nth-child(2){
	margin-bottom: 20px;
}
.about_txt ul li:nth-child(4) {
	position: relative;
}
.about_txt ul li:nth-child(4) label{
	cursor: pointer;
	padding-left: 30px;
}
.about_txt ul li:nth-child(4) input{
	position: absolute;
	top: 4px;
	left: 0;
}
.about_txt ul li.btn,.lostpass{
	margin-top: 30px;
}
.about_txt li span{
	white-space: nowrap;
}
.about_txt dl dt{
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.about_txt dt span{
	color: #3A4879;
	font-weight:bolder;
	text-align: left;
}
input[type="text"],input[type="password"]{
	width:100%;
	padding:10px;
	box-sizing: border-box;
	font-size:1.6rem;
	-webkit-appearance: none;
	border-radius: 0;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
	outline: none;
	border: #999999 solid 1px;
	
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="text"]:focus,input[type="password"]:focus {
	background:#EEEEEE;
	box-shadow: 0 0 7px #3A4879;
	border: 2px solid #3A4879;
}

input::-webkit-input-placeholder {
    color: #CCCCCC;
}
input:-moz-placeholder {
    color: #CCCCCC;
}
input::-moz-placeholder {
    color: #CCCCCC;
}
input:-ms-input-placeholder {
    color: #CCCCCC;
}

.lostpass{
	text-align: center;
}
.lostpass a:link,.lostpass a:visited{
	color:#CD4C68;
}
.lostpass a:hover{
	color:#CD4C68;
}
.lostpass{
	text-align: center;
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.lostpass{
		letter-spacing: -0.08rem;
	}
}

.about_txt a:link,.about_txt a:visited{
	color:#CD4C68;
}
.about_txt a:hover{
	color:#CD4C68;
}
/*ボタン*/
.btn{
	width: 80%;
	margin: 0 auto;
}
.btn input{
	width: 100%;
	color: #FFFFFF;
	border:none;
	text-align: center;
	cursor:pointer;
	background-color: rgba(206,76,104,1.0);
	padding:20px 0;	
	-webkit-appearance: none;
	border-radius: 0;
	
	-webkit-transition: all .3s;
	transition: all .3s;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
	font-size: 1.6rem;
}
.btn input:hover{
	background-color: rgba(186,0,50,1.0);
}
/*エラー*/
.error{
	color:#FF0000;
	text-align: left;
	margin: 10px auto;
	width: 100%;
}

@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.tokyohistory{
		padding-bottom: 50px;
	}
	h2{
		text-align: left;
		padding: 10px 3% 10px 4%;
		line-height: 2.2;
		font-size: 1.6rem;
		letter-spacing: 0.10em;
	}
	h2.bgimage1{
		background: url(../image/index/tokyohistory600-1.jpg) no-repeat right bottom;
		background-size:auto 100% ;
	}
	h2.bgimage2{
		background: url(../image/index/tokyohistory600-2.jpg) no-repeat right bottom;
		background-size:auto 100% ;
	}
	h2.bgimage3{
		background: url(../image/index/tokyohistory600-3.jpg) no-repeat right bottom;
		background-size:auto 100% ;
	}
	h2.bgimage4{
		background: url(../image/index/tokyohistory600-4.jpg) no-repeat right bottom;
		background-size:auto 100% ;
	}
	h2.bgimage5{
		background: url(../image/index/tokyohistory600-5.jpg) no-repeat right bottom;
		background-size:auto 100% ;
	}
	h2.bgimage6{
		background: url(../image/index/tokyohistory600-6.jpg) no-repeat right bottom;
		background-size:auto 100% ;
	}
	h2.bgimage7{
		background: url(../image/index/tokyohistory600-7.jpg) no-repeat right bottom;
		background-size:auto 100% ;
	}
	.about_txt dl dt{
		font-size: 1.8rem;
	}
	
	.about_txt ul li span{
		display: block;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	h2 span{
		display: inline-block;
	}
	h2 br{
		display: none;
	}
	/*ログインフォーム*/
	.about_txt ul li span{
		display: inline-block;
		width: 11em;
		padding-left: 1em;
	}
	input[type="text"],input[type="password"]{
		width: 66%;
	}
	input[type="text"]:focus,input[type="password"]:focus {
		border: 1px solid #3A4879;
	}
	.btn{
		width: 40%;
	}
	.content_box{
		padding-bottom: 50px;
	}
}
@media screen and (min-width : 1280px) {/*1280以上(PC大きめのデスクトップ)*/
	html{
		height: 100%;
	}
	body{
		height: 100%;
	}
	body.bgimage1{
		background: url(../image/index/tokyohistory1.jpg) no-repeat right top;
		background-size:auto 100%;
		background-attachment: fixed;
	}
	body.bgimage2{
		background: url(../image/index/tokyohistory2.jpg) no-repeat right top;
		background-size:auto 100%;
		background-attachment: fixed;
	}
	body.bgimage3{
		background: url(../image/index/tokyohistory3.jpg) no-repeat right top;
		background-size:auto 100%;
		background-attachment: fixed;
	}
	body.bgimage4{
		background: url(../image/index/tokyohistory4.jpg) no-repeat right top;
		background-size:auto 100%;
		background-attachment: fixed;
	}
	body.bgimage5{
		background: url(../image/index/tokyohistory5.jpg) no-repeat right top;
		background-size:auto 100%;
		background-attachment: fixed;
	}
	body.bgimage6{
		background: url(../image/index/tokyohistory6.jpg) no-repeat right top;
		background-size:auto 100%;
		background-attachment: fixed;
	}
	body.bgimage7{
		background: url(../image/index/tokyohistory7.jpg) no-repeat right top;
		background-size:auto 100%;
		background-attachment: fixed;
	}
	.tokyohistory{
		/*max-width: 1000px;
		width: 80%;
		margin: 0 auto;
		padding-right: 40%;*/
		width:64%;
		background-color: rgba(255,255,255,0.6);
		/*display: flex;
		flex-direction:row-reverse;*/
	}
	.logo{
		margin: 0 10% 50px;
	}
	.content_box{
		max-width: 1000px;
		width:  90%;
		box-sizing: border-box;
		padding: 50px 30px;
		margin: 0 auto;
	}
	.about_txt ul{
		width: 70%;
	}
}
h3{
	margin-bottom: 20px;
	padding-left: .5em;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 1.6rem;
	color: #3A4879;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 2px solid #DDDDDD;
}
h3::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #3A4879;
}

.attention{
	color: #8d8de3;
	font-weight:lighter;
}
.concept,.recruit,.l_document{
	width: 92%;
	margin: 100px auto 0;
}
.concept p{
	padding: 0 1.4%;
	margin-bottom: 15px;
}
.concept p span{
	color: #3A4879;
	font-weight:bolder;
}
.recruit dt{
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.recruit dt span{
	border-bottom: #DDDDDD solid 2px;
	padding: 0 10px 5px;
}
.recruit dl dd:nth-of-type(1){
	margin-bottom: 30px;
}
.recruit dd {
	padding: 0 1.4%;
}
.recruit dl dd li{
	border-bottom: #DDDDDD dotted 1px;
}
.recruit dl dd li:last-child{
	padding-top: 5px;
}
.recruit dd p{
	margin-bottom: 15px;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.recruit dl dd li{
		padding-left: 1em;
		text-indent: -1em;
	}	
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	h3{
		font-size: 2.0rem;
	}
	h3::after {
		width: 12%
	}
	.recruit dt{
		font-size: 2.0rem;
	}
	.recruit dl dd ul{
		max-width: 600px;
		margin: 0 auto;
	}
	.recruit dl dd li{
		font-size: 1.6rem;
		text-align: center;
	}
	.recruit dl dd li span{
		display: none;
	}
}

/*商標登録*/
.l_document p{
	text-align: center;
	padding: 0 2%;
}
.l_document p img{
	border: solid 1px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
}


@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
}
@media screen and (min-width : 768px) {/*768以上(タブレット/PC)*/
}
@media screen and (min-width : 960px) {/*960以上(タブレット縦/PC)*/
}
@media screen and (min-width : 1280px) {/*1280以上(PC大きめのデスクトップ)*/
}


/*--------------------footer--------------------*/
.footer{
	background-color:rgba(58,72,121,1.00);
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2rem;
	padding-top: 15px;
	padding-bottom: 10px;
}
.footer p a:link{
	color: #FFFFFF;
}
.copy a:visited{
	color:#FFFFFF;
}
.footer_info{
	letter-spacing: 0.14em;
	margin-bottom: 15px;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.footer_info{
		margin: 0 auto 10px;
		max-width: 130px;
		width: 30%;
	}
	.copy{
		text-align: left;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.footer{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (min-width : 960px) {/*960以上(タブレット縦/PC)*/
	.copy a:hover{
		color:#BBBBBB;
	}
}

/*----------ページトップ----------*/
#page-top {
    position: fixed;
	bottom:10px;
    right: 15px;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	#page-top {
    	right: 10px;
	}
}
#page-top a {
   /*background-color: rgba(204,0,34,0.90);*/
	background-color: rgba(206,76,104,0.90);
    text-decoration: none;
    color: #fff;
	box-sizing:border-box;
    width: 46px;
	position: relative;
	height:46px;
	line-height:46px;
    text-align: center;
    display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#page-top a:hover {
	text-decoration: none;
	/*background-color: rgba(136,0,34,0.80);*/
	background-color: rgba(186,0,50,0.85);
}
#page-top a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 14px;
	height: 14px;
	margin: -5px -8px 0 0;
	border-top: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.banner_area {
	margin: 50px 0 0 0;
}

.banner_area img {
	width: 31.3333%;
	margin: 0 1%;
	float: left;
}

@media screen and (min-width:0px) and ( max-width:767px) {/*767まで(SP)*/
	.banner_area img {
	width: 1003%;
	margin: 0 0%;
	float: none;
}
	
}



.sp_only {
	display:none;
}

.pc_only {
	display:block;
}
@media only screen and (max-width: 880px) {
.sp_only {
	display:block;
}

.pc_only {
	display:none;
}
}