@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;
}


/* -----------------------------------
   カスタム
 * ----------------------------------- */
.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}
.contsTtl strong{
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}

/* 見出し */
.cpArea{
    max-width: 860px;
    width: 90%;
    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;
}

/* 開閉 */
.acmenu{
    margin-top: 30px;
    margin-bottom: 80px;    
}
.acmenu_bar {
    color : #ffffff;
    background-color: #002861;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 20px 5px;
    border-radius: 8px;
}
.accordion {display: none;}
.acmenu ul {
    height: 0;
    opacity: 0;
    column-count: 3;
    overflow-y: hidden;
    transition: transform .3s;
    background-color: #E9FAFE;
}
.accordion:checked + .acmenu_bar + ul  {
    height: auto;
    opacity: 1;
    padding: 15px 25px;
    transition: transform .3s;
}
.acmenu li {
    font-size: 13px;
    text-align: left;
}
.acmenu_bar{position: relative}
.acmenu_bar:after {
    content: "+";
    position: absolute;
    right: 30px;
}
.accordion:checked + .acmenu_bar:after{
    content: "−";
    transition: transform .3s;
}
.acmenu_bar:before{
    content: "";
    border: 2px solid #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 20px;
}
@media screen and (max-width: 640px) {    
.acmenu_bar {
    font-size: 22px;
    padding: 15px 5px;
}  
.acmenu ul {column-count: 2;}    
.accordion:checked + .acmenu_bar + ul{padding: 15px;}  
.acmenu_bar:before{
    width: 30px;
    height: 30px;
    right: 22px;
}    
}


/* 追従バナー */
.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;
	}
}