/*
デザイナーさんのcssをとりあえずまとめておく。
*/
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");


/* Variables */
/* これは IEではダメ 最終的に削除*/
:root {
  --color-main: #de6500;
  --color-secondary: #ffc600;
  --color-dark: #041e2d;
  --color-light: #f2f2f2;
  --color-theme-white: #fff;
  --color-theme-black: #151515;
  --color-theme-gray: #acacac;
  --color-main-light: rgba(0, 159, 255, 0.1);
  --color-gray-light-border: #e9e9e9;
  --color-gray-dark: #666666;
  --font-body: Open Sans, sans-serif;
  --font-title: Montserrat, sans-serif;
}

@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }
body {
/*	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-weight: 400;
	background: #fff;
	font-size: 15px;
	line-height: 1.6;
}


/*-- ckeditor用のスタイル --*/
body main.home .row {
    justify-content: center;
    align-items: center;
}


.bg-color-dark {
	background-color: #545454;
}


.bg-color-light {
    background-color: #f2f2f2;
}

.container {
    width: calc(100% - 30px);
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
	.container {
	    max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
	    max-width: 720px;
	}
}


@media (min-width: 992px) {
	.container {
	    max-width: 960px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
	    max-width: 1140px;
	}
}

/* =========================================
 Buttons
 =========================================*/
.btn {
  border-radius: 0;
  min-width: 50px;
  border: 0px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 8px 18px;
  text-transform: capitalize;
  font-size: 13px;
  background: #de6500;
  color: #fff;
}

.design3 .btn {
	background: #5b5b5b;
}

.linkList a:hover, .btn:hover, .btn:focus, .btn:active {
  background: #041e2d;
}

.btn * {
  position: relative;
  z-index: 9;
}

.input-group-btn:not(:last-child) .btn,
.input-group-btn:not(:first-child) .btn,
.input-group-btn:not(:last-child) .btn {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.input-group-btn:not(:last-child) .btn:hover, .input-group-btn:not(:last-child) .btn:focus,
.input-group-btn:not(:first-child) .btn:hover,
.input-group-btn:not(:first-child) .btn:focus,
.input-group-btn:not(:last-child) .btn:hover,
.input-group-btn:not(:last-child) .btn:focus {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .form .btn:not(:disabled):not(.disabled):active:focus,
.form .btn:not(:disabled):not(.disabled):active:focus,
#sidebar .block #subscribe .form .btn:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .form .btn:not(:disabled):not(.disabled).active:focus,
.form .btn:not(:disabled):not(.disabled).active:focus,
#sidebar .block #subscribe .form .btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus,
.form .show > .dropdown-toggle.btn:focus,
.form .show > .dropdown-toggle.btn:focus,
#sidebar .block #subscribe .form .show > .dropdown-toggle.btn:focus {
  box-shadow: none;
}

/* Cancel && close buttons */
section .btn.cancel,
section .btn.close,
section .btn[type="reset"] {
  background: #fff;
  color: #acacac;
}

section .btn.cancel:hover, section .btn.cancel:focus, section .btn.cancel:active,
section .btn.close:hover,
section .btn.close:focus,
section .btn.close:active,
section .btn[type="reset"]:hover,
section .btn[type="reset"]:focus,
section .btn[type="reset"]:active {
  background: #ff0000 !important;
  color: #fff;
}

/* buttons */
.buttons .btn {
  min-width: 126px;
}

/*--- Fontサイズのラジオボタン関連設定 ---*/
input[type=radio].fontRadio + label {
/*	position: relative;
	left: -40px;*/
}

input[type=radio].fontRadio:checked + label {
	background-color: #de6500;
	color: #fff;
}

input[type=radio].fontRadio + label {
	background-color: #acacac;
	color: #fff;
}

input[type=radio].fontRadio:focus + label {
	outline: solid 4px rgba(0, 92, 191, 0.5);
	z-index: 200;
}

input[type=radio].fontRadio:focus + label {
	z-index: 100;
}

/*---  ---*/

/*--- ヘッダMenu関連のスタイル ---*/
.ml-auto,.mx-auto{margin-left:auto!important}
.mr-auto,.mx-auto{margin-right:auto!important}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    padding-top: 0px;
    padding-buttom: 0px;
}

nav {
	width: 100%;
}


.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* マドリエロゴ */
.head_logo_box {
	height: 100%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
/*    white-space: nowrap;*/
}

a.dropdown-item {
	font-weight: 600;
	font-size: 15px;
}

/* カラム */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-nav {
	padding-left: 0px;
}


a.back i {
	color: #de6500;
}


/* スクロールした場合、ヘッダのみ非表示に設定 */
#header.floatMenu nav#topHeader {
	display: none;
}

