@charset "UTF-8";

/* reset */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;list-style:none;word-break:break-all;word-wrap:break-word}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#fff;text-decoration:none}ins,mark{color:#000}mark{background-color:#ff9;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:text-bottom}


/* clearfix */
.cf:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}.cf{display:inline-block}* html .cf{height:1%}.cf{display:block}


/* basic */
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	font:100%/1.8 "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ",Meiryo,"游ゴシック体","Yu Gothic","ＭＳ Ｐゴシック",'MS PGothic',Arial;
	color:#1A1A1A;
	background:#fff;
    font-size:18px;
}
a {
	outline:none;
	text-decoration:none;
}
a:hover {
	opacity:0.75;
}
button {
	outline:none;
}
.wrap {
	position:relative;
    text-align: center;
}
img {
  width: 100%;
  vertical-align: bottom;
}
article section {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
article section .inbox {
  padding: 0 20px;
}
.bgy {
  background: #fff100;
  margin-top: -50px;
  padding-top: 80px;
}


/* font */
.fontleft {
  text-align: left;
}
.fontb {
  font-weight: bold;
}
.fontr {
 color: #eb0012;
}
.fontline {
 text-decoration: underline;
}
.font29 {
	font-size: 17px;
}
.font30 {
  font-size: 18px;
}
.font32 {
	font-size: 20px;
}
.font34 {
  font-size: 30px;
}
.font42 {
  font-size: 28px;
}
.font422 {
	font-size: 26px;
}

/* padding */
.pdtop10 {
  padding-top: 10px;
}
.pdtop15 {
  padding-top: 15px;
}
.pdtop20 {
  padding-top: 20px;
}
.pdtop30 {
  padding-top: 30px;
}
.pdtop50 {
  padding-top: 50px;
}
.pdbottom30 {
  padding-bottom: 30px;
}
.pdbottom40 {
	padding-bottom: 40px;
}

/* margin */
.mtop10 {
  margin-top: 10px;
}
.mtop20 {
  margin-top: 20px;
}
.mtop30 {
  margin-top: 30px;
}
.mtop80 {
	margin-top: 80px;
}

.btn {
	background:url(../images/common/btn_bg.png) left top no-repeat;
	color: #fff;
	width: 540px;
	margin: 0 auto 50px auto;
	display: block;
	padding: 20px 0 30px 20px;
	font-size: 40px;
	font-weight: bold;
}

/* header */
header {
	background:#E80B21;
}
#header h1 {
    background:url(../images/common/logo_bg.png) left bottom repeat-x;
    text-align: left;
    padding: 13px 0 20px 0;
}
.btn_access {
	position: absolute;
	top: 0;
	right: 0;
	background: #1654A4;
padding: 15px;
	width: 100px;
}


/* footer */
#footer {
  background: #000;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
}
#copyright {
  color: #fff;
  font-weight: bold;
}


.midashi01 {
	background:#D70C18 url("../images/common/midashi_bg.png") no-repeat left top ;
	color: #fff;
	padding: 15px 15px 15px 80px;
	font-size: 40px;
	text-align: left;
	line-height: 1.3;
}



/* top */
#top .main {
	background:url(../images/common/pc_main.jpg) center top no-repeat;
	width: 100%;
	height: 609px;
}
#top .main img.main_img {
	display: none;
}

#top .top_menu {
	text-align: center;
	padding-top: 420px;
	margin-left: -150px;
}
#top .top_menu li {
	display: inline;
}

#top .news {
  width: 96%;
  margin: 20px auto 0 auto;
  text-align: left;
}
#top .news dt {
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
}
#top .news dd {
	border-bottom: 1px solid #999999;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#top .news dd:last-child {
  border-bottom: 0;
}
#top .news dd a {
	color: #1654A4;
  text-decoration: underline;
}
#top .time li{
  text-align: left;
}
#top .time li:before {
  content: '◆';
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-right: .7em;
  vertical-align: 1px;
  color: #eb0012;
}
#top .logo {
  width: auto;
}

#top #price img {
  width: 100%;
  margin: 20px 0;
}
.app_pc {
	border-bottom: 7px solid #D70C18;
	border-left: 7px solid #D70C18;
	border-right: 7px solid #D70C18;
	width: 528px;
	margin: 0 auto 100px auto;
	padding: 10px 4px 15px 4px;
	text-align: center;
}

.app_pc img {
	margin: 0;
}
.app_pc img:last-child {
	margin: 8px;
}

@media all and (min-width: 920px) {

  img {
    width: auto;
  }

  article section {
    width: 640px;
  }
  
  .sp_only {
    display: none;
  }
  .pc_only {
    display: none;
  }
  
  /* font */
  .font30 {
    font-size: 21px;
  }
  .font34 {
    font-size: 33px;
  }
  .font42 {
    font-size: 31px;
  }

  /* header */
	header div {
		width: 1000px;
		margin: 0 auto;
	}
  #header h1 {
    background:#E80B21 url(../images/common/logo_bg.png) left bottom repeat-x;
    padding: 13px 0 20px 0;
  }
  #header h1 img {
    vertical-align: bottom;
  }

  #header .text01 img {
    width: 25%;
    vertical-align: bottom;
  }
  #gnavi ul li {
    display: inline-block;
    width: auto;
    padding: 15px 0 5px 50px;
  }


}

@media all and (max-width: 767px) {
	#header h1 {
		padding: 4px 0 11px 1%;
	}
	#header img {
		width: 70%;
	}
	.btn_access {
		position: absolute;
		top: 0;
		right: 0;
		background: #1654A4;
		padding: 2% 1%;
		width: 20%;
	}

  #top #price {
    width: 90%;
    margin: 0 auto;
  }
  #top #price p {
    text-align: left;
  }
  #top #price p.ct {
    text-align: center;
  }
  #top #price h2 {
    font-size: 1.2em;
  }
	#top .main {
		background:none;
		width: 100%;
		height: auto;
		padding-bottom: 0;
		position: relative;
	}
	#top .main img.main_img {
		display: block;
	}
	#top .top_menu {
		width: 100%;
		margin: 0;
		position: absolute;
		top:350px;
		left:0;
		padding: 0;
	}
	#top .top_menu li {
		width: 32%;
		height: 190px;
	}
	#top .top_menu li a {
		width: 32%;
		height: 190px;
		display: inline-block;
		margin-top: 30px;
	}
	#top .top_menu li .menu01 {
		background: url("../images/top/top_spmenu01.png")left top no-repeat;
		background-size: 100%;
		display: inline-block;
	}
	#top .top_menu li .menu02 {
		background: url("../images/top/top_spmenu02.png")left top no-repeat;
		background-size: 100%;
		display: inline-block;
	}
	#top .top_menu li .menu03 {
		background: url("../images/top/top_spmenu03.png")left top no-repeat;
		background-size: 100%;
		display: inline-block;
	}
	#top .top_menu li img {
		display: none;
	}

	.midashi01 {
		font-size: 25px;
		background-size: 13%;
		padding-left: 14%;
	}
	
	.btn {
		width: 95%;
		font-size: 25px;
		background-size: 100%;
		padding: 10px 0 25px 3%;
		margin: 0 0 30px 0;
	}
	
	#top #ceat {
		width: 90%;
		margin: 0 auto;
	}
	
	.app_pc, .app_midashi {
		display: none;
	}
	
	.app_sp {
		padding-bottom: 60px;
	}
	.mtop80 {
		margin-top: 40px;
	}
	
}







