@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

header {
	padding: 32px;
}

body{
	margin-left: auto;
	margin-right: auto;
}

a img:hover {
    opacity: 0.6;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 150px;	
}

.style-nav ul {
	list-style-type: none;
	margin-top: 15px;
	
}

.style-nav ul li a {
	text-decoration: none;
	color: #424242;
	text-align: center;
	display: block;
	padding: 5px;
}

.instalogo {
	width: 30px;	
	margin-bottom: -5px;
}

.hero{
	background-color: #262f6d;
	color: #FFFFFF;
	background-size: cover;
	padding: 50px 20px 50px 20px;
	text-align: center;
	
}

h3 {
	font-size: 20px;
	margin-bottom: 30px;
	
}

.worklist1{
	list-style: none;
	font-size: 25px;
	font-weight: 200;
	margin-bottom: 10px;
}

.worklist2{
	list-style: none;
	font-size: 15px;
	font-weight: 200;
	margin-bottom: 30px;
}
.kyokalist{
	font-size:13px;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}
.sikaku{
	font-size:10px;
	list-style: none;
	text-align: center;
	margin: 0 auto;
}

.works-boxs{
	text-align: center;
	background-color:#DAE5EC;
	padding-top: 30px;
    padding-bottom: 20px;

	border-bottom: 8px solid #262F6D;
	display: flex;
	flex-direction: column;
}
.cards{
	width: 100%;
	height: 100%;
	max-width: 400px;
	max-height: 400px;
	opacity: 0.8;
	margin-top: 0px;

}

.row-list {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.row .col.works-boxs .tag a {
	color: #262F6D;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 4px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	/*ここから下の行の記述は、tagの文言が１〜２行しかないという前提で、縦方向真ん中寄せにするためのもの*/
    min-height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row .col.works-boxs .tag a:visited {
	color: #5e648b;
}

.row .col.works-boxs .text_column{
	color: #424242;
	font-size: 17px;
}



.col{
	
	width: 100%;
}


.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.youtube{
	width: 100%;
}

.irodorilink{
	text-align: center;
	margin-bottom: 20px;
}
.irodorilinktext{
	text-decoration: none;
	color:#4EB037;
	padding-right: 20px;
}
span{
	color: #D82A83;
}
/*footer*/

.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;}
.button {
	width:200px; 
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	text-decoration:none;
	display: block;
	
	
}
.button:hover {
	background-color: #262F6D;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: none;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 30px;
	padding-bottom: 30PX;
}


/*タブレット用*/
@media (min-width: 600px){


	body{		
		max-width: 778px;
	}

.irodorilink{
	text-align: center;
	margin-bottom: 0px;
}	
.style-nav ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	}

.style-nav ul{
	text-align: center;
	}


.row .col.works-boxs .tag{
	font-size: 17px;
	letter-spacing: 1px;
}

.row .col.works-boxs .tag2{
	font-size: 17px;
	letter-spacing: 1px;
}

.row .col.works-boxs .text_column{
	font-size: 15px;
}

.col-md-half{
	width: 50%;
}

.col{
	float: left;
	padding: 0px 7px 14px;
}

.row-list .works-boxs {
	width: 48%;
	margin: 0px 0.5% 20px;
	padding: 30px 0px 14px;
	float: none;
}

}


/*デスクトップ用*/
@media (min-width: 1024px){
	
	body{
		
		max-width: 1000px;
	}
	
	.style-logo{
		float: left;
	}	
	
	.style-nav{
		float: right;
	}
	.irodorilink{
	text-align: right;
	margin-bottom: 0px;
}
	.row .col.works-boxs .tag{
	font-size: 15px;
	letter-spacing: 1px;
}

.row .col.works-boxs .tag2{
	font-size: 15px;
	letter-spacing: 1px;
}	
	
	.col-lg-qtr{
		width: 50%;
	}
	
}

