/**
BASIC
*/

body{
	font-family:Roboto,'M PLUS 1p', "lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif ;
	font-weight: 500;
	letter-spacing: .02em;
	font-size: 100%;
	line-height: 1;
	background: #FFF;
	color: #000;
	-webkit-font-smoothing: antialiased;
}
a img,
:link img,
:visited img{
	border: none;
}

img[src$=".gif"], img[src$=".png"] {
	/*image-rendering: -moz-crisp-edges;          Firefox */
	/*image-rendering:   -o-crisp-edges;          Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (非標準プロパティ) */
}

a {text-decoration: underline; outline: 0;}
a:link {color: #333;outline: 0;}
a:visited {color: #333; outline: 0;}
a:active {color: #333; outline: 0;}
a:hover {
	color: #999;
	text-decoration: none;
	outline: 0;
}

a{
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

#wrapper{
	margin: 0;
	padding: 0;
	clear: both;
	overflow-x: hidden;
}

#contents{
	margin: 0px auto 0px 0;
}

#main_contents{
	float: left;
	width: 680px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 20px 30px;
	border: solid 1px rgba(0,0,0,0.1);
}

#sidebar{
	float: left;
	width: 280px;
}

.inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.sp{
	display: none;
}


/**
ROLLOVER
*/

a img:hover{
	/* IE 
	filter: alpha(opacity=70);*/
	/* Safari Opera */
	opacity: 0.90;
	/* Firefox Netscape */
	-moz-opacity: 0.90;
}



/**
HEADER
*/

header{
	margin-bottom: 20px;
	/*position: fixed;
	width: 100%;
	z-index: 999;
	background: #FFF;*/
}
.home header{
	margin-bottom: 0;
}

header .inner{
	height: 70px;
}

header h1.logo{
	display: inline-block;
	margin: 10px 0 0 15px;
	/*position: fixed;*/
}

header h1.logo img.title{
	max-height: 50px;
	vertical-align: bottom;
}

header h1.logo a{
	text-decoration: none;
	color: #000;
	margin-right: 20px;
}

header .box_info{
	position: fixed;
	z-index:999;
	top: 15px;
	right: 15px;
	background-color: #ffffff;
}

header .box_info ul li{
	list-style: none;
	margin: 0 0 0 10px;
	display: inline-block;
	line-height: 1.5;
	vertical-align: middle;
}

header .box_info ul li i,
header .box_info ul li span.icon{
	margin-right: 8px;
}

header .box_info ul li span.icon img{
	height: 30px;
}

header .box_info ul li.tel a{
	font-size: 25px;
	pointer-events: none;
	text-decoration: none;
}

header .box_social{
	position: absolute;
	top: 20px;
	right: 430px;
}

header p.logo_comment{
font-size: 10px;
color: #FFFFFF;
max-width: 50%;
margin-left: 20px;
text-indent: -10px;
margin-bottom: 20px;
}

/**
SOCIAL
*/

.box_social ul li{
	list-style: none;
	display: inline;
	margin: 0 5px;
	line-height: 0;
}

.box_social ul li img{
	width: 15px;
}

.box_social ul li span,
.box_social ul li i,
.box_social ul li svg{
	display: inline-block;
	line-height: 0;
	font-size: 15px;
}

.box_social ul li a{
	display :inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}


/**
COMMON_LAYOUT
*/

.clear{
	clear: both;
}
 
img{
	vertical-align: middle;
	max-width: 100%;
}

img.frame{
	padding: 10px;
	border: solid 1px #EEE;
	background: #FFF;
}

#contents section{
	clear: both;
	padding: 60px 0;
	/*border-bottom: solid 1px rgba(0,0,0,0.05);*/
}
/*#contents section:nth-child(2){
	padding-top: 0;
}*/

/*パンくず入る場合
#contents section:nth-child(3){
	padding-top: 0;
}
*/

#contents section div.block{
	margin-bottom:30px;
}
#contents section div.block:last-child{
	margin-bottom: 0;
}

.txt-center{
	text-align: center;
}

.colorFFF{
	color: #ffffff;
}

/**
ICON
*/

span.category a{
	padding: 3px 8px;
	display: inline-block;
	line-height: 1;
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}




/**
COMMON_PARTS
*/

.triangle_s{ 
     width: 0;
     height: 0;
     border-left: 15px solid transparent;
     border-right: 15px solid transparent;
     border-top: 15px solid #000;
}
.triangle_s.center{
	 margin: 0 auto;
}

span.marker {
    background: linear-gradient(transparent 70%, rgba(255,0,37,0.2) 70%);
}

.cover:before {
    z-index: 60;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}
.cover.white:before {
    z-index: 60;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
}

div.title{
	position: relative;
	margin-bottom: 30px;
	clear: both;
}
div.title.center{
	text-align: center;
}
div.block  div.title{
	margin-top: 40px;
}


div.title h1{
	font-size: 36px;
	line-height: 1.2;
}
div.title h1 .sub{
	font-size: 60%;
	margin-left: 1em;
}

div.title h2{
	font-size: 30px;
	line-height: 1.2;
}

div.title h3{
	font-size: 26px;
	line-height: 1.2;
}

div.title h4{
	font-size: 24px;
	line-height: 1.2;
}

div.title.center h2{
	font-size: 28px;
	line-height: 1.2;
	margin: 1em 0;
	font-weight: normal;
}

div.title.center h2{
	position: relative;
	display: inline-block;
	padding: 0 65px;
    font-size: 40px;
	margin: 1em 0 0 0;
	border-bottom: none;
	font-weight: 800
}

div.title.center h2.bfaf_non{
	padding: 0;
}

