body *{
	/* -- 
	
    opacity:0.9;
    opacity:1; 
	 -- */
}
@media screen and (min-width: 737px) {
#contents_area {
	padding-top: 0;
}
.layout.pc{
    position:absolute;
    left:50%;
    z-index:-1;
    top:0px;
    top:60px;
    margin-left:-720px;
    opacity:0.3;
    display:block;
    opacity:0;
    display:none;
}
}
@media screen and (max-width: 736px) {
.layout.sp{
    width:100%;
    position:absolute;
    left:0;
    z-index:-1;
    top:14vw;
    opacity:0.3;
    display:block;
    opacity:0;
    display:none;
}
}


@media print, screen and (min-width : 769px){ 
.sp{
	display:none;
}
#side_navigation{
	display:none;
}
.contents{
	position:relative;
	color:#666;
}
.contents .btn_useful{
	position:absolute;
	top:55px;
	left:50%;
	margin-left:-490px;
	z-index:2;
	
}
.contents .btn_useful a{
	display:inline-block;
	margin-right:30px;
}
.contents .btn_preview{
	position:absolute;
	top:35px;
	right:50%;
	margin-right:-490px;
	z-index:2;
	
}
.contents .btn_preview a{
	display:inline-block;
}

.contents .hero{
	height:720px;
	position:relative;
}
.contents .hero p{
	position:absolute;
	left:50%;
	margin-left:-720px;
	top:0;
}
/* _________________________________________ */
.contents .bg_intro{
	background:#E5EBEF;
	padding:1px 0 70px;
}
.contents .bg_intro h1{
	padding:52px 0 0;
	text-align:center;
}
.contents .bg_intro .inner{
	width:930px;
	padding-top:1px;
	margin:50px auto 0;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
}
.contents .bg_intro .inner .profile{
	width:440px;
}
.contents .bg_intro .inner .profile .pic{
	text-align:center;
}
.contents .bg_intro .inner .profile .pic img{
	width:120px;
}
.contents .bg_intro .inner .profile .name{
	margin:20px 0 0;
	text-align:center;
	color:#548BC6;
	font-size:20px;
	font-weight:600;
}
.contents .bg_intro .inner .profile:nth-child(2) .name{
	color:#EAA117;
}
.contents .bg_intro .inner .profile .name .san{
	font-size:14px;
	color:#666;
	padding-left:0.2em;
	
}
.contents .bg_intro .inner .profile .member{
	font-size:12px;
	text-align:center;
	margin:10px 0 0;
}
.contents .bg_intro .inner .profile .exp{
	font-size:14px;
	line-height:160%;
	margin:25px 0 0;
}
/* _________________________________________ */
.contents .navi{
	margin:48px 0;
}
.contents .navi ul{
	text-align:center;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	
}
.contents .navi li{
	display:block;
	margin:0 9px;
}
.contents .navi li.active{
	width:143px;
}
.contents.interview_vol1 .navi li.active{
	text-align:right;
}
.contents.interview_vol2 .navi li.active{
	text-align:left;
}
.contents .navi li img{
	height:40px;
	display:inline-block;
	margin:0 0;
}
/* _________________________________________ */
.contents .article{
	width:930px;
	margin:0 auto;
	position:relative;
	z-index:2;
	
}
.contents .article .intro_exp{
	margin:85px 0 105px;
	font-size:20px;
	font-weight:600;
	line-height:170%;
	text-align:center;
	color:#509EAE;
}
.contents .article h2{
	text-align:center;
	font-weight:600;
	font-size:28px;
	margin:0 auto 0;
	margin-top:98px;
	line-height:110%;
	letter-spacing:0.06em;
}
.contents .article h2{
}
.contents .article h2 span{
	font-size:28px;
	display:block;
}
.contents .article .qa{
	margin:58px 0 0;
}
.contents .article .qa dt,
.contents .article .qa dd{
	background-size:50px;
	background-repeat:no-repeat;
	background-position:left top;
}
.contents .article .qa dt{
	margin-bottom:30px;
	font-size:18px;
	line-height:220%;
	font-weight:600;
}
.contents .article .qa dd{
	margin-bottom:30px;
	overflow:hidden;
}
	
