　@charset "UTF-8";
/*==================================================================
Global reset
===================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* ******************************************************************

****************************************************************** */
/*==================================================================
media query
===================================================================*/
.row {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1064px; }
  @media only screen and (max-width: 768px) {
    .row {
      padding: 0 20px; } }
  @media only screen and (max-width: 640px) {
    .row {
      padding: 0 10px; } }

@media only screen and (max-width: 768px) {
  body {
    min-width: 768px; } }
@media only screen and (max-width: 640px) {
  body {
    min-width: auto; }
    body .row {
      margin-left: 0;
      margin-right: 0;
      min-width: 0;
      width: auto; } }
@media only screen and (max-width: 640px) {
  .pconly {
    display: none; } }

.tabonly {
  display: none; }
  @media only screen and (max-width: 768px) {
    .tabonly {
      display: block; } }

.sponly {
  display: none; }
  @media only screen and (max-width: 640px) {
    .sponly {
      display: block; } }

/*==================================================================
レスポンシブ画像
===================================================================*/
.imgAuto {
  height: auto;
  max-width: 100%; }

.imgMax {
  height: auto;
  width: 100%; }

.imgAutoResp {
  height: auto;
  max-width: 100%; }
  @media only screen and (max-width: 640px) {
    .imgAutoResp {
      display: block;
      height: auto;
      margin: 0 auto !important; } }

/*==================================================================
	マウスホバー時の画像半透明
===================================================================*/
a:hover img,
input:hover,
button:hover {
  opacity: 0.8; }

/*==================================================================
	視覚整形モデル
===================================================================*/
.noDisplay {
  display: none; }

.block {
  display: block !important; }

.inline {
  display: inline !important; }

.inlineBlock {
  display: inline-block !important; }