/* スクロールした場合 メニューは画面のトップに固定。*/
#header.floatMenu #menuForm {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;
	border-bottom: 1px solid #d9d9d9;
/*	height: 100px;*/
	background-color: #fff;
}

/* モバイル版 */
@media (max-width: 991px) {
	/* モバイルの場合ヘッダは表示しない */
	#header nav#topHeader {
		display: none;
	}

	/* モバイルの場合MenuFormのロゴを表示 */
	#header #menuForm div.head_logo_box {
		display: flex;
	}

	.fa-times:before {
		color: #de6500;
	}


	#fontSizeRadioDiv {
		display: none;
	}

	#menuButtonDiv {
		display: block;
		float: right;
		position: absolute;
		right: 0px;
		top: 20px;
	}
	#menuButton {
		position: relative;
		top: -6px;
		outline-style: none;
		padding: 0px;
	}


	#menuBar {
		width: 100%;
		position: absolute;
		top: 80px;
		display: none;
		z-index: 1000;
	}

	#menuForm #navbar-info {
		display: none;
	}

	a.nav-link.dropdown-toggle {
		width: calc(100% - 56px);
	}

	a.nav-link.dropdown-toggle + a {
		display: inline-block;
		width: 40px;
		height: 20px;
    	padding-top: 10px;
    	padding-bottom: 10px;
    	text-decoration: none;
		text-align: center;
		background-color: #e9e9e9;
	}

	.nav-item.dropdown {
		vertical-align: middle;
		width: 100%;
		height: 40px;
		border-bottom: 1px solid #e5e5e5;
	}

	.nav-item.dropdown:hover {
		background-color: #f2f2f2;
		color: #041e2d;
	}
	/* 第一階層のメニューリンク */
	a.nav-link {
		padding-top: 10px;
		padding-bottom: 10px;
		display: inline-block;
	    border-radius: 0;
		text-decoration: none;
		text-align: left;
		font-weight: 600;
		font-size: 13px;
		min-width: 150px;
		white-space: nowrap;
		margin-left: 16px;
		width: calc(100%);
		position: relative;
	    top: -2px;
	}


	li.nav-item.mr-0 {
		position: relative;
		left: -15px;
	}

	/** ドロップダウンメニュー */
	.dropdown-menu {
		width: calc(100% - 0px);
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		background-color: #f2f2f2;
	    position: absolute;
	    top: 0px;
		display: block;
	    float: none;
	    border-radius: 0;
	    margin: 0px;
	    border-left: 0;
	    border-right: 0;
		z-index: 1000;
	}

	/* 第二階層メニューのリンク */
	a.dropdown-item {
		height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
		clear: both;
		color: #212529;
		text-align: inherit;
		white-space: nowrap;
		background-color: #fff;
		border: 0;
		border-bottom: 1px solid #e5e5e5;
		background-color: #f2f2f2;
	    color: #041e2d;
		margin-left: 16px;
	}

	/* お問合せ資料請求ボタン */
	.nav-link.btn {
		background-color: #de6500;
		color: #fff;
		width: 200px;
	}
	.nav-link3.btn {
		background-color: #00addf;
		color: #fff;
	}
	a.nav-link:hover {
		background-color: #f2f2f2;
		color: #041e2d;
	}

}

