@charset "UTF-8";
/* CSS Document */
/*オリジナルリセットcss----------------------------------------------------------- */
p {
	margin-bottom: 0;
}

img {
display: block;
}

/*デバイス共通----------------------------------------------------------- */
html {
font-size: 62.5%;
}

body {
	background-color:#fff!important;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	line-height: 1.65;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	word-break: break-all;
}

a, a img {transition: all .3s;}
a:hover, a img:hover {opacity: 0.8;}
.div {display: inline-block;}
.m0a {margin: 0 auto;}
.imgr {
	display: block;
	max-width: 100%;
	height: auto;
}

main {
	max-width: 750px;
	margin: auto;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
	color: #333;
}

a:hover {
	text-decoration: none;
}

/*cta----------------------------------------------------------- */
.cta {
	position: relative;
}

.cta .btn_box {
	position: absolute;
	left: 0;
	bottom: 17%;
	padding: 0 10%;
	text-align: center;
}

.cta .btn_box2 {
	position: absolute;
	left: 0;
	bottom: 5%;
	padding: 0 10%;
	text-align: center;
}

.cta .cta_txt {
	width: 50%;
	margin: 0 auto 6px;
}

.cta .cta_txt2 {
	width: 80%;
	margin: 0 auto 6px;
}

.btn_shiny {
	display: block;
    position: relative;
	overflow: hidden;
	transition: 300ms;
}

.btn_shiny::before {
	position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*section20----------------------------------------------------------- */

.sec09{
	position: relative;
}

.up_link{
	position: absolute;
	bottom: 2%;
    right: 0%;
}

.sec20 {
	padding: 0 15px 30px;
}

/* faq */

.faq {
	width: 100%;
	font-size: 1.5rem;
}
.faq > *:last-child {
	margin-bottom: 0;
}
.faq__row {
	position: relative;
	display: flex;
	align-items: flex-start;
	place-items: center;
	box-sizing: content-box;
	min-height: 45px;
	padding-left: 45px;
}
.faq__row--question {
	margin-bottom: 15px;
	background-color: #1265b2;
	color: #fff;
	font-size: 1.8rem;
}
.faq__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	font-size: 1.8rem;
}
.faq__icon--question {
	color: #fff;
}

.faq__answer-body > *:last-child {
	margin-bottom: 0;
}
.faq__answer-txt {
	margin-bottom: 10px;
}

.faq_wrap {
	top: 29%;
	right: 0;
	margin-bottom: 20px;
	font-weight: bold;
}

/* accordion */

.accordion {
	position: relative;
}
.accordion-title {
	cursor: pointer;
}

.accordion-content {
	display: none;
}
.icon_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 2%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.icon {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}

.icon:before, .icon:after {
	display: flex;
	content: '';
	background-color: #fff;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform-origin: center center;
	transition: .2s;
}
.icon:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.accordion-title.open 
.icon_wrap .icon:after {
	opacity: 0;
}

.ach{
	margin-top: 0;
}

.ach__row {
    position: relative;
    display: flex;
    align-items: flex-start;
    place-items: center;
    box-sizing: content-box;
    min-height: 45px;
    padding-left: 25px;
}

.ach__row--question {
    margin-bottom: 15px;
    color: #000;
    font-size: 1.8rem;
}

.ach__answer-txt {
	margin: 0 auto;
	margin-bottom: 10px;
}


.notion{
	margin-top: 5%;
}

.notion__row {
    position: relative;
    display: flex;
    align-items: flex-start;
    place-items: center;
    box-sizing: content-box;
    min-height: 45px;
    padding-left: 25px;
}

.notion__row--question {
    margin-bottom: 15px;
    background-color: #929292;
    color: #fff;
    font-size: 1.8rem;
}

.notion__answer-txt {
	margin: 0 auto;
	margin-bottom: 10px;
}


/* fixedBtn --------------------------------------------------------- */
#fixedBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 750px;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 1000
}

.fixedBtn_link {
    width: 30%;
    margin-left: auto;
    display: block;
    -webkit-transition: 0s;
    transition: 0s
}

.fixedBtn_link {
    width: calc(302/750*100%);
    margin-left: auto;
    display: block;
    -webkit-transition: 0s;
    transition: 0s
}

#fixedBtn.is-bnrHide {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out;
}

.anime-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 50%;
    display: block
}

.anime-box::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    animation: shiny-btn1 3s ease-in-out infinite
}



/*section22----------------------------------------------------------- */
.sec22 {
	padding: 10px 15px 30px;
	background: linear-gradient(to right,  #18366e 0%,#116ebf 100%); 
}

/* form */
.form {
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 5px;
}
.form_box .form_input_box{
	width:100%!important;
}

.ab-016-form .form_box_label strong{
	font-size: 18px!important;
}
	
.form_box input[type="text"],
.form_box input[type="email"] {
	width: 100%;
}
	

.form_box input[type="tel"] {
	width: 25%;
}
	
.form_box select,
#form_payment select {
	padding: 5px;
}

/*footer----------------------------------------------------------- */
footer {
	max-width: 750px;
	margin: auto;
	padding: 20px 0 15px;
	background: #18366e;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}

footer small {
	font-size: 1.0rem;
}