.static {
  position: static !important; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.fixed {
  position: fixed !important; }

.leftBox {
  float: left; }

.rightBox {
  float: right; }

.nofloat {
  float: none !important; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  clear: both;
  content: "";
  display: block; }

.clear {
  clear: both !important; }

/*==================================================================
	よく使う文字色
===================================================================*/
.fc_000 {
  color: #000 !important; }

.fc_333 {
  color: #333 !important; }

.fc_666 {
  color: #666 !important; }

.fc_999 {
  color: #999 !important; }

.fc_CCC {
  color: #ccc !important; }

.fc_FFF {
  color: #fff !important; }

.fc_00C {
  color: #00c !important; }

.fc_3C9 {
  color: #3c9 !important; }

.fc_96F {
  color: #96f !important; }

.fc_C00 {
  color: #c00 !important; }

.fc_F00 {
  color: #f00 !important; }

.fc_F33 {
  color: #f33 !important; }

.fc_F60 {
  color: #f60 !important; }

.fc_F66 {
  color: #f66 !important; }

.fc_F99 {
  color: #f99 !important; }

.fc_FCC {
  color: #fcc !important; }

.red {
  color: #c00; }

.white {
  color: #fff; }

.black {
  color: #000; }

/*==================================================================
	背景色
===================================================================*/
.bg_000 {
  background-color: #000 !important; }

.bg_333 {
  background-color: #333 !important; }

.bg_666 {
  background-color: #666 !important; }

.bg_999 {
  background-color: #999 !important; }

.bg_CCC {
  background-color: #ccc !important; }

.bg_EFEFEF {
  background-color: #efefef !important; }

.bg_FFF {
  background-color: #fff !important; }

.bg_00C {
  background-color: #00c !important; }

.bg_3C9 {
  background-color: #3c9 !important; }

.bg_96F {
  background-color: #96f !important; }

.bg_C00 {
  background-color: #c00 !important; }

.bg_F00 {
  background-color: #f00 !important; }

.bg_F33 {
  background-color: #f33 !important; }

.bg_F60 {
  background-color: #f60 !important; }

.bg_F66 {
  background-color: #f66 !important; }

.bg_F99 {
  background-color: #f99 !important; }

.bg_FCC {
  background-color: #fcc !important; }


/*==================================================================
	インデント
===================================================================*/
.tind1 {
  text-indent: 1.6rem; }

.tindR1 {
  padding-left: 1.6rem !important;
  text-indent: -1.6rem !important; }


/*==================================================================
	ボーダー
===================================================================*/
.bt0,
.ba0 {
  border-top: none !important; }

.br0,
.ba0 {
  border-right: none !important; }

.bb0,
.ba0 {
  border-bottom: none !important; }

.bl0,
.ba0 {
  border-left: none !important; }

.ba1 {
  border: solid 1px #000 !important; }

.bc_000 {
  border-color: #000 !important; }

.bc_111 {
  border-color: #111 !important; }

.bc_222 {
  border-color: #222 !important; }

.bc_333 {
  border-color: #333 !important; }

.bc_444 {
  border-color: #444 !important; }

.bc_555 {
  border-color: #555 !important; }

.bc_666 {
  border-color: #666 !important; }

.bc_777 {
  border-color: #777 !important; }

.bc_888 {
  border-color: #888 !important; }

.bc_999 {
  border-color: #999 !important; }

.bc_aaa {
  border-color: #aaa !important; }

.bc_bbb {
  border-color: #bbb !important; }

.bc_ccc {
  border-color: #ccc !important; }

.bc_ddd {
  border-color: #ddd !important; }

.bc_eee {
  border-color: #eee !important; }

.bc_fff {
  border-color: #fff !important; }

/*==================================================================
	文字の大きさ・テキスト整形
===================================================================*/
strong,
.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.note {
  margin-left: 1.6rem;
  text-indent: -1.6rem; }

.middle {
  vertical-align: middle !important; }

.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.underline {
  text-decoration: underline !important; }

/*==================================================================
WORDPRESS用
===================================================================*/
/*==================================================================
	フロート画像
===================================================================*/
.imgRight {
  display: block;
  float: right;
  line-height: normal;
  margin: 0 0 5px 10px; }

.imgLeft {
  display: block;
  float: left;
  line-height: normal;
  margin: 0 10px 5px 0; }

/*==================================================================
	水平線
===================================================================*/
.solidline {
  border-bottom: solid 1px #c9c9c9;
  font-size: 1px;
  height: 1px;
  line-height: 1px; }

.dashedline {
  border-bottom: dashed 1px #c9c9c9;
  font-size: 1px;
  height: 1px;
  line-height: 1px; }

.dottedline {
  border-bottom: dotted 1px #c9c9c9;
  font-size: 1px;
  height: 1px;
  line-height: 1px; }

/*==================================================================
	リスト
===================================================================*/
.disc {
  list-style: disc;
  padding-left: 2rem; }

.circle {
  list-style: circle;
  padding-left: 2rem; }

.decimal {
  list-style: decimal;
  padding-left: 2.4rem; }

.inlineList dt,
.inlineList dd,
.inlineList li {
  display: inline; }

.inlineBlockList dt,
.inlineBlockList dd,
.inlineBlockList li {
  display: inline-block; }

.dlLine {
  display: flex;
  border-bottom: 1px #ccc solid; }
  .dlLine dt {
    padding: 14px 10px 14px 0;
    white-space: nowrap; }
    .dlLine dt span {
      font-size: 1.2rem;
      background: #1c72ba;
      border-radius: 3px;
      color: white;
      padding: 2px 20px;
      margin-left: 10px; }
  .dlLine dd {
    padding: 14px 0; }

/*==================================================================
	CSS3
===================================================================*/
.boxShadow {
  box-shadow: 0 0 5px #ddd; }

.textShadowW {
  text-shadow: 0 1px 0 #e7e7e7; }

.textShadowB {
  text-shadow: 0 1px 0 #ccc; }

.radius1 {
  border-radius: 1px; }

.radius2 {
  border-radius: 2px; }

.radius3 {
  border-radius: 3px; }

.radius4 {
  border-radius: 4px; }

.radius5 {
  border-radius: 5px; }

.radius6 {
  border-radius: 6px; }

.radius7 {
  border-radius: 7px; }

.radius8 {
  border-radius: 8px; }

.radius9 {
  border-radius: 9px; }

.radius10 {
  border-radius: 10px; }

/*==================================================================
	フェードイン・フェードアウト
===================================================================*/
.fade {
  border: 1px solid #ccc;
  color: #06c;
  cursor: pointer;
  display: block;
  font-size: 13px;
  padding: 10px; }
  .fade span {
    position: relative;
    display: block;
    padding-right: 30px; }
    .fade span:after {
      position: absolute;
      top: 50%;
      right: 0;
      background: url(../img/module/icon_plus_minus.png) no-repeat;
      content: "";
      height: 20px;
      margin-top: -10px;
      width: 20px; }
  .fade.active span:after {
    background-position: 0 100%; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .fade span:after {
    background: url(../img/module/icon_plus_minus@2x.png) no-repeat;
    background-size: 20px 50px; } }
.fadeBox {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  margin-top: 10px;
  padding: 15px;
  z-index: 99999; }



/*==================================================================
    flexbox start
===================================================================*/
.flex {
  display: flex; }

.flex-between, .flex-around {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .flex-between.sp-block p, .sp-block.flex-around p,
    .flex-between.sp-block li,
    .sp-block.flex-around li,
    .flex-between.sp-block dt,
    .sp-block.flex-around dt,
    .flex-between.sp-block dd,
    .sp-block.flex-around dd,
    .flex-between.sp-block div,
    .sp-block.flex-around div, .flex-between.tab-block p, .tab-block.flex-around p,
    .flex-between.tab-block li,
    .tab-block.flex-around li,
    .flex-between.tab-block dt,
    .tab-block.flex-around dt,
    .flex-between.tab-block dd,
    .tab-block.flex-around dd,
    .flex-between.tab-block div,
    .tab-block.flex-around div {
      max-width: 100%;
      width: auto; }
    .flex-between.sp-block img, .sp-block.flex-around img, .flex-between.tab-block img, .tab-block.flex-around img {
      display: block;
      height: auto;
      margin: 0 auto;
      max-width: 100%; } }

.flex-around {
  justify-content: space-around; }

.nowrap {
  flex-wrap: nowrap; }

.wrap {
  flex-wrap: wrap; }

.flex1 p,
.flex1 li,
.flex1 dt,
.flex1 dd,
.flex1 div {
  flex: 1; }

.direction-column {
  flex-direction: column; }

.justify-content-center {
  justify-content: center; }

.justify-content-end {
  justify-content: flex-end; }

.align-items-start {
  align-items: flex-start; }

.align-items-center {
  align-items: center; }

.align-items-end {
  align-items: flex-end; }

@media only screen and (max-width: 640px) {
  .sp-nowrap {
    flex-wrap: nowrap; }

  .sp-wrap {
    flex-wrap: wrap; }

  .sp-flex1 p,
  .sp-flex1 li,
  .sp-flex1 dt,
  .sp-flex1 dd,
  .sp-flex1 div {
    flex: 1; }

  .sp-direction-column {
    flex-direction: column; }

  .sp-justify-content-center {
    justify-content: center; }

  .sp-justify-content-end {
    justify-content: flex-end; }

  .sp-align-items-start {
    align-items: flex-start; }

  .sp-align-items-center {
    align-items: center; }

  .sp-align-items-end {
    align-items: flex-end; } }
.grow1 {
  flex-grow: 1; }

.grow2 {
  flex-grow: 2; }

.align-self-start {
  align-self: flex-start; }

.align-self-center {
  align-self: center; }

.align-self-end {
  align-self: flex-end; }

/*==================================================================
    PC用
===================================================================*/
@media only screen and (min-width: 980px) {
  .pc-block {
    display: block; } }
/*==================================================================
    SP用
===================================================================*/
@media only screen and (max-width: 640px) {
  .sp-block {
    display: block !important;
    float: none !important; }

  .sp-center {
    float: none;
    margin: auto;
    text-align: center !important; }

  .sp-left {
    float: none;
    margin: auto;
    text-align: left !important; }

  .sp-right {
    float: none;
    margin: auto;
    text-align: right !important; }

  .sp-wa {
    flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    width: auto !important; }
    .sp-wa > * {
      flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important; }

  .sp-ma {
    margin: 0 auto; }

  .sp-w100p {
    flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    width: 100% !important; }
    .sp-w100p > * {
      flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important; }

  .sp-inline {
    display: inline; } }
/*==================================================================
    TAB用
===================================================================*/
@media only screen and (max-width: 768px) {
  .tab-block {
    display: block !important;
    float: none !important; }

  .tab-center {
    float: none;
    margin: auto;
    text-align: center !important; }

  .tab-wa {
    flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    width: auto !important; }
    .tab-wa > * {
      flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important; }

  .tab-ma {
    margin: 0 auto; }

  .tab-w100p {
    flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    width: 100% !important; }
    .tab-w100p > * {
      flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important; }

  .tab-inline {
    display: inline; } }

/*==================================================================
記号系
===================================================================*/
.arrowRD {
  position: relative;
  display: block; }
  .arrowRD::before {
    position: absolute;
    right: 10px;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    content: "";
    display: block;
    height: 12px;
    margin-top: 0;
    transform: rotate(135deg);
    width: 12px; }

.arrowRU {
  position: relative;
  display: block; }
  .arrowRU::before {
    position: absolute;
    right: 10px;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    content: "";
    display: block;
    height: 12px;
    margin-top: 0;
    transform: rotate(-45deg);
    width: 12px; }

.arrowRR {
  position: relative;
  display: block; }
  .arrowRR::before {
    position: absolute;
    top: 50%;
    right: 10px;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    content: "";
    display: block;
    height: 12px;
    margin-top: -6px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 999; }

.arrowLR {
  position: relative;
  display: block; }
  .arrowLR::before {
    position: absolute;
    top: 50%;
    left: 10px;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    content: "";
    display: block;
    height: 12px;
    margin-top: -6px;
    transform: rotate(45deg);
    width: 12px; }

.arrowLL {
  position: relative;
  display: block; }
  .arrowLL::before {
    position: absolute;
    top: 50%;
    left: 10px;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    content: "";
    display: block;
    height: 12px;
    margin-top: -6px;
    transform: rotate(-135deg);
    width: 12px;
    z-index: 999; }

.arrowLD {
  position: relative;
  display: block; }
  .arrowLD::before {
    position: absolute;
    left: 10px;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    content: "";
    display: block;
    height: 12px;
    margin-top: 0;
    transform: rotate(135deg);
    width: 12px; }

.sankakuL {
  position: relative;
  display: block;
  padding-left: 21px !important; }
  .sankakuL::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border-color: #000 transparent;
    border-style: solid;
    border-width: 0 6px 6px;
    content: " ";
    transform: rotate(90deg); }

.sankakuR {
  position: relative;
  display: block;
  padding-left: 11px !important; }
  .sankakuR::before {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border-color: #000 transparent;
    border-style: solid;
    border-width: 0 6px 6px;
    content: " ";
    transform: rotate(90deg); }

.icon_plus {
  position: relative; }
  .icon_plus::after {
    position: absolute;
    top: 0;
    right: 10px;
    color: #000;
    content: "＋";
    display: block;
    font-size: 20px;
    font-weight: bold; }

.icon_minus {
  position: relative; }
  .icon_minus::after {
    position: absolute;
    top: 0;
    right: 10px;
    color: #000;
    content: "－";
    display: block;
    font-size: 20px;
    font-weight: bold; }

.icon_circle {
  position: relative;
  display: block; }
  .icon_circle::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    content: "●";
    display: inline-block;
    font-size: 10px;
    font-weight: bold; }

.icon_rectangle {
  position: relative;
  display: block; }
  .icon_rectangle::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    content: "■";
    display: inline-block;
    font-size: 10px;
    font-weight: bold; }

/*==================================================================
トップへ戻る
===================================================================*/
#toTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 8000; }
  @media only screen and (max-width: 640px) {
    #toTop {
      right: 0;
      bottom: 30px; }
      #toTop a {
        opacity: 0.8; } }
  #toTop a {
    display: block;
    height: 57px;
    width: 65px; }

/*==================================================================
bxslider対策
===================================================================*/
.bxsliderBlock, .carousel {
  text-align: center; }
  .bxsliderBlock img, .carousel img {
    display: block;
    margin: 0 auto;
    object-fit: cover; }

.bxsliderBlock li, .carousel li {
  display: none; }

.bx-viewport .bxsliderBlock li, .bx-viewport .carousel li {
  display: block !important; }


.mt30 {
  margin-top: 30px; }

/*==================================================================
画像の保存を禁止
===================================================================*/
/*==================================================================
Reserved
===================================================================*/
/*==================================================================
Reserved
===================================================================*/
/*==================================================================
Reserved
===================================================================*/
/*==================================================================
Reserved
===================================================================*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  /* 16px*/
  line-height: 1.6rem;
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Roboto&display=swap");
  font-family: 'Roboto', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

/*==================================================================
Initial
===================================================================*/
* {
  box-sizing: border-box; }

body {
  -webkit-text-size-adjust: 100%; }

a:link, a:visited {
  color: #06c;
  text-decoration: none; }
a:hover, a:active {
  color: #06c;
  opacity: 0.8;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

header, nav, #topimg, #pankuzu, #content, footer {
  margin: 0 auto;
  text-align: left; }

#wrapperHeader, #wrapperNav, #wrapperTopimg, #wrapperPankuzu, #wrapperContent, #wrapperFooter {
  margin: 0 auto; }
  @media only screen and (max-width: 640px) {
    #wrapperHeader, #wrapperNav, #wrapperTopimg, #wrapperPankuzu, #wrapperContent, #wrapperFooter {
      max-width: 640px; } }

/*未リンク箇所をグレー表示*/
a[href^="javascript:void(0);"] {
  color: #666 !important;
  cursor: default; }
  a[href^="javascript:void(0);"]:hover {
    opacity: 1; }
  a[href^="javascript:void(0);"] img {
    opacity: 0.5; }

p.box a[href^="javascript:void(0);"] {
  border-color: #666 !important;
  opacity: 0.2; }

#wrapperHeader {
	background-color: #004578;
	background-image: url(../img/header_back.png);
	background-position: center 570px;
	background-size: 10px auto;
	background-repeat: repeat-x;
}

  #wrapperHeader .inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
   justify-content: center; 
   }

   #wrapperHeader .inner.row {
	   padding: 0;
   }
  
  #wrapperHeader .topimg {
    flex-basis: 100%;
      width: 100%;
    position: relative; 
    text-align: right;


    }
    #wrapperHeader .topimg .imgArea{
	    margin: 0;
	    width: 100%;
/* 	    height: 739px; */
	    height: 600px;
	    overflow: hidden;
  }    
    #wrapperHeader .topimg .imgArea img {
      width: auto;
	  height: 600px!important;
       object-fit: cover;
        object-position: right center;
     }
  #wrapperHeader .subimg {
    position: absolute;
    top: 30px;
    left: 2%;
    z-index: 999; }
    
  #wrapperHeader .subimg img{
	  border: 1px solid #fff;
	  width: 500px;
	  height: auto;
  }

  #wrapperHeader .subimg2 {
    position: absolute;
    top: 430px;
    left: 30px;
    z-index: 999; }

  #wrapperHeader .subimg3 {
    position: absolute;
    top: 480px;
    left: 40px;
    z-index: 999; }

  #wrapperHeader .subimg2 img{
    width: 400px;
    height: auto;
  }

  @media only screen and (max-width: 640px) {
    #wrapperHeader {
	  width: 100%!important;
   overflow: hidden;
      display: block; }
    #wrapperHeader .inner {
	  position: relative;
      display: block; }
    #wrapperHeader .row {
      padding: 0; }

    #wrapperHeader .topimg_sp .imgArea{
	    margin: 0!important;
    }
    #wrapperHeader .topimg_sp .imgArea img {
      width: 100%;
      max-width: 100%;
      margin-top: 0;
      margin-left: 0;
      }

    #wrapperHeader .topimg .imgArea img {
      width: 100%;
      max-width: 100%;
      margin-top: -30px;
      margin-left: -140px;
      }
    #wrapperHeader .topimg .ttl {
      width: 60%;
      top: 20%;
      left: auto;
      right: 10px; }
      #wrapperHeader .topimg .ttl img {
        max-width: 100%; }
    #wrapperHeader .subimg {
      position: absolute;
      width: 100%;
	  	top: 0;
      left: 0; }
      #wrapperHeader .subimg > p{
	      margin: 5px 0 0;
      }
		#wrapperHeader .subimg img{
	     width: 100%;
	     border: none;
    }
    #wrapperHeader .subimg2 {
      position: absolute;
      width: 60%;
	  	top: 80%;
      left: 2%; }
    #wrapperHeader .subimg3 {
      width:70%;
	  	top: 85%;
       }
		#wrapperHeader .subimg2 img{
	     width: 100%;
    }
		
    #wrapperHeader .linkArea {
      margin-top: 0%; }
      #wrapperHeader .linkArea .txtArea h2 {
        margin-bottom: 16px;
        font-size: 2rem;
        line-height: 1.6; }
      #wrapperHeader .linkArea .txtArea .txt {
        display: block;
        padding: 0 10px; }
        #wrapperHeader .linkArea .txtArea .txt p {
          font-size: 1.6rem; } }

  @media only screen and (max-width: 400px) {
    #wrapperHeader .subimg {
      position: absolute;
      width: 100%;
      top: 0%;
      left: 0; }
    #wrapperHeader .subimg img{
	     width: 100%;
    }
    #wrapperHeader .subimg2 {
      position: absolute;
      width: 50%;
      bottom: 2%;
      left: 5%; }
    #wrapperHeader .subimg2 img{
	     width: 100%;
    }
    }

.linkArea {
  padding: 50px 0;
  }

.linkArea_top {
	padding: 0 0 50px;
	background: #d9e4ed;
}

.linkArea .period{
	font-size: 1.8rem;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	.linkArea .period{
		font-size: 1.4rem;
		line-height: 1.6em;
		text-align: center;
		font-weight: bold;
}
}


.button {
  position: relative;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  z-index: 0; }
  .button small {
    font-size: 0.75em; }
  .button a {
    display: block;
    box-sizing: border-box;
    color: #fff;
    /*border-radius: 8px;*/
    transition: all 0.2s ease;
    border: solid 2px #999;
    position: relative;
    display: block;
    padding-left: 11px !important;
    padding: 15px !important; }
    .button a::before {
      position: absolute;
      top: 0;
      right: 0;
      background-color: transparent;
      border-color: #fff transparent;
      border-style: solid;
      border-width: 0 6px 6px;
      content: " ";
      transform: rotate(90deg); }
    .button a:hover {
      opacity: 1; }
    .button a::before {
      top: 50%;
      right: 10px;
      border-width: 0 6px 9px;
      margin-top: -3px; }
    .button a:after {
      content: "";
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      /*border-radius: 8px;*/
      border: solid 2px #999;
      position: absolute;
      bottom: -7px;
      right: -7px;
      z-index: -1; }
/* ターコイズ#31A3B4 > #4BBDCE > #BDE6EC, 黄#EFE908*/
  .button.btn01 a {
		line-height: 4rem;
		background: linear-gradient(to top, #004578, #002f77);
    border-color: #fff000;
    color: #fff; }
    .button.btn01 a::before {
      border-color: #fff transparent; 
      }
    .button.btn01 a:after {
      border-color: #004578; }
    .button.btn01 a:hover {
    background: linear-gradient(to top, #ffce00, #fff000);
		border-color: #004578;
      color: #004578; }
      .button.btn01 a:hover::before {
        border-color: #004578 transparent; }
      .button.btn01 a:hover:after {
        background-color: #004578; }
  .button.btn02 a {
    background: linear-gradient(to top, #c1272d, #ed1c24);
    border-color: #fff;
    color: #fff; }
    .button.btn02 a::before {
      border-color: #fff transparent; }
    .button.btn02 a:hover::before {
      border-color: #fff transparent; }
   .button.btn02 a:after {
      border-color: #c1272d; }
    .button.btn02 a:hover {
    background: linear-gradient(to top, #ffce00, #fff000);
		border-color: #004578;
      color: #004578; }
      .button.btn02 a:hover::before {
        border-color: #004578 transparent; }
      .button.btn02 a:hover:after {
        background-color: #004578; }



  .button.btn03 {
	  width: 60%;
	  line-height: 1;
	  text-align: center;
	  font-weight: bold;
	  font-size: 2.0rem;
	  margin-left: 40%;
	}
  .button.btn03 a {
    background: linear-gradient(to top, #ffce00, #fff000);
    border-color: #fff000;
    color: #003668; }
    .button.btn03 a::before {
      border-color: #003668 transparent; }
    .button.btn03 a:hover::before {
      border-color: #fff transparent; }
   .button.btn03 a:after {
      border-color: #fff000; }
    .button.btn03 a:hover {
		background: linear-gradient(to top, #ff4d00, #ff660e);
      color: #fff; }
      .button.btn03 a:hover:after {
        background-color: #ff660e; }


@media only screen and (max-width: 640px) {
  .button {
    width: 90%;
    font-size: 2rem; } }
#pageLink {
  padding: 40px 0 20px;
  background: #004578;
  }
  #pageLink ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    #pageLink ul li {
      position: relative;
      flex-basis: 48%;
/*       border: solid 2px #31A3B4; */
      font-size: 2.4rem;
      font-weight: bold;
/*     	border-radius: 8px; */
    	margin: 0 0 20px; 
      z-index: 0; }

      #pageLink ul li a {
        display: block;
        padding: 17px 0;
        background-color: #fff;
        color: #004578;
        text-align: center;
/*     		border-radius: 6px; */
        transition: all 0.2s ease; }
        #pageLink ul li a span:after {
          content: "\025be"; }
        #pageLink ul li a:hover {
          opacity: 1;
          background-color: #fff100;
           }
      #pageLink ul li:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: solid 1px #fff;
        position: absolute;
        right: -5px;
        bottom: -5px;
        z-index: -1;
/*         border-radius: 8px; */
			}
        #pageLink ul li:nth-child(6) a .sm{
	        font-size: 90%;
	        padding-left: 0!important;
 	        margin-left: -1.2em!important;
       }
        
        #pageLink ul li:nth-child(6) a .sm:after {
          content: none; }
        
  @media only screen and (max-width: 640px) {
    #pageLink ul {
      display: block; }
      #pageLink ul li {
        margin-bottom: 20px;
        font-size: 2rem;
        line-height: 1.2; }

        #pageLink ul li:last-child {
          margin-bottom: 0; }
        #pageLink ul li a {
          padding: 15px 0; }
          #pageLink ul li a span {
            padding-left: 1em; }
            #pageLink ul li a span:after {
              padding-left: 0.2em; } 
              }


  @media only screen and (max-width: 640px) {
    #pageLink ul {
      display: block; }
      #pageLink ul li {
        margin-bottom: 20px;
        font-size: 2rem;
        line-height: 1.2; }

        #pageLink ul li:last-child {
          margin-bottom: 0; }
        #pageLink ul li a {
          padding: 15px 0; }
          #pageLink ul li a span {
            padding-left: 1em; }
            #pageLink ul li a span:after {
              padding-left: 0.2em; } 
              }


#wrapperContent section {
  padding: 80px 0 50px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  #wrapperContent section h3 {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    font-size: 3.6rem;
    line-height: 1.3;
    color: #24486e;
    text-align: center;
    letter-spacing: 0.3em;
    text-indent: 0.3em; }
    #wrapperContent section h3:before, #wrapperContent section h3:after {
      content: "";
      flex: 1;
      height: 3px;
/*       background: #4BBDCE; */
      display: block; }
    #wrapperContent section h3 span {
      position: relative;
      padding: 0 60px;
      flex-basis: auto;
      border-bottom: 3px dashed #6783ae;
       }
/*
      #wrapperContent section h3 span:before, #wrapperContent section h3 span:after {
        content: "";
        display: block;
        width: 30px;
        height: 23px;
        background: url("../img/naname.svg") no-repeat center center/cover;
        position: absolute;
        top: 50%;
        margin-top: -11.5px; }
      #wrapperContent section h3 span:before {
        left: -11px; }
      #wrapperContent section h3 span:after {
        right: -11px; }
*/
      #wrapperContent section h3 span img {
        position: absolute;
        top: -30px;
        left: 60px; }
  #wrapperContent section .txt_main {
    text-align: center;
    color: #24486e;
    line-height: 2;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      #wrapperContent section .txt_main br {
        display: none; } }
    @media only screen and (max-width: 640px) {
      #wrapperContent section .txt_main {
        text-align: left;
        font-size: 1.6rem; } }
  #wrapperContent section .time {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    color: #24486e;}

    #wrapperContent section .time div.time_sub{
	    text-align: center;
    }
    #wrapperContent section .time div.time_sub img{
	    width: 94%;
	    max-width: 600px;
	    margin: 0 auto;
    }

    #wrapperContent section .time div.time_sub p {
      position: relative;
      flex-basis: auto;
      padding: 20px 0 0 25px;
      font-size: 3.6rem;
      line-height: 1;
      z-index: 0;
			margin-bottom: 5px;}
      #wrapperContent section .time div.time_sub p small {
        font-size: 1.8rem; }
      #wrapperContent section .time div.time_sub p:before {
        content: url("../img/time.png");
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }

  #wrapperContent section .time div.time_sub p.timeStrong {
    font-size: 6.0rem;
		text-align: center;
		line-height: 4rem;
		margin-top: 1rem;
	}
  #wrapperContent section .time div.time_sub p.timeStrong span.timeCircle img {
		width: 40px;
		height: 40px;
	}
  #wrapperContent section .time div.time_sub p.timeStrong span.timeCom {
		border: 1px solid #24486e;
		padding: 0px 4px;
		border-radius: 5px;
		margin-right: 5px;
	}
	#wrapperContent section .time div.time_sub p.timeStrong:before {
		content: url("../img/time.png");
		position: absolute;
		top: -10px;
		left: 30px;
		z-index: -1;
	}

img.yobiCircle{
	width: 40px !important;
	height: 40px !important;
	position: relative !important;
	top:-3px !important;
	left: 0px !important;
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
	vertical-align: middle;
}



  #wrapperContent section .videoArea {
    position: relative;
/*     width: 65%; */
    width: 46%;
    margin: 50px auto;
    z-index: 0; }
    #wrapperContent section .videoArea:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: -1; }
    #wrapperContent section .videoArea .video {
      width: 100%;
      padding: 5px;
      border: solid 1px #24486e; }
      

  #wrapperContent #sec06 h3 {
    align-items: center;
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    /*margin-left: 260px;*/
    font-size: 2.6rem;
    line-height: 1.3;
    color: #24486e;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0;
    padding-right: 20px;}
    #wrapperContent #sec06 h3:before, #wrapperContent #sec06 h3:after {
      content: "";
      flex: 1;
      height: 1px;
      background: none;
      display: block; }


  @media only screen and (max-width: 768px) {
    #wrapperContent section h3 {
      font-size: 3rem; } }
  @media only screen and (max-width: 640px) {
    #wrapperContent section h3 {
      display: block;
      margin-bottom: 20px;
      padding-bottom: 5px;
      font-size: 2.4rem;
      font-weight: bold;
      letter-spacing: 0;
      text-indent: 0;
      }
      #wrapperContent section h3:before, #wrapperContent section h3:after {
        content: none; }
      #wrapperContent section h3 span {
        padding: 0; }
        #wrapperContent section h3 span:before, #wrapperContent section h3 span:after {
          content: none; }
        #wrapperContent section h3 span img {
          top: -35px;
          left: 0; }
		#wrapperContent #sec06 h3 {
	      display: block;
	      margin: 0;
	      padding: 0;
	      margin-bottom: 40px;
	      padding-bottom: 5px;
	      font-size: 2.0rem;
	      font-weight: bold;
	      letter-spacing: 0;
	      text-indent: 0;
	      text-align: center;
	      border-bottom: none; }
    #wrapperContent section .videoArea {
      width: 100%;
      margin: 20px auto 30px; }
      #wrapperContent section .videoArea:after {
        top: 5px;
        left: 5px; } }
