@charset "UTF-8";

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

/* =================================
 reset
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	color:#333;
	position: relative;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
img.img100{
	width:100%;
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
	display: block;
}
img.img90 {
	max-width: 90%;
	line-height: 0;
	vertical-align: bottom;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.img_center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
a:hover img{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
p{
	line-height: 1.8em;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
/*select,*/
textarea,
button {
	/*-webkit-appearance: none;*/
	-moz-appearance: none;
}
/*select::-ms-expand {
	display: none;
}*/
*, :after, :before {
	box-sizing: border-box;
}

@media screen and (min-width: 769px) {
a[href^="tel:"] {
    pointer-events: none;
}
}

/* =================================
 margin・padding
================================= */

/*margin right*/
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
/*margin left*/
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
/*margin top*/
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
/*margin bottom*/
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
/*padding right*/
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
/*padding left*/
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
/*padding top*/
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
/*padding bottom*/
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb100 {
  padding-bottom: 100px;
}

/* =================================
font
================================= */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}
.font50 {
	font-size: 50% !important;
}
.font60 {
	font-size: 60% !important;
}
.font70 {
	font-size: 70% !important;
}
.font80 {
	font-size: 80% !important;
}
.font90 {
	font-size: 90% !important;
}
.font100 {
	font-size: 100% !important;
}
.font110 {
	font-size: 110% !important;
}
.font120 {
	font-size: 120% !important;
	line-height:1.8em;
}
.font130 {
	font-size: 130% !important;
	line-height:2em !important;
}
.font150 {
	font-size: 150% !important;
	line-height:1.8em;
}
.font160 {
	font-size: 160% !important;
line-height:2em;
}
.font170 {
	font-size: 170% !important;
line-height:2em;
}
.font180 {
	font-size: 180% !important;
line-height:2em;
}
.font200 {
	font-size: 200% !important;
	line-height:2em;
}
.font230 {
	font-size: 230% !important;
	line-height:2em;
}
.font250 {
	font-size: 250% !important;
	line-height:2em;
}
/*サイズ（px）*/
.font12px{
	font-size: 12px !important;
}
.font14px{
	font-size: 14px !important;
}
.font16px{
	font-size: 16px !important;
}
.font18px{
	font-size: 18px !important;
}
.font20px{
	font-size: 20px !important;
}
.font25px{
	font-size: 25px !important;
}
.font30px{
	font-size: 30px !important;
}
.font35px{
	font-size: 35px !important;
}
@media screen and (min-width: 768px) {
	.font12-14px{
		font-size: 14px !important;
	}
	.font14-16px{
		font-size: 16px !important;
	}
	.font15-20px{
		font-size: 20px !important;
	}
	.font15-18px{
		font-size: 18px !important;
	}
	.font16-18px{
		font-size: 18px !important;
	}
	.font16-20px{
		font-size: 20px !important;
	}
	.font18-20px{
		font-size: 20px !important;
	}
	.font18-25px{
		font-size: 25px !important;
	}
	.font20-25px{
		font-size: 25px !important;
	}
	.font20-30px{
		font-size: 30px !important;
	}
	.font22-30px{
		font-size: 30px !important;
	}
	.font25-30px{
		font-size: 30px !important;
	}
	.font30-35px{
		font-size: 35px !important;
	}
}
@media screen and (max-width: 767px) {
	.font12-14px{
		font-size: 12px !important;
	}
	.font14-16px{
		font-size: 14px !important;
	}
	.font15-20px{
		font-size: 15px !important;
	}
	.font15-18px{
		font-size: 15px !important;
	}
	.font16-18px{
		font-size: 16px !important;
	}
	.font16-20px{
		font-size: 16px !important;
	}
	.font18-20px{
		font-size: 18px !important;
	}
	.font18-25px{
		font-size: 18px !important;
	}
	.font20-25px{
		font-size: 20px !important;
	}
	.font20-30px{
		font-size: 20px !important;
	}
	.font22-30px{
		font-size: 22px !important;
	}
	.font25-30px{
		font-size: 25px !important;
	}
	.font30-35px{
		font-size: 30px !important;
	}
}
.white{
	color:#fff;
}
.red{
	color:#ff0000;
}
.pink{
	color:#ff7b71;
}
.green{
	color:#009245;
}
.gray{
	color:#b3b3b3;
}
.yellow{
	color:#fbed21;
}
.orange{
	color:#f7931e;
}
.blue1{
	color:#062161;
}
.blue2{
	color:#4085aa;
}
.blue3{
	color:#324b85;
}


