@import url("common.css");
@import url("menu.css");
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');




* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
    position: relative;
    display: inline-block;
    padding: 2rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}
.btn_a,
a.btn_a,
button.btn_a {
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    vertical-align: middle;
    color: #BF484A;
    font-weight: bold;
    font-size: 28px;
}
span>img {
	margin-left: 8px;
    margin-bottom: 4px;
    vertical-align: middle;
    width: 32px;
}

@media screen and (max-width: 767px){
.btn,
a.btn,
button.btn {
    position: relative;
    display: inline-block;
    padding: 1.5rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.btn_a,
a.btn_a,
button.btn_a {
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    vertical-align: middle;
    color: #BF484A;
    font-weight: bold;
    font-size: 20px;
}
span>img {
	margin-left: 0px;
    margin-bottom: 4px;
    vertical-align: middle;
    width: 24px;
    margin-right: 8px;
}
}
body {
	text-align: center;
	font-family: Klee One;
	font-style: normal;}

h2 {
	margin-bottom: 16px;
}
h3 {
	margin-bottom: 16px;
	font-size: 3em;
	/*border-bottom: solid #000000 1px; */
}

a {
	text-decoration: none;
    color: unset;
}
/* container */
.wrapper_w{
    width:100%;
	background-image: url("../img/back.png");
	background-repeat: no-repeat,repeat;
	background-size:contain;

}
.wrapper{
    width:100%;
	background-image:url("../img/back.jpg");
	background-position: center;
}
.wrapper_wo{
    width:100%;
	background-color: rgba(242,220,193,0.5);
}
.wrapper .container{
    max-width:1620px;
    margin:0px auto;
    padding:80px 0px;
}
.wrapper_w .container{
    max-width:1620px;
    margin:0px auto;
    padding:80px 0px;
}
.wrapper_wo .container{
    max-width:1620px;
    margin:0px auto;
    padding:80px 0px;
}
/* content */
.content {
	display: flow-root;
}
.wrapper .content {
    padding:50px 0;
    text-align:center;
}
.wrapper .content .heading{
    text-align: left;
}
.container {
    position: relative;
    width: 1300px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
h3 {
	margin-bottom: 16px;
	font-size: 24px;
	}

.wrapper{
    padding: 20px;
}
.wrapper_w{
	padding: 20px;
}
.wrapper_wo{
	padding: 20px;
}
.wrapper .container{
    padding: 20px 0px;
}
.wrapper .content {
    padding: 0px 0;
    text-align: center;
}

.wrapper_w .container{
    padding: 20px 0px;
}
.wrapper_wo .container{
    padding: 20px 0px;
}
.container {
	padding:0px 10px;
    width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
.container {
	padding: 0 20px;
    width: 100%;
	height: auto;
}
.wrapper {
    padding: 0 20px;
}
.wrapper_w {
    padding: 0 20px;
}
.wrapper_wo {
    padding: 0 20px;
}
}

#page-wrapper {
	width: 100%;
	display: block;
	

}
#header_wrapper {
	width: 100%;
	background-image: url("../img/back01.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#fff;
	background-size: contain;
}
.header {
	width: 100%;
	background-image: url("../img/top.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.header-area-height {
	height: auto;
}

@media screen and (max-width: 767px){
#header_wrapper {
	width: 100%;
	background-image: url("../img/back01_sp.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#fff;
	background-size: initial;
}

.header {
	width: 100%;
	background-image: url("../img/top.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}


.header-area-height {
	height: 290px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
#header_wrapper {
}
.header-area-height {
}
	
}
.sub {
	background-image:url("../img/back.jpg");
	background-position: center;
}
.sub_header-area-height {
	height: 270px;
}
#footer_wrapper {
	width: 100%;
}
.footer {
	display: initial;
	overflow: visible;
	width: 100%;
}
.footer-area-height {
	display: table-cell;
    vertical-align: bottom;
	height: auto;
}
.footer .copyright {
	width: 100%;
	position: absolute;
}
.footer .copyright p {
	font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
.sub_header-area-height {
	height: 300px;
}
#footer_wrapper {
	width: 100%;
}
.footer {
	display: block;
	overflow: visible;
	width: 100%;
}
.footer-area-height {
	display: table-cell;
    vertical-align: bottom;
	height: auto;
}
	
.footer .copyright {
	width: 100%;
    position: absolute;
    padding: 8px;
    background-color: #BF484A;
    color: white;
}
}
@media screen and (max-width: 767px){
.sub_header-area-height {
	height: auto;
}
.footer .copyright {
	width: 100%;
    position: absolute;
    padding: 8px;
    background-color: #BF484A;
    color: white;
    margin-top: 20px;
}
}
.footer .copyright p {
	font-size: 14px;
}

	
	#img_top {
	position: absolute;
	right: 0px;
	top: -14px;
	overflow: visible;
}
#japanese-paper_00478_n {
	position: absolute;
	width: 1920px;
	height: 1280px;
	left: 0px;
	top: 1277px;
	overflow: visible;
}
#japanese-paper_00478_o {
	position: absolute;
	width: 1920px;
	height: 1280px;
	left: 0px;
	top: 2455px;
	overflow: visible;
}
.header_text {
	line-height: 62px;
	text-align: left;
}
.header_text h1 {

	font-weight: bold;
	font-size: 20px;
}
.info {
    float: right;
    text-align: right;
}
@media screen and (max-width: 767px){
.header_text {
	line-height: 40px;
	text-align: left;
}
.header_text h1 {

	font-weight: bold;
	font-size: 16px;
}
.info {
    float: left;
    text-align: left;
    height: auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
.info {
	display: contents;
    float: left;
    text-align: left;
	padding-left: 10px;
    height: auto;
}
}

p.address {
    font-weight: bold;
    font-size: 20px;
}
p.tel {
    font-weight: bold;
    font-size: 34px;
}
@media screen and (max-width: 767px){
p.address {
    font-weight: bold;
    font-size: 14px;
}
p.tel {
    font-weight: bold;
    font-size: 34px;
}
p.tel_ts {
    font-weight: bold;
    font-size: 30px;
	color: #FFFFFF;
	background-color: #BF484A;
	line-height: 48px;
}
p.tel_ts>span {
    font-weight: bold;
    font-size: 16px;
	color: #FFFFFF;

}

}


.footer .info {
	text-align: right;
	float: right;
	padding-right: 20px;
}

.footer h5 {
	font-size: 16px;

}
.footer .address {
    font-weight: bold;
    font-size: 20px;

}
.footer .TEL {
    font-weight: bold;
    font-size: 34px;
}

@media screen and (max-width: 767px){
.footer .info {
	text-align: center;
	float: none;
	padding-right: 0px;
}
.footer h5 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;

}
.footer .address {
    font-weight: bold;
    font-size: 18px;
}
.footer .TEL {
    font-weight: bold;
    font-size: 34px;
	white-space: nowrap;

}
	
}


