@charset "UTF-8";
/* width */
/*border*/
/*screenmarge*/
/*---------------------------------
	pagescommon
-----------------------------------*/
.excaution {
  font-size: 1.2rem;
  text-align: right; }

/*---------------------------------
	INTERVIEW
-----------------------------------*/
.thumlist {
  width: 100%;
  margin: -4rem auto 3em;
  display: flex;
  justify-content: space-around;
  align-items: top;
  flex-wrap: wrap; }
  .thumlist .topthum {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 40%;
    margin: 2em 0 2em;
    background: url("../imgs/common_bg.png") no-repeat;
    background-size: 100% 10em;
    background-position: bottom right; }
    @media only screen and (max-width: 900px) {
      .thumlist .topthum {
        width: 47%;
        background-size: 100% 8em; } }
    @media only screen and (max-width: 780px) {
      .thumlist .topthum {
        width: 95%;
        margin: 0 0 2rem; } }
    .thumlist .topthum .thum {
      line-height: 0;
      flex: 1;
      max-width: 250px; }
      @media only screen and (max-width: 900px) {
        .thumlist .topthum .thum {
          max-width: 180px; } }
    .thumlist .topthum a {
      z-index: 10; }
    .thumlist .topthum:hover .txtblock {
      filter: alpha(opacity=80);
      opacity: 0.8; }
    .thumlist .topthum .txtblock {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-wrap: wrap;
      width: 10em;
      color: #FFF;
      text-align: right;
      padding: 1.5rem; }
    .thumlist .topthum .name {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      width: 100%; }
    .thumlist .topthum .area {
      font-size: 1.4rem;
      width: 100%; }
    .thumlist .topthum:nth-of-type(even) {
      margin: 0; }
      @media only screen and (max-width: 600px) {
        .thumlist .topthum:nth-of-type(even) {
          margin: 0 0 2rem; } }

.interviewprofile {
  background: url("../imgs/common_bg.png") no-repeat;
  background-size: 100% 12em;
  background-position: bottom right;
  position: relative;
  height: 20em; }
  .interviewprofile .txtdata {
    position: absolute;
    right: 50px;
    bottom: 0;
    padding: 2rem 0 2rem;
    width: calc(20em + 300px); }
    .interviewprofile .txtdata .job {
      color: #FFF;
      font-size: 2.2rem; }
    .interviewprofile .txtdata .area {
      background: #FFF;
      font-size: 1.8rem;
      color: #1D2087;
      padding: 1rem 2rem 1rem 2rem; }
  .interviewprofile .photo {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
    width: 300px; }
  @media only screen and (max-width: 900px) {
    .interviewprofile .txtdata {
      width: calc(20em + 200px); }
    .interviewprofile .photo {
      width: 260px; } }
  @media only screen and (max-width: 600px) {
    .interviewprofile {
      position: relative;
      height: auto;
      background: none; }
      .interviewprofile .txtdata {
        position: static;
        background: #1D2087;
        width: 100%; }
        .interviewprofile .txtdata .job {
          padding: 0 3% 1rem; }
        .interviewprofile .txtdata .area {
          padding: 1rem 3%; }
      .interviewprofile .photo {
        position: relative;
        width: 100%;
        background: url("../imgs/common_bg.png") no-repeat;
        background-size: 100% 12em;
        background-position: bottom right; }
        .interviewprofile .photo img {
          height: 300px;
          display: block;
          margin: 0 auto; } }

