@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body{	
color:#000000;
font-size:14px;
font-family: "游ゴシック",YuGothic, 'Noto Sans Japanese',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
margin:0;
height:100%;
position:relative;
line-height:1.6;
background-image:url(../image/back.jpg);
overflow-x:hidden;
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, body {
		font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}

body > #primary {
height: auto;
}


a:link {color:#cf3434; text-decoration:underline;}
a:visited {color:#cf3434; text-decoration:underline;}
a:hover {color:#e59c0e; text-decoration:underline;}

img {
border:0;
vertical-align: bottom;
}

/*------------------------------------------------------------------------------------------------------------------
　Expression
-------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }
.under { margin-bottom:20px; }
.right { float:right;}
.left { float:left;}

.cl::after {
	content: "";
	display: block;
	clear: both;
}

.hidetext {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.ro img:hover,.ro:hover {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

div:after,
section:after,
article:after,
ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc {
	display:inherit;
}

.sp {
	display:none;
}

/*------------------------------------------------------------------------------------------------------------------
　Primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
	width:100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

article {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/*------------------------------------------------------------------------------------------------------------------
　Float Image
-------------------------------------------------------------------------------------------------------------------*/

.photo-l {
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}

.photo-r {
	float:right;
	margin-left:40px;
	margin-bottom:20px;
}

.photo-l img {
	width:100%;
	height:auto;
	border:5px solid #3f3a39;
}

.photo-r img {
	width:98%;
	height:auto;
	border:5px solid #3f3a39;
}

.photo-c {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

.photo-c img {
	border:5px solid #3f3a39;
}

/*------------------------------------------------------------------------------------------------------------------
　Mainvisual
-------------------------------------------------------------------------------------------------------------------*/

#mainvisual_pc {
	position: relative;
	width:100%;
	height:550px;	
	background-image: url(../image/mainvisual/back.png);
	background-repeat: repeat-x;
}

#mainvisual_pc #slider {
	max-width: 1340px;
	height: 500px;
	padding: 20px 0;
}

#mainvisual_pc #slider #container1 {
	position: absolute;
	left: 50%;
	margin-left: -670px;
}

#mainvisual_pc #slide-info {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	z-index: 99999;
}

#mainvisual_pc #slide-info #message {
	width: 100%;
	max-width: 323px;
	height: 280px;
	position: absolute;
	left: 40px;
	bottom:0;
	background-image: url(../image/mainvisual/family.png);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#mainvisual_pc #slide-info #point {
	width: 570px;
	height: 388px;
	position: absolute;
	right: 0;
	bottom:0;
	background-image: url(../image/mainvisual/point-bg.png);
}


#mainvisual_pc #slide-info #point li {
	width:168px;
	height: 100px;
	position: absolute;
	background-repeat: no-repeat;
	list-style: none;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#mainvisual_pc #slide-info #point li#point-01 { 
	right:446px;
	bottom:54px;
	background-image: url(../image/mainvisual/point01.png);
}

#mainvisual_pc #slide-info #point li#point-02 { 
	right:387px;
	bottom:159px;
	background-image: url(../image/mainvisual/point02.png);
}

#mainvisual_pc #slide-info #point li#point-03 { 
	right:317px;
	bottom:265px;
	background-image: url(../image/mainvisual/point03.png);
}

#mainvisual_pc #slide-info #point li#point-04 { 
	right:127px;
	bottom:301px;
	background-image: url(../image/mainvisual/point04.png);
}

#mainvisual_pc #slide-info #point li#point-05 { 
	right:5px;
	bottom:193px;
	background-image: url(../image/mainvisual/point05.png);
}

#mainvisual_pc #slide-info #point li div {
	position: relative;
}

#mainvisual_pc #slide-info #point li div a {
	width: 122px;
	height: 30px;
	position: absolute;
	left: 22px;
	top:67px;
	background-image: url(../image/mainvisual/btn_off.png);
	background-repeat: no-repeat;
}

#mainvisual_pc #slide-info #point li div a:hover {	background-image:url(../image/mainvisual/btn_on.png); }


/* mainvisual_JQuery_PC */

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

.clearfix {
	*+height: 1%;
}

.container {
	height: 500px;
	margin:0 auto;
}

.container ul li {
	box-shadow:0px 0px 10px -2px #333333;
	-moz-box-shadow:0px 0px 10px -2px #333333;
	-webkit-box-shadow:0px 0px 10px -2px #333333;
}

@media screen and (max-width: 970px) {
	#mainvisual_pc #slide-info #message {
		display: none;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　Header
-------------------------------------------------------------------------------------------------------------------*/

header {
	height:260px;
}

#header-text {
	background-image:url(../image/header/header-h1-bg.gif);
	background-repeat: repeat-x;
	width:100%;
	height:29px;
	border-top:5px solid #323232;
}

#header-text h1 {
	width:1100px;
	height:29px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	display:block;
	line-height:29px;
	font-size:14px;
	font-weight: normal;
}

#header-content {
	width:100%;
	height: 152px;
	background-image:url(../image/header/header-con-bg.png);
	background-position:center;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#header-content-inner {
	max-width:1100px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#header-content-inner .logo {
	float: left;
	width:481px;
	height:81px;
	background-image:url(../image/header/logo.png);
	margin-top: 34px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#header-content-inner .logo a {
	width:100%;
	height:100%;
	display:block;
}

