@charset 'utf-8';
/*/////////////////cssガイド/////////////////

・すべてのサイトにおける設定

////////////////////////////////////////////*/




/*/////////////////サイトにおける設定ここから/////////////////*/
* {
  margin: 0;
  padding: 0;
	}

body {
	color: #000;
	font-family:-apple-system, BlinkMacSystemFont, YuGothic, 'Yu Gothic Medium', 'Helvetica Neue', 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	position: relative;
	font-feature-settings: "palt" 1;
	
	/*　背景ドット */
	margin: auto;
	/*max-width: 500px;
	height: 200px;*/
	background-color: #ffffff;
	background-image: radial-gradient(#ddf1fb 16%, transparent 16%),radial-gradient(#ddf1fb 16%, transparent 16%);
	background-position: 0 0, 11px 11px;
	background-size: 22px 22px;
	}

body p {
	margin-bottom: 0;
	}

section {
	position: relative;
	}


li {
	list-style-type: none;
	}

img {
	width:100%;
	margin: 0;
    padding: 0;
    vertical-align: bottom;
	}

a {
	text-decoration: none;
    color: #000;
	}

h1,h2,h3,h4,h5 {
 	font-size:4.5vw;
	text-decoration:none;
	font-weight: normal;
	}

@media screen and (min-width: 767px){
h1,h2,h3,h4,h5 {
	font-size:1.5vw;
	}
}


/*レスポンシブ*/
.forSp {
	display: none;
	}

.forPc {
	display: block;
	}

@media screen and (max-width: 767px){
.forSp {
	display: block;
	}
.forPc {
	display: none;
	}
}


/*フォントサイズ*/
body {
	font-size:1.1vw;
	}

@media screen and (max-width: 767px){
body {
	font-size:3.7vw;
	line-height: 7vw;
	}
}

/*/////////////////サイトにおける設定ここまで/////////////////*/




.fv_back-img {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
	}

.fv_block01 {
	position: relative;
	z-index: 2;
	}

.fv_title {
	width: 95%;
    margin: 0 auto;
    padding-top: 15%;
	}

.fv_txt {
	text-align: center;
	font-weight: bold;
	color: #4d4d4d;
	letter-spacing: 0.1vw;
	font-size: 1.6vw;
	line-height: 2.8vw;
    margin-top: 3%;
	}

.content {
	z-index: 3;
	}

.content_txt {
	position: absolute;
    top: 5%;
    width: 76%;
    margin: 0 auto;
    right: 0;
    left: 0;
	}

.step {
	background: #fff;
    width: 60%;
    margin: 0 auto;
    border: solid 2px #009fe8;
    filter: drop-shadow(4px 4px 0px #009fe8);
	padding: 4%;
	margin-top: 6%;
	}

h2 {
	color: #009fe8;
    text-align: center;
    font-size: 2.7vw;
    font-weight: lighter;
    letter-spacing: 0.4vw;
	}

.step ul {
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
	}

.step ul li {
	background: #e5f5fd;
	width: 43%;
	text-align: center;
	padding: 3%;
	}

.step_title01 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #009fe8;
    margin-top: 30%;
	font-size: 2vw;
	}

.step_txt01 {
	margin-top: 4%;
    margin-bottom: 3%;
	font-size: 1.5vw;
	}

.step_img01 {
	margin: 0 auto;
	width: 70%;
	/*filter: drop-shadow(6px 6px 0px #006492);
    display: inline-block; 
    cursor: pointer;
    transition: all 0.3s ease 0s;*/
	}

/*.step_img01:hover {
  	transform: translateY(0.1875em);
	filter: drop-shadow(2px 2px 0px #006492);
	}*/

.step_txt02 {
	position: relative;
    /* margin: 1%; */
	padding: 3%;
    min-width: 50%;
    max-width: 100%;
    color: #ffff00;
    background: #009fe8;
    border-radius: 15vw;
    font-weight: bold;
    font-size: 1.5vw;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 5%;
	}

.step_txt02:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2%;
    border: 0.5vw solid transparent;
    border-top: 10px solid #009fe8;
	}


