@charset "UTF-8";
/* CSS Document */

/* 基本-モバイルファースト ======================================================================================================== */
/* 印刷時の余白幅指定 */
@page {
	margin: 12.7mm 9.7mm;
}
html {
-webkit-font-smoothing: antialiased;
}
body{
	text-align: center;
	width: 100%;
	font-family: sans-serif;
	line-height: 1.8;
	color: #111;
}
body,
table,
input,
textarea{
	font-size: 14px;
}

.webfont{
	font-family: "丸フォーク R", "Maru Folk Regular", "MaruFoPro-Regular", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", sans-serif;
	font-weight: 400;
}
.webfont_bold{
	font-family: "丸フォーク M", "Maru Folk Medium", "MaruFoPro-Medium", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", sans-serif;
	font-weight: 700;
}
/* テキスト選択時のハイライト */
::selection {
    background: #DDD;
}
::-moz-selection {
    background: #DDD;
}

a,
a:link,
a:visited {
	color: #111;
}

img{
	vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	background-color: #FFF;
	padding: 5px;
	margin: 0px;
	box-sizing: border-box;
	border: 1px solid #AAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover{
	border: 1px solid #666;
}
input[type="text"]:focus,
input[type="text"]:focus,
input[type="text"]:focus,
textarea:focus{
	background-color: #F3F3F3;
}
input[type="radio"],
input[type="checkbox"]{
	-webkit-appearance: none;
	background-color: #FFF;
	background-image: url(../images/checkbox_bg_off.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #CCC;
	box-sizing: border-box;
}
input[type="checkbox"]{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
	background-image: url(../images/checkbox_bg_on.svg);
	background-color: #008080;
	border: none;
}
label:hover{
	cursor: pointer;
}

.opct{}

/* googleリマーケティングタグの隙間回避 */
iframe[name="google_conversion_frame"] { position:absolute; top: 0; left: 0; }

.mt05{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mr05{ margin-right: 5px; }
.mr10{ margin-right: 10px; }
.mr15{ margin-right: 15px; }
.mr20{ margin-right: 20px; }
.mr30{ margin-right: 30px; }
.mr40{ margin-right: 40px; }
.mb05{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.ml05{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml30{ margin-left: 30px; }
.ml40{ margin-left: 40px; }
.pt05{ padding-top: 5px; }
.pt10{ padding-top: 10px; }
.pt15{ padding-top: 15px; }
.pt20{ padding-top: 20px; }
.pt30{ padding-top: 30px; }
.pt40{ padding-top: 40px; }
.pr05{ padding-right: 5px; }
.pr10{ padding-right: 10px; }
.pr15{ padding-right: 15px; }
.pr20{ padding-right: 20px; }
.pr30{ padding-right: 30px; }
.pr40{ padding-right: 40px; }
.pb05{ padding-bottom: 5px; }
.pb10{ padding-bottom: 10px; }
.pb15{ padding-bottom: 15px; }
.pb20{ padding-bottom: 20px; }
.pb30{ padding-bottom: 30px; }
.pb40{ padding-bottom: 40px; }
.pl05{ padding-left: 5px; }
.pl10{ padding-left: 10px; }
.pl15{ padding-left: 15px; }
.pl20{ padding-left: 20px; }
.pl30{ padding-left: 30px; }
.pl40{ padding-left: 40px; }

.f_right{ float: right; }
.f_left{ float: left; }
.pc_float_none{}
.pc_f_right{}
.pc_f_left{}

.table{ display: table; }
.table_cell{ display: table-cell; }
.pc_display_block{}
.pc_table{}
.pc_table_cell{}

.ta_right{ text-align: right; }
.ta_center{ text-align: center; }
.ta_left{ text-align: left; }

.va_top{ vertical-align: top; }
.va_middle{ vertical-align: middle; }
.va_bottom{ vertical-align: bottom; }

.sp_tel{}

.font10px{ font-size: 10px; }
.font11px{ font-size: 11px; }
.font12px{ font-size: 12px; }
.font14px{ font-size: 14px; }
.font16px{ font-size: 16px; }
.font18px{ font-size: 18px; }
.font20px,
.font22px,
.font24px,
.font26px,
.font28px{ font-size: 20px; }
.font30px{ font-size: 22px; }

.font_bold{ font-weight: bold; }

.clear{
	display: block;
	float: none;
	clear: both;
}

.css_arrow{
position: relative;
display: inline-block;
padding: 0 15px 0 0;
vertical-align: middle;
}
.css_arrow::before{
content: "";
display: inline-block;
vertical-align: middle;
position: absolute;
top: 0;
bottom: 0;
right: 3px;
margin: auto;
border-top: 1px solid #333;
border-right: 1px solid #333;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.ca_5::before{ 	width: 5px; height: 5px; }
.ca_7::before{ 	width: 7px; height: 7px; }
.ca_10::before{ width: 10px; height: 10px; }
.ca_15::before{ width: 15px; height: 15px; }


.common_arrow_btn{
	text-align: center;
	margin-top: 20px;
}
.common_arrow_btn a,
.common_arrow_btn span{
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #008080;
	background-image: url(../images/common_arrow_btn.svg);
	background-repeat: no-repeat;
	background-position: 205px center;
	color: #FFF;
	text-decoration: none;
	transition: all 0.2s ease;
}



/* ヘッダー======================================================================================================== */
h1 {
	background-image: url(../images/globalmenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	display: block;
	font-size: 10px;
	line-height: 15px;
}
h1 span.contents_size{
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#header{
	position: relative;
	background-image: url(../images/globalmenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -15px;
	padding: 0 0 10px;
}
#header_inner{
	text-align: center;
}
#header_logo{
}
#header_logo a img{
	height: 50px;
}

/* グローバルメニュー
=============================================== */
#global_menu{
}
#global_menu ul{
	display: none;
}
#global_menu ul li{
}
#global_menu ul li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-top: solid 1px #111;
	padding: 10px;
	position: relative;
}
#global_menu ul li:first-child a{
	border-top: none;
}
#global_menu ul li a::after{
	content: "";
	vertical-align: middle;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 23px;
	margin: auto;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
}
.sp-hamburger {
	display: block;
	text-align: center;
	z-index: 9500;
	position: absolute;
	top: 0px;
	right: 5px;
	box-sizing: border-box;
	width: 50px;
	height: 40px;
	padding: 0 10px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: transparent;
}
.sp-hamburger:hover {
	cursor: pointer;
}
.sp-hamburger::after {
	width: 100%;
	position: absolute;
	top: 36px;
	content: 'メニュー';
	font-size: 10px;
	line-height: 1;
	display: block;
	text-align: center;
	left: 0px;
}
.sp_menu-open.sp-hamburger::after {
	content: '閉じる';
}
.sp-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 0px;
}
.sp-hamburger-icon,
.sp-hamburger-icon:before,
.sp-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sp-hamburger-icon:before,
.sp-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
}
.sp-hamburger-icon:after {
  top: 10px;
}
.sp_menu-open .sp-hamburger-icon {
  background-color: transparent;
}
.sp_menu-open .sp-hamburger-icon:before,
.sp_menu-open .sp-hamburger-icon:after {
  top: 0;
}
.sp_menu-open .sp-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp_menu-open .sp-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