#wrapperContent #sec01 {
	}
  #wrapperContent #sec01 h3 span img {
    width: 212px; }
  #wrapperContent #sec01 h4 {
    margin: 72px 0 30px 0;
    font-size: 3.6rem;
    color: #24486e;
    text-align: center; }
  #wrapperContent #sec01 .txt {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    color: #24486e; }
    #wrapperContent #sec01 .txt p {
      flex-basis: auto;
      line-height: 1.8; }
  #wrapperContent #sec01 h5 {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    text-align: center; }
    #wrapperContent #sec01 h5 p {
      flex-basis: auto;
      padding: 15px 0px 0px;
      /*border: solid 2px #24486e;*/
			font-size: 2rem;
      border-bottom: none;
      color: #24486e; }
      #wrapperContent #sec01 h5 p span {
        background: linear-gradient(transparent 0%, #EFE908 0%) 0 0px; }
    #wrapperContent #sec01 h5:before, #wrapperContent #sec01 h5:after {
      content: " ";
      display: block;
      flex: 1;
      /*border-bottom: solid 2px #24486e;*/ }
  #wrapperContent #sec01 .tableArea {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
    /*border-bottom: solid 2px #24486e;*/ }
    #wrapperContent #sec01 .tableArea .bx {
      flex-basis: 48%; }
  #wrapperContent #sec01 .tableArea .bx table th, #wrapperContent #sec01 .tableArea .bx table td {
    border: solid 1px #31A3B4; }
