/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.8;
  font-weight: 300;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #1E2547;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  .open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  background-color: transparent;
  transition: background-color .3s ease;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.host-area .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* 左寄せに設定 */
  padding: 0;
  margin: 0;
  list-style: none;
}

.host-area .inner  ul li {
  width: 100px; /* 各要素の幅を小さめに設定 */
  height: 100px; /* 各要素の高さも調整 */
  margin: 0px; /* 要素間の間隔を狭める */
  display: flex;
  align-items: center;
  justify-content: center;
}

.host-area .inner ul li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


header h1 {
  display: inline-block;
  max-width: 230px;
  margin: 0;
}
.hero-caps {
  display: inline-block;
  font-size: 12px;
  margin: 0 20px;
  position: absolute;
  top: 60px;
}
.ct-btn-grayout {
  display: inline-block;
  color: #fff;
  background-color: #A01234;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
  line-height: 1;
  font-weight: 700;
  border-radius: 20px;
}
.ct-btn {
  display: inline-block;
  color: #fff;
  background-color: #A01234;
  /* background-color: gray; */
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
  line-height: 1;
  font-weight: 700;
  border-radius: 20px;
}
.ct-btn:hover {
  color: #fff;
}
header .ct-btn {
  position: absolute;
  top: 40px;
  right: 0px;
}
.hero-area {
  position: relative;
  height: 700px;
  background: url(../images/hero-bg.png) no-repeat center bottom;
}
.hero-tx {
  position: absolute;
  top:300px;
  line-height: 2;
}
.hero-tx h2 {
  font-weight: 900;
}
.tx-up {
  font-size: 150%;
  line-height: 1;
}
.sub-caps {
  display: inline-block;
  background-color: #fff;
  border: solid 2px #1E2547;
  padding: 8px 12px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}


.hero-area .ct-btn {
    width: 400px;
    padding: 16px 0px;
    margin-top: 30px;
}
.hero-ct-area {
  max-width: 400px;
}