/* コンテンツ======================================================================================================== */
#container {
	padding-top: 4vw;
}
#contents {
	padding-top: 8vw;
	padding-bottom: 8vw;
}
.contents_size{
	padding-left: 4vw;
	padding-right: 4vw;
	display: block;
	text-align: left;
}

.page_title{
	text-align: center;
}
.page_title h2{
	font-size: 5vw;
}
.page_title .en{
	font-size: 10px;
}
#topic_path{
	font-size: 10px;
	text-align: right;
	margin-bottom: 20px;
}
#topic_path a::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	margin: 0 5px 0 0;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
}

.sub_bar{
	color: #008080;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #008080;
	margin-bottom: 10px;
}
.sub_bar_m{
	font-weight: bold;
}

form{
	margin: 0px;
	padding: 0px;
}
/* 通常テーブルパターン */
table.normal{
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	border-top: 1px solid #DDD;
}
table.normal th,
table.normal td{
	border-bottom: 1px solid #DDD;
	box-sizing: border-box;
}
table.normal th{
	padding: 15px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: #EEE;
}
form table.normal th{
	text-align: left;
	vertical-align: top;
}
table.normal td{
	padding: 15px;
}
table.sp_tableflat{}
form .must{
	display: block;
	background-color: #C00;
	padding: 5px;
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
form .cap{
	font-size: 10px;
	color: #C00;
}
.form_address li{
	margin: 5px 0 0;
}
.form_address li.post{
	margin: 0;
}

form #privacy_box{
	height: 200px;
	overflow: auto;
	margin: 10px 0;
	padding: 10px;
	border: solid 1px #DDD;
}
form #privacy_box h4{
	font-size: 16px;
	font-weight: bold;
}
form #privacy_box h5{
	font-weight: bold;
	margin-top: 10px;
}
form #privacy_check{
	text-align: center;
}
form #privacy_check label{
	display: inline-block;
	padding: 10px;
}
form #privacy_check input{
	cursor: pointer;
}
form #privacy_check .must{
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
form #submit_box{
	margin-top: 30px;
	text-align: center;
}
form #submit_box p{
	margin: 0 0 10px;
}
form #submit_box button{
	font-size: 20px;
	margin: 0 10px;
	padding: 15px 40px;
	cursor:pointer;
	display: inline-block;
	-webkit-appearance: none;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form #submit_box button[type="reset"]{ background-color: #CCC; }