/* ターコイズ#31A3B4 > #4BBDCE > #BDE6EC, 黄#EFE908*/
  #wrapperContent #sec01 .tableArea .bx table th {
    width: 15%;
    vertical-align: top;
    padding: 16px 0;
    background-color: #E0F3F6;
    color: #24486e;
    text-align: center; }
  #wrapperContent #sec01 .tableArea .bx table td {
    padding: 0 16px;
    vertical-align: top!important;
    background-color: #fff; }
    #wrapperContent #sec01 .tableArea .bx table td .ppl {
      margin-bottom: 10px;
      color: #24486e;
      font-weight: bold;
      font-size: 1.6rem; }
      #wrapperContent #sec01 .tableArea .bx table td .ppl small {
        padding-left: 1em;
        font-size: 0.8em;
        font-weight: normal; }
    #wrapperContent #sec01 .tableArea .bx table td .txt2 {
      font-size: 1.4rem;
      color: #000;
      line-height: 1.6; }
  
  #wrapperContent #sec01 .tableArea .bx table td a {
  width: 100%;
}

  #wrapperContent #sec01 .tableArea .bx table td > a:last-child img{
  margin-bottom: 16px;
  }
  
#wrapperContent #sec01 .tableArea .bx table td a img {
  margin-top: 10px;
  width: 200px;
}