.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.heisei_font{
	font-family: "heisei-kaku-gothic-std";
}

/* =================================
テキスト揃え
================================= */
.txtJustify{
	text-align:justify;
}
.txtCenter{
	text-align:center;
}

/* =================================
テキスト揃え行間
================================= */
.lh15{
	line-height:1.5em;
}
.lh18{
	line-height:1.8em;
}
.lh20{
	line-height:2.0em;
}
.lh25{
	line-height:2.5em;
}


/* =================================
titH3
================================= */
.midashi01 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.midashi01:before,.midashi01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #FFF;
}

.midashi01:before {
  left:0;
}
.midashi01:after {
  right: 0;
}
.midashi02 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.midashi02:before,.midashi02:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #324b85;
}

.midashi02:before {
  left:0;
}
.midashi02:after {
  right: 0;
}


/* =================================
吹き出し
================================= */
.balloon1 {
  position: relative;
  display: block;
  padding: 7px 10px;
  width: 100%;
  color: #fff;
  background: #324b85;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #324b85;
}

.balloon1 h3 {
  margin: 0;
text-align: center;
	color: #fff;
}


.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
}
.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}


.balloon2-top{
    position:relative;
    width:580px;
	max-width: 100%;
    background:#FFFFFF;
    padding:10px;
    text-align:center;
    border:1px solid #333333;
}
.balloon2-top:after,.balloon2-top:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:50%;
}
.balloon2-top:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:26px;
    border-bottom-width:26px;
    border-left-width:23px;
    border-right-width:23px;
    margin-left: -23px;
    border-bottom-color:#FFFFFF;
}
.balloon2-top:before{
    border-color: rgba(51, 51, 51, 0);
    border-top-width:27px;
    border-bottom-width:27px;
    border-left-width:24px;
    border-right-width:24px;
    margin-left: -24px;
    margin-bottom: 1px;
    border-bottom-color:#333333;
}


.balloonBox{
margin-left: auto;
	margin-right: auto;
}

/* =================================
透過
================================= */
.alpha{
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* =================================
clearfix
================================= */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}
/* */
.clear {
	clear: both;
}

/* =================================
 スマホ・PC画像振り分け
================================= */

@media screen and (min-width: 768px) {
.sp_only{
display:none !important;
}
}

@media screen and (max-width: 768px) {
.pc_only{
display:none !important;
}
}


/* =================================
 header
================================= */
header img {
	display: block;
}
header{
	background: #fff1dc;
	position: fixed;
	width:100%;
	z-index: 9999;
}


