/*===============================
  Base
===============================*/
html {
	height: 100%;
}
body {
	line-height: 1;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", sans-serif;
	height: 100%;
    color: #2a3233;
}
a {
	text-decoration: none;
}

a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:hover {
  opacity: 0.7;
}


.flex,
section > ul{
   	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
section > ul::after{
  content:"";
  display: block;
  width:30%;
}

.for_sp{
  display: none;
}



/*===============================
  Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
  Wrapper
===============================*/
.wrapper {
	height: 100%;
	margin: 0 auto;
	box-sizing: content-box;
}

/*===============================
  Header
===============================*/
header {
	width: 100%;
    height: 100px;
    background-color: #fff;
    position: relative;
}

header > div{
  width: 100%;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
}


	header {
        /*margin-bottom: -100px;*/
    }
	header > div {
		width:calc(100% - 24px);
        height: 80px;
      	top: 44px;
		left:24px;
    }
	header h1 img {
		width: 260px;
    }
    .fix__btn {
        display:none;
    }
	/*chance01*/
	.mv {
        width:100%;
        height: 640px;
		margin-top: 0px;
		text-align: center;
    	background:url("../img/bg.jpg?v=2203") center top no-repeat;
	}
	
	.mv .mv__btn {
		width:1100px;
		margin: 0 auto;
		padding:290px 0px 0 0px;
		text-align: left;
	}
	.mv .mv__btn li{
		width:465px;
	}
	.mv .mv__btn img{
		width:100%;
		height:auto;
	}
	
	/*chance01*/
	#chance1 {
		width:100%;
		background: rgb(0,109,187);
        background: -moz-linear-gradient(180deg, rgba(0,109,187,1) 20%, rgba(0,0,62,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0,109,187,1) 20%, rgba(0,0,62,1) 100%);
        background: linear-gradient(180deg, rgba(0,109,187,1) 20%, rgba(0,0,62,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006dbb",endColorstr="#00003e",GradientType=1);
	}
	.chance01 {
		width:100%;
		margin-top: 0px;
		margin-bottom:65px;
		padding-bottom:65px;
    	background:url("../img/chance01header.jpg") center top no-repeat;
	}
	.chance01 .inner{
		width:1100px;
		padding-top:217px;
	}
	.chance01 .inner > ul {
	}
	.chance01 .inner > ul > li {
		float:left;
		width:50%;
        box-sizing:border-box;/*ボーダー内側*/
		min-height:1200px;
	}
	.chance01 .inner > ul > li:first-child {
        background-image:url("../img/chance01_01title.png"),url("../img/chance01_plus.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat,no-repeat;
        background-position:center top,center bottom;
		padding-top:400px;
		border-right:1px solid #fff;
	}
	.chance01 .inner > ul > li:last-child {
        background-image:url("../img/chance01_02title.png"),url("../img/chance01_plus.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat,no-repeat;
        background-position:center top,center bottom;
		padding-top:500px;
	}
	.chance01 p{
		font-size:17px;
	}
	
	.chance01 .kyuden {
		width:1050px;
		margin:30px auto 0;
		padding: 20px 0;
	}
	.chance01 .kyuden ul {
		width:1000px;
		margin:0px auto 0;
	}
	.chance01 .kyuden ul li {
		width:475px;
		float:left;
		padding:0 0px;
	}
	.chance01 .kyuden ul li:first-child {
		border-right:1px solid #fff;
		padding-right:24px;
	}
	.chance01 .kyuden ul li:last-child {
		padding-left:25px;
	}
	.chance01 .mv__btn {
		margin:0px auto 0;
	}
	/*chance01*/
	
	/*chance02*/
	.chance02 {
		margin: 50px auto 75px;
		padding-bottom:75px;
    	background:url("../img/chance02_bg.jpg");
	}
	.chance02 .inner{
		width:1100px;
		margin:0px auto;
		padding-top:13px;
    	background:url("../img/chance02_header_photo.jpg") right top 13px no-repeat;
	}
	.chance02__body {
		width:1090px;
		margin:0px auto 40px;
		padding-bottom: 20px;
	}
	.chance02__body h2{
		padding-left:187px;
		font-size:26px;
		line-height:50px;
	}
	.chance02 .chance02__body ul li {
		float:left;
		width:545px;
		text-align: center;
	}
	.chance02 .chance02__body ul li:first-child {
		padding-bottom:30px;
	}
	.chance02 .chance02__body ul li:nth-child(2) {
		padding-bottom:30px;
	}
	.chance02 .chance02__body ul li:nth-child(3) {
		float:right;
	}
	.chance02__plan01 {
    	background:url("../img/chance02_plan01header_bg.jpg") center top no-repeat;
		padding-top:240px;
	}
	.chance02__plan01 .chance02__header{
		margin:37px auto 0px;
		padding-top:230px;
    	background:url("../img/chance02_plan01header_bg2.gif") center top no-repeat;
	}
	.chance02__plan01 .chance02__header ul{
		padding-left:238px;
	}
	.chance02__plan01 .chance02__header ul li{
		width:370px;
		padding-left:38px;
		padding-bottom: 0px!important;
	}
	.chance02__plan01 .chance02__title{
		width:1000px;
		margin:0px auto 0px;
    	background:url("../img/bar_w.png") right bottom 9px no-repeat;
	}
	.chance02__plan02 .chance02__title,
	.chance02__plan03 .chance02__title{
		width:1000px;
		margin:0px auto 0px;
    	background:url("../img/bar_bk.png") right bottom 5px no-repeat;
	}
	.chance02__plan02 .chance02__header,
	.chance02__plan03 .chance02__header{
		width:1000px;
		margin:0px auto 0px;
	}
	.chance02__plan02 .chance02__header ul li:first-child,
	.chance02__plan03 .chance02__header ul li:first-child{
		width:388px;
	}
	.chance02__plan02 .chance02__header ul li:nth-child(2),
	.chance02__plan03 .chance02__header ul li:nth-child(2){
		width:580px;
		margin-left:30px;
	}
	.chance02__plan01 ul li:nth-child(3) img{
		padding-left:50px;
	}
	.chance02__plan01 ul li:nth-child(4) img{
		padding-right:50px;
	}
	.chance02 .mv__btn {
		padding:25px 0 25px;
		text-align: center;
	}
	.chance02 .inner  > ul {
		width:1120px;
		margin:0px auto 0px;
		padding:0px 0 0px;
	}
	.chance02 .inner > ul > li {
		float:left;
		width:540px;
	}
	.chance02 .inner > ul li:first-child {
		margin-right:40px;
	}
	.chance02 .inner > ul li:last-child {
	}
	.chance02__plan03 ul li:last-child {
	}
	
    .chance02 .mv__btn p{
        padding:5px 50px 0 0;
    }
	.chance02__plan03 {
		margin-bottom:0px;
	}
	.chance02__special {
		width:1050px;
		margin:30px auto 0px;
		padding:16px 25px;
	}
	.chance02__special li {
		float:left;
		text-align: center;
	}
	.chance02__special li:first-child {
		width:673px;
		margin-right:15px;
		padding-top:20px;
	}
	/*chance02*/
	
    .apology {
        font-size:18px;
        margin-bottom:15px;
    }
	
    /*gaiyo*/
    .gaiyo {
        width:1100px;
        margin:0 auto 50px;
    }
    .gaiyo .inner {
        width:1000px;
        margin:0 auto;
    }
    .gaiyo h2 {
        padding:12px;
        font-size:20px;
        line-height:26px;
    }
    .gaiyo h2 small{
        font-size:15px;
    }
    .gaiyo p {
        font-size:14px;
        line-height:22px;
        margin-bottom:25px;
        padding:35px 0px;
    }
    .gaiyo p span,
    .gaiyo p b {
        font-size: 14px;
    }
    .gaiyo p span {
        font-size: 14px;
    }
    /*gaiyo*/
	
    #corona {
        width:1100px;
        height:auto;
        margin:50px auto 65px;
    }
	.cooperation {
		width:1100px!important;
		margin:50px auto ;
		padding:5px 0;
        font-size:16px;
		line-height:24px;
	}
	
	.end__btn {
		width:1050px;
		margin:65px auto;
	}
	
	.sp {
		display: none;
	}

	
header {
    background-color: transparent;
}
/*chance01*/

.chance01 {
    width:100%;
}
.chance01 .mv__btn {
	margin-top:50px;
    text-align: center;
}
.chance01 .inner{
    text-align: center;
}
.chance01 p{
    color:#FFF;
    padding-top:5px;
}
.chance01 .inner,
.chance02 .inner{
    margin:0px auto;
}
.chance01 h2,
.chance01 p{
    color:#FFF;
}
.chance01 .kyuden {
    border:1px solid #FFF;
    background-color: #231815;
}
/*chance01*/

/*chance02*/
.chance02 {
    width:100%;
}
.chance02__body {
    background-color: #FFF;
	border: 5px solid #b8b5b4;
}
.chance02__plan01{
    background-color: #000!important;
	border:5px solid #e0cc33;
    margin-top:40px;
}
.chance02__plan02 .chance02__header ul{
    padding-bottom: 0px;
}
.chance02__body ul {
    padding:25px 0 15px;
}
.chance02__body h2{
    box-sizing:border-box;
    width:100%;
    color:#FFF;
    text-align: left;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    font-weight:normal;
    background:url("../img/chance02_planheader.gif") left top no-repeat;
    background-color: #514e4d;
}

.chance02__special {
    color:#FFF;
    text-align: center;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    background:url("../img/chance02_special_bg.jpg") left top ;
}

.chance02 .mv__btn p{
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    text-align: right;
    color:#c6141d;
}
/*chance02*/

.cooperation {
    width:100%;
    background-color: #fff34b;
    text-align:center;
    font-weight: bold;
}

.apology {
    color:#f00;
    text-align:center;
}
/*gaiyo*/
.gaiyo h2 {
    background-color: #000;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color:#FFF;
    text-align:center;
    font-weight:bold;
}
.gaiyo h2 small{
    color: #ffff00;
    font-weight:bold;
}
.gaiyo {
    background-color: #e7e7e7;
}
.gaiyo p a {
    text-decoration: underline;
}
/*.gaiyo p span,
.gaiyo p b {
    font-weight:bold;
}
.gaiyo p span {
    text-decoration: underline;
}*/
.gaiyo .red {
    font-weight:bold;
    color:#F00;
    text-decoration: none;
}
.gaiyo .yellow {
		background-color: #fff100;
	}
/*gaiyo*/

    .mywrap,
    section > ul{
    width: 85%;
    min-width: 680px;
  }
  
  .arealist{
    width: 80%;
    max-width: 680px;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    margin: 25px auto;
  }
  
  /*.arealist a{
    margin-bottom: 15px;
  }*/
  
  .flex_center{
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  .flex_center li:first-child{
    margin-right: 0;
  }


footer{
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  color: #fff;
  background-color: #2a3233;
  font-size: 14px;
  line-height: 100px;
  letter-spacing: 1px;
}


    ul:after {
        content: "."; 
        display: block; 
        height: 0; 
        font-size:0;	
        clear: both; 
        visibility:hidden;
    }