div.title.center h2:first-child{
	margin-top: 0;
}

div.title.center h2:before, div.title.center h2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width:50px;
height: 2px;
background-color: black;
-moz-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
div.title.center h2:after{
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
div.title.center h2:before {left:0;}
div.title.center h2:after {right: 0;}

div.title.center h2.bfaf_non:before, div.title.center h2.bfaf_non:after{
	display: none;
}


p{
  line-height: 1.6;
  margin: 1em 0;
}

p.catch{
	font-size: 30px;
	font-weight: 800;
	line-height: 1.4;
}

p.lead{
	font-size: 22px;
	font-weight: 800;
	line-height: 1.4;
	margin: 1em 0;
}

p.right{text-align: right;}
p.center{text-align: center;}
p.left{text-align: left;}


.caution,
.caption{
	font-size: 95%;
	color: rgba(0,0,0,0.8);
	line-height: 1.5;
	font-weight: normal;
}

ul.caution li,ol.caution li{
	margin: 0.2em 0 0.2em 20px;
	line-height: 1.4;
}


hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);
	height: 1px;
	margin: 50px 0;
	clear: both;
}

span.mark.new,
span.mark.update{
	margin-left: 1em;
	font-weight: normal;
	font-size: 12px;
	color: #F00;
}

.tel a{
	pointer-events: none;
}



/**
ACCORDION
*/
/*
.accordion .title{
	background: url(../images/arrow_down.png) 98% 50% no-repeat;
	padding-right: 30px;
	background-size: 20px;
}
.accordion .title.active{
	background: url(../images/arrow_up.png) 98% 50% no-repeat;
	background-size: 20px;
}
*/
.accordion .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.accordion .title .fa-angle-down{
	font-size: 36px;
	transition: 0.5s;
}
.accordion .title.active .fa-angle-down{
	transform: rotateZ(180deg);
}


.accordion .title.more.active{
	/*background: url(../images/arrow_up.png) no-repeat right center;*/
	background-size: 16px;
	padding-right: 20px;
}
.accordion .content_detail{
	background-color: #fff;
	padding: 0.5em;
}
/**
LIST_LIST
*/

ul.item.list li p{
	margin: 0;
}

ul.item.list li{
	list-style: none;
	margin-bottom: 2%;
}

ul.item.list li div.image{
	width: 10%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
}

ul.item.list li div.image img{
	width: 100%;
}

ul.item.list li div.content{
	width: 88%;
	display: inline-block;vertical-align: top;
}

ul.item.list li p.date{
	font-size: 13px;
	color: #666;
	line-height: 1;
	margin-bottom: 5px;
}

ul.item.list li p.title{
	font-size: 14px;
	line-height: 1.5;
}

ul.item.list li p.category{
	margin-bottom: 5px;
	line-height: 1;
}

ul.item.list li p.text{
	font-size: 12px;
}





/**
LIST_BOX
*/

ul.item.box{
	margin-left: -2%;
}

ul.item.box li{
	list-style: none;
	float: left;
	margin: 0 0 4% 2%;
	display: inline-block;
}

ul.item.box li div.image{
	float: none;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}
ul.item.box li div.image span.category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	line-height: 0;
}
	
ul.item.box li div.image img{
	width: 100%;
}

ul.item.box li div.content{
	float: none;
	width: 100%;
}