.sub .info {
	text-align: right;
	float: right;
	padding-right: 20px;
}
.sub h1 {
	font-size: 16px;

}
.sub .address {
    font-weight: bold;
    font-size: 20px;
}
.sub .TEL {
    font-weight: bold;
    font-size: 34px;

}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
.sub .TEL {
    font-weight: bold;
    font-size: 24px;

}

.sub .header_info {
position: inherit;
    top: 40px;	
}
}
.footer .footer_info {
	height: 200px;
    float: right;
}
.heading {
	text-align: left;
	font-weight: bold;
	font-size: 40px;
}
.sub_heading {
	line-height: 70px;
	text-align: left;
	font-weight: bold;
	font-size: 40px;
	border-bottom: solid 1px ;
}
.content p {
	padding-bottom: 30px;
	text-align: left;
	font-weight: bold;
	font-size: 24px;
}
@media screen and (max-width: 767px){
.sub .header_info {
	margin-top: 39px;
    margin-bottom: 10px;
}

.heading {
	text-align: left;
	font-weight: bold;
	font-size: 24px;
}
.sub_heading {
	line-height: 48px;
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	border-bottom: solid 1px ;
}
.sub .info {
	text-align: center;
	float: none;
    padding-right: 0px;

}

.sub .address {
    font-weight: normal;
    font-size: 16px;
}
.sub .TEL {
	display: none;
    font-weight: bold;
    font-size: 34px;

}
.content p {
	padding-bottom: 24px;
	line-height: 24px;
	margin-top: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
}
}
.logo {
	display: block;
	vertical-align: middle;
    height: 360px;
    margin: 60px auto 0 auto;
}
.sub_logo {
	position: relative;
}
#top_logo {
	width: 270px;
    height: 270px;
    overflow: visible;
}
#footer_logo {
	float: right;
	width: 160px;
    height: 160px;
    overflow: visible;
}
#sub_logo {
    position: relative;
    top: 60px;
    width: 160px;
    height: 160px;
    overflow: visible;
}
@media screen and (max-width: 767px){
.footer .footer_info {
	height: auto;
	display: block;
    align-items: flex-end;
    float: right;
}
#footer_logo {
	margin-top: 50px;
	float: initial;
	width: 120px;
    height: 120px;
    overflow: visible;
}
#sub_logo {
    position: relative;
    top: 20px;
    width: 100px;
    height: 100px;
}
}


