.grid-cmn {
    margin: 30px 0 30px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.inquiry-full {
	width: 100%!important;
	padding-left: 10px;
	padding-right: 10px;
}

.contents-main {
	padding: 0!important;
}
.js-accordion .toggle, .js-accordion-tab .toggle {
	right: 20px!important;
}

.js-accordion+.js-accordion-body, .js-accordion-tab+.js-accordion-body {
	padding-top: 10px!important;
}
.mod-cmn-movie iframe {
	max-width: 100%!important;
}

.text-center{
	text-align: center;
}

.menu a{
	color: #000;
}

/* area */
.spno {
	display: none;
}
.cl-main{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	padding-bottom: 30px;
}

.cl-main2 {
	background: #2972a7;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	padding-bottom: 30px;
}



.contents {
	width: 100%!important;
}

.cl-mv {
	width: 100%;
	height: auto;
    background: #fff;
    margin-bottom:20px;
}

.cl-mv img {
	width: 100%;
	max-width: 100%;
}

.cl-menu-btn {
	width: 100%;
	
	height: auto;
	background: #fff;
	padding: 30px 0;
}


.content-back {
	background: #fff;
	padding: 30px 10px 10px;
	border-radius: 10px;
	position: relative;
	margin: 10px;
}

.content-area {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.inquiry-full {
    width: 940px;
    margin: 0 auto;
}

.sp-img{
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.pc-img{
	display: none;
}

.br-only-sp{
	display: block;
}

.br-only-pc{
	display: none;
}



/* Text */

a {text-decoration: none;}
.mt-20 {margin-top: 10px!important;}
.mt-50 {margin-top: 30px!important;}
.mb-20 {margin-bottom: 10px!important;}
.mb-50 {margin-bottom: 30px!important;}
.txt-c {text-align: center;}
.txt-b {font-weight: bold;}
.txt-h {color: #fff;!important}
.txt-red {color: #ed5542;}

.cl-main2 h2 {
    font-weight: bold;
    /* background: linear-gradient(transparent 60%, #efdd02 0%); */
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 160%;
	text-align: center;
	line-height: 2;
}
	

.cl-main2 h3 {
	fonr-size: 15px;
	font-weight: bold;
	background: #EE0031;
	color: #fff;
	padding: 20px 0 20px 20px;
	border-radius: 10px;
}

.cl-main2 h4 {
	fonr-size: 15px;
	font-weight: bold;
	border: 1px solid #ED5542;
	color: #ED5542;
	padding: 10px 0 10px 20px;
	border-radius: 10px;
}

.cl-main2 h5 {
	font-size: 90%;
	padding: 10px;
	border-left: 4px solid #ED5542;
}

.txt-lead {
	font-size: 90%;
	font-weight: bold;
}
.txt-lead2 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 40px;
}

.txt-lead3{
    font-size: 125%;
    font-weight: bold;
    margin-left: 0px;
    text-align: center;
	line-height: 1!important;
	margin-bottom: 10px!important;
}

.list-01-txt {
	margin: 10px 0 30px 0;
}

.tab-number {
	font-size: 180%;
	position: relative;
	top: 3px;
}

.title-border{
	border-bottom: solid 11px #fcd000;
	
}
.slider-title01 {
	width: 100%;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	background: #ed5542;
	color: #fff;
	padding: 10px 0 20px 0;
	border-radius: 10px;
	margin-bottom: 10px;
}

.slider-title02 {
	width: 100%;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	background: #eb9942;
	color: #fff;
	padding: 10px 0 20px 0;
	border-radius: 10px;
	margin-bottom: 10px;
}

.slider-title03 {
	width: 100%;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	background: #e9b500;
	color: #fff;
	padding: 10px 0 20px 0;
	border-radius: 10px;
	margin-bottom: 10px;
}

.swiper-slide p {
	padding-top: 10px;
}


/* Menu btn */

*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 50%;
	padding: 5px 10px;
}
.col_4 > div > a > div {
	height: 55px;
	background: #EFDD02;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius: 10px;
}
.col_4 > div {
	position: relative;
}

.col_4 > div >::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	top: 45%;
	right: 31px;
	margin-top: -7px;
}
.col_4 > div >::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left: solid 9px #333;
	top: 55%;
	right: 35.5px;
	margin-top: -3px;
	transform: rotate(90deg);
}

.col_4 > div > a > div:hover {
	background-color: #cabb01;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 100%;
	}

}

/* campaign btn */

*, *:before, *:after {
	box-sizing: border-box;
}
.col_4_campaign > div >::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left: solid 9px #333;
	right: 30.5px;
	margin-top: -8px;
	margin-top: -46px;
}

.col_4_campaign {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4_campaign > div{
	margin: 0 auto;
}
.col_4_campaign > div > a > div {
	height: 80px;
	background: #EFDD02;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius: 10px;
}
.col_4_campaign > div {
	position: relative;
}

.col_4_campaign > div >::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	top: 45%;
	right: 31px;
	margin-top: -7px;
}

