@charset "utf-8";
/*
基本リンク
------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}


/*
ページデザイン
------------------------------------------------------- */
/* 幅固定 */
.w950{
	width: 950px;
	margin: 0 auto;
}

/* 左右------------- */
.l{
	width: 50%;
	margin: 0 auto;
	float: left;
}
.r{
	width: 50%;
	margin: 0 auto;
	float: right;
	vertical-align:top;
}
img_r{
	float:left;
}


/*
H
------------------------------------------------------- */
.h2_bg{
  position: relative;
  border-bottom: 1px solid #f7d8aa;
  font-size: 23px;
  font-weight: normal;
  margin: 0;
  padding: 9px 28px 10px;
}
.h2_bg:before {
	content: "";
	position: absolute;
	background: #ff6800;
	margin-top: 5px;
	margin-left: -20px;
	height: 14px;
	width: 14px;
	border-radius: 50%;
}
.h2_bg2{
  position: relative;
  background: #eee;
  border-bottom: 1px solid #ccc;
  font-size: 23px;
  font-weight: normal;
  margin: 0;
  padding-left: 36px;
  padding-top: 25px;
  padding-bottom: 25px;
}



/*
P
------------------------------------------------------- */
/* 黒大 */
p.bun {
	clear:both;
	color:#000;
	padding-left:10px;
	font-size:22px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height: 1.4;	

}
/* 黒太 */
p.bun2 {
	clear:both;
	color:#000;
	font-size:16px;
	font-weight:bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	margin-bottom:5px;
	line-height: 1.4;
}
/* 黒 */
p.bun3 {
	clear:both;
	color:#000;
	font-size:16px;
	margin-bottom:5px;
	line-height: 1.4;
	letter-spacing:1px;
}
/* 黒 */
p.bun4 {
	clear:both;
	color:#000;
	font-size:20px;
	font-weight:bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	margin-bottom:5px;
	line-height: 1.4;
	letter-spacing:1px;
}
/* オレンジ */
p.ore {
	color: #ff6800;
	font-size:22px;
	font-weight:bold;
	line-height: 1.4;
	letter-spacing:2px;
}
/* オレンジ2 */
p.ore2 {
	color: #ff6800;
	font-size:22px;
	font-weight:bold;
	line-height: 1.4;
	letter-spacing:2px;
	border-bottom: 1px #CCC solid;
}
/* オレンジ2 */
p.ore3 {
	color: #ff6800;
	font-size:22px;
	font-weight:bold;
	line-height: 1.4;
	margin-left:20px;
	letter-spacing:2px;
}
p.ore3:before {
	content: "";
	position: absolute;
	background: #fff;
	margin-top: 4px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	margin-left:-25px;
		box-shadow: 0 0 0 3px #ff6800;
	-webkit-box-shadow: 0 0 0 3px #ff6800;
	-moz-box-shadow: 0 0 0 3px #ff6800;
}


/*
span
------------------------------------------------------- */
span.red {
	color: #da3250;
	font-size:20px;
	font-weight:bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}



