﻿
@charset "utf-8";

html{
	overflow-y: scroll;
}

img{
	border:0px;
}
@media screen and (max-width:1024px){
img{
	max-width:100%;
}
}

body{
	margin:0px;
}

.clearfix:after{
	display:block;
	content:"";
	clear:both;
}

/*-------------------------------------------*/
/* fonts                                     */
/*-------------------------------------------*/
@font-face{
	font-family:'NotoSansJP';
	src:url('../fonts/NotoSansJP-Medium.otf') format('opentype');
	font-display:swap;
}
@font-face{
	font-family:'NotoSansJP';
	src:url('../fonts/NotoSansJP-Bold.otf') format('opentype');
	font-weight:600;
	font-display:swap;
}

/*-------------------------------------------*/
/* header                                    */
/*-------------------------------------------*/
.header-area{
	position:relative;
	background:#45b1c7;
	width:100%;
}

.header-area .header-wrap{
	position:relative;
	margin:0px auto 0px auto;
	width:1024px;
}
@media screen and (max-width:1024px){
.header-area .header-wrap{
	width:98%;
}
}

.header-area .header-wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.header-area .header-wrap ul li{
	display:inline-block;
}

.header-area .header-wrap ul li:nth-child(1){
	text-align:left;
	width:100%;
}
.header-area .header-wrap ul li:nth-child(1) a{
	color:#ffffff;
	text-decoration:none;
}
.header-area .header-wrap ul li:nth-child(1) a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.header-area .header-wrap ul li:nth-child(1) .logo-wrap{
	display:inline-block;
	padding:18px 0px;
	text-align:center;
}
.header-area .header-wrap ul li:nth-child(1) .logo-wrap img{
	width:200px;
}
.header-area .header-wrap ul li:nth-child(1) .logo-wrap .copy{
	margin-top:5px;
	font-size:12px;
	line-height:1em;
	color:#ffffff;
}

@media screen and (max-width:767px){
.header-area .header-wrap ul li:nth-child(1){
	text-align:center;
}
.header-area .header-wrap ul li:nth-child(1) .logo-wrap{
	padding:10px 0px 5px 0px;
}
.header-area .header-wrap ul li:nth-child(1) .logo-wrap img{
	width:100px;
}
.header-area .header-wrap ul li:nth-child(1) .logo-wrap .copy{
	display:none;
}
}


/*-------------------------------------------*/
/* form title                                */
/*-------------------------------------------*/
.form-title-wrap{
	position:relative;
	margin:0px auto 0px auto;
	font-family:'NotoSansJP', sans-serif;
	width:1024px;
}
@media screen and (max-width:1024px){
.form-title-wrap{
	width:98%;
}
}
@media screen and (max-width:767px){
.form-title-wrap{
	width:96%;
}
}

.form-title-wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.form-title-wrap ul li{
	display:inline-block;
}

.form-title-wrap ul li:nth-child(1){
	margin-top:40px;
	font-size:32px;
	line-height:1.2em;
	font-weight:600;
	width:100%;
}
.form-title-wrap ul li:nth-child(2){
	margin-top:40px;
	font-size:22px;
	line-height:1.6em;
	width:100%;
}

@media screen and (max-width:1024px){
.form-title-wrap ul li:nth-child(1){
	font-size:3.125vw;
}
.form-title-wrap ul li:nth-child(2){
	margin-top:30px;
	font-size:2.1484vw;
}
}

@media screen and (max-width:767px){
.form-title-wrap ul li:nth-child(1){
	font-size:5.6895vw;
	text-align:left;
}
.form-title-wrap ul li:nth-child(2){
	font-size:3.6458vw;
	text-align:left;
}
}


/*-------------------------------------------*/
/* form cont                                 */
/*-------------------------------------------*/
.form-cont-wrap{
	position:relative;
	margin:0px auto 0px auto;
	font-family:'NotoSansJP', sans-serif;
	width:1024px;
}
@media screen and (max-width:1024px){
.form-cont-wrap{
	width:98%;
}
}

.form-cont-wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.form-cont-wrap ul li{
	display:inline-block;
}

.form-cont-wrap ul li:nth-child(1){
	margin-top:70px;
	width:100%;
}
.form-cont-wrap ul li:nth-child(n+2){
	margin-top:50px;
	width:90%;
}

