@charset "UTF-8";
/* ed.20190930 */

.attokokai{
font-weight: bold;
color: #ec1219;
margin-left: 0.2em;
margin-right: 0.2em;
}
.contents .container{
max-width: 864px;
	padding-top:40px;
}

/*.hero{
position: relative;
margin-top: 2rem;
padding-top: 33.333333%;
background: none;
display: flex;
flex-wrap: wrap;
}*/
@media only screen and (min-width: 601px) {
.hero{
/*margin-top: 4rem;
margin-bottom: 5rem;*/
padding: 5rem 0 0;
display: block;
background: rgba(168,168,183,0.1);	
}
}
/*.hero::before{
content: "";
display: block;
position: absolute;
width: 100%;
height: 54%;
top: 23%;
left: 0;
z-index: -1;
background: rgba(168,168,183,0.1);
}*/
.hero > img{
position: absolute;
top: 0;
right: 0;
width: 85%;
}
@media only screen and (min-width: 601px) {
.hero > img{
width: 78%;
}
}
/*.hero .container{
display: flex;
order: 2;
}*/
@media only screen and (min-width: 601px) {
/*.hero .container{
position: absolute;
left: 0;
right: 0;
bottom: -3rem;
}*/
.hero .container{

}	
}
.tagline{
background: #fff;
text-align: center;
padding: 5px 10px;
position: relative;
z-index: 10;
}
.tagline dt{
font-weight: bold;
font-size: 1.75rem;
}
.tagline dd{
display: inline-block;
}
.tagline em{
color: #fff;
font-size: 1.4rem;
font-weight: bold;
background: #e70f18;
padding: 5px 0.6em;
display: block;
text-align: center;
}
.tagline img{
display: block;
margin: 0 auto;
max-width: 100%;
}
@media only screen and (min-width: 601px) {
/*.tagline{
max-width: 60%;
}
.tagline dt{
font-size: 1.2rem;
}
.tagline em{
margin-bottom: 0.8em;
}*/
}
@media only screen and (min-width: 993px) {
.tagline{
padding: 15px 20px;
max-width: none;
}
.tagline dt{
font-size: 1.75rem;
}
.tagline em{
font-size: 1.5rem;
}
}
@media only screen and (max-width: 480px) {
.tagline dt{
font-size: 1.35rem;
}
.tagline em{
font-size: 1rem;
}
}
@media only screen and (max-width: 340px) {
.tagline dt{
font-size: 1.2rem;
}
.tagline em{
font-size: 0.866666666666667rem;
}
}
.summary{
margin:0 0 1rem;/*margin-bottom: 3rem; 20221213変更*/
font-size: 1.133333333333333rem;
line-height: 1.882352941176471;
}
.summary small{
font-size: 0.882352941176471em;
display: block;
line-height: 1.4;
margin-top: 1em;
}
@media only screen and (min-width: 601px) {
.summary small{
text-align: right;
}
}
.summary small::before{
content: "※";
}
.summary small::after{
content: "";
}
.reminder{
margin-bottom: 20px;
background: none;
}
.reminder .container{
font-size: 1rem;
}
.reminder .gray{
order: 1;
margin: 0 0 0 -2rem;
display: flex;
flex-grow: 1;
flex-wrap: wrap;
align-items: center;
justify-content: center;
line-height: 1.8;
padding: 0.5rem 2rem 1.5rem;
}
.reminder p{
margin: 0;
flex: 0 0 100%;
}
.reminder p + p{
margin-top: 1em;
font-weight: bold;
}
.reminder strong{
font-weight: bold;
}
.reminder .attokokai{
margin-right: -0.2em;
}
.reminder figure{
flex: 0 0 35%;
max-width: 302px;
}
.reminder img{
display: block;
max-width: 100%;
transform: translate(16px, -1rem);
}
@media only screen and (min-width: 601px) {
.reminder{
margin-bottom: 100px;
}
.reminder .container{
display: flex;
font-size: 1.066666666666667rem;
}
.reminder .gray{
line-height: 1.875;
padding: 0.5rem 2rem 0.5rem 4rem;
}
.reminder strong{
font-weight: bold;
}
.reminder img{
transform: translateY(2rem);
}
}
.detail{
padding-bottom: 0;
background: none;
}
.detail h2{
font-size: 1.2rem;
line-height: 1.4;
margin: 0 auto 2rem;
padding: 0 1rem 2rem;
text-align: center;
font-weight: bold;
background: url("../img/attokokai/balloon.png") no-repeat center bottom;
background-size: 94% auto;
}
@media only screen and (min-width: 601px) {
.detail h2{
line-height: 2;
padding: 0 1rem 3rem;
max-width: 610px;
}
}
.detail ul{
margin: 0;
padding: 60px 0 30px;
counter-reset: num;
font-weight: bold;
font-size: 1.2rem;
}
.detail li{
counter-increment: num;
border: 1px solid #ed1218;
background: #fff;
display: flex;
flex-wrap: wrap;
min-height: 66px;
margin: 0 auto;
width: 90%;
}
@media only screen and (min-width: 601px) {
.detail li{
flex-wrap: nowrap;
max-width: 77.6209677419355%;
margin: 0 auto;
}
}
@media only screen and (min-width: 993px) {
.detail li{
max-width: 770px;
}
}
.detail li + li{
margin-top: 33px;
}
.detail li::before{
content: counter(num);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background: #ed1218;
font-size: 1.5em;
flex: 0 0 100%;
max-width: 100%;
}
@media only screen and (min-width: 601px) {
.detail li::before{
flex-basis: 66px;
max-width: 66px;
}
}
.detail div{
margin: 10px;
}
@media only screen and (min-width: 601px) {
.detail div{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: 40px;
}
}
.detail span{
line-height: 1.6;
padding-bottom: 7px;
}
.detail .marker{
position: relative;
margin-left: 0.1em;
margin-right: 0.1em;
background: url("../img/attokokai/underline.png") repeat-x left bottom;
}
.detail ul li span.txt_s{/*20221213追加*/
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}
	.flex_box{
	display: block;
}
@media only screen and (min-width: 601px) {
.flex_box{
	display: flex;
  justify-content: space-between;
}
}

@media only screen and (min-width: 601px) {
.flex_box figure.img_right{
	margin: 0 0 0 1em;
}
}
	

/*
.detail .marker::after{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: url("../img/attokokai/underline.png") repeat-x;
background-size: auto 3px;
}
*/

.registration{
background: rgba(168,168,183,0.1);
padding-top: 0;
}
@media only screen and (min-width: 601px) {
.registration .container{
max-width: 77.6209677419355%;
}
}
@media only screen and (min-width: 993px) {
.registration .container{
max-width: 770px;
}
}
.registration h2{
margin: 0 0 0.5em;
font-size: 1.142857142857143rem;
font-weight: bold;
}
.registration p{
margin: 0;
line-height: 1.8;
}


.conversion{
background: none;
}
.gray {
    padding: 0;
}
.bg_none{
	background: none !important;
}