form #submit_box button[type="submit"]{ background-color: #C00; color: #FFF; }
form #submit_box button[type="reset"]:hover{ background-color: #BBB; }
form #submit_box button[type="submit"]:hover{ background-color: #9A0002; }

#thanks_page{
	padding: 60px 0;
	text-align: center;
}
#thanks_page h2{
	font-weight: bold;
	font-size: 18px;
}

#comingsoon{
	padding: 60px 0;
	text-align: center;
}




#common_business_menu{
	background-color: #EEE;
	padding: 8vw 0;
}
#common_business_menu ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#common_business_menu li{
	width: 33.333%;
	margin-top: 6vw;
}
#common_business_menu li a{
	display: block;
	background-color: #FFF;
	width: 26vw;
	height: 26vw;
	margin: 0 auto;
	padding: 4vw 0 0;
	text-decoration: none;
	text-align: center;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	position: relative;
}
#common_business_menu li a::before{
	display: block;
	font-size: 5vw;
	line-height: 1;
	font-weight: bold;
	color: #008080;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#common_business_menu li:nth-child(1) a::before{ content: "01"; }
#common_business_menu li:nth-child(2) a::before{ content: "02"; }
#common_business_menu li:nth-child(3) a::before{ content: "03"; }
#common_business_menu li:nth-child(4) a::before{ content: "04"; }
#common_business_menu li:nth-child(5) a::before{ content: "05"; }
#common_business_menu li .icon{
	width: 100%;
	height: 12vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
#common_business_menu li .icon img{
	max-width: 10vw;
	max-height: 10vw;
}
#common_business_menu li h3{
	font-weight: bold;
}


/* フッター======================================================================================================== */
#footer {
	background-color: #cce6e6;
	padding: 4vw 0;
}
#footer_company{
	text-align: center;
	margin-bottom: 20px;
}
.footer_logo img{
	height: 50px;
}
#footer_company .sha{
}
#footer_company .sha span{
	font-size: 20px;
}

#footer_text_link{
}
#footer_text_link ul{
	display: flex;
	flex-wrap: wrap;
}
#footer_text_link li{
	width: 50%;
	margin-bottom: 10px;
}

#iqrafudosan_banner{
text-align: center;
margin: 10px 0;
}

