@charset "UTF-8";

/* ------------------------------------
	* normalize
* ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  transition: font-size 0.1s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
  max-width: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* add base */
body {
  margin: 0;
  line-height: 1.6;
}

#top{
    max-width: 750px;
    margin: 0 auto;
  }

  header {
    position: relative !important;
  }

  header:after {
      content: "";
      clear: both;
      display: block;
      line-height: 1.5;
  }

  header h1 {
    float: left;
    margin: 2% 59% 2% 4%;
  }

  header h1 a {
    width: 100%;
    min-height: 20px;
    display: block;
    font-size: 0;
  }

  #load_upper, #load_lower_gotop, #load_lower_sns,#load_lower_another,#load_lower_list, #load_back_button_poinko {
    display: none !important;
  }

  footer {
      width: 100%;
      margin: 0 auto;
      /*margin-top: 10px;*/
      background-color: #333;
      padding: 0 0 20px 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      bottom: 0;
      left: 0;
  }

  #copyright {
      width: 100%;
      margin: 0;
      padding: 10px 0 20px;
      background: #333;
      color: #b2b2b2;
      font-size: 15px;
      font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3";
      line-height: 1.5;
      text-align: center;
  }

  a.footer_link {
      color: #fff;
  }

  .pb0 {
    padding-bottom: 0 !important;
  }

  .taC {
    text-align: center !important;
  }

@media print, screen and (max-width: 640px) {
  body {
    overflow-x: hidden;
  }
}
ul, ol {
  list-style: none;
}

ul, ol, dl, p {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

a:link, a:visited {
  color: #D00E31;
  text-decoration: underline;
}

a:hover, a:active {
  color: #D00E31;
  text-decoration: none;
}

/* general
----------------------------------- */
/* clearfix */
.cfx {
}

.cfx:before, .cfx:after {
  content: "";
  display: table;
}

.cfx:after {
  clear: both;
}

/* 共通 */
.fIn {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.fIn.show {
  opacity: 1;
}

.acc_wrap {
  position: relative;
}

.acc_wrap .acc_toggle.open .closed,
.acc_wrap .acc_toggle .opened {
  display: none;
}

.acc_wrap .acc_toggle.open .opened {
  display: block;
}

.acc_wrap .acc_contents {
  display: none;
}

/* ------------------------------------
	* メインコンテンツ
* ------------------------------------ */
#wrap_contents {
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.4rem;
  color: #000;
  width: 100%;
  margin: 0 auto;
}

#wrap_contents img {
  max-width: 100%;
}

@media print, screen and (max-width: 640px) {
  #wrap_contents {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 641px) {
  #wrap_contents {
    font-size: 2.8rem;
    /* min-width: 750px; */
    max-width: 100%;
    padding: 0;
  }
}
@media print, screen and (max-width: 750px) {
}
/*contents*/
.mainvisual {
  text-align: center;
  width: 100%;
}

.inner_wrap {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

section .inner_wrap {
  padding-left: 32px;
  padding-right: 32px;
}

div .inner_wrap {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
}

.section_h2 {
  font-size: 44px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.14em;
  max-width: 750px;
  margin: 0 auto;
  padding: 2% 0;
  color: #ffffff;
}

.section_date .section_h2 {
  background-color: #cc0033;
}

.section_entry .section_h2 {
  background-color: #32b94b;
}

.section_service .section_h2 {
  font-size: 36px;
  background-color: #feac41;
}

.section_app .section_h2 {
  font-size: 36px;
  background-color: #49b9e8;
}

.section_h3 {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.14em;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 1% 0;
  color: #ffffff;
  font-weight: bold;
}

.section_entry .section_h3 {
  background-color: #c8e78c;
  color: #333333;
  padding: 0 0 1%;
}

.section_service .section_h3 {
  min-height: 110px;
  background-color: #deb690;
}

.section_btn .text, .btn_wrap .text{
  color: #4d0b0b;
  font-family: 'TT_RodinNTLG';
  font-weight: bold;
}

.section_entry .section_h4{
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.14em;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 1% 0 0;
  background-color: #c8e78c;
  color: #333333;
  font-weight: bold;
}

/*----------------------------
	contents_title-------230706
-----------------------------*/  
.contents_title {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 90px;
}

@media screen and (max-width: 750px) {
  .contents_title {
    padding-top: 12vw;
  }
}

/*----------------------------
	section_btn
-----------------------------*/ 
.section_btn {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  padding: 70px 30px;
}

.section_btn .btn {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}

.section_btn .text,
.section_cvbtnarea .text {
  font-size: 38px;
  font-weight: bold;
}

/*----------------------------
	section_date
-----------------------------*/  
.section_date {
  padding-top: 0;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 750px;
  background-color: #fbedf1;
}

.section_date .date_contents{
  max-width: 690px;
  background-color: rgb(255, 255, 255);
}

.section_date .date_img{
  text-align: center;
}

.date_list{
  padding: 30px 0;
}

.date_list li{
  font-size: 24px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.date_list li a{
  display: inline;
}

#date_top_img {
  padding-top: 50px;
  margin-bottom: 45px;
}

@media screen and (max-width: 750px) {
  .section_date {
    margin-top: 4vw;
    padding-bottom: 6.67vw;
  }

  #date_top_img {
    margin-bottom: 30px;
  }

  #date_top_img img{
    margin-top: 5vw;
  }
}