#wrapperContent #sec01 .tableArea .bx table td a .dwn {
  width: 320px;
}

@media only screen and (max-width: 768px) {
  #wrapperContent #sec01 .tableArea .bx table td a .dwn {
    display: none;
  }
}
  
  #wrapperContent #sec01 .tableArea .bx .textframe {
    width: 80%;
    margin: 40px auto;
    text-align: center; }
    #wrapperContent #sec01 .tableArea .bx .textframe .note {
      margin-top: 10px;
      font-size: 1.4rem;
      color: #24486e; }
          
          
	#wrapperContent #sec02 {
	  background: #d9e4ed;
	  padding: 30px 0;
	   }
	   
	  #wrapperContent #sec02 h3{
		  margin-bottom: 0;
	  }   
	  
	  #wrapperContent #sec02 h3 span img {
	    width: 113px; }
	    
	
	  #wrapperContent #sec02 p.sub{
		  text-align: center;
		  color: #24486e;
		  font-size: 2.4rem;
		  font-weight: bold;
		  margin: 10px auto 0;
	  }
	  
	  #wrapperContent #sec02 .box{
		  display: flex;
		  justify-content: space-between;
		  align-items: center;
	  }
	  #wrapperContent #sec02 .box > div{
		  width: 60%;
	  }
	  
	  #wrapperContent #sec02 .box .txt_main{
		  text-align: left;
		  margin-bottom: 40px;  
	  }
	  
	  #wrapperContent #sec02 .box .p01{
		  width: 40%;
	  }
	
	  #wrapperContent #sec02 .box .p01 img{
		  width: 100%;
	  }