#header-content-inner address {
	float: right;
	width: 272px;
	margin-top: 30px;
	font-style: normal;
}

#header-content-inner .tel {
	background-image:url(../image/header/tel.png);
	width:272px;
	height:29px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#header-content-inner .address {
	margin-top: 8px;
}

#header-content-inner .open {
	width: 272px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	padding: 8px 0 6px;
	background-color: #323232;
	margin-top: 6px;
}
/*
@media screen and (max-width: 1100px) {
	header {
		height:230px;
	}
}
*/

@media screen and (max-width: 810px) {
	header {
		height:280px;
	}
	#header-content {
		height: 172px;
	}
	#header-content-inner .logo {
		width:361px;
		height:61px;
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 60px;
	}
	
	#header-content-inner address {
		width: 204px;
	}

	#header-content-inner .tel {
		width:204px;
		height:22px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#header-content-inner .open {
		width: 204px;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　Navi
-------------------------------------------------------------------------------------------------------------------*/

nav {
	background-image:url(../image/header/navi/navi_bg.gif);
	background-repeat: repeat-x;
	width:100%;
	height:74px;
}

nav ul {
	list-style:none;
	width:1100px;
	height: 70px;
	padding: 4px 0 0 0;
	margin:0 auto;
	background-image: url(../image/header/navi/navi_line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

nav ul li {
	float: left;
	margin:0;
	padding-left:2px;
	height: 70px;
	background-image: url(../image/header/navi/navi_line.gif);
	background-repeat: no-repeat;
}

nav ul li a {
	display:block;
	height:70px;
	float:left;
	background-image: url(../image/header/navi/navi_line.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	transition:0.3s;
}

nav ul li.navi01 a { background-image:url(../image/header/navi/navi01_off.gif); width:181px; }
nav ul li.navi02 a { background-image:url(../image/header/navi/navi02_off.gif); width:181px; }
nav ul li.navi03 a { background-image:url(../image/header/navi/navi03_off.gif); width:182px; }
nav ul li.navi04 a { background-image:url(../image/header/navi/navi04_off.gif); width:181px; }
nav ul li.navi05 a { background-image:url(../image/header/navi/navi05_off.gif); width:181px; }
nav ul li.navi06 a { background-image:url(../image/header/navi/navi06_off.gif); width:181px; }

nav ul li.navi01 a:hover { background-image:url(../image/header/navi/navi01_on.gif); }
nav ul li.navi02 a:hover { background-image:url(../image/header/navi/navi02_on.gif); }
nav ul li.navi03 a:hover { background-image:url(../image/header/navi/navi03_on.gif); }
nav ul li.navi04 a:hover { background-image:url(../image/header/navi/navi04_on.gif); }
nav ul li.navi05 a:hover { background-image:url(../image/header/navi/navi05_on.gif); }
nav ul li.navi06 a:hover { background-image:url(../image/header/navi/navi06_on.gif); }
.navi-open, .side-menu {
	display:none;
}

/*
@media screen and (max-width: 1100px) {
	nav {
		height:44px;
	}
	nav ul {
		width:640px;
		height:41px;
		background-size: contain;
	}
	nav ul li {
		height:41px;
	}
	nav ul li a {
		height:41px;
		background-size: contain;
	}
	nav ul li.navi01 a { width:104px; }
	nav ul li.navi02 a { width:104px; }
	nav ul li.navi03 a { width:106px; }
	nav ul li.navi04 a { width:104px; }
	nav ul li.navi05 a { width:104px; }
	nav ul li.navi06 a { width:104px; }
}
*/


/*------------------------------------------------------------------------------------------------------------------
　Footer
-------------------------------------------------------------------------------------------------------------------*/

footer {
	width:100%;
}

footer #ft-contact {
	width: 100%;
	background-color: #ececec;
	padding: 40px 0;
}

footer #ft-contact #ft-contact-inner {
	background-image: url(../image/footer/contact-back.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
	text-align: center;
}

footer #ft-contact #ft-contact-inner #ft-contact-comment {
	background-image: url(../image/footer/contact-comment.jpg);
	width: 332px;
	height: 133px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

footer #ft-contact #ft-contact-inner .pc {
	background-image: url(../image/footer/contact-tel.jpg);
	width: 332px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

footer #ft-contact #ft-contact-inner #ft-contact-btn {
	background-image: url(../image/footer/contact-btn.jpg);
	display: block;
	width: 332px;
	height: 47px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	transition:0.3s;
}

footer #ft-contact #ft-contact-inner #ft-contact-btn:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

footer #ft-content {
	background-color: #0f0f0f;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}

footer #ft-content .comment {
	color: #d7a855;
}

footer #ft-content .logo {
	background-image:url(../image/footer/logo.png);
	width:480px;
	height:100px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-bottom: 25px;
}

footer #ft-content ul {
	list-style:none;
	text-align: center;
	width: 860px;
	display: block;
	margin:0 auto;
	padding:0;
}

footer #ft-content ul li {
	display:inline;
	margin-right:20px;
	padding-left:24px;
	border-left:1px solid #fff;
}

footer #ft-content ul li:first-child {
	border-left: none;
}

