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

body{
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-break: break-all;
}
.top ul{
	padding:10px;
}
.top ul li{
	margin-bottom: 10px;
	background: #fc3c44;
	text-align: center;	
}
.top ul li:last-child{
	margin-bottom: 0;
}
.top ul li a{
	display:block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	line-height: 45px;	
}
.top .text{
	font-size:11px;
}
footer .logo{
	margin-bottom: 10px;
}
footer .logo img{
	width: 100%;
}
footer .copy{
	font-size: 10px;
	text-align: center;
}
h1{
	margin: 10px 0 0;
	width: 100%;
    text-align: center;
}
h1 img{
	width: 100%;
}
h1.logo img{
    margin: 20px 0;
	width: 20%;
}
h2{
	margin-top: 5px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.contact{
	padding:10px;
	font-size: 14px;
}
.formList li{
	margin-bottom: 15px;
}
.formList input[type="email"], .formList input[type="text"], .formList textarea{
   -webkit-appearance: none;
   border-radius: 0;
	border-color: #C0C0C0;
	font-size:13px;
	padding: 5px 0;
	text-indent: 5px;
	width: 100%;
}
.formList label{
	display:block;
	font-weight: bold;
}
.formList .label{
	font-weight: bold;
}
.formList label.error{
	font-size: 11px;
	color: #fc3c44;
	font-weight: normal;
}
.formList label span{
	color: #fc3c44;
	font-size: 90%;
}
.formList textarea{
	width: 100%;
}
.formList input[type="email"]{
	width: 100%;
}
.caution{
	margin-bottom: 15px;
	font-size: 12px;
}
.formBox__btn{
	padding: 15px 0;
	width: 100%;
   font-size: 15px;
   background-color: #fc3c44;
   color: #fff;
	font-weight: bold;
   border-style: none;
	-webkit-appearance: none;
   border-radius: 0;
}
.formBox__btn__back{
	margin-top: 10px;
	padding: 15px 0;
	width: 100%;
   font-size: 15px;
   background-color: #BEBEBE;
   color: #fff;
	font-weight: bold;
   border-style: none;
	-webkit-appearance: none;
   border-radius: 0;
}

.text{
	padding: 10px;
	font-size: 12px;
}
.text p{
	margin-bottom: 5px;
}
.text p.title{
	font-weight: bold;
	margin-top: 20px;
}
.text p.sub{
	margin-left: 1em; 
}
.text .pp_table{
    border: 1px solid #888;
    width: 100%;
    margin-bottom: 20px;
}
.text .pp_table td{
    border: 1px solid #888;
    padding: 5px;
}
.text .pp_table th{
    background-color: #cecece;
    border: 1px solid #888;
    width: 50%;
    padding: 5px;
}
.text .pp_table ul{
    margin-left: 1.0em;
}

.text .pp_table ul li{
    list-style: disc;
    list-style-position: inside;
    text-indent: -1.0em;
}
.right{
    text-align: right;
}

.finish{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.japanese{
	display: none;
}
.english{
	display: block;
}