ul.item.box li p.date{
	font-size: 12px;
	margin: 5px 0;
	line-height: 1;
}
ul.item.box li p.title{
	font-size: 110%;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
ul.item.box li p.text{
	font-size: 12px;
	color: #666;
	margin: 5px 0 0 0;
	line-height: 1.3;
}

ul.item.box.column_2 li{
	width: 48%;
}

ul.item.box.column_3 li{
	width: 31.33333333%;
	
}

ul.item.box.column_4 li{
	width: 23%;
}

ul.item.box.column_5 li{
	width: 18%;
}


/**SIZE FIX*/

ul.item.box.fix li div.image,
flexbox.fix li div.image{
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
ul.item.box.fix li div.image,
.flexbox.fix li div.image{
	height: 120px;
	overflow: hidden;
	position: relative;
}
ul.item.box.fix li div.image img,
.flexbox.fix li div.image img{
  position: absolute;
  width: 20%;
  height: 0;
  width: 100%;
  height: auto;
 /* padding-bottom: 20%;*/
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}



/**
FLEXBOX
*/

.flexbox{
	display: flex;
	display: -webkit-flex; /* Safari */
	-js-display: flex;/*IE*/
    -webkit-flex-wrap: wrap;
	justify-content: space-around; 
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
	/*justify-content: flex-start;*/
	width: 100%;
}

.flexbox li div.image{
	float: none;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}
.flexbox li div.image span.category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	line-height: 0;
}
	
.flexbox li div.image img{
	width: 100%;
}

.flexbox.column_2 li{
	width: 49%;
}

section.main_plan .flexbox.column_2 li{
	width: 50%;
}

.flexbox.column_3 li{
	/*width: 32%;*/
  width : 31% ; /* 未対応ブラウザ用フォールバック */
  /*width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;*/
}
.flexbox.column_4 li{
	width: 24%;
}
.flexbox.column_5 li{
	width: 19%;
}


 
.flexbox li {
	list-style: none;
	margin-bottom: 3%;
}
.flexbox li p.date{
	font-size: 12px;
	margin: 5px 0;
	line-height: 1;
}
.flexbox li p.title{
	font-size: 110%;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.flexbox li p.text{
	font-size: 12px;
	color: #666;
	margin: 5px 0 0 0;
	line-height: 1.3;
}



.flexbox.reverse {
	flex-direction: row-reverse;
}

.flexbox.column{
	margin-bottom: 30px;
}
.flexbox div.sub{
	flex: 1;
	margin: 0 30px 0 0;
}
.flexbox.reverse div.sub{
	margin: 0 0 0 30px;
}

.flexbox.after div.sub{
	flex: 1;
	margin: 0 0 0 30px; 
}
.flexbox.after.reverse div.sub{
	margin: 0 30px 0 0;
}

.flexbox .main{
	flex: 1;
}
.flexbox .main.w_3{
	flex: 3;
}
.flexbox .main.w_2{
	flex: 2;
}
.flexbox .main.w_4{
	flex: 4;
}
.flexbox .main.w_5{
	flex: 5;
}

.flexbox .main p{
	margin-top: 0;
}


.flexbox.box ul li{
	width: 100%;
}
.flexbox.box ul li div.image{
	width: 25%;
}
.flexbox.box ul li div.content{
	width: 73%;
}



/**
TABLE
*/

table{
	width: 100%;
}

table ul,
table ol{
	margin-left: 20px;
}

table.data th,
table.data td{
	padding: 10px;
	border: solid 1px #EEE;
	line-height: 1.5;
}

table.list th,
table.list td{
	padding: 10px;
	border-bottom: solid 1px #EEE;
	line-height: 1.5;
}

table.block{
	border-collapse: separate;
    border-spacing: 2px;
}

table.block th,
table.block td{
	padding: 20px;
	line-height: 1.5;
}

table.block th{
	background-color: #D9E7F3;
	width: 30%;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}

table.block td{
	background-color: #EBF2F8;
	text-align: left;
}

.trcolor1{background-color: rgba(255,255,255,1);}
.trcolor2{background-color: rgba(255,255,255,.1);}



/**
FORM
*/

span.required{
	color: #F30;
	margin: 0 0.5em;
	font-weight: normal;
}

div.form{
	margin: 1em auto;
	padding: 30px 50px;
	background-color: rgba(0,0,0,.03);
}

div.form dl dt,
div.form dl dd{
	vertical-align: top;
	padding: 10px 0;
}

div.form dl dd .error{
	margin: .5em 0 0 0;
}

div.form dl dt{
	clear: both;
	float: left;
	width: 20%;
}

div.form dl dd{
	float: left;
	width: 80%;
}

div.form dl dd ul li{
	list-style: none;
	line-height: 1.5;
	margin: .2em 0;
}

div.form dl dd ul li label{
	margin-left: 5px;
}



/**
INPUT
*/

input,
textarea{
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea{
	border: none !important;
	padding: 5px;
	font-size: 120%;
	width: 80%;
}

input.half{
	width: 50%;
}
input.full{
	width: 100%;
}

select.select-box{
    margin: 0;
    padding: 0 30px 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 100%;
    color: #999;
    background: url(../images/arrow_down.png) no-repeat 95% 50% #FFF;
    background-size: 14px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

select.select-box.full{
	width: 100%;
}



/**
BUTTON
*/

input.btn,
button,
a.btn{
	background-color: rgba(255,0,37,1);
	color: #FFF;
	font-size: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	border: none;
	text-decoration: none;
	padding: 0 20px;
	display: inline-block;
}
.faq a.btn{
	background: #333;
}
a.btn.blue{
	background: rgba(0,91,172,1);
}
a.btn.blue:hover{
	background: rgba(0,91,172,.8);
}
a.btn.black{
	background: rgba(0,0,0,1);
}
a.btn.black:hover{
	background: rgba(0,0,0,.8);
}

input.btn.size_s,
button.size_s,
a.btn.size_s{
	height: 30px;
	line-height: 30px;
	font-size: 85%;
}

input.btn.size_l,
button.size_l,
a.btn.size_l{
	height: 60px;
	line-height: 60px;
	font-size: 130%;
	font-weight: 800;
}

input.btn.size_2l,
button.size_2l,
a.btn.size_2l{
	/*height: 80px;
	line-height: 80px;*/
	/*font-size: 160%;*/
	font-size: clamp(18px, 2vw, 24px);
	height: auto;
}

a.btn.size_2l.entry{
	width: 500px;
	/*width: 1000px;*/
	max-width: 100%;
	font-weight: 800;
	padding: 10px 5px 10px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	margin: auto;
	text-align: center;
	position: relative;
}

input.btn.cancel,
button.cancel,
a.btn.cancel{
	background-color: rgba(0,0,0,0.8);
	color: #333;
}

input.btn:hover,
button:hover,
a.btn:hover{
	background-color: rgba(255,0,37,.8);
}
a.btn.size_2l.entry svg{
	margin-right: 5px;
}
a.btn.size_2l.entry:before {
	/*content: url("../images/request_icon01.svg");*/
	position: absolute;
	/*top: calc(50% - 25px);*/
	left: 0;
	width: 30px;
	content: "";
	display: inline-block;
  height: 100%;
  background: url("../images/request_icon01.svg") no-repeat;
  background-size: contain;
	background-position:center;
	vertical-align: middle;
}
a.btn.size_2l.entry:after {
	content:"";
   display:inline-block;
   width:3px;
   height:96%;
   background-color:#fff;
   position:absolute;
   top:2%;
   left: 30px;
}
/**
INFO
*/

.box.info.bottom{
	padding: 20px 0 60px 0 !important;
	/*background: #fff;*/
	text-align: center;
}
.box.info.bottom.btn_sp a.btn.size_2l br{
	display: none;
}

.box.info.bottom.white{
	background: #FFF;
}

.box.info.bottom ul{
	margin: 1.5em 0;
}

.box.info.bottom ul li{
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
}

.box.info.bottom ul li.button a{
	width: 100%;
}

.box.info.bottom ul li.tel{
	font-size: 160%;
	/*height: 50px;
	line-height: 50px;*/
}
.box.info.bottom ul li.tel small{
line-height: 18px;
font-size: 16px;
display: block;
}

.box.info.bottom ul li.tel p{
	text-align: center;
}

.box.info.bottom ul li.tel,
.box.info.bottom ul li.tel a{
	color: #000;
	text-decoration: none;
}

.box.info.bottom ul li.tel span.icon {
	margin-right: 10px;
}
.box.info.bottom ul li.tel span.icon img{
	height: 50px;
}

.box.info.bottom ul li.tel p.caution{
	font-size: 50%;
	margin: 0;
}

.box.info.link_button{
	/*background: #BAE2F8;*/
	/*background: url(../images/bg_3.jpg) no-repeat center 50%;
	background-size: cover;*/
	/*background: rgba(247,218,36,.3);*/
}
.box.info.link_button.bottom.btn_sp{
	background-color: #fff;
	z-index: 1000;
}

.box.info.link_button02{
	background: #fff;
}
.box.info.link_button li.price a.btn{
	background: rgba(0,91,172,1);
	padding: 10px 5px;
}

.box.info.link_button ul li{
	margin-bottom: 0;
	width: 33%;
}


/**
FOOTER
*/

footer{
	clear: both;
	background-color: #BAE2F8;
	padding: 20px;
	text-align: center;
}
/*
footer a{
	color: #FFF !important;
}
*/

footer p.title a{
	font-size: 22px;
	text-decoration: none;
}


footer p.copy{
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    background: rgba(0,0,0,0.2);
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}


/**
CLEARFIX
*/

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}




/*
HOME
*/

/*

*/

/*MAIN*/

section.main{
	text-align: center;
	padding: 0;
	border: none !important;
	 /*background-color: #FFFBD0;
    background-image: repeating-linear-gradient(-45deg,#FFF471, #FFF471 6px, transparent 0, transparent 10px);
	background-color: #004ea2;
	background-image: repeating-linear-gradient(-45deg,#004098, #004098 6px, transparent 0, transparent 10px);
	background-size: cover;*/
	background-image: url(../images/top-bg_202404.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: -120px;
	padding-top:120px !important;
	/*height: 84vh;*/
}
section.main div.main_image > img{
	width: 100%;
	max-width: 1300px;
	/*max-height: 70vh;*/
	margin-bottom: 10px;
}
section.main div.main_image .bnr-gift{
	margin-top: 10px;
	width: 95%;
	max-width: 800px;
	margin: auto;
}
section.main div.main_image .bnr-gift img{
	margin: 0;
}
section.main div.main_image .bnr-gift p{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 0 10px;
}
section.main div.main_image .bnr-gift p span{
	color: #fff33f;
}
section.main div.chara_1{
	position: absolute;
	bottom: 2%;
	right: 20px;
}
section.main div.chara_1 img{
	width: 360px;
}

section.main p.arrow{
	text-align: center;
	position: relative;
	/*padding-top: 20px;*/
	margin-top: -10px;
}
section.main p.arrow a{
	position: absolute;
  bottom: 0px;
  left: 48%;
  z-index: 2;
  display: inline-block;
  /*-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  text-decoration: none;
  
}
section.main p.arrow a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  /*margin-left: -12px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  border-radius: 50%;
  background:rgb(255, 0, 37,1);
  color: #FFF;
  z-index: 999;
  
  
	/*width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(255,0,37,1);*/
}


@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(0deg) translate(0px, 10px);
  }
  40% {
    -webkit-transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  20% {
    transform: rotate(0deg) translate(0px, 10px);
  }
  40% {
    transform: rotate(0deg) translate(0, 0);
  }
}

/**COMMON*/

.triangle.bottom.yellow{
	width: 100%;
	height: 80px;
  /*background: linear-gradient(to bottom left,  rgba(253,219,35,.4)  50%, rgba(255,255,255,1) 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right,  rgba(253,219,35,.4)  50%, rgba(255,255,255,1) 50%) top right / 50% 100% no-repeat;*/
	background: linear-gradient(to bottom left,  #bae2f8  50%, rgba(255,255,255,1) 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right,  #bae2f8  50%, rgba(255,255,255,1) 50%) top right / 50% 100% no-repeat;
	
}
.triangle.bottom.yellow02{
	width: 100%;
	height: 80px;
  /*background: linear-gradient(to bottom left,  rgba(253,219,35,.4)  50%, rgba(255,255,255,1) 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right,  rgba(253,219,35,.4)  50%, rgba(255,255,255,1) 50%) top right / 50% 100% no-repeat;*/
	
	background: linear-gradient(to bottom left,  #bae2f8  50%, rgba(255,255,255,1) 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right,  #bae2f8  50%, rgba(255,255,255,1) 50%) top right / 50% 100% no-repeat;
}

ul.plan li{
	padding: 0px 20px 0 20px;
	position: relative;
	width: 100%;
}
ul.plan > li.b-plan{
border-right: 3px dotted #000000;
}

ul.plan li ul li{
	width: 100% !important;
	padding: 0;
}
ul.plan li p.sub{
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 30px;
}
ul.plan li p.sub em{
	border-bottom:solid 2px #000;
	padding-bottom: 3px;
}

ul.plan li p.title{
	text-align: center;
	margin-top: .5em;
	font-size: 36px;
	font-weight: 800;
	color: #FFF;
	background: url(../images/icon_bulb.png) no-repeat 0% 40% #ff0025;
	background-size: 90px;
	padding: 10px 10px 30px 10px;
	border-radius: 10px 10px 0 0;
}
ul.plan li p.title span{
	font-size: 70%;
	display: block;
	color: #FFF8D3;
	margin: auto;
}
ul.plan li p.title em{
	font-size: 60%;
}
ul.plan li p.title small{
font-size: 35%;
font-weight: normal;
vertical-align: top;
}
ul.plan li p.ampere{
	position: absolute;
	top: 12px;
	right: 20px;
	padding: 10px 12px 8px 12px;
	background: rgba(0,91,172,1);
	color: #FFF;
	margin: 10px 0;
	width: 90px;
	height: 90px;
	font-size: 22px;
	font-weight: 800;
	border-radius: 50%;
	line-height: 1.1;
	text-align: center;
}
ul.plan li p.ampere span{
}

ul.plan p.title_recommend{
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
section.main_plan ul.plan p.title_recommend{
	margin-top: -20px;
}

ul.plan p.title_recommend span{
	padding: 10px 15px;
	border-radius: 30px;
	background: #000;
	color: #FFF;
	
}

ul.plan li p{
	text-align: left;
	font-size: 100%;
	font-weight: 400;
}
ul.plan li p strong{
	font-weight: 900;
}
ul.plan li p.catch{
	font-size: 180%;
	color: rgba(255,0,37,1);
	margin-bottom: 0;
	padding: 0px 0px;
	display: block;
	width: 100%;
	font-weight: 800;
	line-height: 1.2;

}
ul.plan li p.catch em{
	font-size: 180%;
	font-weight: 700;
	line-height: 1;
}


ul.check{
	/*background: rgba(0,0,0,0.05);
	border: solid 2px #f7da24;*/
	padding: 40px 40px 25px 40px;
	margin-top: -32px;
	border-radius: 0 0 10px 10px;
}
ul li.b-plan-s ul.check{
	background: url(../images/icon_planb-s.png) no-repeat 90% 110% #FFF8D3;
	background-size: 110px;
}
ul li.b-plan ul.check{
	background: url(../images/icon_planb.png) no-repeat 90% 105% #FFF8D3;
	background-size: 120px;
}
ul li.c-plan ul.check{
	background: url(../images/icon_planc.png) no-repeat 90% bottom #FFF8D3;
	background-size: 70px;
}
ul li.power-plan ul.check{
	background: url(../images/icon_power.png) no-repeat 100% 85% #D7EBF5;
	background-size: 140px;
}
ul.plan li ul.check li{
	font-size: 22px;
	line-height: 1.6;
}
ul.plan li ul.check li em,
section.merit ul.merit li em{
    background: linear-gradient(transparent 80%, rgba(255,0,37,0.2) 80%);
	font-weight: 600;
	/*font-size: 120%;*/
}
ul.plan li ul.check svg{
	margin-right: 5px;
}

/**MAIN MAIN_PLAN*/


section.main div.main_comment,
section.main_plan .main_price .comment{
width: 90%;
max-width: 770px;
}

section.main div.main_comment{
color: #ffffff;
margin: 20px auto 0;
}

section.main_plan .main_price .comment{
margin: auto;
}
section.main div.main_comment p,
section.main_plan .main_price .comment p{
font-size: 70%;
text-align: left;
margin: 0;
}
section.main div.main_comment p a{
color: #ffffff;
}



/**MAIN_PLAN*/

section.main_plan{
	/*background: linear-gradient(rgba(255,231,83,.3),rgba(255,255,255,1));*/
	/*background: #BAE2F8;*/
	background: #e6ebee;
	padding-bottom: 20px !important;
}

section.others{
	/*background: linear-gradient(rgba(255,231,83,.3),rgba(255,255,255,1));*/
	background: rgba(253,219,35,.4);
	padding-bottom: 20px !important;
}

section.merit .others_lead{
background-color: #ff0025;
padding: 10px;
border-radius: 10px;
color: #ffffff;
}

section.main_plan p.catch.main{
	margin: 0em 0 2em 0;
	color: rgba(255,0,37,1);
	font-size: 40px;
}

section.main_plan .example{	
	/*background: url(../images/bg_zoom.png) no-repeat 0px 115px;*/
	padding-bottom: 30px;
	background-size: 100%;
}

section.main_plan .example .triangle_s{
	padding: 20px 0 20px 0;
}

section.main_plan .main_price{
margin: 0 auto 50px;
text-align: center;
	background-color: #ffffff;
	padding-bottom: 20px;
}


/*MERIT*/

section.merit{
	/*background: linear-gradient(rgba(255,0,37,.08),rgba(255,255,255,1));*/
	/*background: rgba(253,219,35,.4);*/
	background-color: #bae2f8;
}
section.merit p{
	text-align: center;
}

section.merit ul.merit li{
	text-align: center;
	padding: 50px 10px;
	position: relative;
	/*background: rgba(255,245,104,.5);
	border: solid 3px rgba(255,0,37,1);*/
	font-size: 20px;
	/*color: rgba(255,0,37,1);*/
	display: inline-block;
	font-weight: 600;
	background: #FFF;
	border-radius: 20px 0 ;
	line-height: 1.5;
	
	/*background: rgba(255,0,37,.8);
	color: #FFF;*/
  /*border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;*/
}
section.merit ul.merit li p.caution{
font-size: 70%;
}
section.merit ul.merit li em{
	font-size: 150%;
}
section.merit ul.merit li span.num{
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255,0,37,1);
	color: #FFF;
	/*border-bottom: solid 1px rgba(255,0,37,1);*/
	font-weight: 800;
}
section.merit ul.merit li span.num em{
	font-size: 60px;
	margin-left: 5px;
	font-weight: 200;
}

section.merit ul.support{
	margin-top: 30px;
}
section.merit ul.support li{
	text-align: center;
}
section.merit ul.support li span{
	text-align: center;
	/*padding: 25px;*/
	font-size: 26px;
	font-weight: 600;
	/*border: solid 3px rgba(0,91,172,1);*/
	background: url(../images/icon_thunder.png) no-repeat center center rgba(253,219,35,1);
	background-size: 150px;
	border-radius: 50%;
	color: #000;
	margin-bottom: 0;
	/*display: inline-block;*/
	width: 200px;
	height: 200px;
	line-height: 1.4;
	margin: 0 auto;
	
	
          display: flex;
          align-items: center;
          justify-content: center;
}

section.merit ul.support li span svg{
	font-size: 30px;
	margin-right: 10px;
}

section.merit ul.merit li.wid100{
	width: 100%;
}
section.merit ul.merit li.flex_itemcenter{
display: flex;
align-items: center;
justify-content: center;
}



/*RESULTS*/

section.results{
	background: #fff;
}

section.results p{
	text-align: center;
}

section.results p.catch{
	font-size: 24px;
	font-weight: 500;
}
section.results p.catch em{
	font-size: 120%;
	color: rgba(255,0,37,1);
}
	
	
	
/*OUTLINE*/

section.outline{
	padding-bottom: 10px !important;
	/*background-color: #BAE2F8;*/
	/*background-color: #bae3f9;
  background-image:
    radial-gradient(#9fd9f6 20%, transparent 20%),
    radial-gradient(#9fd9f6 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;*/
	background-color: #e6ebee;
}


section.outline .rules{
	padding: 0 !important;
}

section.outline .rules .title,
#JCB_menu, section.outline02 .rules .title{
	font-size: 18px !important;
	font-weight: 600 !important;
	padding: 15px 35px 15px 15px;
	/*background-color: #E95532;
    background-image: repeating-linear-gradient(
-45deg,#E73820, #E73820 6px, transparent 0, transparent 10px);*/
	background: #005bac;
	color: #fff;
	/*border-bottom: solid 1px #fff;*/
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
section.outline .rules .title .caution{
	color: #fff;
}

section.outline h4{
	font-size: 18px;
	font-weight: 500;
	margin: 2em 0 0 0;
}

section.outline .rules{
	font-weight: 400;
	font-size: 90%;
	margin-bottom: 50px;
}

section.outline .rules ol{
	/*margin: 1em 0 0 20px !important;*/
	margin: 1em 0 0 0 !important;
}
section.outline .rules ol li{
	line-height: 1.5;
	margin-bottom: 5px;
}
section.outline .rules ol li ul{
	margin: 1em 0 0 1em;
}

section.outline .JCB{
background-color: #E95532;
background-image: repeating-linear-gradient( 
-45deg,#E73820, #E73820 6px, transparent 0, transparent 10px);
padding: 10px;
color: #ffffff;
}
section.outline ol.list_parentheses{
}
 
section.outline ol.list_parentheses > li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
section.outline ol.list_parentheses > li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

section.outline ol.list_parentheses > li ul{
list-style-type: none;
}

/**
LOADING
*/

#is-loading {
 display: block;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 /*background: #FFF471;*/
	background: #EF93BB;
 z-index: 8;
}
#loading {
 display: none;
 position: fixed;
 top: 60%;
 left: 50%;
 width: 200px;
 height: 200px;
 margin-top: -100px;
 margin-left: -100px;
 text-align: center;
 /*color: rgba(253,219,35,1);*/
	color: #E73828;
 z-index: 9;
}



@media (max-width: 1200px) and (min-width: 801px){
	
.inner {
    width: 90%;
}

#main_contents{
	width: 100%;
	margin-right: 0;
}

#sidebar{
	float: none;
	clear: both;
	width: 100%;
}

}


@media screen and (max-width: 800px) {

/**
BASIC
*/

body{
	-webkit-text-size-adjust: none;
	font-size: 14px;
}

img{
	max-width: 100% !important;
	height: auto;
}

#wrapper{
	width: 100%;
}

#contents{
	width: 100% !important;
}

#main_contents{
	float: none;
	width: 100%;
	margin-right: 0px;
}

