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

body {
  line-height: 0; }

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

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

img {
  border: 0;
  vertical-align: top; }

em {
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input:focus, textarea:focus, select:focus {
  outline: none; }

body, p, h1, h2, h3, h4, h5, ul, li, table, tbody, th, td, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------------
変数
-------------------------------*/
/*--------------------------------------------------------------------------
 *   default;
 *---------------------------------------------------------------------------*/
/*-----------------------
  fonts
  -----------------------*/
/*--------------------------------------------------------------------------
 *	 html, body, etc;
 *---------------------------------------------------------------------------*/
* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: .8px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 1.87; }

body {
  background: url(/special2019/rikoukei_jyugyou/images/bg_pattern.jpg) center 0 repeat; }

img {
  max-width: 100%; }

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/
a {
  outline: none;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
  transition-duration: 0.1s; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: none;
    outline: none;
    opacity: 0.7; }

/* clear fix */
.cf {
  zoom: 1; }
  .cf:before {
    display: table;
    content: ''; }
  .cf:after {
    display: table;
    content: '';
    clear: both; }

/* form */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select::-ms-expand {
  display: none; }

/*-----------------------
  pcとspで表示切替
  -----------------------*/
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important; }
  .sp {
    display: block; } }

@media only screen and (min-width: 751px) {
  .sp {
    display: none !important; }
  .pc {
    display: block; } }

/*-------------------------------
WordPressエディタのデフォルト設定
--------------------------------*/
strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

.clearfix {
  overflow: hidden;
  zoom: 1; }

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

.l-inner {
  width: 980px;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .l-inner {
      width: calc(100% - 20px); } }

.l-content {
  overflow: hidden;
  min-width: 980px;
  background-color: rgba(244, 249, 255, 0.85); }
  @media only screen and (max-width: 750px) {
    .l-content {
      min-width: 320px; } }

.l-header {
  min-width: 980px;
  background-color: #2c56a0;
  height: 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 750px) {
    .l-header {
      min-width: 320px; } }
  .l-header .logo {
    width: 218px; }
    @media only screen and (max-width: 750px) {
      .l-header .logo {
        margin: 0 auto; } }