footer #ft-content ul li a {
	color: #fff;
}

footer #ft-content ul li a:hover {
	color: #cf3434;
	text-decoration: none;
}

footer #footer-cc {
	width: 100%;
	background-color: #181818;
	padding: 14px 0;
	color:#ffffff;
	text-align:center;
}

.topback a {
	position:fixed;
	background-image:url(../image/footer/pagetop-off.gif);
	width:100px;
	height:100px;
	display:block;
	right:50px;
	bottom:50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index:5;
}

.topback a:hover {
	background-image:url(../image/footer/pagetop-on.gif);
	transition:0.3s;
}

.sptel {
	display:none;
}

/*------------------------------------------------------------------------------------------------------------------
　Additional
-------------------------------------------------------------------------------------------------------------------*/

.contents {
	width: 100%;
	background-color: #fff;
	background-image: url(../image/contents/result/bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

h1.about {
	background-image:url(../image/contents/about/title.png);
	background-position:center top;
	background-position:center;
	width:100%;
	height:131px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	margin: 0;
	position:relative;
}

h1.result {
	background-image:url(../image/contents/result/title.jpg);
	background-position:center top;
	background-position:center;
	width:100%;
	height:131px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	margin: 0;
	position:relative;
}

h1.company {
	background-image:url(../image/contents/company/title.jpg);
	background-position:center top;
	background-position:center;
	width:100%;
	height:131px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	margin: 0;
	position:relative;
}

h1.contact {
	background-image:url(../image/contents/contact/title.jpg);
	background-position:center top;
	background-position:center;
	width:100%;
	height:131px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	margin: 0;
	position:relative;
}

h1.information {
	background-image:url(../image/contents/info/title.png);
	background-position:center top;
	background-position:center;
	width:100%;
	height:131px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	margin: 0;
	position:relative;
}

.bread {
	overflow: hidden;
	width: 1100px;
	padding-top: 30px;
	margin: 0 auto 30px;
}

.bread a {
	display: block;
	font-size: 12px;
	color:#1a1a1a;
	float: left;
	margin: 0;
	margin-right: 1em;
	padding: 1px 1.5em;
	background-color: #fff;
	border: 1px solid #1a1a1a;
	text-decoration: none;
	transition:0.3s;
}

.bread a:hover {
	background-color: #ccc;
}

.bread .now_page {
	font-size: 12px;
	margin: 0;
	padding: 1px 1.5em;
	float: left;
	color:#fff;
	background-color: #1a1a1a;
	border: 1px solid #1a1a1a;
}


/*----------------------------------------------------------------------------
   Home
------------------------------------------------------------------------------*/

#about {
	width:100%;
	height:572px;
	background-image:url(../image/contents/top/about.png);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
	position:relative;
}

#about p {
	font-size:16px;
	padding-top:390px;
	margin-left:-2px;
}

.wrap-inner {
	width: 1100px;
	margin: 0 auto;
	padding-top:50px;
	padding-bottom:50px;
}

/*
@media screen and (max-width:1100px) {
	.wrap-inner {
		width: 90%;
		padding: 50px 5%;
	}
}
*/

#virtual {
    width: 100%;
    padding: 20px;
    border: 2px solid #d84545;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}

#virtual h2 {
    display: inline-block;
    background-color: #fff;
    padding: 0 16px;
    position: absolute;
    top: -50px;
    left: calc(50% - 376px);
}

#virtual a {
    display: block;
    width: 100%;
    margin-top: 20px;
    transition: 0.3s all;
}

#virtual a:hover {
    opacity: 0.8;
}


#info {
	width:580px;
	float:left;
	/* slider 未公開　公開後に削除 */
}

#info #info-title {
	width:580px;
	overflow: hidden;
	border-top: 1px solid #000;
}

#info #info-title h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	float: left;
}

#info #info-title h2 span {
	font-size: 14px;
	color: #aaa;
}

#info #info-title #backlog-btn {
	float: right;
	display: block;
	width: 130px;
	height: 45px;
	background-image: url(../image/contents/top/information-backlog-bg.jpg);
	text-align: center;
	color: #fff;
	line-height: 1;
	margin-top: 21px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	transition:0.3s;
}

#info #info-title #backlog-btn:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#info ul {
	list-style:none;
	margin:0;
	padding:0;
}

#info ul li {
	display:block;
	margin-bottom: 12px;
}

#info ul li:after {
	content: "";
    display: block;
    clear: both;
}

#info ul li span {
	display:inline-block;
	float:left;
	font-size:16px;
	margin-right:30px;
	color:#242424;
}

#info ul li p {
	overflow:hidden;
	margin:0;
	padding:0;
	float:left;
	font-size:16px;
	color:#242424;
	width:357px;
}

#info ul li p a {
	font-size:16px;
	color:#242424;
	text-decoration:underline;
}

#info ul li p a:hover {
	text-decoration:underline;
	color:#cc2e2e;
}

/*
@media screen and (max-width:1100px) {
	#info {
		float: none;
		margin: 0 auto 50px;
		text-align: center;
	}
}
*/

#check {
	float:right;
}

#check a {
	display: block;
	width:470px;
	height:281px;
	background-image: url(../image/contents/top/check01.jpg);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	transition:0.3s;
}