/* PC版 */
@media (min-width: 992px) {
	/* PCの場合スクロール状態のときのみメニューのロゴを表示 */
	#header.floatMenu #menuForm div.head_logo_box {
		flex-flow: column;
	}

	#header:not(.floatMenu) #menuForm div.head_logo_box {
		display: none;
	}

	div.head_logo_box p {
		margin-top: auto;
		margin-bottom: auto;
	}

	div.head_logo_box img {
		width: 129px;
	}
	.navbar-expand-lg {
		ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
	    justify-content: flex-start;
	}

	/* 一番上のヘッダ */
	#topHeader {
		height: 100%;
		padding: 0;
    	border-bottom: 1px solid #d9d9d9;
	}




	#fontSizeRadioDiv {
		display: block;
	}

	#menuButtonDiv {
		display: none !important;
	}

	#menuBar {
		display: flex;
		flex-flow: row;
		align-items: center;
		width: 100%;
	}

	#menuForm div.collapse {
		height: 40px;
	}

	.bg-color-white {
		background-color: #fff;
	}

	div.collapse.navbar-collapse {
	    transition: all .2s ease-in-out;
	    display: flex!important;
	    flex-wrap: wrap;
	    flex-basis: auto;
	}

	.navbar-nav .nav-item .nav-link {
	    padding: 8px 8px;
/*	    height: 20px;*/
	    display: inline-block;
	}
	/** ドロップダウンメニュー */
	.dropdown-menu {
	    display: block;
	    position: absolute;
	    top: 40px;
	    float: none;
		border-top: 3px solid #041e2d;
	    border-radius: 0;
	    padding: 0;
	    margin: 0;
	    border-left: 0;
	    border-right: 0;
	    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
		z-index: 1000;
	}

	.dropdown-item {
	    display: block;
	    padding: .25rem 1.5rem;
	    clear: both;
	    font-weight: 400;
	    color: #212529;
	    text-align: inherit;
	    white-space: nowrap;
	    background-color: #fff;
	    border: 0;
	}

	/* 第一階層のメニューリンク */
	a.nav-link {
	    border-radius: 0;
		text-decoration: none;
		font-size: 13px;
	}


	/* お問合せ資料請求ボタン */
	.nav-link.btn {
		background-color: #de6500;
		color: #fff;
	}

	.nav-link3.btn {
		background-color: #00addf;
		color: #fff;
	}

	a.nav-link:hover {
		background-color: #041e2d;
		color: #fff;
	}



	.dropdown-menu {
		display:none;
	}
	.navbar-collapse {
		display: flex;
	}
	/* メニューバー */
	ul.navbar-nav {
		display: flex;
	    flex-wrap: wrap;
		flex-direction: row;
		flex-basis: auto;
		margin-bottom: 0px;
	}
	.nav-link {
		color: #041e2d;
		border-radius: 3px;
		padding: 8px;
		/*text-transform: capitalize;*/
		font-weight: 600;
 	}

	.dropdown-toggle::after {
		border: 0;
		content: "\f078";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
	    padding-left: 4px;
	}

	a.nav-link.dropdown-toggle + a {
		display: none;
	}

	a.back.dropdown-item {
		display:none;
	}
}


#menuInqButton {
	min-width: 143px;
	margin-left:10px;
}

/*---  ---*/

/*-- ロゴ領域 --*/
#map-section {
/*	min-height: 750px;*/
    padding: 0;
    position: relative;
}

section {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    backface-visibility: hidden;
}

.top_images_sec {
	/* height: 750px; */
}

#topImage .owl-item .img-fluid {
	/* min-height: 750px; */
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

#topImage .owl-item:not(.owl-merchant) {
	height: auto;
	max-height: 750px;
}

#topImage .owl-dots {
	position: relative;
	top: -50px;
	text-align: center;
}

#topImage button.owl-dot span {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-radius: 0;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
}

#topImage button.owl-dot.active span {
	background-color: #fff;
}

.d-block {
    display: block!important;
}


img {
    position: relative;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    border-style: none;
}

.top-logo {
	z-index: 100;
}

.top-logo-box {
    color: #fff;
    left: 0;
    right: 0;
    font-weight: bold;
    text-align: center;
    transform: translate(-0%, -50%);
}

.top-logo-box_set {
    display: inline-block;
    /*max-width: 90%;*/
    max-width: 599px;
    margin: 0 5%;
}

.w-100 {
    width: 100%!important;
}

img {
    position: relative;
    display: block;
    overflow: hidden;
}

div.top-logo {
	position: absolute;
    top: 46%;
	width: 100%;
	z-index: 100;
}





div.blogTitle {
	font-size: 15px;
	color: #acacac;
	font-weight: 500;
	text-align: center;
}


.free li {
    margin: 0 auto 1em;
}
ol, ul {
    list-style: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

/*-- Footer menu関連スタイル --*/
.fotter_menu {
    text-align: center;
    background-color: #999;
}
.p-3 {
    padding: 1rem!important;
}

.fotter_menu ul {
    display: flex;
	flex-flow: row;
    flex-wrap: wrap;
	justify-content: center;
    list-style: none;
    text-align: center;
    background-color: #999;
    margin-bottom: 0;
    font-weight: 400;
    padding-left: 0px;
}

.fotter_menu li {
    display: inline-block;
    padding: 0 1em;
    border-bottom: 0px;
    line-height: 1.2;
    text-align: center;
}
.fotter_menu li:not(:last-child) {
    border-right: 1px solid #fff;
}

/*-- 加盟店関連 --*/
#navbar-info .nav-item {
    display: flex;
    align-items: center;
    padding: 10px;
}

