@charset "utf-8";

/* @group .Clearfix
-------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* @end */
/* @display
-------------------------------- */
.displayNone {
  display: none;
}

.display-none {
  display: none;
}

/* @end */
/* @font-family
-------------------------------- */
.mincho,.mincho-L,.mincho-XL {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.mincho-L {
  font-size: 1.8em !important;
}

.mincho-XL {
  font-size: 2.5em !important;
}

/* @end */
/* @group float
-------------------------------- */
.content .right {
  float: right;
}

.content .left {
  float: left;
}

.content img.right {
  margin: 0 0 10px 20px;
}

.content img.left {
  margin: 0 20px 10px 0;
}

.content .img-right {
  float: right;
}

.content .img-left {
  float: left;
}

.content .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* @end */
/* @text-align
-------------------------------- */
.ta-right {
  text-align: right;
}

.ta-center {
  text-align: center;
}

/* @end */
/* @vertical-align
-------------------------------- */
.va-ttop {
  vertical-align: text-top;
}

.va-tbottom {
  vertical-align: text-bottom;
}

.va-middle {
  vertical-align: middle;
}

/* @end */
/* @group color
-------------------------------- */
.gray {
  color: #666;
}

.bold {
  font-weight: bold;
}

.bold-L {
  font-weight: bold;
  font-size: 1.5em;
}

.bold-XL {
  font-size: 2.2em;
}

.red {
  color: #FF3333;
  font-weight: bold;
}

.red-L {
  color: #FF3333;
  font-weight: bold;
  font-size: 1.5em;
}

.blue {
  color: #336699;
  font-weight: bold;
}

.blue-L {
  color: #336699;
  font-weight: bold;
  font-size: 1.5em;
}

.green {
  color: #336600;
  font-weight: bold;
}

.green-L {
  color: #336600;
  font-weight: bold;
  font-size: 1.5em;
}

.orange {
  color: #FF6600;
  font-weight: bold;
}

.orange-L {
  color: #FF6600;
  font-weight: bold;
  font-size: 1.5em;
}

.purple {
  color: #2C4197;
  font-weight: bold;
}

.purple-L {
  color: #2C4197;
  font-weight: bold;
  font-size: 1.5em;
}

.aqua {
  color: #0099FF;
  font-weight: bold;
}

.aqua-L {
  color: #0099FF;
  font-weight: bold;
  font-size: 1.5em;
}

.pink {
  color: #FF6A83;
  font-weight: bold;
}

.pink-L {
  color: #FF6A83;
  font-weight: bold;
  font-size: 1.5em;
}

.top-icon {
  color: #ff9b1f;
}

.em1,
.em2,
.em3,
.em4,
.em5 {
  padding: 0.5em 1em;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #d0d0d0;
}

.em1 {
  background: linear-gradient(0deg, rgba(250, 250, 250, 1) 0%, rgb(228, 228, 228) 100%)
}

.em2 {
  background: linear-gradient(0deg, rgba(239, 254, 255, 1) 0%, rgba(176, 249, 255, 1) 100%);
}

.em3 {
  background: linear-gradient(0deg, rgba(255, 246, 255, 1) 0%, rgb(255, 210, 247) 100%)
}

.em4 {
  background: linear-gradient(0deg, rgba(255, 249, 246, 1) 0%, rgb(255, 231, 197) 100%)
}

.em5 {
  background: linear-gradient(0deg, rgba(249, 255, 246, 1) 0%, rgb(219, 255, 199) 100%)
}

.em-tell {
  padding-left: 35px;
  font-size: 28px;
  font-size: 2.8rem !important;
  margin: 0 0 30px 20px !important;
}
.em-tell::after {
  content: "";
  position: absolute;
  background: url(../img/em-tell.svg) no-repeat left top;
  background-size: 30px;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.em-conspicuous {
  display: block;
  color: #361c05;
  background: #f5eee8;
  border-radius: 4px;
  outline: 2px dashed #cf9b84;
  outline-offset: -8px;
  padding: 20px 25px;
  margin: 20px auto;
}

.em-conspicuous *{
  font-size: 1.2em;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-primary,
.alert-secondary,
.alert-success,
.alert-danger,
.alert-warning {
  position: relative;
  padding: .75rem 1.25rem;
  margin: 10px 10px 30px !important;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* 画像の罫線 */
.content * .Frame {
  border: solid #ccc 1px;
  padding: 5px;
}

/* 画像の余白リセット */
.content * .nonFrame {
  border: none;
  padding: 0;
}

/* @end */
/* @group margin
-------------------------------- */
.m0 {
  margin: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

/* @end */
/* @font size
-------------------------------- */
.fs10 {
  font-size: 10px;
  font-size: 1.0rem;
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fs20 {
  font-size: 20px;
  font-size: 2.0rem;
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

/* @end */
/* @status font color
-------------------------------- */
.required {
  color: #c00;
}

.error-message {
  color: #c00;
}

.message {
  color: #c00;
}

/* @end */
ruby {
  font-size: 20px;
  font-size: 2.0rem;
}

rt {
  font-size: 13px;
  font-size: 1.3rem;
}

/* @end */
/* @table style
-------------------------------- */
table.center td {
  text-align: center !important;
  ;
}

/* @end */
/* @改行レスポンシブ
-------------------------------- */
@media screen and (min-width: 920px) {
  .br-pc {
    display: block;
  }

  .br-tb {
    display: none;
  }

  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 919px) {
  .br-pc {
    display: none;
  }

  .br-tb {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

/* Adobe Reader
-------------------- */
.content h5.adobe {
  margin: 0;
  background-color: #ff7f78;
  background-image: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.content p.adobe {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
}

/* @end */
/* ページ内マルチカラムレイアウト用
-------------------- */
.content .flex-parent {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
}

.content ul.flex-parent li {
  flex-grow: 1;
}

.content ul.flex-parent li:before {
  content: none;
}

.content .flex-parent > div,
.content .flex-parent a > div {
  width: 100%;
  padding: 10px;
}

.content .flex-parent img {
  /* 幅もしくは高さを最大100%に設定、もう一方はauto */
  max-width: 100%;
  height: auto;
}

.content .flex-border {
  border: solid 1px #eeeeee;
}

.content .item2 {
  width: 48%;
}

.content .item3 {
  width: 32%
}

.content .item4 {
  width: 23%
}

/* @end */
/* カレンダー
-------------------- */
.content .calendar th,
.content .calendar td {
  width: calc(100% / 7);
  text-align: center;
}

.content .calendar th:first-child,
.content .calendar td:first-child {
  color: #ff3838;
  background-color: #ffe8f0;
  font-weight: bold;
}

.content .calendar th:last-child,
.content .calendar td:last-child {
  color: #ff3838;
  background-color: #ffe8f0;
  font-weight: bold;
}

/* @end */
/* @フロー
-------------------------------- */
.content .flow1 {
  width: 640px;
  height: auto;
  padding: 20px;
  border: 1px solid #bbb;
  background-color: #fff6e5 !important;
  position: relative;
  box-shadow: none;
  background-image: none;
}
.content h4.flow1 {
  text-align: center;
  font-weight: bold;
  margin: 0 auto !important;
  border-bottom: none;
}
.content p.flow1 {
  margin: 0 auto 60px !important;
  padding-top: 0;
  border-top: none;
}

@media screen and (max-width: 768px) {
  .content .flow1 {
    width: 100%;
  }
}

.content h4.flow1:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  border-bottom: 1px solid rgba(187, 187, 187, 0.295);
  background-image: none;
  top: 35px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.content p.flow1:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -40px;
  left: 50%;
  margin-left: -100px;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #bbb transparent transparent transparent;
}

.content p.flow1:last-of-type:after {
  content: none;
}

/* Q&A
-------------------- */
.content .qa {
  border-style: solid;
  border-color: #cccccc;
}

.content *.qa {
  border-width: 0 1px 1px 1px;
  padding: 10px 10px 10px 40px;
  font-weight: bold;
  color: #666;
}

.content *.qa:before {
  content: "A.";
  font-family: 'Goudy Bookletter 1911', Georgia, serif;
  font-size: 2rem;
  font-weight: bold;
  color: #1c44c6;
  margin-right: 0.8rem;
  margin-left: -30px;
}

.content h5.qa {
  color: #de2222;
  border-width: 1px;
  margin: 0;
  padding: 10px 10px 10px 40px;
  background: #ffebeb;
}

.content h5.qa:before {
  content: "Q.";
  font-family: 'Goudy Bookletter 1911', Georgia, serif;
  color: #de2222;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 0.8rem;
  margin-left: -30px;
}


/* caption
-------------------- */
.caption {
  margin: 0 auto;
}