#sidebar{
	float: none;
	clear: both;
	width: 100%;
}

.inner{
	width: 100%;
	padding: 0 10px;
}

#wrapper,
#main_contents,
#sidebar,
.inner{
	float: none;
	width: 100%;
}

	
#contents section{
	padding: 20px 0;
}

#contents section.main_plan{
	padding: 20px 0 50px 0;
}
	
.sp{
	/*display: imherit;*/
	display: block;
}
.pc{
	display: none;
}


/**
HEADER
*/

header .inner{
	height: 50px;
}

header h1.logo img.title {
   height: 30px;
}
header h1.logo a {
    text-decoration: none;
    color: #000;
    margin-right: 10px;
}

header .box_info{
	top: 10px;
	right: 10px;
}

header .box_info ul li{
	margin: 0 0 0 10px;
	display: inline-block;
}

header .box_info ul li i, header .box_info ul li span.icon {
    margin-right: 0px;
}

header .box_info ul li span.text{
	display: none;
}
header .box_info ul li.tel a {
    font-size: 16px;
	pointer-events: inherit;
}
.tel a:link{
	pointer-events: inherit;
}

header .box_info ul li a.btn{
	padding: 6px 10px;
	height: inherit;
	line-height: inherit;
	border-radius: 50%;
}
header .box_info ul li i{
    margin-right: 0px;
}