#navbar-info .icon {
    padding: 14px 7px;
}

#navbar-info .icon i {
    color: #de6500;
    display: block;
}

#navbar-info a:hover {
	color: #000;
}


#innerPageTitle .mask, #innerPageTitle .home #contact::Before, .home #innerPageTitle #contact::Before, #innerPageTitle #how-it-works.style-1::before, #innerPageTitle #testimonials.style-2::before {
  opacity: .75;
}

.mask, .home #contact::Before, #how-it-works.style-1::before, #testimonials.style-2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #041e2d;
    opacity: .85;
}

#innerPageTitle .container {
  position: relative;
  z-index: 1;
}

#innerPageTitle .container .section-title h4 {
  color: #fff;
  margin-bottom: 0;
}


.section-title h4 {
  margin-top: 0px;
  margin-bottom: 0px;

}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb a {
  color: #acacac;
}

.breadcrumb a:hover, .breadcrumb a:focus {
  color: #de6500;
}

#innerPageTitle .section-title .breadcrumb a {
  color: #acacac;
}

#innerPageTitle .section-title .breadcrumb a:hover, #innerPageTitle .section-title .breadcrumb a:focus {
  color: #fff;
}

#innerPageTitle .section-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ' ';
}

.section-title .breadcrumb {
  font-weight: 600;
  /*font-family: var(--font-body);*/
}

.section-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '-';
  color: #acacac;
}

.breadcrumb .breadcrumb-item.active {
  color: #acacac;
}

#newblog-section {
    background: url(/madolier/frame/pub/image/bg1.png) center center no-repeat;
    background-size: cover;
}

.bg-color-dark .title h4 {
    color: #fff;
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

#single-agent .container > div {
    margin-bottom: 100px;
}

section.small-section {
    min-height: 360px;
    padding: 80px 0;
}

.h4, h4 {
    font-size: 1.5rem;
}

#sidebar .block {
    padding: 30px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 50px;
}

p i {
	color: #de6500;
	padding: 0 5px;
}

.h6, h6 {
    font-size: 1rem;
}

#tagsAndMore .info {
    color: #151515;
    text-transform: capitalize;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

#tagsAndMore .info li {
    margin-right: 15px;
    margin-bottom: 15px;
}

#tagsAndMore .info * {
    font-size: 14px;
}

#tagsAndMore .info li:not(.tag) i,
#tagsAndMore .info li:not(.tag) a i:hover {
    background: #de6500;
    color: #fff;
    padding: 5px 0;
    border-radius: 3px;
    font-size: 17px;
    width: 30px;
    height: 20px;
    text-align: center;
}

#tagsAndMore .info li:not(.tag) a i {
    background: #fff;
    border: 1px solid #e9e9e9;
    color: #acacac;
}

#tagsAndMore .info li > i {
    margin-right: 5px;
}

@media (max-width: 767.98px) {
	#tagsAndMore .info {
	    flex-flow: column;
	}
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

#sidebar .block .media .media-img {
    width: 90px;
    /*height: 90px;*/
    margin-right: 1rem !important;
}

#sidebar .block .media .media-img img {
    max-width: 100%;
    /*height: 90px;*/
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

#sidebar .block .media .media-body h6 {
    font-weight: 600;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
}

#sidebar .block .media .media-body p {
    color: #acacac;
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: .2rem;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

#merchantSideForm i {
    padding: 0 5px;
}

.mb-1, .my-1 {
	margin-block-start: 0px;
    margin-bottom: .25rem!important;
}

#sidebar .block .media {
    margin-bottom: 25px;
    align-items: center;
}

.linkList {
	text-align: center;
}

.linkList a {
	display: inline-block;
	text-align: center;
	width: 150px;
	background-color: #de6500;
	color: #fff;
	text-decoration: none;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 24px;
	height: 20px;
	padding-top: 16px;
	padding-bottom: 16px
}

/* copyright footer */
div#footerDiv .copyright {
    background-color: #041e2d;
    padding: 20px 0;
}

div#footerDiv .copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div#footerDiv .copyright p {
    font-size: 12px;
}

