/* Layout Styles
   ---------------------------------------------------------------------------*/

.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 0.5em !important;}
.mt10 {margin-top: 1em !important;}
.mt15 {margin-top: 1.5em !important;}
.mt20 {margin-top: 2em !important;}
.mt30 {margin-top: 3em !important;}
.mt40 {margin-top: 4em !important;}
.mt50 {margin-top: 5em !important;}
.mt60 {margin-top: 6em !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 0.5em !important;}
.mb10 {margin-bottom: 1em !important;}
.mb15 {margin-bottom: 1.5em !important;}
.mb20 {margin-bottom: 2em !important;}
.mb30 {margin-bottom: 3em !important;}
.mb40 {margin-bottom: 4em !important;}
.mb50 {margin-bottom: 5em !important;}
.mb60 {margin-bottom: 6em !important;}

.pt0 {padding-top: 0 !important;}
.pt5 {padding-top: 0.5em !important;}
.pt10 {padding-top: 1em !important;}
.pt15 {padding-top: 1.5em !important;}
.pt20 {padding-top: 2em !important;}
.pt30 {padding-top: 3em !important;}
.pt40 {padding-top: 4em !important;}
.pt50 {padding-top: 5em !important;}
.pt60 {padding-top: 6em !important;}

.pb0 {padding-bottom: 0 !important;}
.pb5 {padding-bottom: 0.5em !important;}
.pb10 {padding-bottom: 1em !important;}
.pb15 {padding-bottom: 1.5em !important;}
.pb20 {padding-bottom: 2em !important;}
.pb30 {padding-bottom: 3em !important;}
.pb40 {padding-bottom: 4em !important;}
.pb50 {padding-bottom: 5em !important;}
.pb60 {padding-bottom: 6em !important;}


/*
Use this file to write your custom styles
*/

body {
    font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif;
    color: #4c4d4d;
}
a {
    /*color: #4c4d4d;*/
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #7e8080;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  text-decoration: none;
}
.anchor {
    padding-top:120px !important;
    margin-top:-120px !important;
}
section {
    position: relative;
}
.bg-primary {
    background-color: #01aefa!important;
}
.section-gray {
    background-color: #eeeeee;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3) inset;
}
.img-thumbnail {
  padding: 0.5rem;
  border-radius: 0;
}



/* Image hover effect
   ---------------------------------------------------------------------------*/

.zoominImg{
    overflow: hidden;
}
.zoominImg img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.zoominImg:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* NAVIGATION
=================================== */

/*.navigation-fixed-wrapper.fixed {
  background-color: rgba(255, 255, 255, 0.2);
}*/
.container-lower .navigation-fixed-wrapper.fixed {
  background-color: rgba(255, 255, 255, 0.9);
}

.nav-brand0 {
  line-height: 70px;
  padding: 0;
  color: #ffffff;
}
.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #ffffff;
  display: none;
}
.nav-brand0 img,.nav-brand img {
  height: 36px;
}
.navigation-onscroll .nav-brand0 {
  display: none;
}
.navigation-onscroll .nav-brand {
  display: block;
}
.navigation-onscroll .nav-brand img {
  transition: color 0.3s ease 0.5s;
}

.navigation-onscroll {
  background-color: rgba(255, 255, 255, 0.9) ;
}

.navigation-onscroll .nav-menu > li:hover > a,
.navigation-onscroll .nav-menu > li.active > a,
.navigation-onscroll .nav-menu > li.focus > a {
  color: #2e74b5;
}
.nav-menu > li > a {
  color: #ccc;
}
.nav-menu > li.active > a {
  color: #fff;
}
.container-lower .nav-menu > li > a {
  color: #000;
}
.container-lower .nav-menu > li.active > a {
  color: #2e74b5;
}