nav ul{
display: table;
margin: 0 auto;
padding: 0 ;
width: 80%;
text-align: center;
}
nav li{
display: table-cell;
min-width: 50px;
}
nav a{
	padding: 15px 25px;
display: block;
width: 100%;
text-decoration: none;
color: #555;
}
nav li.current{
border-bottom: 6px solid rgba(255,141,112,1);
}
nav li:hover{
color: #E7DA66;
cursor: pointer;
border-bottom: 6px solid rgba(255,141,112,1);
}


.header nav {
	width: 1300px;
	bottom: 68px;
	overflow: visible;
}

.header nav ul {
	overflow: visible;
	width: 1300px;
	border-top: 1px solid rgba(0,0,0,1);
}
.header nav li {
	display: table-cell;
    vertical-align: baseline;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: 24px;

}
.footer nav {
	width: 866px;
	height: 79px;
	top: 0px;
	left: 0px;
}

.footer nav ul {
	position: absolute;
	width: 866px;
	height: 50px;
	left: 0px;
	top: 0px;

}
.footer nav li {

	display: table-cell;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
@media screen and (max-width: 767px){
.header nav {
    height: inherit;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0;
}
nav ul{
display:contents;
margin: 0 auto;
padding: 0 ;
width: 80%;
text-align: center;
}
.footer nav {
	display: none;
}
	
#top_logo {
    width: 120px;
    height: 120px;
    overflow: visible;
}
.logo {
	display: table-cell;
    position: relative;
	padding-left: 30px;
	padding-bottom: 20px;
    overflow: visible;
    margin: 0 0;
	vertical-align: bottom;
	height: 200px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
nav {
    width: 100%;
    overflow: visible;
    padding: 0px 20px;
    left: 0;
    background-color: #000;
	bottom: -53px;
}
nav ul{
display:block;
margin: 0 auto;
padding: 0 ;
width: fit-content;
text-align: center;
}
.header nav ul {
	display: block;
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    text-align: center;
}
nav li {
	display: table-cell;
    vertical-align: baseline;
    overflow: visible;
    height: 52px;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    padding: 10px 10px;
    font-size: 18px;
	padding-bottom: 5px;
}
nav a{
padding: 0px 0px;
display: block;
width: 100%;
text-decoration: none;
color: #fff;
}

.footer nav {
	width: 100%;
	height: 79px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}
.footer nav ul {
    position: absolute;
    width: 100%;
    height: 50px;
    left: initial;
    top: 0px;

}
	
.footer nav li {
	display: table-cell;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
	.footer nav a {
		color: #000000;
	}
#top_logo {
    width: 180px;
    height: 180px;
    overflow: visible;
}
.logo {
	display: table-cell;
    position: relative;
	padding-left: 50px;
	padding-bottom: 20px;
    overflow: visible;
    margin: 0 0;
	vertical-align: bottom;
	height: 350px;
}
}

.sub nav {
	width: 100%;
	background-color: rgba(242,220,193,0.5);
	text-align: center;
}

.sub nav ul {
	display: inline-block;
	width: 1300px;
}
.sub nav li {
	display: inline-block;
	min-width: 50px;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
.sub nav {
    position: inherit;
    width: 100%;
    height: 52px;
    bottom: -52px;
    overflow: visible;
    padding: 0px 20px;
    left: 0;
    background-color: #000;
}
	.sub nav ul{
display:block;
margin: 0 auto;
padding: 0 ;
width: fit-content;
text-align: center;
}
.sub nav li {
    display: table-cell;
    vertical-align: baseline;
    overflow: visible;
    height: 52px;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    padding: 10px 10px;
    font-size: 18px;
    padding-bottom: 5px;
}	
	
}

a.btn-border {
  border: 1px solid #BF484A;
  border-radius: 0;
  background: #BF484A;
	margin-top: 80px;
}
a.btn-border_a {
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

a.btn-border:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 3px solid #fff;
}

a.btn-border:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
a.btn-border_a:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 3px solid #fff;
}

