<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* =======APPLICATION MAIN====== */
.pc{
  display: block;
}

.sp{
  display: none;
}

.br-pc{
  display: block;
}

.br-sp{
  display: none;
}

.contents {
  width: 900px;
  margin: 60px auto 40px;
}

h1 {
  font-size: 22px;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #ccc;
  margin-bottom: 20px;
}

h1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #007bab;
}

h2 {
  text-align: left;
  font-size: 20px;
  margin: 0 20px 40px;
  color: #202020;
  border-bottom: dashed 2px #202020;
}

.flow {
  margin: 0  auto 60px;
  padding-top:40px;
    /* background: #c0deea; */
}

.flow-img {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}

.flow-img-text {
  text-align: left;
  position: absolute;
  top: 23%;
  left: 30%;  
  z-index: 20;
  margin: 0;
  font-weight: 600;
  color:#212121;
}

.flow-img-text p{
  margin: 0;
  line-height: 1.4;
  font-size: 1.4rem;
}

.flow-img-text p:first-child{
  padding-bottom: .6rem;
}

.flow-img-text p:last-child{
  text-indent: 1rem;
}

.text-deco{
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
}

.form-wrapper{
  position: relative;
  width: 95%;
  height: 1000px;
  margin: 0 auto;
  overflow-y: scroll;
}

.form-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

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

  outside-event

***************************************/
.outside-contents{
  width: 900px;
  margin: 60px auto 40px;
  text-align: left;
}

.outside-contents h2{
  margin-left: 0;
}

.outside-preface{
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  line-height: 1.6;
}

.outside-preface p{
  line-height: 1.8; 
}

.outside-preface p:last-child{
  text-indent: 1.4rem;
}

.preface-notice{
  width: 85%;
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  color:#222222;
  margin-bottom: 40px;
}

.preface-notice p{
  line-height: 1.4;
}

.outside-preface p:nth-of-type(2){
  text-indent: 1rem; 
}

.outside-application{
  font-family: 'Zen Maru Gothic', sans-serif;
  box-sizing: border-box;
  width: 80%;
  text-align: center;
  background: rgba(92,129,202,1);
  background: -moz-linear-gradient(left, rgba(0,0,128,1)0%, rgba(67, 101, 170, 0.9)50%, rgba(0,0,128,0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,128,1)0%, rgba(67, 101, 170, 0.9)50%, rgba(0,0,128,0.8) 100%);
  margin: 10px auto 40px;
  padding: 40px;
  border-radius: 10px;
}

.outside-application h3{
  color:#fff;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: dotted 1px white;
  padding-bottom: 1em;
}

.outside-application ul li, ol li{
  color:#fff;
  font-size: 16px;
  font-size: 1.6rem;  
  text-align: left;
}

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

.application-red{
  color: #ff8c00;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.orange &gt; a{
  display: block;
  color: #ff8c00;
  font-size: 12px;
  font-size: 1.2rem;  
  word-wrap: break-word;
  padding-left: 70px;
}

/* .dl-btn{
    text-align: center;
    margin: 0 auto 60px;
}
  
  [type="submit"], .dl-btn a, .dl-btn a[target="_blank"] {
    display: inline-block;
    position: relative;
    min-width: 240px;
    padding: 32px 32px 30px 24px;
    text-align: center;
    background-image: url(../images/icfpe-background.jpg);
    background-size: cover;
    background-position: center;
    border: 1px solid #ffff;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    color: #fff;
  }
  
  .dl-btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        
    border-left: 5px solid #fff;
  }
  
  .dl-btn a:hover:before {
    right: 15px;
  }*/

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

  
  .contents{
    width: 90%;
  }
  
  .form-wrapper{
    width: 100%;
  }

  .flow-img-text p{
    font-size: 1.2rem;
  }

  .flow-img-text p:first-child{
    padding-bottom: .5rem;
  }

  .flow-img-text p:last-child{
    text-indent: .5rem;
  }

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

    outside-event

  ***************************************/
  .outside-contents{
    width: 90%;
    /* margin: 60px auto 40px; */
  }

  .outside-application{
    width: 100%;
    padding: 24px;
  }
 
  .outside-application ul{
    padding-left: 0px;
  }
}

 @media screen and (max-width: 640px){
      
    h1{
      font-size: 20px;
      font-size: 2rem;
    }

    .flow-img-text p{
      line-height: 1.2;
      font-size: 1rem;
    }
    
    .text-deco{
      display: none;
    }

    .flow-img-text p:nth-child(2){
      text-indent: .5rem;
    }

    .outside-application h3{
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 12px;
    }

    .ooutside-application ul li, ol li {
      font-size: 12px;
      font-size: 1.2rem;
    }
 }

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

  .sp{
    display: block;
  }

  h1{
    font-size: 1.6rem;
  }

  h2{
      margin: 0 20px;
  }

  .flow{
    margin-bottom: 30px;
  }

  .flow-img-text{   
    top: 85%;
    left: 18%;  
  }
    
  .flow-img-text p{
    line-height: 1.2;
    font-size: 1rem;
  }

  .flow-img-text p:nth-child(2), .flow-img-text p:last-child{
    text-indent: initial;
  } 

  .contact-form {
    position: relative;
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    background: #c0deea;
    border-radius: 11px;
    /* text-align: center; */
  }

  .contact-form2 {
    /* position: absolute; */
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 11px;
  }

  .first-notice{
    text-indent: 4rem;
  }

  .outside-application h3{
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .outside-application ul li, ol li{
    font-size: 14px;
    font-size: 1.4rem;  
  }

  .smaller{
    font-size: 10px;
    font-size: 1rem;
  }

  .orange &gt; a{
    padding-left: 40px;
  }

  .pl-40px{
    padding-left: 40px;
  }

  /* .form-style-1 {
    margin: 30px auto;
    max-width: 600px;
    font: 13px;
  }

  .form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 20px 0;
  }

  .form-style-1 label {
    margin: 0 0 5px 0;
    padding: 0px;
    display: block;
    font-weight: bold;
  } */

  .small-item{
    margin-left: 2rem;
  }
  .button{
    text-align: center;
  }

  .button input[type="submit"],
  .button input[type="button"] {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
      0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
  }

  .button input[type="submit"]:hover,
  .button input[type="button"]:hover {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    background: #ff7f50;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
      0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
  }

  .button input[type="submit"]:active,
  .button input[type="button"]:active {
    border-bottom: solid 2px #ff7f50;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }

  .form-style-1 .required {
    color: red;
  }

  .g-recaptcha {
    margin-left: 57px;
  }

  .attention-2 {
    width: 70%;
    /* height: 80px; */
    margin: 0 auto 20px;
    padding: 20px;
    background: #f0e68c;
    text-align: center;
    border-radius: 11px;
    font-size: 12px;
  }

  .box {
    width: 480px;
    height: 400px;
    margin: 20px auto;
    padding: 0.5em 1em;
    border: double 5px #4691a4;
    overflow-y: scroll;
    background-color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .box-2 {
    width: 480px;
    height: 200px;
    margin: 0 auto;
    padding: 0.5em 1em;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  h4 {
    border-bottom: gray 1px dotted;
  }

  .box p {
    margin: 0;
    padding: 0;
  } 
}</pre></body></html>