@charset "UTF-8";

/*-----------------------------------------
  基本
-----------------------------------------*/
* { margin: 0; padding: 0; }
.dspnone { display: none; }
.img_c { display: block; margin-left: auto; margin-right: auto; max-width: 100%; }
a:hover img {
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
}
.f200 { font-size: 200%; }
.f150 { font-size: 150%; }
.f140 { font-size: 140%; }
.f130 { font-size: 130%; }
.f120 { font-size: 120%; }
.f115 { font-size: 115%; }
.f110 { font-size: 110%; }
.f80 { font-size: 80%; }
.f60 { font-size: 60%; }
.b { font-weight: bold; }
.r { color: #c00; }
.u { text-decoration: underline; }
.y { color:#ffff00; }
.by{background:#ffff00;}
.blue {color:#023d8e;}
.gold {color:#a98721;}
img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
li {list-style:none; }
.fl { float: left; }
.fr {
  float: right;
  margin: 0 0 1rem 1rem;
}

body, html, main {
    /* important */
    height: 100%;
}
  
.cd-fixed-bg {
    min-height: 70%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.cd-fixed-bg.cd-bg-0 {
  background-image: url("../images/contentsbg00.jpg");
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../images/contentsbg01.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../images/contentsbg02.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../images/contentsbg03.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../images/contentsbg04.jpg"); min-height: 80%;
}
.cd-fixed-bg.cd-bg-5 {
  background-image: url("../images/takahashi_bg2.jpg");
}
.cd-fixed-bg.cd-bg-6 {
  background-image: url("../images/contentsbg06.jpg");
}
.cd-fixed-bg.cd-bg-7 {
  background-image: url("../images/contentsbg07.jpg");
}
.cd-fixed-bg.cd-bg-8 {
  background-image: url("../images/contentsbg08.jpg");
}
.cd-fixed-bg.cd-bg-9 {
  background-color: url("../images/contentsbg09.jpg");
}
.cd-fixed-bg.cd-bg-10 {
  background-color: #f7efe0;
}

.cd-scrolling-bg {
    min-height: 100%;
}



/*-----------------------------------------
  body
-----------------------------------------*/
body {
  background: #fcfcfc;
  font-size: 17px;
  /*font-family: "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;*/
  /*font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #333;
  /*font-weight: 500;*/
  line-height: 1.9;
}
/*-----------------------------------------
  共通で使える
-----------------------------------------*/
.w857 {
  max-width: 857px;
  margin: 0 auto;
  position: relative;
}
.text {
  line-height: 2.5;
}


/*-----------------------------------------
  普通のテキスト
-----------------------------------------*/
.box h2 {
  padding: 4rem 0 2rem 0;
}
.box .text {
  line-height: 1.75;
  padding-bottom: 3rem;
}
.sankaku {
  padding: 3rem 0 6rem 0;
}
.profiletitle { color:#f60;
}
/*-----------------------------------------
  wrapper
-----------------------------------------*/
#wrapper {
  width: 100%;
  position: relative;
  height: auto;
}
/*-----------------------------------------
  ヘッダー帯
-----------------------------------------*/
.common-header {
  width: 100%;
  border-top: 3px solid #09182d;
  display: table;
  overflow: hidden;
}
.common-header .logo {
  display: table-cell;
  width: 784px;
  padding: 0px;
  height:62px;
}
.logo img {
  display:block;
}
.common-header .toptext {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  font-size: 0.7em;
}
.common-header .link {
  display: table-cell;
  vertical-align: middle;
  text-align:right;
}
.common-header .link li {
  display: inline-block;
  padding: 10px;
  font-size: 0.8rem;
}
.common-header .link li a {
  color: #333;
  text-decoration: none;
}
.common-header .link li a:hover {
  color: #666;
}
/*-----------------------------------------
  メインヘッダー
-----------------------------------------*/
.main-header {
  background: url("../images/header_bg.jpg") center top no-repeat;
	position:relative;
}
.yajirusi { position:absolute;
    top: 600px;  
    left: 15%;
z-index: 20;}
.formcopy_before{position:relative;}
.yajirusi2 { position:absolute;
    top: 50px;  
    left: 15%;
z-index: 20;}
/*-----------------------------------------
  フォーム
-----------------------------------------*/
.form-wrapper {
  background: #fff;
  padding: 15px 10px;
    margin: 0 auto 0 auto ;
  z-index: 2;
  position: relative;
	text-align: center;
}

.form-inner {
  background: #fff;
	color: #000;
	font-size:0.9em;
	text-align: center;
  margin: 10px 0;
  padding: 30px 30px;
  border-radius: 5px;
}
.red {color:#C00;}

.regbtn-area {
	width:100%;
  margin: 0.5em 0;
  text-align: center!important;
}
.regbtn-area a {
}
.regbtn-area a:hover img {
  opacity:1.0;
  filter:alpha(opacity=100);
  -ms-filter: “alpha( opacity=100 )”;
}
.checkbox-text {
  font-size: 14px;
  text-align: center;
}
.checkbox-text input[type=checkbox] {
  vertical-align: middle;
}
.mailform {
  padding: 1rem;
  width: 80%;
  box-sizing: border-box;
  margin: 1rem 10% 1rem 10%!important;
	    color: #464646;
    border: inset 2px #efefef;
}
.mailformbtn { }
.form-notice {
	text-align: left;
	width: 80%;
	margin: 20px auto 0;
  font-size: 14px;
}
↓フォーム↓

===========================================================================*/

form {
    background: #081b2e;
    padding: 2em 1em;
    border-radius: 5px;
	color:#fff;
}
input {
	padding: 0;
	font-size: 100%;
	margin: 8px 0 6px;
	
}

input[type="submit"] {
	/*Other Browser*/
background: #91bae4;
/*For Old WebKit*/
background: -webkit-linear-gradient(
	top,
	#ff6600 0%,
	#ff9b0b 100%
);
/*For Modern Browser*/
background: linear-gradient(
	to bottom,
	#ff6600 0%,
	#ff9b0b 100%
);
	box-shadow: 1px 2px 0 #ce5200;
	text-shadow: 0 -1px #ce5200;
	position: relative;
	padding: .5em 1em;
	border-radius: 5px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	border: solid 1px;
	width: 50%;
}

input[type="submit"]:hover {
	top: 3px;
	box-shadow: none;
	color: #fff;

}

.lo:hover{
	opacity:0.8;
}

input[type="text"] {
    background: #fff1ff;
    padding: 0.5em 1em;
    width: 80%;
    box-sizing: border-box;
    font-size: 145%;
    color: #3d3d3d;
    margin: 0.5em 0px;
}
label:hover {
	background: #FFEFB7;
	cursor: pointer;
	border-radius: 6px;
}

.semail {
	border: 5px solid #999;
    background: #ffc;
	padding: 8px 15px;
}

.sbtn {
}

.form {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
}
@media screen and (max-width: 600px) {
	/* 表示サイズ600ｐｘ以下で読み込む */
input[type="text"] {
    background: #fff1ff;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    font-size: 100%;
}
.sbtn {
    float: none;
    text-aligin:center;
}


}
/*-----------------------------------------
  キャンセルポリシー
-----------------------------------------*/
.cancel-area {
  margin: 10px 0;
}
.cancel-area h3 {
  font-size: 0.9rem;
  color: #fff;
  font-weight: normal;
}
.cancel-area .text {
  overflow-y: scroll;
  padding: 5px;
  font-size: 0.7rem;
  color: #444;
  background: #fff;
  height: 80px;
}

/*---------------------------------------
  テーブル
-----------------------------------------*/
.pricebox {
  width: 870px;
  margin: 20px auto;
}

.pricetable {
table-layout:fixed;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}
.pricetable th{
  padding: 10px;
  text-align: left;
  vertical-align: top;
  color: #222;
  background-color: #fff8d0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.pricetable td{
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  line-height: 1.6;
}
.pricetable td.kouza {
  padding: 10px;
  background-color: #efefef;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.pricetable td.free {
  background-color: #ffdbb1;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
/*-----------------------------------------
  お客様の声
-----------------------------------------*/

.voice {
	padding: 2%;
	margin-bottom: 0.5rem;
	border: 1px dotted #999;  
  font-size: 0.9em;
  overflow: hidden;
  line-height: 1.6em;
  background: #fff;
}

.name {
  text-align: right;
  clear: both;
}

table.uservoice {
  margin: 10px 20px;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
}
table.uservoice img.icon {
  position: absolute;
  left:0;
  top: 0;
}
table.uservoice td {
  padding: 10px;
  vertical-align: top;
}
table.uservoice td img {
  max-width: none;
}
table.uservoice td.text {
  padding: 20px 0 20px 20px;
  vertical-align: top;
}
table.uservoice td p {
  font-size: 15px;
  line-height: 1.65;
}
table.uservoice h4 {
  border-bottom: 1px solid #ec2a29;
  padding-bottom: 2px;
  margin-bottom: 8px;
}
table.uservoice h4 img {
  display: block;
}

/*-----------------------------------------
  ブレッド
-----------------------------------------*/
ul.bred {
  width: 920px;
  margin: 1rem auto;
  list-style-type:none;
  padding: 0 1.5rem;
}
ul.bred li {
  padding: 1.0rem 0 1.0rem 3.5rem;
	margin: 0;
  font-size: 1.3rem;
  color: #000;
  	background: url(../images/check_icon1.png) no-repeat 5px 10px;
	border:none;
}
ul.bred li span {
  color: #1e76ba;
  font-weight:bold!important;
}

ul.bred li span.mark,ul.bred span.mark {
  color: #f60; font-weight: bold;
}
ul.bred li span.txt {
  color: #333!important;
  font-weight:bold!important;
}
ul.bred p {background-color: #fff; padding:20px;}
.alignright {
  width: 178px;
  float: right;
}
/*-----------------------------------------
  活動実績
-----------------------------------------*/
.katsudou {
  background: #fff url("../images/katsudou_bg.jpg") center top ;
  min-height: 270px;
}
.katsudou h2 {
  padding: 4rem 0 2rem 0;
}
/*-----------------------------------------
  よくある質問
-----------------------------------------*/
ul.faq {
  margin: 2rem 0;
  list-style-type:none;
}
ul.faq li {
  padding: 10px 0 10px 50px;
  margin: 0.5rem 0;
}
ul.faq li.q {
  margin-top: 1rem;
  font-weight: bold;
  background: url("../images/icon_q.png") left top no-repeat;
}
ul.faq li.a {
  background: url("../images/icon_a.png") left top no-repeat;
	line-height:1.7em;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ccc;
}

/*---------------------------------------
  リスト
-----------------------------------------*/
ul.circle li {
  padding: 5px 20px 2px 32px;
  margin: 3px 20px;
	color:#023d8e;
	font-weight:bold;
  background: url("../images/circle_icon1.png") 10px center no-repeat;
}
ul.circle2 li {
  padding: 2px 0 2px 22px;
  margin: 3px 0;
  background: url("../images/circle_icon2.png") left center no-repeat;
}
ul.circle3 li {
  padding: 2px 0 2px 22px;
  margin: 3px 0;
  background: url("../images/circle_icon3.png") left center no-repeat;
}

ul.check li {
  padding: 2px 0 2px 45px;
  margin: 5px 0;
  background: url("../images/check_icon1.png") left center no-repeat;
}
ul.check2 li {
  padding: 2px 0 2px 22px;
  margin: 3px 0;
  background: url("../images/check_icon2.png") left center no-repeat;
}
ul.check3 { padding:15px; background-color:#fff; }
ul.check3 li {
  padding: 2px 0 2px 22px;
  margin: 3px 0;
  background: url("../images/check_icon3.png") left center no-repeat;
}

/*---------------------------------------
  common-footer
-----------------------------------------*/
.common-footer {
  clear: both;
  background: #f4f4f4;
  width: 100%;
  border-top: 3px solid #dd0013;
  overflow: hidden;
}
.common-footer-inner {
  width: 1020px;
  margin: 0 auto;
}
.common-footer-logo {
  width: 70px;
  float: left;
}
.common-footer-logo img {
  margin: 10px;
}
.common-footer-text {
  margin-left: 80px;
  font-size: 12px;
  text-align: right;
  padding-top: 45px;
  color: #666;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
ul.footer-menu a {
  color: #666;
  text-decoration: none;
}
ul.footer-menu a:hover {
  color: #999;
  text-decoration: underline;
}
ul.footer-menu {
  margin: 0;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
  margin: 2px 4px;
  padding: 2px;
}
#go-pagetop {
  right: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 2;
}
.menseki-area {
  margin: 20px auto;
  width: 96%;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ",sans-serif;
  padding: 10px 0;
  height: 100px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 11px;
  line-height: 1.6;

}




.footer2 {
  font-size: 12px;
  text-align: center;
  padding: 30px 0 0 0;
}
.copy {
  padding:5px;
  color: #fff;
  text-align: center;
  background: #a98721;
  font-size: 10px;
  letter-spacing: 1px;
}

/*---------------------------------------
  clearfix
-----------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
  clear: both;
}
.inline_block {  
  display: inline-block;  
  *display: inline;  
  *zoom: 1;  
}
.video { width:100%; text-align: center; margin:20px auto;}
.reason {background:#fff; padding: 25px; margin-bottom: 30px; }
.point {text-align:center;}
