/* Noto Sans Japanese フォント読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500&amp;display=swap');

/* 全体にフォント反映 */
body {
font-family: 'Noto Sans JP', sans-serif; 
font-weight: 400;
}
.wp-block-group.alignfull.is-layout-constrained {
    margin: 0 !important;
}

h1.wp-block-post-title {
    font-family: initial;
margin-bottom: -32px !important;
}

hr.wp-block-separator.alignwide.is-style-wide {
    display: none;
}

.pum-theme-18 .pum-title, .pum-theme-lightbox .pum-title {
    font-weight: 600;
}

.pum-theme-18 .pum-content, .pum-theme-lightbox .pum-content {
    font-weight: 400;
}

header{
display:none;}

.wp-site-blocks{
    padding: 0 !important;
}
p.wp-block-site-title {
    font-size: 14px;
}

main#wp--skip-link--target {
    margin-top: 0 !important;
/*background-color: #eef2f3;*/
background-color: #ffffff;
padding: 0px;
}

.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained {
    background-color: #eef2f3;
    padding: 30px 0;
}

h1.wp-block-post-title {
    font-size: 2em;
    text-align: center;
    padding-top: 1em;
}

.sp-c{
max-width:960px;
margin:0 auto;
    padding: 50px;
}

.sp-c2{
max-width:960px;
margin:0 auto;
    padding: 50px;
}

.section-titles{
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: center;
    color: #222222;
}

.section_area {
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);
}


@media screen and (max-width: 650px) {
.sp-c{
        padding: 15px;
}

.sp-c2{
  padding: 15px;
}

.section-titles{
            font-size: 30px;
        margin-bottom: 25px;
        margin-top: 35px;
}
.section_area {
    padding: 30px;
}
}

table{
  width:100%;
}

.w50{
  width:50%;
}

.table-gray
{
  background-color:#eeeeee;
  font-weight:bold;
}

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
  font-size:14px;
}
td, th {
	padding: 10px;
	width: 30px;
	height: 25px;
}
th {
	background: #f0e6cc;
}

/* 必須マーク */
.must {
	background: #FF1A00;
}
 
/* 任意マーク */
.optional {
	background: #999;
}
 
.must,
.optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-right: 12px;
	padding: 5px 10px;
	letter-spacing: 2px;
}

label{
font-size:14px;
}
.img-body{
margin:0 auto;
padding: 0px 15px 40px;
}

.img-body img {
max-width:800px !important;
margin: 0 auto;
    display: flex;
 width: 100%;
height:auto;
    padding-bottom: 30px;
}

.blue-bg{
background-color: #eef2f3;
padding-top: 50px;
    padding-bottom: 50px;
margin-top: 80px;
}

.gray-bg{
background-color: #f8f8f8;
padding-top: 50px;
margin-top: 0;
position: relative;
}

.p-body{
padding:15px;
max-width:800px;
margin:0 auto 50px;
}

section.area {
    border: 1px solid #e0e7e9;
    background-color: #ffffff;
    padding: 6%;
    margin-bottom: 50px;
border-radius: 5px;
}

section.area p {
    margin: 2em 0;
}

.title-cf7 p {
    margin: 0 !important;
    border-bottom: 1px solid #000;
    font-size: 21px;
    font-weight: 600;
}

.text-cf7 p {
    margin: 0 0 -2rem 0 !important;
    padding: 0;
    font-size: 12px;
}

.text-cf7 p a {
    font-size: 18px;
}

.text-in-cf7 p {
    margin: -1.5rem 0 -2rem 0 !important;
    padding: 0;
    font-size: 12px;
}


.wp-block-contact-form-7-contact-form-selector {
    max-width: 900px !important;
margin: 0 auto !important;
}

 input[type=text],
 input[type=tel],
 input[type=email],
 input[type=url],
 input[type=date],
 input[type=number],
 textarea{
width: 100%;
    margin: 0;
    padding: 1em 1em;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 5px;
box-sizing: border-box;
}

.birth .wpcf7-select{
width:25%;
}
select{
width: 100%;
    margin: 0;
    padding: 1em 1em;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 5px;
box-sizing: border-box;
}

.wpcf7-radio .wpcf7-list-item {
    border: 1px solid #ccc;
    padding: 13px 10px 10px 10px;
    border-radius: 5px;
    margin: 5px 10px 0 0;
box-sizing: border-box;
}

.wpcf7-checkbox .wpcf7-list-item{
    border: 1px solid #ccc;
    padding: 13px 10px 10px 10px;
    border-radius: 5px;
    margin: 5px 10px 0 0;
box-sizing: border-box;
}