header .box_social{
	top: 10px;
	right: 100px;
}

header p.logo_comment{
font-size: 6px;
max-width: 100%;
text-indent: -6px;
}

/**
COMMON_LAYOUT
*/


 
/**
COMMON_PARTS
*/

/*h1,h2,h3{
	font-size: 100%;
	line-height: 1.3;
}*/

div.title h1{
	font-size: 30px;
	line-height: 1.2;
}
div.title h2{
	font-size: 26px;
	line-height: 1.2;
}
div.title.center h2{
	font-size: 18px;
	line-height: 1.2;
}
div.title h3,
div.title.center h3{
	font-size: 22px;
	line-height: 1.2;
}

div.title h4{
	font-size: 18px;
	line-height: 1.2;
}

p.catch{
	font-size: 18px;
}

p.lead{
	font-size: 14px;
}

.tel a{
	pointer-events: inherit;
}



/**
LIST_LIST
*/

ul.item.list li div.image{
	width: 20%;
	margin-right: 2%;
}

ul.item.list li div.content{
	width: 77%;
}


/**
LIST_BOX
*/

ul.item.box.column_3 li,
ul.item.box.column_4 li,
ul.item.box.column_5 li{
	width: 48%;
}

ul.item.box.sp_full{
	margin-left: 0%;
}

