/* =================================
------------------------------------
  Riddle - Portfolio
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*------------------------
  conference メインビジュアル
--------------------------*/
#header-container {
	background-color: #FFF;
}

#uniform-photo-section {
	top:0;
    left: 0;
	position: fixed;
	display: block;
	height: 800px;
	width: 100%;
	background:url("../img/second/bg-uniform.jpg")top center no-repeat;
	background-size:cover;
	animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
	z-index: -10;!important;
}
@media only screen and (max-width: 750px) {
#uniform-photo-section {
	top:100px;
	height: 500px;
	background:url("../img/second/bg-uniform_sp.jpg") no-repeat;
	background-size:contain;
	background-color: #194f9c;
}
}

/*------------------------
  uniform-introduction
--------------------------*/
#uniform-introduction {
	max-width: 1300px;
	width: 98%;
	margin-top:-100px;
	background: #FFFFFF;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	display: block;
}
@media only screen and (max-width: 750px) {
#uniform-introduction {
	width: 100%;
	padding-bottom: 0px;
}
}
#uniform-introduction h3 {
	width: 100%;
	padding: 60px 20px 40px;
	font-size: 3.2rem;
	line-height: 1.4;
	letter-spacing: 0.15em;
	font-family: yu-mincho-pr6n, sans-serif;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
}
@media only screen and (max-width: 750px) {
#uniform-introduction h3 {
	font-size: 2rem;
	padding: 40px 15px 20px;
	letter-spacing: 0.1em;
}
}
#uniform-introduction p {
	padding: 0 100px 20px;
	font-size: 1.6rem;
	font-family: yu-mincho-pr6n, sans-serif;
	line-height: 2;
}
@media only screen and (max-width: 750px) {
#uniform-introduction p {
	font-size: 1.3rem;
	padding: 15px 20px 0px;
	text-align: left;
	line-height: 1.5;
}
}	
#uniform-introduction img {
	width: 80%;
	padding: 15px 0px 0px;
}
@media only screen and (max-width: 750px) {
#uniform-introduction img {
	width: 90%;
}
}


/*------------------------
  uniform-contents
--------------------------*/

.uniform-contents-container {
	max-width: 1300px;
	width: 98%;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	display: flex;
 	justify-content: center;
 	align-items: center;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
	padding: 20px 50px;
}
@media only screen and (max-width: 750px) {
.uniform-contents-container {
	width: 100%;
	display:inline-block;
	padding: 10px 10px;
	flex-direction: column;/*display: flex;を縦並びに*/
}
}
.uniform-contents-left {
	width: 28%;
}
.uniform-contents-center {
	width: 46%;
	padding: 0 20px;
}
.uniform-contents-right {
	width: 26%;
}
@media only screen and (max-width: 750px) {
.uniform-contents-left {
	display: none;
}
.uniform-contents-center {
	width: 100%;
	padding: 0 10px;
}
.uniform-contents-right {
	width: 26%;
	display: none;
}
}
.uniform-contents-center img{
	width: 100%;
}
@media only screen and (max-width: 750px) {
.uniform-contents-center img{
	width: 90%;
}
}
.uniform-contents-center h4{
	padding: 25px 0 15px;
	font-size: 2.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-family: yu-mincho-pr6n, sans-serif;
	color: #194f9c;
}
@media only screen and (max-width: 750px) {
.uniform-contents-center h4{
	padding: 15px 0 5px;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
}
.uniform-contents-center p{
	padding: 0px 10px;
	line-height: 2.4;
}
@media only screen and (max-width: 750px) {
.uniform-contents-center p{
	padding: 0;
	font-size: 1.2rem;
	line-height: 2;
	padding: 0 10px 10px;
}
}