@charset "utf-8";
/***  common  ***/
html {font-size: 62.5%;}
body {
	background:#E5E5E5;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height:1.6;
	font-size: 1.6rem;
}
.mincho {
  font-family: "Yu Mincho", "YuMincho","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
img {	vertical-align: top;}
ul li {	list-style: none;}
a{
	color:#EC5F26;
	text-decoration:none;
}
a:hover{	text-decoration:underline; }
a:hover img{
  opacity:0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;              /* Safari 1.x */
  zoom:1;
  transition:0.3s;
}
h2{
	clear:both;
	margin:30px auto 0;
	padding:0 0 0;
	text-align:center;
}
h3{
	clear:both;
	margin:0 auto ;
	padding:0;
	text-align:center;
}
/*-----------------------------*/
.text-left   { text-align: left; }
.text-center { text-align: center; }
.text-right  { text-align: right; }
/*-----------------------------*/
.pc { display: block !important; }
.sp { display: none !important; }


@media screen and (max-width: 740px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1em;
  }
  .pc {  display: none !important;  }
  .sp {  display: block !important; }
  /*----------------*/
  h2{	margin: 40px auto 0; } 
/*-----------------------------*/
}


/****************************************************  footer  ***/
#footer {
	color: #000;
	padding: 10px 0;
	margin: 0 0 102px;
}
#footer .copyright{
  font-size: 12px;
  text-align: center;
  font-size: 1.3rem;
}
  #footerdBanner{
    padding-top:40px;
  }
  #footerdBanner ul{
    overflow:hidden;
    text-align:center;
  }
/*
#footer #linkArea .copyright{
position: absolute;
top: 68%;
left: 15%;
font-size: 68%;
}*/

/*-----*/
#footer #banner{}
#footer #banner ul{
	overflow:hidden;
	text-align:center;
}
#footer #banner ul li{
	display:inline-block;
	padding:30px 10px 0;
}
#footer #linkArea{
	height:60px;
	position:relative;
}
#footer #linkArea .list{
  position: absolute;
  top: 30%;
  left: 34%;
  font-size: 86%;
}
@media screen and (max-width: 740px) {
  #footer {
    margin: 0 0 100px;
  }
  #footer .copyright{
    text-align: left;
    width: 92%;
    margin: 0 auto;
    font-size: 1.0rem;
  }
}


/***------------  contents ------------------------ ***/
#contents{
	padding-bottom:20px;
}
/*------------------------------------------------- #main */
#main{
	background:url(../images/main.png?20181018) no-repeat center top;
  width: 100%;
	background-size: 1006px;
	height: 408px;
  position: relative;
}
#main .h1 a {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
#main a:hover {
  transition: background .3s;
  background-color: rgba(255,255,255,0.30);
}
#main .h1 span,
#main h1 span{
	display: none;
}
@media screen and (max-width: 1006px) {
  #main{
    background-size: 100%;
    height: 40.5566vw;
  }
}
@media screen and (max-width: 740px) {
  /*--------------------------*/
  #main{
    background:url(../images/main_sp.png?20181018) no-repeat center top;
    width: 100%;
    background-size: 100% auto;
/*    height: 109.3333vw;*/
    height: 110vw;
  }
  #main .inner .h1,
  #main .inner h1{
    margin: 0 0 0;
    padding: 0;
  }
  /*--------------------------*/
}
#main .linkBnr {
  display: none;
  position: absolute;
  left: 10px;
  bottom: calc(100vw * ( 70 / 740 ));
  width: 80vw;/* 740 * 220 */
}
#main .linkBnr .inner {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
}
#main .linkBnr a {
  position: relative;
  left: 0;
  top: :0;
  display: block;
  text-align: left;
  line-height: 1.4;
  font-family: "Yu Mincho", "YuMincho","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(255,255,255,0.9);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#main .linkBnr a:hover {
  transition: background .3s;
  background-color: rgba(255,255,255,0.30);
}
#main .linkBnr a img {
  width: 100%;
  height: auto;
}
#main .linkBnr a span {
  position: absolute;
  top:calc(15px + 1.4em);
  left: 35%;
  display: block;
}
#main .linkBnr a:hover span {
  text-decoration: underline;
}
#main .linkBnr a .sub {
  top: 15px;
  font-size: 10px;
}
@media screen and (max-width: 740px) {
  #main .linkBnr {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #main .linkBnr a .sub {
    font-size: 8px;
  }
  #main .linkBnr {
    width: calc(100% - 20px);/* 740 * 220 */
  }
}
/*-----------------------------------------------*/
.contentInner{
  padding: 10px 0 0;
}
.container {
  width: 1006px;
  margin-left: auto;
  margin-right: auto;
  
  display: flex;
  justify-content: space-between;
}
/*------------------------------------------.comic -----*/
.container .comic {  width:740px;}
.container .comic > .inner {
  background-color: #FFF;
  padding: 15px;
}
.container .comic > .inner img {
  width: 100%;
  height: auto;
}
/*------------------------------------------.article -----*/
.container .article {  width:740px;}
.container .article > .inner {
  background-color: #FFF;
}
/*------------------------------------------.aside -------*/
.container .aside {
  width: 256px;
}
@media screen and (max-width: 740px) {
  /*--------------------------*/
  .contentInner {
/*    padding: 20px 0 0;*/
  }
  .container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    
    display: block;
    text-align: center;
  }
  .container .comic { width:auto; }
  .container .article { width:auto; }
  .container .aside {
    width: auto;
    margin: 10px auto 0;
  }
  /*--------------------------*/
}