@media screen and (min-width: 769px) {
	header{
		height: 80px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	h1.headLogo{
		float: left;
		width:280px;
		max-width: 28%;
	}
	h1.headLogo img{
		width:100%;
		display: block;
	}
	.topInfo_sp{
		display:none;
	}
	.topInfo{
		float: right;
		margin-top: 0px;
		width:625px;
		max-width: 62.5%;
	}
	.topInfoL{
		width:38%;
		margin-right: 2%;
	}
	.topInfoC{
		width:29%;
		margin-right: 2%;
	}
	.topInfoR{
		width:29%;
	}
	.topInfoL img,.topInfoC img,.topInfoR img{
		display: block;
		width:100%;
	}
}


/*スマホ用ヘッダー*/
@media screen and (max-width: 768px) {
	header{
	height:90px;
	padding-top: 5px;
	padding-bottom: 10px;
	}
	.head_inner p{
	text-align: center;
	}
	h1.headLogo{
		width:200px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}
	h1.headLogo img{
		width:100%;
		display: block;
	}
	.topInfo{
		display:none;
	}
	.topInfo_sp{
		width: 90%;
		max-width:550px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:10px;
	}
	.topInfoL{
		width:32%;
		margin-right: 2%;
	}
	.topInfoC{
		width:32%;
		margin-right: 2%;
	}
	.topInfoR{
		width:32%;
	}
	.topInfoL img,.topInfoC img,.topInfoR img{
		display: block;
		width:100%;
	}
}


/* =================================
 ヘッダーイメージ
================================= */
.headImg{
	background: #fff1dc;
}
.headImg img.bg_headimg{
	display: block;
	width:100%;
}
img.pic_headimg{
	display: block;
	width:768px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.headTxt{
	background: #f2f2f2;
}
.headTxt h2{
	font-size:150%;
}
@media screen and (max-width: 768px) {
	.headTxt h2{
	font-size:115%;
}
}

/* =================================
 wrapper
================================= */
.wrapper{
	width:100%;
	position: absolute;
	z-index: 0;
}
@media screen and (min-width: 768px) {
	.wrapper{
	top: 80px;
	}
}
@media screen and (max-width: 768px) {
	.wrapper{
	top: 90px;
	}
}


/* =================================
 inner
================================= */
.inner01{
	width: 1000px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.inner02{
	width: 1000px;
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
}
.inner03{
	width: 768px;
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
}

/* ----------------------------------------------------------------------
 flexbox
---------------------------------------------------------------------- */
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	flex-wrap:wrap;
}
.flex2{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between; /*均等に間隔をあける*/
	align-items: stretch;    /*全ての要素の高さを揃える*/
	flex-wrap:wrap;
}
@media(max-width:768px)  {
	.flex2{
		display: block;
	}
}

.flexBox02{
	width:48%;
}
.flexBox03{
	width:30%;
}
.flexBox04{
	width:23%;
}
@media(max-width:768px)  {
	.flexBox02{
		width:100%;
	}
	.flexBox03{
		width:100%;
	}
	.flexBox04{
		width:48%;
	}
}

.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.stretch{
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.row-reverse{
	flex-flow: row-reverse;   /*横並びの順番を逆にする*/
}



/* ----------------------------------------------------------------------
 ２カラム用
---------------------------------------------------------------------- */

.full_content{
width: 100%;
margin: 0 !important;
text-align: center;
overflow:hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.single_content{
width:1000px;
max-width:100%;
margin:0 auto;
padding:0 0;
}
.left_content{
float:left;
width:50%;
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.right_content{
float:right;
width:50%;
padding-left:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.left_content30{
float:left;
width:28%;
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.right_content30{
float:right;
width:28%;
padding-left:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.left_content70{
float:left;
width:68%;
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.right_content70{
float:right;
width:68%;
padding-left:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sp_box{
	padding:0 2%;	
}
.sp_box2{
	padding:0 4%;
}

/* =================================
 3カラム用
================================= */
.three_column{
	width:30%;
	float:left;
	margin-right:5%;
}
.three_column:nth-child(3){
	margin-right:0;
}
@media(max-width:768px)  {
	.three_column{
	width:90%;
	float:none;
	margin-left:auto;
	margin-right:auto;
	}
	.three_column:nth-child(3){
	margin-right:auto;
	}
}

/* =================================
 footer
================================= */

.copyright{
	background: #324b85;
}
.copyright p{
	text-align: center;
	color: #fff;
	font-size:80%;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 1.5em;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
 パララックス
---------------------------------------------------------------------- */
.parallax {
	width: 100%;
	height: 400px;
}
.height01 {
	height:100%;
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:100% 100% !important;
}

/* =================================
 トップへ戻るボタン
================================= */
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9999;
}
#pageTop i {
}
#pageTop a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size:40px;
	text-decoration: none;
	text-align: center;
	background:#f7931e;
	width:45px;
	height:45px;
	border-radius: 40px;
	line-height: 1.1em;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* =================================
 ページ内容（トップページ）
================================= */


/*ポイント*/
.point{
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	background-size: 8px 8px;
	background-color: #324b85;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #233c6e), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #233c6e 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #233c6e 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #233c6e 50%, transparent 50%, transparent);
}
.point .inner03{
	width:550px;
}
.pointBox{
	width:48%;
}



/*申し込みボタン*/
.appBtn{
	background: #fff1dc;
}


/*このような情報を購入したことはありませんか？*/
.experience{}
.experienceTit{
	font-size:180%;
}
@media(max-width:768px)  {
	.experienceTit{
	font-size:130%;
}
}
.experienceBox{
	width:18%;
}
@media(max-width:600px)  {
	.experienceBox{
	width:23%;
}
}
.experienceBox img{
	width: 100%;
	display: block;
}


/*チェックリスト*/
.check{
	background: url(images/bg_check.jpg) no-repeat center center;
	background-size: cover;
}
ul.checkList li{
	margin-bottom: 10px;
	padding-left:47px;
	text-indent:-47px;
}
ul.checkList li::before{
	content: url(images/ico_check.png);
    margin-right: 10px;
    position: relative;
    top: 10px;
}
.bg_blue{
	background: rgba(50,75,133,0.7);
	padding-top: 15px;
	padding-bottom: 15px;
}
.checkTxt{
	line-height:37px; 
	vertical-align: middle;
}
.checkTxt img{
	display: inline-block;
}


/*支払ってしまったお金は返ってきます！*/
.greeting{
	background: #e1f2f2;
}
.greetingTxt{
	width:60%;
}
.greetingImg{
	width:35%;
}
.greetingImg img{
	display: block;
	width: 380px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:768px)  {
	.greetingTxt{
		width:100%;
}
	.greetingImg{
		width:100%;
}
	.greetingImg img{
		width: 300px;
	}
}

/*依頼者の声*/
.voice{
	background: url(images/bg_voice.jpg) repeat;
}
.voiceBg{
	background: #fff;
	padding: 15px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	height:calc(100% - 75px);
	box-sizing: border-box;
}


.caution01{
	background: #f2f2f2;
	padding: 25px;
}

/*こういった問題は年々被害件数が多くなっています。*/
.higaiGraph{
	width:55%;
}
.higaiFigure{
	width:42%;
}
table.higaiTb{
	font-size:12px;
}
table.higaiTb th,table.higaiTb td{
	padding: 10px;
	box-sizing: border-box;
	border:2px #fff solid;
}
table.higaiTb th{
	font-weight:bold;
}
table.higaiTb th:first-child{
	width:20%;
}
table.higaiTb th.thTop{
	background: #f0f8ff;
	vertical-align: middle;
}
table.higaiTb th.thSide{
	background: #ffe4c4;
	vertical-align: middle;
}
table.higaiTb td{
	width:40%;
	background: #f1f1f1;
}
@media(max-width:768px)  {
	.higaiGraph{
		margin-bottom: 20px;
	}
	.higaiGraph,.higaiFigure{
		width:100%;
	}
}

/*ご依頼の流れ*/
.stepTit{
	font-size:180%;
}
@media(max-width:768px)  {
	.stepTit{
	font-size:130%;
}
}
.stepBox{
	width:23%;
}
@media(max-width:600px)  {
	.stepBox{
	width:45%;
	margin-bottom: 50px;
}
}
.stepBox img{
	width: 100%;
	display: block;
}

/*よくあるご質問*/
.faq{
	background: url(images/bg_faq.jpg) no-repeat center center;
	background-size: cover;
}
.faqBox{
	background: #fff;
	padding: 25px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.faq_q::before{
	content: url(images/ico_faq_q.png);
    margin-right: 10px;
    position: relative;
    top: 10px;
}
.faq_a::before{
	content: url(images/ico_faq_a.png);
    margin-right: 10px;
    position: relative;
    top: 10px;
}
.faq_q,.faq_a{
	margin-bottom: 10px;
	padding-left:40px;
	text-indent:-40px;
}

/*メールフォーム*/

.contact{
	background: #e1f2f2;
	padding-top:0px;
	padding-bottom: 50px;
}
.contactCaution{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
}
ol.contactOl{
	padding-left: 1.5em;
}
ol.contactOl li{
	line-height: 1.5em;
	padding-bottom: 15px;
}
.mailformBox{
	background: #fff;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */
	padding: 20px 30px 50px;
}
.formTable th{
	color: #324b85;
	font-weight: bold;
}
label {
  display: block;
  position:relative;
padding-left:1.3em;
}
label input[type=checkbox] {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  margin:auto;
}
input[type=text],select,textarea{
	font-size:90%;
	padding:10px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	border: 2px solid #324b85;
}
input[type=text] {
  	width:100% !important;
	height: 40px;
}
input.money{
	width:150px !important;
	margin-right: 10px;
}
select {
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: #ffffff;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding:10px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	border: 2px solid #324b85;
}
select::-ms-expand {
    display: none;
}
select {
	padding: 8px ;
}
table.mailform th span{
	color: #ff0000;
}
table.mailform th,table.mailform td{
	line-height: 1.8em;
	font-size: 100%;
	padding-top:20px;
	padding-bottom: 20px;
}
.submitButton {
  display       : inline-block;
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 35px;   /* 余白       */
  background    : #324b85;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #324b85;    /* 枠の指定 */
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.submitButton:hover {
  color         : #324b85;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
.submitButtonBox{
	text-align: center;
}
@media(max-width:768px)  {
	table.mailform,table.mailform tbody,
	table.mailform tr,table.mailform th,
	table.mailform td{
		display: block;
}
	table.mailform th{
		border: none !important;
		padding-bottom: 0px;
		width:100% !important;
	}
	table.mailform td{
		padding-top: 0px;
	}
}

/*プライバシーポリシー*/

.privacy{
	width:768px;
	padding: 20px;
    height: 150px;
    overflow-y: scroll;
    margin: 30px auto 50px auto;
    text-align: left;
	max-width: 90%;
	border: 2px solid #808080;
}
.privacy h3,.privacy h4,.privacy p,.privacy ul{
	line-height: 1.8em;
}
.bg-white{
	background: #fff;
	padding:20px;
}
.privacy ul li{
	list-style: circle;
	list-style-position: outside;
	margin-left: 30px
}
.privacy ol{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 1em;
}


/*会社概要*/
.company{
}
.companyTit{
	background: #333333;
}
table.companyTable{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
table.companyTable tr:nth-child(even){
	background: #e1f2f2;
}
table.companyTable th,table.companyTable td{
	text-align: left;
	padding: 10px;
	line-height: 1.8em;
}
@media(max-width:600px)  {
	table.companyTable{
	max-width: 90%;
	}
	table.companyTable,table.companyTable tbody,
	table.companyTable tr,table.companyTable th,table.companyTable td{
	display: block;
	}
	table.companyTable th{
		font-weight: bold;
	}
	table.companyTable td{
		border-bottom: 1px #666 solid;
	}
}

/*弁護士費用*/
table.feeTable{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
/*table.feeTable tr:nth-child(even){
	background: #fff1dc;
}*/
table.feeTable th,table.feeTable td{
	text-align: left;
	padding: 10px;
	line-height: 1.8em;
}
@media(max-width:600px)  {
	table.feeTable{
	max-width: 90%;
	}
	table.feeTable,table.feeTable tbody,
	table.feeTable tr,table.feeTable th,table.feeTable td{
	display: block;
	}
	table.feeTable th{
		font-weight: bold;
	}
	table.feeTable td{
		border-bottom: 1px #666 solid;
	}
}

/*サンクスページ*/
.thanksPage{
	background:#fff;
}


/* =================================
 パソコンのみの設定
================================= */
@media screen and (min-width: 768px) {
/* スマホのみ改行
-------------------------------------------------------------------*/
 .kaigyouSp {
  display: none;
 }

}

/* =================================
 タブレット以下の設定
================================= */
@media screen and (max-width: 768px) {

 /* ２カラム用
-------------------------------------------------------------------*/
.right_content,.left_content,
.right_content30,.left_content30,
.right_content70,.left_content70{
	float:none;
	width:100%;
	padding:0;
}
.sp_box,.sp_box2{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

}


/* =================================
 スマホのみの設定
================================= */
@media screen and (max-width: 640px) {

}