@media screen and (max-width:767px){
.form-cont-wrap ul li:nth-child(1){
	margin-top:50px;
}
.form-cont-wrap ul li:nth-child(n+2){
	margin-top:40px;
	width:90%;
}
}


/*-------------------------------------------*/
/* form                                      */
/*-------------------------------------------*/
.form-cont-wrap .category-title-wrap{
	position:relative;
	padding-bottom:6px;
	font-size:24px;
	line-height:1.2em;
	font-weight:600;
	text-align:left;
	border-bottom:solid 3px #cccccc;
}
.form-cont-wrap .category-title-wrap::after{
	position:absolute;
	display:block;
	content:"";
	left:0px;
	bottom:-3px;
	width:15%;
	border-bottom:solid 3px #00ada9;
}

.form-cont-wrap .form-name{
	font-size:22px;
	line-height:1.4em;
	text-align:left;
}
.form-cont-wrap .form-name .smaller{
	font-size:70%;
}
.form-cont-wrap .form-name .emphasis{
	display:inline-block;
	margin-left:10px;
	padding:3px 15px 6px 15px;
	background:#e60012;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	-ms-border-radius:14px;
	border-radius:14px;
	font-size:60%;
	line-height:1em;
	color:#ffffff;
}
.form-cont-wrap .form-input{
	position:relative;
	margin-top:10px;
	font-size:22px;
	line-height:1.4em;
	text-align:left;
}
.form-cont-wrap .form-input .first-name,
.form-cont-wrap .form-input .second-name{
	float:left;
	display:inline-block;
	margin-right:1%;
	line-height:40px;
	text-align:right;
}
.form-cont-wrap .form-input .first{
	float:left;
	margin-right:2%;
	width:43%;
}
.form-cont-wrap .form-input .first-small{
	float:left;
	margin-right:2%;
	width:30%;
}
.form-cont-wrap .form-input .second{
	float:left;
	width:43%;
}
.form-cont-wrap .form-input .second-small{
	float:left;
	width:30%;
}
.form-cont-wrap .form-input .second-small input[type="button"]{
	display:block;
	background:#00ada9;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	font-family:'NotoSansJP', sans-serif;
	font-size:20px;
	line-height:36px;
	color:#ffffff;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.4s ease;
	width:100%;
	cursor:pointer;
	border:solid 2px #00ada9;
}
.form-cont-wrap .form-input .second-small input[type="button"]:hover{
	background:#ffffff;
	color:#00ada9;
	border-color:#00ada9;
}
@media screen and (max-width:1024px){
.form-cont-wrap .form-input .second-small input[type="button"]{
	font-size:1.7578vw;
}
}
@media screen and (max-width:767px){
.form-cont-wrap .form-input .second-small input[type="button"]{
	font-size:2.6075vw;
}
}

