@charset "UTF-8";
/* CSS Document */

#top-head{
	height: 270px;
   	width: 100%;
	background-image: url(../../img/tokyo_city.webp);
   	background-repeat: no-repeat;
   	background-position: top;
   	background-size: cover; 
	margin-top: -1.8em;
	box-sizing: border-box;
}

#top-head h1{
	color: #fff;
	font-weight: normal;
	font-size: 2.5em;
	line-height: 1.5em;
	max-width: 1200px;
	text-align: left;
    text-shadow: 1px 2px 2px rgba(52,85,43,0.8); 
	padding: 2em 0 0 1em;
	box-sizing: border-box;
}

#top-head h1 span{
	font-size:0.4em;
	line-height: 0;
}

#cate{
	/*background-color: #e7e5e6;*/
	background-image: url(../img/cate_back.png);
   	background-repeat: no-repeat;
   	background-position: center;
   	background-size: cover; 
	text-align: center;
	width: 100%;
}

#select-ji{
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	display: -webkit-flex;
	padding: 1em 0;
	-webkit-align-items: center;
  	align-items: center;
}

.sel-title{
	font-size: 1em;
	text-align: center;
	width: 200px;
	flex-shrink:0;
	flex-grow: 0;
	font-weight: bold;
	vertical-align: baseline;
	letter-spacing : 0.5em;
	color: #fff;
}

.sel-list{
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	overflow: hidden;
}

.sel-ul{
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-align-items: center;
  	align-items: center;
}

.sel-list ul li a{
	
	border: 1px solid #fff;
	display: block;
	color: #fff;
	line-height: 1.2;
	padding: 9px 18px;
	margin: 0.3em;
	
	/*border: 1px solid #3e3a39;
	display: block;
	color: #3e3a39;
	line-height: 1.2;
	padding: 9px 18px;
	margin: 0.3em;
	background-color: #f2f2f2;*/
	
	-webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    transition-duration: 200ms;
}

.sel-list ul li a:hover{
	background-color: #fff;
	opacity:0.5;
	color: #6e6e6e;
	/*background-color: #091d5b;
	color: #fff;*/
}

.intro p{
	margin: 3em 0;
}

.intro h2{
	color: #002F79;
}
.intro h3{
	color: #002F79;
	font-size: 2em;
	line-height: 1.7em;
	border-bottom: 2px solid #e3e3e3;
	/* text-align: center; */
	padding-bottom: 1em;
}

.intro h4{
	font-size: 1.3em;
	line-height: 1.555;
}

.ji-sol h4{
	font-size: 1em;
	margin: 0 0 1em 0;
}

.intro h4.poiti{
	padding: 10px;
	background-color: #E5EDF3;
}

.ji-R-photo{
	/*width: 230px;*/
	margin: 0 0 5% 5%;

}

.ji-R-photo span{
	font-size: 0.8em;
	color: #595959;
	line-height: 1;
}

.ji-L-photo{
	width: 230px;
	margin: 0 5% 5% 0;
}

.ji-L-photo span,.ji-L-photo-big span{
	font-size: 0.8em;
	color: #595959;
	line-height: 1;
}

.ji-L-photo-big{
	width: auto;
	margin: 0 5% 5% 0;
}

.ji-pSi-430{
	width: 430px;
}

.img-sha{
	position: relative;
}

/* .img-sha:before, .img-sha:after {
	position: absolute;
	content: "";
	box-shadow: 0 7px 12px rgba(0,0,0, 0.3); 
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	right: 5px;
	left: auto;
	top: auto;
	bottom: 12px;
	z-index: -1;
	width: 50%;
	height: 20%;
}
.img-sha:after {
	left: auto;
	left: 5px;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
} */
.img-sha img{
position: relative;
z-index: 0;
}


.ji-com{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding: 3%;
	margin: 3% 0 5% 0;
	box-sizing: border-box;
} 

.ji-com img{
	float: right;
	border: 2px solid #eee;
	margin: 0 0 0 5%;
}

.ji-sol{
	background-color: #F1EFEB;
	padding: 3%;
}

.ji-sol .thrCol_item{
	background-color: #fff;
	border: 1px solid #eee;
	text-align: left;
}

.ji-sol .bt{
	background-color: #001D68;
	color: #fff;
	display: block;
	padding: 4px;
	margin-bottom: 5%;
	font-size: 0.8em;
	border-radius: 3px;      
    -webkit-border-radius: 3px;   
    -moz-border-radius: 3px;   
	text-align: center;
}

