@charset "UTF-8";
/* CSS Document */


/* 「○○のご紹介」帯色----------------------------------------------------------- */

.corp_detail h2, #qa h2,.caution{

	background-color:#b10000;/* 帯の色 */
	color:#ffffff;/* テキストの色 */
}


/* ------------------------------------------------------------------------------- */
/* basic（※適宜変更してください）------------------------------------------------ */
/* ------------------------------------------------------------------------------- */

body{
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3",hirakakupro-w3,"メイリオ","meiryo",verdana,"ＭＳ Ｐゴシック","ms pgothic",sans-serif;
	font-size:13px;
	line-height:150%;
}

#wrapper{
	background:#FFF;
	color:#444;
}

#frame{
	width:800px;
	margin:30px auto 60px;
}

#logo{
	text-align:center;
}

ol, ul {
	list-style: none;
}

a, img {
	text-decoration: none;
}

/* ここまでがbodyの設定とリセットCSS */


#intro{
	margin:30px 0px 20px;
}

#intro h1{
	font-size:18px;
	font-weight:bold;
}

#intro p{
	text-align:center;
	margin:30px auto;
}

#intro div{
	border:1px solid #ccc;
	padding:20px 30px;
	margin:30px 0px;
}

#intro div p{
	text-align:left;
	font-weight:bold;
	margin:0px 0px 7px;
}

#img2{
	float:right;
	margin: 10px 0px 10px;

}
/* 横幅が変わる際はwidthを変更する */
#img3{
   width: 800px;
   margin: 0 auto;
}

.corp_detail h2, #qa h2{
	padding:2px 7px;
	font-size:13px;
	font-weight:bold;
	margin:60px 0px 10px;
}

.corp_detail p{
	text-align:left;
	margin:20px auto;
}

.corp_detail span{
	text-align:left;
	margin:20px auto;
	font-weight:bold;
}

.corp_detail .most{
	color: red;
	font-weight: bolder;
}

.corp_detail #point{
	list-style: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;

}
.corp_detail a{
	color: #214285;
	font-weight: bold;
	text-decoration: underline rgb(33, 9, 184) solid 1px;
}

.corp_detail a:hover{
	text-decoration:none; 
	color:#FFF;
	background-color: orange;
}


/* 横幅が変わる際はwidthを変更する */
#img4{
	width: 800px;
	margin: 0 auto;
}

/* ナッシュの価格表の設定 ここから*/

table {
	border-collapse: collapse;
	table-layout: fixed;
	margin-left: auto;
    margin-right: auto;
  }
  
  table tr {
	background-color: #fff;
	padding: .35em;
	border: 2px solid #eee;
  }

  table th{
	padding: 2em;
	border-right: 2px solid #fff;
	font-size: .99em;
  }
  table td {
	padding: 1em 1.9em;
	border-right: 2px solid #eee;
	text-align: center;
  }

  table thead tr{
	background-color: #50535d;
	color:#fff;
  }

  table tbody th {
	border-right: 2px solid #eee;
  }

  table tbody th:last-child{
	border: none;
  }
  table tbody tr:last-child{
	border: none;
  }

  .price span {
	font-size: .10em;
  }
  .red_bk{
	background:#52a530;
	font-size: 1.5em;
  }
  .red-txt{
	color:#52a530;
	font-weight: bold;
	font-size: 1.5em;
  }
 #coment{
	text-align: left;
	padding: 0;
}

/* ナッシュの価格表の設定 ここまで*/

/* 動画の設定 ここから*/
.video_wrapper {
    position: relative;
}
.video_wrapper:not(.js_active)::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}
.video_wrapper:not(.js_active)::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    background-image: url(img/sample.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

.video_wrapper > video {
    width: 100%;
}
/* 動画の設定 ここまで*/

/* 注意事項の設定ここから */
.caution{
	padding:2px 7px;
	font-size:13px;
	font-weight:bold;
	margin:50px 0px 0px;

}

.caution2{
	border:2px solid#ff9999;
	padding:15px;
	font-size:1em;

}

.caution2 ul{
	list-style: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;

}

.caution2 .red{
	font-size:13px;
	color: red;

}
/* 注意事項の設定ここまで */

#qa div{
	font-size:14px;
}

#qa p{
	margin-bottom:7px;
	font-weight:bold;
}

#qa .an{
	margin-bottom:7px;
	font-size:14px;
	font-weight:normal;
	padding-left: 1em;
}


/* 申し込むボタンの設定　ここから */

.btn{
	width: 176px;
	height: 36px;
	background-color: #c00303;
	display: block;
  	border-radius: 4px;
	text-align: center;
	float: right;
	margin-top: 10px;
}

.top{
	transition: all 0.5s;
}
.top:hover{
	background-color: #f12c2c;
}

.btn a{
	line-height: 36px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	display: block;
}
.under{
	box-shadow: 0 7px #760221;
	transition: all 0.5s;
}

.under:hover{
	background-color: #f12c2c;
}

.under:active{
	box-shadow: none;
	position: relative;
	top: 7px;
}
.fa {
	margin-right: 10px;
  }

  /* 申し込むボタンの設定　ここまで */