.col_4_campaign > div > a > div:hover {
	background-color: #cabb01;
}
@media screen and (max-width: 960px) {
	.col_4_campaign > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4_campaign > div{
		width: 100%;
	}
}


/* Tab */

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	width: 100%;
	margin: 5px 0;
	display: block;
	float: left;
	position: relative;
	border-radius: 0 10px 10px 10px;
	margin-top: 30px;
}

.tabs nav li:nth-child(1) {
	background: #ed5542;
}

.tabs nav li:nth-child(2) {
	background: #eb9942;
}

.tabs nav li:nth-child(3) {
	background: #e9b500;
}

.tabs nav li.tab-current {
	z-index: 100;
}



.tabs nav a {
	color: #fff;
	display: block;
	font-size: 100%;
	font-weight: bold;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

a.icon-001::after {
	content: "\305D\306E 1";
	position: absolute;
	background: #ED5542;
	padding: 2px 10px;
	top: -30px;
	left: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

a.icon-002::after {
	content: "\305D\306E 2";
	position: absolute;
	background: #EB9942;
	padding: 2px 10px;
	top: -30px;
	left: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

a.icon-003::after {
	content: "\305D\306E 3";
	position: absolute;
	background: #E9B500;
	padding: 2px 10px;
	top: -30px;
	left: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* Content */

.content section {
	padding: 20px 0;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 1em 1em 1em;
    margin: 0;
    line-height: 1.3;
    text-align: center;
}
.cl-arrow {
	padding: 30px 10px 0 10px;
}
.cl-arrow img {
	width: 100%;
}

/* 関連コラム */

.list-02 img {
	width: 100%;
}

.list-02-txt {
	color: #000;
	padding: 10px 10px 20px 10px;
}

.list-02-txt-title {
	font-size: 90%;
	font-weight: bold;
}

.d-pc {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 50px;
}

.d-pc-l {
	width: 100%;
	text-align: center;
}

.d-pc-l img {
	width: 50%;
	margin: 0 auto;
}

.d-pc-icon {
	position: absolute;
	top: -30px;
	right: -13px;
}

.d-pc-icon img {
	width: 75px;
}

.d-pc-r {
	width: 100%;
}

.d-pc-r-title {
	font-size: 90%;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #ddd;
	line-height: 33px;
	margin-bottom: 10px;
}

/*=====================================
スライドショー
=====================================*/
.iot-mainimage {
	position: relative;
	width: 100%;
}
.swiper-container {
	position: relative;
	text-align: center;
}
.swiper-container .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}
.swiper-container .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-slide img {
	width: 100%;
}
.swiper-my-pagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	border-radius: 0;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
.swiper-my-pagination {
	position: absolute;
	bottom: 10px!important;
	left: 0;
	right: 0;
	margin: auto;
	width: 98%!important;
	z-index: 50;
}
.swiper-my-pagination img {
	box-shadow: none;
	margin: 0;
	width: 100%;
	border: solid 1px #cfcfcf;
	vertical-align: bottom;
}
.swiper-my-pagination .swiper-pagination-bullet {
	display: inline-block;
	padding: 4px;
	width: 20%;
	background-color: transparent;
	text-align: center;
	opacity: 1;
	outline: none;
}
.swiper-my-pagination .swiper-pagination-bullet-active img {
	border: solid 1px #ca0a37;
}

.campaign-icon-01 img {
    width: 85px;
    position: absolute;
    top: 225px;
    right: 12px;
}

.menu {
	box-sizing: border-box;
  padding: 10px 10px 20px;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
position: relative;
}
/*バー部分*/
.menu label {
cursor: pointer;
    display: block;
    text-decoration: none;
    color: #000;
    line-height: 1;
    position: relative;
    margin: 0 0 10px;
    padding: 20px;
    background-color: #fff;
    border: solid 1px #cc0033;
    border-radius: 10px;
    font-size: 4.375vw;
    font-weight: bold;
	
}
/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li{
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #fff;
  padding: 10px;
}
 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 40px;
}
#menu_bar03:checked ~ #links03 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #cc0033 2px solid;
  border-right: #cc0033 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 4%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #cc0033 2px solid;
  border-right: #cc0033 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.biz_jichitai-guide-list{
	margin-left: 10px;
}
.news-btn{
	text-align: center;
}
button{
	padding: 10px 20px;
	background-color: #fff;
	max-width: 200px;
	margin: auto;
	text-align: center;
}
.news{
	margin: auto;
	background: #fff;
}

.news-content{
	padding:0px 20px 20px;
    margin: auto 20px;
}

.news-tit{
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	border-bottom: solid 11px #fcd000;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 0.5
}

.msr_newslist01 {
	width: 100%;
	margin: auto;
	padding-left: 0;
}

.msr_newslist01 li {
	list-style: none; 
	  border-bottom: 1px solid #AAAAAA;
	  font-size: 100%;
}
.msr_newslist01 li a {
	box-sizing: border-box;
	color: #000000;
	display: block;
	padding: 10px;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	width: 100%;
	margin: auto;
}
.msr_newslist01 li a:hover {
	background: #EEEEEE;
	text-decoration: none;
}
.msr_newslist01 li div {
	display: table-cell;
	width: 144px;
}
.msr_newslist01 li p {
	display:block;
	vertical-align: middle;
	font-size: 100%;
	margin: 0;
}
.msr_newslist01 li time{
	font-size: 100%;
}

.jichitai-kuwasiku{
	color: #fff;
	white-space: nowrap;
}

/*タブ　ボタン*/
/*btn*/
.msr_btn15 a{
	width: 70%;
	padding:14px;
	color:#c03;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background: #fff;
	border: solid 2px #c03;
	font-size: 110%;
	display: block;
	position:relative;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	margin: auto;
}

.msr_btn15 {
	
	color: #000;
}

.msr_btn15 a::after{
content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    margin: -3px 0 0 0;
    border-top: solid 2px #c03;
    border-right: solid 2px #c03;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    /* left: 24px; */
    right: 20px;
    display: block;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.msr_btn15 a:hover{
  	background:#FAFAFA;
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
	border: solid 4px #c03;
	
}
.msr_btn15 a:hover::after{
  border-top: solid 2px #c03;
  border-right: solid 2px #c03;
}
.msr_btn16 a{
	width: 70%;
	padding:14px;
	color:#c03;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background: #fff;
	border: solid 2px #c03;
	font-size: 80%;
	display: block;
	position:relative;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	margin: auto;
}

.msr_btn16 {
	
	color: #000;
}

.msr_btn16 a::after{
content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    margin: -3px 0 0 0;
    border-top: solid 2px #c03;
    border-right: solid 2px #c03;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    /* left: 24px; */
    right: 20px;
    display: block;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.msr_btn16 a:hover{
  	background:#FAFAFA;
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
	border: solid 4px #c03;
	color: #c03;
	
}
.msr_btn16 a:hover::after{
  border-top: solid 2px #c03;
  border-right: solid 2px #c03;
}
.msr_btn17 a{
	width: 70%;
	padding:14px;
	color:#c03;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background: #fff;
	border: solid 2px #c03;
	font-size: 100%;
	display: block;
	position:relative;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	margin:auto;
	margin-bottom: 20px;
}

.msr_btn17 {
	color: #000;
}

.msr_btn17 a::after{
content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    margin: -3px 0 0 0;
    border-top: solid 2px #c03;
    border-right: solid 2px #c03;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    /* left: 24px; */
    right: 20px;
    display: block;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.msr_btn17 a:hover{
  	background:#FAFAFA;
	box-shadow: 0px 3px 7px rgba(0,0,0,.3);
	border: solid 4px #c03;
	
}
.msr_btn17 a:hover::after{
  border-top: solid 2px #c03;
  border-right: solid 2px #c03;
}


.d-logo img{
	width: 60%;
    max-width: 230px;
}

/*ポイントのメリット*/
.biz_jichitai-performance{
	font-size: 80%;
	text-align: left;
	margin-top: 40px;
}

.jichitai_sugoi{
	position: relative;
	margin-bottom: 20px;
}
.jichitai-sugoi2{
	position: relative;
}

.coment-sp{
	display: none;
}



/*自治体さまのご要望にお応えします*/
.menu-num{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c03;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    color: #fff;
    position: absolute;
    top: -30px;
    left: -13px;
}
span.br-span{
	display: block;
}

.jichitai_cp{
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px!important;
}

.jichitai-cp-item{
	box-sizing: border-box;
	text-align:center;
}

.jichitai-cp-item img{
	margin: auto auto 40px;
	width: 80%;
	
}

/*サポート体制*/
.biz_jichitai-guide-item{
	font-size: 100%;
	font-weight: bold;
}
.biz_jichitai-guide-list{
	margin-left: 0px;
	text-align: center;
}
.biz_jichitai-guide {
	 display: block;
	justify-content: center;
}
.biz_jichitai-guide p{
	text-align: center;
}
.biz_jichitai-guide img{
	max-width: 188px;
    max-height: 147px;
	margin: auto;
    margin-bottom: 20px;
}
.biz_jichitai-guide-tit{
	font-size: 120%;
	text-align: center;
}
.biz_jichitai-cp-img img{
	max-width: 80%;
	margin: auto;
	margin-bottom: 30px;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	content:"\3059\3079\3066\898B\308B";
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	content:"\9589\3058\308B";
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.banner{
	font-size: 116%;
	font-weight: bold;
	color: #c03;
	text-align: center;
	background-color: #fff;
	padding-bottom: 80px;
	transition: 0.3s;
	padding-top: 0;
	width:80%;
	margin:auto;
	background:#fff!important;
}

.banner p{
	padding-top: 0;
}

.banner img{
	transition: 0.3s
}

.banner img:hover{
	opacity: 0.7;
}

.cp-img02{
margin:0px auto;
}