#check a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*
@media screen and (max-width:1100px) {
	#check {
		float: none;
		text-align: center;
	}
	#check a {
		margin: 0 auto;
	}
}
*/

#result {
	background-image: url(../image/contents/top/sekou_bg.gif);
	background-repeat: repeat-x;
	width:100%;
	height: 400px;
	padding:50px 0;
	text-align:center;
}

#result ul {
	width: 100%;
	margin:0;
	padding:0;
	overflow: hidden;
	list-style:none;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	-o-transition:all 0s linear;
	transition:all 0s linear;
	position:relative;
}

#result ul li {
	margin-right: 10px;
	float:left;
	background-color:#fff;
	text-align:center;
	position:relative;
	-moz-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

#result ul:hover li {
	filter:alpha(opacity=30);
	opacity:0.3;
	-moz-opacity:0.3;
	background:none;
}

#result ul:hover li:hover {
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	background:none;
}

#result ul li a {
	color: #fff;
}

#result ul li a .new_icon {
	position: absolute;
	width: 69px;
	height: 69px;
	top: 0;
	left: 0;
	z-index: 2;
}

#result ul li a figure {
	width: 400px;
	height: 400px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-moz-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

#result ul li a figure figcaption {
	width: 400px;
	padding: 24px 0;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0px;
}


#result .yet {
	background-image:url(../image/contents/top/result-yet.png);
	width:539px;
	height:99px;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
}

#merit {
	width:100%;
	padding:47px 0;
}

#merit #merit-inner {
	width: 1100px;
	padding: 5px;
	margin: 0 auto;
	overflow: hidden;
}

#merit #merit-inner #merlit01 {
	float: left;
	position: relative;
	width: 530px;
	height: 246px;
	margin-right: 40px;
	background-image: url(../image/contents/top/merit01.jpg);
	background-repeat: no-repeat;
	box-shadow:0px 0px 5px 0px #d0d0d0;
	-moz-box-shadow:0px 0px 5px 0px #d0d0d0;
	-webkit-box-shadow:0px 0px 5px 0px #d0d0d0;
}

#merit #merit-inner #merlit02 {
	float: left;
	position: relative;
	width: 530px;
	height: 246px;
	background-image: url(../image/contents/top/merit02.jpg);
	background-repeat: no-repeat;
	box-shadow:0px 0px 5px 0px #d0d0d0;
	-moz-box-shadow:0px 0px 5px 0px #d0d0d0;
	-webkit-box-shadow:0px 0px 5px 0px #d0d0d0;
}

#merit #merit-inner .merit-btn {
	display: block;
	position: absolute;
	top: 172px;
	left: 352px;
	width: 162px;
	height: 57px;
	background-image: url(../image/contents/top/merit-btn-off.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	transition:0.3s;
}

#merit #merit-inner .merit-btn:hover {
	background-image: url(../image/contents/top/merit-btn-on.gif);
}


/* ------------------------------------------------------------------------------------------------------------------------/
	result
/------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------/
	result-list
/------------------------------------------------------------------------------------------------------------------------ */

.result_list {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width:1100px;
	margin: 0;
	padding: 0;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	-o-transition:all 0s linear;
	transition:all 0s linear;
}

.result_list li {
	width: 22%;
	background-color: #fff;
	background-image: url(../image/contents/result/list_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin-right:4%;
	margin-bottom:30px;
	list-style: none;
	position:relative;
	box-shadow:0px 0px 5px 0px #aaa;
	-moz-box-shadow:0px 0px 5px 0px #aaa;
	-webkit-box-shadow:0px 0px 5px 0px #aaa;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	-webkit-transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
	transition:0.3s;
}

.result_list li:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.result_list li:nth-child(4n) {
	margin-right: 0;
}

.result_list li a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
	text-decoration: none;
}

.result_list .new_icon {
	position:absolute;
	width: 69px;
	height: 69px;
	top:-13px;
	left:-13px;
	z-index:2;
}

.result_list .work_img1 {
	width:100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-indent: 200%;
	white-space: nowrap;
}

.result_list .work_img2 {
	width:100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
}

.result_list .category1 {
	color:#fff;
	margin: 0;
	padding: 2px 0.5em;
	background-color: #00796B;
}

.result_list .category2 {
	color:#fff;
	margin: 0;
	padding: 2px 0.5em;
	background-color: #443D74;
}

.result_list .category3 {
	color:#fff;
	margin: 0;
	padding: 2px 0.5em;
	background-color: #3D93CC;
}

.result_list .caption {
	margin: 0;
	padding: 14px;
}

.result_list .caption h3 {
	color:#d25400;
	font-size: 17px;
	margin: 0;
}

.result_list .caption p {
	color:#000;
	margin: 0;
	padding: 0;
}


/* ------------------------------------------------------------------------------------------------------------------------/
	result-detail
/------------------------------------------------------------------------------------------------------------------------ */

.detail h3 {
	color:#d25400;
	font-size:24px;
	font-weight:bold;
	background-image: url(../image/contents/result/midashi_icon.png);
	background-repeat: no-repeat;
	padding-left: 36px;
	padding-bottom: 12px;
	line-height: 1;
	border-bottom:2px solid #d25400;
	margin: 0 0 0.75em;
}