#copy_right{
	font-size: 3vw;
	text-align: center;
}



/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px){
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}
.pc_only{ display: none; }
.sp_only{ }

.sp_float_reset{ float: none; }
.sp_block{ display: block; }

.mt50,.mt60,.mt70,.mt80,.mt90{ margin-top: 40px; } .mt100,.mt150{ margin-top: 60px; }
.mr50,.mr60,.mr70,.mr80,.mr90{ margin-right: 40px; } .mr100,.mr150{ margin-right: 60px; }
.mb50,.mb60,.mb70,.mb80,.mb90{ margin-bottom: 40px; } .mb100,.mb150{ margin-bottom: 60px; }
.ml50,.ml60,.ml70,.ml80,.ml90{ margin-left: 40px; } .ml100,.ml150{ margin-left: 60px; }

.pt30,.pt40,.pt50,.pt60{ padding-top: 20px; }
.pr30,.pr40,.pr50,.pr60{ padding-right: 20px; }
.pb30,.pb40,.pb50,.pb60{ padding-bottom: 20px; }
.pl30,.pl40,.pl50,.pl60{ padding-left: 20px; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	width: 100%;
}
.form_sp_half{
	display: flex;
	justify-content: space-between;
}
.form_sp_half input{
	width: 49%;
}
input.form_sp_90{
	width: 90%;
}
.form_address li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.form_address li.post{
	display: block;
}
.form_address li span{
	width: 5em;
}
.form_address li select,
.form_address li input{
	flex: 1;
	text-align: left;
}
.form_address li .mfp_err{
	width: 100%;
}

input.input_sp_auto{
	width: auto !important;
}
form #submit_box button{
	padding: 15px 30px;
	margin: 0 5px;
}

.sp_tableflat th,
.sp_tableflat td{
	display: block;
}
.sp_tableflat th{
	border-bottom: none !important;
	padding: 8px !important;
	text-align: left !important;
}
.sp_tableflat td{
	padding: 8px 0px !important;
}


#header_logo p{
	display: none;
}

#global_menu .dropdwn_menu{
	display: none !important;
}


}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
body{
	font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
}
/* IEで游ゴシックはバグるのでメイリオに */
_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
}
body,
table,
input,
textarea{
	font-size: 14px;
}
a,
a:link,
a:visited {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover {
	color: #666;
}
a:active {
	color: #008080;
}
.opct a:hover,
a.opct:hover,
a:hover img.opct{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}


.common_arrow_btn a:hover,
a:hover .common_arrow_btn span{
	color: #FFF;
	background-color: #1FBDBD;
}


.pc_only{ }
.sp_only{ display: none; }

.sp_tel:visited,
.sp_tel:link,
.sp_tel{	pointer-events: none; text-decoration: none; }

.pc_float_none{ float: none; }
.pc_f_right{ float: right; }
.pc_f_left{ float: left; }

.pc_display_block{ display: block; }
.pc_table{ display: table; }
.pc_table_cell{ display: table-cell; }

.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.mt70{ margin-top: 70px; }
.mt80{ margin-top: 80px; }
.mt90{ margin-top: 90px; }
.mt100{ margin-top: 100px; }
.mt150{ margin-top: 150px; }

.mr50{ margin-right: 50px; }
.mr60{ margin-right: 60px; }
.mr70{ margin-right: 70px; }
.mr80{ margin-right: 80px; }
.mr90{ margin-right: 90px; }
.mr100{ margin-right: 100px; }
.mr150{ margin-right: 150px; }

.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; } 
.mb70{ margin-bottom: 70px; } 
.mb80{ margin-bottom: 80px; } 
.mb90{ margin-bottom: 90px; } 
.mb100{ margin-bottom: 100px; } 
.mb150{ margin-bottom: 150px; } 

.ml50{ margin-left: 50px; }
.ml60{ margin-left: 60px; }
.ml70{ margin-left: 70px; }
.ml80{ margin-left: 80px; }
.ml90{ margin-left: 90px; }
.ml100{ margin-left: 100px; }
.ml150{ margin-left: 150px; }