/* SECTION
====================================*/
.section {
  padding: 100px 0;
}
@media screen and (min-width: 992px) {
  .section {
    padding: 120px 0;
  }
}
/*@media screen and (min-width: 1200px) {
  .section {
    padding: 150px 0;
  }
}*/

/* HOME
====================================*/
header {
  padding: 170px 0;
  color: #ffffff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../../images/top/header-image.jpg);
  background-color: #fff;
  background-size: cover;
}
.header-lower {
	padding: 130px 0 60px;
  /*background-image: url(../../images/common/header-image-lower.jpg);*/
}
#home h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  header {
  padding: 80px 0;
  }
  #home h1 {
    margin-top: 60px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #home h1 {
    font-size: 1.9rem;
  }
}

.ggmap {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
  #home .lead {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  #home .lead {
    font-size: 1em;
  }
}






.BusinessInfo {
    border-bottom: 1px solid #e5e5e5;
}
.BusinessInfo {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.BusinessInfo h5,
.BusinessInfo h6 {
    margin: 0;
}
.BusinessInfo span {
    font-size: 90%;
	color: #b3b3b3;
    display: block;
    margin: 5px 0 0 0;
}
.BusinessInfo a {
	color: #333 !important;
}
.BusinessInfo a:hover {
	color: #f28500;
}
#top-business P {
  font-size: 13px;
}


#message .container {
  width: 100%;
  min-height: 640px;
  margin-top: 50px;
  /*background-repeat: no-repeat;
  background-position: center top no-repeat;
  background-image: url(../../images/top/bg_top_message.png);*/
}
#message .bg_top_message {
  background-repeat: no-repeat;
  background-position: center top no-repeat;
  background-image: url(../../images/top/bg_top_message202312.jpg);
}
#message .bg_top_message_logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../../images/top/bg_top_message_logo.png);
}
#message h2 {
    /*width: 210px;*/
    font-size: 24px;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.4em;
    color: #09375e;
    border-top: 1px solid #6b879e;
    padding-top: 20px;
    position: absolute;
    top: 30px;
    left: 160px;
    text-align: right;
}
@media screen and (max-width: 1199px) {
  #message h2 {
    left: 120px;
  }
}
@media screen and (max-width: 991px) {
  #message h2 {
    top: 40px;
    left: 40px;
  }
  #message .bg_top_message {
    background-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  #message .bg_top_message {
    background-size: cover;
  }
  #message h2 {
    padding: 40px 0;
    text-align: center;
    top: 10px;
    left: 0;
    position: relative;
  }
}
#message h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.75;
    color: #09375e;
  font-family: "游明朝",Yu Mincho,YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"HG明朝E",serif;
}
@media screen and (max-width: 1199px) {
  #message h3 {
    font-size: 28px;
    left: 120px;
  }
}
#message p {
  font-size: 14px;
  line-height: 2;
}
#message h5 {
  font-weight: bold;
  font-family: "游明朝",Yu Mincho,YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"HG明朝E",serif;
}



#supervision h2 {
  display: block;
}
@media screen and (max-width: 991px) {
  #supervision .d-flex {
    display: block !important;
  }
}



/* call-to-action
   ---------------------------------------------------------------------------*/
.call-to-action .call-to-tel {
	color: #fff;
}
.call-to-action h5 {
	font-size: 30px;
}
.btn-lg {
    padding: 12px 48px;
}
@media (max-width: 991px) {
	/*.call-to-action h5 {
		font-size: 24px;
	}*/
	.btn-lg {
		padding: 12px 20px;
	}
}
@media (max-width: 767px) {
}
.btn-light.btn-bordered {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}
.btn-light.btn-bordered:hover {
    background-color: rgba(255,255,255,0.1);
}
.row-center.va-middle > [class*='col-'] {
    vertical-align: middle;
}
@media (max-width: 767px) {
  .call-to-action .text-right {
    padding-top: 30px;
    text-align: center !important;
  }
}

/* 08. Icon Boxes
   ---------------------------------------------------------------------------*/