.detail h3::after {
	border-bottom: 1px solid #f4ccb2;
}

.bukkenmei {
	color:#464646;
	font-size: 30px;
	padding-bottom: 16px;
	background-image: url(../image/contents/result/worktitle_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin-bottom: 50px;
}

.l-block {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    position: relative;
	margin-bottom: 50px;
}

.slideB-wp {
    float: left;
    width: 45%;
	height: 382px;
	border:7px solid #fff;
	background-color: #fff;
	box-shadow:0px 0px 5px 0px #aaa;
	-moz-box-shadow:0px 0px 5px 0px #aaa;
	-webkit-box-shadow:0px 0px 5px 0px #aaa;
}

.slideB .main-img1 {
	max-width: 495px;
	min-height: 382px;
	margin: 0 auto;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
    position: relative;
}

.slideB .main-img2 {
	min-height: 382px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
    position: relative;
}

.slideB .comment {
	font-size: 16px;
	margin: 0;
    color: #fff;
    padding: 1.5%;
    width: 97%;
	background-image: url(../image/contents/result/comment_bg.gif);
	position: absolute;
	bottom: 0;
}

.slide-bt {
    display: none;
}

.owl-controls {
    display: none !important;
}

.photoS-wp {
    float: right;
    width: 50%;
}

.photoS {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
	height: 396px;
    overflow: hidden;
}

.photoS ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
	margin: 0;
	padding:3px;
}

.photoS li {
	width:107px;
	padding: 5px;
	margin: 0 14px 14px 0;
	float:left;
	cursor:pointer;
	background-color:#fff;
	display: block;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	-webkit-transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear
}

.photoS li:hover {
	filter:alpha(opacity=70);
	opacity:0.70;
	-moz-opacity:0.70;
}

.photoS li.active {
	border:1px solid #191919;
	margin: 0 12px 12px 0;
}

.photoS li:nth-child(4n) {
	margin-right:0;
}