.hero-ct-caps {
    display: block;
    text-align: center;
    color: #1E2547;
    font-weight: 1000;
    margin-bottom: 4px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

.sec-area {
    display: flex;
    max-width: 1700px;
    margin: 0 auto;
}

.sec_img{
  flex-basis:50%;
  text-align:center;
  min-height:400px;
  background: url(../images/image-1.jpg) no-repeat center;
  background-size: cover;
}
.sec_img img {
  height:100%;
}
.sec_description {
  flex-basis:50%;
  background-color: #1E2547;
  min-height:400px;
  color: #fff;
}
.inner-caset {
  padding: 16% 40px 0;
}
.sec_description h3 {
  font-size: 32px;
  font-weight: 700;
}
.sec_description p {
  font-size: 16px;
  font-weight: 500;
}

.cta-area {
  background-color: #F4E4E8;
}
.cta-area .inner {
  padding: 24px 20px 40px;
}
.cta-area p {
  float: left;
  width: 50%;
  margin: 28px 0 0 0;
  color: #A01234;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.cta-area a {
  width: 90%;
}
.cta-area.fin {
  text-align: center;
  padding: 40px 0;
  font-weight: 700;
  color: #A01234;
} 
.cta-area.fin h3 {
  font-weight: 900;
  font-size: 40px;
} 
.cta-btn-caset {
  float: right;
  width: 40%;
  text-align: center;
  margin-bottom: 12px;
}

.cta-btn-caset img{
  width: 260px;
}


.fin .cta-btn-caset {
  float: inherit;
  margin: 20px auto 12px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.if-area hr {
  display: none;
  background-color: #1E2547;
}

.f-caption {
  background-color: #E6E6EA;
}
.f-caption ul {
  list-style-type: none;
}
.f-caption li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 8px;
  margin: 0;
  font-weight: 700;
}
.f-content {
  border-bottom: solid #1E2547 1px;
}
.f-content dt {
  width: 25%;
  float: left;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.f-content dd {
  width: 25%;
  float: left;
  font-size: 12px;
  padding-top: 80px;
  margin: 0;
  padding:100px 12px 20px;
  font-weight: 400;
  letter-spacing: 2px;
}
dd.circle-2 {
  background: url(../images/circle-2.png) no-repeat top center;
}
dd.circle {
  background: url(../images/circle.png) no-repeat top center;
}
dd.tri {
  background: url(../images/tri.png) no-repeat top center;
}
dd.batsu {
  background: url(../images/batsu.png) no-repeat top center;
}
.heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-top: 32px;
  position: relative;
  margin-bottom: 20px;
}
.heading img {
  position: absolute;
  top: -8px;
}
.resource-area {

}

.resource-area p {
  text-align: center;
}
.schedule-area dl {
  padding-left: 200px;
  margin: 0;
  position: relative;
}
.label-on {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FED70B;
  font-size: 14px;
  text-align: center;
  padding: 6px 20px;
  width: 160px;
}
.label-off {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 6px 20px;
  width: 160px;
}

.schedule-area {
  background-color: #E6E6EA;
  padding-bottom: 40px;
}
.schedule-area .ct-btn {
  display: inline-block;
  margin: 20px 0;
}
.schedule-area h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 80px 0 40px 0;
}
.schedule-area h3 span {
  font-size: 20px;
}
.schedule-area dl.sc-1 {
  background: url(../images/schedule-1.png) no-repeat left top;
}
.schedule-area dl.sc-2 {
  background: url(../images/schedule-2.png) no-repeat left top;
}
.schedule-area dl.sc-3 {
  background: url(../images/schedule-3.png) no-repeat left top;
}
.schedule-area dl.sc-4 {
  background: url(../images/schedule-4.png) no-repeat left top;
}
.schedule-area dl.sc-4 p {
  font-size: 12px;
}
.schedule-area dl.sc-5 {
  background: url(../images/schedule-5.png) no-repeat left top;
}
.schedule-area dt {
  padding-left: 80px;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  background: url(../images/point-1.png) no-repeat left top;
}
h4 {margin-bottom: 0;  font-weight: 500;}
.schedule-area dd {
  padding: 20px 20px 40px 80px;
  margin: 0;
  background: url(../images/point-2.png) repeat-y left top;
}
.schedule-area dd.end-line {
  background: none;
}
.schedule-area dt.middle-point {
  background: url(../images/point-1-2.png) no-repeat left top;
}
.schedule-area dt.end-point {
  background: url(../images/point-1-3.png) no-repeat left top;
}

.offer-area {
  padding: 80px 0 40px;
}
.offer-area ul {
  margin-top: 80px;
  list-style-type: none;
}
.offer-area li {
  width: 16%;
  margin: 0px 2% 20px;
  font-size: 12px;
  float: left;
  min-height: 210px;
}
.offer-area h5 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.offer-area ul img {
  width: 100%;
}
.offer-area p {
  margin: 20px;
}
.second .sec_img {
  min-height: 200px;
  background: url(../images/kv-1.jpg) no-repeat center;
  background-size: cover;
}
.second .sec_description {
  background-color: #fff;
  color: #1E2547;
}
.second .sec_description h3 {
  font-size: 24px;
}
.second .sec_description p {
  font-size: 14px;
}
.second .sec_description img {
  display: block;
  width: 120px;
  margin-bottom: 20px;
}

.second .inner-caset {
  padding: 16% 40px 0;
}

.host-area {
  margin: 100px 0;
}
.host-area ul {
  margin: 20px 0;
  list-style-type: none;  
}
.host-area li {
  width: 12%;
  margin: 1%;
  float: left;
}
.host-area li img {
  width: 100px;
  height: auto; /* 高さを自動調整してアスペクト比を保持 */
  object-fit: contain; /* 画像がコンテナに収まるように調整 */
  display: block;
  margin: 0 auto;
}
.host-area h4 {
  font-size: 32px;
  font-weight: 700;
}
.host-area h4 span {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
}
.resource-area dl {
  width: 50%;
  float: left;
  padding-left: 220px;
  min-height: 220px;
  margin-bottom: 40px;
}
.resource-area dt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  padding-right: 20px;
}
.resource-area dd {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding-right: 20px;
}
.resource-1 {
  background: url(../images/res-1.png) no-repeat left top;
}
.resource-2 {
  background: url(../images/res-2.png) no-repeat left top;
}
.resource-3 {
  background: url(../images/res-3.png) no-repeat left top;
}
.resource-4 {
  background: url(../images/res-4.png) no-repeat left top;
}
.resource-5 {
  background: url(../images/res-5.png) no-repeat left top;
}
.resource-6 {
  background: url(../images/res-6.png) no-repeat left top;
}
.resource-7 {
  background: url(../images/res-7.png) no-repeat left top;
}
.resource-8 {
  background: url(../images/res-8.png) no-repeat left top;
}