.aside {}

.bnrs { }
.card { background-color: #FFF; }
.card img {width:100%;}
span.card,
a.card {  display: block; }
a.card:hover {  cursor: pointer; }
  .card .card-head {
    padding: 20px 20px 0;
    text-align: center;
  }
  .card .card-body {
    padding: 14px 20px 20px;
    text-align: center;
  }
  .card-img .card-head,
  .card-img .card-body { padding: 0; }
  .card-img .card-head img,
  .card-img .card-body img { width: 100%; height: auto; }
.card-img a {
  padding: 0;
}
.card-body .linkTit {
  font-family:"Yu Mincho", "YuMincho","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 22px;
  font-feature-settings: "palt";
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.card-body span.linkTit {}
.card-body a.linkTit {
  
}
.bnrs .card { margin-bottom: 10px; }
.bnrs .card.mb2 { margin-bottom: 2px; }
.bnrs .card:last-child { margin-bottom: 0; }
.bnrs .text-link {
  margin-bottom: 10px;
  font-size: 16px;
}

a.ico-blank {
  display: inline-block;
  padding-right: 1.3em;
  background: url("../images/ico_blank.png") right center no-repeat;
  background-size: auto .9em;
}


/*
#pageTop {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 5000;
}
#pageTop a:hover img{
opacity: 0.8;  
-moz-opacity: 0.8; 
filter: alpha(opacity=80); 
-moz-transition: 0.5s;
 -webkit-transition: 0.5s;
 -o-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
}*/
#pageTop img{
	float: left;
	margin: 0 0 0 9px;
}
#pageTop img{
	width: 62px;
	height: 62px;
}
/*-------------------------------------------*/

#footerBtn {
  background-color: #FFF;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
#footerBtn .inner {
  display: block;
  width: 1006px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
a.btn-apply {
  display: inline-block;
  margin: 3px auto;
  min-width: 402px;
  background: url(../images/ico_arrow.png) 95% center no-repeat;
  background-color:#ED5F27;
  border-radius: 5px;
  border-bottom: solid 8px #99330B;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  padding: 21px 15px;
}
a.btn-apply span {
  padding-right: 16px;
}
@media screen and (max-width: 740px) {
  a.btn-apply {
    font-size: 17px;
    background-size: auto 17px;
  }
  a.btn-apply span {
    padding-right: 12px;
  }
}
/*
a.btn-apply {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  min-width: 402px;
  min-height: 100px;
  overflow: visible;
  margin-bottom: 8px;
  text-align: center;
}
a.btn-apply > span {
  position: absolute;
  left: 0;
  top:0;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  padding: 21px 15px;
  z-index: 1003;
}
a.btn-apply:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color:#ED5F27;
  border-radius: 5px;
  margin-bottom: 8px;
  z-index: 1002;
}
a.btn-apply:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom:-8px;
  width: 100%;
  height: 20px;
  background-color: #99330B;
  border-radius: 5px;
  z-index: 1001;
}
*/
@media screen and (max-width: 740px) {
  #footerBtn .inner {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 422px) {
  a.btn-apply {
    min-width: 200px;
  }
}