ul.item.box.sp_full li{
	width: 100%;
	margin: 0 0 4% 0;
}
ul.item.box.sp_full li div.image{
	height: 150px;
}


/**
FLEXBOX
*/

.flexbox{
	 justify-content: space-around;
	 -js-display: content;
	 
	display: content;
    -webkit-flex-wrap: content;
    flex-wrap: wrap;
    align-items: stretch;
	
	justify-content: flex-start;
    justify-content: space-between;
}

.flexbox li {
	list-style: none;
	width: 100%;
}

.flexbox li img{
	width: 100%;
}


.flexbox.column .sub{
	flex: 100%;
	margin: 0 0 1em 0 !important;
}
.flexbox.column.after .sub{
	flex: 100%;
	margin: 1em 0 0 0 ;
}

.flexbox.column .main{
	flex: 100%;
}

.flexbox.list .main{
	flex: 3 !important;
}

.flexbox.column_3 li,
.flexbox.column_4 li,
.flexbox.column_5 li{
	width: 49%;
}

.flexbox.sp_full li{
	width: 100%;
	margin-bottom: 5%;
}


/**
FORM
*/

* {
    -webkit-appearance: none;
}

input, button, textarea, select{
	-webkit-appearance: none;
	border-radius: 0;
}

div.form{
	padding: 10px;
}