.photoS li div {
    max-width: 100%;
	height: 76px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

@media screen and (max-width:1100px) {
	.slideB-wp {
		width: auto;
		max-width: 495px;
		float: none;
		margin: 0 auto 32px;
	}
	.photoS-wp {
    	float: none;
		width: auto;
		max-width: 940px;
		margin: 0 auto;
	}
	.photoS {
		max-width: 960px;
		height: 190px;
	}
	.photoS ul {
		width: auto;
		max-width: 960px;
	}
	.photoS li:nth-child(4n) {
		margin-right:12px;
	}
	.photoS li:nth-child(7n) {
		margin-right:0;
	}
}

@media screen and (max-width:960px) {
	.photoS-wp {
		max-width: 680px;
	}
	.photoS li:nth-child(5n) {
		margin-right:0px;
	}
	.photoS li:nth-child(7n) {
		margin-right:12px;
	}
}

@media screen and (max-width:700px) {
	.photoS-wp {
		max-width: 560px;
	}
	.photoS li:nth-child(4n) {
		margin-right:0;
	}
	.photoS li:nth-child(5n) {
		margin-right:12px;
	}
}

.fitimg {
    max-width: 100%;
    vertical-align: bottom;
	margin:0 auto;
	display:block;
}

.clear::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.contents-area {
    padding-bottom: 60px;
    padding-top: 30px;
}

.info {
	padding: 50px 0;
	background-color: rgba(255,255,255,0.5);
	box-shadow:0px 0px 5px 0px #aaa;
	-moz-box-shadow:0px 0px 5px 0px #aaa;
	-webkit-box-shadow:0px 0px 5px 0px #aaa;
}

.point,
.status_info {
	width: 1100px;
	margin:0 auto;
}

.point {
	 margin-bottom:  50px;
}

.point .left-box,
.status_info .left-box {
    float: left;
    width: 47%;
	margin-right: 6%;
}

.point .right-box,
.status_info .right-box {
    float: left;
    width: 47%;
}

.point p {
	margin: 0 1em;
}

.point .left-box p img,
.point .right-box p img {
	width:20px !important;
	height:auto !important;
	vertical-align:-4px !important;
}

.status_info dt {
	color:#fff;
	border-top:1px solid #d25400;
	border-left:1px solid #d25400;
	border-bottom:1px solid #d25400;
	background-color : #d25400;
	width : 16%;
	padding: 6px 2%;
	margin-bottom: 12px;
	/* 左寄せ */
	float : left;
	/* float解除 */
	clear : both;
}
 
.status_info dd {
	border-top:1px solid #d25400;
	border-right:1px solid #d25400;
	border-bottom:1px solid #d25400;
	background-color : #fff;
	width : 76%;
	padding: 6px 2%;
	/* dtの幅分の設定 */
	margin-left : 20% ;
	margin-bottom: 12px;
}

.status_info .right-box .movie iframe {
	display: block;
	width:100%;
	height: 280px;
}

.status_info .movie iframe {
	display: block;
	width:80%;
	height: 470px;
	margin: 0 auto;
}

.result_prev_next {
	width: auto;
	max-width: 1100px;
	margin: 40px auto;
	overflow: hidden;
}

.result_prev_next a:hover {
	filter:alpha(opacity=55);
	opacity:0.55;
	-moz-opacity:0.55;
}

.result_prev_next .bukken_btn {
	display:block;
	padding:17px 1em;
	color:#d25400;
	font-size: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #d25400;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	-webkit-transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear
}

.result_prev_next .no_bukken {
	width: 250px;
	height: 60px;
}

.result_prev_next .prev_btn { float: left; }

.result_prev_next .next_btn { float: right; }

.result_prev_next .bukken_btn span {
	display: block;
	width: 300px;
	background-repeat: no-repeat;
}

.result_prev_next .prev_btn span {
	padding-left: 40px;
	background-position: center left;
	background-image: url(../image/contents/result/prev_btn.png);
}

.result_prev_next .next_btn span {
	padding-right: 40px;
	background-position: center right;
	background-image: url(../image/contents/result/next_btn.png);
}

.list_back {
	display:block;
	width:380px;
	height:70px;
	background-image: url(../image/contents/result/back_button.gif);
	background-color: #fff;
	margin: 0 auto 40px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	-webkit-transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear
}

@media screen and (max-width:1100px) {
	.point,
	.status_info {
		width: auto;
		max-width: 1040px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.status_info dt {
		width : 25%;
	}
	.status_info dd {
		width : 67%;
		margin-left : 29% ;
	}
	.result_prev_next {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media screen and (max-width:900px) {
	.point .left-box,
	.status_info .left-box {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.point .right-box,
	.status_info .right-box {
		float: none;
		width: 100%;
	}
	.point .right-box {
		margin-bottom: 50px;
	}
	.status_info .right-box .movie iframe {
		height: 500px;
	}
	.result_prev_next .bukken_btn span {
		width: 180px;
	}

}


/*----------------------------------------------------------------------------
   contact
------------------------------------------------------------------------------*/

.contact-primary {
	padding-bottom:50px;
}

.contact-primary p {
	font-size:16px;
	padding:0;
	margin-bottom: 30px;
}

.form-btn-back, .form-btn-clear {
	margin-right:20px;
}

.sendok {
	padding-top:50px !important;
}

.entry-info {
	height:180px;
	margin-top:30px;
}

.sendok-topback {
	display:inline-block;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	padding-left:13px;
	padding-right:13px;
	color:#ffffff !important;
	text-decoration:none !important;
	background-color:#000000;
}

.sendok-topback:hover {
	background-color:#dea724;
}


/*----------------------------------------------------------------------------
   information
------------------------------------------------------------------------------*/

.information-primary {
}

.information-primary h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 0.65;
	padding: 0em 0 0.75em 0.75em;
	border-left: 8px solid #323232;
	border-bottom: 1px solid #323232;
}

.information-primary h3 span {
	display: block;
	line-height: 1;
	font-size:14px;
	color:#aaaaaa;
}

.kiji-box {
}

.kiji-box p {
	font-size:16px;
	line-height:180%;
}

.pmove {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:30px;
	margin-bottom:50px;
}

.pmove li {
	width:250px;
	height:60px;
	background-color:#212121;
	border-bottom:3px solid #dea724;
	display:block;
	margin-left:auto;
	margin-right:auto;
	line-height:60px;
	text-align:center;
}

.pmove li a {
	width:250px;
	height:60px;
	display:block;
	color:#ffffff;
	font-size:17px;
	text-align:center;
	text-decoration:none !important;
	font-family: 'Noto Sans Japanese', sans-serif;
	transition:0.3s;
}

.pmove li a:hover {
	background-color:#3d3d3d;
}


/*----------------------------------------------------------------------------
   company
------------------------------------------------------------------------------*/

#com_prof,
#gmap {
	padding-bottom: 50px;
}

#com_prof h3,
#gmap h3 {
	color:#d25400;
	font-size:24px;
	font-weight:bold;
	background-image: url(../image/contents/result/midashi_icon.png);
	background-repeat: no-repeat;
	padding-left: 36px;
	padding-bottom: 12px;
	line-height: 1;
	border-bottom:2px solid #d25400;
	margin: 0 0 0.75em;
}

#com_prof table {
	width: 100%;
    border-collapse: collapse;
    text-align: left;
    border: 1px solid #d8d8d8;
	box-shadow:0px 0px 5px 0px #aaa;
	-moz-box-shadow:0px 0px 5px 0px #aaa;
	-webkit-box-shadow:0px 0px 5px 0px #aaa;
}

#com_prof tr:last-child th,
#com_prof tr:last-child td {
  border-bottom:0;
}

#com_prof th {
  text-align:left;
  background-color:#ececec;
  width:28%;
  padding:20px;
  border-right:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
  vertical-align:top;
	white-space:nowrap;
}

#com_prof td {
  padding:15px;
  border-bottom:1px solid #d8d8d8;
  background-color:#ffffff;
}

#com_prof .comphoto {
    display: block;
    float: left;
    margin-right: 1em;
    width: 240px;
}

#gmap iframe {
	width: 100%;
	height: 450px;
	box-shadow:0px 0px 5px 0px #aaa;
	-moz-box-shadow:0px 0px 5px 0px #aaa;
	-webkit-box-shadow:0px 0px 5px 0px #aaa;
}


/*----------------------------------------------------------------------------
   about
------------------------------------------------------------------------------*/

