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

html { font-size: 62.5%; } /* 10px */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background-color: #f18900;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0px;
	padding: 0px;
    list-style-type: none;
}

/*====================================================================

  HEADER&MAIN IMAGES

====================================================================*/


header {
    background-color: #000000;
    padding: 10px;
	text-align: center;
}
	
header img {
	max-width: 1100px;
}	

.orange {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #F17600;
    background-image: url(img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#mainImage{
	max-width: 1100px;
    width: 100%;
	margin: 0 auto;
    text-align: center;
}

#mainImage img {
	width: 100%;
}

h1 img {
	width: 100%;
}

.logo{
    width: 380px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
.moji {
    width: 100%;
	margin-top: 500px;
    margin-left: 0px;
    max-width: 1000px;
}	
	
/*====================================================================

  CONTENTS

====================================================================*/
	
.contents {
    color: #00000;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.contents h1 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 150%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    font-family: 'M PLUS 1p', sans-serif;
}
.period {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
}	
.contents p {
    font-size: 1.8rem;
    line-height: 180%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


.desc {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    font-size: 2rem!important;
    line-height: 180%;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.desc i{
	margin-right: 5px;	
}

/*====================================================================

  SNS

====================================================================*/

.sns {
    text-align: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sns a {
    color: #000000;
    font-size: 4rem;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

/*====================================================================

  PRESENT

====================================================================*/


.notice {
    color: #000000;
    margin-bottom: 60px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5rem;
    line-height: 180%;
}
	
/*====================================================================

  FORM

====================================================================*/	
	
#form {
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: 60px;
}

#form h3 {
    font-size: 2.3rem;
    text-align: center;
    background-color: #CC0003;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 60px;
}
.formTxt {
    position: relative;
    width: 50%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
}
	
.formTxt p {
    font-size: 1.6rem;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.formTxt input[type='text'] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    padding: 16px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #505050;
    border: 1px solid #B6B6B6;
    border-radius: 4px;
}
.form100 {
		    width: 100%;
}
.form50 {
		    width: 50%;
}
.formTxt p span {
    background-color: #FF0004;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 13px;
    padding-bottom: 3px;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 1.3rem;
    margin-right: 5px;
}
.privacy {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    line-height: 180%;
}
	
	#sendBtn{
    width: 100%;
    text-align: center;
    margin-top: 50px;
	}	
	#sendBtn input {
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 20px;
    background-color: #CC0003;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 2.5rem;
	}
	
footer {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer p {
    color: #000000;
    font-size: 1.3rem;
    line-height: 2.3rem;
}

	.rbr{
		display: inline;
	}	
	

@media screen and (max-width: 768px) {


/*====================================================================

  HEADER&MAIN IMAGES

====================================================================*/

header {
    background-color: #000000;
    padding: 8px;
	text-align: center;
}
	
header img {
	max-width: 95%;
}	
	
#mainImage{
    width: 100%;
    text-align: center;
}

#mainImage img {
	width: 100%;
}

h1 img {
	width: 100%;
}

.logo{
    width: 380px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
.moji {
    width: 100%;
	margin-top: 500px;
    margin-left: 0px;
    max-width: 1000px;
}	
	
/*====================================================================

  CONTENTS

====================================================================*/
	
.contents {
    color: #000000;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.contents h1 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 150%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    font-family: 'M PLUS 1p', sans-serif;
}
.period {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}	
.contents p {
    font-size: 1.3rem;
    line-height: 180%;
	width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
	
	
.formTxt {
    position: relative;
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
}
	
.desc {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    font-size: 1.3rem!important;
    line-height: 150%;
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
.desc i{
	margin-right: 5px;	
}
.notice {
    color: #000000;
    margin-bottom: 30px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.3rem;
    line-height: 150%;
}
	
	#form h3 {
		font-size: 2rem;
	}
	.rbr{
		display: none;
	}	
	
	.form50 {
		    width: 100%;
}
		#sendBtn{
    text-align: center;
    margin-top: 50px;
	}	
	#sendBtn input {
		width: 90%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background-color: #CC0003;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
	}
	.privacy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
    line-height: 150%;
}
	
.item h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 150%;
    margin-top: 5px;
}
.item p {
    padding: 10px;
    font-size: 1.3rem;
    line-height: 150%;
}	

}


	