@media only screen and (max-width: 640px) {


  #wrapperContent #sec02 p.sub{
	  font-size: 1.8rem;
	  width: 100%;
  }
  
  #wrapperContent #sec02 .box{
	  display: block;
	  padding-top: 10px;
  }

  #wrapperContent #sec02 .box > div{
	  width: 100%;
  }
  
  
  #wrapperContent #sec02 .box .btn03{
	  width: 90%;
	  margin: 0 auto;
  }
  
  #wrapperContent #sec02 .box .p01{
	  width: 100%;
	  text-align: center;
  }

  #wrapperContent #sec02 .box .p01 img{
	  width: 70%;
  }
}


#wrapperContent #sec03 {
/* 	padding-top: 100px; */
background-color: #dfe6f1;
	}

  #wrapperContent #sec03 .moveNavi{
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
  }

  #wrapperContent #sec03 .moveNavi > div{
	  width: 48%;
	  text-align: center;
	  margin-bottom: 20px;
  }

  #wrapperContent #sec03 .moveNavi > div a{
	  display: block;
  }

  #wrapperContent #sec03 .moveNavi > div a img{
	  width: 100%;
	  height: auto;
  }

  #wrapperContent #sec03 .moveNavi > div h4{
	  display: flex;
	  width: 100%;
	  height: auto;
  	  margin: 0;
  	  padding: 0.5em 0;
	  justify-content: center;
	  align-items: center;
	  font-size: 2.2rem;
	  line-height: 1.2em;
	  font-weight: bold;
  	  color: #fff;
  	  background-color: #0092ad;
  	  background-image: url(../img/move_back.png);
  	  background-repeat: repeat-x;
  	  background-position: center center;
  	  background-size: 5px auto;
  	  
}

  #wrapperContent #sec03 .moveNavi > div h4 p{
	  margin: 0;
	  padding: 0 1.0em;
  	  background-color: #0092ad;
  }

  #wrapperContent #sec03 .moveNavi > div h4 p span{
	  display: none;
  }


