@charset "utf-8";
/* CSS Document */

.purple{
	color: #6B3489 !important;
}

.style .inner{
	font-size:16px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.6;
}

.style h2{
	text-align: center;
}

.style h2 img{
	max-width: 100%;
}

.style .toBottomLink{
	width:940px;
	text-align: right;
	margin:0 auto 15px;
	font-size:14px;
}

.style .toBottomLink a{
	display: inline-block;
}

.style .toBottomLink a:before{
	content:"";
	margin-right:10px;
	display: inline-block;
	position: relative;
	top:-2px;
    width: 7px;
    height: 7px; 
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
    -webkit-transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
}

.style .sec{
	margin:80px 0;
	text-align: left;
}

.style .sec h3{
	font-size:26px;
	text-align: center;
	line-height: 1.5;
	margin-bottom:50px;
}

.style .sec figure{
	display: block;
	text-align: center;
	margin:45px 0;
}

.style .sec p:not(:last-child){
	margin-bottom:30px;
}

.style .sec p.interviewer{
	font-weight: bold;
	font-size: 112.5%;
}

.style .sec .interviewee{
	font-weight: bold;
}

.style .sec p.interviewer:before{
	content:"―";
}

.style .sec > .btn{
	text-align: center;
}

.style .sec > .btn a{
	border: 1px solid #000;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 20px;
	min-width: 200px;
}

.style .sec .manager{
	background-color: #EFF1F2;
	min-height:290px;
	position: relative;
	margin-top:50px;
	padding:30px 40px 30px 425px;
}

.style .sec .manager.h380{
	min-height: 320px;
}

.style .sec .manager figure{
	position: absolute;
	left:0;
	top:0;
	margin:0;
}

.style .sec .manager h4{
	font-size:20px;
	margin-bottom:20px;
}

.style .sec .manager h4 .name{
	font-size:30px;
}

.style .sec .manager .site{
	font-size: 14px;
}

.style .sec dl{
	margin:0 0 30px 0;
}

.style .sec dt{
	font-weight: bold;
	margin-top:20px;
}

.style .useItem,
.style .relatedItem{
	background-color: #EFF1F2;
	padding:20px 30px 30px;
	margin-bottom:30px;
}

.style .useItem h3,
.style .relatedItem h3{
	font-size:18px;
	font-weight: bold;
	text-align: left;
	margin-bottom:20px;
}

.style .useItem .item{
	font-size:0;
	margin-bottom:40px;
}

.style .useItem .item li{
	display: inline-block;
	font-size:14px;
	font-weight: bold;
	margin:0 40px;
}

.style .useItem .item li img{
	display: block;
	margin:0 auto 10px;
}

.style .useItem .btn{
	font-size:0;
}

.style .useItem .btn li{
	display: inline-block;
	width:260px;
	font-weight: bold;
	font-size:14px;
	margin:0 20px;
}

.style .useItem .btn li a,
.style .relatedItem ul li .btn a{
	background: #715B78;
	padding:10px;
	color:#FFF;
	display: block;
	border-radius:10px;
	line-height: 1.3;
	position: relative;
}

.style .useItem .btn li a:after,
.style .relatedItem ul li .btn a:after{
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 6%;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
	-webkit-transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
	content: "";
}

.style .relatedItem ul{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	margin:-30px 0 0 -30px;
}

.style .relatedItem ul li{
	width: 425px;
	margin:30px 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}

.style .relatedItem ul li .photo{
	width:100px;
	margin:0;
	margin-right:30px;
}

.style .relatedItem ul li .photo img{
	width:100px;
}

.style .relatedItem ul li .txt{
	width:285px;
}

.style .relatedItem ul li .special{
	width:100%;
	background: #fff;
	padding:10px 15px;
	margin-top:20px;
	font-size:14px;
}

.style .relatedItem ul li .btn{
	text-align: center;
	font-weight: bold;
	margin-top:20px;
	font-size:14px;
}

#content.style .relatedItem .btn a,
#content.style .useItem .btn a{
	color: #FFF;
}

.style .relatedItem.singleItem ul{
	display: block;
	margin: 0;
}

.style .relatedItem.singleItem ul li{
	text-align: center;
	width: auto;
	display: block;
	margin: 30px 0 0;
}

.style .relatedItem.singleItem ul li .photo{
	width: auto;
}

.style .relatedItem ul li .txt{
	margin: 0 auto;
}

.style .relatedItem.singleItem ul li img{
	width: auto;
	max-width: 300px;
}

.style .relatedItem ul li .w150 img{
	max-width: 150px;
}
@media screen and (min-width:781px){
	.style .relatedItem.col3Item ul{
		display: flex;
		justify-content: space-around;
		margin: 0;
	}

	.style .relatedItem.col3Item ul li{
		width: 30%;
		display: block;
		margin: 0;
	}

	.style .relatedItem.col3Item ul li .photo{
		width: auto;
		text-align: center;
		margin: 0;
	}

	.style .relatedItem.col3Item ul li .photo img{
		width: auto;
	}

	.style .relatedItem.col3Item ul li .txt{
		width: auto;
	}
}

.style #otherPost{
	text-align: left;
	margin-bottom:30px;
}

.style #otherPost h3{
	font-weight: bold;
	font-size:18px;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:solid 1px #666;
}

.style #otherPost ul{
	display: flex;
	flex-wrap: wrap;
	margin:-20px 0 0 -20px;
}