.wpcf7-acceptance .wpcf7-list-item{
    border: 1px solid #ccc;
    padding: 13px 10px 10px 10px;
    border-radius: 5px;
    margin: 5px 10px 0 0;
box-sizing: border-box;
}


.wpcf7 input[type="submit"] {
width:100%;
padding:15px;
border-radius:5px;
-webkit-border-radius: 5px;  
-moz-border-radius: 5px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #3c64ac;
transition: 0.3s;
color: #fff;
font-size: 1em;
}
.wpcf7-submit:hover {
background: #a4dd6c;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}

.wpcf7-previous {
width:30%;
padding:15px;
border-radius:5px;
-webkit-border-radius: 5px;  
-moz-border-radius: 5px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #3f3f3f;
transition: 0.3s;
color: #fff;
font-size: 0.6em;
margin: 0 auto;
display: block;

}
.wpcf7-previous:hover {
background: #3f3f3f;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}

.select-box{
	position:relative;
margin: -2em 0 0 0;
}
.select-box::after{
position: absolute;
    content: '▼';
    top: 36%;
    right: 2%;
    color: #333;
    pointer-events: none;
    font-size: 12px;
	}
.wpcf7-select{
	padding:15px!important;
	box-sizing:border-box;
	-webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
	border:1px solid #c0c0c0;
	background-color:#fff!important;
}

.calendar-box{
	position:relative;
}
.calendar-box::after{
		position: absolute;
	  content:'\f073';
font-family: FontAwesome;
    top: 36%;
    right: 2%;
    color: #333;
    pointer-events: none;
    font-size: 12px;
	}
.wpcf7-date{
	padding:15px!important;
	box-sizing:border-box;
	-webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
	border:1px solid #c0c0c0;
	background-color:#fff!important;
}

.wpcf7-form-control::-webkit-calendar-picker-indicator {
    width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.popup-btn{
padding: 5px 10px;
    background: #000;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    position: relative;
    top: -3px;
    left: 5px;}

btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
btn_04:hover {
	color: #27acd9;
	background: #fff;
}

@media screen and (max-width: 860px) {
input,textarea{ font-size:16px;}
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none !important;
}

.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
  color: red;
}


.pc-tab {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.pc-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-tab ul li label {
  float: left;
  padding: 15px 25px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #eeeeee;
  color: #444;
font-size: 22px;
    font-weight: bold;
}
.pc-tab ul li label:hover {
  background: #dddddd;
}
.pc-tab ul li label:active {
  background: #ffffff;
}
.pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.pc-tab section {
  clear: both;
}
.pc-tab section div {
  padding: 6%;
  /*width: 100%;*/
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
.pc-tab section div h2 {
  margin: 0;
  letter-spacing: 1px;
  color: #34495e;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
  background: white;
  color: #111;
  position: relative;
}

#tab1:checked ~ nav .tab1 label:before{
}

#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}



.tab-inner-title{
font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px !important;
margin-top:20px !important;
color:#303030 !important;
font-family: 'Noto Sans JP', sans-serif; 
}

.tab-inner-text{
font-size:16px;
}



.img-inner-tab01{
  height:300px;
  background-image: url(https://36q.jp/pre_subscription/wp-content/uploads/2023/08/shopnew.jpg) !important;
background-position: center center !important;
    background-size: cover !important;
  margin-bottom:15px;
}

.img-inner-tab02{
  height:300px;
  background-image: url(https://36q.jp/pre_subscription/wp-content/uploads/2023/08/norikae.jpeg) !important;
background-position: center center !important;
    background-size: cover !important;
  margin-bottom:15px;
}

.img-inner-tab03{
  height:300px;
  background-image: url(https://36q.jp/pre_subscription/wp-content/uploads/2023/08/konsaru.jpeg) !important;
background-position: center center !important;
    background-size: cover !important;
  margin-bottom:15px;
}

.img-inner-tab01 span,
.img-inner-tab02 span,
.img-inner-tab03 span{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.img-inner-text{
background: #ffffff;
    padding: 10px;
    font-weight: bold;
    opacity: 0.8;
    color: #000000;
text-align:center;
}

@media screen and (max-width: 860px) {
.pc-tab ul li label {
  float: left;
  padding: 15px 9px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #eeeeee;
  color: #444;
  font-size:12px;
}
}

.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 0px;
	font-size: 30px;
	text-align: center;
font-weight:bold;
font-family: 'Noto Sans JP', sans-serif; 
margin-top: 40px;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgb(247 200 168 / 20%);
	font-size: 80px;
	font-style: italic;
}

.option-flex{
  display:flex;
  align-items: center;
padding: 0 6%;
}

.option-title{
 background: #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100vh;
    padding: 8px 6px;
    text-align: center;
    white-space: nowrap;
    margin-right: 20px;
    margin-bottom: 30px;
    width: 25%;
}

.option-text{
  font-size:12px;
  margin-bottom: 30px;
  width: 75%;
}



@media screen and (max-width: 640px) {

.option-flex{
flex-wrap: wrap;
}

.option-title{
    margin-bottom: 10px;
width:120px;
}

.option-text{
  width: 100%;
}
}

.pcimg { display: block !important; }
.spimg { display: none !important; }
 
@media only screen and (max-width: 640px) {
    .pcimg { display: none !important; }
    .spimg { display: block !important; margin:0 15px; }
.spimg img {
    margin-bottom: 30px;
}
}

h1.alignwide.wp-block-post-title {
    display: none;
}
.mv-wrap{
  position:relative;
top: -80px;
}

.mv-bg{ background:url("https://36q.jp/pre_subscription/wp-content/uploads/2023/08/36q_logo-white.png") center center no-repeat;
  background-size: 110%;
  background-color:#292929;
 height:75vh;
  margin:0 auto;
}
.mv-start{
  font-size:16px;
  color:#626262;
}
.mv-title{
  font-size:70px;
  font-weight:bold;
  text-align:center;
  position: absolute;
  white-space: nowrap;
  color:#ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.mv-title span{
   font-size:21px;
  font-weight:bold;
  color:#292929;
  display:block;
  background:#ffffff;
  padding:5px 10px;
  border-radius:100vh;
  max-width:60%;
  margin:auto;
}

.mv-t-box{
text-align:center;
}

.site-title-text{
    border: 2px solid #02315b;
    padding: 5px 15px;
    border-radius: 100px;
    display: inline-block;
    font-size: 13px;
    margin-top: 40px;
color:#02315b;
font-family: 'Zen Maru Gothic', serif;
}

.mv-n-text{
font-family: 'Zen Maru Gothic', serif;
font-weight:400;
font-size:18px;
text-align:center;
color:#02315b;
}
.mv-n-text span{
font-size:30px;
font-weight:500;
color: #feb6a4;
}

.mv-b-text{
font-family: 'Zen Maru Gothic', serif;
font-weight:500;
font-size:20px;
text-align:center;
color: #FFFFFF;
    background-color: #02315b;
    display: inline-block;
    margin-top: 15px;
    border-radius: 100px;
    padding: 5px 20px;
}

.first-section{
max-width:800px;
margin: 0 auto 40px;
padding:0 15px;
}

.title01{
font-size:21px;
font-weight:bold;
border-bottom: 2px solid #000000;
padding-bottom: 8px;
margin-bottom: 8px;
margin-top:20px;
}

.text01{
font-size:14px;
}

@media screen and (max-width: 750px) {
.first-section{
margin: 0 auto 120px;
}
.mv-n-text{
font-size:13px;
}
.mv-n-text span{
font-size:18px;
}

.mv-b-text{
font-size:14px;
}
  
  .mv-bg{ 
  background-size: 100%;
}
.mv-start{
  font-size:13px;
  color:#dddddd;
} 
.mv-title{
  font-size:36px;
  }
  .mv-title span{
   font-size:16px;
  max-width:70%;
}
  
}

.plan-list{
  display:flex;
    margin-top: 15px;
}

.plan-list-box{
  border-radius:10px;
  border:1px solid #eeeeee;
  text-align:center;
  width:33.3%;
padding: 30px 15px;
    background: #f9f9f9;
}

.plan-icon{
height:150px;
}

.plan1{
    background: #fcf3f3;
    border-color: #ebc8c8;
}
.plan2{
margin: 0 10px;
}

.plan3{
background: #ecf4fc;
    border-color: #acc7e2;
}

.plan-name{
  font-weight:bold;
font-size: 18px;
color: #ffffff;
}

.plan-name-red{
    border-radius: 100vh;
    display: inline;
    padding: 2px 10px;
    background-color: #ee5151;
}

.plan-name-yell{
    border-radius: 100vh;
    display: inline;
    padding: 2px 10px;
    background-color: #e7c929;
}

.plan-name-blue{
    border-radius: 100vh;
    display: inline;
    padding: 2px 10px;
    background-color: #4783d7;
}

.plan-wrap{
max-width:900px;
margin: 0 auto;
}

.plan-box{
  border-radius:20px;
  -moz-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.20);
-ms-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.20);
box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.20);
  padding:6%;
background:#ffffff;
margin-bottom: 50px;
}

.plan-title{
  font-size:21px;
  font-weight:bold;
}

.plan-red{
color: #ee5151;
}

.plan-yellow{ 
color: #e7c929;
}

.plan-blue{
    color: #4783d7;
}

.plan-text{
  font-size:14px;
}

.tab-items-list{
  display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    border: none !important;
margin: 15px 0;
}

.items{
     white-space: nowrap;
    width: 29%;
    padding: 2% !important;
    border: 1px solid #dddddd !important;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
margin-bottom: -1px;
  margin-right: -1px;
}

.items span{
    display: block;
    font-weight: 400;
    font-size: 14px;
white-space: break-spaces;
}

.tag-box{
  font-size:11px;
  display:inline-block;
  margin-right:5px;
  border-radius:100vh;
  padding: 0px 7px;
    font-weight: bold;
    background-color: #3eaeca;
    color: #ffffff;
}


.text-guide{
max-width:800px;
margin:15px auto;
font-size:12px;
}

.text-guide2{
max-width:800px;
margin:15px auto;
font-size:12px;
}

@media screen and (max-width: 640px) {

.text-guide{
margin:15px;
}
.text-guide2{
margin: -30px 0px 0;
    padding: 0 15px;
}

.blue-bg {
    margin-top: 30px;
}

.img-body {
    position: relative;
    top: -50px;
}

/*
.items{
    white-space: normal;
    width: 45%;
    padding: 6% 2% !important;
    font-size: 12px;
}
*/

.items p {
margin:-15px auto -50px !important;
}

.items{
     white-space: break-spaces;
    width: 45%;
    font-size: 11px;
}

.items span{
    font-size: 11px;
}

.plan-list{
  display:flex;
    margin-top: 15px;
flex-direction: column;
}

.plan-list-box{
  width:92%;
padding:30px 4%;
}

.plan-icon{
height:80px;
}


.plan2{
margin: 15px 0px;
}

.plan-name{
  font-weight:bold;
font-size: 18px;
}

.plan-wrap{
max-width:900px;
margin: 0 15px;
}

.plan-box{
  border-radius:20px;
  -moz-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.20);
-ms-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.20);
box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.20);
  padding:6%;
background:#ffffff;
margin-bottom: 50px;
}

.plan-title{
  font-size:21px;
  font-weight:bold;
}

.plan-red{
color: #ff8383;
}

.plan-yellow{ 
color: #f2d431;
}

.plan-blue{
    color: #6ba4f5;
}

.plan-text{
 margin-top: 15px;
}
}

