@charset "UTF-8";
/* CSS Document */

html,body,footer,header,table,thead,th,td,nav,h1,h2,h3,div,span,p,a,img,dl,dd,dt {
	margin    : 0;
	padding   : 0;
	border    : 0;
	outline   : 0;
	font-size: 100%;
  	vertical-align: baseline;
  	background: transparent;
}
	
footer,header {
	display: block;
}

body {
  line-height: 1;
}

img {
	border: 0;
	vertical-align: bottom;
	padding:0;
	width:100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
	
#wrapper {
	margin:0 auto;
	max-width:960px;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline; }

a:link,a:visited {
  /*color: #CCC;*/
  text-decoration: none;
}

a:hover,a:active {
  text-decoration: underline;
}



/*	Header
-------------------------------------------------- */
header {
  height: 80px;
}

.header_inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.header_inner img{
 width :80%;
}
	
h1 {
  left: 0px;
  position: absolute;
  top: 20px;
}

@media only screen and (max-width:767px){
    header {
        height: 50px;
    }

.header_inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.header_inner img{
    width :60%;
}
    
h1 {
  left: 0px;
  position: absolute;
  top: 10px;
}
    
}



/*	CTA Area
------------------------------------------------- */

.cta01 {
	position:relative;
}

img.btn_cta01 {
	position: absolute;
	width: 85%;
	left: 7.8%;
	bottom: 4%;
}

img.btn_cta02 {
	position: absolute;
	width: 25%;
	left: 68%;
	bottom: 15%;
}

img.btn_cta01:hover {
	opacity:0.7;
}

img.btn_cta02:hover {
	opacity:0.7;
}

a img {
	transition: opacity 0.3s ease-out;
 }


/*	Attention Area
------------------------------------------------- */

.teiki_comment {
	margin: 1% auto;
	width: 70%;
}

.attention {
	margin: 0em auto 2em auto;
	padding: 1em;
	width: 80%;
	font-size: 90%;
	line-height:160%;
	color:#000;
	background-color: #fff;
	border: 1px solid #000;
}

.attention-ac {
 margin: 0em auto 1em auto;
 padding: 1em;
 width: 80%;
 font-size: 90%;
 line-height:160%;
 background: #F3F4F5;
 color: #000;
}

.underline{ text-decoration: underline}

.attention li:before { content: "・";}

.item {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 24px;
}

.item::before {
	display: none;
}

.check {
	display: none;
}

.ac-box {
	margin: 1em auto;
	width: 70%;
}

.ac-title {
	background: #22b573;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 8px 1em;
	border-radius: 4px;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
}

.ac-title::after {
	content: "▼";
	position: absolute;
	color: #fff;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.ac-box-under {
	overflow: hidden;
	height: 0;
	opacity: 0;
	background: #F3F4F5;
}

.check:checked + .ac-title + .ac-box-under {
	height: auto;
	opacity: 1;
}

.check:checked + .ac-title::after {
	content: "▲";
}


@media (min-width: 320px) and (max-width: 428px) {

	.item {
		font-size: 10px;
	}
}

	
/*	Tabel Area
------------------------------------------------- */
table { 
	width: 100%; 
	border-collapse:collapse; 
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
}

th,td { padding: 10px; border: 1px solid #ddd; }
th { background: #f4f4f4; }
.common_detail { font-size: 90%; line-height: 160%; padding-bottom: 30px; padding-top:20px; }
.common_detail th  { width: 25%; text-align: left; }

.common_detail text {
	display: block;
    margin-top: 10px;
}
.common_detail li { list-style:none; }
.common_detail li:before { content:"※" }

@media only screen and (max-width:767px){
    .common_detail { margin: 0 30px; }
    .common_detail th,
    .common_detail td{
    width: 95%;
    display: block;
    border-top: none;
    }
	.common_detail tr:first-child th { border-top: 1px solid #ddd; }
}

/* Footer Area
-----------------------------------------*/
	#footerArea {
		width: 100%;
  		position: relative;
		margin: 0 auto;
  		background: #222;
	}

  	#footerArea {
	    text-align: center;
  	}
	
	#footerArea .logo img {
  		width: 61px;
		padding-top:20px;
		padding-bottom: 20px;
	}
	
	#footer01 .logo a {
  		display: inline-block;
	}

	#footerArea ul{
  		list-style-type: none;
  		margin:  0;
  		padding: 0;
	}
	
	#footerArea li {
		font-size: 90%;
  		display: inline-block;
		line-height: 160%;
  		padding: 0 10px;
  		color: #ccc;
	}

	#footerArea ul li a {
    	color: #ccc;
	}

	#footerArea p{
		color:#ccc;
		padding: 20px;
	}

	