div.form dl dt,
div.form dl dd{
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
}
div.form dl dt{
	padding-bottom: 0;
}
div.form .caution{
	display: block;
	margin-top: 5px;
}



/**
INPUT
*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="text"].size_s,
input[type="text"].size_m,
input[type="text"].size_l,
textarea,
select{
	width: 100%;
}


/**
BUTTON
*/

/*input[type="submit"].btn,
button,
a.btn{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}*/

input[type="submit"].btn.size_l,
button.size_l,
a.btn.size_l{
	/*height: 40px;
	line-height: 40px;
	padding: 0 15px;*/
	padding: 15px;
	font-size: 16px;
	height: auto;
	line-height: 1.2;
}


input[type="submit"].btn.size_2l,
button.size_2l,
a.btn.size_2l{
	/*height: 50px;
	line-height: 50px;
	padding: 0 20px;*/
	padding: 15px;
	font-size: 16px;
	height: auto;
	line-height: 1.2;
	
}


/**
FOOTER
*/

footer ul.bottom_navi ul{
	display: none;
}

footer ul.bottom_navi li h3{
	cursor: pointer;
}

footer{
	padding-bottom: 68px !important;
}

/**
INFO
*/

.box.info.bottom ul li{
	width: 100%;
	margin: 0 0 1% 0;
}


/**
ACCORDION
*/
.accordion .title{
	flex-direction: column;
}
.accordion .title p{
		width: 100%;
	}
section.outline .rules .title,
section.outline02 .rules .title{
	padding: 10px;
	text-align: center;
}

/**
HOME
*/


section.main {
    /*background: #004098;
    background-size: cover;
    margin-top: -120px;*/
    padding-top: 110px !important;
    height: auto !important;
	padding-bottom: 10PX !important;
}

section.main div.chara_1{
	position: inherit;
	margin-top: 30px;
}

section.main div.chara_1 img {
    width: 220px;
}

section.main div.main_image img {
    height: auto !important;
}
	section.main div.main_image .bnr-gift p{
		font-size: 14px;
	}	
section.main p.arrow{
	position: absolute;
	bottom: 5%;
	left: 43%;
	display: none;
}
section.main p.arrow a {
}

ul.plan li{
	width: 100% !important;
    padding: 0px 0px 0 0px;
}
ul.plan > li.b-plan{
border-right: none;
border-bottom: 3px dotted #000000;
}

ul.plan li p.ampere {
    top: 12px;
    right: 0px;
	font-size: 12px;
	width: 60px;
	height: 60px;
}

ul.plan li p.title{
	/*text-align: left;*/
	padding-left: 60px;
	padding-right: 50px;
    background: url(../images/icon_bulb.png) no-repeat 0% 30% #ff0025;	
    background-size: 60px;
	font-size: 24px;
}
ul li.b-plan-s ul.check{
	background-size: 90px;
}
ul li.b-plan ul.check{
	background-size: 100px;
}

ul.plan li .example p br{
	display: none;
}
ul.plan li .example p.catch br{
	display: inherit;;
}

ul.plan li.c-plan ul.check{
	padding-bottom: 50px;
}