.l-footer .copyright {
  background-color: #2c56a0;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 750px) {
    .l-footer .copyright {
      height: 60px; } }
  .l-footer .copyright small {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #fff; }
    @media only screen and (max-width: 750px) {
      .l-footer .copyright small {
        font-size: 10px; } }

/*--------------------------------
modules
-----------------------------------*/
.title {
  font-size: 38px;
  line-height: 52px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .4px; }
  @media only screen and (max-width: 750px) {
    .title {
      font-size: 26px;
      line-height: 33px; } }
  .title:after {
    content: '';
    display: block;
    width: 120px;
    height: 4px;
    background-color: #1e50aa;
    margin: 25px auto 30px; }
    @media only screen and (max-width: 750px) {
      .title:after {
        height: 3px;
        margin: 12px auto 15px; } }

.blue-text-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #cdd7e6;
  border-radius: 4px;
  background-color: #e6f0ff; }

.blue-text {
  color: #1e50aa; }

.shadow {
  box-shadow: 4px 4px 0 rgba(30, 80, 170, 0.15); }

/* =======================================

  Magnific Popup CSS

======================================= */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 4rem;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mv {
  width: 100%;
  position: relative; }
  .mv__icons {
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 750px) {
      .mv__icons {
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px; } }
  .mv__icon {
    position: absolute; }
    @media only screen and (max-width: 750px) {
      .mv__icon {
        position: static;
        margin: 2px; } }
  .mv__icon01 {
    top: 75px;
    left: -70px; }
  .mv__icon02 {
    top: 35px;
    right: -110px; }
  .mv__text {
    text-align: center;
    padding: 75px 0; }
    @media only screen and (max-width: 750px) {
      .mv__text {
        padding: 30px 0; } }
  .mv__copy {
    margin-bottom: 35px; }
    @media only screen and (max-width: 750px) {
      .mv__copy {
        margin-bottom: 20px; } }

.workshop {
  padding: 70px 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 8px solid rgba(0, 80, 230, 0.1);
  border-bottom: 8px solid rgba(0, 80, 230, 0.1); }
  @media only screen and (max-width: 750px) {
    .workshop {
      padding: 35px 0; } }
  .workshop__flow p {
    font-size: 24px;
    line-height: 34px;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      .workshop__flow p {
        font-size: 19px;
        line-height: 26px; } }
  .workshop__flow__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 15px 0; }
    @media only screen and (max-width: 750px) {
      .workshop__flow__list {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .workshop__flow__list li {
      width: 140px;
      height: 120px;
      padding: 0 0 3px 0;
      border: 4px solid #1e50aa;
      border-radius: 4px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .workshop__flow__list li {
          width: 100%;
          height: auto;
          min-height: 45px;
          margin-bottom: 12px;
          border-width: 2px; } }
      @media only screen and (max-width: 750px) {
        .workshop__flow__list li:last-child {
          margin-bottom: 0; } }
      .workshop__flow__list li:last-child:after {
        content: none; }
      .workshop__flow__list li:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-width: 15px 0 15px 20px;
        border-style: solid;
        border-color: transparent transparent transparent #1e50aa;
        position: absolute;
        right: -21%;
        margin: auto;
        top: 0;
        bottom: 0; }
        @media only screen and (max-width: 750px) {
          .workshop__flow__list li:after {
            right: auto;
            margin: 0;
            top: auto;
            bottom: -10px;
            border-width: 10px 13px 0 13px;
            border-color: #1e50aa transparent transparent transparent; } }
    .workshop__flow__list p {
      font-size: 22px;
      line-height: 28px;
      color: #1e50aa; }
      @media only screen and (max-width: 750px) {
        .workshop__flow__list p {
          font-size: 16px;
          line-height: 21px; } }
      .workshop__flow__list p span {
        font-size: 15px;
        line-height: 20px;
        display: block; }
        @media only screen and (max-width: 750px) {
          .workshop__flow__list p span {
            font-size: 13px;
            line-height: 21px;
            display: inline-block; } }
  .workshop .main_desc {
    margin-bottom: 50px; }
    @media only screen and (max-width: 750px) {
      .workshop .main_desc {
        margin-bottom: 25px; } }
    .workshop .main_desc p {
      font-size: 18px;
      line-height: 34px;
      font-weight: 400;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        .workshop .main_desc p {
          font-size: 14px;
          line-height: 22px;
          margin: 0 0 10px; } }
  .workshop .ph-box {
    background: url(/special2019/rikoukei_jyugyou/images/workshop_ph.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 290px; }
    @media only screen and (max-width: 750px) {
      .workshop .ph-box {
        background-image: url(/special2019/rikoukei_jyugyou/images/workshop_ph_sp.jpg);
        background-position-y: 40%;
        padding-top: 115px; } }
    .workshop .ph-box__textarea {
      height: 150px;
      padding: 0 0 8px 0;
      text-align: center;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background-color: rgba(0, 125, 210, 0.8); }
      @media only screen and (max-width: 750px) {
        .workshop .ph-box__textarea {
          height: 85px; } }
    .workshop .ph-box__from {
      font-size: 18px; }
      @media only screen and (max-width: 750px) {
        .workshop .ph-box__from {
          font-size: 14px; } }
    .workshop .ph-box__title {
      font-size: 46px;
      line-height: 52px;
      font-weight: 600; }
      @media only screen and (max-width: 750px) {
        .workshop .ph-box__title {
          font-size: 26px;
          line-height: 1; } }
  .workshop .product-list {
    margin: 25px 0; }
    .workshop .product-list li {
      margin-top: 10px; }
      .workshop .product-list li p {
        font-size: 20px; }
      @media only screen and (max-width: 750px) {
        .workshop .product-list li p {
          font-size: 16px;
          line-height: 21px;
          text-align: center; } }
      .workshop .product-list li:first-child {
        margin-top: 0; }

.contest {
  padding: 70px 0; }
  @media only screen and (max-width: 750px) {
    .contest {
      padding: 35px 0; } }
  .contest .flow-box {
    background-color: #fff;
    position: relative;
    margin: 0 0 50px 0; }
    .contest .flow-box:last-child {
      margin-bottom: 0; }
      .contest .flow-box:last-child:after {
        content: none; }
    .contest .flow-box:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-width: 40px 45px 0 45px;
      border-style: solid;
      border-color: #007dd2 transparent transparent transparent;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 750px) {
        .contest .flow-box:after {
          border-width: 25px 30px 0 30px; } }
    .contest .flow-box__title {
      font-size: 32px;
      font-weight: 400;
      line-height: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 0 4px 0;
      width: 100%;
      height: 80px;
      background-color: #007dd2;
      color: #fff; }
      @media only screen and (max-width: 750px) {
        .contest .flow-box__title {
          font-size: 21px;
          height: 50px; } }
  .contest .box-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .contest .box-list__box {
      -ms-flex-positive: 1;
          flex-grow: 1;
      text-align: center; }
      @media only screen and (min-width: 751px) {
        .contest .box-list__box {
          border-top: 1px solid #d2dce6;
          border-right: 1px solid #d2dce6;
          padding: 4px 0; }
          .contest .box-list__box:nth-child(-n+3) {
            border-top: none; }
          .contest .box-list__box:nth-child(3n) {
            border-right: none; } }
      @media only screen and (max-width: 750px) {
        .contest .box-list__box {
          width: 50%;
          padding: 2px;
          border-top: 1px solid #d2dce6;
          border-right: 1px solid #d2dce6; }
          .contest .box-list__box:nth-child(2n) {
            border-right: none; }
          .contest .box-list__box:nth-child(-n+2) {
            border-top: none; } }
    .contest .box-list__ph {
      width: 318px;
      margin: 0 auto;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .contest .box-list__ph {
          width: 100%; }
          .contest .box-list__ph img {
            width: 100%; } }
      .contest .box-list__ph:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-width: 70px 70px 0 0;
        border-style: solid;
        border-color: #ffdc00 transparent transparent transparent; }
        @media only screen and (max-width: 750px) {
          .contest .box-list__ph:before {
            border-width: 45px 45px 0 0; } }
      .contest .box-list__ph:after {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        left: 16px;
        font-size: 20px;
        line-height: 1;
        color: #007dd2; }
        @media only screen and (max-width: 750px) {
          .contest .box-list__ph:after {
            font-size: 14px;
            font-weight: 500;
            top: 7px;
            left: 9px; } }
    .contest .box-list__ph1:after {
      content: '1'; }
    .contest .box-list__ph2:after {
      content: '2'; }
    .contest .box-list__ph3:after {
      content: '3'; }
    .contest .box-list__ph4:after {
      content: '4'; }
    .contest .box-list__ph5:after {
      content: '5'; }
    .contest .box-list__ph6:after {
      content: '6'; }
    .contest .box-list__desc {
      padding: 10px 0; }
      @media only screen and (max-width: 750px) {
        .contest .box-list__desc {
          font-size: 14px;
          line-height: 19px; } }
  .contest .rule-box {
    padding: 10px; }
    .contest .rule-box .mission-box {
      height: 120px;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 10px; }
      @media only screen and (max-width: 750px) {
        .contest .rule-box .mission-box {
          height: 110px; } }
      .contest .rule-box .mission-box__title {
        width: 280px;
        height: 100%;
        background-color: #007dd2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: column;
            flex-direction: column;
        color: #fff;
        font-size: 18px;
        line-height: 1.7;
        letter-spacing: .4px;
        padding: 4px 0 0; }
        @media only screen and (max-width: 750px) {
          .contest .rule-box .mission-box__title {
            width: 45%;
            padding: 0 22px;
            font-size: 14px;
            line-height: 16px;
            text-align: center; }
            .contest .rule-box .mission-box__title img {
              max-width: 110px;
              margin-bottom: 5px; } }
      .contest .rule-box .mission-box__desc {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        height: 100%;
        border: 1px solid #cdd7e6;
        width: calc(100% - 280px);
        font-size: 24px;
        line-height: 68px;
        color: #1e50aa; }
        @media only screen and (max-width: 750px) {
          .contest .rule-box .mission-box__desc {
            width: 55%;
            font-size: 14px;
            line-height: 1.2;
            text-align: center; } }
        .contest .rule-box .mission-box__desc .large-text {
          font-size: 52px; }
          @media only screen and (max-width: 750px) {
            .contest .rule-box .mission-box__desc .large-text {
              font-size: 33px; } }
        .contest .rule-box .mission-box__desc .middle-text {
          font-size: 32px; }
          @media only screen and (max-width: 750px) {
            .contest .rule-box .mission-box__desc .middle-text {
              font-size: 21px; } }
        .contest .rule-box .mission-box__desc .yellow-bg {
          background-color: #ffdc00;
          display: inline-block;
          line-height: 1;
          padding: 2px 10px 0;
          margin: 0 10px; }
          @media only screen and (min-width: 751px) {
            .contest .rule-box .mission-box__desc .yellow-bg {
              height: 60px;
              vertical-align: -8px; } }
          @media only screen and (max-width: 750px) {
            .contest .rule-box .mission-box__desc .yellow-bg {
              margin: 3px 0; } }
    .contest .rule-box .blue-text-box {
      font-size: 18px; }
      @media only screen and (max-width: 750px) {
        .contest .rule-box .blue-text-box {
          font-size: 16px;
          line-height: 21px;
          height: auto;
          text-align: center;
          padding: 10px 0; } }
  .contest .round__ph-area {
    display: -ms-flexbox;
    display: flex; }
  .contest .round__ph {
    padding: 5px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #d2dce6; }
    @media only screen and (max-width: 750px) {
      .contest .round__ph {
        padding: 2px;
        width: 100%; }
        .contest .round__ph img {
          width: 100%; } }
    .contest .round__ph:first-child {
      border-left: none; }
    .contest .round__ph__desc {
      font-size: 16px;
      line-height: 1;
      padding: 15px 0;
      text-align: center; }
  .contest .round__ph1, .contest .round__ph2 {
    position: relative; }
    .contest .round__ph1:before, .contest .round__ph2:before {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 0;
      height: 0;
      border-width: 70px 70px 0 0;
      border-style: solid;
      border-color: #ffdc00 transparent transparent transparent; }
      @media only screen and (max-width: 750px) {
        .contest .round__ph1:before, .contest .round__ph2:before {
          top: 2px;
          left: 2px;
          border-width: 45px 45px 0 0; } }
    .contest .round__ph1:after, .contest .round__ph2:after {
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      left: 21px;
      font-size: 20px;
      line-height: 1;
      color: #007dd2; }
      @media only screen and (max-width: 750px) {
        .contest .round__ph1:after, .contest .round__ph2:after {
          font-size: 14px;
          font-weight: 500;
          top: 9px;
          left: 11px; } }
  .contest .round__ph1:after {
    content: '1'; }
  .contest .round__ph2:after {
    content: '2'; }
  .contest .round__textarea {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 750px) {
      .contest .round__textarea {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .contest .round__number {
    width: 120px;
    height: 70px;
    border: 2px solid #007dd2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #007dd2;
    padding: 0 0 2px 0; }
    @media only screen and (max-width: 750px) {
      .contest .round__number {
        width: 100%;
        font-size: 18px;
        height: 40px; } }
  .contest .round__desc {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 2px 23px; }
    @media only screen and (max-width: 750px) {
      .contest .round__desc {
        padding: 10px 0 0;
        font-size: 16px;
        line-height: 24px; } }
  .contest .round__gif-area {
    padding: 0 20px; }
  .contest .round__gif-desc {
    text-align: center;
    padding: 20px 0 22px;
    font-size: 22px;
    line-height: 1; }
    @media only screen and (max-width: 750px) {
      .contest .round__gif-desc {
        font-size: 19px;
        padding: 10px 0 18px; } }
  .contest .winner {
    position: relative; }
    @media only screen and (max-width: 750px) {
      .contest .winner {
        max-width: 375px;
        margin: 0 auto; } }
    .contest .winner__machine {
      position: absolute;
      top: -110px;
      left: 25px; }
      @media only screen and (max-width: 750px) {
        .contest .winner__machine {
          width: 115px;
          top: 25px;
          left: 0; }
          .contest .winner__machine img {
            width: 100%; } }
    .contest .winner__copy {
      width: 505px;
      margin-left: auto;
      font-size: 30px;
      line-height: 45px;
      letter-spacing: .4px;
      padding: 50px 0 10px;
      font-weight: 500;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .contest .winner__copy {
          font-size: 21px;
          line-height: 30px;
          font-weight: 500;
          width: 245px;
          box-sizing: content-box; } }
      .contest .winner__copy:before {
        content: '';
        display: block;
        width: 80px;
        height: 60px;
        background: url(/special2019/rikoukei_jyugyou/images/crown.png) center 0 no-repeat;
        background-size: cover;
        position: absolute;
        top: 42px;
        right: 143px; }
        @media only screen and (max-width: 750px) {
          .contest .winner__copy:before {
            width: 50px;
            height: 37px;
            top: 22px;
            right: 55px; } }
      .contest .winner__copy .middle-text {
        font-size: 38px;
        font-weight: 700; }
        @media only screen and (max-width: 750px) {
          .contest .winner__copy .middle-text {
            font-size: 26px; } }
      .contest .winner__copy .large-text {
        font-size: 68px;
        font-weight: 700; }
        @media only screen and (max-width: 750px) {
          .contest .winner__copy .large-text {
            font-size: 47px; } }
    .contest .winner__desc {
      width: 505px;
      margin-left: auto;
      padding: 5px 0 30px;
      font-size: 16px;
      line-height: 28px;
      text-indent: -0.5em; }
      @media only screen and (max-width: 750px) {
        .contest .winner__desc {
          text-align: center;
          width: auto;
          padding: 5px 0 20px; } }
  .contest .point-box {
    text-align: center;
    padding: 50px 0;
    margin: 0 10px;
    background-color: #e6f0ff; }
    @media only screen and (max-width: 750px) {
      .contest .point-box {
        padding: 30px 0; } }
    .contest .point-box__title {
      color: #1e50aa;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: .4px; }
      .contest .point-box__title img {
        margin: 0 15px 0 0; }
        @media only screen and (max-width: 750px) {
          .contest .point-box__title img {
            max-width: 120px;
            margin: 0 10px 0 0; } }
    .contest .point-box__copy {
      font-size: 26px;
      line-height: 36px;
      font-weight: 500;
      text-indent: .8em;
      margin: 20px 0 15px; }
      @media only screen and (max-width: 750px) {
        .contest .point-box__copy {
          font-size: 21px;
          line-height: 29px; } }
    @media only screen and (max-width: 750px) {
      .contest .point-box__desc {
        margin: 0 10px; } }
    .contest .point-box__desc p {
      font-size: 16px;
      line-height: 28px; }
      @media only screen and (max-width: 750px) {
        .contest .point-box__desc p {
          font-size: 16px;
          text-align: left;
          margin: 10px 0; } }
  .contest .machine-list__title {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    margin: 25px 0;
    text-align: center;
    letter-spacing: .4px; }
    @media only screen and (max-width: 750px) {
      .contest .machine-list__title {
        font-size: 21px;
        line-height: 29px; } }
  .contest .machine-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 36px; }
    @media only screen and (max-width: 750px) {
      .contest .machine-list ul {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0 10px;
        max-width: 450px;
        margin: 0 auto; } }
  .contest .machine-list__box {
    padding: 0 0 30px 0; }
    @media only screen and (max-width: 750px) {
      .contest .machine-list__box {
        border-bottom: 1px solid #d2dce6;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; }
        .contest .machine-list__box:last-child {
          border-bottom: none;
          padding: 0; }
        .contest .machine-list__box:nth-child(2n) {
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .contest .machine-list__ph {
    width: 290px;
    height: 160px;
    background-color: #ffbe00;
    position: relative; }
    @media only screen and (max-width: 750px) {
      .contest .machine-list__ph {
        width: 32vw;
        height: 32vw;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }
    .contest .machine-list__ph:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-width: 0 0 160px 290px;
      border-style: solid;
      border-color: transparent transparent #ffdd00 transparent; }
      @media only screen and (max-width: 750px) {
        .contest .machine-list__ph:after {
          border-width: 0 0 32vw 32vw; } }
    .contest .machine-list__ph img {
      position: absolute;
      z-index: 100;
      left: 0;
      right: 0;
      top: -10px;
      margin: auto; }
      @media only screen and (max-width: 750px) {
        .contest .machine-list__ph img {
          width: 80%;
          top: 0;
          bottom: 0; } }
  .contest .machine-list__desc {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0; }
    @media only screen and (max-width: 750px) {
      .contest .machine-list__desc {
        max-width: 180px;
        width: 100%;
        padding: 0 0 10px 0; } }

.movie {
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 8px solid rgba(0, 80, 230, 0.1);
  border-bottom: 8px solid rgba(0, 80, 230, 0.1); }
  @media only screen and (max-width: 750px) {
    .movie {
      padding: 35px 0; } }
  .movie .l-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 750px) {
      .movie .l-inner {
        -ms-flex-direction: column;
            flex-direction: column; } }
  @media only screen and (max-width: 750px) {
    .movie__textarea {
      text-align: center; } }
  @media only screen and (max-width: 750px) {
    .movie__title {
      width: 80px;
      display: inline-block; } }
  .movie__title:after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: #000;
    margin: 15px 0 20px; }
    @media only screen and (max-width: 750px) {
      .movie__title:after {
        margin: 0 0 10px; } }
  .movie__copy {
    font-size: 38px;
    line-height: 52px;
    font-weight: 500;
    letter-spacing: .4px; }
    @media only screen and (max-width: 750px) {
      .movie__copy {
        font-size: 26px;
        line-height: 33px;
        text-align: center;
        margin-bottom: 15px; } }
  .movie__box a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
    .movie__box a:after {
      content: '';
      display: block;
      width: 120px;
      height: 70px;
      background: url(/special2019/rikoukei_jyugyou/images/movie_icon.png) center 0 no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      @media only screen and (max-width: 750px) {
        .movie__box a:after {
          background-image: url(/special2019/rikoukei_jyugyou/images/movie_icon_sp.png);
          width: 60px;
          height: 35px; } }

.voice {
  margin: 70px 0; }
  @media only screen and (max-width: 750px) {
    .voice {
      margin: 35px 0; } }
  .voice__box {
    background-color: #fff; }
  .voice__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 0 4px 0;
    width: 100%;
    height: 80px;
    background-color: #007dd2;
    color: #fff; }
    @media only screen and (max-width: 750px) {
      .voice__title {
        font-size: 21px;
        height: 50px; } }
  .voice .person {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 750px) {
      .voice .person {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .voice .person__box {
      width: 50%;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        .voice .person__box {
          width: 100%; } }
      .voice .person__box:first-child {
        border-right: 1px solid #d2dce6; }
        @media only screen and (max-width: 750px) {
          .voice .person__box:first-child {
            border-right: none;
            border-bottom: 1px solid #d2dce6; } }
    .voice .person__ph {
      padding: 4px 0 0 0; }
      @media only screen and (max-width: 750px) {
        .voice .person__ph {
          padding: 10px 10px 0; } }
    .voice .person__textarea {
      padding: 20px 0; }
      @media only screen and (max-width: 750px) {
        .voice .person__textarea {
          padding: 10px 0; } }
    .voice .person__title {
      font-size: 20px;
      line-height: 26px;
      letter-spacing: .6px;
      font-weight: 500; }
      @media only screen and (max-width: 750px) {
        .voice .person__title {
          font-size: 21px;
          line-height: 29px; } }
    .voice .person__from {
      font-size: 13px;
      line-height: 24px;
      color: #787878;
      margin: 2px 0 8px; }
      @media only screen and (max-width: 750px) {
        .voice .person__from {
          font-size: 12px;
          line-height: 24px; } }
    .voice .person__desc {
      font-size: 15px;
      line-height: 25px; }
      @media only screen and (max-width: 750px) {
        .voice .person__desc {
          font-size: 16px;
          line-height: 24px;
          text-align: left;
          padding: 0 15px 10px; } }

.experiment {
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 8px solid rgba(0, 80, 230, 0.1);
  border-bottom: 8px solid rgba(0, 80, 230, 0.1); }
  @media only screen and (max-width: 750px) {
    .experiment {
      padding: 35px 0; } }
  @media only screen and (max-width: 750px) {
    .experiment .title:after {
      margin-bottom: 0; } }
  .experiment__desc {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    padding: 25px 0;
    background-color: #f0f4fa;
    border: 4px solid #e0e8ee;
    margin: 40px 0 0 0; }
    @media only screen and (max-width: 750px) {
      .experiment__desc {
        margin: 15px 0 0;
        font-size: 16px;
        line-height: 21px;
        padding: 10px; } }
  .experiment .box-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 750px) {
      .experiment .box-list {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .experiment .box-list__box {
      text-align: center;
      width: 50%;
      padding: 20px 0 0 0;
      border-top: 1px solid #d2dce6; }
      @media only screen and (max-width: 750px) {
        .experiment .box-list__box {
          width: 100%;
          padding: 20px 0 0;
          margin: 10px 0 0; }
          .experiment .box-list__box:first-child {
            border-top: none; } }
      @media only screen and (min-width: 751px) {
        .experiment .box-list__box:nth-child(2n-1) {
          padding-right: 20px;
          border-right: 1px solid #d2dce6; }
        .experiment .box-list__box:nth-child(2n) {
          padding-left: 20px; }
        .experiment .box-list__box:nth-child(-n+2) {
          border-top: none; } }
    .experiment .box-list__textarea {
      padding: 20px 0 10px; }
    .experiment .box-list__from {
      font-size: 18px;
      line-height: 24px; }
      @media only screen and (max-width: 750px) {
        .experiment .box-list__from {
          font-size: 16px;
          font-weight: 500; } }
    .experiment .box-list__title {
      font-size: 24px;
      line-height: 24px;
      padding: 8px 0 12px; }
      @media only screen and (max-width: 750px) {
        .experiment .box-list__title {
          font-size: 21px;
          padding: 0 0 5px;
          font-weight: 500; } }
    .experiment .box-list__desc {
      font-size: 15px;
      line-height: 24px; }
      @media only screen and (max-width: 750px) {
        .experiment .box-list__desc {
          font-size: 16px;
          text-align: left; } }
    .experiment .box-list__att {
      font-size: 13px;
      line-height: 24px;
      color: #787878;
      padding: 4px 0 0; }

.history {
  text-align: center;
  margin: 80px 0; }
  @media only screen and (max-width: 750px) {
    .history {
      margin: 35px 0; } }
  .history .shadow {
    background-color: #fff; }
  .history .ph-box {
    background: url(/special2019/rikoukei_jyugyou/images/history_ph.jpg) center 0 no-repeat;
    background-size: cover;
    padding: 420px 0 0 0; }
    @media only screen and (max-width: 750px) {
      .history .ph-box {
        padding: 175px 0 0 0; } }
    .history .ph-box__textarea {
      height: 60px;
      background-color: rgba(50, 50, 50, 0.65);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 0 2px; }
      @media only screen and (max-width: 750px) {
        .history .ph-box__textarea {
          min-height: 60px;
          height: auto;
          padding: 8px; } }
    .history .ph-box__desc {
      color: #fff;
      font-size: 20px;
      line-height: 1;
      text-align: left;
      padding: 0 0 0 20px; }
      @media only screen and (max-width: 750px) {
        .history .ph-box__desc {
          font-size: 16px;
          line-height: 21px; } }
  .history__textarea {
    padding: 35px 0 50px; }
    @media only screen and (max-width: 750px) {
      .history__textarea {
        padding: 20px 0 25px; } }
  .history__copy {
    font-size: 20px;
    margin: 0 0 4px; }
    @media only screen and (max-width: 750px) {
      .history__copy {
        font-size: 16px;
        line-height: 1;
        margin: 0; } }
  .history .title {
    font-size: 52px;
    line-height: 48px; }
    @media only screen and (max-width: 750px) {
      .history .title {
        font-size: 34px; }
        .history .title:after {
          margin: 8px auto; } }
  .history__desc p {
    font-size: 18px;
    line-height: 34px; }
    @media only screen and (max-width: 750px) {
      .history__desc p {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        padding: 5px 10px; } }

.information .catch-title {
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background-color: #3cbec8;
  padding: 20px 0;
  position: relative; }
  @media only screen and (max-width: 750px) {
    .information .catch-title {
      font-size: 16px; } }
  .information .catch-title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-width: 30px 32px 0 32px;
    border-style: solid;
    border-color: #3cbec8 transparent transparent transparent;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    z-index: 5; }
    @media only screen and (max-width: 750px) {
      .information .catch-title:after {
        border-width: 25px 30px 0 30px;
        bottom: -24px; } }
  .information .catch-title span {
    font-size: 44px;
    line-height: 46px;
    color: #fff000;
    font-weight: 500; }
    @media only screen and (max-width: 750px) {
      .information .catch-title span {
        font-size: 34px;
        line-height: 1; } }

.information .title-box {
  background-color: #fff;
  padding: 80px 0 110px;
  position: relative; }
  @media only screen and (max-width: 750px) {
    .information .title-box {
      padding: 40px 0 90px; } }
  .information .title-box .title {
    font-size: 52px;
    line-height: 48px; }
    @media only screen and (max-width: 750px) {
      .information .title-box .title {
        font-size: 34px; } }
    .information .title-box .title:after {
      margin: 22px auto 15px;
      margin: 10px auto 8px; }
  .information .title-box__desc {
    text-align: center;
    font-size: 20px; }
    @media only screen and (max-width: 750px) {
      .information .title-box__desc {
        font-size: 16px;
        line-height: 24px; } }
    .information .title-box__desc span {
      background-color: #fff000; }
  .information .title-box .tel-box {
    position: absolute;
    border: 2px solid #1e50aa;
    background-color: #fff;
    height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 18px 0 20px;
    bottom: -80px;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 750px) {
      .information .title-box .tel-box {
        height: 130px;
        padding: 15px 0;
        bottom: -65px; } }
    .information .title-box .tel-box__copy {
      font-size: 22px;
      line-height: 32px; }
      @media only screen and (max-width: 750px) {
        .information .title-box .tel-box__copy {
          font-size: 16px;
          line-height: 24px; } }
    .information .title-box .tel-box__tel {
      font-size: 42px;
      line-height: 32px;
      color: #1e50aa;
      font-weight: 700; }
      @media only screen and (max-width: 750px) {
        .information .title-box .tel-box__tel {
          font-size: 34px;
          line-height: 1; } }
    .information .title-box .tel-box__att {
      font-size: 14px;
      line-height: 32px; }
      @media only screen and (max-width: 750px) {
        .information .title-box .tel-box__att {
          font-size: 14px;
          line-height: 20px;
          text-align: center; } }

#formWrap {
  padding: 120px 0 100px;
  background-color: #ecf0fa; }
  @media only screen and (max-width: 750px) {
    #formWrap {
      padding: 100px 0 30px; } }
  #formWrap .book {
    background-color: #fff;
    padding: 8px;
    display: -ms-flexbox;
    display: flex;
    width: 510px;
    height: 200px;
    margin: 0 auto 40px; }
    @media only screen and (max-width: 750px) {
      #formWrap .book {
        width: 315px;
        height: auto; } }
    @media only screen and (max-width: 750px) {
      #formWrap .book__ph {
        width: 85px; } }
    #formWrap .book__textarea {
      padding: 15px 0 0 30px;
      width: 70%; }
      @media only screen and (max-width: 750px) {
        #formWrap .book__textarea {
          padding: 5px 0 0 10px; } }
    #formWrap .book__title {
      font-size: 28px;
      font-weight: 500;
      line-height: 1;
      margin: 0 0 10px 0; }
      @media only screen and (max-width: 750px) {
        #formWrap .book__title {
          font-size: 18px;
          line-height: 20px; } }
    #formWrap .book__desc {
      font-size: 16px;
      line-height: 24px; }
      @media only screen and (max-width: 750px) {
        #formWrap .book__desc {
          font-size: 14px;
          line-height: 18px; } }
    #formWrap .book__copyright {
      font-size: 13px;
      color: #787878;
      text-align: right;
      margin: 25px 0 0; }
      @media only screen and (max-width: 750px) {
        #formWrap .book__copyright {
          font-size: 14px;
          line-height: 1;
          margin: 10px 0 0; } }
  #formWrap .required {
    position: relative; }
    #formWrap .required:after {
      content: '必須';
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      color: #dc3c3c;
      font-size: 13px;
      border: 1px solid #dc3c3c;
      border-radius: 2px;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 30px;
      width: 50px; }
      @media only screen and (max-width: 750px) {
        #formWrap .required:after {
          right: 0;
          font-size: 12px;
          width: 40px;
          height: 22px; } }
  #formWrap .tableform {
    text-align: left;
    width: 100%; }
    #formWrap .tableform tr {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      min-height: 70px;
      padding: 12px 0;
      border-bottom: 1px solid #d2dce6; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform tr {
          display: block; } }
      #formWrap .tableform tr:first-child {
        border-top: 1px solid #d2dce6; }
    #formWrap .tableform th {
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      width: 170px;
      text-align: left;
      vertical-align: top; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform th {
          display: block;
          width: 100%;
          padding: 15px 0; } }
    #formWrap .tableform td {
      font-size: 14px;
      line-height: 1;
      padding: 0 0 0 24px;
      border-left: 1px solid #d2dce6; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform td {
          display: block;
          padding: 0;
          border-left: none; } }
      #formWrap .tableform td span {
        display: inline-block;
        width: 137px; }
        @media only screen and (max-width: 750px) {
          #formWrap .tableform td span {
            padding: 10px 0;
            width: 125px; } }
    #formWrap .tableform__address {
      padding: 0;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
      #formWrap .tableform__address th {
        margin: 12px 0 0 0; }
      #formWrap .tableform__address td > div {
        min-height: 70px;
        padding: 12px 0;
        border-top: 1px dashed #d2dce6;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        @media only screen and (max-width: 750px) {
          #formWrap .tableform__address td > div {
            display: block; }
            #formWrap .tableform__address td > div label {
              width: 100%;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
        #formWrap .tableform__address td > div:first-child {
          border-top: none;
          padding: 0 0 12px; }
        #formWrap .tableform__address td > div:last-child {
          padding: 12px 0 0; }
    #formWrap .tableform input:focus {
      box-shadow: 0 0 3px rgba(30, 80, 170, 0.8) !important; }
    #formWrap .tableform input[type="text"], #formWrap .tableform input[type="number"], #formWrap .tableform input[type="tel"], #formWrap .tableform select {
      background-color: #fff;
      border-top-right-radius: 4px;
      box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
      min-height: 40px;
      padding: 10px 12px;
      font-size: 14px;
      color: #b4b4b4; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform input[type="text"], #formWrap .tableform input[type="number"], #formWrap .tableform input[type="tel"], #formWrap .tableform select {
          font-size: 12px;
          min-height: 35px; } }
      #formWrap .tableform input[type="text"]:focus, #formWrap .tableform input[type="number"]:focus, #formWrap .tableform input[type="tel"]:focus, #formWrap .tableform select:focus {
        color: #000; }
    #formWrap .tableform input::-webkit-input-placeholder {
      color: #b4b4b4; }
    #formWrap .tableform input:-ms-input-placeholder {
      color: #b4b4b4; }
    #formWrap .tableform input::placeholder {
      color: #b4b4b4; }
    #formWrap .tableform input[type="radio"] {
      background-color: #fff;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
      margin: 0 10px 0 0;
      position: relative; }
      #formWrap .tableform input[type="radio"] + label {
        margin: 0 30px 0 0; }
        @media only screen and (max-width: 750px) {
          #formWrap .tableform input[type="radio"] + label {
            margin: 0 15px 0 0; } }
      #formWrap .tableform input[type="radio"]:checked:before {
        content: '';
        display: block;
        position: absolute;
        width: 40%;
        height: 40%;
        border-radius: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background-color: #1e50aa; }
    #formWrap .tableform__name input {
      width: 640px; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform__name input {
          width: 100%; } }
    #formWrap .tableform__kana input {
      width: 640px; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform__kana input {
          width: 100%; } }
    #formWrap .tableform__sex input, #formWrap .tableform__sex label {
      cursor: pointer; }
    #formWrap .tableform__postal:after {
      content: '※ハイフンは無し';
      margin: 0 0 0 10px;
      font-size: 12px;
      font-weight: 300;
      display: block; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform__postal:after {
          margin-top: 10px;
          text-align: right; } }
    #formWrap .tableform__postal input {
      width: 130px; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform__postal input {
          width: 100%;
          max-width: 210px; } }
    #formWrap .tableform__prefecture select {
      width: 240px;
      cursor: pointer; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform__prefecture select {
          width: 100%;
          max-width: 210px;
          display: inline-block; } }
    #formWrap .tableform__city input {
      width: 640px; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform__city input {
          width: 100%;
          max-width: 210px;
          display: inline-block; } }
    #formWrap .tableform__housenumber input {
      width: 370px; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform__housenumber input {
          width: 100%;
          max-width: 210px;
          display: inline-block; } }
    #formWrap .tableform__buildingname input {
      width: 370px; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform__buildingname input {
          width: 100%;
          max-width: 210px;
          display: inline-block; } }
    #formWrap .tableform__tel:after {
      content: '※ハイフンは無し';
      margin: 0 0 0 10px;
      font-size: 12px;
      font-weight: 300;
      display: block; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform__tel:after {
          margin-top: 10px;
          text-align: right; } }
    #formWrap .tableform__tel input {
      width: 510px; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform__tel input {
          width: 100%; } }
    #formWrap .tableform__affiliation select {
      width: 510px;
      cursor: pointer; }
      @media only screen and (max-width: 750px) {
        #formWrap .tableform__affiliation select {
          width: 100%; } }
    #formWrap .tableform .select {
      position: relative; }
      #formWrap .tableform .select:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-width: 6px 4px 0 4px;
        border-style: solid;
        border-color: #1e50aa transparent transparent transparent;
        z-index: 10; }
  #formWrap .privacy {
    width: 100%;
    height: 60px;
    background-color: #f2f6fc;
    border: 1px solid #d2dce6;
    margin: 40px 0; }
    #formWrap .privacy a {
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    #formWrap .privacy p {
      font-size: 16px;
      line-height: 1;
      padding: 0 0 2px 0;
      color: #1e50aa;
      position: relative; }
      #formWrap .privacy p:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        left: -20px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #1e50aa;
        z-index: 10; }
  #formWrap .submit {
    width: 415px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    background-color: #3cbec8;
    border-radius: 4px;
    transition: .3s ease;
    position: relative; }
    @media only screen and (max-width: 750px) {
      #formWrap .submit {
        width: 250px;
        height: 65px; } }
    #formWrap .submit:hover {
      opacity: .7; }
    #formWrap .submit:before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #ffdc00;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 17px;
      margin: auto;
      cursor: pointer; }
      @media only screen and (max-width: 750px) {
        #formWrap .submit:before {
          width: 25px;
          height: 25px;
          right: 16px; } }
    #formWrap .submit:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      margin: auto;
      border-width: 8px 3px 3px 8px;
      border-style: solid;
      border-color: transparent #3cbec8 #3cbec8 transparent;
      transform: rotate(-45deg);
      cursor: pointer; }
      @media only screen and (max-width: 750px) {
        #formWrap .submit:after {
          right: 27px; } }
    #formWrap .submit input {
      color: #fff;
      font-size: 24px;
      width: 100%;
      height: 100%;
      padding: 0 0 6px 0;
      cursor: pointer; }
      @media only screen and (max-width: 750px) {
        #formWrap .submit input {
          font-size: 19px;
          padding: 0 20px 4px 0; } }

