@charset "euc-jp";
body{
	margin-bottom: 80px;
}
div#header div.hd1 div.quickLink ul li {
    display: inline-block;
}
div#wrap {
    width: 100%;
}
div.topicpath {
    width: 960px;
    margin: 0 auto;
}
#contents {
    width: 100% !important;
    font-family: "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Std","Helvetica";
}
#contents a {
    text-decoration: none;
    transition: all 0.5s;
}
#contents a:hover{
	opacity: 0.6;
}
#contents p {
    line-height: 1.5;
}
.main {
	position: relative;
    margin: 0 auto 20px;
    background: #085b8f;
}
.main img{
	width: 1400px;
	margin: 0 auto;
    display: block;
}
.main .main_btn{
	position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -200px;
}
.main .main_btn a{
	display: block;
    width: 400px;
    padding: 20px 0;
    background-color: #e20000;
    border-radius: 10px;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
}
.main .main_btn a:hover{
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
  background: #f73232;
}

.campaign_bnr{
	text-align: center;
    margin-bottom: 60px;
}





.section-01{
	text-align: center;
	margin-bottom: 64px;
}
.section-01 h2{
	margin-bottom: 52px;
}
.section-01 .section-inner{
	display: flex;
	justify-content: center;
}
.section-01 .section-inner img:first-child{
	margin-right: 25px;
}
.section-01 .section-inner img:nth-child(2){
	margin-right: 43px;
}

.section-02{
	background: #075b8f;
	text-align: center;
	margin-bottom: 64px;
	padding: 76px 0 57px;
}
.section-02 h2{
	margin-bottom: 68px;
}
.section-02 .section-inner div:first-child{
	margin-bottom: 54px;
}

.section-03{
	text-align: center;
	margin-bottom: 64px;
}
.section-03 h2{
	margin-bottom: 42px;
}
.section-03 .section-inner{
	display: flex;
	justify-content: center;
	margin-bottom: 64px;
}
.section-03 .section-inner img{
	margin-right: 20px;
}
.section-03 .section-inner img:last-child{
	margin-right: 0;
}
.section-03 .note-01{
	margin-bottom: 45px;
}
.section-03 .note-02{
	margin-bottom: 58px;
}

#page_top a{
	position: fixed;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../img/pagetop.png) no-repeat;
}

#float_btn{
	position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,.5);
}
#float_btn a{
	display: block;
    width: 350px;
    padding: 17px 0;
    background-color: #e20000;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 9px auto;
}
#float_btn a:hover{
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
  background: #f73232;
}

.js-fade { position: relative; top: 50px; opacity: 0; transition: all 1s;}
.js-fade-in { top: 0; opacity: 1;}







/* footer */
div#footer {
    width: 960px;
    margin: 0 auto;
}