div#footerDiv .copyright p a {
    padding: 0 4px;
    color: #de6500;
    text-decoration: none;
}

div#footerDiv .copyright p a:hover {
    color: #007bff
}

form#footerForm {
	background: #151515;
}

form#footerForm div.container div.row {
	display: -ms-flexbox;
	display: flex;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}




form#footerForm div.container {
	padding-top: 40px;
	padding-bottom: 40px;
}

form#footerForm div.container div.row div.about-info,
form#footerForm div.container div.row div.area-info,
form#footerForm div.container div.row div.contact-info {
    flex: 0 0 25%;
    max-width: 20%;
    text-align: left;
    padding: 15px;
	font-size: 14px;
	color: #acacac;
}

form#footerForm div.container div.half div.about-info,
form#footerForm div.container div.half div.area-info,
form#footerForm div.container div.half div.contact-info {
    flex: 0 0 50%;
    max-width: calc(50% - 30px);
    text-align: left;
    padding: 15px;
	font-size: 14px;
	color: #acacac;
}


form#footerForm div.info p {
    margin-top: 0;
    margin-bottom: 1rem;
}


@media (max-width: 767px) {
	form#footerForm div.container div.row {
		flex-flow: column;
	}

	form#footerForm div.container div.row div.about-info,
	form#footerForm div.container div.row div.area-info,
	form#footerForm div.container div.row div.contact-info {
	    flex: 0 0 100%;
	    max-width: calc(100% - 30px);
	    text-align: left;
	    padding: 15px;
		font-size: 14px;
		color: #acacac;
	}


}


form#footerForm div.container div.row div.area-info div {
	padding-left: 20px;
}

form#footerForm div.container div.row div.contact-info div.info i {
	color: #fff;
}


form#footerForm div.container div.row a {
	text-decoration: none;
}


#footerForm #top-btn {
    position: fixed;
	transition-property: bottom;
	transition-duration: 200ms;
    bottom: 10px;
    right: 30px;
    width: 40px;
    height: 56px;
    border-radius: 50%;
    z-index: 6;
    cursor: pointer;
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -ms-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2000;
}

#footerForm #top-btn p {
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
}

#footerForm #top-btn p i {
	position: relative;
	top: 8px;
	color: #041e2d;
}

#footerForm #top-btn.show {
	-webkit-animation-name: bounceIn;
      -moz-animation-name: bounceIn;
      -ms-animation-name: bounceIn;
      -o-animation-name: bounceIn;
      animation-name: bounceIn;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
      -o-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -ms-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
}

#footerForm #top-btn:hover,
#footerForm #top-btn:focus {
	bottom: 25px;
}

#comment.blogBody img {
	max-width: calc(100% - 0px);
}

#menuForm div.navbar-collapse {
	width: 100%;
	position:relative;
	top:2px;
}

/* Contact_add (お問い合わせ・資料請求フォーム) START */
.contact_add {
  font-family: "Poppins", sans-serif;
}
.contact_add .title {
  font-size: 48px;
  color: #f85b45;
  position: relative;
}
.contact_add .title::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 65px;
  height: 10px;
  background-color: #f44336;
  border-radius: 25px;
}
.contact_add .lead {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem;
  color: rgb(33, 37, 41);
}
.contact_add .contact_form {
  margin-bottom: 40px;
}
.contact_add .contact_form .contact_item {
  margin-bottom: 20px;
}
.contact_add .contact_form .contact_item label {
  color: #f85b45;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact_add .contact_form .contact_item input {
  width: 100%;
  padding: 5px 10px;
  border: #d8d8d8 1px solid;
}
.contact_add .contact_form .contact_item textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: #d8d8d8 1px solid;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .contact_add .contact_form .contact_btn {
    text-align: center;
  }
}
.contact_add .contact_form .contact_btn .confirm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: #f85b45;
  padding: 15px 150px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.2;
  margin-right: 60px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact_add .contact_form .contact_btn .confirm {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contact_add .contact_form .contact_btn .confirm {
    padding: 15px 100px;
  }
}
.contact_add .contact_form .contact_btn .reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: #d8d8d8;
  padding: 15px 135px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.2;
  cursor: pointer;
}
@media (max-width: 480px) {
  .contact_add .contact_form .contact_btn .reset {
    padding: 15px 85px;
  }
}
/* Contact_add (お問い合わせ・資料請求フォーム) END */

/* 検索フォーム */