/*
  #wrapperContent #sec03 .moveNavi > div h4 p.sm{
	  font-size: 1.8rem;
}
*/

  #wrapperContent #sec03 .moveNavi > div > p {
    font-size: 1.6rem;
    text-align: center;
    color: #24486e; }

  #wrapperContent #sec03 .moveNavi > div a div.video{
	  position: relative;
  }
  #wrapperContent #sec03 .moveNavi > div a div.video img.public{
	  position: absolute;
	  max-width: 220px;
	  padding: 10px;
	  z-index: 1;
  }

#wrapperContent #sec03 .moveNavi > div a.kakomon{
    font-size: 1.8rem;
    line-height: 1.0em;
    text-align: center;
    color: #fff;
    background-color: #004578;
    background-image: url(../img/kakomon_link.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: auto 30%;
    display: inline-block;
    padding: 0.5em 2.0em;
    border-radius: 0.5em;
    margin: 0.5em auto 1.5em;;
}


  @media only screen and (max-width: 640px) {
  	#wrapperContent #sec03{
	padding: 30px 0 0;  	
  	}
  #wrapperContent #sec03 .moveNavi > div h4{
		  font-size: 1.5rem;
		  height: 3.0em;
	  }
	
  #wrapperContent #sec03 .moveNavi > div h4 p{
		  font-size: 1.5rem;
		  line-height: 1.2em;
	  }
	
	#wrapperContent #sec03 .moveNavi > div h4 p span{
		  display: inline!important;
	  }

/*
	  #wrapperContent #sec03 .moveNavi > div a > div p.sm{
		  font-size: 1.4rem;
	}
*/
	
	  #wrapperContent #sec03 .moveNavi > div > p {
	    font-size: 1.2rem;
	    text-align: center;
	    color: #24486e; 
	    }

	#wrapperContent #sec03 .moveNavi > div a.kakomon{
	    font-size: 1.5rem;
	    margin: 0.5em auto 1.0em;
	}

}

#wrapperContent #sec06 {
  /*background-image: url("../img/bg_sec06.png");*/
	/*background-color: #BDE6EC;*/
	}
  #wrapperContent #sec06 .videoArea:after {
    background: #4394d0; }
    
  #wrapperContent #sec06 .row{
	  position: relative;
	  padding-bottom: 100px;
  }

  #wrapperContent #sec06 .txt_main{
	  position: relative;
	  z-index: 10!important;
	  /*margin-left: 260px;*/
	  padding-right: 20px;
	  text-align: center;

  }

  #wrapperContent #sec06 .university_info{
  		z-index: 0;
    	/*position: absolute;
  		left: 40px;
  		top: -60px;*/
   		width: 180px;
 		text-align: center;
		margin: 0 auto;
}
  
  #wrapperContent #sec06 .university_info img{