.icon-box {
  overflow: hidden;
}
.icon-box h1,
.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5,
.icon-box h6 {
  margin: 20px 0 15px 0;
}
.icon-box.icon-lg .icon-content {
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 4.5em;
}
.icon-box.icon-md .icon-content {
  width: 95px;
  height: 95px;
  line-height: 95px;
  font-size: 4em;
}
.icon-box.icon-sm .icon-content {
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 3.2em;
}
.icon-box.icon-xs .icon-content {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.7em;
}
.icon-box.fixed-section {
  position: absolute;
  top: -40px;
}
.icon-box .icon-content {
  display: block;
  float: left;
  text-align: center;
  max-width: 100%;
    background-color: #01aefa;
    color: #ffffff;
}
.icon-box.icon-lg .icon-box-content {
  margin: 0 0 0 135px;
}
.icon-box.icon-md .icon-box-content {
  margin: 0 0 0 120px;
}
.icon-box.icon-sm .icon-box-content {
  margin: 0 0 0 100px;
}
.icon-box.icon-xs .icon-box-content {
  margin: 0 0 0 65px;
}
.icon-box.icon-xs .icon-box-content h1,
.icon-box.icon-xs .icon-box-content h2,
.icon-box.icon-xs .icon-box-content h3,
.icon-box.icon-xs .icon-box-content h4,
.icon-box.icon-xs .icon-box-content h5,
.icon-box.icon-xs .icon-box-content h6 {
  margin: 10px 0 15px 0;
}
.icon-box.icon-xs .icon-box-content .info-title {
  margin: 10px 0 2px 0;
}
.icon-box.icon-xs .icon-box-content p {
  margin: 0;
}
.icon-box.icon-horizontal {
  text-align: center;
}
.icon-box.icon-horizontal .icon-content {
  float: none;
  margin: auto;
  display: inline-block;
}
.icon-box.icon-horizontal .icon-box-content {
  margin: 0;
}
.icon-box.icon-lg .icon-content {
  width: 300px;
  height: 300px;
  line-height: 180px;
  font-size: 7em;
}
.icon-box-content h2 {
	font-size: 1.4em;
}




h3 {
  font-size: 21px;
  font-weight: bold;
  color: #000;
}
/*header {
  height: 100vh;
}*/
.cover2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  margin: auto;
    width: 860px;
    height: 369px;
}
.cl__logo {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.cl__logo__inner {
  display: table-cell;
  vertical-align: middle;
}
.cl__logo__inne__svg {
  width: 50%;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .cl__logo__inne__svg {
    width: 60%;
  }
}
#boel{
  stroke: #000;
  stroke-width: 1px;
  fill: transparent;
  stroke-dasharray: 1425px;
  stroke-dashoffset: 1425px;
  animation: anim 1.5s ease-in 0s forwards;
}
@keyframes anim {
0%{stroke-dashoffset:1425px;}
30%{fill:transparent;}
60%{stroke-dashoffset:0;}
100%{stroke-dashoffset:0; fill:#000000;}
}

@media screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 4rem;
  }
}
.newsworks {
  padding: 0;
  border: 1px solid #f2f2f2;
  height: 100%;
  position: relative;
  z-index: 1;
}
.newsworks a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.newsworks:hover {
  opacity: 0.7;
}
.section-header h2:after {
  border-top: dashed 1px #ccc;
}
.eyecatch {
    display: block;
    box-sizing: border-box;
    line-height: 0;
    margin-bottom: 1em;
  position: relative;
  padding-top: 50%; /* 16:9 Aspect Ratio → 56.25% */
  overflow: hidden;
}
.eyecatch img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
/*.eyecatch img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.eyecatch img.gray:hover {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
}*/
.newsworks-header {
  padding: 0 15px 15px;
  display: block;
  /*height: 120px;*/
  overflow: hidden;
}
@media (max-width: 767px) {
	.newsworks-header {
		/*height: auto;*/
	}
}
.newsworks-header p {
  font-size: 13px;
  text-align: right;
  color: #b3b3b3;
}
.newsworks-header h4 {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsworks-header h4 {
    /*line-height: 1.3;*/
  }
}
.newsworks-header p span {
    padding: 5px 0px 5px;
    width: 80px;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    line-height: 1 !important;
    vertical-align: middle;
    /*border-radius: 10px;*/
    background: #000;
    text-decoration: none;
  float: left;
}