.footer-nav {
  background-color: #fff;
  min-width: 980px; }
  @media only screen and (max-width: 750px) {
    .footer-nav {
      min-width: 320px; } }
  .footer-nav .info {
    padding: 60px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 750px) {
      .footer-nav .info {
        display: block;
        text-align: center; } }
    .footer-nav .info__link {
      margin: 0 3px 0 0;
      max-width: 620px; }
      @media only screen and (max-width: 750px) {
        .footer-nav .info__link {
          margin: 0;
          max-width: 100%; } }
      .footer-nav .info__link ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex: 1;
            flex: 1; }
        @media only screen and (max-width: 750px) {
          .footer-nav .info__link ul {
            display: block; } }
      .footer-nav .info__link li {
        width: 298px;
        height: 62px;
        border: 1px solid #2c56a0;
        border-radius: 4px;
        margin: 0 0 10px 10px;
        padding: 0 40px 0 0;
        position: relative; }
        @media only screen and (min-width: 751px) {
          .footer-nav .info__link li {
            -ms-flex-preferred-size: 298px;
                flex-basis: 298px;
            max-width: 298px; } }
        @media only screen and (max-width: 750px) {
          .footer-nav .info__link li {
            width: 100%;
            margin: 10px 0;
            padding: 10px 0;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
        .footer-nav .info__link li a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          width: 100%;
          height: 100%; }
        .footer-nav .info__link li p {
          font-size: 16px;
          line-height: 1;
          color: #1e50aa;
          padding: 0 0 2px 0; }
          .footer-nav .info__link li p:before {
            content: '';
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #1e50aa;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto; }
            @media only screen and (max-width: 750px) {
              .footer-nav .info__link li p:before {
                width: 25px;
                height: 25px;
                right: 15px; } }
          .footer-nav .info__link li p:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 28px;
            margin: auto;
            border-width: 8px 3px 3px 8px;
            border-style: solid;
            border-color: transparent #fff #fff transparent;
            transform: rotate(-45deg); }
            @media only screen and (max-width: 750px) {
              .footer-nav .info__link li p:after {
                right: 26px; } }
  .footer-nav .logo {
    width: 308px; }
    @media only screen and (max-width: 750px) {
      .footer-nav .logo {
        margin: 0 auto; } }
  .footer-nav .address {
    margin: 20px 0 0; }
    .footer-nav .address__name {
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      margin-bottom: 5px; }
    .footer-nav .address__desc {
      font-size: 14px;
      line-height: 22px;
      font-weight: 300; }

/* complete page */
.complete {
  background-color: #fff;
  padding: 75px 0 0;
  text-align: center; }
  @media only screen and (max-width: 750px) {
    .complete {
      padding: 30px 0 0; } }
  .complete__desc {
    font-size: 18px;
    line-height: 34px; }
    @media only screen and (max-width: 750px) {
      .complete__desc {
        font-size: 16px;
        line-height: 24px; } }
  .complete .blue-btn {
    width: 415px;
    height: 80px;
    margin: 50px auto 0;
    background-color: #1e50aa;
    border-radius: 4px;
    transition: .3s ease;
    position: relative; }
    @media only screen and (max-width: 750px) {
      .complete .blue-btn {
        width: 250px;
        height: 65px;
        margin: 25px auto 0; } }
    .complete .blue-btn a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      height: 100%; }
    .complete .blue-btn p {
      font-size: 24px;
      line-height: 1;
      color: #fff;
      padding: 0 0 7px 0; }
      @media only screen and (max-width: 750px) {
        .complete .blue-btn p {
          padding: 0 25px 4px 0; } }
      .complete .blue-btn p:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #ffdc00;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 17px;
        margin: auto;
        cursor: pointer; }
        @media only screen and (max-width: 750px) {
          .complete .blue-btn p:before {
            width: 25px;
            height: 25px;
            right: 16px; } }
      .complete .blue-btn p:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 30px;
        margin: auto;
        border-width: 8px 3px 3px 8px;
        border-style: solid;
        border-color: transparent #1e50aa #1e50aa transparent;
        transform: rotate(-45deg);
        cursor: pointer; }
        @media only screen and (max-width: 750px) {
          .complete .blue-btn p:after {
            right: 27px; } }
  .complete .gray-btn {
    width: 358px;
    height: 62px;
    border-radius: 4px;
    margin: 20px auto 140px;
    position: relative;
    background-color: #505050; }
    @media only screen and (max-width: 750px) {
      .complete .gray-btn {
        width: 100%;
        margin: 20px auto 70px;
        width: 200px;
        height: 35px; } }
    .complete .gray-btn a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      height: 100%; }
    .complete .gray-btn p {
      font-size: 24px;
      line-height: 1;
      color: #fff;
      padding: 0 0 4px 0; }
      @media only screen and (max-width: 750px) {
        .complete .gray-btn p {
          font-size: 14px; } }
      .complete .gray-btn p:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto; }
        @media only screen and (max-width: 750px) {
          .complete .gray-btn p:before {
            width: 20px;
            height: 20px;
            right: 10px; } }
      .complete .gray-btn p:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 28px;
        margin: auto;
        border-width: 8px 3px 3px 8px;
        border-style: solid;
        border-color: transparent #505050 #505050 transparent;
        transform: rotate(-45deg); }
        @media only screen and (max-width: 750px) {
          .complete .gray-btn p:after {
            border-width: 6px 2px 2px 6px;
            right: 19px; } }
  .complete .info-box {
    background-color: #ecf0fa; }
    .complete .info-box .l-inner {
      border: 2px solid #1e50aa;
      background-color: #fff;
      padding: 30px 0;
      transform: translate(0, -80px); }
      @media only screen and (max-width: 750px) {
        .complete .info-box .l-inner {
          padding: 15px 0;
          transform: translate(0, -40px); } }
    .complete .info-box__copy {
      font-size: 22px;
      line-height: 32px; }
      @media only screen and (max-width: 750px) {
        .complete .info-box__copy {
          font-size: 16px;
          line-height: 24px; } }
    .complete .info-box__tel {
      font-size: 42px;
      line-height: 32px;
      color: #1e50aa;
      font-weight: 700;
      display: inline-block;
      margin: 10px auto; }
      @media only screen and (max-width: 750px) {
        .complete .info-box__tel {
          font-size: 34px;
          line-height: 1;
          margin: 5px 0; } }
    .complete .info-box__att {
      font-size: 14px;
      line-height: 32px;
      padding: 0 0 20px 0;
      border-bottom: 1px solid #d2dce6; }
      @media only screen and (max-width: 750px) {
        .complete .info-box__att {
          font-size: 14px;
          line-height: 20px;
          text-align: center;
          border-bottom: none;
          padding: 0; } }
    .complete .info-box__address {
      font-size: 16px;
      line-height: 32px; }
      @media only screen and (max-width: 750px) {
        .complete .info-box__address {
          font-size: 14px;
          line-height: 20px; } }
    .complete .info-box .mail-btn {
      width: 400px;
      height: 60px;
      margin: 20px auto;
      background-color: #1e50aa;
      border-radius: 4px;
      transition: .3s ease;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .complete .info-box .mail-btn {
          width: 310px;
          height: 55px;
          margin: 13px auto; } }
      .complete .info-box .mail-btn a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        height: 100%; }
      .complete .info-box .mail-btn p {
        font-size: 24px;
        line-height: 1;
        color: #fff;
        padding: 0 38px 4px 0; }
        @media only screen and (max-width: 750px) {
          .complete .info-box .mail-btn p {
            font-size: 19px; } }
        .complete .info-box .mail-btn p:before {
          content: '';
          display: block;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background-color: #ffdc00;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 17px;
          margin: auto;
          cursor: pointer; }
          @media only screen and (max-width: 750px) {
            .complete .info-box .mail-btn p:before {
              width: 25px;
              height: 25px;
              right: 16px; } }
        .complete .info-box .mail-btn p:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 30px;
          margin: auto;
          border-width: 8px 3px 3px 8px;
          border-style: solid;
          border-color: transparent #1e50aa #1e50aa transparent;
          transform: rotate(-45deg);
          cursor: pointer; }
          @media only screen and (max-width: 750px) {
            .complete .info-box .mail-btn p:after {
              right: 27px; } }