/*   		border: 2px solid #ccc; */
  		width: 180px;
  		height: auto;
  		display: block;
}
    

  #wrapperContent #sec06 .university_info span{
  		display: block;
	  padding: 0.5em 0 1.0em;
	  font-size: 1.4rem;
	  font-weight: bold;
  }
    
@media only screen and (max-width: 640px) {
  #wrapperContent #sec01 h4 {
    margin: 30px 0 20px 0;
    font-size: 2.6rem;
    line-height: 1.2; }
  #wrapperContent #sec01 h5 {
    margin-bottom: 20px;
    line-height: 1.4; }
  #wrapperContent #sec01 .tableArea {
    display: block;
    padding-bottom: 0;
    border-bottom: none; }
    #wrapperContent #sec01 .tableArea .bx:nth-child(2) {
      margin-top: -1px; }
    #wrapperContent #sec01 .tableArea .bx table th {
      width: 20%;
      max-width: 72px;
      padding: 16px 5px; }
    #wrapperContent #sec01 .tableArea .bx .textframe {
      width: 100%;
      margin: 20px auto 0;
      padding: 10px 5px 0 5px;
/*       border-top: solid 2px #24486e;  */
      }
  #wrapperContent #sec02 .box {
    display: block;
    margin-top: 20px; }
    #wrapperContent #sec02 .box .bxL .linebox {
      padding-bottom: 16px; }
      #wrapperContent #sec02 .box .bxL .linebox ol {
        padding: 15px 20px 0; }
    #wrapperContent #sec02 .box .bxR {
      margin-top: 20px;
      padding: 16% 10% 0 0; }
      #wrapperContent #sec02 .box .bxR .p02 {
        width: 60%;
        top: 0;
        right: 0; }
  #wrapperContent #sec03 .button a {
    font-size: 4.5vw; }
  #wrapperContent #sec04 h3 span {
    display: block; }
    #wrapperContent #sec04 h3 span img {
      width: 100%; }
  #wrapperContent #sec05 h3 span {
    display: block; }
    #wrapperContent #sec05 h3 span img {
      width: 100%;
      left: 0; }
  #wrapperContent #sec06 h3 span {
    display: block; }
    #wrapperContent #sec06 h3 span img {
      width: 60%;
      left: 20%; }
  #wrapperContent #sec06 .txt_main{
	  width: 100%;
	  margin-left: 0;
	  padding: 0;  }
  #wrapperContent #sec06 .university_info{
	  text-align: center;
	  position: relative;
	  width: 100%;
	  text-align: center;
	  left: 0;
	  top: 0;
}

  #wrapperContent #sec06 #pamphlet{
    padding-top: 3.0rem;
    margin-top: -3.0rem;
  }
  
  #wrapperContent #sec06 .university_info img{
		border: 2px solid #ccc;
  		height: auto;
  		transform:rotate(0); 
  		width: 40%;
  		margin: 0 auto;
}

#wrapperContent #sec06 {
  /*background-image: url("../img/bg_sec06_sp.png");*/ }

       }
@media only screen and (max-width: 320px) {
  #wrapperContent #sec01 h5 {
    font-size: 1.4rem; }
    #wrapperContent #sec01 h5 p {
      padding: 15px 10px 13px; }
  #wrapperContent #sec02 .box .bxL .linebox ol {
    padding: 15px 10px 0; }
    #wrapperContent #sec02 .box .bxL .linebox ol li {
      padding: 10px 0 13px 30px;
      font-size: 1.4rem; }
      #wrapperContent #sec02 .box .bxL .linebox ol li:before {
        width: 24px;
        height: 37px; } }

#sec07 {
  padding: 120px 20px 80px !important; }
  #sec07 .inner {
    position: relative;
    padding: 20px 40px;
    border: solid 1px #24486e;
    background: url("../img/back_book.png") no-repeat top center/cover; }
    #sec07 .inner p {
      color: #24486e; }
      #sec07 .inner p span {
        background: linear-gradient(transparent 60%, #ff0 60%) 0 0px;
        font-size: 2.6rem;
        line-height: 1.6; }
    #sec07 .inner:after {
      content: "";
      display: block;
      width: 250px;
      height: 312px;
      background: url("../img/book.png") no-repeat center center/cover;
      position: absolute;
      top: -90px;
      right: 70px; }
  @media only screen and (max-width: 768px) {
    #sec07 {
      padding: 100px 20px 60px !important; }

      #sec07 .inner p span {
        font-size: 2rem; }
      #sec07 .inner:after {
        width: 200px;
        height: 250px;
        top: -70px;
        right: 10px; } }
  @media only screen and (max-width: 640px) {
    #sec07 {
      padding: 0 10px 60px !important; }
      #sec07 .inner {
        padding: 20px 10px 0 10px;
        text-align: center;
        background-position: top right 30%; 
        background: url("../img/back_book_sp.png") no-repeat top center/cover; }

        #sec07 .inner p span {
          font-size: 1.8rem; }
        #sec07 .inner:after {
          position: relative;
          top: 40px;
          right: 0;
          left: 0;
          margin: 0 auto; } }

#wrapperFooter {
  margin-bottom: 30px; }
  #wrapperFooter footer {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: solid 2px #24486e; }
    #wrapperFooter footer small {
      flex-basis: auto;
      font-size: 1.2rem; }
    #wrapperFooter footer .pageTop {
      flex-basis: auto;
      font-size: 1.4rem;
      text-align: right; }
      #wrapperFooter footer .pageTop a {
        color: #000; }
  @media only screen and (max-width: 640px) {
    #wrapperFooter {
      margin-bottom: 0; }
      #wrapperFooter footer {
        border-bottom: none; }
        #wrapperFooter footer small {
          order: 2;
          width: 100%;
          text-align: center; }
        #wrapperFooter footer .pageTop {
          order: 1;
          width: 100%;
          padding-bottom: 10px;
          margin-bottom: 10px;
          text-align: center;
          border-bottom: solid 2px #24486e; } }

.notice {
  text-align: center;
  color: #f40000;
  font-size: 14px; }

/*# sourceMappingURL=layout-2.css.map */