/* call-to-action
   ---------------------------------------------------------------------------*/


#lower h1 {
  margin: 0 20%;
  padding: 20px;
  font-size: 2rem;
  background-color: rgba(0, 0, 0, 0.3);
}
#lower h1 span {
  margin-top: 5px;
  font-size: 1rem;
  font-family: "Work Sans",serif;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767px) {
	#lower h1 {
		margin: 0 10%;
	}
}


#about p {
  margin: 0;
}
#about h3 span {
  font-size: 13px;
  font-weight: normal;
  color: #ccc;
}
#about ol {
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 2;
}
#about ol li {
  margin-bottom: 5px;
}
#map-canvas {
width:100%;
height:400px;
}
.table {
  border-bottom: 1px solid #dee2e6;
}
#about th {
  padding: 20px;
  font-weight: normal;
  /*background-color: #f2f2f2;*/
  white-space: nowrap;
}
#about td {
  padding: 20px;
}
@media (max-width: 767px) {
	#about p {
    margin-bottom: 10px;
	}
	#about th {
    padding: 10px;
		width: 100%;
    display: block;
    background-color: #f2f2f2;
	}
	#about td {
    padding: 30px 10px;
		width: 100%;
    display: block;
	}
	#about td.xs_none {
    margin-top: -60px;
    border: none;
	}
}



#works .row {
  margin: 15px 0;
  padding: 15px 0;
  border-bottom: 1px solid #E5E5E5;
}
#works .newsworks {
  padding: 0;
  border: none;
  height: 100%;
  position: relative;
  z-index: 1;
}
#works .newsworks-header {
  padding: 0;
  display: block;
}
#works .newsworks-header p {
  font-size: 16px;
  text-align: left;
  color: #000;
}
#works .newsworks-header h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
#works .newsworks-header p span {
    padding: 5px 0px 5px;
    width: 110px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 1 !important;
    vertical-align: middle;
    /*border-radius: 10px;*/
    background: #000;
    text-decoration: none;
  float: right;
}


#worksdetail .newsworks-header {
  padding: 0;
  display: block;
}
#worksdetail .newsworks-header p {
  margin-bottom: 2rem;
  font-size: .85rem;
  text-align: left;
  color: #666;
}
#worksdetail .newsworks-header h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}
#worksdetail .newsworks-header p span {
    padding: 5px 0px 5px;
    width: 120px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 1 !important;
    vertical-align: middle;
    /*border-radius: 10px;*/
    background: #000;
    text-decoration: none;
  float: right;
}
#worksdetail a {
    color: #007bff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
#worksdetail a:hover, #worksdetail a:focus, #worksdetail a:visited:hover, #worksdetail a:visited:focus {
    color: #50a9f9;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  text-decoration: none;
}
#worksdetailBack {
    font-size: 16px;
    text-align: center;
    line-height: 2;
}
#worksdetailBack a {
  margin: 50px 0 100px;
  padding: 15px 0 10px;
  color: #000;
  display: block;
  border-top: thin solid #000000;
  border-bottom: thin solid #000000;
}
#worksdetailBack a:hover {
  color: #666;
}
#worksdetailBack i {
    font-size: 24px;
}