/*----------------------------
	section_entry
-----------------------------*/  
.section_entry {
  padding-top: 0;
  padding-bottom: 10px;
  margin: 0 auto;
  max-width: 750px;
  background-color: #f1fbee;
}

.section_entry .entry_contents{
  width: 100%;
  max-width: 690px;
  margin-top: 40px;
  background-color: rgb(255, 255, 255);
  border: 4px solid #c8e78c;
}

.mt40{
  margin-top: 40px !important;
}

.mt50{
  margin-top: 50px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

@media screen and (max-width: 750px) {
  .mt40 {
    margin-top: 5.33vw !important;
  }

  .mt50 {
    margin-top: 6.67vw !important;
  }

  .pb32 {
    padding-bottom: 4.27vw !important;
  }
}

.pb0{
  padding-bottom: 0!important;
}

.entry_img{
  text-align: center;
}

.section_entry .entry_img.title {
  margin: 0 auto;
  margin-top: 50px;
}

/*----------------------------
	section_service
-----------------------------*/  
.section_service {
  padding-top: 0;
  padding-bottom: 64px;
  margin: 0 auto;
  max-width: 750px;
  background-color: #fff4ed;
}

@media screen and (max-width:750px){
  .section_service {
    padding-bottom: 8.53vw;
  }
}

.section_service .service_contents {
  width: 100%;
  max-width: 690px;
  margin-bottom: 80px;
  background-color: rgb(255, 255, 255);
  border: 4px solid #deb690;
}

.section_service .service_contents:last-child {
  margin-bottom: 0px;
}

/*----------------------------
	section_bnr
-----------------------------*/

.section_bnr {
  padding-top: 0;
  padding-bottom: 64px;
  margin: 0 auto;
  max-width: 750px;
  background-color: #ffffff;
}

@media screen and (max-width:750px){
  .section_bnr {
    padding-bottom: 8.53vw;
  }
}

.section_bnr .section_h2 {
  font-size: 36px;
  background-color: #3abdf4;
}

.section_bnr .section_bnr_contents {
  display: block;
  text-align: center;
  margin-top: 53px;
  padding: 0 32px;
}

@media screen and (max-width:640px){
  .section_bnr .section_h2 {
    font-size: 5vw;
  }

  .section_bnr .section_bnr_contents {
    padding: 0 16px;
    margin-top: 10vw;
  }
}

/*----------------------------
	section_accordion
-----------------------------*/
.AccordionSection {
  padding-top: 0;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 750px;
  background-color: #fff5ef;
}

.AccordionSection .accordionFlame{
  width: 690px;
  margin-top: 50px;
  background-color: rgb(255, 255, 255);
}

.AccordionSection .accordionFlame img{
  margin-top: 50px;
}

.AccordionSection .accordion_img{
  text-align: center;
}

.accordionFlame div:nth-last-child(1){
  padding-bottom: 50px;
}

/*----------------------------
	section_app
-----------------------------*/  
.section_app {
  padding-top: 0;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 750px;
  background-color: rgb(255, 255, 255);
}

.section_app .app_contents{
  width: 690px;
  background-color: rgb(255, 255, 255);
}

.section_app .app_contents img{
  margin-top: 50px;
}

.section_app .date_img{
  text-align: center;
}

@media screen and (max-width: 750px) {
  .section_app .app_contents img{
    margin-top: 20px;
  }
}

/*----------------------------
	cv_btn
-----------------------------*/
.section_cvbtnarea {
  position: relative;
  height: 160px;
}

.section_cvbtnsec {
  content: '';
}

.btn_wrap {
  width: 100%;
  padding: 25px 30px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 99;
}

.btn_wrap .cv_btn img {
  display: block;
  margin: 0 auto;
  height: auto;
}

@keyframes slideUp {
  0% {
      opacity: 0;
      transform: translateY(230px)
  }

  to {
      opacity: 1;
      transform: translateY(0)
  }
}

@keyframes slideDown {
  0% {
      opacity: 1;
      transform: translateY(0)
  }

  to {
      opacity: 1;
      transform: translateY(230px)
  }
}

.btn_wrap.fixed {
  position: fixed;
  bottom: 0;
}

.btn_wrap.absol {
  position: absolute;
}

.btn_wrap.show {
  animation: slideUp .5s forwards;
}

.btn_wrap.hide {
  animation: slideDown .5s forwards;
}

/*contents*/
@media only screen and (min-width: 768px) {
  .btn_wrap.show:hover img {
    opacity: 0.9;
  }
}

/*contents*/
@media only screen and (max-width: 640px) {
  section .inner_wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section_btn {
    padding: 5vw 0;
  }

  .section_btn .btn {
    width: 90%;
  }

  .section_btn .text,
  .section_cvbtnarea .text {
    font-size: 4.5vw;
  }
  
  .section_h2,
  .section_service .section_h2,
  .section_app .section_h2 {
    font-size: 5vw;
  }

  .section_h3 {
    font-size: 4.2vw;
  }
  
  .section_entry .section_h4 {
    font-size: 4vw;
  }

  .section_date .date_contents{
    width: 90%;
  }

  .date_list li{
    font-size: 12px;
  }

  .section_entry .entry_img.title {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .section_entry .entry_contents,
  .section_service .service_contents {
    margin: 5vw auto;
  }

  .section_entry .entry_contents {
    margin-bottom: 0;
  }

  .section_service .service_contents {
    margin-top: 0;
  }

  .section_service .section_h3 {
    min-height: 14.67vw;
  }

  .AccordionSection .accordionFlame{
    width: 90%;
  }

  .AccordionSection .accordionFlame img{
    margin-top: 7vw;
  }

  .section_app .app_contents{
    width: 90%;
  }
}


/*=====kiyaku style=====*/
.contentSection#kiyaku .programCode .program_notesFlame {
  padding: 15px 10px;font-size: 14px;border-left: 3px solid #D00E31;border-right: 3px solid #D00E31;border-bottom:3px solid #D00E31;
  background-color: white;
}

.contentSection#kiyaku .programCode .program_notesFlame .noteIndent {font-size: 14px;}

.contentSection#kiyaku .programCode .program_notesFlame .pl1em {padding-left: 1em;}
.contentSection#kiyaku .programCode .program_notesFlame .pl2em {padding-left: 2em;}

.tBold {font-weight: bold!important;}
.pl1_5em {padding-left: 1.5em;}

.contentSection{
  margin: 40px 30px 30px;
}

.contentSection .attention {
  padding-top: 1%;
  font-size: 24px;
  text-align: right;
}

.cpNote__ttl {
  padding: 30px 0 0px;
  margin-bottom: 15px;
  border-bottom: 2px solid #D00E31;
  text-align: center;
  font-size: 20px !important;
  font-weight: bold;
  color: #D00E31;
}

.anchor{
  display: block;
  height: 10px;
  margin-top: -10px;  
  visibility: hidden;
}

@media screen and (max-width: 750px) {
    .program_notesFlame .program_notesList p{
        font-size: 3.266667vw;
    }
    .contentSection{
      margin: 5.33vw 4vw 4vw;
    }
    .contentSection .attention {
      font-size: 3.266667vw;
    }
    .contentSection#kiyaku .programCode .program_notesFlame .noteIndent {
      font-size: 3.266667vw;
    }

    .anchor{
      display: block;
      height: 20px;
      margin-top: -20px;  
      visibility: hidden;
    }
}
/*-----------------------230817追記--------------------*/
.contents_title_link{
  font-size: 28px;
  margin-top: 30px;
}
.date_contents_link{
  font-size: 24px;
  margin-top: 50px;
  text-align: center;
}
.contents_title_link a,
.date_contents_link a{
  color: #0194d7;
}
.section_date .date_contents_link {
  margin-top: 25px;
  margin-bottom: 50px;
}
.accordionCode .section_h2{
  font-size: 36px;
  background-color: #f2798c;
}
@media print, screen and (max-width: 640px) {
  .contents_title_link{
    font-size: 3.73vw;
    margin-top: 4vw;
  }
  .date_contents_link{
    font-size: 4.8vw;
    margin-top: 6.6vw;
  }
  .section_date .date_contents_link {
    font-size: 12px;
  }
  .section_date .date_contents_link {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .accordionCode .section_h2{
    font-size: 5vw;
  }
}
/*-----------------------クエリ---------------------*/
@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .title_img {
    padding: 0 12%;
  }

  #date_top_img {
    padding-top: 0px;
  }
}/*# sourceMappingURL=style.css.map */

#load_back_button_poinko {
  border: none !important;
}

#footerbtn a {
  text-decoration: none;
}