ul.plan li.b-plan-s ul.check li:nth-child(5),
ul.plan li.b-plan-s ul.check li:nth-child(6){
	display: none;

}
ul.plan li ul.check li{
	font-size: 18px; 
}

ul.check {
    padding: 40px 20px 25px 20px;
}

a.btn.size_2l.entry{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	/*height: 80px;
	line-height: 80px;*/
	font-size: 16px;
	height: auto;
	line-height: 1.2;
}


section.merit ul.merit li em {
    font-size: 100%;
}
section.merit ul.merit li{
	padding:50px 0 30px 0;
	margin-bottom: 2% !important;
}

section.merit ul.support li{
	text-align: center;
	margin-bottom: 5%;
}
section.merit ul.support li span{
    width: 160px;
    height: 160px; 
    font-size: 22px;
    background: url(../images/icon_thunder.png) no-repeat center center rgba(253,219,35,1);
    background-size: 100px;
}
section.merit .flexbox.column_2 li{
	width: 100%;
}


section.results p.catch {
    font-size: 16px;
}


section.outline table.block th{
	width: 10% !important;
}
section.outline .rules .title{
	font-size: 13px !important;
	margin-bottom: 1em;
}



.box.info.link_button ul li{
	margin-bottom: 4%;
}
.box.info.link_button ul li a{
	line-height: 80px;
	height: 80px;
}



.box.info.bottom ul li.tel{
	margin-bottom: 10%;
}
.box.info.bottom {
    padding: 10px 0 30px 0 !important;
}
	.box.info.link_button.bottom.btn_sp{
		padding: 10px 0 10px 0 !important;
	}



/*BOTTOM BUTTON*/

.box.info.bottom.btn_sp{
	background: rgba(255,255,255,.5);
}
.box.info.bottom.btn_sp ul li{
	/*width: 49%;*/
	width: 33%;
}
.box.info.link_button ul{
	margin: 0;
}
.box.info.link_button ul li{
	margin-bottom: 0%;
}
.box.info.link_button ul li a{
	line-height: inherit;
	height: inherit;
	padding: 10px 5px;
font-size: clamp(10px, 2.8vw, 13px);
}
.btn_sp a.btn.size_2l{
	font-size: 100%;
}
.box.info.bottom.btn_sp a.btn.size_2l br{
	display: inherit;
}
.btn_sp{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

section.main div.main_comment p,
section.main_plan .main_price .comment p{
font-size: 50%;

}
	.box.info.link_button ul li a.btn.size_2l.entry{
		padding: 10px 5px 10px 30px;
	}
a.btn.size_2l.entry:before {
	width: 20px;
}
a.btn.size_2l.entry:after {
   left: 20px;
	width: 2px;
}

}


/*20220622追記*/

.present-cp{
	margin-top: 100px;
	clear: both;
	float: none;
}
.present-cp .caution{
	text-align: left;
	color: #ffffff;
	font-size: 70%;
}
.main02box{
	margin-top: 100px;
}
.main02{
	max-width: 1120px;
	margin: auto;
}
section.main div.main_comment{
	max-width: 1300px;
}
.main_price_add{
	margin-bottom: 0;
}
@media screen and (max-width: 800px) {
	.main01{
		/*min-height: 65vh;*/
	}
	.main01-item{
		min-height: 120%;
	}
	.main01-item .txt-center{
		width: 100%;
		/*margin-top: -20%;*/
		/*position: absolute;
		left: 20%;*/
		background-image: url("../images/main-sp_bg.png");
		background-position: center;
		background-repeat: no-repeat;
		display: flex;
		justify-content: center;
		align-items: center;
		background-size: contain;
		height: 28.6vw;
		margin-top: 40px;
		margin-bottom: 80px;
	}
	.main01-item .txt-center span{
		display: block;
		text-align: center;
		width: 60%;
	}
	.main02box{
	margin-top: 20px;
}
	/*section.main p.arrow{
		display: block;
		position: relative;
		left: -40px;
	}*/

}


/*特定商取引*/

.outline02 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

table.tableA {
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 40px;
    letter-spacing: normal !important;
}
table.tableA th {
    background-color: #dff2fc;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}
table.tableA th, table.tableA td {
    line-height: 2;
	font-weight: normal;
}
table.tableA td {
    word-break: break-all;
}
table.tableA td {
    background-color: #f0f9fe;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

@media only screen and (max-width: 800px){
table.tableA.noResposive tr {
    display: table-row;
    width: auto;
}
	table.tableA.noResposive th {
    display: table-cell;
    padding: 5px;
		width: 40%;
}
	table.tableA.noResposive td {
    display: table-cell;
    padding: 5px;
    min-height: inherit;
    word-break: normal;
		width: 60%;
}
	section.outline02 .rules .title p{
		margin: 10px auto 0;
		line-height: 1;
	}
}
/*20230124追記*/
section.main_plan, section.outline{
	background-color: #fafafa;
}
section.merit, footer{
	background-color: #FFD2D2;
}
ul li.power-plan ul.check{
	background-color: #ffffff;
}
.triangle.bottom.yellow02{
	background: linear-gradient(to bottom left,  #FFD2D2  50%, rgba(255,255,255,1) 50%) top left/ 50% 100% no-repeat,    linear-gradient(to bottom right,  #FFD2D2  50%, rgba(255,255,255,1) 50%) top right / 50% 100% no-repeat
}


/*20230418追記*/
@media only screen and (min-width: 801px){
section.outline .rules .title .title_txtcenter, #JCB_menu, section.outline02 .rules .title .title_txtcenter{
	width: calc(100% - 40px);
	text-align: center;
}
}