.interviewarticle {
  margin: 6rem 0 0;
  column-count: 2;
  column-gap: 1rem;
  column-fill: balance-all; }
  @media only screen and (max-width: 780px) {
    .interviewarticle {
      column-count: 1; } }
  .interviewarticle .qablock {
    width: 96%;
    margin: 3rem 2%;
    page-break-inside: avoid;
    break-inside: avoid; }
    .interviewarticle .qablock:first-of-type {
      margin-top: 0; }
    .interviewarticle .qablock .ques {
      border: 2px solid #25A0D3;
      padding: 0.6rem 1rem;
      color: #25A0D3;
      font-size: 2rem;
      position: relative;
      display: inline-block; }
      .interviewarticle .qablock .ques:before, .interviewarticle .qablock .ques:after {
        position: absolute;
        top: 100%;
        left: 3em;
        content: "";
        height: 0;
        width: 0; }
      .interviewarticle .qablock .ques:before {
        border: 19px solid;
        border-color: transparent;
        border-top-color: #25A0D3;
        margin-left: -19px; }
      .interviewarticle .qablock .ques:after {
        border: 16px solid;
        border-color: transparent;
        border-top-color: #FFF;
        margin-left: -16px; }
    .interviewarticle .qablock .ans {
      padding: 2rem 0.5rem 2rem 3rem; }
      .interviewarticle .qablock .ans em {
        font-weight: bold;
        font-style: normal; }
      .interviewarticle .qablock .ans em.a {
        color: #1D2087; }
      .interviewarticle .qablock .ans em.b {
        color: #25A0D3; }
      .interviewarticle .qablock .ans img {
        margin: 2rem auto 0; }

/*---------------------------------
	FoCUS menu
-----------------------------------*/
.focusmainimage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 2rem auto 5rem; }
  .focusmainimage .photo {
    width: 60%; }
    .focusmainimage .photo img {
      object-fit: cover;
      min-height: 300px; }
  .focusmainimage .namebox {
    width: 38%;
    position: relative;
    z-index: 10; }
    .focusmainimage .namebox .read {
      background: #1D2087;
      color: #FFF;
      padding: 0.75rem 1.5rem;
      margin: 0 0 3rem -7rem;
      width: 70%;
      min-width: 12em;
      font-size: 2rem; }
      @media only screen and (max-width: 780px) {
        .focusmainimage .namebox .read {
          font-size: 1.75rem;
          width: calc(100% + 7rem);
          padding: 0.75rem 0 0.75rem 0.5rem; } }
    @media only screen and (max-width: 780px) {
      .focusmainimage .namebox {
        width: 40%; } }
    .focusmainimage .namebox .class {
      color: #1D2087;
      font-size: 4rem; }
      .focusmainimage .namebox .class span {
        font-size: 1.75rem; }
      @media only screen and (max-width: 780px) {
        .focusmainimage .namebox .class {
          font-size: 3rem;
          margin-left: -7rem;
          text-align: right; } }
  @media only screen and (max-width: 780px) {
    .focusmainimage.taka {
      flex-direction: row-reverse; }
      .focusmainimage.taka .namebox .read {
        margin: 0 0 3rem 1%; }
      .focusmainimage.taka .namebox .class {
        margin-left: 1%; } }
    @media only screen and (max-width: 780px) and (max-width: 780px) {
      .focusmainimage.taka .namebox .class {
        text-align: center; } }

.focusmenu .theme {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #1D2087;
  color: #FFF;
  padding: 3rem 5%;
  font-size: 2.2rem; }
  @media only screen and (max-width: 780px) {
    .focusmenu .theme {
      padding: 3rem 2%; } }
  .focusmenu .theme .vol {
    margin: 0 0 1rem;
    font-size: 1.8rem; }
  .focusmenu .theme .subtitle {
    font-size: 1.4rem;
    letter-spacing: 1px; }
  .focusmenu .theme .read {
    padding: 0 2em 0;
    font-size: 1.7rem;
    text-align: right;
    background: url("../imgs/icon_sankakuw.svg") right center no-repeat;
    background-size: 1em 1em; }
    @media only screen and (max-width: 600px) {
      .focusmenu .theme .read {
        width: 100%;
        padding: 0 2em 0 0; } }
.focusmenu a:nth-of-type(even) .theme {
  background-color: #FFF;
  color: #1D2087; }
  .focusmenu a:nth-of-type(even) .theme .read {
    background: url("../imgs/icon_sankakub.svg") right center no-repeat;
    background-size: 1em 1em; }

/*---------------------------------
	FoCUS main
-----------------------------------*/
.focusreadblock {
  margin: 0 0 5rem;
  background: url("../imgs/common_bg.png"); }
  .focusreadblock .readtext {
    color: #FFF;
    padding: 4rem 1rem 5rem 4rem; }
    .focusreadblock .readtext p.theme {
      color: #25A0D3;
      font-size: 3rem; }
    .focusreadblock .readtext p.read {
      font-size: 3.5rem; }
    .focusreadblock .readtext p.sub {
      font-size: 2rem; }
    @media only screen and (max-width: 900px) {
      .focusreadblock .readtext p.theme {
        font-size: 2.8rem; }
      .focusreadblock .readtext p.read {
        font-size: 3.2rem; }
      .focusreadblock .readtext p.sub {
        font-size: 2rem; } }
    @media only screen and (max-width: 780px) {
      .focusreadblock .readtext p.theme {
        font-size: 2rem; }
      .focusreadblock .readtext p.read {
        font-size: 2.5rem; }
      .focusreadblock .readtext p.sub {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 600px) {
      .focusreadblock .readtext {
        background: #1D2087;
        width: 100%;
        padding: 2rem 1rem 2rem 1.5rem; } }

.focusmaintext section {
  overflow: hidden;
  max-width: 100%; }
  .focusmaintext section .text {
    margin: 3rem 0 4rem 3vw; }
    .focusmaintext section .text em {
      font-style: normal;
      background: linear-gradient(transparent 60%, #B5D7E2 60%); }
.focusmaintext .photo {
  clear: both; }
  .focusmaintext .photo.t {
    max-height: 480px; }
  .focusmaintext .photo.y {
    max-width: 480px; }
  .focusmaintext .photo.left {
    float: left;
    margin-right: 3%; }
  .focusmaintext .photo.right {
    float: right;
    margin-left: 3%; }
  @media only screen and (max-width: 900px) {
    .focusmaintext .photo.t {
      max-height: 400px; }
    .focusmaintext .photo.y {
      max-width: 400px; } }
  @media only screen and (max-width: 780px) {
    .focusmaintext .photo.left, .focusmaintext .photo.right {
      float: inherit; }
    .focusmaintext .photo.t, .focusmaintext .photo.y {
      margin: 1rem auto;
      display: block; }
    .focusmaintext .photo.y {
      width: 100%;
      max-width: 480px; } }

.focustimeblock {
  display: flex;
  justify-content: flex-start;
  align-items: top;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1028px;
  border-bottom: 2px solid #25A0D3; }
  .focustimeblock.en {
    border: none; }
  .focustimeblock .timeline {
    color: #25A0D3;
    text-align: right;
    font-size: 1.6rem;
    padding: 1em 2rem 0 0;
    width: 100px;
    border-right: solid 2px #25A0D3; }
    @media only screen and (max-width: 600px) {
      .focustimeblock .timeline {
        width: 4em;
        padding: 1em 1rem 0 0; } }
  .focustimeblock .todo {
    padding: 1em 1em 2em 2em;
    flex: 1; }
    @media only screen and (max-width: 600px) {
      .focustimeblock .todo {
        padding: 1em 0.5em; } }
    .focustimeblock .todo .todottl {
      color: #25A0D3;
      font-weight: 600;
      font-size: 1.6rem;
      margin-bottom: 1.2em; }

.focusfooter {
  clear: both;
  padding: 8rem 0 0;
  border-bottom: 2px solid #8E8E8E; }
  .focusfooter a {
    display: block;
    padding: 1rem 5%;
    border-top: 2px solid #8E8E8E;
    color: #1D2087; }
    .focusfooter a p {
      background: url("../imgs/icon_sankakub.svg") left center no-repeat;
      background-size: 1em 1em;
      padding-left: 3rem; }

/*---------------------------------
	message	
-----------------------------------*/
.messageread {
  text-align: center; }
  .messageread .read {
    color: #FFF;
    background: #1D2087;
    padding: 4rem;
    font-size: 2.5rem; }
  .messageread .sub {
    color: #25A0D3;
    margin: 2rem 0 4rem; }

.message_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 4rem 0; }
  @media only screen and (max-width: 900px) {
    .message_block {
      flex-direction: column; } }
  .message_block img {
    display: block;
    max-width: 50%; }
    .message_block img.sp {
      display: none; }
    .message_block img.pc {
      display: block; }
  .message_block .text {
    margin: 4rem 2%;
    flex: 1; }
    .message_block .text em {
      font-style: normal;
      background: linear-gradient(transparent 60%, #B5D7E2 60%); }
    .message_block .text p.txtread {
      background: #1D2087;
      color: #FFF;
      padding: 1rem 1.5rem;
      font-size: 2rem; }
    .message_block .text p.txtdeco {
      margin: 2rem 0 0 2%; }
  @media only screen and (max-width: 900px) {
    .message_block img {
      width: 80%;
      min-width: 340px;
      margin: 0 auto; }
      .message_block img.sp {
        display: block; }
      .message_block img.pc {
        display: none; }
    .message_block .text {
      width: 100%;
      margin: 4rem 0 0; } }

/*---------------------------------
	oneday
-----------------------------------*/
.oneday .root {
  background: url("../oneday/imgs/bg_root.jpg") right top no-repeat;
  background-size: 60% auto;
  overflow: hidden; }
  .oneday .root .caption {
    margin: 14rem 0 0 0;
    margin-left: calc(50% - 15em); }
.oneday .jimu {
  background: url("../oneday/imgs/bg_office.jpg") left top no-repeat;
  background-size: 60% auto;
  overflow: hidden; }
  .oneday .jimu .caption {
    margin: 14rem 0 0 50%; }
.oneday .root, .oneday .jimu {
  height: 30rem;
  margin: 7rem 0 0;
  font-size: 2.5rem; }
  @media only screen and (max-width: 780px) {
    .oneday .root .caption, .oneday .jimu .caption {
      margin: 18rem 0 0; } }
@media only screen and (max-width: 780px) {
  .oneday .root, .oneday .jimu {
    margin: 0; }
  .oneday .root {
    background: url("../oneday/imgs/bg_root.jpg") center center no-repeat;
    background-size: 100% auto; }
  .oneday .jimu {
    background: url("../oneday/imgs/bg_office.jpg") center center no-repeat;
    background-size: 100% auto;
    margin-top: 5rem; } }
.oneday a {
  background: rgba(29, 32, 135, 0.7);
  color: #FFF;
  padding: 4rem 4vw; }
  .oneday a span {
    font-weight: bold; }
  @media only screen and (max-width: 780px) {
    .oneday a {
      display: block;
      width: 100%;
      text-align: center; } }
.oneday .readblock {
  margin: 0 0 5rem;
  background: url("../imgs/common_bg.png"); }
  .oneday .readblock .readtext {
    color: #FFF;
    padding: 3rem 1rem 3.5rem 4rem; }
    .oneday .readblock .readtext p.theme {
      color: #25A0D3;
      font-size: 2.3rem; }
    .oneday .readblock .readtext p.read {
      font-size: 3rem; }
    @media only screen and (max-width: 900px) {
      .oneday .readblock .readtext p.theme {
        font-size: 2rem; }
      .oneday .readblock .readtext p.read {
        font-size: 2.8rem; } }
    @media only screen and (max-width: 600px) {
      .oneday .readblock .readtext {
        background: #1D2087;
        width: 100%;
        padding: 2rem 1rem 2rem 1.5rem; } }
.oneday .flowblock {
  margin-left: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 900px) {
    .oneday .flowblock {
      margin-left: 1vw; } }
  .oneday .flowblock .flow {
    border-left: 2px solid #25A0D3;
    flex: 1; }
    .oneday .flowblock .flow .oneflow .time {
      color: #25A0D3;
      font-weight: bold;
      font-size: 1.8rem;
      position: relative;
      padding: 0 0 0 3rem; }
      .oneday .flowblock .flow .oneflow .time:before {
        position: absolute;
        content: "";
        display: block;
        left: 0;
        top: 1em;
        width: 1rem;
        height: 2px;
        background: #25A0D3; }
    .oneday .flowblock .flow .oneflow .text {
      margin: 2rem 2rem  4rem 5rem; }
      .oneday .flowblock .flow .oneflow .text .head {
        font-size: 1.8rem;
        color: #25A0D3; }
  .oneday .flowblock .photo {
    margin-top: 10vh;
    width: 50%;
    max-width: 580px;
    min-width: 320px;
    height: auto; }
  @media only screen and (max-width: 780px) {
    .oneday .flowblock {
      display: block; }
      .oneday .flowblock .photo {
        width: 95%;
        margin: 3rem auto 0; } }

/*---------------------------------
	about　募集要項		
-----------------------------------*/
.aboutnew {
  margin: 0 0 5rem; }
  .aboutnew dl {
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap; }
    .aboutnew dl dt, .aboutnew dl dd {
      border-bottom: 2px solid #DDD;
      padding: 1rem 0.5rem 1rem 1.5rem; }
    .aboutnew dl dt {
      color: #1D2087;
      width: 20%;
      font-weight: bold; }
    .aboutnew dl dd {
      width: 80%;
      padding-top: 1.2rem; }
    .aboutnew dl p.reference {
      position: relative;
      margin-left: 1.2em; }
      .aboutnew dl p.reference:before {
        content: '※';
        position: absolute;
        left: -1.2em;
        top: 0; }
    .aboutnew dl ul li {
      position: relative;
      margin-left: 1em; }
      .aboutnew dl ul li:before {
        content: '・';
        position: absolute;
        left: -1.2em;
        top: 0; }
  .aboutnew .guideline {
    margin: 0 0 0 5%; }
    .aboutnew .guideline p.bl {
      margin-top: 8px; }
  .aboutnew .entryseminer {
    margin: 2em auto 4em;
    text-align: center;
    color: #1d2087;
    font-weight: 600;
    font-size: 1.6rem; }
  .aboutnew .entrybtn {
    margin: 2em auto;
    text-align: center; }
  @media only screen and (max-width: 640px) {
    .aboutnew .guideline {
      padding: 15px 2%;
      margin: 0; }
    .aboutnew dl {
      display: inherit; }
      .aboutnew dl dt, .aboutnew dl dd {
        width: 100%; }
    .aboutnew .schedule dl dt:nth-of-type(2n) {
      border-bottom: 2px dotted #1D2087; } }

/*--------
	中途 TOP 	
---------*/
.career ul.top {
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap; }
  .career ul.top li {
    width: 45%;
    padding: 12em 0 0;
    margin: 5em auto; }
    @media only screen and (max-width: 900px) {
      .career ul.top li {
        width: 95%;
        margin: 2em auto; } }
    .career ul.top li.root {
      background: url(../career/imgs/bg_root.jpg) center center;
      background-size: cover; }
    .career ul.top li.office {
      background: url(../career/imgs/bg_office.jpg) center center;
      background-size: cover; }
  .career ul.top .inbox {
    background: rgba(29, 32, 135, 0.7);
    padding: 1.5rem 3rem;
    color: #FFF;
    height: 100%; }
  .career ul.top .jobtitle {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 0.25em; }
  .career ul.top .caption {
    margin: 0 0 4em 2em; }

/*--------
	メイン
---------*/
.career .type {
  color: #1D2087;
  font-weight: bold;
  margin-top: 0.5rem;
  font-size: 1.65rem; }
.career dl {
  margin: 3rem 0 4rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap; }
  .career dl dt, .career dl dd {
    border-bottom: 2px solid #DDD;
    padding: 1rem 0.5rem 1rem 1.5rem; }
  .career dl dt {
    color: #1d2087;
    width: 20%;
    font-weight: bold; }
  .career dl dd {
    width: 80%;
    padding-top: 1.2rem; }
  @media only screen and (max-width: 780px) {
    .career dl {
      margin: 3rem 0 4rem 0; }
      .career dl dt, .career dl dd {
        width: 100%; } }
  .career dl p.reference {
    position: relative;
    margin-left: 1.2em; }
    .career dl p.reference:before {
      content: '※';
      position: absolute;
      left: -1.2em;
      top: 0; }
  .career dl ul li {
    position: relative;
    margin-left: 1em; }
    .career dl ul li:before {
      content: '・';
      position: absolute;
      left: -1.2em;
      top: 0; }
.career .entrybtn a {
  background: #E50011;
  margin: 1em auto;
  display: inline-block;
  padding: 1em 2em;
  color: #FFF;
  font-size: 1.6rem; }
.career .caution {
  margin: 0 0 1em;
  color: #E50011; }
.career .contact input, .career .contact select, .career .contact textarea {
  border: 1px solid #8E8E8E;
  padding: 0.2em 0.5rem; }
.career .contact input[type="text"],
.career .contact input[type="email"] {
  width: 70%; }
.career .contact .num input[type="text"] {
  width: 5em; }
.career .contact textarea {
  width: 100%;
  height: 8em; }
@media only screen and (max-width: 780px) {
  .career .contact input[type="text"],
  .career .contact input[type="email"] {
    width: 100%; } }
.career .entrybtn {
  text-align: center; }
  .career .entrybtn button[type="submit"], .career .entrybtn button[type="reset"] {
    background: #1D2087;
    margin: 1em auto;
    display: inline-block;
    padding: 1em 2em;
    color: #FFF;
    border: none;
    cursor: pointer; }
.career .mfp_buttons {
  text-align: center; }
  .career .mfp_buttons button[type="submit"], .career .mfp_buttons button[type="reset"] {
    background: #1D2087;
    margin: 1em auto;
    display: inline-block;
    padding: 1em 2em;
    color: #FFF;
    border: none;
    cursor: pointer;
    text-shadow: none; }

/*---------------------------------
	QA
-----------------------------------*/
.qablock {
  margin: 0 0 3em; }
  .qablock .qalist {
    margin: 0 0 3rem 5%; }
    .qablock .qalist p {
      position: relative;
      padding: 0 0 0 40px;
      min-height: 30px; }
    .qablock .qalist dt {
      background: #1D2087;
      color: #FFF;
      padding: 0.75rem 0.5rem; }
      .qablock .qalist dt p {
        background: url(../imgs/qa_iconq.png) left top no-repeat;
        background-size: 30px 30px; }
    .qablock .qalist dd {
      margin: 0 0 3rem 10%;
      padding: 1rem 0.5rem 1rem; }
      .qablock .qalist dd p {
        background: url(../imgs/qa_icona.png) left top no-repeat;
        background-size: 30px 30px; }
    .qablock .qalist dt:nth-of-type(1), .qablock .qalist dd:nth-of-type(1) {
      border-top: none; }
    @media only screen and (max-width: 780px) {
      .qablock .qalist {
        margin: 0 0 3rem 0; }
        .qablock .qalist dd {
          margin: 0 0 3rem 2%; } }

/*---------------------------------
	Data
-----------------------------------*/
.datagraphbox, .datafigurebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .datagraphbox section, .datafigurebox section {
    width: 31%; }
    .datagraphbox section .graph, .datafigurebox section .graph {
      margin: 0 5% 3rem; }
    .datagraphbox section .figure, .datafigurebox section .figure {
      text-align: center;
      margin-bottom: 3rem; }
      .datagraphbox section .figure em, .datafigurebox section .figure em {
        font-style: normal;
        font-weight: bold;
        color: #25A0D3;
        font-size: 2.5rem;
        display: inline-block; }
  .datagraphbox ::after, .datafigurebox ::after {
    display: block;
    content: "";
    width: 31%; }
  @media only screen and (max-width: 900px) {
    .datagraphbox section, .datafigurebox section {
      width: 48%; } }
  @media only screen and (max-width: 600px) {
    .datagraphbox section, .datafigurebox section {
      width: 85%;
      margin: 0 auto 2rem; }
      .datagraphbox section .graph, .datafigurebox section .graph {
        margin: 0 5% 0; } }
  @media only screen and (max-width: 480px) {
    .datagraphbox section, .datafigurebox section {
      width: 98%;
      margin: 0 auto 1rem; } }

/*---------------------------------
	comic
-----------------------------------*/
.comic li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 70%;
  margin: 10rem auto 0; }
  @media only screen and (max-width: 900px) {
    .comic li {
      width: 90%;
      margin: 8rem auto 0; } }
  .comic li img {
    width: 46%;
    margin-right: 4%; }
  @media only screen and (max-width: 600px) {
    .comic li {
      margin: 3rem auto 0;
      flex-direction: column;
      width: 96%; }
      .comic li img {
        width: 90%;
        margin: 2rem auto; } }
  .comic li .episode {
    flex: 1;
    margin: 2rem 0 0 0; }
    .comic li .episode h3 {
      margin: 2rem 0 0 5%;
      border: none; }
    .comic li .episode p {
      background: #1D2087;
      color: #FFF;
      padding: 0.5rem 1rem; }
    @media only screen and (max-width: 600px) {
      .comic li .episode {
        width: 100%; }
        .comic li .episode h3 {
          margin: 2rem 0 0; } }

/*# sourceMappingURL=pages.css.map */