/* confirm page */
.confirm {
  text-align: center;
  background-color: #fff;
  padding: 80px 0 0; }
  @media only screen and (max-width: 750px) {
    .confirm {
      padding: 40px 0 0; } }
  .confirm__att {
    color: #dc0000;
    background-color: #faebeb;
    padding: 10px 0;
    margin: 0 0 15px; }
    @media only screen and (max-width: 750px) {
      .confirm__att {
        font-size: 16px; } }
  .confirm__desc {
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 50px; }
    @media only screen and (max-width: 750px) {
      .confirm__desc {
        font-size: 16px;
        line-height: 24px; } }

.form-confirm {
  background-color: #ecf0fa;
  padding: 50px 0 80px; }
  @media only screen and (max-width: 750px) {
    .form-confirm {
      padding: 50px 0; } }
  .form-confirm .l-inner {
    padding: 0 20px; }

.tableconfirm {
  text-align: left;
  width: 100%; }
  .tableconfirm tbody {
    width: 100%; }
  .tableconfirm tr {
    border-top: 1px solid #d2dce6;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 750px) {
      .tableconfirm tr {
        display: block; }
        .tableconfirm tr:last-child {
          border-bottom: 1px solid #d2dce6; } }
  .tableconfirm th {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    font-weight: 400;
    font-size: 16px;
    width: 200px;
    border-right: 1px solid #d2dce6; }
    @media only screen and (max-width: 750px) {
      .tableconfirm th {
        padding: 8px 8px 0;
        margin: 8px 0 0;
        border-right: none; } }
  .tableconfirm td {
    display: block;
    margin: 10px 0 10px 20px;
    padding: 10px 20px;
    width: 100%;
    background-color: #f2f5fc;
    font-size: 14px; }
    @media only screen and (max-width: 750px) {
      .tableconfirm td {
        width: auto;
        margin: 8px;
        padding: 8px 16px; } }

.cyan-btn {
  width: 415px;
  height: 80px;
  margin: 50px auto 0;
  background-color: #3cbec8;
  border-radius: 4px;
  transition: .3s ease;
  position: relative; }
  @media only screen and (max-width: 750px) {
    .cyan-btn {
      width: 250px;
      height: 65px;
      margin: 25px auto 0; } }
  .cyan-btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%; }
  .cyan-btn p {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    padding: 0 0 7px 0; }
    @media only screen and (max-width: 750px) {
      .cyan-btn p {
        padding: 0 25px 4px 0; } }
    .cyan-btn p:before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #ffdc00;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 17px;
      margin: auto;
      cursor: pointer; }
      @media only screen and (max-width: 750px) {
        .cyan-btn p:before {
          width: 25px;
          height: 25px;
          right: 16px; } }
    .cyan-btn p:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      margin: auto;
      border-width: 8px 3px 3px 8px;
      border-style: solid;
      border-color: transparent #3cbec8 #3cbec8 transparent;
      transform: rotate(-45deg);
      cursor: pointer; }
      @media only screen and (max-width: 750px) {
        .cyan-btn p:after {
          right: 27px; } }

.gray-btn {
  width: 358px;
  height: 62px;
  border-radius: 4px;
  margin: 20px auto 10px;
  position: relative;
  background-color: #505050; }
  @media only screen and (max-width: 750px) {
    .gray-btn {
      width: 100%;
      margin: 20px auto 0;
      width: 200px;
      height: 35px; } }
  .gray-btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%; }
  .gray-btn p {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    padding: 0 0 4px 0; }
    @media only screen and (max-width: 750px) {
      .gray-btn p {
        font-size: 14px; } }
    .gray-btn p:before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto; }
      @media only screen and (max-width: 750px) {
        .gray-btn p:before {
          width: 20px;
          height: 20px;
          right: 10px; } }
    .gray-btn p:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 28px;
      margin: auto;
      border-width: 8px 3px 3px 8px;
      border-style: solid;
      border-color: transparent #505050 #505050 transparent;
      transform: rotate(-45deg); }
      @media only screen and (max-width: 750px) {
        .gray-btn p:after {
          border-width: 6px 2px 2px 6px;
          right: 19px; } }

/*# sourceMappingURL=maps/style.css.map */