/* .contents .article .qa dt h3{
	font-size:18px;
	line-height:220%;
	font-weight:600;
} */
.contents .article .qa dd h3{
	color:#E6AD38;
	font-size:18px;
	line-height:140%;
	font-weight:600;
}
.contents.duskin02 .article .qa dd h3{
	color:#E79491;
}
.contents .article .qa dd .name{
	color:#548BC6;
	font-size:18px;
	line-height:220%;
	font-weight:600;
	float:left;
}
.contents .article .qa dd .name.nomura{
	color:#EAA117;
}
.contents .article .qa dd .exp {
	padding-left:55px;
}
.contents .article .qa dd .exp p{
	line-height:220%;
	font-size:18px;
}
.contents .article .qa dd .exp .caption{
	font-size:12px;
	margin-top:10px;
	line-height:160%;
}
.contents .article .qa dd .pic{
	margin:60px 0 0 0px;
}
.contents .article .qa dd .pic.mb{
	margin-bottom:60px;
}
.contents .article .qa dd .pic img{
	height:620px;
}
.contents .article .qa dd .pic.clm{	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
}
.contents .article .qa dd .pic.clm img{
	height:300px;
}
/* _________________________________________ */
.contents .topic{
	background:#ECECEA;
	padding:380px 0 65px;
	margin-top:-340px;
	text-align:center;
}
.contents .topic h3{
	text-align:center;
	padding:0 0 36px;
	font-weight:600;
	font-size:24px;
	letter-spacing:0.04em;
}
.contents .topic .logo{
	padding:0 0 36px;
}
.contents .topic .logo img{
	width:330px;
}
.contents .topic .exp{
	line-height:240%;
	font-size:17px;
	padding:0 0 29px;
}
.contents .topic .pic_engine{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	width:930px;
	margin: 0 auto;
	margin-bottom:40px;
}
.contents .topic .pic_engine img{
	height:360px;
}
.contents .topic .btn_detail{
}
.contents .topic .btn_detail a{
	width:416px;
	margin:0 auto;
	border:solid 1px #0064A1;
	display:block;
	line-height:40px;
	font-size:13px;
	color:#0064A1 !important;
	background-image:url(../image/arrow2.png);
	background-size:auto 12px;
	background-repeat:no-repeat;
	background-position:right 15px center;
}
/* _________________________________________ */
.contents .navi.bottom{
}
.contents .type_bg{
	background:#E5EBEF;
	padding:0 0 70px;
}
.contents .type_bg h3{
	text-align:center;
	padding:63px 0 62px;
	font-weight:600;
	font-size:24px;
}
.contents .type_bg .inner{
	width:930px;
	margin:0 auto;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
}
.contents .type_bg .photo{
	width:445px;
}
.contents .type_bg .photo img{
	width:100%;
	display:block;
}
.contents .type_bg .clm{
	width:450px;
	position:relative;
}
.contents .type_bg .clm .exp{
	font-size:14px;
	line-height:160%;
}
.contents .type_bg .clm .btn_type{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.contents .type_bg .clm .btn_type a{
	margin-top:13px;
	display:block;
	line-height:50px;
	font-size:14px;
	color:#fff !important;
	padding-left:30px;
	background-color:#808080;
	background-image:url(../image/arrow.png);
	background-size:auto 12px;
	background-repeat:no-repeat;
	background-position:right 25px center;
}

.contents .type_bg .inner .caption{
	margin-top: 15px;
  font-size: 12px;
}
/* _________________________________________ */
#section_news{
	margin:110px 0 0;
}
#section_news h3 {
    width: 880px;
    padding: 0;
    margin: 0 auto 25px auto;
    font-size: 24px;
    line-height: 1em;
    text-align: left;
}
#section_news .img_slider.col04 {
    padding: 0 0 0 30px;
	margin-bottom:60px;
}
#section_news .img_slider .pic {
    margin-right: 0;
    margin-left: 0;
}
#section_news .c-box {
	width: 890px;
	margin: 0 auto 50px;
}
#section_news .c-slider__image {
	border: none;
}
#section_news .c-slider__title {
	margin: 5px 0 3px;
	font-size: 14px;
	line-height: 1.3;
	color: #0064a1;
}
#section_news .c-slider__text {
	font-size: 12px;
	line-height: 1.5;
}


