@charset "utf-8";
/*===============================================
	● smart.css  画面の横幅が300-640px
===============================================*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body{
	font-size:16px !important;
	line-height:1.8em !important;
}

ol{
	list-style:none !important;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

#container{
width:100%;
}

.inner{
	width:92%;
	margin:0 auto;
}


/*headエリア*/
#top-head{
	background:#c91c16;
	padding:5px 0;
}

#top-head:after{
    clear: both;
    content: "";
    display: block;
}

.HeadImgAra{
    width:90%;
    margin:5px auto;
}

h1{
    width: 30%;
    float: left;
}

.HeadImgAra p{
    width: 38%;
    float: right;
}

.MainV{
	background:url(../img/MainVBK_pc.jpg) no-repeat top left;
	background-size:cover;
}

.MainV h2{
	line-height:0;
}

.MainV h2 a{
	margin:0;
	padding:0;
}

.MainV h2 a:hover{
	opacity: 1.0;
}

/*Con1*/
.Midasi{
	font-size:1.8em;
	line-height:1.2em;
	padding-top:30px;
	margin:0 auto 20px auto;
	text-align:center;
}

.BKPhoto{
	background:url(../img/Con1BK_sp.jpg) no-repeat top center;
}

.Trouble li:nth-child(odd){
	float:left;
	width:48%;
	margin-right:2%;
}

.Trouble li:nth-child(even){
	float:right;
	width:48%;
}

.Empathy{
	clear:both;
	padding-top:20px;
	padding-bottom:50px;
}

.Empathy p{
	padding-top:20px;
}


/*Con2*/
.BKArrow{
	background:url(../img/Arrow_pc.png) no-repeat bottom center;
	padding-bottom:24px;

}

.BKArrow article{
	background:#c91c16;
	color:#ffffff;
	padding:20px 0 70px 0;
}

blockquote{
	margin:40px 0 60px 0;
	padding:40px 0 50px 0;
	border-top:dashed 2px #ffffff;
	border-bottom:dashed 2px #ffffff;
}

blockquote ul{
	text-align:center;
	padding:30px 0 0 0;
}

.BTNLink{
	text-align:center;
}

.BTNLink a{
	background:#ffffff;
	border-radius:50px;
	padding:15px 50px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}


.Sign{
	padding-bottom:60px;
	margin-bottom:50px;
	background:url(../img/Name_pc.jpg) no-repeat bottom right;
}

.Owner{
	text-align: right;
	padding-top: 30px;
}

.JBox{
	width:96%;
	padding:20px 30px;
	border:solid 1px #ffffff;
}


/*Con3*/
.GoldTitle{
	color:#b38d30;
	padding-bottom:10px;
}

.ConLeft p{
	padding-bottom:15px;
}

.JBox2{
	border:dotted #d2b051 1px;
	padding:15px 20px;
	font-size:14px;
	line-height:1.3em;
}

.Caution{
	font-size:13px;
	line-height:1.3em;
	padding-top:20px;
	margin:0 0 50px 0;
}


/*Form*/
.BKIMG{
	background:url(../img/FormBK_pc.jpg) no-repeat bottom left;
	background-size:cover;
	line-height:1.5em;
	padding:50px 0;
}

.FormArea{
	width:100%;
	background:#ffffff;
	padding: 0 30px 20px 30px;
}



/*フォーム*/
.InputName,.InputMaile,.InputPhone,.InputArea1{
	padding-bottom:20px;
	border-bottom:dotted 1px #999999;
}


.InputName input,.InputMaile input,.InputPhone input,.InputArea1 input,.InputArea2 input{
	padding:5px 0;
	width:100%;
}


input[type="radio"] {
  display: none;
}

.button-style-label {
  display : inline-block;
  background: #dddddd;
  padding: 15px 70px;
  border-radius: 5px;
  min-width: 100%;
  text-align: center;
  cursor: pointer;
  margin-bottom:15px;
}

.button-style-label:hover {
  opacity: .8;
}

input[type="radio"]:checked + .button-style-label {
  background: #E5015A;
  color:#ffffff;
}

input[type="radio"]:disabled + .button-style-label {
  opacity: .4;
  cursor: default;
}

.TxtCon{
	width:93%;
	margin:30px auto;
}

form div{
	margin-top:30px;
}

.SpLine{
	border-bottom:dotted 1px #999999;
}

/*ボタン*/
.button {
  position: relative;
  top:1px;
  bottom:30px;
  margin:auto;
  text-align:center;
  height:80px;
  width:100%;
  margin:0 auto;
  background-color: #c91c16;
  border-radius: 4px;
  border:none;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 5px 0 #930500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button:hover {
  background-color: #c91c16;
  box-shadow: 0 5px 0 #930500;
  border:none;
}
.button:active {
  top: 3px;
  box-shadow: none;
  border:none;
}

















.Personal{
	font-weight:bold;
}

.PersonalSmall{
	font-size:14px;
	line-height:1.5em;
}

/*チェックボタン*/
/* checkbox02 */
input[type=checkbox] {
	display: none;
}
input[type="checkbox"].checkbox02:checked + label {
	background: #31A9EE;
	color: #ffffff;
}
.check_label:hover {
	background-color: #E2EDF9;
}
.check_label {
	display: block;
	float: left;
	margin: 2%;
	width: 46%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #31A9EE;
	border: 2px solid #006DD9;
	border-radius: 5px;
	font-weight:bold;
}
/*チェックボタン*/

.InputCheckSP{
	border-top:dotted 1px #999999;
	padding-top:30px;
}

textarea{
	width:100%;
	min-height:100px;
}




.TxtRed{
	color:#D80000;
}

.BoldTxt{
	font-weight:bold;
}

.TxtBig{
	font-size:130%;
}

.BlueTxt{
	color:#00479D;
	font-weight:bold;
}

.RedFont{
	color:#d90212;
}

.TxtLineY{
	background: linear-gradient(transparent 60%, #ff0 0%);
}

.TxtLineB{
	text-decoration:underline;
}

/*.TxtCon p{
	margin-bottom:20px;
	line-height:2em;
	margin:0 0 30px 0;
}*/

.Logo{
	margin:5px 0 0 0;
}

.Logo img{
	width:60%;
}



/*headエリア*/

.BigTxt{
	font-size:1.5em;
}

.BigTxt2{
	font-size:1.2em;
}

.LinkArea li{
	width:50%;
}

.LinkArea li:first-child{
	float:left;
}

.LinkArea li:last-child{
	float:right;
}

.BKPhoto h2{
	clear: both;
	padding-top: 30px;
}