.pr-text{
    font-size: 24px;
    text-align: center;
    margin: 20px 0px;
}

.pr-text span{
color: #da3030;
    font-size: 32px;
font-weight: bold;
}


.table-wrap{
max-width:700px;
margin: 0px auto 50px;
}

.table-wrap th{
width:25%;
background: #f7f7f7;
}

.list-job{
    margin-top: 40px;
}

.list-job li p{
margin:0px !important;
font-size: 12px;
}


/******************************/
/*****intro*****/
.pc-img { display: block !important; }
.pc-img img{max-width: 100%; margin:30px 0;}
.sp-img { display: none !important; }
 
@media only screen and (max-width: 650px) {
    .pc-img { display: none !important; }
	.pc-wrap{display: none;}
    .sp-img { 
		display: block !important;
	width: 100%;}
	.sp-img img{
		width: 100%;
	}

 .sp-p{
padding:0 15px;

}

.pc-wrap{
	max-width: 940px;
    margin: 0 auto;
    border-radius: 20px;
    -moz-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.pcmv{
	width: 100%;
}
.pc-body{
	padding: 0 20px;
}

.qa-wrap{
	max-width: 940px;
    margin: 50px auto;
    border-radius: 20px;
    -moz-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.15);
    padding: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.qa-title{
	font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.form-btn{
	background-color: #f75800;
    color: #ffffff;
    font-weight: 900;
    border: none;
    border-radius: 20px;
    padding: 35px 25px;
    min-width: 100%;
    font-size: 26px;
    margin: 40px auto;
    display: block;
	text-align: center;
	text-decoration: none;
}

a.form-btn:hover {
    color: #ffffff;
}

.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 15px 80px 15px 10px;
  background: #f3f3f3;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
	font-size: 14px;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
	font-size: 14px;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&amp;A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  display: block;
  position: absolute;
 	top: -0.1em;
    left: -1.3em;
    font-size: 16px;
    font-weight: 600;
}

.accordion_qa .Q::before {
  content: 'Q.';
	color: #0096e7;
}

.accordion_qa .A::before {
  content: 'A.';
	color: #d6007a;
}

.accordion_qa .accordion-open {
  padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.5em;
}
/* Q&amp;A追加ここまで */


/* 中にいろいろ入れたいとき */
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}

.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}


@media screen and (max-width: 650px) {
	.qa-wrap{
	margin: 0 10px 50px;
}
}

.t-big{
font-size: 21px;
    font-weight: 700;
}