#aboutcontents .wrap,
#praning,
#areaprice01,
#aboutsummary {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	color: #333;
}

#praning {
	border: 3px solid #eb6100;
	background-image: url(../image/contents/about/praning_bg.jpg);
	border-radius: 12px;
	position: relative;
	box-sizing: border-box;
	padding: 39px 24px 30px 24px;
	margin-top: 50px;
}

#praning h3 {
	background-image: url(../image/contents/about/praning_title.gif);
	width: 1038px;
	height: 41px;
	position: absolute;
	top: -40px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#praning h3 {
		top: -39px;
	}
}

#praning .praningtext {
	width: 486px;
	font-size: 18px;
	margin-right: 20px;
}

#praning .praningtext p {
	margin-top: 0;
}

#praning .praningtext b {
	color: #eb6100;
}

#praning .praningimg01 {
	margin-right: 10px;
}

#praning .pricepran {
	background-image: url(../image/contents/about/praning_pricepran.png);
	width: 825px;
	height: 238px;
	margin: 0 auto;
}

#areaprice01 {
	margin-top: 24px;
}

#areaprice01 .areaprice01text {
	width: 522px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	margin-right: 28px;
}

#areaprice01 .areaprice01box {
	margin-top: 30px;
}

#areaprice01 .areaprice01box .box {
	width: 550px;
	box-sizing: border-box;
	padding: 12px;
}

#areaprice01 .areaprice01box .box p {
	padding-left: 58px;
	margin: 0;
}

#areaprice01 .areaprice01box .box01 { background-image: url(../image/contents/about/box01_bg.jpg); margin-bottom: 10px; }
#areaprice01 .areaprice01box .box02 { background-image: url(../image/contents/about/box02_bg.jpg); margin-bottom: 10px; }
#areaprice01 .areaprice01box .box03 { background-image: url(../image/contents/about/box03_bg.jpg); margin-bottom: 10px; }
#areaprice01 .areaprice01box .box04 { background-image: url(../image/contents/about/box04_bg.jpg); }

#areaprice01 .areaprice01box .box01 p {	background: url(../image/contents/about/box01_icon.png) no-repeat left top; }
#areaprice01 .areaprice01box .box02 p {	background: url(../image/contents/about/box02_icon.png) no-repeat left top; }
#areaprice01 .areaprice01box .box03 p {	background: url(../image/contents/about/box03_icon.png) no-repeat left top; }
#areaprice01 .areaprice01box .box04 p {	background: url(../image/contents/about/box04_icon.png) no-repeat left top; }

#areaprice02 {
	background-color: #fffcd3;
	padding: 40px 0px;
	margin-top: 50px;
	box-shadow:0px -3px 10px 0px #ccc;
	-moz-box-shadow:0px -3px 10px 0px #ccc;
	-webkit-box-shadow:0px -3px 10px 0px #ccc;
}

#areaprice02 .description {
	font-size: 20px;
	margin-top: 0;
}

#areaprice02 .description span {
	font-weight: bold;
	color: #e60012;
}

#areaprice02 h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

#areaprice02 .landpricetable table {
	width: 710px;
	border-collapse: collapse;
	font-size: 42px;
	font-weight: bold;
	margin-top: 6px;
	text-align: center;
}

#areaprice02 .landpricetable table th {
	border:3px solid #333;
	background-color: #b3d465;
	padding: 18px 36px;
	line-height: 1;
}

#areaprice02 .landpricetable table td {
	border:3px solid #333;
	background-color: #fff;
	padding: 18px 36px;
	color: #e60012;
	line-height: 1;
}

#areaprice02 .example {
	margin: 30px auto;
	width: 626px;
}

#areaprice02 .example table {
	border-collapse: collapse;
}

#areaprice02 .example table th,
#areaprice02 .example table td {
	background-color: #fff;
	border:1px solid #333;
	padding: 8px 14px;
	font-weight: normal;
	text-align: center;
}

#areaprice02 .example table .listname {
	text-align: left;
}

#areaprice02 .example table .price {
	font-weight: bold;
}

#areaprice02 .emphasis {
	font-size: 32px;
	text-align: center;
	line-height: 1.4;
}

#areaprice02 .emphasis .fcred {
	color: #e60012;
}

#searchland {
	background-color: #fffab8;
	padding: 40px 0px;
}

#searchland .img {
	margin-right: 30px;
}

#searchland .desc {
	width: 730px;
	font-size: 24px;
}

#searchland .desc h4 {
	color: #eb6100;
	font-size: 36px;
	margin: 0;
}

#searchland .desc p {
	line-height: 1.4;
	margin-top: 0;
}

#searchland .desc p .fcred {
	color: #e60012;
}

#totalprice {
	background-color: #f3ec88;
	padding: 30px 0px 50px;
	box-shadow:0px 5px 6px 0px #ccc;
	-moz-box-shadow:0px 5px 6px 0px #ccc;
	-webkit-box-shadow:0px 5px 6px 0px #ccc;
}

#totalprice .total {
	background-image: url(../image/contents/about/total_img.png);
	width: 798px;
	height: 444px;
	margin: 0 auto;
}

#totalprice .process {
	width: 100%;
	background-color: #fff;
	padding: 15px 0 26px;
	margin-top: 30px;
}