.style #otherPost ul li{
	width:300px;
	margin:20px 0 0 20px;
}

.style #otherPost ul li a{
	display: block;
}

.style #otherPost ul li img{
	display: block;
	margin-bottom:10px;
}

.style .imgCol2{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom:30px;
}

.style .imgCol2.alignCenter{
	align-items: center;
}

.style .imgCol2.imgLeft{
	flex-direction: row-reverse;
}

.style .sec .imgCol2 dl dt:first-child{
	margin-top:0;
}

.style .imgCol2 figure{
	margin:0 0 0 30px;
}

.style .imgCol2.imgLeft figure{
	margin:0 30px 0 0;

}

.style .imgCol2 figure img{
	width:400px;
}

.style .imgCol2 figure.w260 img{
	width: 260px;
}

.style .imgCol2 figure.w300 img{
	width: 300px;
}

.style .imgCol2 figure figcaption,
.style .img2 figure figcaption{
	font-size: 87.5%;
	text-align: left;
}

.style .imgCol2 .txt p:not(:last-child){
	margin-bottom: 30px; 
}

.style .img2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: -30px;
	margin-bottom: 30px;
}

.style .img2 figure{
	width: 400px;
	margin: 30px 10px 0;
}

.style .img2 figure img{
	width: 100%;
}

.style .img2 .bottomTxt{
	font-size: 87.5%;
	width: 820px;
	max-width: 100%;
}

.style .img4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -30px 0 0;
}

.style .img4 figure{
	width: 220px;
	margin: 30px 0 0;
}

.style .img4 figure img{
	width: 100%;
}

.style .img4 p{
	font-size: 87.5%;
	width: 100%;
}

.style .series{
	margin-bottom: 80px;
	padding-left: 470px;
	position: relative;
}

.style .series figure{
	width: 420px;
	text-align: right;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.style .series figure img{
	width: 380px;
	max-width: 100%;
	height: auto;
}

.style .series h4{
	margin-bottom: 20px;
}

.style .series .btn{
	margin-top: -15px;
}

.style .series .btn a{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	width: 200px;
	border: 1px solid #000;
	border-radius: 5px;
}

.style .imgTxt{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: -30px;
	margin-bottom: 30px;
}

.style .imgTxt figure{
	width: 400px;
	margin: 30px 10px 0;
}

.style .imgTxt figure img{
	width: 100%;
}

.style .imgTxt p{
	width: 400px;
	margin: 30px 10px 0;
	font-size: 87.5%;
}

.style .sec .rightCaptionImg{
	display: flex;
	justify-content: center;
	align-items: center;
}

.style .sec .rightCaptionImg img{
	max-width: 400px;
}

.style .sec .rightCaptionImg figcaption{
	width: 400px;
	margin-left: 30px;
	font-size: 87.5%;
	text-align: left;
}

.style .seriesPan{
	max-width: 940px;
	margin: 0 auto;
}

.style .seriesPan.afterImg{
	max-width: 600px;
	margin: -45px auto 45px;
}

.style .seriesPan ul{
	display: flex;
	justify-content: flex-end;
}

.style .seriesPan ul li:not(:last-child):after{
	content:">";
	margin: 0 5px;
}

.style .seriesPan ul li{
	font-size: 12px;
}

#content .seriesPan ul li a{
	color: #033861;
	text-decoration: underline;
}

.style .example{
	border: 1px solid #BFBFBF;
	padding: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 5px;
}

.style figure.imgCol2{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.style figure.imgCol2 img{
	width: 465px;
}

.style figure.imgCol2 img:nth-child(2){
	margin-left: 10px;
}

.style figure.imgCol2 img:not(:nth-child(-n+2)){
	margin-top: 10px;
}

.style .example .txt{
	width: 430px;
}

.style .example .txt h4{
	font-weight: normal;
	margin-bottom: 30px;
}

.style .example figure{
	margin: 0;
	width: 430px;
	position: relative;
}

.style .example figure img{
	width: 100%;
}

.style .example figure figcaption{
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #FFF; 
}

.style .columnProducts .item{
	margin: 40px 0;
}

.style .columnProducts .img{
	width: 40%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}

.style .columnProducts .img img{
	float: left;
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
	max-width: 250px;
}

.style .columnProducts .text{
	width: 60%;
	text-align: left;
	padding: 0;
	float: right;
	box-sizing: border-box;
}

.style .columnProducts .text h4{
	font-family: "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}

.style .columnProducts .text h4.eis:after{
	content: '';
    background: url(../img/2101/ico_eis.png) no-repeat center;
	background-size: auto;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: bottom;
}

.style .columnProducts .text h4.eisplus:after{
	content: '';
  background: url(../img/2101/ico-eis_plus.png) no-repeat center;
  background-size: auto;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: bottom;
}

.style .columnProducts .text p{
	margin-bottom: 0;
}

.style .columnProducts .text .btn{
	margin: 10px 0;
}

.style .columnProducts .text .btn a{
	display: inline-block;
	border: 1px solid #7f7f7f;
	border-radius: 5px;
	padding: 5px 35px;
	line-height: 1.0;
	font-family: "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transition: all 0.5s ease 0s;
}

.style .imgBtn{
	text-align: center;
	margin-top: -20px;
}

.style .imgBtn a:not(:first-child){
	margin-left: 30px;
}
.style .sp_none{
	display:block;
}
@media screen and (max-width: 768px){
	.style .sp_none{
		display:none;
	}	
}