@charset "utf-8";
body{
	font-size:16px;
	line-height:1.7em;
	margin:0 auto;
	border:1px #dddddd solid;
	color:#383838;
}

.inner{
	width:870px;
	margin:0 auto;
}


.TxtCon p{
	margin-bottom:20px;
	margin-right:20px;
	margin-left:20px;
	line-height:2em;
}

.PcCenter{
	text-align:center;
}


.PcKai{
	display:block;
}

.TxtLineY{
	background: linear-gradient(transparent 60%, #ff0 0%);
}

.TxtLineB{
	text-decoration:underline;
}

.BigTxt{
	font-size:2em;
}

.BigTxt2{
	font-size:1.5em;
}



/*headエリア*/
#top-head{
	background:#c91c16;
	padding:5px 0;
}

#top-head:after{
	clear:both;
	content:"";
	display:block;
}

.HeadImgAra{
    width:900px;
    margin:5px auto;
}

h1{
	width: 135px;
    float: left;
}

.HeadImgAra p{
    width:180px;
    float:right;
}

.MainV{
	background:url(../img/MainVBK_pc.jpg) no-repeat top center;
	background-size:cover;
}

.MainV h2{
	width:910px;
	margin:0 auto;
	line-height:0;
}

.MainV h2 a{
	margin:0;
	padding:0;
}

.MainV h2 a:hover{
	opacity: 1.0;
}


/*Con1*/
.Midasi{
	font-size:40px;
	padding-top:50px;
	margin:0 auto 40px auto;
	text-align:center;
}

.BKPhoto{
	background:url(../img/Con1BK_pc.jpg) no-repeat top center;
	background-size:cover;
	padding-top: 30px;
}

.LinkArea{
    width: 870px;
    margin: 0 auto;
}

.LinkArea li{
	width:49%;
}

.LinkArea li:first-child{
	float:left;
}

.LinkArea li:last-child{
	float:right;
}

.BKPhoto h2{
	clear: both;
	padding-top: 60px;
}

.Trouble li{
	float:left;
	width:22%;
	margin-right:3.5%;
	padding-bottom:50px;
}

.Trouble li:last-child{
	margin-right:0 !important;
}

.Empathy{
	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 0 0;
	padding:40px 0 50px 0;
}

blockquote:after{
	clear:both;
	content:"";
	display:block;
}

.BKArrow h3{
	text-align:center;
	font-size:25px;
	padding-bottom:20px;
}

blockquote p{
	margin-bottom:30px;
}

blockquote li{
	width:48%;
}

blockquote li:first-child{
	float:left;
}

blockquote li:last-child{
	float:right;
}

.BTNLink{
	text-align:center;
}

.BTNLink a{
	background:#CF0227;
	border-radius:50px;
	padding:15px 50px;
	text-decoration:none;
	color:#ffffff;
	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:770px;
	padding:30px 50px;
	border:solid 1px #ffffff;
}


/*Con3*/
.GoldTitle{
	color:#b38d30;
	padding-bottom:10px;
}

.ConLeft{
	float:left;
	width:44%;
}

.ConRight{
	float:right;
	width:55%;
	padding-top:10px;
}

.ConLeft p{
	padding-bottom:15px;
}

.JBox2{
	border:dotted #d2b051 1px;
	padding:15px 20px;
	font-size:12px;
	line-height:1.2em;
}

.Caution{
	font-size:12px;
	line-height:1.2em;
	padding-top:20px;
	margin:0 0 50px 0;
}


/*Form*/
.BKIMG{
	background:url(../img/FormBK_pc.jpg) no-repeat bottom center;
	background-size:cover;
	line-height:1.5em;
	padding:70px 0 50px 0;
}

.FormArea{
	width:770px;
	background:#ffffff;
	padding: 30px 50px;
}


/*フォーム*/
.TxtInputL{
	float:left;
	width:150px;
}

.FormLine{
	margin-bottom:25px;
}

.InputName,.InputMaile,.InputPhone,.InputArea1,.InputArea2{
	padding-bottom:15px;
	border-bottom:dotted 1px #999999;
}

.InputCheck{
	border-top:dotted 1px #999999;
	padding-top:30px;
}


.InputMaile input,.InputArea1 textarea,.InputArea2 input{
	width:570px;
}

.InputMaile textarea{
	width:570px;
}

.InputName input,.InputMaile input,.InputPhone input,.InputArea1 input,.InputArea2 input{
	padding:5px 0;
}


input[type="radio"] {
  display: none;
}

.button-style-label {
  display : inline-block;
  background: #dddddd;
  padding: 15px 70px;
  border-radius: 5px;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}

.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;
}

.LineH{
	line-height:1.2em !important;
}


.InputArea1{
	padding-bottom:20px;
}

.Personal{
	font-weight:bold;
}

.PersonalSmall{
	font-size:1.0rem;
	line-height:1.2em;
}


/*ボタン*/
.button {
  font-weight:bold;
  position: relative;
  left:130px;
  top:0;
  bottom:30px;
  margin:auto;
  text-align:center;
  height:80px;
  width:70%;
  margin:0 auto;
  background-color: #c91c16;
  border:none;
  border-radius: 4px;
  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: #d4302a;
  box-shadow: 0 3px 0 #930500;
  border:none;
}
.button:active {
  top: 0;
  background-color: #d4302a;
  box-shadow: none;
  border:none;
}


/*チェックボタン*/
/* 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: 5px;
	width: 110px;
	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;
}
/*チェックボタン*/

/*切り替えボタン*/
.tab-group{
  display: flex;
  justify-content: center;
}

.tab{
  flex-grow: 1;
  list-style:none;
  border:solid 1px #CCC;
  text-align:center;
  cursor:pointer;
}

.panel-group{
}

.panel{
  display:none;
}

.tab.is-active{
  background:#F00;
  color:#FFF;
  transition: all 0.2s ease-out;
}

.panel.is-show{
  display:block !important;
}






























.Logo{
	margin-top:15px;
	margin:15px auto 0 auto;
	width:100px;
}

.ConSpace p,.ConSpace ul{
	padding-bottom:30px;
}
















/* フローティングナビ */
#floating-menu {
	width: 100px;
    position: fixed;
    top:68px;
    right: 0px;
    z-index: 9999;
}

#floating-menu .menu li:hover{
	opacity:0.7;
}

#floating-menu .menu li{
    background-color: #012060;
	list-style:none;
	margin:0 0 2px 0;
	padding:5px 10px;
}

#floating-menu .menu a{
	text-decoration:none;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
}


.thanks{
	width:800px;
	margin:50px auto 0 auto;
}

.thanks h2{
	font-size:34px;
}

.ThanksBord{
	border:solid 1px #ccc;
	padding:30px;
}

.resize{
	width:100%;
}





#footer{
	padding-bottom:10px;
}

.footer-top {
     position:fixed;
     bottom:0;
     left:0;
     overflow:hidden;
     width:100%;
     height:300px;
     }

.footer-top.static {
     position:static;
     }

.footer-bottom {
     padding:15px 0;
     }

.footer {
     height:300px;
     width:100%;
     overflow:hidden;
     }
	 
	 
	 
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
    background: rgba(30,105,185,0.75);
	padding:20px 0;
}

#footerFloatingMenu:hover{
	opacity:0.8;
}


#footerFloatingMenu a{
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
}
 
#footerFloatingMenu img {
    max-width: 50%;
} 

#footerFloatingMenu img:hover {
	opacity:0.7;
}