#page-int01 #link-int01 {}

.article {
  text-align: left;
  font-family: "Yu Mincho", "YuMincho","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.article h1 {
    color:#EB5F26;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  text-align: left;
  font-feature-settings : "palt";
}
.article .article__header {}
  .article .article__header h1 {
    font-feature-settings: "palt";
    padding-left: 35.1%;
    padding-top: calc(740px * 44/740);;
    height: calc(740px * 220/740);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
  }
  .article .article__header h1 span {
    display: block;
    margin-top: 5px;
  }
  .article .article__header h1 .sub {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 0;
  }
@media screen and (max-width: 740px) {
  .article .article__header h1 {
/*    height: calc(29.729vw -20px );*/
    padding-top: calc((100vw * 44/740) - 20px);
    min-height: calc((100vw * 220/740) - 20px);/* ((100vw * 220/740) - 20px) */
    height: auto;
    padding-bottom:calc((100vw * 220/740) - 20px ); 
    background-size: 100% auto;
    background-position: right bottom;
  }
  .article .article__header h1 {
    text-align: center;
    padding-top: calc(100vw * 20/(740-20));
    padding-left: 12px;
    padding-right: 12px;
    font-size: 35px;
  }
  .article .article__header h1 .sub {
    font-size: 14px;
  }
}
.article .article__body {
  padding: 42px 40px;
}
@media screen and (max-width: 740px) {
  .article .article__body {
    padding: 27px 12px;
  }
}
  .article .article__body h2 {
    color:#EB5F26;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bolder;
    margin-top: 40px;
  }
  .article .article__body h2 span {}
  .article .article__body p {
    font-size: 16px;
    line-height: 1.7;
    font-feature-settings : "palt";
    margin-top: 21px;
  }
  .article .article__body p:first-child {
    margin-top: 0;
  }
  .article .article__body figure {
    margin-top: 26px;
    margin-bottom: 1em;
  }
  .article .article__body figure.flRight {
    float: right;
    margin-left: 24px;
  }
  .article .article__body figure.flLeft {
    float: left;
    margin-right: 24px;
  }
@media screen and (max-width: 740px) {
  .article .article__body h2 {
    font-size: 15px;
  }
  .article .article__body p {
    font-size: 13px;
  }
  .article .article__body figure {
    width:calc(100% + 24px);
    text-align: center;
    left:-12px;
  }
  .article .article__body figure.flRight,
  .article .article__body figure.flLeft {
    float: none;
    margin-left: -12px;
  }
}
.article .article__footer {
  padding: 0 40px 42px;
}
@media screen and (max-width: 520px) {
  .article .article__body figure img {
    width: 100%;
    height: auto;
  }
}
.article .profile {
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  padding: 18px 18px 18px 38px;
  display: flex;
  justify-content:flex-start;
  align-items: center;
}
.profile .profile__thumb {
  border-radius: 50%;
  width:120px;
  height: 120px;
  overflow: hidden;
  margin-right: 38px;
}
.profile .profile__body {
  font-feature-settings: "palt";
}
.article .profile h3.name {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.article .profile h3.name span {}
.article .profile p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 740px) {
  .article .profile {
    padding: 35px 5%;
    display: block;
    text-align: center;
  }
  .profile .profile__thumb {
    width:150px;
    height:150px;
    margin-left: auto;
    margin-right: auto;
  }
  .profile .profile__thumb img {
    width:100%;
    height: auto;
  }
  .profile .profile__body {
    text-align: center;
  }
  .article .profile h3.name {
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
  }
  .article .profile p {
    text-align: center;
    font-size: 10px;
    margin-top: 11px;
  }
  .article .article__footer {
    padding: 0 12px 40px;
  }
}
