@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }
	
  @media screen and (max-width: 750px) {
    body {
      min-width: inherit; 
	  height:100%; 
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; } 
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 750px) {
	.sp img{
		max-width:90%;	
}
	.sp02 img{
		max-width:100%;	
}
.sp03 img{
		max-width:70%;	
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}

.white{
	color: #fff;
}

.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */


.btn_area{
	position: relative;
	width: 100%;
	height: 573px;
	margin: 0 auto;	
}

.btn{
	position: absolute;
	top: 515px;
	left: 30px;
	
}


@media screen and (max-width : 749px ){
	.btn_area{
		position: relative;
		width: 100%;
		height: auto;
	}

	.btn{
		position: absolute;
		width: 86%;
		left: 7%;
		top:73%;
	}
	
}










.form_area{
	background: #000;
	padding: 30px 0;
	
}

.form_back{
	background-color: #fff;
	width: 640px;
	margin: 10px auto;
	padding-top: 10px;
	border-radius: 0px;
}


#form {
	width: 680px;
	margin: 0 auto;
	text-align: left;
}

.inputText {
	height: 78px;
	width: 98%;
	padding-left: 2%;
	border: 2px solid #c1272d;
	font-size: 32px;
	font-weight: bold;
}



.content_form{
	width:90%;
	margin:0 auto;
}

.form_input_input{
	width: 98%;
	padding-left: 2%;
	height: 106px;
	font-size: 30px;
	font-weight: bold;
	
}

input::placeholder{
	color: #ccc;
}


input:-ms-input-placeholder{
	color: #ccc;
}




.add{
	background-color: #000;
	background-repeat: repeat-x;
}



@media screen and (max-width : 657px ){
	#form {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}

	.inputText {
		height: 60px;
		width: 98%;
		padding-left: 2%;
		font-size: 18px;
	}
	
	.form_area{
		margin: 0;
		padding:20px 0;
	}
	
	.form_back{
		width:95%;
		margin:10px auto;
	}
	
	.content_form{
		width:90%;
		margin:0 auto;
	}

	.form_input_input{
		width: 98%;
		height: 50px;
		font-size: 18px;
	}

	input::placeholder{
		color: #ccc;
	}


	input:-ms-input-placeholder{
		color: #ccc;
	}
	
	.add img{
		width: 100%;
	}
	
	.form_area img{
		width: 100%;
	}

}



footer{
	background-color: #666666;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.footer_link{
	margin-bottom: 0;
}

.footer_link a {
	coler: #000;
	text-decoration: none;
}

.footer_link a:hover {
	coler: #333;
	text-decoration: none;
}

.footer_link a:visited {
	coler: #000;
	text-decoration: none;
}







/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 750px) {
	body {
		background: #fff;
	}

	
	.contents{
	width: 680px;
	margin: 0 auto;
	background: #fff;
	padding: 0 ;
	}
	
	.contents img{
		width: 100%;
	}
	
	.contents2{
	width: 680px;
	margin: 0 auto;
	padding: 0 ;
	}
	
	.contents2 img{
		width: 100%;
	}
	
	.pic {
		margin: 0 auto;
		width: 90%;
	}
	
	.max {
		margin: 0 auto;
		width: 100%;
	}
	
	.txt {
		width: 90%;
		text-align: left;
		margin: 0 auto 50px;
	}
	
	.cause{
		background: #191e5d;
		padding: 20px;
	}
	
	.cause2{
		background: #183F92;
		padding: 20px;
	}

	.point{
		background: #55992b;
		padding: 20px;
	}
	
	.cause-box{
		width:95%;
		background: #fff;
		margin: 30px auto;
		padding-bottom: 5px;
		padding-top: 20px;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
	}
	
	.effect{
		width: 90%;
		margin: 20px auto;
	}
	
}




/* ------------------------------------ */
/* ▼スマホ用デザインとして付け足すデザイン */
/* ------------------------------------ */

@media (max-width: 749px) {
	
	.contents{
		width: 100%;
	}
	
	.contents img{
		width: 100%;
	}
	
	.pic {
		margin: 0 auto;
		width: 100%;
	}
	
	.cause{
		background: #191e5d;
		width:100%;
		margin: 0 auto;
		padding: 0;
		padding-bottom: 20px;
		padding-top: 5px;
	}
	
	.cause-box{
		width:90%;
		margin: 30px auto;
		background: #fff;
		padding: 10px 0;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
	}
	
	.point{
		background: #55992b;
		width:100%;
		margin: 0 auto;
		padding: 0;
		padding-bottom: 20px;
		padding-top: 5px;
	}
	
	.txt {
		font-size: 15px;
		width: 90%;
		text-align: left;
		margin: 0 auto 30px;
	}
	
	.effect{
		width: 90%;
		margin: 20px auto;
	}
	
}

