@charset "Shift_JIS";

.tabs{
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	width: 100%;
	top: 0px;
	text-align: center;
	margin-left: 0px;
}
.tabs input{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 32px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);
	cursor: pointer;
}

.tabs input#tab-2{
	left: 25%;
}

.tabs input#tab-3{
	left: 50%;
}

.tabs input#tab-4{
	left: 75%;
}
@media screen and (max-width : 480px){

.tabs input#tab-2{
	left: 0%;
}

.tabs input#tab-3{
	left: 0%;
}

.tabs input#tab-4{
	left: 0%;
}
}

.tabs label{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #000000)) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
	background: -moz-linear-gradient(top, #4d4d4d 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #4d4d4d 0%,#000000 100%);
	background: -o-linear-gradient(top, #4d4d4d 0%,#000000 100%);
	background: -ms-linear-gradient(top, #4d4d4d 0%,#000000 100%);
	background: linear-gradient(top, #4d4d4d 0%,#000000 100%);
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	position: relative;
	padding: 6px 0px  0px 0px;
	float: left;
	display: block;
	width: 323px;
	color: #ffffff;
	top: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
	border-radius: 4px 4px 0px 0px;
	font-family: Meiryo, ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: white;
}
@media screen and (max-width : 1024px){
    .tabs{
        margin: 0 auto; 

	width: 100%;
	margin-left: 0px;
}
    .tabs label{
	width: 24.9%;
    }
}
@media screen and (max-width : 480px){
    .tabs{
	width: 100%;
	margin-left: 0px;
}
    .tabs label{
        font-size: 12pt;
margin-top: 6px;
	padding: 6px 0px  4px 0px;
	width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
}


.tabs label::after{
	content: '';
	background: #ffffff;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 6px;
	display: block;
}

.tabs input:hover + label{
	background: none 0% 0% / auto auto repeat scroll padding-box border-box #003296;
	top: -4px;
	-webkit-transition: top linear 0.3s;
	-moz-transition: top linear 0.3s;
	-o-transition: top linear 0.3s;
	-ms-transition: top linear 0.3s;
	transition: top linear 0.3s;
}

.tabs input:hover + label::after{
	background: none 0% 0% / auto auto repeat scroll padding-box border-box #003296;
}

.tabs input:hover + label ~ .clear-shadow{
	top: -0px;
	-webkit-transition: top linear 0.3s;
	-moz-transition: top linear 0.3s;
	-o-transition: top linear 0.3s;
	-ms-transition: top linear 0.3s;
	transition: top linear 0.3s;
}

.tabs input:checked:hover + label{
	top: 0;
}

.tabs input:checked:hover + label::after{
	background: #ffffff;
}

.tabs input:checked:hover + label ~ .clear-shadow{
	top: 0;
	background: #ffffff;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
	z-index: 0;
}

.tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow{
	z-index: 0;
    width: 250px;
}

.tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow{
	z-index: 0;
}

.tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow{
	z-index: 0;
}

.tabs label:first-of-type{
	z-index: 0;
}

.tab-label-2{
	z-index: 0;
}

tabs.tab-label-3{
	z-index: 0;
}

.tab-label-4{
	z-index: 0;
}
.century_1{
margin-left: 150px;
font-family:  century;
}
.tabs input:checked + label{
	background: #990000;
	z-index: 0;
	-webkit-transition: top linear 0.2s;
	-moz-transition: top linear 0.2s;
	-o-transition: top linear 0.2s;
	-ms-transition: top linear 0.2s;
	transition: top linear 0.2s;
}



.clear-shadow{
	background: #ffffff;
	position: relative;
	top: 0;
	height: 10px;
	margin-bottom: -10px;
	clear: both;
	z-index: -2;
}

.content{
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	position: relative;
	width: 100%;
	height: 1000px;
	z-index: 0;
	overflow: hidden;
}

.content div{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 100%;
	padding: 10px 30px;
	overflow: hidden;
	z-index: 0;
	opacity: 0;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4{
	bottom: 0px;
	z-index: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);
	opacity: 5;
	-webkit-transition: all ease-out 0.3s 0.3s;
	-moz-transition: all ease-out 0.3s 0.3s;
	-o-transition: all  ease-out 0.3s 0.3s;
	-ms-transition: all  ease-out 0.3s 0.3s;
	transition: all  ease-out 0.3s 0.3s;
}

.subtitle_1_0{
	margin-left: 0px;
	color: #0a0a0a;
	font-weight: bold;
	padding-top: 14px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a01e32;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	background-image: url(../img/title_1.png);
	C, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
	font-size: 106%;
	letter-spacing: 6px;
	margin-right: 0px;
}
.font11{
    padding-top: 40px;
	font-size: 11pt;
    line-height: 40px;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
	text-align: left;
	margin-top: 60px;
	list-style-position: outside;
	margin-left: 340px;
	text-shadow: 1px 1px 2px rgba(0, 0, 255,0.25);
	font-weight: normal;
	margin-right: 10px;
}
.font13_1{
	font-size: 11pt;
    text-align: left;
	color: black;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
	line-height: 28px;
	margin-top: 0px;
	margin-left: 150px;
	text-shadow: 1px 1px 1px rgba(225, 225, 225, 0.90);
	-webkit-text-shadow: 1px 1px 1px rgba(225, 225, 225, 0.90);/* Safari,Google Chromep */
	-moz-text-shadow: 1px 1px 1px rgba(225, 225, 225, 0.90);/* Firefoxp */
	margin-bottom: 30px;
}

.cap01{
	width: 270px;
    padding-top: 20px;
    padding-bottom: 10px;
	float: left;
	font-size: 12pt;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
	text-shadow: 1px 1px 2px rgba(0, 0, 255,0.25);
	margin-top: 0px;
	text-align: center;
	margin-left: 20px;
	letter-spacing: 1px;
}


.font11_1{
	font-size: 12pt;
	color: black;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
	line-height: 28px;
	text-align: right;
	margin-top: 0px;
	list-style-position: outside;
	margin-left: 50px;
	text-shadow: 1px 1px 2px rgba(0, 0, 255,0.25);
	font-weight: normal;
	margin-right: 70px;
    padding-bottom: 180px;
}

.font11_2{
	font-size: 12pt;
	color: black;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
	line-height: 30px;
	text-align: left;
	margin-top: 6px;
	list-style-position: outside;
	margin-left: 350px;
text-shadow: 1px 1px 2px rgba(0, 0, 255,0.25);
	list-style-type: decimal;
	font-weight: normal;
	margin-right: 60px;
}

.font12{
	font-size: 12pt;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
	line-height: 24px;
	text-align: justify;
	margin-top: 0px;
	list-style-position: outside;
	margin-left: 40px;
	text-shadow: 1px 1px 2px rgba(0, 0, 255,0.25);
	list-style-type: square;
}

.font13{
	font-size: 12pt;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
	line-height: 26px;
	text-align: left;
	margin-top: 0px;
	list-style-position: outside;
	margin-left: 40px;
	text-shadow: 1px 1px 2px rgba(0, 0, 255,0.25);
	list-style-type: square;
}

.img7{
	background-color: white;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #9ba5ff;
	float: left;
	border-radius: 6px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.12);
    margin-right: 30px;
	margin-left: 20px;
    width: 70%;
}

.dl{
	font-weight: normal;
	text-align: left;
	margin-left: 180px;
	margin-top: 14px;
	line-height: 16px;
}

.dt{
	font-size: 12pt;
	font-weight: normal;
	color: #222;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	line-height: 10px;
	font-family: Arial;
	text-shadow: 1px 1px 2px rgba(0, 0, 255,0.25);
}

.dd{
	font-size: 12pt;
	font-weight: normal;
	color: #333;
	margin-left: 100px;
	line-height: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 255,0.25);
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
	position: relative;
	bottom: 14px;
	text-align: left;
}

.cdu{
	position: relative;
	top: 10px;
}
#photo_img{
width: 100%;
}
@media screen and (max-width: 1024px) {
.cap01{
	width: 220px;
	margin-left: 0px;
	
}
    .cdu{
	position: relative;
	top: 10px;
        left: 20px;
}
.img7{
    margin-right: 30px;
	margin-left: 20px;
    width: 70%;
}
    .font11{
    padding-top: 20px;
        padding-bottom: 20px;
	margin-top: 40px;
	margin-left: 260px;
	margin-right: 10px;
}
       .font11_1
        padding-bottom: 20px;
	
}

.dl{
	font-weight: normal;
	text-align: left;
	margin-left: 150px;
	margin-top: 14px;
	line-height: 16px;
}
}

@media screen and (max-width: 780px) {
.cap01{
	width: 210px;
	margin-left: 0px;
	
}
    
.img7{
    margin-right: 30px;
	margin-left: 20px;
    width: 70%;
}
    .font11{
    padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
	margin-left: 260px;
	margin-right: 10px;
}
}
@media screen and (max-width: 480px) {
.cap01{
	width: 96%;
	margin-left: 2%;
    margin-right: 2%;
	
}
    
.img7{
    margin-right: 0px;
	margin-left: 0px;
    width: 100%;
}
    .font11{
    padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
    .font11_1
        padding-bottom: 20px;
	
}
.dl{
	margin-left: 0px;
	margin-top: 14px;
	line-height: 16px;
}

.dt{
	font-size: 11pt;
	line-height: 10px;
}

.dd{
	font-size: 11pt;
	margin-left: 90px;
	line-height: 20px;
	bottom: 14px;
}
}
.small{
	font-size: 80%;
}

.back_1{
	background-image: url(../img/back_1.png);
	background-repeat: no-repeat;
	background-position: top 0px;
    background-size:cover;
}

.small_2{
	font-size: 90%;
}

.large_p{
	font-size: 140%;
}
