@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #333333;
	font-size: 1.5rem;/* 15px */
	line-height: 1.8em;
	/* [disabled]line-height:26px; */
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
	/*　画面サイズが481pxからはここを読み込む　*/
 body{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
 body{
	font-size: 1.3rem;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
  a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}



.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
.img-spnone {
	display: none;
}
.img-pcnone {
	display: block;
}
}


.Yu_Mincho {
	font-family: yu-mincho-pr6n,sans-serif;
	font-weight: 400;
	font-style: normal;
}




.carousel-control.right {
	background-image: none;
	/*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
}
.carousel-control.left {
	background-image: none;
	/*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
}


/*スマホメニュー*/
/*.navbar-default {
	background-color: rgba(255,255,255,0);
	border: none;
}
.navbar-header {
	background-color: rgba(255,255,255,0.9);
}
.navbar-brand {
  background: url(../img/common/h_logo_s.png) no-repeat;
  background-position: 5px 6px;
  background-size: auto;
  height: 65px;
  width: 110px;
  text-indent:-9999px;
}
.navbar-toggle {
	position: relative;
	float:right;
	padding: 7px 8px 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 15px;
	border: none;
	background-color: rgba(255,253,253,0.8);
	border-radius: 0;
	text-align:center;
	height: 59px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(255,253,253,0.8);
	border-radius: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	color: #2d2d2d;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 360px;
	overflow: auto;
}
.navbar-nav {
	margin: 0 -15px;
	background-color: rgba(0,81,144,0.9);
	text-align: center;
}
.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ffffff;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
}*/


/*-------------------/スマホメニュー*/

.list_none {
	padding:0;
	margin:0;
}
.list_none li {
	list-style-type:none;
	padding:0 0 3px 0;
	margin:0;
}
.list_none li a img {
	border:none;
}
.futo {
	font-weight: bold;
}

.sec {
	width: 100%;
	padding-top: 6em;
	padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
.sec {
	padding-top: 4em;
	padding-bottom: 4em;
}
}

 h2 {
  line-height: 1.4em;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align:center;
  margin-top: 0;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
	/*　画面サイズが481pxからはここを読み込む　*/
 h2 {
    font-size: 2.2rem;
    line-height:1.3em;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 1.45em;
    line-height:1.3em;
  }
}



.lead {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #333333;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1.2rem;
  }
}



.main-contents {
	margin-top: 40px;
}
.daini-main-contents {
	margin-top: 80px;
	margin-bottom: 40px;
}


.btn.btn-warning {
	color: #3c3caa;
	border: 1px solid #3c3caa;
	border-radius: 0px;
	background-color: #ffffff;
	padding: 0.8em 1.5em;
	font-size: 1.5rem;
	transition: .2s;
}
.btn.btn-warning a { 
	text-decoration:none;
}
.btn.btn-warning:hover,
.btn.btn-warning:active {
	background-color: #3c3caa;
	color: #ffffff;
	text-decoration: none;
	border-radius: 0px;
}


/*-----------------------TOP*/
.top .section-heading {
	padding-top: 0;
	padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
.top .section-heading {
	padding-bottom: 1em;
}
}
.top .section-heading h2 {
	position: relative;
	line-height: 3.6rem;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	color: #410908;
	font-family: josefin-sans, sans-serif;
	font-weight: 400;
	margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
.top .section-heading h2 {
  line-height: 2.6rem;
  font-size: 2.6rem;
}
}
@media screen and (max-width: 480px) {
.top .section-heading h2 {
  line-height: 2.2rem;
  font-size: 2.2rem;
}
}

.top .bg_news {
	background-color: #ffffff;
}
.top .news {
    clear: both;
    height: 180px;
    overflow-y: scroll;
    box-sizing: border-box;
	background-color: #ffffff;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.top .news dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed #503c28;
	padding: 1em 0;
}
.top .news dl dt{
	width: 15%;
}
.top .news dl dd{
	width: 80%;
	line-height: 1.6em;
}
.top .news dl dd a {
	color: #8e6951;
	transition: .2s;
}
.top .news dl dd a:hover {
	color: #e2ca9a;
}
@media screen and (max-width: 768px) {
.top .news dl {
	flex-direction: column;
}
.top .news dl dt{
	width: 100%;
	margin-bottom: 0.5em;
}
.top .news dl dd{
	width: 100%;
}
}

.top .bg_greeting {
	background-image: url(../img/top/bg_greeting.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.top .greeting {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}
.top .greeting .section-heading h2 {
	color: #e2ca9a;
}
.top .greeting .section-heading .lead {
	color: #ffffff;
}

.top .bg_area {
	background-color: #fff5e3;
}
.top .area {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.top .area dl dt {
	padding-top: 1em;
	margin-bottom: 0.7em;
}
.top .area dl dd {
	line-height: 1.8em;
	font-size: 1.3rem;
	padding-bottom: 1em;
	border-bottom: 1px dashed #503c28;
}




/*---------------フッター*/
.footer {
	background-color: #410908;
	color: #ffffff;
}
.footer h1{
	color: #ffffff;
	font-size: 1rem;
}

.footer a{
	color: #ffffff;
}

.footer .footer-inner {
	width: 100%;
	max-width: 1170px;
	padding: 20px 24px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.footer .footer-inner .footer-company {
	width: 48%;
	line-height: 1.6em;
}
.footer .footer-inner .footer-company .company-name {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.footer .footer-inner .footer-company .company-info {
	font-size: 1.3rem;
	margin-top: 20px;
}

.footer .footer-inner .footer-link {
	width: 48%;
}
.footer .footer-inner .footer-link .list02 {
	display: flex;
	flex-wrap: wrap;
}
.footer .footer-inner .footer-link .dw {
	margin-top: 30px;
}
.footer .footer-inner .footer-link .dw img{
	width: 100%;
	max-width: 350px;
}
@media screen and (max-width: 768px){
.footer h1{
	display: none;
}
.footer .footer-inner {
	display: block;
	flex-direction: column;
	width: 90%;
	padding: 20px 0;
	text-align: center;
}
.footer .footer-inner .footer-company {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.footer .footer-inner .footer-company .company-name {
	font-size: 1.2rem;
}
.footer .footer-inner .footer-link {
	width: 100%;
}
.footer .footer-inner .footer-link .list02 {
	flex-direction: column;
}
.footer .footer-inner .footer-link .dw img{
	margin-left: auto;
	margin-right: auto;
}
}

.footer .list02 li {
	margin: 0;
	/*padding: 0 0.5em 1em 1em;*/
	list-style-type: none!important;
	font-size:1.3rem;
	line-height: 1.6em;
	/*position: relative;*/
}
.footer .list02 li a {
	display: inline-block;
	 text-decoration: none;
	 color: #ffffff;
	 padding: 0.5em 2em 0.5em 1em;
	 position: relative;
 }
.footer .list02 li a:hover {
	text-decoration: underline;
}
.footer .list02 li a::before {
  font-family: "Font Awesome 5 Free"; 
  content: "\f105";
  font-weight: bold;
  position: absolute;
  left : 0;
  color: #ffffff;
}
@media screen and (max-width: 768px){
.footer .list02 li {
	border-bottom: 1px dashed rgba(255,255,255,0.5);
 }
 .footer .list02 li:first-child {
	border-top: 1px dashed rgba(255,255,255,0.5);
 }
.footer .list02 li a {
	display: block;
	padding: 1em;
 }
 .footer .list02 li a::before {
	 display: none;
}
}
.copyright {
    font-size: 11px !important;
    text-align: center;
    margin: 1em auto 0;
    display: block;
    padding: 10px 0 50px;
    border-top: solid 1px #fff5e3;
	color:#ffffff !important;
}
@media screen and (max-width: 991px) {
  .copyright {
	  margin: 1em auto 0;
	  padding: 10px 0 60px;
}
}
@media screen and (max-width: 480px) {
  .copyright {
    padding: 10px 0 50px;
}
}


/* ページトップ */
@media only screen and (min-width: 767px), print {
 #page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 1.3rem;
	z-index: 9999;
}
#page-top a {
	transition: .4s;
}
#page-top a:hover {
	opacity: 0.7;
}
}

@media screen and (min-width: 481px)  and (max-width: 768px) {
#page-top {
    position: fixed;
    bottom: 60px;
    right: 15px;
    font-size: 8px;
	z-index: 9999;
}
}
@media screen and (max-width: 480px) {
#page-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    font-size: 8px;
	z-index: 9999;
}
 #page-top a img {
	 width: 40px;
	 height: auto;
}
}