#totalprice .process p {
	background-image: url(../image/contents/about/total_process.png);
	width: 983px;
	height: 114px;
	margin: 0 auto;
}

#aboutsummary {
	font-weight: bold;
	font-size: 22px;
	padding: 14px 0 50px;
	text-align: center;
}

#aboutsummary .fcblue {
	color: #00479d;
	font-size: 36px;
}

#aboutsummary .fcorange {
	color: #f37200;
}

#aboutsummary .price_btn {
	display: block;
	background-image: url(../image/contents/about/price_btn.png);
	width: 740px;
	height: 128px;
	margin: 0 auto;
	transition: 0.4s;
}

#aboutsummary .price_btn:hover {
	opacity: 0.8;
}


/*----------------------------------------------------------------------------
   price
------------------------------------------------------------------------------*/

#pricecontents .wrap,
#pricesummary {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	color: #333;
}

#powerword {
	width:1322px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#powerword p {
	background-image: url(../image/contents/price/powerword_img.png);
	background-repeat: no-repeat;
	width: 1211px;
	height: 363px;
}

#loandesc {
	width:844px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-bottom: 50px;
}

#loandesc .description {
	background-image: url(../image/contents/price/loandesc_contents.png);
	width: 620px;
	height: 120px;
	margin-top: 30px;
	margin-right: 32px;
}

#loandesc .supplement {
	display: table;
	color: #fff;
	text-align: center;
	margin: auto;
	background-color: #00a0e9;
	border: solid 2px #fff;
	width: 180px;
	height: 180px;
	-moz-border-radius: 170px;
	-webkit-border-radius: 170px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #00a0e9;
	-webkit-box-shadow: 0 0 0 5px #00a0e9;
	-moz-box-shadow: 0 0 0 5px #00a0e9;
}

#loandesc .supplement p {
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}

#loanflow {
	background-image: url(../image/contents/price/loanflow_bg.jpg);
	padding: 50px 0;
	box-shadow:0px 0px 6px 3px #ccc;
	-moz-box-shadow:0px 0px 6px 3px #ccc;
	-webkit-box-shadow:0px 0px 6px 3px #ccc;
}

#loanflow .flow01 {
	background-image: url(../image/contents/price/loan_flow01_bg.jpg);
	padding: 24px;
}

#loanflow .flow01 .flow01wrap {
	background-color: #fff;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

#loanflow .flow01desc {
	width: 600px;
	margin-right: 50px;
}

#loanflow .flow01desc b {
	font-size: 40px;
}

#loanflow .flow01desc .fcblue {
	color: #00479d;
	font-size: 24px;
}

#loanflow .flow01desc ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#loanflow .flow01desc li {
	float: left;
	width: 300px;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#loanflow .flow01desc .fcred {
	color: #e60012;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin: 0;
}

#loanflow .flow01desc .fcred span {
	font-size: 36px;
}

#loanflow .flow02 {
	background-image: url(../image/contents/price/flow2_img.png);
	width: 622px;
	height: 153px;
	margin: 30px auto;
}

#loanflow .flow03 {
	background-image: url(../image/contents/price/loan_flow03_bg.jpg);
	padding: 24px;
}

#loanflow .flow03 .flow03wrap {
	background-color: #fff;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

#loanflow .flow03desc01 {
	text-align: center;
}

#loanflow .flow03desc01 b {
	font-size: 42px;
}

#loanflow .flow03desc01 p {
	font-size: 24px;
	line-height: 1.4;
}

#loanflow .flow03desc01 span {
	color: #e60012;
	font-size: 36px;
	font-weight: bold;
}

#loanflow .flow03desc02 {
	margin: 0 auto 50px;
}

#loanflow .flow03desc02 .img {
	background-image: url(../image/contents/price/flow03desc02_img01.png);
	width: 587px;
	height: 178px;
	margin-right: 32px;
	margin-bottom: 0;
}

#loanflow .flow03desc02 .img ul {
	list-style: none;
}

#loanflow .flow03desc02 .desc {
	width: 360px;
	box-sizing: border-box;
	background-color: #ffdec4;
	border-radius: 8px;
	padding: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
}

#loanflow .flow03desc03 {
	margin-bottom: 50px;
}

#loanflow .flow03desc03 .compare {
	border: 1px solid #f37200;
	background-color: #fff5ed;
	border-radius: 8px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	padding: 17px 28px;
	line-height: 1.2;
}

#loanflow .flow03desc03 .fcblue {
	color: #00479d;
}

#loanflow .flow03desc03 .fcorange {
	color: #f37200;
}

#loanflow .flow03desc03 p {
	font-size: 24px;
	line-height: 1.2;
	margin: 8px 0 0 8px;
}

#loanflow .flow03desc04 .desc01 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

#loanflow .flow03desc04 .desc01 .fcred {
	color: #e60012;
}

#loanflow .flow03desc04 .desc02 {
	background-image: url(../image/contents/price/flow03desc04_desc02.gif);
	width: 986px;
	height: 48px;
	margin: 0 auto;
}

#loanflow .flow03desc04 .desc03 {
	font-size: 16px;
	margin-bottom: 0;
}

#pricesummary {
	padding: 50px 0;
}

#pricesummary p {
	width: 780px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