a.btn-border_a:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
@media screen and (max-width: 767px){
a.btn-border {
  border: 1px solid #BF484A;
  border-radius: 0;
  background: #BF484A;
	margin-top: 16px;
}


}
.col50_L {
	padding: 15px 0;
	width: 48%;
	height: 100%;
	overflow: visible;
	float: left;
}
.col50_R {
	padding: 15px 30px;
	width: 48%;
	height: 100%;
	overflow: visible;
	float: right;
	border: solid #000000 1px;
}
.col50_R_01 {
	border: 1px solid #fff;
    border-radius:10px ;
    background:  #BF484A;
	padding: 15px 30px;
	width: 48%;
	height: 100%;
	overflow: visible;
	float: right;
	
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 28px;

}
.col50_R_01 h3>span {
	display: contents;
	text-decoration: none;
}
.col50_R_01 a {
	color:#FFD083;


}
.col50_R_01 a>span {
	color: #000;


}
.wrapper_wo h3 {
	left: 0px;
	top: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 40px;
}
.col50_R p {
	left: 0px;
	top: 98px;
	line-height: 36px;
	margin-top: -6px;
	text-align: left;
	font-weight: bold;
	font-size: 24px;
}
@media screen and (max-width: 767px){
.col50_R_01 a {
	color:#FFD083;


}
.col50_R_01 a>span {
	color: #000;


}

}
	