.pt50{ padding-top: 50px; }
.pt60{ padding-top: 60px; }

.pr50{ padding-right: 50px; }
.pr60{ padding-right: 60px; }

.pb50{ padding-bottom: 50px; }
.pb60{ padding-bottom: 60px; } 

.pl50{ padding-left: 50px; }
.pl60{ padding-left: 60px; }

.font20px{ font-size: 20px; }
.font22px{ font-size: 22px; }
.font24px{ font-size: 24px; }
.font26px{ font-size: 26px; }
.font28px{ font-size: 28px; }
.font30px{ font-size: 30px; }

/* 中身 */
h1{
	background: none;
	width: 1000px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 100;
	text-align: right;
}
h1 span.contents_size{
	text-align: right;
}
#header{
	padding: 0;
}
#header_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_logo{
}
#header_logo a{
	display: block;
	text-decoration: none;
}
#header_logo a img{
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}
#header_logo p{
	display: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-left: 5px;
}

/* グローバルメニュー */
#global_menu{
	width: 760px;
}
#global_menu ul{
	display: flex;
}
#global_menu ul li{
	width: 16.66%;
	position: relative;
}
#global_menu ul li a{
	border-top: none;
	padding: inherit;
	font-size: 16px;
	line-height: 1;
	padding: 32px 0;
}
#global_menu ul li a::after{
	display: none;
}
#global_menu .dropdwn_menu{
    width: 100%;
	display: none;
    position: absolute;
	margin: 0;
	top: 80px;
	left: 0;
    padding: 0;
	z-index: 100;
}
#global_menu .dropdwn_menu li{
    width: 100%;
}
#global_menu .dropdwn_menu li a{
    padding: 15px 0;
    display: block;
	background-color: #DBCCB1;
	border-top: solid 1px #CDB89B;
}
#global_menu .dropdwn_menu li a:hover{
	background-color: #EAE2D4;
}
/* コンテンツ */
#container {
	padding-top: 40px;
}
#contents {
	padding-top: 60px;
	padding-bottom: 60px;
}
.contents_size{
	width: 1000px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
}

.page_title h2{
	font-size: 30px;
}
.page_title .en{
	font-size: 14px;
}

.sub_bar{
	font-size: 20px;
}
.sub_bar_m{
	font-size: 16px;
}

form #privacy_box{
	margin: 40px 100px;
	padding: 20px;
}


#common_business_menu{
	padding: 80px 0;
}
#common_business_menu ol{
	justify-content: space-between;
}
#common_business_menu li{
	width: 180px;
	margin-top: 40px;
}
#common_business_menu li a{
	width: 180px;
	height: 180px;
	padding: 50px 0 0;
}
#common_business_menu li a::before{
	font-size: 40px;
	top: -20px;
}
#common_business_menu li a:hover{
	background-color: rgba(10,128,128,0.1);
	color: #111;
}
#common_business_menu li .icon{
	height: 40px;
	margin-bottom: 10px;
}
#common_business_menu li .icon img{
	max-width: 40px;
	max-height: 40px;
	transition: all 0.2s ease;
}
#common_business_menu li a:hover .icon img{
	height: 50px;
	max-width: 50px;
	max-height: 50px;
}
#common_business_menu li h3{
	font-size: 18px;
}




/* フッター */
#footer {
	padding: 80px 0;
}
.footer_logo{
	text-align: center;
}
.footer_logo img{
	height: 80px;
}
#footer_inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
}
#footer_company{
	text-align: left;
	margin-bottom: 0px;
}
#footer_company .sha{
	font-size: 20px;
}
#footer_company .sha span{
	font-size: 30px;
}

#footer_text_link{
	width: 400px;
	text-align: left;
}
#footer_text_link li{
	width: 33.33%;
	margin-bottom: 10px;
font-size: 12px;
}

#iqrafudosan_banner{
margin: 0;
}

#copy_right{
	font-size: 10px;
	text-align: left;
}




}