.form-cont-wrap .form-input .txfield{
	background:#e0f4f4;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:40px;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}

.form-cont-wrap .form-input input[type="text"]{
	font-family:'NotoSansJP', sans-serif;
	font-size:22px;
}
.form-cont-wrap .form-input input:focus{
	outline:solid 2px #00ada9;
}
.form-cont-wrap .form-input input::placeholder{
	color:#00ada9;
}

.form-cont-wrap .form-note{
	margin-top:5px;
	font-size:16px;
	line-height:1.2em;
	text-align:left;
}
.form-cont-wrap .form-note a{
	color:#00ada9;
	text-decoration:none;
}
.form-cont-wrap .form-note a:hover{
	color:#999999;
	text-decoration:underline;
}

.form-cont-wrap .form-note-center{
	margin-top:30px;
	font-size:16px;
	line-height:1.2em;
	text-align:center;
}

.form-cont-wrap .form-input .select-option{
	margin-top:2px;
	background:#e0f4f4;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:30%;
	height:40px;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}
.form-cont-wrap .form-input select{
	font-family:'NotoSansJP', sans-serif;
	font-size:22px;
}
.form-cont-wrap .form-input select:invalid{
  color:#00ada9;
}
.form-cont-wrap .form-input select:focus{
	outline-color:#00ada9;
	outline-style:solid;
	outline-width:2px;
}

.form-cont-wrap .form-input .txarea{
	background:#e0f4f4;
	font-family:'NotoSansJP', sans-serif;
	font-size:22px;
	width:100%;
	height:100px;
	overflow:auto;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}
.form-cont-wrap .form-input .txarea:focus{
	outline-color:#00ada9;
	outline-style:solid;
	outline-width:2px;
}

@media screen and (max-width:1024px){
.form-cont-wrap .category-title-wrap{
	font-size:2.3437vw;
}
.form-cont-wrap .form-name{
	font-size:2.1484vw;
}
.form-cont-wrap .form-input{
	font-size:2.1484vw;
}
.form-cont-wrap .form-input input[type="text"]{
	font-size:2.1484vw;
}
.form-cont-wrap .form-note{
	font-size:1.5625vw;
}
.form-cont-wrap .form-note-center{
	font-size:1.5625vw;
}
.form-cont-wrap .form-input select{
	font-size:2.1484vw;
}
}
@media screen and (max-width:767px){
.form-cont-wrap .category-title-wrap{
	font-size:4.1720vw;
}
.form-cont-wrap .category-title-wrap::after{
	width:25%;
}
.form-cont-wrap .form-name{
	font-size:3.6458vw;
}
.form-cont-wrap .form-input{
	font-size:3.6458vw;
}
.form-cont-wrap .form-input .second-name{
	margin-top:10px;
}
.form-cont-wrap .form-input .first{
	margin-right:0%;
	width:87%;
}
.form-cont-wrap .form-input .second{
	margin-top:10px;
	width:87%;
}
.form-cont-wrap .form-input input[type="text"]{
	font-size:3.6458vw;
}
.form-cont-wrap .form-note{
	font-size:max(2.0860vw, 11px);
}
.form-cont-wrap .form-note-center{
	margin-top:20px;
	font-size:max(2.0860vw, 11px);
}
.form-cont-wrap .form-input .select-option{
	width:35%;
}
.form-cont-wrap .form-input select{
	font-size:3.6458vw;
}
}


/*-------------------*/
/* radio button      */
/*-------------------*/
.form-cont-wrap .form-input input[type="radio"]{
	position:relative;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	width:26px;
	height:26px;
	border:solid 1px #00ada9;
	vertical-align:-4px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
}
.form-cont-wrap .form-input input[type="radio"]:checked::before{
	position: absolute;
	background:#00ada9;
	content:'';
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:14px;
	height:14px;
}

/*-------------------*/
/* file upload       */
/*-------------------*/
.form-cont-wrap .form-input .upload-photo img{
	width:50%;
}
.form-cont-wrap .form-input .delete-photo{
	margin-top:5px;
	width:30%;
}
.form-cont-wrap .form-input .delete-photo input[type="button"]{
	display:block;
	background:#00ada9;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	font-family:'NotoSansJP', sans-serif;
	font-size:20px;
	line-height:36px;
	color:#ffffff;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.4s ease;
	width:100%;
	cursor:pointer;
	border:solid 2px #00ada9;
}
.form-cont-wrap .form-input .delete-photo input[type="button"]:hover{
	background:#ffffff;
	color:#00ada9;
	border-color:#00ada9;
}
@media screen and (max-width:1024px){
.form-cont-wrap .form-input .delete-photo input[type="button"]{
	font-size:1.7578vw;
}
}
@media screen and (max-width:767px){
.form-cont-wrap .form-input .delete-photo input[type="button"]{
	font-size:2.6075vw;
}
}

/*-------------------*/
/* file upload       */
/*-------------------*/
.photo-file-area{
	position:relative;
	width:100%;
}
.photo-file-area .ftext-wrap{
	float:left;
	margin-right:2%;
	width:68%;
}
.photo-file-area .ftext-wrap img{
	width:100%;
}
.photo-file-area .fbutton-wrap{
	float:left;
	width:30%;
}
.photo-file-area .fbutton-wrap .fupload-wrap{
	display:block;
	background:#00ada9;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	font-family:'NotoSansJP', sans-serif;
	font-size:20px;
	line-height:36px;
	color:#ffffff;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.4s ease;
	width:100%;
	cursor:pointer;
	border:solid 2px #00ada9;
}
.photo-file-area .fbutton-wrap .fupload-wrap:hover{
	background:#ffffff;
	color:#00ada9;
	border-color:#00ada9;
}
.photo-file-area .fbutton-wrap .fupload-wrap input[type=file]{
	position:absolute;
	top:0px;
	left:70%;
	width:30%;
	height:40px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
@media screen and (max-width:1024px){
.photo-file-area .fbutton-wrap .fupload-wrap{
	font-size:1.9531vw;
}
}
@media screen and (max-width:767px){
.photo-file-area .fbutton-wrap .fupload-wrap{
	font-size:2.6075vw;
}
}


/*-------------------*/
/* check box         */
/*-------------------*/
.check-box-area{
	position:relative;
	background:#e0f4f4;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	text-align:center;
	width:100%;
	height:80px;
}
.check-box-area a{
	display:block;
	color:#000000;
	text-decoration:none;
}
.check-box-area a:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.check-box-area .check-box-square{
	position:relative;
	display:inline-block;
	margin-top:20px;
	margin-right:10px;
	background:#ffffff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width:40px;
	height:40px;
	border:solid 1px #666666;
}
.check-box-area .check-box-text{
	display:inline-block;
	font-family:'NotoSansJP', sans-serif;
	font-size:30px;
	line-height:1em;
	vertical-align:7px;
}
.check-box-area .check-box-square .check-box-agree{
	position:absolute;
	display:none;
	top:8%;
	left:8%;
}
.check-box-area .check-box-square .check-box-agree img{
	width:32px;
}

.check-box-area input[type=checkbox]{
	position:absolute;
	top:0%;
	left:0%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

@media screen and (max-width:1024px){
.check-box-area .check-box-text{
	font-size:2.9296vw;
}
}
@media screen and (max-width:767px){
.check-box-area .check-box-text{
	font-size:max(3.9113vw, 20px);
	vertical-align:10px;
}
}


/*-------------------------------------------*/
/* confirm                                   */
/*-------------------------------------------*/
.form-cont-wrap .form-input .confirm{
	background:#e0f4f4;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:40px;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}
.form-cont-wrap .form-input .confirm-select{
	display:inline-block;
	margin-left:10px;
	background:#e0f4f4;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:25%;
	height:40px;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}

.form-cont-wrap .form-input .confirm-txarea{
	background:#e0f4f4;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}

.form-cont-wrap .form-input .confirm-photo img{
	width:50%;
}

.form-cont-wrap .form-input .confirm-small{
	display:inline-block;
	background:#e0f4f4;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:30%;
	height:40px;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}

@media screen and (max-width:767px){
.form-cont-wrap .form-input .confirm-photo img{
	width:80%;
}

}

/*-------------------------------------------*/
/* form button                               */
/*-------------------------------------------*/
.form-button-wrap{
	position:relative;
	margin:0px auto 0px auto;
	padding-bottom:80px;
	font-family:'NotoSansJP', sans-serif;
	width:1024px;
}
@media screen and (max-width:1024px){
.form-button-wrap{
	width:98%;
}
}

.form-button-wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.form-button-wrap ul li{
	display:inline-block;
}

.form-button-wrap ul li:nth-child(1){
	margin-top:100px;
	width:400px;
}
.form-button-wrap ul li:nth-child(2){
	margin-top:100px;
	margin-left:2%;
	width:400px;
}

.form-button-wrap input[type="button"]{
	display:block;
	background:#eb6100;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	font-family:'NotoSansJP', sans-serif;
	font-size:26px;
	height:62px;
	color:#ffffff;
	text-decoration:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.4s ease;
	width:100%;
	height:60px;
	border:solid 2px #eb6100;
}
.form-button-wrap input[type=button]:hover{
	background:#ffffff;
	color:#eb6100;
	border-color:#eb6100;
}

@media screen and (max-width:1024px){
.form-button-wrap ul li:nth-child(1),
.form-button-wrap ul li:nth-child(2){
	margin-top:9.7656vw;
	width:40%;
}
.form-button-wrap input[type="button"]{
	font-size:2.5390vw;
}
}
@media screen and (max-width:767px){
.form-button-wrap ul li:nth-child(1){
	margin-top:60px;
	width:60%;
}
.form-button-wrap ul li:nth-child(2){
	margin-top:40px;
	margin-left:0%;
	width:60%;
}
.form-button-wrap input[type="button"]{
	font-size:3.6505vw;
}
}


/*-------------------------------------------*/
/* thanks                                    */
/*-------------------------------------------*/
.thanks-cont-wrap{
	position:relative;
	margin:70px auto 0px auto;
	padding-top:70px;
	padding-bottom:70px;
	background:#e0f4f4;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	font-family:'NotoSansJP', sans-serif;
	width:1024px;
}
@media screen and (max-width:1024px){
.thanks-cont-wrap{
	width:96%;
}
}
@media screen and (max-width:767px){
.thanks-cont-wrap{
	margin-top:60px;
	padding-top:60px;
	padding-bottom:60px;
}
}

.thanks-cont-wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.thanks-cont-wrap ul li{
	display:inline-block;
}

.thanks-cont-wrap ul li:nth-child(1){
	font-size:26px;
	line-height:1.5em;
	width:100%;
}
.thanks-cont-wrap ul li:nth-child(2){
	margin-top:50px;
	font-size:20px;
	line-height:1.5em;
	width:100%;
}
@media screen and (max-width:1024px){
.thanks-cont-wrap ul li:nth-child(1){
	font-size:2.5390vw;
}
.thanks-cont-wrap ul li:nth-child(2){
	font-size:1.9531vw;
}
}
@media screen and (max-width:767px){
.thanks-cont-wrap ul li:nth-child(1){
	font-size:3.9113vw;
}
.thanks-cont-wrap ul li:nth-child(2){
	font-size:3.1290vw;
}
}


.thanks-note-wrap{
	position:relative;
	margin:50px auto 0px auto;
	font-family:'NotoSansJP', sans-serif;
	font-size:12px;
	line-height:1.2em;
	text-align:left;
	width:820px;
}
@media screen and (max-width:1024px){
.thanks-note-wrap{
	width:80%;
}
}

@media screen and (max-width:767px){
.thanks-note-wrap{
	font-size:10px;
	width:90%;
}
}

.thanks-note-wrap .nestIndent{
	margin-top:5px;
	padding-left:1em;
	text-indent:-1em;
}


/*-------------------------------------------*/
/* pagetop                                   */
/*-------------------------------------------*/
.pagetop-area{
	position:relative;
	display:none;
	background:#ffffff;
	text-align:center;
	width:100%;
	line-height:50px;
}
.pagetop-area img{
	width:21px;
}

@media screen and (max-width:767px){
.pagetop-area{
	display:block;
}
}

/*-------------------------------------------*/
/* footer                                    */
/*-------------------------------------------*/
.footer-area{
	position:relative;
	background:#378ea0;
	width:100%;
}
.footer-area .footer-wrap{
	position:relative;
	margin:0px auto 0px auto;
	width:1024px;
}
@media screen and (max-width:1024px){
.footer-area .footer-wrap{
	width:100%;
}
}

.footer-area .footer-wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.footer-area .footer-wrap ul li{
	display:inline-block;
}

.footer-area .footer-wrap ul li:nth-child(1){
	text-align:left;
	width:100%;
}
.footer-area .footer-wrap ul li:nth-child(1) .copyright{
	display:inline-block;
	padding:10px 33px;
	font-size:12px;
	line-height:55px;
	color:#ffffff;
}
.footer-area .footer-wrap ul li:nth-child(1) .footer-logo{
	float:right;
	padding:10px 33px 0px 33px;
}
.footer-area .footer-wrap ul li:nth-child(1) .footer-logo img{
	width:91px;
}
.footer-area .footer-wrap ul li:nth-child(1) .footer-logo a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

@media screen and (max-width:767px){
.footer-area .footer-wrap ul li:nth-child(1){
	text-align:center;
}
.footer-area .footer-wrap ul li:nth-child(1) .copyright{
	padding:10px 0px;
	font-size:10px;
	line-height:10px;
}
.footer-area .footer-wrap ul li:nth-child(1) .footer-logo{
	display:none;
}
}

/*-------------------------------------------*/
/* others                                    */
/*-------------------------------------------*/
.red{
	color:#e60012;
}


.pc{
	display:inline-block;
}
.sp{
	display:none;
}
@media screen and (max-width:767px){
.pc{
	display:none;
}
.sp{
	display:inline-block;
}
}

.nestIndent{
	padding-left:1em;
	text-indent:-1em;
}

.ml20{
	margin-left:20px;
}
@media screen and (max-width:767px){
.ml20{
	margin-left:10px;
}
}