footer {
  padding: 30px 0 0;
  font-weight: normal;
  text-align: center;
  color: #999;
  background-color: #0066cc;
}
footer#main-footer p {
    font-size: 16px;
    color: #b3b3b3;
}
#main-footer .footer-nav {
    margin: 0 auto;
    display: table;
}
#main-footer .footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main-footer .footer-nav ul li:first-child {
    padding-right: 20px;
    border-left: none;
}
#main-footer .footer-nav ul li {
    padding: 0 20px;
    margin-bottom: 10px;
    float: left;
    border-left: thin solid #666;
}
footer#main-footer a {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: normal;
}
#main-footer .copyright {
  padding: 30px 0;
  text-align: center;
    background: #000;
}


 /* Footer 
---------------------------------------------------------------------------*/
footer#main-footer {
    background-color: #0D264C;
}
#main-footer .inner {
	color: #e5e5e5;
    background: none;
}
footer#main-footer img {
	max-height: 60px;
}
footer#main-footer a {
	color: #b3b3b3;
	font-size: 16px;
	font-weight: normal;
}
.footer-nav a {
	letter-spacing: 0.1em;
}
footer#main-footer a:hover {
	color: #fff;
}
footer#main-footer p {
	font-size: 16px;
	color: #b3b3b3;
}
#main-footer .footer-nav {
	margin: 0 auto;
	display: table;
}
#main-footer .footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-footer .footer-nav ul li {
	padding: 0 20px;
	margin-bottom: 10px;
	float: left;
	border-left: thin solid #666;
}
#main-footer .footer-nav ul li:first-child {
	padding-right: 20px;
	border-left: none;
}
#footer .footer-nav-border,
#footer .footer-nav-border2 {
	padding:0 20px 0 50px;
    border-left: 1px solid #4d4d4d;
}

#footer .footer-bnr {
	text-align: right;
	line-height: 4.3;
}
@media(max-width:767px) {
	#main-footer .footer-nav {
		margin: 0 0 -1.2em 0;
		display: block;
	}
	#main-footer .footer-nav a {
		text-align: center;
		color: #000000;
		display: block;
	}
	#main-footer .footer-nav ul li,
	#main-footer .footer-nav ul li:first-child {
		padding: 10px 0;
		margin-bottom: 5px;
		float: none;
		border: none;
		background-color: #e5e5e5;
	}
	#footer .footer-nav-border,
	#footer .footer-nav-border2 {
		padding: 0;
    		border: none;
	}
}


/* 17. Forms
   ---------------------------------------------------------------------------*/

