img {
    margin: 0 auto;
}
.inner {
	max-width: 908px;
	margin: auto;
}
.center {
	text-align: center;
    margin-top: 2rem;
}
.center + .center {
    margin-top: 4rem;
}
.bg_white {
    background-color: #fffbde;
    padding: 3.5rem 0;
    box-shadow: 4px 4px 10px 2px #0671a4;
}
.bg_white2 {
    background-color: #fffbde;
    padding: 1.5rem 0;
    box-shadow: 4px 4px 10px 2px #0671a4;
}
.bnr_area .p_head_text {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.text-red {
  color: #da381b;
}
.inner ul li {
    color: #fff;
    display: table;
    width: 100%;
}
.list {
    max-width: 800px;
    margin: 1.5rem 0 1.5rem auto;
    display: table;
}
.list li {
    margin: 0 auto;
    text-align: center;
    display: table;
}
.atten_list {
    margin-top: 4rem;
}
.atten_list h3 {
    color: #fff;
    font-size: 2.3rem;
}
.atten_list ul {
    max-width: 800px;
    margin: 2rem auto;
}
.pre {
  display: table-cell;
  padding: 0rem 0.5rem 0rem 0rem;
  white-space: nowrap;
  width: 1%;
}
.btn {
    margin: 5rem auto;
    max-width: 900px;
}
.entry-btn {
    padding: 1.5rem 20rem;
    background:  linear-gradient(to right, #fff49e, #fff353);
    box-shadow: 4px 4px 0px #dad049;
    border-radius: 5rem;
    transition: 0.1s;  
    border: none;
}
.entry-btn:hover {
  transform: translate(4px, 4px); 
  box-shadow: 0px 0px 0px #dad049; 
}
.individual {
    background-color: #058ecf;
}

.individual p {
	font-weight: normal;
}

.main_visu_bg {
	background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: center 2rem;
}
.main_visu {
	padding: 2.5rem 1rem;
    background-image:linear-gradient(#039fe4, #039fe4),
     linear-gradient(#14a4e4, #14a4e4),
     linear-gradient(#1ab4e9, #1ab4e9),
     linear-gradient(#69ccf4, #69ccf4);
    background-size: 
    100% 10px,
    100% 10px,
    100% 10px,
    100% 10px;
    background-position: 
    center bottom 45px, 
    center bottom 30px,
    center bottom 15px, 
    center bottom;
    background-repeat: no-repeat;
}
.content_wrap{
	padding: 2.5rem 0;
}
@media screen and (max-width:690px){
	.bnr_area .p_head_text {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	  }
    .inner {
        width: 100%;
}
.main_visu_bg {
    background-image: url("../images/bg_sp.png");
    background-position: center 2rem;
    background-size: contain;
}
.main_visu {
	padding: 2rem 1rem;
    background-size: 
    100% 5px,
    100% 5px,
    100% 5px,
    100% 5px;
    background-position: 
    center bottom 30px, 
    center bottom 20px,
    center bottom 10px, 
    center bottom;
}
.content_wrap{
	padding: 1rem 1.5rem;
}
.center {
    margin-top: 0;
}
.center + .center {
    margin-top: 2rem;
}
.bg_white {
    padding: 1.5rem;
}
    .bg_white2 {
    padding: 0.8rem 0;
}

.list {
    margin: 1.5rem auto;
}
.list li {
    margin: 0 auto;
    text-align: left;
}
.btn {
    margin: 3rem auto 4rem;
}
.entry-btn {
    padding: 1.5rem 2rem;
}
    .mt40 {
        margin-top: 2rem;
    }
}