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

#wrapper{
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

header {
  padding: 16px 0 16px 16px;
  box-sizing: border-box;
  text-align: left;
}
header h1 {
  width: 222px;
}
header h1 img {
  width: 100%;
  height: auto;
}

#main_outer {
  background: url("../images/bg_main_pc.jpg") no-repeat;
  height: 764px;
  z-index: 10;
  position: relative;
}

#main {
  background: url("../images/bg_main_2_pc.png") no-repeat center top;
  height: 764px;
}

#main_inner {
  padding: 95px 0 0;
}

#contents {
  background: url("../images/bp_contents_pc.jpg") no-repeat;
  margin: -84px 0 0;
  padding: 100px 0 50px;
}

.line_list {
  display: flex;
  justify-content: flex-start;
  width: 910px;
  margin: 30px auto 0;
}
.line_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  margin: 0 50px 0 0;
}
.line_list_item:nth-child(4) {
  margin: 0;
}

.line_attention {
  width: 392px;
  margin: 50px auto 0;
}
.line_attention img {
  width: 100%;
  height: auto;
}

footer {
  width: 368px;
  margin: 0 auto;
  padding: 20px 0;
}
footer img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:767px) {
	
#wrapper{
  min-width: inherit;
}

header {
  height: auto;
  padding: 16px 0;
  box-sizing: border-box;
  text-align: center;
}
header h1 {
  width: 200px;
  margin: 0 auto;
}
header h1 img {
  width: 100%;
  height: auto;
}
	
#main_outer {
  width: 100%;
  background: none;
  height: auto;
  z-index: 10;
  position: relative;
}

#main {
  background: none;
  height: auto;
}
#main_inner h2 img {
  width: 100%;
  height: auto;
}
	
#main_inner {
  padding: 0;
}
	
#contents {
  background: url("../images/bp_contents_sp.jpg") no-repeat;
  margin: 0;
  padding: 7% 3% 50px;
}
	
#contents .mt100 {
  margin-top: 50px;
}
	
#contents img {
  width: 100%;
  height: auto;
}
	
.line_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.line_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  margin: 30px 5% 0;
}
.line_list_item:nth-child(4) {
  margin: 30px 5% 0;
}
	
.line_attention {
  width: 260px;
  margin: 20px auto 0;
}
	
footer {
  width: 260px;
}
	

}