@media (min-width: 768px) {
	.form-group {
    margin-bottom: 2rem;
	}
	.form-group .col-md-3 {
		border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
	}
	.form-group .col-md-9 {
		border-bottom: 1px solid #000;
    padding-left: 0;
    padding-right: 0;
	}
  .form-control {
    border: none;
  }
  .form-control-lg {
    padding: .5rem 0;
  }
}
.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  resize: none;
  font-size: 0.9rem;
  line-height: 1;
}
/* 各ベンダープレフィックスが取れた標準版 */
.form-control:placeholder-shown,
.form-control2:placeholder-shown{
    color: #ccc;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.form-control::-webkit-input-placeholder,
.form-control2::-webkit-input-placeholder{
    color: #ccc;
}
p.note2 {
    font-size: 11px;
    color: #666;
    margin-bottom: 20px;
}
.btn-submit {
  color: #fff;
  background-color: #000;
  width: 300px;
  margin-top: 1.5em;
  padding: 20px;
  border-radius: 0;
}
/*.btn:hover {
  color: #fff;
  background-color: #999;
  border: thin solid #000000;
}*/

input[type=checkbox] {
    margin-right: 10px;
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}



.form-control.rounded {
  border-radius: 4px;
}
label {
  font-weight: normal;
}
label.error {
  font-size: 0.9em;
  margin: 5px 0 0 0;
}
.form-inline button {
  margin: 0 10px 0 0;
}
.newsletter-form {
  position: relative;
}
.newsletter-form input {
  border: 0;
  height: 72px;
  border-radius: 40px;
}
.newsletter-form input.input-lg {
  font-size: 1.4em;
}
.newsletter-form input:focus {
  box-shadow: none;
}
.newsletter-form button {
  position: absolute;
  right: 24px;
  top: 24px;
  border: 0;
  background: none;
}
.h_search_form {
  overflow: hidden;
  height: 0;
}
.h_search_form .h_search_form_wrapper {
  position: relative;
  padding: 10px 0;
}
.h_search_form .btn {
  background: transparent;
  border: none;
  padding-left: 12px;
  padding-right: 12px;
}
.h_search_form .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.h_search_form .h_search_close {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 54px;
  z-index: 2;
}
.theme-form-group {
  padding: 2px;
  border-radius: 30px;
  line-height: 42px;
}
.theme-form-group .btn {
  padding-left: 12px;
  padding-right: 12px;
}
.theme-form-group .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.theme-form-group .form-control:first-child,
.theme-form-group .input-group-addon:first-child,
.theme-form-group .input-group-btn:first-child > .btn,
.theme-form-group .input-group-btn:first-child > .dropdown-toggle {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.theme-form-group .form-control:last-child,
.theme-form-group .input-group-addon:last-child,
.theme-form-group .input-group-btn:last-child > .btn,
.theme-form-group .input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}


.BoxedArticle-privacy {
    margin: 40px 0;
    padding: 20px 40px 10px;
    border: 1px solid #e5e5e5;
}



/* Call to Action
 ---------------------------------------------------------------------------*/
.call-to-action .action-title {
    margin: 16px 0;
    padding: 0;
}





/* Start Contact Form */
/*.form-control {
  border: 1px solid #eeeeee;
  background: #ffffff;
}*/
.form-control:focus {
  border-color: #909090;
}
.form-control.error {
  border-color: #d9534f;
  color: #d9534f;
}
.form-control.primary {
  border-color: #2e74b5;
  background: #2e74b5;
  color: #ffffff;
}
label.error {
  color: #d9534f;
}
/*.form-gray-fields .form-control {
  background-color: #e8edf0;
  border-color: #e9e9e9;
  color: #333;
}*/
.form-gray-fields .form-control:focus {
  /*background-color: #f7f7f7;*/
}
/* End Contact Form */



 /* Mailform pro 4 調整
   ---------------------------------------------------------------------------*/

/* 送信ボタン「確認画面」テキスト2重回避 */
.mfp_element_submit,.mfp_element_reset,.mfp_element_button {
	text-shadow: none;
}

/* mailformpro調整＆確認画面レスポンシブ */

.mfp_element_all {
	    max-width: 100%;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	margin: 0;
}
/*labelタグの位置調整*/
form#mailformpro label {
	margin-top: 10px;
	white-space: normal;
}
.required {
	color: red;
}
label .required {
    margin-left: 5px;
    padding: 0;
    line-height: 1.0;
    display: inline-block;
	color: red;
}
form#mailformpro label.mfp_not_checked {
    border: none;
}
div.mfp_err {
    padding: 0;
    background: none;
}
.problem {
    background: none;
}
@media(max-width:767px) {
	table#mfp_confirm_table tr th {
		display: block;
    	width: 100%;
	}
	table#mfp_confirm_table tr td {
		display: block;
    	width: 100%;
	}
}


 /* サンクスページ
   ---------------------------------------------------------------------------*/

div.attention {
    border: thin solid #ccc;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 30px 30px 15px;
    line-height: 1.8;
}
div.attention ul li {
    margin-bottom: 30px;
}
@media(max-width:767px) {
  div.attention ul {
    padding-left: 20px;
  }
	div.attention {
		padding: 30px 20px 15px 15px;
		text-align: left;
	}
}



.dropdown:hover .dropdown-menu {
    display: block;
}