/*-----------------------下固定バナー*/
#fh5co-clients {
    padding: 0.3em 0;
	background: rgba(53, 5, 5, 0.9);
	border-top:1px solid #ffffff;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
#fh5co-clients .fh5co-clients-inner {
    width: 100%;
	/*max-width: 1170px;*/
	padding: 0 24px;
	margin-left: auto;
	margin-right: auto;
}
#fh5co-clients img{
	z-index: 1100;
	margin-left: auto;
	margin-right: auto;
}
.migisen{
	border-right: solid 1px #ffffff;
	height:80%;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}







/*-------------------第二階層サイドメニュー*/
.s_menu {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.s_menu ul {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.s_menu ul li {
	margin-bottom: 10px;
	position: relative;
}

.s_menu ul li::before {
	content: '';
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.s_menu ul li:first-child a {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/common/smenu01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.s_menu ul li:nth-child(2) a {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/common/smenu02.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.s_menu ul li:nth-child(3) a {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/common/smenu03.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.s_menu ul li:nth-child(4) a {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/common/smenu04.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.s_menu ul li:nth-child(5) a {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/common/smenu05.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.s_menu ul li:nth-child(6) a {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/common/smenu06.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.s_menu ul li:last-child a {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/common/smenu07.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.s_menu ul li a {
	position: relative;
	display: block;
	width: 100%;
	border-color: #005190;
	border-style: solid;
	border-width: 1px 1px 1px 7px;
	/*border: 1px solid #d70012;
	background-image: linear-gradient(135deg, #ffffff 70%,  #ffe3e3 100%);*/
	/*color: #333333;*/
	padding: 10px;
	transition: .3s;
}
.s_menu ul li a::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition-duration: .3s;
  opacity: 0;
  background-image: linear-gradient(135deg, #005190 10%, #4d78ad 70%);
}
.s_menu ul li a::before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f061";
	font-weight: bold;
	font-size: 1.4rem;
	position: absolute;
	right: 3%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	z-index: 2;
}
.s_menu ul li a:hover {
	text-decoration: none;
	transition: .4s;
	background-position:0 100%;
}
.s_menu ul li a:hover::after{
	opacity: 1;
}
.s_menu ul li a span {
	font-size: 1.4rem;
	position: relative;
	z-index: 2;
	text-decoration: none;
	color: #ffffff;
}
.s_menu ul li a:hover span {
	color: #ffffff;
}
.s_menu ul li a:hover::before{
	color: #ffffff;
}
@media screen and (max-width: 991px) {
.s_menu {
	display: flex;
	justify-content: center;
}
.s_menu ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid #4d78ad;
	border-left: 1px solid #4d78ad;
}
.s_menu ul li {
	width: 50%;
	margin: 0;
}
.s_menu ul li a {
	border-width: 0 1px 1px 0;
	border-color: #4d78ad;
	border-style: solid;
}
}


.s_menu_bn ul {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.s_menu_bn ul li {
	margin-bottom: 10px;
	position: relative;
}
.s_menu_bn ul li::before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f061";
	font-weight: bold;
	font-size: 1.4rem;
	position: absolute;
	right: 3%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	z-index: 2;
}
.s_menu_bn ul li a{
	display: flex;
	width: 100%;
	font-weight: 600;
	color: #ffffff;
	align-items: center;
	padding: 10px 1em;
	position: relative;
	z-index: 0;
}
.s_menu_bn ul li a.hoken1::before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	transition: .4s;
	background-image: linear-gradient(90deg, rgba(74, 140, 218, 1.0) 0%, rgba(129, 224, 243, 1.0) 100%);
}
.s_menu_bn ul li a.hoken1::after{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	left: 0;
	background-image: linear-gradient(90deg, rgba(129, 224, 243, 1.0) 0%, rgba(74, 140, 218, 1.0) 100%);
}
.s_menu_bn ul li a.hoken2::before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	transition: .4s;
	background-image: linear-gradient(90deg, rgba(0, 144, 153, 1.0) 0%, rgba(129, 224, 215, 1.0) 100%);
}
.s_menu_bn ul li a.hoken2::after{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	left: 0;
	background-image: linear-gradient(90deg, rgba(129, 224, 215, 1.0) 0%, rgba(0, 144, 153, 1.0) 100%);
}
.s_menu_bn ul li a.hoken1:hover::before,
.s_menu_bn ul li a.hoken2:hover::before {
	opacity: 0;
}
@media screen and (max-width: 991px) {
.s_menu_bn {
	margin-bottom: 40px;
}
.s_menu_bn ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid #4c4c4c;
	border-left: 1px solid #4c4c4c;
}
.s_menu_bn ul li {
	width: 50%;
	margin: 0;
	border-width: 0 1px 1px 0;
	border-color: #4c4c4c;
	border-style: solid;
}
}
@media screen and (max-width: 480px) {
.s_menu_bn ul {
	flex-direction: column;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #4c4c4c;
}
.s_menu_bn ul li {
	width: 100%;
	margin: 0;
	border-width: 1px 1px 0 1px;
}
}








/*-----------------------第二階層共通*/
.page-title-out .main_privacy{
	background-image:url(../img/privacy/bg_main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title-out .main_contact{
	background-image:url(../img/contact/bg_main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title-out .main_company{
	background-image:url(../img/company/bg_main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title-out .main_sitemap{
	background-image:url(../img/sitemap/bg_main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title-out .main_feature{
	background-image:url(../img/feature/bg_main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title-out .main_flow{
	background-image:url(../img/flow/bg_main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title-out .main_work{
	background-image:url(../img/work/bg_main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


#page-title {
    clear: both;
    overflow: hidden;
    position: relative;
    /*padding: 8em 0 8em 0;*/
	padding-top: calc(9em + 58px);
	padding-bottom: 9em;
	text-align: center;
	z-index: -2;
}
#page-title h3{
	margin:0 auto 30px;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.3em;
	color: #ffffff;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	text-shadow: 0 0 5px rgba(60,60,170,1);
}
#page-title .lead{
	margin-bottom: 0;
	font-size: 1.6rem;
	color: #ffffff;
	text-shadow: 0 0 5px rgba(60,60,170,1);
}
@media screen and (max-width: 768px){
#page-title{
	padding-top: calc(7em + 58px);
	padding-bottom: 7em;
}
#page-title h3{
	font-size : 2.8rem;
	margin-bottom: 10px;
}
#page-title .lead{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px){
#page-title h3{
	font-size : 2.2rem;
	margin-bottom: 5px;
}
#page-title .lead{
	font-size: 1.3rem;
}
}




@media screen and (max-width: 768px){
.daini .container {
	margin-left: 15px;
	margin-right: 15px;
}
}
.daini .section-heading{
	width: 100%;
	margin-bottom: 40px;
}
.daini .section-heading h2{
	display: inline-block;
	padding: 0 0 0.8em 0;
	font-weight: 400;
	color: #333333;
	font-size: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: adobe-caslon-pro, serif;
	position: relative;
}
.daini .section-heading h2::before,
.daini .section-heading h2::after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #212182;
	position: absolute;
	top: 50%;
}
.daini .section-heading h2::before {
	left: -110px;
}
.daini .section-heading h2::after {
	right: -110px;
}

@media screen and (max-width: 768px) {
.daini .section-heading h2 {
	font-size: 1.8rem;
}
.daini .section-heading h2::before,
.daini .section-heading h2::after {
	width: 50px;
}
.daini .section-heading h2::before {
	left: -70px;
}
.section-heading h2::after {
	right: -70px;
}
}
@media screen and (max-width: 480px) {
.section-heading h2 {
	font-size: 1.6rem;
}
}
.daini .section-heading .lead{
	margin :0 auto;
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-weight: 700;
	color: #4c6cb3;
}
@media screen and (max-width: 768px) {
.daini .section-heading h2{
	padding: 0.4em 0 0.6em 0;
	font-size: 2rem;
}
.daini .section-heading h2 span {
	font-size: 1.4rem;
}
.daini .section-heading .lead{
	font-size: 1rem;
	line-height: 1rem;
}
}
@media screen and (max-width: 480px){
.daini .section-heading h2{
	font-size: 1.7rem;
}
}

.catch {
	font-size: 2.4rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
.catch {
	font-size: 2rem;
}
}
@media screen and (max-width: 480px){
.catch {
	font-size: 1.7rem;
}
}

.catch2 {
	font-size: 2rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
.catch2 {
	font-size: 1.7rem;
}
}
@media screen and (max-width: 480px){
.catch2 {
	font-size: 1.5rem;
}
}

.catch3 {
	font-size: 1.7rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
.catch3 {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 480px){
.catch3 {
	font-size: 1.4rem;
}
}


.catch-out{
	margin-bottom: 40px;
}

.ttl{
	font-size: 1.4em;
	line-height: 1.4em;
}
@media screen and (max-width: 768px){
.ttl{
	font-size: 1.3em;
}
}
@media screen and (max-width: 480px){
.ttl{
	font-size: 1.1em;
}
}


/*---------------プライバシーポリシー*/
.privacy .sec {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.privacy p {
	text-align: justify;
}
.privacy a:hover {
	text-decoration: underline;
}
.privacy .dl_privacy dt,
.privacy .dl_privacy dd {
	margin-bottom: 10px;
	line-height: 1.8em;
}
.privacy .dl_privacy dt {
	font-size: 1.8rem;
	padding-left: 1em;
	text-indent: -1em;
	color: #212182;
}
.privacy .dl_privacy dd {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
.privacy .dl_privacy dt {
	font-size: 1.5rem;
}
}



/*-----------------------ご相談・お問合せ*/
.contact .text-tel {
	text-decoration: underline;
	color: #3c3caa;
}
.contact .text-tel:hover {
	text-decoration: none;
}
.contact .sec {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.contact .control-label {
	text-align: left;
}
.contact .label {
	display: inline-block;
	font-size: 1rem;
	line-height: 1rem;
	padding: 5px 10px;
	margin-top: -3px;
	background-color: #ec6c00;
	color: #ffffff;
	vertical-align: middle;
}
.contact .btn.btn-warning {
	font-size: 1.5rem;
}
.contact .dl_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #c4d0e8;
	padding: 1.2em 0;
}
.contact .dl_form:last-of-type {
	border-bottom: none;
}
.contact .dl_form dt {
	width: 25%;
}
.contact .dl_form dd {
	width: 70%;
}
.contact .dl_form dd .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.contact .dl_form dd textarea.form-control {
	height: auto;
}
@media screen and (max-width: 768px) {
.contact .dl_form {
	flex-direction: column;
	padding: 1.2em 1em;
}
.contact .dl_form dt {
	width: 100%;
}
.contact .dl_form dd {
	width: 100%;
}
}
.contact .dl_form .radio-inline > label {
	font-weight: 400;
}
.contact .dl_form .checkbox-inline,
.contact .dl_form .radio-inline {
	margin-left: 0;
	margin-right: 10px;
}

.contact .dl_form dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	background-size: 10px auto;
}
@media screen and (max-width: 480px) {
.contact .dl_form dd select {
	margin: 5px auto 5px 0;
}
}



/*---------------会社概要*/
.company .phylosophy {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.company .phylosophy .catch {
	font-size: 3rem;
	font-family: yu-mincho-pr6n,sans-serif;
	margin-bottom: 30px;
}
.company .phylosophy .catch2 {
	font-family: yu-mincho-pr6n,sans-serif;
	margin-bottom: 30px;
}
.company .phylosophy .text {
	max-width: 530px;
	text-align: justify;
	margin: 0 auto;
}
.company .phylosophy figure{
	position: absolute;
	z-index: -1;
}
.company .phylosophy figure > img {
	width: 100%;
}
.company .phylosophy figure.figure01{
	width: 260px;
	height: auto;
	right: 12%;
	top: 5%;
}
.company .phylosophy figure.figure02{
	width: 300px;
	height: auto;
	left: 10%;
	bottom: 5%;
}
@media screen and (max-width: 991px) {
.company .phylosophy figure.figure01{
	width: 240px;
	height: auto;
	right: 8%;
	top: 5%;
}
.company .phylosophy figure.figure02{
	width: 280px;
	height: auto;
	left: 8%;
}
}
@media screen and (max-width: 768px) {
.company .phylosophy .catch {
	font-size: 2.6rem;
}
.company .phylosophy figure.figure01{
	width: 200px;
	height: auto;
	right: 5%;
}
.company .phylosophy figure.figure02{
	width: 240px;
	height: auto;
	left: 5%;
}
}
@media screen and (max-width: 480px) {
.company .phylosophy .catch {
	font-size: 2rem;
	margin-bottom: 20px;
}
.company .phylosophy figure.figure01{
	width: 150px;
	right: 15px;
	opacity: .7;
}
.company .phylosophy figure.figure02{
	width: 200px;
	left: 15px;
	opacity: .7;
}
}
.company .sec {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.company .profile {
	background-color: #f5f5ff;
}
.company .dl_com-wrap {
	padding: 3em;
	background-color: #ffffff;
}
.company .dl_com {
	display: flex;
	flex-wrap: wrap;
}
.company .dl_com dt,
.company .dl_com dd {
	padding: 1.2em 0.8em;
	line-height: 2.2rem;
}
.company .dl_com dt {
	border-bottom: 1px solid #4c6cb3;
	width: 23%;
}
.company .dl_com dt:last-of-type {
	border-bottom: none;
}
.company .dl_com dd {
	border-bottom: 1px solid #c4d0e8;
	width: 77%;
}
.company .dl_com dd:last-of-type {
	border-bottom: none;
}
.company .dl_com dd a {
	text-decoration: underline;
	color: #3c3caa;
}
.company .dl_com dd a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
.company .dl_com-wrap {
	padding: 2em;
}
.company .dl_com {
	flex-direction: column;
}
.company .dl_com dt,
.company .dl_com dd {
	line-height: 2.2rem;
	width: 100%;
}
.company .dl_com {
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.company .dl_com dt {
	border-bottom: none;
	color: #333333;
	padding: 1em 0 0.5em 0;
}
.company .dl_com dt:last-of-type {
	border-bottom: none;
}
.company .dl_com dd {
	border-bottom: 1px solid #c4d0e8;
	margin-left: 0;
	padding: 0 0 1em 0;
}
}
.company .dl_com dd ul li {
	margin: 0 0 20px 0;
	padding: 0;
}
.company .dl_com dd ul li ul li {
	padding: 0 0 0 15px;
	margin: 0 0 10px 10px;
	background-image: url(../img/company/bg_line.png);
	background-size: 10px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.company .dl_com dd ul li ul li:first-child  {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
.company .dl_com dd ul li {
	margin: 0 0 15px 0;
	padding: 0;
}
.company .dl_com dd ul li ul li {
	padding: 0 0 0 15px;
	margin: 0 0 7px 10px;
	background-image: url(../img/company/bg_line.png);
	background-size: 10px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.company .dl_com dd ul li ul li:first-child  {
	margin-top: 7px;
}
}
.company .item .item-text .g-maps {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.company .item .item-text .g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*---------------サイトマップ*/
.sitemap .sec {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.sitemap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap ul li {
	width: 23%;
	margin-bottom: 3em;
}
.sitemap ul li a {
	text-decoration: none;
	color: #3c3caa;
}
.sitemap ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
.sitemap ul li {
	width: 46%;
	text-align: center;
}
}
@media screen and (max-width: 480px) {
.sitemap ul {
	flex-direction: column;
}
.sitemap ul li {
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #c4d0e8;
}
.sitemap ul li:last-child {
	border-bottom: none;
}
.sitemap ul li a {
	display: block;
	padding: 1em 0;
}
}




/*---------------私たちの特徴*/
.feature {
	overflow: hidden;
}
.feature .section-heading {
	margin-bottom: 60px;
}
.feature .catch {
	font-family: yu-mincho-pr6n,sans-serif;
	font-weight: 600;
}
.feature .catch span {
	color: #4c6cb3;
	background: linear-gradient(transparent 60%, #c4d0e8 60%);
	padding-bottom: 3px;
}
.feature .sec{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.feature ul.feature-list li{
	width: 100%;
	margin: 0 auto 100px;
	position: relative;
}
.feature ul.feature-list li:after {
	content: "";
	display: block;
	width: 600px;
	height: 600px;
	position: absolute;
	top: 30%;
	z-index: -1;
	opacity: .5;
}
.feature ul.feature-list li:nth-child(odd):after {
	right: -15%;
	background-color: #d4e1f4;
}
.feature ul.feature-list li:nth-child(even):after {
	left: -15%;
	background-color: #e2ebf7;
}
@media screen and (max-width: 991px) {
.feature ul.feature-list li:after {
	width: 400px;
	height: 400px;
}
}
.feature ul.feature-list li .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.feature ul.feature-list li:nth-child(even) .item{
	flex-direction: row-reverse;
}
.feature ul.feature-list li .item .item-text {
	width: 50%;
	padding: 0 4rem;
}
.feature ul.feature-list li .item .item-img {
	width: 50%;
	height: 320px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.feature ul.feature-list li:first-child .item .item-img {
	background-image: url(../img/feature/feature01.png);
}
.feature ul.feature-list li:nth-child(2) .item .item-img {
	background-image: url(../img/feature/feature02.png);
}
.feature ul.feature-list li:nth-child(3) .item .item-img {
	background-image: url(../img/feature/feature03.png);
}
.feature ul.feature-list li:last-child .item .item-img {
	background-image: url(../img/feature/feature04.png);
}
.feature ul.feature-list li .item .feature-num {
	display: inline-block;
	position: absolute;
	font-weight: 600;
	font-size: 6rem;
	bottom: -11%;
	color: #7696cc;
	font-family: adobe-caslon-pro, serif;
}
.feature ul.feature-list li:nth-child(odd) .item .feature-num {
	right: 0;
}
.feature ul.feature-list li:nth-child(even) .item .feature-num {
	left: 0;
}
.feature ul.feature-list li .item .item-text dl dt {
	font-size: 1.8rem;
	line-height: 1.6em;
	font-family: yu-mincho-pr6n,sans-serif;
	font-weight: 600;
	color: #212182;
	margin-bottom: 30px;
}
.feature ul.feature-list li .item .item-text dl dd {
	line-height: 1.8em;
}
@media screen and (max-width: 768px) {
.feature ul.feature-list li{
	margin: 0 auto 50px;
}
.feature ul.feature-list li:after {
	top: 20%;
}
.feature ul.feature-list li .item,
.feature ul.feature-list li:nth-child(even) .item {
	flex-direction: column;
}
.feature ul.feature-list li .item .item-text {
	width: 100%;
	padding: 3rem;
	order: 1;
}
.feature ul.feature-list li .item .item-img {
	width: 100%;
	position: static;
}
.feature ul.feature-list li .item .feature-num {
	position: static;
	font-size: 5rem;
}
.feature ul.feature-list li .item .item-text dl dt {
	font-size: 1.7rem;
	margin-bottom: 10px;
}
.feature ul.feature-list li .item .item-text dl dd {
	line-height: 2em;
}
}
@media screen and (max-width: 480px) {
.feature ul.feature-list li .item .item-img {
	height: 280px;
}
}
.touroku { padding: 40px 0; background-color: #FFF;}
.touroku img {max-width: 280px; text-align: center;}
.touroku p {text-align: center; font-size: 13px; line-height: 1.4em; padding: 10px 0;}



.tyuui {font-size: 13px; color:#674B2A; line-height: 1.5em; padding:5px 0;   }




/*---------------企画書作成の流れ*/
.flow {
	width: 100%;
}
.flow .catch {
	font-family: yu-mincho-pr6n,sans-serif;
	font-weight: 600;
}
.flow .catch span {
	color: #4c6cb3;
	background: linear-gradient(transparent 60%, #c4d0e8 60%);
	padding-bottom: 3px;
}
.flow ul.flow-step {
	position: relative;
	overflow: hidden;
}
.flow ul.flow-step::before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background-color: #c4d0e8;
	position: absolute;
	top: 5%;
	left: 15%;
	z-index: -1;
}
.flow ul.flow-step > li{
	margin-bottom: 70px;
}
.flow ul.flow-step > li:first-child{
	margin-top: 5%;
}
.flow ul.flow-step > li:last-child{
	margin-bottom: 0;
}
.flow ul.flow-step li .item {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.flow ul.flow-step li .item .item-text {
	width: 65%;
}
.flow ul.flow-step li .item .item-img {
	width: 30%;
	position: relative;
}
.flow ul.flow-step li .item .item-text dl dt{
	font-size: 2rem;
	margin-bottom: 15px;
	color: #212182;
	font-family: yu-mincho-pr6n,sans-serif;
}
.flow ul.flow-step li .item .item-text dl dd{
	line-height: 1.8em;
}
.flow ul.flow-step li .item .item-text ul.info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 2em;
}
.flow ul.flow-step li .item .item-text ul.info li {
	width: 48%;
}
.flow ul.flow-step li .item .item-text li .btn.btn-warning {
	width: 100%;
}
.flow ul.flow-step {
	counter-reset: step;
}
.flow ul.flow-step li .item .item-img span.step {
	position: absolute;
	display: block;
	left: 0;
	top: -5%;
	font-size: 3.2rem;
	font-weight: 500;
	color: #7696cc;
	font-family: adobe-caslon-pro, serif;
	z-index: 2;
}
@media screen and (max-width: 768px){
.flow ul.flow-step::before {
	display:none;
}
.flow ul.flow-step > li {
	position: relative;
}
.flow ul.flow-step > li::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #cccccc;
}
.flow ul.flow-step li .item {
	flex-direction: column;
	background-color: #ffffff;
}
.flow ul.flow-step li .item .item-text {
	width: 100%;
	margin-top: 20px;
	position: relative;
	z-index: 3;
}
.flow ul.flow-step li .item .item-img {
	width: 100%;
}
.flow ul.flow-step li .item .item-img span.step {
	left: auto;
	right: 0;
	top: auto;
	bottom: -8rem;
	font-size: 9rem;
	color: #e5edf9;
}
}
@media screen and (max-width: 480px){
.flow ul.flow-step li .item .item-text ul.info {
	flex-direction: column;
}
.flow ul.flow-step li .item .item-text ul.info li {
	width: 100%;
	margin-bottom: 15px;
}
.flow ul.flow-step li .item .item-img span.step {
	bottom: -6rem;
	font-size: 6rem;
}
.flow ul.flow-step li .item .item-text dl dt{
	font-size: 1.6rem;
}
}



/*---------------制作実績*/
.work {
	overflow: hidden;
	background-color: #e5edf9;
}
.work .work-inner{
	position: relative;
	overflow: hidden;
}
.work .sec {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
}
.work .works-wrap {
	padding: 3em;
	background-color: rgba(255,255,255,0.7);
	margin-top: 3em;
}
.work .works-wrap .catch2 {
	font-family: yu-mincho-pr6n,sans-serif;
	margin-bottom: 30px;
	color: #3c3caa;
}
.work .works-wrap ul.works-list li {
	position: relative;
	padding: 0 0 0 2em;
	margin-bottom: 1em;
	background-image: url(../img/work/yaji_list.png);
	background-position: left center;
	background-size: 20px auto;
	background-repeat: no-repeat;
}
.work .work-inner figure{
	position: absolute;
	opacity: .3;
}
.work .work-inner figure > img {
	width: 100%;
}
.work .work-inner figure.figure01{
	width: 260px;
	height: auto;
	right: 12%;
	top: 5%;
}
.work .work-inner figure.figure02{
	width: 300px;
	height: auto;
	left: 10%;
	top: 25%;
}
@media screen and (max-width: 991px) {
.work .work-inner figure.figure01{
	width: 240px;
	height: auto;
	right: 8%;
}
.work .work-inner  figure.figure02{
	width: 280px;
	height: auto;
	left: 8%;
}
}
@media screen and (max-width: 768px) {
.work .work-inner figure.figure01{
	width: 200px;
	height: auto;
	right: 0;
}
.work .work-inner figure.figure02{
	width: 240px;
	height: auto;
	left: 0;
}
}
@media screen and (max-width: 480px) {
.work .work-inner figure.figure01{
	width: 150px;
}
.work .work-inner figure.figure02{
	width: 200px;
}
}




































/*---------------店舗案内*/
.shop .dl_com {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.shop .dl_com dt,
.shop .dl_com dd {
	padding: 1.2em 0.8em;
	line-height: 2.2rem;
}
.shop .dl_com dt {
	border-top: 1px solid #005190;
	width: 25%;
}
.shop .dl_com dt:last-of-type {
	border-bottom: 1px solid #005190;
}
.shop .dl_com dd {
	border-top: 1px solid #cccccc;
	width: 75%;
}
.shop .dl_com dd:last-of-type {
	border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
.shop .dl_com {
	flex-direction: column;
}
.shop .dl_com dt,
.shop .dl_com dd {
	/*padding: 1em 0.8em;*/
	line-height: 2.2rem;
	width: 100%;
}
.shop .dl_com {
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.shop .dl_com dt {
	border-top: 1px solid #cccccc;
	color: #005190;
	padding: 1em 0 0.5em 0;
}
.shop .dl_com dt:last-of-type {
	border-bottom: none;
}
.shop .dl_com dd {
	border-top: none;
	margin-left: 0;
	padding: 0 0 1em 0;
}
}
.shop .g-maps {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.shop .g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shop .shop_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shop .shop_info {
	width: 50%;
}
.shop .shop_img {
	width: 45%;
}
@media screen and (max-width: 768px) {
.shop .shop_wrap {
	flex-direction: column;
}
.shop .shop_info {
	width: 100%;
	margin-bottom: 20px;
}
.shop .shop_img {
	width: 100%;
}
}








/*---------------勧誘方針*/
.canvass .catch2 {
	font-weight: 600;
	color: #00518b;
}
.canvass ul.list_none li {
	padding: 0 0 5px 15px;
	text-indent: -15px;
	line-height: 1.6em;
}
@media screen and (max-width: 768px) {
.canvass ul.list_none li {
	text-indent: -13px;
}
}
.canvass .dl_canvass dt,
.canvass .dl_canvass dd {
	line-height: 2rem;
}
.canvass .dl_canvass dt {
	padding-left: 1em;
	text-indent: -1em;
	color: #00518b;
	margin-bottom: 7px;
}
.canvass .dl_canvass dd {
	margin-bottom: 30px;
}







/*　--------------------採用情報*/
.staff{
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}

.staff .item {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.staff .item .item-img {
	width: 45%;
}
.staff .item .item-text {
	width: 50%;
}
.staff .tel {
	font-size: 3rem;
	font-weight: 600;
	color: #d20012;
	margin: 10px 0;
	padding-left: 1.2em;
	background-image: url(../img/common/ic_h_tel.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 768px){
.staff .item {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}
.staff .item .item-img {
	width: 100%;
	margin-top: 30px;
}
.staff .item .item-text {
	width: 100%;
}
}




/*---------------よくあるご質問*/
.faq {
	width: 100%;
}
.faq .sec dl div {
	padding: 0px 20px;
	margin-bottom: 30px;
	background-color: #ebf4ff;
}
.faq .sec dl dt {
	position: relative;
	padding: 20px 0 20px 50px;
	font-size: 1.6rem;
	line-height: 1.6em;
	border-bottom: 1px dotted #4d78a8;
	color: #333333;
}
.faq .sec dl dt:before {
	content: "Q";
	position: absolute;
	display:inline-block;
	background: #00518b;
	color: #ffffff;
	font-size: 2rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	top: 50%;
	-moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.faq .sec dl dd {
	position: relative;
	padding: 20px 0 20px 50px;
	letter-spacing: 0.05em;
	background-color: #ebf4ff;
	line-height: 1.8em;
	text-align: justify;
}
.faq .sec dl dd > a {
	text-decoration: underline;
}
.faq .sec dl dd:before {
	content: "A";
	position: absolute;
	display:inline-block;
	background: #d20012;
	color: #ffffff;
	font-size: 2rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	top: 50%;
	-moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
.faq .sec dl div {
	padding: 20px 20px;
	margin-bottom: 30px;
	background-color: #ebf4ff;
}
.faq .sec dl dt {
	padding: 50px 15px 15px 15px;
	margin-bottom: 0;
}
.faq .sec dl dd {
	padding: 70px 15px 0px 15px;
}
.faq .sec dl dt:before {
	position: absolute;
	display:block;
	font-size: 2rem;
	left: 45%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	top: 20px;
}
.faq .sec dl dd:before {
	position: absolute;
	display:block;
	font-size: 2rem;
	left: 45%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	top: 35px;
}
.faq .sec dl dt {
	font-size: 1.4rem;
}
}




/*---------------お客様の声*/
.voice {
	width: 100%;
}
.voice ul li {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	padding-bottom: 30px;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px dashed #cccccc;
	width: 100%;
}
.voice ul li div.image{
	width: 20%;
	align-content: center;
	justify-content: center;
}
.voice ul li div.text{
	width: 75%;
}
.voice ul li div.text p.name {
	text-align: right;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
.voice ul li {
	flex-wrap: wrap;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: contain;
}
.voice ul li div.image{
	width: 100%;
	align-content: center;
	justify-content: center;
}
.voice ul li div.image img{
	margin-left: auto;
	margin-right: auto;
}
.voice ul li div.text{
	width: 100%;
	padding: 0;
	margin-top: 10px;
}
}




/*---------------私たちの強み*/
.advantage {
	width: 100%;
}
.advantage .section-heading .catch {
	font-size: 3rem;
	line-height: 1.8em;
	font-weight: 600;
	color: #005189;
}
@media screen and (max-width: 768px) {
.advantage .section-heading .catch {
	font-size: 2.4rem;
}
}
.advantage ul li {
	width: 100%;
}
.advantage ul li .advantage-box {
	position: relative;
}
.advantage ul li .advantage-box .image {
	padding-top: 56.25%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.advantage ul li .advantage-box .image.advantage01 {
	background-image: url(../img/advantage/advantage01.png);
	background-size: contain;
}
.advantage ul li .advantage-box .image.advantage02 {
	background-image: url(../img/advantage/advantage02.png);
	background-size: contain;
}
.advantage ul li .advantage-box .image.advantage03 {
	background-image: url(../img/advantage/advantage03.png);
	background-size: contain;
}
.advantage ul li .advantage-box .image.advantage04 {
	background-image: url(../img/advantage/advantage04.png);
	background-size: contain;
}
.advantage ul li .advantage-box .text {
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -80px;
}
.advantage ul li .advantage-box .text .advantage-ttl {
	width: 45%;
}
.advantage ul li .advantage-box .text .advantage-ttl .number {
	font-size: 6rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.8em;
	font-weight: 600;
	color: #d20012;
}
.advantage ul li .advantage-box .text .advantage-ttl .catch {
	font-size: 3rem;
	line-height: 1.6em;
	font-weight: 600;
}
.advantage ul li .advantage-box .text .advantage-text {
	width: 50%;
	margin-top: 115px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
.advantage ul li .advantage-box .text {
	flex-direction: column;
	top: -40px;
}
.advantage ul li .advantage-box .text .advantage-ttl {
	width: 100%;
}
.advantage ul li .advantage-box .text .advantage-ttl .number {
	font-size: 4rem;
}
.advantage ul li .advantage-box .text .advantage-ttl .catch {
	font-size: 2rem;
}
.advantage ul li .advantage-box .text .advantage-text {
	width: 100%;
	margin-top: 10px;
	font-size: 1.4rem;
}
}



/*---------------私たちの想い*/
.concept {
	width: 100%;
}
.concept .intro {
	background-image: url(../img/concept/intro.png);
	background-repeat: no-repeat;
	background-position:center right;
	background-size: cover;
	margin-bottom: 40px;
}
.concept .intro .catch {
	font-size: 3rem;
	line-height: 1.8em;
	font-weight: 600;
	color: #005189;
	padding: 2em 0;
}
@media screen and (max-width: 768px) {
.concept .intro {
	height: 225px;
}
.concept .intro:before {
	content: "";
	display: block;
	width: 100%;
	height: 225px;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	z-index: 1;
}
.concept .intro .catch {
	font-size: 2.4rem;
	position: relative;
	z-index: 2;
}
}

.concept .catch {
	font-size: 3rem;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 768px) {
.concept .catch {
	font-size: 2.2rem;
}
}
.concept .source .catch {
	margin-bottom: 30px;
}
.concept .policy .catch {
	color: #005189;
}
.concept .policy .catch2 {
	font-weight: 600;
}
.concept .policy ul.list-policy-img {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.concept .policy ul.list-policy-img li {
	width: 29%;
	width: -webkit-calc((100% / 3) - 4%);
	width: calc((100% / 3) - 4%);
	margin: 0 2%;
}
.concept .policy ul.list-policy-img li:nth-child(2) {
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
.concept .policy ul.list-policy-img li {
	width: 33%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	margin: 0;
}
.concept .policy ul.list-policy-img li:nth-child(2) {
	margin-top: 0;
}
}
.concept .policy .list-policy-wrap {
	background-image: url(../img/concept/policy04.png);
	background-position: left center;
	background-size: cover;
}
.concept .policy ul.list-policy {
	display: block;
	margin-left: 45%;
	padding: 3em 0 2em;
}
.concept .policy ul.list-policy li {
	font-size: 2rem;
	line-height: 1.6em;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.concept .policy .list-policy-wrap {
	background: none;
}
.concept .policy ul.list-policy {
	margin-left: 0;
	padding: 0;
}
.concept .policy ul.list-policy:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 50%;
	background-image: url(../img/concept/policy04_sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}
.concept .policy ul.list-policy li {
	font-size: 1.6rem;
}
}




/*---------------法人のお客様*/
.houjin .sec {
	padding-bottom: 0;
}
.houjin .catch2 {
	font-weight: 600;
	color: #005189;
	margin-bottom: 10px;
}
.houjin .dl_hoken {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.houjin .dl_hoken dt,
.houjin .dl_hoken dd {
	line-height: 2.2rem;
}
.houjin .dl_hoken dt {
	border-bottom: 1px dotted #dddddd;
	width: 25%;
	padding: 1.2em 1em 1.2em 0;
	color: #008992;
}
.houjin .dl_hoken dt:last-of-type {
	border-bottom: 1px solid #cccccc;
}
.houjin .dl_hoken dd {
	padding: 1.2em 0;
	border-bottom: 1px dotted #dddddd;
	width: 75%;
}
.houjin .dl_hoken dt:last-of-type,
.houjin .dl_hoken dd:last-of-type {
	border-bottom: none;
}
@media screen and (max-width: 768px) {
.houjin .dl_hoken {
	flex-direction: column;
}
.houjin .dl_hoken dt,
.houjin .dl_hoken dd {
	line-height: 2.2rem;
	width: 100%;
}
.houjin .dl_hoken dt {
	color: #008992;
	padding: 1em 0 0.5em 0;
	border-bottom: none;
}
.houjin .dl_hoken dt:last-of-type {
	border-bottom: none;
}
.houjin .dl_hoken dd {
	border-top: none;
	margin-left: 0;
	padding: 0 0 1em 0;
}
}




/*---------------個人のお客様*/
.personal .sec {
	padding-bottom: 0;
}
.personal .sec .sec_inner {
	display: flex;
	justify-content: space-between;
}
.personal .sec .sec_inner .item {
	width: 48%;
	width: -webkit-calc((100% / 2) - 2%);
	width: calc((100% / 2) - 2%);
	margin: 0 1%;
}
.personal .sec .sec_inner .item .catch2 {
	font-weight: 600;
	border-bottom: 1px solid #005189;
	border-left: 7px solid #005189;
	color: #005189;
	padding-left: 0.5em;
	margin-bottom: 10px;
}
.personal .sec .sec_inner .item ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1em;
}
.personal .sec .sec_inner .item ul li::before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f111";
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	left : 0;
	top: -1px;
	color: #008992;
}
@media screen and (max-width: 480px) {
.personal .sec .sec_inner {
	flex-direction: column;
}
.personal .sec .sec_inner .item {
	width: 100%;
}
.personal .sec .sec_inner .item.item-left {
	margin-bottom: 30px;
}
}




/*---------------コラム*/
.column .archive {
	padding: 2em;
	background-color: #e1efff;
	margin-bottom: 30px;
}
.column .archive form {
	margin-block-end: 0;
}
.column .archive_select {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.column .archive_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.column .archive_select select::-ms-expand {
    display: none;
}
.column .archive_select.sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.column .archive_select.sl01::before {
	position: absolute;
	top: 1.3em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.column .archive_select.sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.column .sec ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column .sec ul li{
	width: 48%;
	width: -webkit-calc(100% / 2 - 2%); 
	width: calc(100% / 2 - 2%); 
	margin: 0 1% 30px;
	display: flex;
	background-color: #ffffff;
}
.column .sec ul li a{
	display: flex;
	width: 100%;
	transition: .4s;
}
.column .sec ul li a:hover{
	opacity: 0.7;
}
.column .sec ul li .item-box{
	width: 100%;
	border: 1px solid #333333;
	background-color: #ffffff;
}
.column .sec ul li .item-box .item-img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
}
.column .sec ul li .item-box .item-img img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.column .sec ul li .item-box .item-text {
	width: 100%;
	max-width: 100%;
	padding: 1em;
}
.column .sec ul li .item-box .item-text p.date{
	font-size: 1.4rem;
	line-height: 1.5em;
	text-align: left;
	color: #cccccc;
	margin-bottom: 5px;
}
.column .sec ul li .item-box .item-text p.ttl{
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5em;
	text-align: left;
}
@media screen and (max-width: 768px) {
.column .sec ul li .item-box .item-img {
	height: 160px;
}
.column .sec ul li .item-box .item-text p.ttl{
	font-size: 1.5rem;
}
}
@media screen and (max-width: 480px) {
.column .sec ul {
	flex-direction: column;
}
.column .sec ul li{
	width: 98%;
}
}
.column .kiji {
	width: 100%;
}
@media screen and (max-width: 768px) {
.column .kiji {
	padding: 40px 30px;
}
}
.column .kiji .sec .section-heading p.date {
	color: #4d78a6;
}
.column .kiji .sec .section-heading h2 {
	background: none;
	border-bottom: 2px solid #005189;
	color: #333333;
	padding: 0 0 7px 0;
	margin-top: 5px;
}
.column .kiji .sec > p {
	margin-bottom: 2em;
}



/*---------------最新情報一覧ページ*/
.news_list {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.news_list ul li{
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.news_list ul li a {
	text-decoration: none;
}
.news_list ul li a:hover {
	text-decoration: underline;
}
.news_list .date{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	color: #4d78a6;
}




/*---------------最新情報詳細ページ*/
.news_s {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
.news_s .sec .section-heading h2{
	padding: 0 0 0.3em 0;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 20px;
	color: #005189;
	background: none;
	border-bottom: 1px dotted #333333;
}
@media screen and (min-width: 481px)  and (max-width: 600px){
.news_s .sec .section-heading h2 {
	font-size: 2rem;
}
}
@media screen and (max-width: 480px) {
.news_s .sec .section-heading h2 {
	font-size: 1.7rem;
}
}
.news_s p {
	text-align: justify;
}

.news_s .date{
	display: block;
	font-weight: bold;
	margin-bottom: 7px;
	color: #4d78a6;
}
.news_s .item_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.news_s .item_wrap .item {
	width: 31%;
	width: -webkit-calc(100% / 3 - 20px);
	width: calc(100% / 3 - 20px);
	margin: 0 10px;
	align-items: center;
	justify-content: flex-start;
}
@media screen and (max-width: 768px){
.news_s .item_wrap .item {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
}
.news_s .item_wrap .item img {
	transition: .2s;
}
.news_s .item_wrap .item:hover img {
	opacity: 0.7;
}



/*---------------事故のご連絡*/
.accident {
	width: 100%;
}
.accident ul {
	position: relative;
	overflow: hidden;
}
.accident ul::before {
	content: "";
	width: 4px;
	height: 100%;
	background-color: #cccccc;
	position: absolute;
	left: 18px;
	top: 0;
	z-index: -1;
}
.accident ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.accident ul li:last-child {
	margin-bottom: 0;
}
.accident ul li p.number {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 2rem;
	font-weight: 600;
	color: #ffffff;
	background-color: #00518b;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.accident ul li .item-text {
	width: 55%;
	width: -webkit-calc(100% - (40px + 40%));
	width: calc(100% - (40px + 40%));
}
.accident ul li .item-img {
	width: 34%;
}
.accident ul li .item-text dl dt {
	font-size: 2rem;
	color: #00518b;
	font-weight: 600;
	line-height: 2em;
	margin-bottom: 10px;
}
.accident ul li .item-text dl dd {
	line-height: 1.8em;
}
@media screen and (max-width: 768px){
.accident ul::before {
	left: 50%;
}
.accident ul li {
	flex-direction: column;
	align-items: center;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #00518b;
	margin-bottom: 40px;
}
.accident ul li p.number {
	margin-bottom: 20px;
}
.accident ul li .item-text {
	width: 100%;
}
.accident ul li .item-img {
	width: 100%;
	margin-top: 20px;
}
.accident ul li .item-text dl dt {
	font-size: 1.8rem;
	margin-bottom: 0;
}
}
.accident span.tel {
	font-size: 3rem;
	font-weight: 700;
	color: #00518b;
}
.accident table.table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #4c4c4c;
	border-top: 1px solid #4c4c4c;
}
.accident table.table th,
.accident table.table td {
	border: none;
}
.accident table.table th,
.accident table.table td {
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6em;
	border-bottom: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
}
.accident table.table th,
.accident table.table td.type {
	background-color: #d7dfeb;
}
.accident table.table td.type {
	font-weight: 600;
}

.accident p.scroll {
	display: none;
}
@media screen and (max-width: 768px){
.accident p.scroll {
	display: inline-block;
	background-color: #333333;
	color: #ffffff;
	padding: 3px 13px;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
}











/*---------------車内写真集*/
.gallery ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.gallery ul li {
	width: 31%;
	width: -webkit-calc((100% - 6% )/ 3); 
	width: calc((100% - 6% )/ 3);
	margin: 0 1% 3%;
}
@media screen and (max-width: 768px){
.gallery ul li {
	width: 48%;
	width: -webkit-calc((100% - 4% )/ 2); 
	width: calc((100% - 4% )/ 2);
	margin: 0 1% 3%;
}
}
.gallery ul li a img{
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.gallery ul li a:hover img{
	opacity: 0.7;
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*追加したCSS*/
/*hoverでぬるっと拡大*/
.iro {color:#410908;}
.waku_iro {background-color:rgba(80,60,40,0.3);
}
.waku_iro2 {background-color:#fff5e3; margin-bottom: 3%;
}

@media screen and (max-width: 992px){
    .waku_iro2 {padding: 3%;
}
}
.waku_iro3 {background-color:#EDEDED; padding: 2%; margin-bottom: 3%;
}
.waku_iro4 {background-color:#FAFAFA; padding: 1%; margin: 1% 0; font-size: 1.1em; line-height: 1.8em;
}
@media screen and (max-width: 480px){
  .waku_iro4 {font-size: 1em; line-height: 1.6em;
}  
    } 
.waku_brdr {border-bottom: dashed  1px #ccc ; margin-bottom: 4%;}
.waku_iro5 {background-color:#fff5e3; margin-bottom: 3%; border-radius: 10px; padding: 3%;
}
@media screen and (max-width: 992px){
.waku_brdr {padding: 3% 0;}}
.sample5 {
	width:			100%;
	height:			140px;
	overflow:		hidden;
	margin:			0;
	position:		relative;

}
.sample5 .caption {
	font-size:		130%;
	color:			#fff;
	padding-top:		20%;
	padding-left:		33%;
}
.sample5 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
	-webkit-transform:	scale(0);	/* 大きさを０にして表示しない */
	transform:		scale(0);
}
.sample5:hover .mask {
	-webkit-transform:	scale(1);	/* 大きさを１にして表示する */
	transform:		scale(1);
}
.reedmore_txt {font-size: 13px; line-height: 1.3em;  color: #FFF; padding: 8px 10px; text-align: center;}

@media screen and (max-width: 992px){
.sample5 {
	width:			100%;
	height:			100px;
	overflow:		hidden;
	margin:			0;
	position:		relative;
}
    .sample5 .caption {
	font-size:		110%;
	color:			#fff;
	padding-top:		20%;
	padding-left:		29%;
}
}
@media screen and (max-width: 768px){
.sample5 {
	width:			100%;
	height:			70px;
	overflow:		hidden;
	margin:			0;
	position:		relative;
}
    .sample5 .caption {
	font-size:		90%;
	color:			#fff;
	padding-top:		12%;
	padding-left:		30%;
}
    .reedmore_txt {font-size: 12px; line-height: 1.3em;  color: #FFF; padding: 3px 10px; text-align: center;}

}
/*hoverでぬるっと拡大ここまで*/
/*brレスポンシブ*/
@media screen and (min-width: 791px) {
    .brnone-pc { display:none; }
}
@media screen and (max-width: 790px) {
    .brnone-sp { display:none; }
}
/*brレスポンシブ*/


.waku_check {
  background-color:rgba(255,255,255,0.9);
    padding: 6% 2% 2%;
    position: relative;
    display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 /*-webkit-justify-content: center;  横方向中央揃え（Safari用） */
 /*justify-content: center;  横方向中央揃え */
/*    box-shadow: 0 1px 4px rgba(0,0,0,.4);
*/    border-radius: 10px;
}

.waku_check p {
    font-size: 1em;
    line-height: 1.8em;
    position: relative;
    height: auto;
    vertical-align: middle;
    text-align: center;
}

.waku_check:before {
    position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  margin: auto;

  display: block;

  width: 35px;
  height: 35px;
  content:'\f058';
  font-family: FontAwesome;
  color:#B7A284;
    font-size: 2.5em 
}
@media only screen and (max-width: 790px) {
    .waku_check {
    padding: 8% 2% 2% 2%;
    position: relative;
}
    .waku_check p {
    font-size: 1em;
    line-height: 1.6em;
    position: relative;
    height: auto;
    vertical-align: middle;
        text-align: left;
}
    .waku_check:before {
    position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;

  display: block;

  width: 15px;
  height: 15px;
  content:'\f058';
  font-family: FontAwesome;
  color:#B7A284;
    font-size: 2em 
}
}

section.bkimg2 {
    height: auto;
    background-size: cover;
        background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../img/top/bkimg.jpg);
    background-color: rgba(0,0,0,0.6);
background-blend-mode:lighten;
    padding-top: 6em;
    padding-bottom: 6em;
}
section.bkimg2 h2 {
	color: #e2ca9a;
    position: relative;
    line-height: 3.6rem;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    font-family: josefin-sans, sans-serif;
    font-weight: 600;
    margin-bottom: 0.7em;
}
@media only screen and (max-width: 790px) {
    section.bkimg2 h2 {
    line-height: 2.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-family: josefin-sans, sans-serif;
    font-weight: 600;
    margin-bottom: 0.7em;
        padding: 0 10px;
        text-align: left;
}
    }
section.bkimg3 {
    height: auto;
    background-size:cover;
        background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../img/troubled_owner/bkimg2.jpg);
    background-color: rgba(0,0,0,0.4);
background-blend-mode:lighten;
    padding-top: 6em;
    padding-bottom: 6em;
}
section.bkimg3 h2 {
	color: #FFF;
    position: relative;
    line-height: 3.6rem;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    font-family: josefin-sans, sans-serif;
    font-weight: 600;
    margin-bottom: 0.7em;
}
@media only screen and (max-width: 790px) {
    section.bkimg3 {background-image:none;  }
    section.bkimg3 h2 {
    line-height: 2.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-family: josefin-sans, sans-serif;
    font-weight: 600;
    margin-bottom: 0.7em;
        padding: 0 10px;
        text-align: left;
}
    }
section.bkiro {
    height: auto;
    background-color: #fff5e3;;
background-blend-mode:lighten;
    padding-top: 6em;
    padding-bottom: 6em;
}
section.bkiro h2 {
	color: #410908;
    position: relative;
    line-height: 3.6rem;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    font-family: josefin-sans, sans-serif;
    font-weight: 600;
    margin-bottom: 0.7em;
}
@media only screen and (max-width: 790px) {
    section.bkiro h2 {
    line-height: 2.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-family: josefin-sans, sans-serif;
    font-weight: 600;
    margin-bottom: 0.7em;
        padding: 0 10px;
        text-align: left;
}
    }
.marker {
    background: linear-gradient(transparent 0%, #e2ca9a 0%);
    font-weight: 500;
    color:#464646;
    border-radius: 6px;
    
}

/* 第二見出し要素
----------------------------------------------------------- */
  
/*    body, html, main {
    /* important 
    height: 100%;
}*/
  
.cd-fixed-bg {
    height: 350px;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
}
 .cd-fixed-bg.cd-fixed-bg01 {
    background-image: url("../img/daini/daini01.jpg");
} 
 .cd-fixed-bg.cd-fixed-bg02 {
    background-image: url("../img/daini/daini02.jpg");
} 
 .cd-fixed-bg.cd-fixed-bg03 {
    background-image: url("../img/daini/daini03.jpg");
} 
 .cd-fixed-bg.cd-fixed-bg04 {
    background-image: url("../img/daini/daini04.jpg");
} 
 .cd-fixed-bg.cd-fixed-bg05 {
    background-image: url("../img/daini/daini05.jpg");
} 

.cd-scrolling-bg {
    min-height: 100%;
}
    .cd-fixed-bg h1 {color: #383838; text-align: center; padding-top: 200px; font-size: 38px;line-height: 38px;}   
    .dainikomidashi {color: #383838; text-align: center; font-size: 12px;}   
  

@media screen and (max-width: 790px) {
.cd-fixed-bg {
    height: 150px;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/daini/daini.jpg");
}
  

.cd-scrolling-bg {
    min-height: 100%;
}
    .cd-fixed-bg h1 {padding-top: 90px; font-size: 20px;line-height: 20px;
}   
    .dainikomidashi {font-size: 11px;
} 

} 
/* ・第二見出し要素*/
.wdt900 {width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.mds002 {
    font-weight: 600;
    font-size: 19px;
    padding: 5px 0 3px;
    background-color:rgba(80,60,40,0.4);
    color: #FFF;
    text-align: center;
    margin-bottom: 2%;
}
.mds003 {
    color: #410908;
    font-weight: 600;
    font-size: 20px;
    margin-top: 4%;
    margin-bottom: 1%;
    border-bottom: dotted 1px #410908;
}
.mds004 {
    color: #410908;
    font-weight: 600;
    font-size: 20px;
    margin-top: 4%;
    margin-bottom: 2%;
    background-color:rgba(80,60,40,0.1);
    padding: 7px 0 3px;
    text-align: center;
}
@media (max-width: 600px) {
.mds003 {
    font-size: 16px;
}
    .mds004 {
    font-weight: 600;
    font-size: 15px;
    padding: 7px 5px 3px;
}
    }
.catch {
    font-size: 45px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    line-height: 1.6;
    padding-top: 0px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
@media screen and (max-width: 768px){
.catch {
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;

    line-height: 1.4em;
}
    }


.catch2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    line-height: 1.6;
    padding-top: 0px;
    margin-bottom: 25px;
    text-transform: uppercase;

}
@media screen and (max-width: 768px){
.catch2 {
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    line-height: 1.4em;
}
    }
.catch3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.6;
    padding-top: 0px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
@media screen and (max-width: 768px){
.catch3 {
    font-size: 16px;
    margin-bottom: 10px;
}
    }
.catch4 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 0px;
    margin-bottom: 1%;
}

@media screen and (max-width: 768px){
.catch4 {
    font-size: 15px;
    margin-bottom: 10px;
}
    }
.catch5 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6;
}
@media screen and (max-width: 768px){
.catch5 {
    font-size: 14px;
}
    }
/*テーブル*/
table.tbl{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  width: 100%;
    font-size: 13px;
}
table.tbl th,
table.tbl td{
  border: 1px solid #ccc;
  padding: 0.2em 1em;
}
table.tbl th{
    text-align: center;
    vertical-align: middle;
  background: #F3F3F3;
    width: 20%;
    font-weight: 500;
}
table.tbl td{
  background: #FFF;
}
@media (max-width: 600px) {
table.tbl{
      width: 100%;
    
    }
    table.tbl th,
    table.tbl td{
        text-align: left;
        width: 100%;
      display: block;
        font-size: 1em;
        padding: .5em 0.5em;
        line-height: 1.6em;
    }
    table.tbl th,
    table.tbl td{
      border-top: none; /* 一旦、すべてのborder-topを削除 */
    }
    table.tbl tr:first-child th{
      border-top: 1px solid #CEC3C0; /* 一番上にあるthだけborder-topを追加 */
    }

}

/*/テーブル*/

table.tbl2{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  width: 100%;
    font-size: 13px;
}
table.tbl2 th,
table.tbl2 td{
  border: 1px solid #ccc;
  padding: 0.2em 1em;
}
table.tbl2 th{
    text-align: center;
    vertical-align: middle;
  background: #F3F3F3;
    font-weight: 500;
}
table.tbl2 td{
  background: #FFF;
}
@media (max-width: 600px) {
    .scroll-table {
  overflow: auto;
  white-space: nowrap;
}
    table.tbl2{
  width: auto;
        font-size: 10px;
}
    .scr_btn {background-color: #EBEBEB; padding: 5px 10px; border-radius: 5px; display: inline-block; font-size: 12px; margin-bottom: 2%;}
    table.tbl2 th,
table.tbl2 td{
  padding: 0 5px;
}
    }
@media (min-width: 600px) {
.scr_btn {display: none;}
    }

.aka {
    color: #ed1c24;
}
.estimate_box {
    margin: 20px auto;
    padding: 40px 60px;
    background: #eaeaea;
    border-radius: 12px;
}
@media (max-width: 600px) {
    .estimate_box {
    margin: 20px auto;
    padding: 10px 10px;
    background: #eaeaea;
    border-radius: 8px;
}
    }
.cntr {
    text-align: center;
    margin: 0 auto;
}
.btn.btn-warning {
    color: #4c4c4c;
    background-color: #ffffff;
    border: 1px solid #4c4c4c;
    text-decoration: none;
    border-radius: 6px;
}
.ttl01 {text-align: center; font-weight: 600; color: #410908; font-size: 18px; padding-bottom: 10px;}
@media (max-width: 600px) {.ttl01 {font-size: 14px;}}

.foot_touroku { padding: 20px 0;}
.foot_touroku img {max-width: 180px; text-align: center;}
.foot_touroku p {text-align: center; font-size: 12px; line-height: 1.4em; padding: 10px 0; color: #FFF;}