/* _________________________________________#inquiry */
#inquiry h3{
	padding-top:20px;
	margin-bottom:0;
	font-size:17px;
	font-weight:600;
	text-align:center;
	letter-spacing:0.04em;
}
}
/* _________________________________________#inquiry */

#inquiry ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (min-width: 737px), print {
  #inquiry ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 980px;
    padding: 23px 30px 30px;;
  }
}

@media screen and (max-width: 736px) {
  #inquiry ul {
    margin: 0 15px;
    padding: 20px 27px 0;
  }
}

#inquiry ul li {
  position: relative;
  padding-bottom: 3px;
  border-radius: 3px;
}

@media screen and (min-width: 737px), print {
  #inquiry ul li {
    width: 290px;
    height: 68px;
  }
}

@media screen and (max-width: 736px) {
  #inquiry ul li {
    height: 68px;
    margin-bottom: 15px;
  }
}

#inquiry ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  #inquiry ul li a {
    font-size: 22px;
  }
}

@media screen and (max-width: 736px) {
  #inquiry ul li a {
    font-size: 18px;
  }
}

#inquiry ul li a span {
  display: block;
  position: relative;
}

@media screen and (min-width: 737px), print {
  #inquiry ul li a span {
    padding-right: 35px;
  }
}

#inquiry ul li a span::before, #inquiry ul li a span::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain !important;
  content: '';
}

#inquiry ul li a span::after {
  right: 0;
  left: auto;
  width: 22px;
  height: 22px;
  background: url(../image/ico_arrow01.png) right center no-repeat;
}

#inquiry ul li a::before {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.1);
  content: '';
}

#inquiry ul li:nth-of-type(1) {
  background-color: #2f7aaa;
}

#inquiry ul li:nth-of-type(1) a {
  background-color: #3d96ce;
}

@media screen and (min-width: 737px), print {
  #inquiry ul li:nth-of-type(1) a span {
    padding-left: 44px;
  }
}

@media screen and (max-width: 736px) {
  #inquiry ul li:nth-of-type(1) a span {
    padding-right: 44px;
    padding-left: 50px;
  }
}

#inquiry ul li:nth-of-type(1) a span::before {
  width: 31px;
  height: 43px;
  background: url(../image/ico_inquiry01.png) no-repeat;
}

#inquiry ul li:nth-of-type(2) {
  background-color: #cb6d11;
}

#inquiry ul li:nth-of-type(2) a {
  background-color: #eb8522;
}

@media screen and (min-width: 737px), print {
  #inquiry ul li:nth-of-type(2) a span {
    padding-left: 55px;
  }
}

@media screen and (max-width: 736px) {
  #inquiry ul li:nth-of-type(2) a span {
    padding-right: 30px;
    padding-left: 52px;
  }
}

#inquiry ul li:nth-of-type(2) a span::before {
  width: 39px;
  height: 39px;
  background: url(../image/ico_inquiry02.png) no-repeat;
}

#inquiry ul li:nth-of-type(3) {
  background-color: #149777;
}

#inquiry ul li:nth-of-type(3) a {
  background-color: #0eb38a;
}

@media screen and (min-width: 737px), print {
  #inquiry ul li:nth-of-type(3) a span {
    padding-left: 47px;
  }
}

@media screen and (max-width: 736px) {
  #inquiry ul li:nth-of-type(3) a span {
    padding-right: 74px;
    padding-left: 75px;
  }
}

#inquiry ul li:nth-of-type(3) a span::before {
  width: 33px;
  height: 38px;
  background: url(../image/ico_inquiry03.png) no-repeat;
}

#inquiry ul li:hover {
  margin-top: 3px;
  padding-bottom: 0;
}

#inquiry ul li:hover a::before {
  display: block;
}