.rule {
	margin-top: 20%;
	}

.rule_back-img {
	position: absolute;
	z-index: 1;
	top: -20%;
	}

.rule h2 {
	color: #fff;
	}

.rule_block01 {
	position: relative;
	z-index: 4;
	}

.rule_box {
	width: 80%;
    height: 15vw;
    background-color: #fff;
    overflow: scroll;
    margin: 0 auto;
	margin-top: 3%;
    margin-bottom: 5%;
	}

.rule_box p {
	width: 96%;
    padding: 2%;
	}

.rule_box span {
	font-weight: bold;
	}

.twitter-link_bt {
	background: #fff;
    width: 20%;
    padding-top: 3%;
	padding-bottom: 3%;
    padding-right: 4%;
    padding-left: 4%;
    border-radius: 10vw;
	filter: drop-shadow(6px 6px 0px #006492);
	/*display: inline-block;*/
	cursor: pointer;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
	}

.twitter-link_bt:hover {
	/*border-bottom-color: transparent;*/
  transform: translateY(0.1875em);
	filter: drop-shadow(2px 2px 0px #006492);
	}

footer {
	padding-top: 12%;
    background: #fff;
    text-align: center;
    padding-bottom: 5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	}

.announce {
	text-align: center;
	margin-top: 5%;
	}

.announce_tit {
	background: #009fe8;
    width: 25%;
    margin: 0 auto;
	border-radius: 100vw;
	color: #fff;
	font-size: 2.7vw;
    font-weight: lighter;
    letter-spacing: 0.4vw;
	padding: 0.5%;
	}

.announce_txt02 {
	font-size: 2vw;
	}

.announce_txt01 {
	font-size: 3.4vw;
    color: #009fe8;
    font-weight: bold;
	margin-top: 1%;
	}


@media screen and (max-width: 767px){
.fv_title {
	width: 98%;
	padding-top: 18%;
	}
	
.fv_txt {
	font-size: 3.1vw;
    line-height: 5.5vw;
	margin-top: 4%;
	}
	
.content {
	margin-top: 6%;
	}	
	
.content_txt {
	top: 4%;
	width: 88%;
	}
	
.step {
	width: 82%;
	padding-top: 9%;
	margin-top: 11%;
	}
	
h2 {
	font-size: 7.5vw;
	}
	
.step ul {
	display: block;;
	}
	
.step ul li {
	width: 87%;
	margin: 0 auto;
	margin-bottom: 2%;
	padding: 6%;
	}
	
.step_txt02 {
	font-size: 4.5vw;
	}
	
.step_txt02:before {
	margin-left: -3%;
	border: 2vw solid transparent;
    border-top: 10px solid #009fe8;
	}
	
.step_txt02:before {
	}
	
.step_title01{
	font-size: 6vw;
	padding-top: 6%;
	margin-top: 0%;
	}
	
.step_txt01 {
	font-size: 4.5vw;
	}	
	
.rule {
	margin-top: 37%;	
	}	
	
.rule_box {
	height: 64vw;
	margin-top: 7%;
    margin-bottom: 10%;
	}

.twitter-link_bt {
	width: 50%;
	padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 11%;
    padding-left: 11%;
    border-radius: 40vw;
    filter: drop-shadow(4px 4px 0px #006492);
	}	
	
footer {
	padding-top: 28%;
	}
	
.announce {
	margin-top: 15%;
	}	
	
.announce_tit {
	font-size: 7.5vw;
	width: 50%;
    padding: 2.5%;
	}
	
.announce_txt02 {
	font-size: 4vw;
	line-height: 6vw;
	margin-top: 3%;
	}	
	
.announce_txt01 {
	font-size: 7.4vw;
	margin-top: 5%;
	}
	
}