.ji-sol-img{
	width: 100%;
}

.ifr-wrapper {
    position: relative;
    width: 100%;
}
.ifr-wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.ifr-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------id="contents"内修正*/

p{
	font-size:15px;
	line-height: 1.6;
	letter-spacing:0.04em;
}

p a{
	color: #0f7db6;
}

.ji-p{
	font-size:15px;
	line-height: 1.5333;
	letter-spacing:0.04em;
}

#contents{
	max-width: 920px;
}

.jitop-img{
	border: 1px solid #002F79;
	padding: 0.4em;
	float: left;
	margin-right: 2em;
}


@media screen and (max-width: 1250px) {
	#top-head h1{
	color: #fff;
	font-weight: normal;
	font-size: 2em;
	padding-top: 2em;
	line-height: 1.555;
	width: 90%;
	text-align: left;
	text-shadow: 1px 2px 2px rgba(52,85,43,0.8); 
	box-sizing: border-box;
	}
		li.second_menu {
		font-size: 10px;
	}
}

@media screen and (max-width: 850px) {
	
	.jitop-img{
	border: 1px solid #002F79;
	padding: 0.4em;
	float:none;
	margin: 15px 0 0 0;
	width: 95%;
	}	
	
	
	.floR{
		float: none;
	}
	
	.floL{
		float: none;
	}
	
	.ji-R-photo{
		width: 95%;
		margin: 0 0 20px 0;
	}
	.ji-R-photo img{
		width: 100%;
	}
	
	.ji-L-photo{
		width: 95%;
		margin: 0 0 20px 0;
	}
	.ji-L-photo img{
		width: 100%;
	}
	.ji-L-photo-big img{
	width: 100%;
	margin: 5%;
}
}

@media screen and (max-width: 700px) {
	#second_menul {
		width: 99% !important;
	}
	#second_menul li {
		width: 12% !important;
	}
}

@media screen and (max-width: 568px) {

	section.oneCol.ji-com h4{
		display: flex;
		flex-wrap: wrap;
	}

	.intro h4 .custname{
		margin-top: 15px;
		flex-shrink: 0;
		max-width: 100%;
	}

}




@media screen and (max-width: 768px) {

	#top-head h1{
	color: #fff;
	font-weight: normal;
	font-size: 1.4em;
	padding-top: 3em;
	line-height: 1.555;
	width: 90%;
	text-align: left;
	text-shadow: 1px 2px 2px rgba(52,85,43,0.8); 
	box-sizing: border-box;
	}
	
	.intro h3{
	color: #002F79;
	font-size: 1.4em;
	line-height: 1.555;
	border-bottom: 2px solid #e3e3e3;
	text-align: center;
	}	
	
	.ji-sol .thrCol_item{
	background-color: #fff;
	border: 1px solid #eee;
	text-align: center;
}
	
	.ji-sol-img{
	width: 60%;
	}

	.ji-sol .thrCol_item{
	padding: 3%;
	}
	li.second_menu {
		font-size: 8px;
	}
}



/*h2#sub_title {
	text-align: center;
	width: 100%;
	background-color: grey;
	padding: 10px 0;
	color: white;
}

.img_comment {
	font-size: 13px;
	color: grey;
	width: 50%;
	display: block;
}

.jirei_img {
	width: 50%;
	margin: 5px 0 5px 20%;
}


.solution_part{
	width: 90%;
	margin-left: 5%;
	display: inline-block;
}


@media screen and (min-width: 1200px) {
	.solution_part {
		max-width: 1100px;
		width: 90%;
		margin-left: 10%;
		display: inline-block;
	}
}

ul#second_menul li a{
	font-size: 13px;
}

#main_title {
	line-height: 1;
}


@media screen and (max-width: 1300px) {
	ul#second_menul li a{
		font-size: 11px;
	}
}

@media screen and (max-width: 600px) {
	section.oneCol.ji-com h4{
		display: flex;
		flex-wrap: wrap;
	}

	.intro h4 .custname{
		flex-shrink: 0;
		max-width: 100%;
	}

	ul#second_menul li a{
		font-size: 13px;
	}
}


@media screen and (min-width: 940px)
.second_menu2 {
    padding-top: 7px;
    display: block;
}

img.main_img {
	width: 100%;
	max-width: 630px;
}

@media screen and (max-width: 780px) {
	#main_title {
		font-size: 20px;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	#main_title {
		font-size: 18px;
		text-align: center;
	}
}

h3 {
	color: #005bac;
}
*/
