@charset "UTF-8";

.contsTtl .redH {
	background: #d00f31;
}
.redBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
.cpBtnY {
	background: #fad025;
	color: #111111;
	-webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
	box-shadow: 0px -5px 0px 0px #b39f3f inset;
}
.cpBtnG {
	background: #2dad55;
	-webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
	box-shadow: 0px -5px 0px 0px #1f823e inset;
}
.storeBtn {
	background-color: #002861;
	-webkit-box-shadow: 0px -5px 0px 0px #002861 inset;
	box-shadow: 0px -5px 0px 0px #93b6fc inset;
}


/* -----------------------------------
   カスタム
 * ----------------------------------- */
.pc{display: block !important}
.sp{display: none !important}
@media (width <= 640px) {
.pc{display: none !important}
.sp{display: block !important}    
}

.cl-blue{background-color: #002861 !important;}

.contsTtl{
    text-align: center;
    padding-bottom: 0;
}
.contsTtl strong{
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}

/* 見出し */
.cpArea {
    padding: 0 4.16667% 3.125%;
    margin: auto;
}
.cpArea h2{
    background: linear-gradient(45deg, #deb500 0%, #f9ecaa 50%, #deb500 100%);
    display: block;
    color: #002861;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    padding: 15px 20px;
    margin: -6px -6px 0;
}
.cpArea h2 small{
    display: block;
    font-size: 60%;
}
.cpArea > div{
    padding: 5% 0 0;
}

.txt-strong{
    font-weight: bold;
    font-size: 120%;
    color: #FF0000;
    text-decoration: underline;
}
@media screen and (max-width: 640px) {
.cp-ttl {font-size: 18px;}
    .cpArea h2{font-size: 22px;}    
}


.cpNotesSubttl {
	background-color: #002861;
	color: #ffffff;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-bottom: 1rem;
}

.c-link {
  display: inline;
  font-weight: 500;
  color: #E60113;
  border-bottom: solid 1px #E60113;
}
.entry__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  margin-top: 6.8181818182%;
}
.entry__notes > li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 1.1em;
  position: relative;
  line-height: 1.6;
}
.entry__notes > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .entry__notes {
    gap: 10px;
  }
  .entry__notes > li {
    font-size: 16px;
  }
}

/* 開閉 */
.box-accordion {margin: 0 auto 5em;}
.box-accordion .toggle {display: none;}
.box-accordion .option {
  position: relative;
  margin-bottom: 1em;
}
.box-accordion .title,
.box-accordion .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.box-accordion .title {
    padding: 20px 5px;
    border-radius: 8px;
    display: block;
    font-weight: bold;
    color: #002861;
    background-color: #fff000;
    border: 3px solid #002861;
    text-align: center;
    font-size: 30px;
    max-width: 530px;
    margin: auto;
}
.box-accordion .title::after {
    content: "▼";
    padding-left: 5px;
    display: inline-block;
    transition: all 0.3s;
}
.box-accordion .content {
    max-height: 0;
    overflow: hidden;
}
.box-accordion .toggle:checked + .title {
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    max-width: 100%;
}
.box-accordion .toggle:checked + .title + .content {
    background-color: #F8FFDF;
    border-radius: 0 0 8px 8px;
    border: 3px solid #002861;
    max-height: 10000px;
    transition: all 0.3s;
}
.box-accordion .toggle:checked + .title::after {transform: rotate(180deg) !important;}
.box-accordion ul {
    margin: 0;
    padding: 15px 25px;
    column-count: 3;
    column-gap: 2em;
    column-rule: 1px dotted #666666;
    background-color: #FCFCED;
}
.box-accordion ul li{
    font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {   
.box-accordion {margin: 1.5rem auto 2em;}      
.box-accordion .title {
    padding: 12px 5px;
    font-size: 18px;
}      
.box-accordion ul {
   padding: 15px;
    column-count: 2;
    column-gap: 1em;
    }
}


/* 追従バナー */
.floatPcBnr {
    height: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    z-index: 2;
}
a.floatPcLink {
    display: block;
}
@media screen and (max-width: 640px) {
	.floatPcBnr, a.floatPcLink {
		display: none;
	}
}
.floatSpBnr {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 2;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.floatSpBnr, a.floatSpLink {
		display: block;
	}
}
@media only screen and (min-width: 481px) {
	.txtSpace2 {
		padding-right: 2.0em;
	}
}




