@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	background:#fff;
	color:#333;
	font-size:14px;
	-webkit-text-size-adjust: 100%;
}
*,*:before,*:after {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
body,img,div,ul,dl,ol,section,header,footer,nav,main,article,iframe {
	max-width:100%;
}
img,iframe {
	max-height:100%;
}
p {
	margin-bottom:30px;
	line-height:1.5;
}
section {
	line-height:0;
	text-align:center;
}
.inner {
	width:1000px;
	margin:0 auto;
}
/*------------------------------------------------------------
調整用 ※あまり多用しない
------------------------------------------------------------*/
.mb0 {margin-bottom:0!important;}
.mt0 {margin-top:0!important;}
.pb0 {padding-bottom:0!important;}
.pt0 {padding-top:0!important;}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/

header h1 {
	width:860px;
	margin:0 auto;
	padding:7px 0 5px;
	text-align:left;
}

/*------------------------------------------------------------
メインイメージ
------------------------------------------------------------*/
.main {
	background:url(../img/main_bg.png) repeat;
	padding:30px 0 50px;
}
.bnr {
	margin-top:30px;
}

/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/
.cont01 {
	padding:50px 0;
    background:#e5368e;
}
.cont02 {
	background:#e5368e;
	position:relative;
	padding:120px 0 50px;
}
.cont02 h2 {
	text-align:center;
	width:100%;
	position:absolute;
	top:-40px;
	z-index:99;
}
.cont02 li {
	position:relative;
	margin-bottom:30px;
	z-index:0;
}
.cont02 li .btn {
	position:absolute;
	bottom:25px;
	width:100%;
	text-align:center;
}
.cont03 {
	padding:50px 0;
}
.cont03 .box {
	background:#ffded7;
	width:1000px;
	margin:0 auto;
	padding:30px;
	border-radius:20px;
}
.cont03 ul {
	margin-top:30px;
	background:#fff;
	padding:30px 0;
}
.cont03 li {
	padding:0 30px;
	float:left;
	width:50%;
	text-align:left;
}
.cont03 li:last-child {
	border-left:2px dotted #e5368e;
}
.cont03 li p:last-child {
	margin-bottom:0;
}
.cont04 {
	background:#fffadf;
	padding:50px 0 20px;
}
.cont04 h2 {
	color:#e5368e;
	font-size:24px;
	margin-bottom:50px;
}
.cont04 .inner {
	text-align:left;
	position:relative;
}
.cont04 span {
	color:#e5368e;
	font-weight:bold;
}
.cont04 hr {
	border:none;
	border-bottom:2px dotted #e5368e;
	margin-bottom:30px;
}
.cont04 a {
	text-decoration:underline;
}
.pagetop {
	position:absolute;
	right:0;
	bottom:0;
}

.txtbox_1{
    text-align:center;
	padding:20px 0px;
	background: #FFF;
}

.txtbox_1 p {
	font-size:23px;
    text-align:center;
	margin:0;
	font-weight:bold;	
}
.txtbox_1 p a{
	color: blue;
    text-decoration: underline;
}

.accordion-wrapper {
    margin: 60px 0;
    padding: 60px 0;
    background: #e5368e;
}
.accordion dt {
	padding: 20px 30px;
	margin-top: -5px;
	position: relative;
	text-align: left;
	background-image: url(../img/acc_bg.png);
	background-repeat: no-repeat;
}
.accordion dt:after {
  content: url(../img/dtplus.png);
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  cursor: pointer;
}
.accordion dt.open:after {
  content: url(../img/dtminus.png);
}
.accordion dd {
  display: none;
  text-align: center;
  position: relative;
}
.accordion dd img {
  max-height: none;
}
.accordion .acc-link {
  position: absolute;
  /* background: rgba(255, 0, 0, .5);*/
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  width: 210px;
  height: 20px;
  top: 711px;
  left: 108px;
}
.accordion .acc-link:hover {
  background: rgba(255, 255, 255, .5);
}

/*------------------------------------------------------------
CV
------------------------------------------------------------*/
.cvb {
	margin-top:30px;
}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
footer {
	background:#e5368e;
	padding:20px 0;
	text-align:center;
	color:#fff;
}

/*1002 banner add*/
.banner_style a:hover{
	opacity: 1;
}
.banner_style{
	margin: 0 auto 50px;
	width: 62em;
}
