@charset "UTF-8";
/*-----------------------
bs02 common reset
----------------------  */

body {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 0;
  -webkit-print-color-adjust: exact;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,sans-serif; }

h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, form, input {
  margin: 0;
  padding: 0; }

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

section{
  display: inline-block;
}

li {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  border: 0;
  max-width:100%;
  height: auto;
}

hr {
  display: none; }

a, a:link {
  color: #000;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

a:visited {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: underline; }

table {
  font-size: 100%; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
.btn {
  border: 0; }

.clear {
  clear: both; }

.hide {
  display: none; }

/*-----------------------
cbr2_std04 layout 
----------------------  */
#cbr2_std04  {
  max-width: 640px;
  width: 100%;
  margin: 0 auto; 
  text-align: center;
  font-size: 0;
  line-height: 0;
}
#cbr2_std04 a {
  display: block;
}
.cbr2_std04_posiBox {
  position: relative;
}

/* --- cv --- */
.cbr2_std04_btn_cv {
  position: absolute;
  left: 50%;
  width: 86%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cbr2_std04_btn {
  width: 86%;
  margin: 7% auto;
}


/* --- sec2 --- */
.cbr2_std04_sec2_insta {
  position: absolute;
  top: 0;
  right: 4%;
  width: 60%;
}


/* --- sec3 --- */

/* accordion */
.cbr2_std04_aco dt{
  position: relative;
}

.cbr2_std04_aco01 {
  margin: 0 5%;
}
.cbr2_std04_aco01 dt:after{
	content: " ";
	display: block;
	position: absolute;
  top: 35%;
  right: 2%;
  width: 5%;
  height: 30px;
  background-image: url(../img_cbr2_std04/sec3_aco_arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
  z-index: 10;
}
.cbr2_std04_aco01 .active:after{
  top: 34%;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cbr2_std04_aco01 dd {
  margin-top: -7%;
  border: 3px solid #30ab03;
}


/* --- sec7 --- */

/* accordion */
.cbr2_std04_aco02 dt:after{
	content: " ";
	display: block;
	position: absolute;
  top: 41%;
  right: 3%;
  width: 3.5%;
  height: 18px;
  background-image: url(../img_cbr2_std04/sec7_aco_arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
  z-index: 10;
}
.cbr2_std04_aco02 .active:after{
  top: 34%;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}



/* --- footer --- */
footer {
  margin-top: 10%;
  padding:30px 15px;
  background: #30ab03;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
footer p.link a {
  display: inline-block;;
  padding:5px 10px;
  line-height: 1.4;
  color: #fff;
}
.copy {
  margin-top: 15px;
}