.fund-text {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.gray-caset {
  padding: 20px 0;
  background-color: #f1f1f1;
}
.white-caset {
  padding: 20px 0;
  background-color: #fff;
}
.if-area,.funding-area {
  margin: 100px 0;
}
.funding-area span.math {
  font-size: 48px;
  display: inline-block;
}
.funding-area .headline {
  text-align: center;
}
.funding-area h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.funding-area span {
  font-size: 14px;
  display: block;
}
.funding-area .headline p {
  font-weight: 700;
}
.if-area h4 {
  font-size: 20px;
  font-weight: 700;
}
.if-area p {
  text-align: center;
}
.if-area ul {
  list-style-type: none;
  margin: 0;
}
.if-area li {
  width: 33%;
  float: left;
  text-align: center;
}
.if-area li p.head {
  margin: 0;
}
.if-area li p.head  span{
  display: inline-block;
  background-color: #fff;
  border: solid 2px #1E2547;
  font-weight: 700;
  padding: 0 40px;
}
.if-area .white-caset li p.head span {
  background-color: #FED70B;
}


.if-area li p.sub{
  text-align: left;
  font-weight: 400;
  padding: 0 20px;
  margin: 0;
}
.if-area li p.head span.yellow {
  background-color: #FED70B;
}

.fund-caset {
  display: none;
}


.fund-wire-pc {
  display: block;
}

.pc-wire {
  display: block;
}
.sp-wire {
  display: none;
}
.schedule-area h3 br,
h3.heading br,
.cta-area.fin h3 br,
.second .sec_description h3 br,
.sec_description h3 br {
  display: none;
}

footer {}
footer dl {
  padding-top: 80px;
  padding-left: 400px;
  background: url(../images/logo-f.png) no-repeat left top;
}
footer dt {
  font-size: 16px;
  font-weight: 700;
}
footer dd {
  margin: 0;
  padding: 20px 0;
}
footer address {
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
  margin: 60px 0;
}





/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {}

/* Larger than tablet */
@media (max-width: 750px) {
  .hero-area {
    background: url(../images/hero-bg-sp.png) no-repeat center bottom;
    background-size: cover;
  }
  .if-area li {
    width: 100%;
    float: inherit;
  }
  .hero-ct-area {
    text-align: center;
  }
  .hero-area .ct-btn {
    width: 300px;
    margin: 0 auto;
  }
  .hero-tx h2 br {
    display: none;
  }
  .inner {
    max-width: 100%;
  }
  .hero-tx {
    padding-right: 20px;
    top:360px;
  }
  header h1 {
    max-width: 120px;
  }
  header h1 img {
    width: 120px;
  }
  header .ct-btn {
    top:28px;
    right: 20px;
  }
  .ct-btn {
    font-size: 12px;
  }
  .hero-caps {
    display: none;
  }
  .cta-area p {
    float: inherit;
    width: 100%;
  }
  .cta-btn-caset {
    float: inherit;
    width: 100%;
  }
  .sec-area {
    display: inherit;
  }
  .sec_img {
    background: url(../images/image-1.jpg) no-repeat center right;
  }
  .inner-caset {
    padding: 40px;
  }
  .sec_description p {
    margin: 0;
  }
  .heading {
    font-size: 24px;
  }
  .heading img {
    top: -16px
  }
  .fund-caset {
    display: block;
  }
  .fund-icon {
    display: block;
    margin: 0 auto 20px;
  }
  .if-area h4 {
    text-align: center;
    margin: 0 0 20px;
  }
  ul.gray-bg {
    background-color: #f1f1f1;
    padding: 20px 0;
    margin: 0 0 20px;
  }
  .fund-wire-pc {
    display: none;
  }
  .f-content dt {
    width: 100%;
  }
  .f-content dd {
    width: 100%;
  }
  .funding-area p br {
    display: none;
  }
  .pc-wire {
    display: none;
  }
  dd.circle-2 {
    background: url(../images/circle-2.png) no-repeat right center;
    background-size: 60px;
  }
  dd.circle {
    background: url(../images/circle.png) no-repeat right center;
    background-size: 60px;
  }
  dd.tri {
    background: url(../images/tri.png) no-repeat right center;
    background-size: 60px;
  }
  dd.batsu {
    background: url(../images/batsu.png) no-repeat right center;
    background-size: 60px;
  }

  .f-content dt {
    width: 100%;
    float: inherit;
  }
  .f-content dt span {
    border: solid 2px #1E2547;
    padding: 8px 20px;
    display: inline-block;
  }
  .f-content dd {
    width: 100%;
    float: inherit;
    font-size: 12px;
    padding-top: 80px;
    margin: 0;
    padding: 20px 100px 20px 0px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .f-content dd p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
  }
  .sp-wire {
    display: block;
  }
  .resource-area p br {
    display: none;
  }
  .resource-area dl {
    width: 100%;
    float: inherit;
    padding: 180px 0 0 0;
    text-align: center;
  }
  .resource-1 {
    background: url(../images/res-1.png) no-repeat center top;
  }
  .resource-2 {
    background: url(../images/res-2.png) no-repeat center top;
  }
  .resource-3 {
    background: url(../images/res-3.png) no-repeat center top;
  }
  .resource-4 {
    background: url(../images/res-4.png) no-repeat center top;
  }
  .resource-5 {
    background: url(../images/res-5.png) no-repeat center top;
  }
  .resource-6 {
    background: url(../images/res-6.png) no-repeat center top;
  }
  .resource-7 {
    background: url(../images/res-7.png) no-repeat center top;
  }
  .resource-8 {
    background: url(../images/res-8.png) no-repeat center top;
  }
  .resource-area dd {
    text-align: left;
  }
  .schedule-area dl{
    padding: 0;
  }
  .schedule-area dl.sc-1,
  .schedule-area dl.sc-2,
  .schedule-area dl.sc-3,
  .schedule-area dl.sc-4,
  .schedule-area dl.sc-5 {
    background: none;
  }
  .label-off,
  .label-on {
    width: auto;
  }
  .schedule-area dt {
    min-height: 40px;
  }
  .schedule-area h3 br {
    display: block;
  }
  h3.heading br {
    display: block;
  }

  .offer-area li {
    width: 46%;
    min-height: 180px;
  }
  .host-area li {
    width: 30%;
    min-height: 100px;
  }
  .host-area li img {
    min-height: 100px;
  }
  .cta-area.fin h3 br {
    display: block;
  }
  .host-area h4 span {
    margin-left: 0;
  }
  .second .inner-caset {
    padding: 16% 20px 0;
  }
  .sec_description h3 br,
  .second .sec_description h3 br {
    display: block;
  }
  .host-area h4 {
    font-size: 24px;
  }
  .resource-area dd {
    padding-right: 0;
  }
  footer {
    margin-top: 80px;
  }
  footer dl {
    padding-left: 0;
    padding-top: 320px;
    background: url(../images/logo-f.png) no-repeat center top;
  }
  footer dd {
    font-size: 12px;
  }
  footer dd address {
    font-size: 10px;
  }
  .if-area hr {
    display: block;
    background-color: #1E2547;
  }  
  .hero-ct-caps {
    display: inline-block;
    text-align: center;
    color: #1E2547;
    font-weight: 1000;
margin: 12px 0;
padding: 4px 20px;
    text-shadow: none;
    background-color: #fff;
  }
}

.round-announcement {
  background-color: #f8eec2;
  border: 1px solid #f0e1b3;
  border-radius: 12px;
  margin: 32px 0;
  padding: 24px;
}
.round-announcement h4 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 12px;
}
.round-announcement p {
  /* font-size: 1rem; */
  line-height: 1.6;
  margin-bottom: 0px;
}
.round-announcement p.meeting {
  font-weight: 500;
  margin-top: 12px;
}
.round-announcement a {
  color: #333;
  text-decoration: underline;
}
.round-announcement a:hover {
  color: #000;
}
