@charset "UTF-8";
.courgette {
  font-family: "Courgette", cursive;
  font-weight: 400; }

.moduleWrap {
  padding-bottom: 100px; }
  @media screen and (max-width: 640px) {
    .moduleWrap {
      padding-bottom: 6rem; } }

body {
  padding-top: 154px; }
  @media screen and (max-width: 640px) {
    body {
      padding-top: 90px; } }

.moduleWrap01 {
  padding-left: 54px;
  padding-right: 54px; }
  @media screen and (max-width: 640px) {
    .moduleWrap01 {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.moduleWrap02 {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: auto;
  margin-top: 80px; }
  @media screen and (max-width: 640px) {
    .moduleWrap02 {
      margin-top: 4rem; } }

.moduleHTML01:after {
  content: "";
  display: block;
  clear: both; }
.moduleHTML01 .one {
  width: 48%;
  display: block;
  margin-top: 40px; }
  @media screen and (max-width: 640px) {
    .moduleHTML01 .one {
      width: 100%;
      margin-top: 2rem;
      float: none !important; } }
  .moduleHTML01 .one:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 640px) {
    .moduleHTML01 .one + .one {
      margin-top: 3rem; } }
  .moduleHTML01 .one.left {
    float: left; }
  .moduleHTML01 .one.right {
    float: right; }
  .moduleHTML01 .one .img {
    width: 50%;
    height: 186px;
    float: left; }
    @media screen and (max-width: 640px) {
      .moduleHTML01 .one .img {
        width: 100%;
        height: 20rem; } }
  .moduleHTML01 .one .info {
    width: 47%;
    margin-left: 2%;
    text-align: left;
    float: left; }
    @media screen and (max-width: 640px) {
      .moduleHTML01 .one .info {
        width: 100%;
        margin-left: 0; } }
    .moduleHTML01 .one .info .title {
      font-size: 2.2rem;
      color: #171C61;
      padding: 16px 0; }
      @media screen and (max-width: 640px) {
        .moduleHTML01 .one .info .title {
          font-size: 1.8rem;
          padding: 0.7rem 0 0; } }
    .moduleHTML01 .one .info .cap {
      font-size: 1.4rem;
      line-height: 2.2rem; }
      @media screen and (max-width: 640px) {
        .moduleHTML01 .one .info .cap {
          font-size: 1.3rem;
          line-height: 2rem; } }

.moduleHTML02 {
  display: table;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .moduleHTML02 {
      display: block; } }
  .moduleHTML02 .one {
    display: table-row; }
    @media screen and (max-width: 640px) {
      .moduleHTML02 .one {
        display: block;
        border-top: 1px solid #8B8DB0;
        border-bottom: none; } }
    @media screen and (max-width: 640px) {
      .moduleHTML02 .one + .one {
        margin-top: 1rem; } }
    .moduleHTML02 .one:first-child .tit,
    .moduleHTML02 .one:first-child .cap {
      border-top: 1px solid #8B8DB0; }
      @media screen and (max-width: 640px) {
        .moduleHTML02 .one:first-child .tit,
        .moduleHTML02 .one:first-child .cap {
          border-top: none; } }
    .moduleHTML02 .one .tit,
    .moduleHTML02 .one .cap {
      display: table-cell;
      vertical-align: top;
      border-bottom: 1px solid #8B8DB0;
      font-size: 1.3rem;
      line-height: 2.2rem;
      padding: 10px 0; }
      @media screen and (max-width: 640px) {
        .moduleHTML02 .one .tit,
        .moduleHTML02 .one .cap {
          display: block;
          border-bottom: none;
          padding: 0.6rem 1rem !important; } }
    .moduleHTML02 .one .tit {
      background-color: #ECECE9;
      width: 314px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .moduleHTML02 .one .tit {
          width: auto;
          text-align: left; } }
    .moduleHTML02 .one .cap {
      padding-left: 40px;
      text-align: left; }

.moduleHTML03 .one {
  font-size: 1.5rem;
  line-height: 3.0rem; }
  .moduleHTML03 .one:before {
    content: "■　";
    color: #F05050; }

.moduleHTML04 .one {
  counter-increment: sample;
  font-size: 1.5rem;
  line-height: 3.0rem; }
  .moduleHTML04 .one:before {
    content: counter(sample) ".　";
    color: #F05050; }

.moduleHTML05 {
  position: relative;
  font-size: 1.5rem;
  line-height: 1rem;
  display: inline-block;
  padding: 10px 0;
  padding-left: 30px;
  color: #171C61; }
  .moduleHTML05:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F5C51D;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .moduleHTML05:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-bottom: 2px solid #171C61;
    border-right: 2px solid #171C61;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
    transform: rotate(-45deg); }
  .no-touchevents .moduleHTML05:hover {
    text-decoration: underline; }
  .moduleHTML05.type01:before {
    background-color: #171C61; }
  .moduleHTML05.type01:after {
    border-bottom: 2px solid #F5C51D;
    border-right: 2px solid #F5C51D; }
  .moduleHTML05.type02 {
    padding-left: 0; }
    .moduleHTML05.type02:before {
      display: none; }
    .moduleHTML05.type02:after {
      display: none; }
  .moduleHTML05.type03 {
    padding-left: 0; }
    .moduleHTML05.type03:before {
      display: none; }
    .moduleHTML05.type03:after {
      display: none; }
    .moduleHTML05.type03 > span:after {
      content: "PDF";
      display: inline-block;
      vertical-align: middle;
      background-color: #F15C5C;
      color: #FFF;
      font-size: 0.75rem;
      line-height: 1;
      margin-left: 6px;
      padding: 2px 3px;
      display: inline-block;
      letter-spacing: 0.1rem; }

.moduleHTML06 {
  font-size: 4.5rem;
  font-weight: bold;
  color: #171C61; }
  @media screen and (max-width: 640px) {
    .moduleHTML06 {
      font-size: 2.6rem; } }
  .moduleHTML06.type01 {
    font-size: 3.5rem; }
    @media screen and (max-width: 640px) {
      .moduleHTML06.type01 {
        font-size: 2.0rem; } }
  .moduleHTML06.type02 {
    font-size: 2.2rem; }
    @media screen and (max-width: 640px) {
      .moduleHTML06.type02 {
        font-size: 1.4rem; } }

.moduleHTML07 {
  display: table;
  width: calc(100% + 30px);
  margin-left: -15px;
  border-collapse: separate;
  border-spacing: 15px 0; }
  @media screen and (max-width: 640px) {
    .moduleHTML07 {
      width: 100%;
      margin-left: 0;
      display: block; } }
  .moduleHTML07.type01 .one {
    width: 25%; }
    .moduleHTML07.type01 .one > .in .tit {
      padding: 16px 0; }
    .moduleHTML07.type01 .one > .in .con .img {
      height: 157px; }
  .moduleHTML07 .one {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 33.3%; }
    @media screen and (max-width: 640px) {
      .moduleHTML07 .one {
        display: block;
        width: 100% !important; } }
    @media screen and (max-width: 640px) {
      .moduleHTML07 .one + .one {
        margin-top: 3rem; } }
    .moduleHTML07 .one > .in .tit {
      text-align: center;
      font-size: 2.2rem;
      line-height: 3.2rem;
      font-weight: 500;
      padding: 24px 0; }
    .moduleHTML07 .one > .in .con {
      padding: 0 24px 40px; }
      .moduleHTML07 .one > .in .con .img {
        height: 200px; }
        @media screen and (max-width: 640px) {
          .moduleHTML07 .one > .in .con .img {
            height: 17rem !important; } }
      .moduleHTML07 .one > .in .con .cap {
        margin-top: 16px;
        font-size: 1.4rem;
        text-align: left; }
    .moduleHTML07 .one.type01:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #171C61;
      background-image: linear-gradient(transparent 50%, #FFF 50%, #FFF 100%), linear-gradient(90deg, transparent 50%, #FFF 50%, #FFF 100%);
      background-size: 2px 2px; }
    .moduleHTML07 .one.type01:after {
      content: "";
      display: block;
      position: absolute;
      top: 12px;
      left: 12px;
      right: 12px;
      bottom: 12px;
      background-color: #FFF; }
    .moduleHTML07 .one.type01 > .in {
      position: relative;
      z-index: 1; }
      .moduleHTML07 .one.type01 > .in .tit {
        color: #F05050; }
    .moduleHTML07 .one.type02:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      border: 1px solid #232769; }
    .moduleHTML07 .one.type02 > .in {
      position: relative;
      z-index: 1; }
      .moduleHTML07 .one.type02 > .in .tit {
        color: #FFF;
        background-color: #232769; }
      .moduleHTML07 .one.type02 > .in .con {
        margin-top: 30px; }

.moduleHTML08 {
  display: table;
  width: 100%;
  border-top: 1px solid #232769;
  border-left: 1px solid #232769; }
  @media screen and (max-width: 640px) {
    .moduleHTML08 {
      width: 100%;
      margin-left: 0;
      display: block; } }
  .moduleHTML08.type01 .one {
    width: 25%; }
  .moduleHTML08 .one {
    display: table-cell;
    vertical-align: top;
    width: 33.3%;
    border-bottom: 1px solid #232769;
    border-right: 1px solid #232769; }
    @media screen and (max-width: 640px) {
      .moduleHTML08 .one {
        display: block;
        width: 100% !important; } }
    .moduleHTML08 .one > .in {
      padding: 34px 34px 50px 34px; }
      @media screen and (max-width: 640px) {
        .moduleHTML08 .one > .in {
          padding: 2rem; } }
      .moduleHTML08 .one > .in .tit {
        text-align: center;
        font-size: 2.2rem;
        line-height: 3.2rem;
        color: #171C61; }
      .moduleHTML08 .one > .in .cap {
        font-size: 1.4rem;
        line-height: 2.3rem;
        margin-top: 10px; }
      .moduleHTML08 .one > .in .link {
        margin-top: 20px;
        text-align: center; }

.secHostph.type01 {
  right: auto; }

.moduleBlock01 {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 5rem;
  background-color: #fff;
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    .moduleBlock01 {
      padding: 2.5rem 1.5rem; } }
  .moduleBlock01 .ph {
    position: absolute;
    right: 5rem;
    z-index: 1;
    width: 49.1%;
    max-width: 59rem;
    height: 41rem; }
    @media screen and (max-width: 640px) {
      .moduleBlock01 .ph {
        position: relative;
        right: auto;
        margin-left: auto;
        width: auto;
        height: 18.2rem; } }
    .moduleBlock01 .ph > div {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  .moduleBlock01 .text_box {
    max-width: 1200px;
    min-height: 41rem;
    margin-bottom: 5rem;
    padding-right: 59%;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      .moduleBlock01 .text_box {
        position: static;
        min-height: auto;
        margin-bottom: 2rem;
        padding-right: 0; } }
    .moduleBlock01 .text_box .catch {
      position: relative;
      padding-top: 3.5rem;
      padding-bottom: 3rem;
      font-size: 3.5rem;
      color: #171c61; }
      @media screen and (max-width: 640px) {
        .moduleBlock01 .text_box .catch {
          padding-top: 1.5rem;
          padding-bottom: 1.5rem;
          font-size: 2.4rem; } }
      .moduleBlock01 .text_box .catch:before, .moduleBlock01 .text_box .catch:after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 0;
        height: 0.3rem; }
      .moduleBlock01 .text_box .catch:before {
        width: 100%;
        background-color: #e1e1e9; }
      .moduleBlock01 .text_box .catch:after {
        left: 0;
        width: 5rem;
        background-color: #f5c51d; }
        @media screen and (max-width: 640px) {
          .moduleBlock01 .text_box .catch:after {
            width: 3rem; } }
    .moduleBlock01 .text_box .read {
      margin-top: 3rem;
      font-size: 1.6rem; }
      @media screen and (max-width: 640px) {
        .moduleBlock01 .text_box .read {
          margin-top: 1rem;
          font-size: 1.2rem; } }
  .moduleBlock01 .ico_box {
    display: table;
    width: 100%;
    padding: 3.5rem 0 3rem;
    background-color: #f4f4f2;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      .moduleBlock01 .ico_box {
        padding: 2rem 1.5rem 1.5rem; } }
    .moduleBlock01 .ico_box p {
      display: table-cell; }
      @media screen and (max-width: 640px) {
        .moduleBlock01 .ico_box p {
          display: block; } }
    .moduleBlock01 .ico_box .img {
      width: 35.4%;
      text-align: center;
      vertical-align: middle; }
      @media screen and (max-width: 640px) {
        .moduleBlock01 .ico_box .img {
          width: auto; } }
    .moduleBlock01 .ico_box .txt {
      padding-right: 2%;
      font-size: 1.5rem; }
      @media screen and (max-width: 640px) {
        .moduleBlock01 .ico_box .txt {
          margin-top: 1rem;
          padding-right: 0;
          font-size: 1.1rem; } }

.moduleList01 li {
  font-size: 1.5rem; }
  @media screen and (max-width: 640px) {
    .moduleList01 li {
      padding-left: 1.5em;
      font-size: 1.2rem;
      text-indent: -1.5em; } }
  .moduleList01 li:before {
    content: "■";
    margin-right: 1rem;
    color: #f05050;
    font-size: 0.9rem; }
    @media screen and (max-width: 640px) {
      .moduleList01 li:before {
        margin-right: 0.5rem;
        font-size: 1.2rem; } }

@media screen and (max-width: 640px) {
  .moduleTblBlock01 div {
    overflow-x: scroll;
    padding-bottom: 2rem; }
    .moduleTblBlock01 div::-webkit-scrollbar {
      height: 12px; }
    .moduleTblBlock01 div::-webkit-scrollbar-track {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d1663+0,0d1663+100&0+0,0+49,1+50,1+60,0+61,0+100 */
      background: -moz-linear-gradient(top, rgba(13, 22, 99, 0) 0%, rgba(13, 22, 99, 0) 49%, #0d1663 50%, #0d1663 60%, rgba(13, 22, 99, 0) 61%, rgba(13, 22, 99, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(13, 22, 99, 0) 0%, rgba(13, 22, 99, 0) 49%, #0d1663 50%, #0d1663 60%, rgba(13, 22, 99, 0) 61%, rgba(13, 22, 99, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(13, 22, 99, 0) 0%, rgba(13, 22, 99, 0) 49%, #0d1663 50%, #0d1663 60%, rgba(13, 22, 99, 0) 61%, rgba(13, 22, 99, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d1663', endColorstr='#000d1663',GradientType=0 );
      /* IE6-9 */ }
    .moduleTblBlock01 div::-webkit-scrollbar-thumb {
      background: #0D1663;
      border-radius: 6px; } }
.moduleTblBlock01 table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 1.3rem;
  table-layout: fixed; }
  @media screen and (max-width: 640px) {
    .moduleTblBlock01 table {
      width: 97.5rem;
      font-size: 1.1rem; } }
  .moduleTblBlock01 table th,
  .moduleTblBlock01 table td {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border: 1px solid #8b8eb1; }
    @media screen and (max-width: 640px) {
      .moduleTblBlock01 table th,
      .moduleTblBlock01 table td {
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
        font-size: 1.1rem; } }
  .moduleTblBlock01 table thead th {
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    background-color: #232669;
    color: #fff; }
    @media screen and (max-width: 640px) {
      .moduleTblBlock01 table thead th {
        padding-top: 1.7rem;
        padding-bottom: 1.7rem; } }
  .moduleTblBlock01 table tbody th {
    background-color: #ecece9;
    font-weight: 400; }
  .moduleTblBlock01 table tbody td {
    text-align: center; }
    .moduleTblBlock01 table tbody td.lang {
      background-color: #fdf6dd; }
    .moduleTblBlock01 table tbody td.sun {
      background-color: #ecece9; }
    .moduleTblBlock01 table tbody td.activity {
      background-color: #e8e8ef; }
    .moduleTblBlock01 table tbody td > a {
      text-decoration: underline; }
      .no-touchevents .moduleTblBlock01 table tbody td > a:hover {
        text-decoration: none; }

.moduleTbl01 {
  width: 100%;
  border-top: 1px solid #8b8eb1;
  border-bottom: 1px solid #8b8eb1;
  border-collapse: collapse;
  font-size: 1.3rem; }
  @media screen and (max-width: 640px) {
    .moduleTbl01 {
      font-size: 1.1rem; } }
  .moduleTbl01 th {
    width: 18.5rem;
    background-color: #ecece9; }
    @media screen and (max-width: 640px) {
      .moduleTbl01 th {
        width: auto;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
        font-size: 1.6rem;
        display: block; } }
  .moduleTbl01 td {
    padding: 1.7rem 0 1.6rem 3rem;
    font-size: 1.4rem; }
    @media screen and (max-width: 640px) {
      .moduleTbl01 td {
        display: block;
        padding: 1rem 0;
        font-size: 1.2rem; } }

.moduleTbl02 {
  width: 100%;
  border-top: 1px solid #8b8eb1;
  border-collapse: collapse;
  font-size: 1.3rem; }
  @media screen and (max-width: 640px) {
    .moduleTbl02 {
      font-size: 1.1rem; } }
  .moduleTbl02 th,
  .moduleTbl02 td {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #8b8eb1; }
    @media screen and (max-width: 640px) {
      .moduleTbl02 th,
      .moduleTbl02 td {
        padding-top: 0.9rem;
        padding-bottom: 0.9rem; } }
  .moduleTbl02 th {
    width: 28.6%;
    background-color: #232669;
    color: #fff; }
    @media screen and (max-width: 640px) {
      .moduleTbl02 th {
        width: 34.1%; } }
  .moduleTbl02 td {
    padding-left: 4rem; }
    @media screen and (max-width: 640px) {
      .moduleTbl02 td {
        padding-right: 1.5rem;
        padding-left: 1.5rem; } }
  .moduleTbl02 + ul {
    margin-top: 3.5rem; }
    @media screen and (max-width: 640px) {
      .moduleTbl02 + ul {
        margin-top: 1.5rem; } }

@media screen and (max-width: 640px) {
  .moduleTblBlock02 {
    overflow-x: scroll;
    padding-bottom: 2rem; }
    .moduleTblBlock02::-webkit-scrollbar {
      height: 12px; }
    .moduleTblBlock02::-webkit-scrollbar-track {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d1663+0,0d1663+100&0+0,0+49,1+50,1+60,0+61,0+100 */
      background: -moz-linear-gradient(top, rgba(13, 22, 99, 0) 0%, rgba(13, 22, 99, 0) 49%, #0d1663 50%, #0d1663 60%, rgba(13, 22, 99, 0) 61%, rgba(13, 22, 99, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(13, 22, 99, 0) 0%, rgba(13, 22, 99, 0) 49%, #0d1663 50%, #0d1663 60%, rgba(13, 22, 99, 0) 61%, rgba(13, 22, 99, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(13, 22, 99, 0) 0%, rgba(13, 22, 99, 0) 49%, #0d1663 50%, #0d1663 60%, rgba(13, 22, 99, 0) 61%, rgba(13, 22, 99, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d1663', endColorstr='#000d1663',GradientType=0 );
      /* IE6-9 */ }
    .moduleTblBlock02::-webkit-scrollbar-thumb {
      background: #0D1663;
      border-radius: 6px; } }
.moduleTblBlock02 table {
  width: 100%;
  border-top: 1px solid #8b8eb1;
  border-collapse: collapse;
  font-size: 1.3rem; }
  @media screen and (max-width: 640px) {
    .moduleTblBlock02 table {
      width: 97.5rem;
      font-size: 1.1rem; } }
  .moduleTblBlock02 table th,
  .moduleTblBlock02 table td {
    padding: 1.4rem 3rem;
    border: 1px solid #8b8eb1; }
    @media screen and (max-width: 640px) {
      .moduleTblBlock02 table th,
      .moduleTblBlock02 table td {
        padding: 1.3rem .5rem; } }
  .moduleTblBlock02 table thead {
    background-color: #232669;
    color: #fff; }
    .moduleTblBlock02 table thead th {
      padding-top: 1.9rem;
      padding-bottom: 1.9rem;
      white-space: nowrap; }
      @media screen and (max-width: 640px) {
        .moduleTblBlock02 table thead th {
          padding-top: 1.7rem;
          padding-bottom: 1.7rem; } }
  .moduleTblBlock02 table tbody th {
    width: 18.5rem;
    background-color: #ecece9;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .moduleTblBlock02 table tbody th {
        width: 12.6rem; } }
  .moduleTblBlock02 table tbody td {
    text-align: center; }
    .moduleTblBlock02 table tbody td.description {
      text-align: left; }

.moduleTbl03 dl {
  display: table;
  width: 100%;
  font-size: 1.3rem; }
  .moduleTbl03 dl dt,
  .moduleTbl03 dl dd {
    display: table-cell;
    border-bottom: 1px solid #a9a9c3; }
  .moduleTbl03 dl dt {
    width: 10.5rem;
    background-color: #ecece9;
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
    @media screen and (max-width: 640px) {
      .moduleTbl03 dl dt {
        width: 6rem;
        font-size: 1.6rem; } }
  .moduleTbl03 dl dd {
    width: 90.5rem;
    padding: 1.4rem 0 1.4rem 5rem;
    color: #505050;
    line-height: 2; }
    @media screen and (max-width: 640px) {
      .moduleTbl03 dl dd {
        width: auto;
        padding: 1rem;
        font-size: 1.2rem; } }

.moduleForm01 .tit {
  padding-top: 2rem;
  padding-bottom: 2.2rem;
  background-color: #232669;
  color: #fff;
  font-size: 2.6rem;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .moduleForm01 .tit {
      padding-top: 0.8rem;
      padding-bottom: 0.9rem;
      font-size: 1.8rem; } }
.moduleForm01 dl {
  display: table;
  width: 100%;
  font-size: 1.4rem; }
  @media screen and (max-width: 640px) {
    .moduleForm01 dl {
      font-size: 1.2rem; } }
  .moduleForm01 dl dt,
  .moduleForm01 dl dd {
    display: table-cell;
    border-bottom: 1px solid #a9a9c3; }
    @media screen and (max-width: 640px) {
      .moduleForm01 dl dt,
      .moduleForm01 dl dd {
        display: block; } }
  .moduleForm01 dl dt {
    width: 38.6%;
    padding-right: 4%;
    padding-left: 4%;
    box-sizing: border-box;
    vertical-align: middle; }
    @media screen and (max-width: 640px) {
      .moduleForm01 dl dt {
        width: auto;
        margin-top: 1rem;
        padding-right: 0;
        padding-left: 0;
        border-bottom: none; } }
    .moduleForm01 dl dt span {
      margin-left: 2.5rem;
      padding-right: 1rem;
      padding-left: 1rem;
      background-color: #f05050;
      color: #fff;
      font-size: 1.2rem; }
      @media screen and (max-width: 640px) {
        .moduleForm01 dl dt span {
          margin-left: 1rem;
          padding-right: 0.5rem;
          padding-left: 0.5rem;
          font-size: 1.1rem; } }
  .moduleForm01 dl dd {
    width: 61.3%;
    padding: 2.2rem 4% 2.2rem 0;
    box-sizing: border-box;
    line-height: 3; }
    @media screen and (max-width: 640px) {
      .moduleForm01 dl dd {
        width: auto;
        padding: 0.8rem 0 1.5rem; } }
    @media screen and (max-width: 640px) {
      .moduleForm01 dl dd.radio {
        padding: 0.5rem 0 1rem;
        line-height: 2; } }
    .moduleForm01 dl dd input[type="text"] {
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      background-color: #ecece9;
      box-sizing: border-box;
      line-height: 2.5; }
      .moduleForm01 dl dd input[type="text"].input2 {
        width: 13rem; }
        @media screen and (max-width: 640px) {
          .moduleForm01 dl dd input[type="text"].input2 {
            width: 10rem; } }
      .moduleForm01 dl dd input[type="text"].input3 {
        width: 5rem; }
        @media screen and (max-width: 640px) {
          .moduleForm01 dl dd input[type="text"].input3 {
            width: 4rem; } }
      .moduleForm01 dl dd input[type="text"].input4 {
        width: 8rem; }
        @media screen and (max-width: 640px) {
          .moduleForm01 dl dd input[type="text"].input4 {
            width: 5rem; } }
      .moduleForm01 dl dd input[type="text"].input5 {
        width: 37.7%; }
        @media screen and (max-width: 640px) {
          .moduleForm01 dl dd input[type="text"].input5 {
            width: 100%; } }
      .moduleForm01 dl dd input[type="text"].input6 {
        width: 91.8%; }
        @media screen and (max-width: 640px) {
          .moduleForm01 dl dd input[type="text"].input6 {
            width: 100%; } }
    .moduleForm01 dl dd label {
      cursor: pointer; }
    .moduleForm01 dl dd input[type="radio"] {
      position: relative;
      margin-right: 0.5rem;
      vertical-align: -4px; }
      .moduleForm01 dl dd input[type="radio"]:before, .moduleForm01 dl dd input[type="radio"]:after {
        content: "";
        border-radius: 50%; }
      .moduleForm01 dl dd input[type="radio"]:before {
        display: block;
        width: 18px;
        height: 18px;
        border: 1px solid #8d8db1;
        background-color: #ecece9; }
        @media screen and (max-width: 640px) {
          .moduleForm01 dl dd input[type="radio"]:before {
            width: 15px;
            height: 15px; } }
      .moduleForm01 dl dd input[type="radio"]:checked:after {
        position: absolute;
        top: 7px;
        left: 7px;
        width: 6px;
        height: 6px;
        background-color: #8d8db1; }
        @media screen and (max-width: 640px) {
          .moduleForm01 dl dd input[type="radio"]:checked:after {
            top: 6px;
            left: 6px;
            width: 5px;
            height: 5px; } }
    .moduleForm01 dl dd textarea {
      width: 100%;
      max-width: 62.5rem;
      min-height: 20rem;
      padding-right: 1rem;
      padding-left: 1rem;
      background-color: #ecece9;
      box-sizing: border-box; }
      @media screen and (max-width: 640px) {
        .moduleForm01 dl dd textarea {
          min-height: 190px; } }
.moduleForm01 .btn {
  margin-top: 3.5rem;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .moduleForm01 .btn {
      margin-top: 2.5rem; } }
  @media screen and (max-width: 640px) {
    .moduleForm01 .btn .mod_btn01 {
      width: 97%;
      height: 5.5rem; } }
  @media screen and (max-width: 640px) {
    .moduleForm01 .btn .mod_btn01:before {
      width: 97.5%;
      height: 89%; } }
  @media screen and (max-width: 640px) {
    .moduleForm01 .btn .mod_btn01:after {
      width: 97%;
      height: 5rem; } }

.moduleQA dl + dl {
  margin-top: 40px; }
  @media screen and (max-width: 640px) {
    .moduleQA dl + dl {
      margin-top: 3rem; } }
.moduleQA dl dt {
  position: relative;
  font-size: 3.5rem;
  color: #171c61;
  padding-left: 50px; }
  .moduleQA dl dt:before {
    content: "Q";
    font-weight: bold;
    position: absolute;
    top: -7px;
    left: 0;
    color: #171C61; }
    @media screen and (max-width: 640px) {
      .moduleQA dl dt:before {
        top: -4px; } }
  @media screen and (max-width: 640px) {
    .moduleQA dl dt {
      font-size: 2.4rem;
      padding-left: 3rem; } }
.moduleQA dl dd {
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.93;
  padding-left: 50px;
  margin-top: 14px;
  margin-left: 30px; }
  @media screen and (max-width: 640px) {
    .moduleQA dl dd {
      font-size: 1.2rem;
      padding-left: 3rem;
      margin-top: 1.5rem;
      margin-left: 0rem; } }
  .moduleQA dl dd:before {
    content: "A";
    font-weight: bold;
    position: absolute;
    top: -26px;
    left: 0;
    color: #F5C51D;
    font-size: 3.5rem; }
    @media screen and (max-width: 640px) {
      .moduleQA dl dd:before {
        font-size: 3.0rem; } }

[data-slidearea01] {
  padding: 0 3%;
  overflow: hidden; }
  @media (max-width: 800px) {
    [data-slidearea01] {
      padding: 0 1%; } }
  [data-slidearea01] .contantWrap {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    position: relative; }
    [data-slidearea01] .contantWrap .btns01 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 100%;
      width: 100%; }
      [data-slidearea01] .contantWrap .btns01 button {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 70px;
        height: 70px;
        z-index: 1;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
        @media (max-width: 640px) {
          [data-slidearea01] .contantWrap .btns01 button {
            width: 60px;
            height: 90px; } }
        [data-slidearea01] .contantWrap .btns01 button:before, [data-slidearea01] .contantWrap .btns01 button:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          transition: .2s; }
        [data-slidearea01] .contantWrap .btns01 button:before {
          width: 40px;
          height: 40px;
          background-color: #FFF;
          border-radius: 50%; }
        [data-slidearea01] .contantWrap .btns01 button:after {
          width: 12px;
          height: 12px;
          border: 1px solid #000; }
        [data-slidearea01] .contantWrap .btns01 button.next {
          right: -30px; }
          @media (max-width: 640px) {
            [data-slidearea01] .contantWrap .btns01 button.next {
              right: -20px; } }
          [data-slidearea01] .contantWrap .btns01 button.next:after {
            border-bottom: rgba(0, 0, 0, 0) !important;
            border-left: rgba(0, 0, 0, 0) !important;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            right: 3px; }
        [data-slidearea01] .contantWrap .btns01 button.prev {
          left: -30px; }
          @media (max-width: 640px) {
            [data-slidearea01] .contantWrap .btns01 button.prev {
              left: -20px; } }
          [data-slidearea01] .contantWrap .btns01 button.prev:after {
            border-bottom: rgba(0, 0, 0, 0) !important;
            border-right: rgba(0, 0, 0, 0) !important;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            right: -3px; }
        .no-touchevents [data-slidearea01] .contantWrap .btns01 button:hover:before {
          background-color: #000; }
        .no-touchevents [data-slidearea01] .contantWrap .btns01 button:hover:after {
          border-color: #FFF; }
    [data-slidearea01] .contantWrap .contentWrapIn {
      padding: 0 33.33333%; }
      @media (max-width: 800px) {
        [data-slidearea01] .contantWrap .contentWrapIn {
          padding: 0 10%; } }
      [data-slidearea01] .contantWrap .contentWrapIn .content {
        position: relative;
        display: table; }
        [data-slidearea01] .contantWrap .contentWrapIn .content.disableTrs {
          -webkit-transition: none !important;
          transition: none !important; }
        [data-slidearea01] .contantWrap .contentWrapIn .content .link {
          display: table-cell;
          vertical-align: top;
          position: relative;
          top: 0;
          left: 0;
          height: 100%; }
          [data-slidearea01] .contantWrap .contentWrapIn .content .link > .in {
            margin: 0 5%; }
            @media (max-width: 800px) {
              [data-slidearea01] .contantWrap .contentWrapIn .content .link > .in {
                margin: 0 2%; } }
            [data-slidearea01] .contantWrap .contentWrapIn .content .link > .in .img {
              width: 100%;
              padding-top: 65%; }
            [data-slidearea01] .contantWrap .contentWrapIn .content .link > .in > img {
              width: 100%;
              height: auto; }
    [data-slidearea01] .contantWrap .pager {
      text-align: center; }
      [data-slidearea01] .contantWrap .pager button {
        width: 40px;
        height: 40px;
        position: relative;
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 640px) {
          [data-slidearea01] .contantWrap .pager button {
            width: 60px;
            height: 90px; } }
        [data-slidearea01] .contantWrap .pager button:after, [data-slidearea01] .contantWrap .pager button:before {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          background-color: #FFF;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
          @media (max-width: 640px) {
            [data-slidearea01] .contantWrap .pager button:after, [data-slidearea01] .contantWrap .pager button:before {
              width: 6px;
              height: 6px; } }
        [data-slidearea01] .contantWrap .pager button:after {
          -webkit-transition: .2s;
          transition: .2s; }
        .no-touchevents [data-slidearea01] .contantWrap .pager button:hover:after, [data-slidearea01] .contantWrap .pager button.active:after {
          background-color: #000; }
        [data-slidearea01] .contantWrap .pager button.active {
          cursor: default;
          pointer-events: none; }

.courceDLWrap {
  position: relative;
  padding-right: 200px; }
  @media (max-width: 640px) {
    .courceDLWrap {
      padding-right: 0; } }
  .courceDLWrap .pdf {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    display: block;
    text-align: center; }
    @media (max-width: 640px) {
      .courceDLWrap .pdf {
        position: relative;
        width: 70%;
        margin: auto;
        margin-top: 30px; } }
    .no-touchevents .courceDLWrap .pdf:hover .img {
      border: 3px solid transparent; }
    .courceDLWrap .pdf .img {
      width: 100%;
      height: auto;
      display: block;
      border: 3px solid #171c61;
      box-sizing: border-box;
      transition: 0.2s; }

.courceDL01 {
  display: table;
  text-align: left;
  margin-top: 20px; }
  @media (max-width: 640px) {
    .courceDL01 {
      display: block; } }
  .courceDL01 > dl {
    display: table-row; }
    @media (max-width: 640px) {
      .courceDL01 > dl {
        display: block; } }
    @media (max-width: 640px) {
      .courceDL01 > dl + dl {
        margin-top: 10px; } }
    .courceDL01 > dl dt {
      display: table-cell;
      vertical-align: top;
      color: #232669;
      font-size: 2rem;
      font-weight: bold;
      white-space: pre;
      padding-right: 20px; }
      @media (max-width: 640px) {
        .courceDL01 > dl dt {
          display: block;
          font-size: 1.6rem;
          padding-right: 10px; } }
    .courceDL01 > dl dd {
      display: table-cell;
      vertical-align: top;
      font-size: 1.6rem;
      line-height: 1.93; }
      @media (max-width: 640px) {
        .courceDL01 > dl dd {
          display: block;
          font-size: 1.3rem; } }

.courceDL02 {
  text-align: left;
  position: relative;
  margin-top: 20px; }
  @media (max-width: 640px) {
    .courceDL02 {
      margin-top: 10px; } }
  .courceDL02 > dl dt {
    color: #232669;
    font-size: 2rem;
    font-weight: bold; }
    @media (max-width: 640px) {
      .courceDL02 > dl dt {
        display: block;
        font-size: 1.6rem;
        padding-right: 10px; } }
  .courceDL02 > dl dd {
    margin-top: 6px;
    font-size: 1.6rem;
    line-height: 1.93; }
    @media (max-width: 640px) {
      .courceDL02 > dl dd {
        display: block;
        font-size: 1.3rem; } }