@media screen and (max-width: 1299px){
.col50_L {
	padding: 15px 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	float: left;
}
.col50_R_01 {
	border: 1px solid #fff;
    border-radius:10px ;
    background:  #BF484A;
	padding: 15px 30px;
	width: 100%;
	height: 100%;
	overflow: visible;
	float: right;
	
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 28px;

}
.col50_R_01 h3>span {
	display: none;
}
.col50_R a {
	text-decoration-color: blue;
}
.col50_R {
	padding: 15px 30px;
	width: 100%;
	height: 100%;
	overflow: visible;
	float: right;
	border: solid #000000 1px;
}

.wrapper_wo h3 {
	left: 0px;
	top: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}
.col50_R p {
	left: 0px;
	top: 98px;
	line-height: normal;
	margin-top: -6px;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
}
}
.price table{
	display: table;
	margin: 40px auto;
	border: solid 1px;
}
th , td {
	font-size: 24px;
}
.price th {
	padding:5px 10px;
	text-align: right;
	font-weight: bold;
}
.price td{
	padding:5px 10px;
	text-align: right;
	font-weight: bold;
}
.price span {
	text-align: left;
	color: #F84447;
	font-size: 18px;

}
.recruit table{
	display: table;
	margin: 40px auto;
	border: solid 1px;
}
.recruit th , td {
	font-size: 18px;
}
.recruit th {
	vertical-align: top;
	padding:5px 10px;
	text-align: left;
	font-weight: bold;
	border-bottom: none;
}
.recruit td{
	padding:5px 10px;
	text-align: left;
	font-weight: bold;
}
.recruit span {
	text-align: left;
	color: #F84447;
	font-size: 18px;

}
@media screen and (max-width: 767px){
.price table{
	display: table;
	margin: 40px auto;
	border: solid 1px;
}
th , td {
	display: block;
}
.price th.first{
	padding:15px 10px 5px 10px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	border-top: none;
}
.price th {
	padding:15px 10px 5px 10px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	border-top: dotted 1px #999999;

}

.price td{
	padding:5px 10px 20px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.price span {
	text-align: left;
	color: #F84447;
	font-size: 18px;

}
.recruit th {
	padding:5px 10px;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #000000;
}



}
.flow .step {
    display: block;
    width: 7em;
    color: #ccc;
    text-align: center;
    font-weight: 700;
	font-family: Klee One;
}
.flow .flow-info {
    position: relative;
    float: left;
    margin-left: 3em;
    padding-left: 2em;
    border-left: 2px solid #ccc;
}
.flow .flow-contents {
    margin-left: 2em;
}
.flow .flow-contents h3 {
	text-align: left;
}
h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
	color: dimgrey;
	font-size: 1.5em;
}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}
ul.actions li {
    display: inline-block;
    padding: 0 1.5em 0 0;
    vertical-align: middle;
}

input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit {
    display: block;
    margin: 0 0 1em 0;
    width: 100%;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 3px;
    border: 0;
    box-shadow: inset 0 0 0 2px #000;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 2.4em;
    font-weight: 600;
    height: 3.125em;
    letter-spacing: 0.225em;
    line-height: 3.125em;
    padding: 0 2.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap1 {
width: 630px; /* 要素の横幅を指定する */
}
.wrap2 {
display:inline-block; /* ブロックレベル要素をインライン要素化 */
}
.sample {
width: auto; /* 要素の横幅を指定する */
height: 160px; /* 要素の高さを指定する */
text-align: right; /* インライン要素の左右のセンタリングを指定する */
display: table-cell; /* インライン要素をテーブルセル化する */
vertical-align: bottom; /* インライン要素の上下のセンタリングを指定する */
}

@media screen and (max-width: 767px){
ul.actions li {
    display: contents;
    padding: 0 1.5em 0 0;
    vertical-align: middle;
}
ul.actions li a {
        font-size: medium;
}
.wrap1 {
width: auto; /* 要素の横幅を指定する */
}
.wrap2 {
display:inline-block; /* ブロックレベル要素をインライン要素化 */
}
.sample {
width: auto; /* 要素の横幅を指定する */
height: auto; /* 要素の高さを指定する */
text-align: center; /* インライン要素の左右のセンタリングを指定する */
display: table-cell; /* インライン要素をテーブルセル化する */
vertical-align: bottom; /* インライン要素の上下のセンタリングを指定する */
}


}

/* FAQ */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa a{
	color: brown;
	text-decoration-line: underline;
	text-decoration-color: brown;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	color: #1b2538;
	background-color: #fff;
	border-radius: 8px;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;

	font-size: 20px;
    text-align: left;
}
.cp_qa .cp_actab label:hover {
	color: #00838F;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #000000;
    background: #FCFCFC;

}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838F;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.5;
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 1em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: url("../img/triangle.svg")
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
@media screen and (max-width: 767px){
	.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;

	font-size: 16px;
    text-align: left;
}
.cp_qa .cp_actab label::after {
    line-height: 1.5;
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 1em;
    margin-top: -12.5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}}



/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  /*width: calc(100vw / 6);*/
}
.d-demo__item > img{
   height: 100%;
}