/*
box
------------------------------------------------------- */
/* オレンジ */
.rbox{	
	color:#fff;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	padding-bottom:12px;
	padding-top:18px;
	background: #F60;
	border-radius:1.5em;
	width:950px;
}
/* オレンジ */
.rbox2{	
	color:#fff;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	background: #F60;
	border-radius:1.5em;
	width:600px;
}
/* ブラック */
.box{	
	color:#000;
	font-size:55px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	width:800px;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


/*
メールフォーム
------------------------------------------------------- */
form.one {
    /* フォームをページの中央に置く */
    margin: 0 auto;
    width: 600px;
    /* フォームの範囲がわかるようにする 
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 1em;*/
}
input.one, textarea.one {
    /* すべてのテキストフィールドのフォント設定を一致させる
       デフォルトで、textarea は等幅フォントが設定されている */
    font: 1.5em sans-serif;
	font-weight:bold;
	color: #000;
	letter-spacing:1px;
		vertical-align: middle;
    /* すべてのテキストフィールドを同じサイズにする */
    width: 450px;
	height:30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* テキストフィールドのボーダーの外見を同一にする */
    border: 1px solid #999;
	padding-left: 5px;
	border-radius: 0.5em;
}
button.bt1 {
    /* ボタンを他のテキストフィールドと同じ場所に置く */
	background: #F60;
	color: #FFF;
	font-weight:bold;
	font-size: 1.3em;
	letter-spacing:2px;
	width:110px;
	height:30px;
	height:5px\9;/* IE8 */
	border:none;
	padding-left:5px;
	margin-left:10px;
	padding-top:5px\9;/* IE8 */
	padding-bottom:20px\9;/* IE8 */
	border-radius:0.5em;
	box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
	-webkit-box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
	-moz-box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
}

button.bt1 {
    /* このマージンは、ラベルとテキストフィールドの間のスペースと
       おおよそ同じスペースを表す */
    margin-left: .5em;
}


/*
メールフォーム
------------------------------------------------------- */
form.two {
    /* フォームをページの中央に置く */
    margin: 0 auto;
    width: 600px;
    /* フォームの範囲がわかるようにする 
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 1em;*/
}

input.two, textarea.two ,select.two {
    /* すべてのテキストフィールドのフォント設定を一致させる
       デフォルトで、textarea は等幅フォントが設定されている */
    font: 1.5em sans-serif;
	font-weight:bold;
	color: #000;
	letter-spacing:1px;
    /* すべてのテキストフィールドを同じサイズにする */
    width: 550px;
	height:30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* テキストフィールドのボーダーの外見を同一にする */
    border: 1px solid #999;
	padding-left: 5px;
	border-radius: 0.5em;
}
textarea.two {
    /* 複数行のテキストフィールドをラベルにきちんと揃える */
    vertical-align: top;
    /* テキスト入力に十分な領域を与える */
    height: 5em;
    /* ユーザが textarea を垂直方向にリサイズできるようにする
       これが動作しないブラウザもある */
    resize: vertical;
}
form.two div + div {
    margin-top: 1em;
}
label.two {
    /* すべてのラベルを同じサイズにして、きちんと揃える */
    display: inline-block;
    width: 10px;
	padding-right:8px;
	padding-top:8px;
    text-align: right;
	color: #F00;
}
button.bt2 {
    /* ボタンを他のテキストフィールドと同じ場所に置く */
    padding-left: 90px; /* label 要素と同じサイズ */
	background: #F60;
	color: #FFF;
	font-size:20px;
	font-weight:bold;
	width:550px;
	height:40px;
	height:5px\9;/* IE8 */
	border:none;
	padding-left:5px;
	margin-left:10px;
	padding-top:10px\9;/* IE8 */
	padding-bottom:20px\9;/* IE8 */
	border-radius:0.5em;
	box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
	-webkit-box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
	-moz-box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
}

button.bt2 {
    /* このマージンは、ラベルとテキストフィールドの間のスペースと
       おおよそ同じスペースを表す */
    margin-left: .5em;
}




/*
デザイン
------------------------------------------------------- */
/* 概要詳細 */
.t2a{
	border-bottom: 1px #CCC solid;
	margin-bottom:20px;
}
.maru2{
	-moz-border-radius: 100%;    /* Firefox */
	-webkit-border-radius: 100%; /* Safari,Chrome */
	border-radius: 100%;
	border: solid 3px #fff;
	background-color: #ff6600;
	height: 110px;
	width: 110px;
	margin-top:10px;
	box-shadow: 0 0 0 3px #ff6600;
	-webkit-box-shadow: 0 0 0 3px #ff6600;
	-moz-box-shadow: 0 0 0 3px #ff6600;
}
p.marubun2a{
	text-align:center;
	color: #fff;
	font-size: 22px;
	font-weight:bold;
	padding-top:45px;
}
p.marubun2b{

	text-align:center;
	color: #fff;
	font-size: 22px;
	font-weight:bold;
	padding-top:35px;
}
.t2{
	margin:10px 10px 5px 30px;				/*背景の外側の余白。上、右、下、左の順で指定*/
	padding:15px 0 5px 20px;			/*背景の内側の余白。指定順はmarginと同様*/
	font-size:18px;					/*文字の大きさ*/
	line-height:1.2em;				/*行間*/
	letter-spacing: 0.02em;				/*文間*/
	color:#000;
}

.t2l{
	float: left;
	width: 10%;
	padding-bottom:15px;
}
.t2r{
	float: left;
	width: 90%;
	padding-bottom:15px;
}

/* フォームstep */
.maru{
	float: left;
	-moz-border-radius: 100%;    /* Firefox */
	-webkit-border-radius: 100%; /* Safari,Chrome */
	border-radius: 100%;
	background-color: #ff6600;
	height: 50px;
	width: 50px;
	margin-top:10px;
}
p.marubun{
	text-align:center;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	padding-top:10px;
}
.t3{
	margin:10px 2px 10px 0;				/*背景の外側の余白。上、右、下、左の順で指定*/
	padding:12px 0 10px 8px;			/*背景の内側の余白。指定順はmarginと同様*/
	border-left:1px solid #ccc;	/*左端のエンジ色の柱は線の設定で描く。線の太さ、線の形状、色の順で指定*/
	font-size:20px;					/*文字の大きさ*/
	font-weight:bold;
	line-height:1.2em;				/*行間*/
	letter-spacing: 0.01em;				/*文間*/
	color:#000;
}
.t3a{
	margin: 0 auto;
	clear:both;
}
.t3l{
	float: left;
	padding-bottom:15px;
	width:60px;
}
.t3r{
	float: left;
	padding-bottom:15px;
	width:260px;
}


/*
table
------------------------------------------------------- */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 会社概要テーブル */
.table {
  width: 90%;
  margin-bottom: 20px;
  font-size:13px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 25px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.w30 {
  width: 30% !important;
}
/* priceテーブル */
table02 {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table02 {
  width: 100%;
  margin-bottom: 20px;
line-height:150%;
font-size:140%;
}
.table02 thead {
	background: #fbedf0;
}
.table02 thead th{
  border-top: 1px solid #f3d1d8;
  border-bottom: 1px solid #f3d1d8;
  text-align:center;
  vertical-align:middle;
  font-weight:normal;
  color: #7d7d7d;
}

.table02 th,
.table02 td {
  padding: 8px;
  line-height: 25px;
  letter-spacing:1px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  white-space: nowrap;
}
.table02 th{
	font-weight:bold;
}
/* テーブル */
.table03 {
  width: 95%;
line-height:150%;
font-size:160%;
}
.table03 th,
.table03 td {
  padding: 8px;
  line-height: 25px;
  letter-spacing:1px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table03 th{
	color: #000;
	font-weight:normal;
}
.table03 td.t2{
	color: #eb6100;
	font-weight:bold;
	line-height: normal;
	letter-spacing: normal;
}
.w20 {
  width: 20% !important;
}
/* フォームテーブル */
.table04 {
  width: 80%;
  margin-bottom: 20px;
}
.table04 td{
	vertical-align:top;
}
.td_r{
	width: 18%;
}
.td_l{
	width:82%
}




/*
余白
------------------------------------------------------- */
.mb05 {
	padding-bottom: 5px;
}

.mb10 {
	padding-bottom: 10px;
}

.mb15 {
	padding-bottom: 15px;
}

.mb20 {
	padding-bottom: 20px;
}
.mb30 {
	padding-bottom: 30px;
}
.mb40 {
	padding-bottom: 40px;
}
.mb50 {
	padding-bottom: 50px;
}
.mt20 {
	padding-top: 20px;
}
.mt50 {
	padding-top: 50px;
}
.ml {
	padding-left: 15%;
}
.ml10 {
	padding-left: 10px;
}

/* ズレが回避される */
*,img,p {
	margin: 0;
	padding: 0;
	border:none;
	vertical-align: top;
}