<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	font-family: 'Noto Sans JP','繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}

.o-noto{
	font-family: 'Noto Sans JP','繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}

h1,h2,h3,h4{
	font-family: 'Noto Sans JP','繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}

p{
	color: #535151;
}

a{
	text-decoration: none!important;
}

a.org-child-a{
	color: #fff!important;
}

.meirio{
	font-family: '繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif!important;
}

.noto{
	font-family: 'Noto Sans JP','繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}

.noto-s{
	font-family: 'Noto Serif JP', '貂ｸ譏取悃菴�', 'Yu Mincho', 'YuMincho', '繝偵Λ繧ｮ繝取�譛� Pro', 'Hiragino Mincho Pro', 'MS P譏取悃', 'MS PMincho', serif;
}

.o-mps1{
	font-family: 'M PLUS 1p','繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}

.shippori{
	font-family: 'Shippori Mincho', '貂ｸ譏取悃菴�', 'Yu Mincho', 'YuMincho', '繝偵Λ繧ｮ繝取�譛� Pro', 'Hiragino Mincho Pro', 'MS P譏取悃', 'MS PMincho', serif;
}

.o-black{
	color: #000!important;
}

span{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.bk-add {
    background: rgba(255,255,255,1);
}

section{
	/* overflow: hidden; */
}

.fuwa_anime{
	animation: fuwafuwa 2s infinite ease-in-out;
}

@keyframes fuwafuwa{
 0%{
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.o-relative{
	position: relative;
	z-index: 1;
}

.o-100{
	z-index: 100;
}

section.o-visible{
	overflow: visible;
}

.o-anime-b{
	overflow: hidden;
}

.o-relative{
	position: relative;
}

/*common input******************************************************************************/
input::placeholder,
textarea::placeholder{
	font-family				: '繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	font-family				: '繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif!important;
	color: #b4b5b5!important;
}

/* IE */
input:-ms-input-placeholder,
textarea::-ms-input-placeholder{
	font-family				: '繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif!important;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	font-family				: '繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif!important;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

.zinput label::before {
	box-shadow: inset 0 0 0 0px #036eb8, 0 0 0 0 #000;
}

.zinput.zcheckbox input[type="checkbox"]:checked + label::before {
    box-shadow: inset 0 0 0 20px #036eb8, 0 0 0 0 #036eb8;
}

/*common flex******************************************************************************/
.o-flex{
	display: flex;
}

.o-flex-not-sp{
	display: block;
}

.o-between{
	justify-content: space-between;
}

.o-center{
	justify-content: center;
}

.o-item-center{
	align-items: center;
}

.o-item-top{
	align-items: flex-start;
}

.o-palt{
	font-feature-settings: "palt";
}




/*common padding margin******************************************************************************/
.o-box-sizing{
	box-sizing: border-box;
}





/*common h,p color hover*********************************************************************/

.selected{
	color: #000!important;
	background: #eeefef;
}

.o-common-txt{
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #595757;
}

.o-red{
	color: #e50011;
}



/*br*****************************************************************************/


/*display***********************************************************************/
.o-dis-pc{
	display: none;
}

.org-anime-b{
	overflow: hidden;
}

.o-com-paint-paint-under{
	display: none;
}

/*one block*********************************************************************/
.o-one-block{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	white-space: nowrap;
	display: inline-block;
}

/*background color*******************************************************************/


/*header******************************************************************************/
header{
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	padding: 0 0 10px 0;
	background: rgba(255,255,255,1);
	box-sizing: border-box;
	/*height: 70px;*/
	border-bottom: solid 1px #e50011;
}

.o-not-top{
	display: block;
}

.o-top{
	display: none;
}

div.wrapper{
	position: relative;
	z-index: 10;
}

.o-h-catch-b{
	width: 100%;
	background: #e50011;
	margin-bottom: 9px;
}

.o-top-sec{
	padding-top: 170px;
}

/*side*/
.org-side-link{
	font-size: 16px;
	line-height: 20px;
	color: #535151!important;
	font-weight: 500;
	text-decoration: none!important;
}

.org-side-link2{
	font-size: 14px;
	line-height: 22px;
}

.org-side-link2-txt{
	font-size: 14px;
	line-height: 22px;
	color: #535151!important;
	font-weight: 500;
	text-decoration: none!important;
}

.org-side-inh{
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}


/*common********************************************************************************/
.o-common-txt{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
}

.o-light{
	font-weight: 300;
}

/*header***********************************************************************/
.head-right{
	width: 100%;
}

.o-h-logo-btn{
	display: flex;
	width: 247px;
	/* max-width: 50px; */
	align-items: center;
}

.normal-sub li a{
	text-align:left!important;
}

.o-sp-logo-wd{
	width: 50px;
}

.o-st-com-h{
	font-size: 15px;
	line-height: 26px;
	color: #000!important;
	display: block;
	margin-left: 10px;
	font-weight: 500;
}

/*common********************************************************************************/
.o-container{
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
}

.o-title-2{
	font-size: 28px;
	line-height: 38px;
	color: #717071;
	text-align: center;
	font-weight: 400;
	margin-bottom: 35px;
}

.o-com-icon{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.o-com-mail-icon{
	font-size: 22px;
	margin-right: 10px;
}

.o-com-mail-txt{
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	padding-top: 1px;
}

.o-com-mail-sb{
	box-sizing: border-box;
	padding-top: 3px;
	color: #fff;
}

.o-gray-bk{
	background: #f7f7f7;
}

.o-relativ{
	position: relative;
}

.o-head-dot{
	margin: 0;
	border-top: solid 1px #e50011;
	width: 100%;
}


/*footer*****************************************************************************/
footer{
	width: 100%;
	background: #eeefef;
}

.o-foot-bk{
	width: 100%;
	padding-top: 0;
}

.o-foot-container{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	/*padding-bottom: 10px;*/
	padding-left: 30px;
	padding-right: 30px;
}

.o-foot-container .o-flex{
	flex-wrap: wrap;
}

.o-foot-l{
	width: 100%;
	padding-left: 0;
	padding-top: 45px;
}

.o-foot-r{
	width: 100%;
	padding-top: 20px;
}

.o-foot-lb{
	margin: 0;
}

.o-foot-ul{
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0;
}

.o-foot-link i{
	margin-right: 10px;
}

.o-foot-link{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin: 10px 0 0 0;
	color: #000;
	text-decoration: none!important;
	text-align: left;
}

.o-foot-link:hover{
	color: #f39700;
}

.o-address-b{
	border-bottom: solid 1px #888889;
	box-sizing: border-box;
	padding-bottom: 10px;
	margin-top: 40px;
}

.o-foot-logo{
	width: 35%;
	height: auto;
}

.o-address-db2{
	width: 100%;
	margin-top: 15px;
}

.o-address-txt,
.o-foot-tel{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	color: #595757;
}

.o-foot-tel{
	margin-top: 5px;
}

.o-foot-tel-link{
	padding-right: 12px;
	color: #fff;
}

.o-foot-inq-btn{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
	background: #fff;
	height: 47px;
	box-sizing: border-box;
	padding: 18px 0 0 0;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	color: #888889!important;
	margin-top: 20px;
	text-decoration: none!important;
	z-index: 10;
	transition: .3s;
}

.o-foot-inq-btn:hover{
	background: #dedddc;
}

.o-arrow:before, .o-arrow:after{
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
	z-index: 20;
}

.o-arrow:before{
    right: 15px;
    width: 15px;
    height: 1px;
    background: #888889;
}

.o-arrow:after{
    right: 14px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #888889;
    border-right: 1px solid #888889;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.o-copy-b{
	padding-top: 10px;
	padding-bottom: 10px;
}

.o-copy-txt{
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 0;
	color: #595757;
}

.accordion{
  margin-top: 10px;
}

.accordion__container{
  width: 100%;
  margin: 0 auto;
}

.accordion__title {
  border-top: 1px solid #dcdddc;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 0 15px 35px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.accordion__title::before,
.accordion__title::after{
  content: '';
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  left: 8px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

/*.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {
   background-color: #cea467;
}*/

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content{
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}

.accordion__content.is-open{
  padding: 0.625em 1.5em;
  line-height: normal;
  height: auto;
  opacity: 1;
}

.o-sp-f{
	position: relative;
	box-sizing: border-box;
	padding-left: 35px;
}

.o-sp-f::before {
	content: '';
	background-color: #000;
	position: absolute;
	width: 10px;
	height: 1px;
	top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.o-sp-ft-ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.o-sp-ft-ul li{
	border-top: 1px solid #dcdddc;
	box-sizing: border-box;
	padding: 15px 0;
}

.o-ft-sb-li{
	border-top: none!important;
}

.o-ft-sb-li:first-child{
	padding-top: 0;
}

.o-lt-ft-li{
	border-bottom: 1px solid #dcdddc;
}

.o-ft-sp-h2{
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	font-weight: 500;
	color: #000;
	margin-bottom: 30px;
}

.o-sp-ft-ob .o-foot-tel-link{
    font-size: 39px;
    font-weight: 600;
    padding-right: 0;
    color: #e50011;
	text-align: ceter;
}

.o-ft-sp-txt{
	font-size: 13px;
	text-align: center;
}

.o-sp-ft-ob .o-md-right{
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px 30px 10px;
}

.o-sp-ft-logo{
	width: 200px;
	display: block;
	margin: 30px auto 15px;
}

.o-sp-ft-ob .o-sp-light{
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	font-weight: 300;
	color: #595757;
}

.o-sp-ft-ob .o-foot-logo{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.o-sp-ft-ob .o-md-left{
	width: 100%;
	max-width: 250px;
	margin: 30px auto 60px auto;
}

.o-foot-ti{
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 31px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 25px;
}

.o-foot-main-hp-btn, .o-foot-inq-btn,
.o-foot-main-hp-btn:focus, .o-foot-inq-btn:focus{
	position: relative;
	display: flex;
	width: 100%;
	border-radius: 0;
	height: 47px;
	box-sizing: border-box;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	text-decoration: none !important;
	z-index: 10;
	transition: .3s;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.o-foot-main-hp-btn{
	background: #e50011;
}

.o-foot-inq-btn{
	background: #595757;
	margin-top: 20px;
}

.o-pt-ad1{
	padding-top: 2px!important;
}

.o-visit-ob{
	margin: 0 0 60px 0;
	padding: 0;
	background: #fff;
	min-height: 337px;
}

.webp .o-visit-bk{
	width: 100%;
	background: url(../img/a-common-foot-iq1-sp.webp) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
	padding-top: 80%;
}

.no-webp .o-visit-bk{
	width: 100%;
	background: url(../img/a-common-foot-iq1-sp.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
	padding-top: 80%;
}

.o-visit-txt{
	width: 100%;
	box-sizing: border-box;
	padding: 35px 14px 35px 20px;
}

.o-visit-h2{
	font-size: 24px;
	line-height: 25px;
	text-align: left;
	color: #000;
	font-weight: 500;
	margin: 0 0 25px 0;
}

.o-visit-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    width: 100%;
    height: 75px;
    background: #e50011;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 40px 0 0 0;
}

.o-h-top-h1{
	display: none;
}

.o-h-others-p1{
	display: block;
}

.o-cp-site-link{
    font-size: 12px;
    line-height: 22px;
    color: #000;
    text-align: left;
}

.o-head-l{
    width: 90%;
}

.o-head-tel-b{
    margin: 0;
    justify-content: space-between;
    width: 401px;
}

.o-head-tel-ib{
    align-items: center;
}

.o-head-maru i{
    font-size: 15px;
}

.o-head-txt1{
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    text-align: left;
    font-weight: 500;
    margin-right: 6px;
}

.o-head-txt2{
    display: block;
    font-size: 18px;
    line-height: 19px;
    color: #e50011;
    text-align: left;
    font-weight: 500;
}

.o-head-maru{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 22px;
    background: #e50011;
    color: #fff;
    margin-right: 10px;
}

.o-head-tel{
    display: flex;
    font-size: 18px;
    line-height: 19px;
    color: #000;
    text-align: left;
    font-weight: 600;
    align-items: center;
}

.o-sptab-lb{
	padding-left: 10px;
}

.o-h-catch-b h1{
	color: #fff;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.o-se-ti{
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    margin: 0;
    padding: 5px 10px 0 10px;
    margin-bottom: 0;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
}

.org-h-right-b{
    width: 85px;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.o-sptab-head{
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.o-f-info-txt{
	display: block;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	font-weight: 300;
	color: #000;
}

.o-f-info-b{
	margin-top: 30px;
}

.o-officila-nv{
	margin-top: 30px;
}

.o-estim-link-ob .o-foot-main-hp-btn{
	margin-top: 20px;
}

.o-btm-estim-b{
	border: solid 1px #e50011;
	box-sizing: border-box;
	padding: 105px 20px 50px 20px;
	margin-top: -81px;
}

.o-btm-estim-b .o-title-h2,
.o-btm-estim-b .o-h2-sub,
.o-btm-estim-b .o-h2-sub2{
	text-align: center;
}

.o-btm-estim-b .o-main-txt{
	text-align: justify;
	font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}

.o-btm-estim-b .o-estim-m1{
    display: block;
    width: 105px;
    margin-left: -10px;
    margin-bottom: 5px;
}

.o-btm-estim-b .o-estim-btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	width: 100%;
	max-width: 345px;
	height: 75px;
	background: #e50011;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	margin: 55px auto 0 auto;
}

.o-btm-estim-b .o-estim-btn i{
	font-size: 23px;
}

.o-btm-estim-b .o-h2-sub2{
	font-size: 22px;
	line-height: 31px;
	color: #000;
	font-weight: 500;
	margin-bottom: 50px;
}

.o-btm-estim-b .o-title-h2{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}

.o-estim-ob img{
	display: block;
	margin: 0 auto;
}

.o-maruyaji{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 1px #f4bf48;
    transition: .3s;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    font-size: 17px;
    line-height: 18px;
    font-weight: 300;
    color: #595757;
	margin-left: 10px;
}

.o-maruyaji:before, .o-maruyaji:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.o-maruyaji:before{
    width: 1px;
    height: 26px;
    top: 2px;
    left: 3px;
    transition: 0.3s;
    background: #f4bf48;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.o-maruyaji:after{
    left: 3px;
    top: 1px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #f4bf48;
    border-right: 1px solid #f4bf48;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
}

.o-others-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 15px;
}

.o-others-l{
    display: block;
    font-size: 21px;
    line-height: 22px;
    text-align: left;
    color: #000;
    font-weight: 500;
    position: relative;
    box-sizing: border-box;
    padding: 15px 0 10px 40px;
}

.o-others-l{
	display: block;
	font-size: 21px;
	line-height: 22px;
	text-align: left;
	color: #000;
	font-weight: 500;
	position: relative;
	box-sizing: border-box;
	padding: 15px 0 10px 24px;
}

.o-others-l:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    background: #f4bf48;
}

.o-others-l span{
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	font-weight: 300;
	display: block;
	margin-top: 10px;
}

.o-others-yaji{
	display: flex;
	width: 300px;
	align-items: center;
	margin: 0 auto;
}

.o-st-o-more{
	font-size: 16px!important;
	line-height: 20px;
	color: #595757!important;
	display: block;
	margin-right: 10px;
	margin-top: 0!important;
}

.o-others-yaji .o-maruyaji{
	width: 25px;
	height: 25px;
	margin: 0;
}

.o-others-yaji .o-maruyaji:before{
    width: 1px;
    height: 10px;
    top: 2px;
    left: -1px;
}

.o-others-yaji .o-maruyaji:after{
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
}

.o-cont-sec{
	padding: 40px 0 50px 0;
}

.o-contents{
	border: solid 1px #000;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 25px 20px;
}

.o-cont-b{
	margin: 0;
	padding: 0;
	justify-content: space-between;
	align-items: stretch;
}

.o-cont-vl-ob{
	width: 2%;
	margin-right: 3.5%;
}

.o-cont-vl{
	width: 1px;
	display: block;
	background: #dcdddc;
	border: none;
	margin: 0 0 0 2%;
	height: 100%;
}

.o-cont-ib-1{
	width: 100%;
	box-sizing: border-box;
	/* border-right: solid 1px #dcdddc; */
}

.o-cont-ib-2{
	width: 100%;
	box-sizing: border-box;
	padding-right: 6%;
}

.o-contents-ul,
.o-li-child-ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.o-cont-ti{
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	text-align: left;
	margin-bottom: 10px;
}

.o-indent-con1{
	box-sizing: border-box;
	padding-left: 14px;
	text-indent: -14px;
}

.o-indent-con2{
	box-sizing: border-box;
	padding-left: 28px;
	text-indent: -28px;
}

.o-contents-ul li{
	margin-left: 14px;
}

.o-li-child-ul li a,
.o-contents-ul li a{
	/*display: block;*/
	display: inline-block;
	margin-left: 14px;
	margin-bottom: 2px;
}

.o-block{
	display: block;
}

.o-cont-catch-ob{
	width: 100%;
	margin-top: 55px;
}

.o-cont-h2{
	font-size: 19px;
	line-height: 31px;
	color: #000;
	font-weight: 700;
	text-align: left;
	border-bottom:  solid 2px #e50011;
	box-sizing: border-box;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.o-bk-cl1{
	background: #fef6f2;
}

.o-bk-cl1 .o-main-b{
	box-sizing: border-box;
	padding: 25px;
	background: #fff;
}

.o-com-paint-sec{
	padding-top: 150px;
	padding-bottom: 130px;
}

.o-com-paint-link{
	width: 100%;
	max-width: 668px;
	margin: 0 auto;
}

.o-com-paint-link .o-cau-btn{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url(../img/a-top-cau-btn-bk.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    padding: 0 30px;
    height: 79px;
    margin: 0;
    margin-top: 20px;
}

.o-com-paint-link .o-cau-btn:nth-of-type(1){
	margin-top: 0;
}
	
.o-com-paint-link a .o-cau-l img{
    display: block;
    margin-right: 5px;
	width: 30px;
}

.o-com-paint-link a .o-cau-l,
.o-com-paint-link a .o-cau-r{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
}

.o-com-paint-link a .o-cau-r{
    font-size: 12px;
    line-height: 13px;
    color: #f4bf48;
    font-weight: 400;
}

.o-com-paint-link a .o-maruyaji{
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	border-radius: 50%;
	border: solid 1px #f4bf48;
	transition: .3s;
	margin: 0 auto;
	text-align: center;
	padding-top: 0;
	font-size: 17px;
	line-height: 18px;
	font-weight: 300;
	color: #595757;
	margin-left: 10px;
}


.o-com-paint-link a .o-maruyaji:before, 
.o-com-paint-link a .o-maruyaji:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.o-com-paint-link a .o-maruyaji:before{
    width: 1px;
    height: 13px;
    top: 2px;
    left: 3px;
    transition: 0.3s;
    background: #f4bf48;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.o-com-paint-link a .o-maruyaji:after{
    left: 3px;
    top: 1px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #f4bf48;
    border-right: 1px solid #f4bf48;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
}

.o-com-paint-ti{
	font-size: 14px;
	line-height: 26px;
	color: #000;
	text-align: left;
	font-weight: 500;
}

.o-com-paint-txt{
	font-size: 18px;
	line-height: 26px;
	color: #000;
	text-align: left;
	font-weight: 500;
	margin-bottom: 15px;
}

.o-com-paint-line1,
.o-com-paint-line2{
	width: 100%;
	height: 1px;
	background: transparent;
	border-top: solid 1px #c9c9ca;
}

.o-com-paint-line1{
	margin: 10px 0 30px 0;
}

.o-com-paint-line2{
	margin: 40px 0 10px 0;
}

.o-top-hd-posi{
	margin-top: 97px;
}

.o-btm-estim-b .o-h2-sub{
    display: block;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #e50011;
    font-weight: 600;
    margin-bottom: 5px;
}

.o-f-info-tel{
	display: block;
	font-weight: 700;
	font-size: 25px;
	line-height: 38px;
	color: #e50011;
	text-align: center;
}

.o-f-info-txt2{
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    display: block;
    /* padding-left: 5px; */
    font-weight: 300;
}

.back-to-top{
  display: none;
  position: fixed;
  right: 2%;
  bottom: 5%;
  color: #fff!important;
  padding: 2rem 2rem 2.2rem 2rem;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  box-sizing: border-box;
}

.back-to-top::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #333;
  border-radius: 50%;
  z-index: -1;
}


.o-re-btn,.o-estim-btn,
.o-visit-btn,.o-red-btn,
.o-head-mail{
	border: solid 1px #e50011;
}

.o-re-btn:active,.o-re-btn:hover,
.o-estim-btn:active,.o-estim-btn:hover,
.o-visit-btn:active,.o-visit-btn:hover,
.o-red-btn:active,.o-red-btn:hover,
.o-head-mail:active,.o-head-mail:hover{
   color: #e50011;
   background: #fff;
}

.o-foot-main-hp-btn:active,.o-foot-main-hp-btn:hover{
	background: #e73820;
}

.o-h-link:active,.o-h-link:hover,
.o-dp-ul li:active,
.o-dp-ul li:hover{
	background: #eeefef;
}

.o-others-btn:active,.o-others-btn:hover{
	background: #e6e6e6;
}

.org-clear-btn,.org-ok-btn{
	font-family: 'Noto Sans JP','繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}

.o-com-wall-btn:active,.o-com-wall-btn:hover,
.o-com-roof-btn:active,.o-com-roof-btn:hover,
.o-com-water-btn:active,.o-com-water-btn:hover{
	opacity: .7;
}








@media (min-width: 576px) {
/*display***********************************************************************/
.o-container{
	width: 90%;
	max-width: 540px;
	margin: 0 auto;
	padding: 0;
}

.o-tt-block{
    display: block;
}

/*header***********************************************************************/
header{
	padding: 0 0 15px 0;
	box-sizing: border-box;
	height: 94px;
	border-bottom: solid 2px #e50011;
}

.head-right{
}

.o-head-tel-ib, .o-head-tel-b{
    margin: 0;
}

.org-h-right-b{
    width: 83%;
	margin: 0;
    padding-right: 10px;
}

.o-h-catch-b{
	margin-bottom: 15px;
}

.o-h-logo-btn{
	display: block;
	width: 50px;
	max-width: 50px;
}

/*footer*/
.webp .o-visit-bk{
	width: 100%;
	background: url(../img/a-common-foot-iq1-sy.webp) no-repeat;
	background-size: cover;
	background-position: top center;
	height: 282px;
	padding: 0;
}

.no-webp .o-visit-bk{
	width: 100%;
	background: url(../img/a-common-foot-iq1-sy.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	height: 282px;
	padding: 0;
}

.o-foot-bk{
	width: 100%;
	background: url(../img/foot-bk.png) no-repeat;
	background-size: cover;
	background-position: top center;
	padding-top: 0;
}

.o-foot-container{
	width: 95%;
	max-width: 95%;
}

.o-foot-l{
    width: 100%;
    padding-left: 0;
    padding-top: 45px;
}

.o-foot-r{
    width: 100%;
    padding-top: 50px;
}

.o-others-btn{
    max-width: 100%;
}


.o-others-yaji .o-maruyaji{
	width: 60px;
	height: 60px;
	margin: 0;
}

.o-others-yaji .o-maruyaji:before{
    width: 1px;
    height: 24px;
    top: 2px;
    left: 3px;
}

.o-others-yaji .o-maruyaji:after{
    left: 2px;
    top: 1px;
    width: 23px;
    height: 22px;
}

.o-others-yaji{
	display: block;
	width: auto;
	margin: 0;
}

.o-contents{
    padding: 25px 40px;
}

.o-contents-pd{
    padding-left: 40px;
    padding-right: 40px;
}

.o-cont-w-pl{
	box-sizing: border-box;
	/* padding-left: 40px; */
	/* padding-right: 6%; */
}

.o-top-hd-posi{
	margin-top: 94px;
}
}





@media (min-width: 768px){
header{
	padding: 0 0 24px 0;
    height: 97px;
}

.o-h-logo-btn{
	width: 180px;
	max-width: 180px;
}

.o-head-l{
    width: 46%;
}

.o-se-ti{
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    margin: 0;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
    font-weight: 400;
    margin-bottom: 5px;
}

.o-head-tel-ib, .o-head-tel-b {
    margin: 0;
}

.o-tt-block{
	display: block;
}

.o-h-catch-b h1{
	padding-top: 11px;
	padding-left: 10px;
}


/*container***********************************************************************/
.container{
    max-width: 960px;
    padding: 0;
}

.o-top-sec{
	padding-top: 170px;
}

/*header***********************************************************************/
.head-right{
}

.org-h-right-b{
    width: 61%;
    display: flex;
    align-items: center;
    padding-right: 10px;
    justify-content: space-between;
}

button{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}


/*common********************************************************************************/
.o-container{
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
}

.o-title-2{
	font-size: 28px;
	line-height: 38px;
	color: #717071;
	text-align: center;
	font-weight: 400;
	margin-bottom: 35px;
}

.o-com-icon{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.o-com-mail-icon{
	font-size: 22px;
	margin-right: 10px;
}

.o-com-mail-txt{
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	padding-top: 1px;
}

.o-com-mail-sb{
	box-sizing: border-box;
	padding-top: 3px;
	color: #fff;
}

/*footer*****************************************************************************/
footer{
	width: 100%;
}

.o-foot-container{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
	padding-bottom: 70px;
}

.o-foot-l{
	width: 330px;
	padding-left: 0;
	padding-top: 0;
}

.o-foot-ul li{
	margin-bottom: 15px;
}

.o-foot-link{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin: 10px 0 0 0;
	color: #fff;
	text-decoration: none!important;
	text-align: left;
}

.o-foot-link:hover{
	color: #f39700;
}

.o-address-b{
	border: none;
	box-sizing: border-box;
	padding-bottom: 0;
	margin: 0;
}

.o-foot-logo{
	display: block;
	width: 260px;
	height: auto;
	margin: 0 auto;
}

.o-foot-line{
	width: 100%;
	height: 40px;
	/*background: #00a0e8;*/
	background: #717071;
}

.o-foot-bk{
	width: 100%;
	padding-top: 40px;
}

.o-foot-container{
	width: 90%;
	max-width: 720px;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	margin: 0 auto;
}


.o-foot-lb{
	margin: 0;
	justify-content: space-between;
}

.o-foot-l{
	width: 100%;
	padding-top: 0;
}

.o-foot-r{
	width: 48%;
	max-width: 48%;
	padding-top: 0;
	margin: 0 auto;
}

.o-foot-link{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin: 10px 0 0 0;
	color: #595757;
	text-decoration: none !important;
	text-align: left;
	font-weight: 400;
}

.o-foot-bd{
	font-weight: 500;
}

.o-foot-ul{
	/*flex-direction: column;*/
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	width: 100%;
	/*height: 195px;*/
	margin: 10px 0 0 0;
}

.o-foot-1{
	width: 78px;
}

.o-foot-2{
	width: 175px;
}

.o-foot-3{
	width: 132px;
}

.o-foot-4{
	width: 155px;
}

.o-foot-link i{
	margin-right: 5px;
	/* font-size: 10px; */
}

.o-not-l{
	margin-top: 0;
	color: #595757!important;
}

.o-address-db{
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.o-foot-main-hp-btn, .o-foot-inq-btn{
	position: relative;
	display: flex;
	width: 48%!important;
	border-radius: 0;
	height: 47px;
	box-sizing: border-box;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	text-decoration: none !important;
	z-index: 10;
	transition: .3s;
	color: #fff;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.o-foot-inq-btn{
	background: #595757;
	margin-top: 20px;
}

.o-foot-inq-btn:hover{
	background: #888889;
}

.o-copy-txt{
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	margin: 0;
	color: #595757;
}

.o-copy-b{
	width: 100%;
	margin: 30px 0 0 auto;
	border-top: solid 1px #888889;
	padding-top: 15px;
	padding-bottom: 0;
}

.o-md-right{
	width: 100%;
}

.o-md-left{
	width: 100%;
	margin-top: 30px;
}

footer{
	/*margin-top: 120px;*/
	margin-top: 0;
}

.fa-angle-right{
	-webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #fff; /* `#fff` 縺ｯ閭梧勹濶ｲ縺ｨ縺ゅｏ縺帙ｋ */
}

li.o-foot-top{
	margin-bottom: 30px;
}

ul.o-foot-mt{
	/* margin-top: 48px; */
}

.o-foot-ti{
	display: block;
	width: 100%;
	font-size: 28px;
	line-height: 34px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 25px;
}

.o-estim-btn-b{
    margin: 0 0 38px auto;
    width: 100%;
    justify-content: space-between;
}

.o-foot-line{
	margin: 20px 0 0 auto;
	padding: 0;
	background: #888889;
	width: 100%;
	height: 1px;
	border: none;
}

.o-official-b{
	margin-top: 30px;
}

.o-of-estm-b{
    justify-content: center;
}

.o-f-info-b{
    margin-top: 15px;
}

.o-btm-estim-b .o-title-h2{
    font-size: 50px;
    line-height: 60px;
}

.o-visit-btn{
    padding: 0 30px;
    width: 345px;
    height: 75px;
    margin: 40px 0 0 0;
}

.o-btm-estim-b .o-estim-btn{
	margin-left: auto;
	margin-right: auto;
	width: 345px;
    height: 75px;
	padding: 0 30px;
	font-size: 14px;
	line-height: 22px;
}

.o-btm-estim-b{
    padding: 105px 30px 50px 30px;
    margin-top: -81px;
}

.webp .o-visit-bk{
	width: 37.2%;
	background: url(../img/a-common-foot-iq1.webp) no-repeat;
	background-size: cover;
	background-position: top center;
	height: auto;
}

.no-webp .o-visit-bk{
	width: 37.2%;
	background: url(../img/a-common-foot-iq1.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	height: auto;
}

.o-visit-txt{
	width: 62.8%;
	padding: 75px 14px 35px 20px;
}

.o-cau-btn{
    padding: 0 30px;
    height: 79px;
    margin: 0;
    margin-top: 20px;
}

.o-others-btn{
    height: 160px;
    margin: 0;
    margin-bottom: 40px;
	padding: 0 30px;
	max-width: 100%;
}

.o-others-l{
    display: block;
    font-size: 21px;
    line-height: 22px;
    padding: 15px 0 10px 40px;
}

.o-others-l:before{
    width: 20px;
}

.o-maruyaji{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    font-size: 17px;
    line-height: 18px;
    font-weight: 300;
	margin-left: 10px;
}

.o-others-yaji .o-maruyaji{
    width: 80px;
    height: 80px;
    margin: 0;
}

.o-others-yaji .o-maruyaji:before{
    width: 1px;
    height: 40px;
    top: 2px;
    left: 3px;
}

.o-others-yaji .o-maruyaji:after{
    left: 6px;
    top: 1px;
    width: 25px;
    height: 25px;
}

.o-others-l span{
	margin-top: 25px;
}

.o-top-hd-posi{
	margin-top: 97px;
}

.o-cont-h2{
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.o-btm-estim-b .o-h2-sub2{
    font-size: 22px;
    line-height: 26px;
	margin-bottom: 50px;
}

.o-btm-estim-b .o-main-txt{
    text-align: center;
}

.o-cont-w-pl{
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 6%;
}

.o-cont-ib-1{
    width: 49%;
    box-sizing: border-box;
}

.o-cont-ib-2{
    width: 45%;
    box-sizing: border-box;
    padding-right: 6%;
}

.o-contents-pd{
    padding-left: 0;
    padding-right: 0;
}

.o-com-paint-link a .o-cau-l img{
    margin-right: 25px;
	width: 42px;
}

.o-com-paint-link a .o-cau-l,
.o-com-paint-link a .o-cau-r{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
}

.o-com-paint-link a .o-maruyaji{
	width: 50px;
    height: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    font-size: 17px;
    line-height: 18px;
    margin-left: 10px;
}


.o-com-paint-link a .o-maruyaji:before, 
.o-com-paint-link a .o-maruyaji:after {
    right: 5%;
    margin: auto;
}

.o-com-paint-link a .o-maruyaji:before{
    width: 1px;
    height: 26px;
    top: 2px;
    left: 3px;
}

.o-com-paint-link a .o-maruyaji:after{
    left: 3px;
    top: 1px;
    width: 20px;
    height: 20px;
}

.o-com-paint-link a .o-cau-r{
    font-size: 12px;
    line-height: 13px;
}

.o-btm-estim-b .o-h2-sub{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
}
}




@media (min-width: 992px){
header{
    padding: 20px 10px;
}

.o-h-logo-btn{
    display: block;
    width: 230px;
    max-width: 230px;
}

.o-tt-block{
	display: flex;
}

.o-head-tel-b{
    width: 540px;
}

.org-h-right-b{
    width: 69%;
	padding-right: 0;
}

.o-head-l{
    width: 84%;
}

/*container***********************************************************************/
.o-container{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

.o-top-sec{
	padding-top: 170px;
}

/*common********************************************************************************/
.o-com-mail-txt{
	padding-top: 0;
}

.o-com-icon{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.o-com-mail-icon{
	font-size: 20px;
	margin-right: 10px;
}

.o-com-mail-txt{
	font-size: 12px;
	color: #fff;
	font-weight: 400;
}

.o-com-mail-sb{
	box-sizing: border-box;
	padding-top: 3px;
	color: #fff;
}



/*footer*****************************************************************************/
.o-foot-container{
	width: 100%;
	max-width: 1270px;
	padding: 0 35px 20px 35px;
	box-sizing: border-box;
	margin: 0;
}

.o-foot-l{
    width: 73.5%;
    max-width: 73.5%;
    /*max-width: 655px;*/
    padding-top: 0;
}

.o-foot-r{
	width: 23%;
	max-width: 345px;
	padding-top: 0;
	margin: 0 0 31px 0;
	display: flex;
	align-items: flex-end;
}

.o-md-right,.o-md-left{
	width: auto;
}

.o-md-left{
  margin-top: 30px;
}

.o-foot-ti{
	display: inline;
	width: auto;
	margin: 0;
	text-align: right;
}

.o-md-left{
	width: auto;
}

.o-copy-b{
	width: 100%;
	margin: 30px 0 0 auto;
	padding-top: 15px;
	padding-bottom: 0;
}

.o-copy-txt{
	text-align: left;
}

.o-pt-ad1{
	padding-top: 1px!important;
}

.o-foot-logo{
	margin: 0;
	width: 91%;
}


/*new css*/
.o-official-b{
	margin-top: 25px;
}

.o-estim-btn-b{
	margin: 0 0 38px auto;
	width: 76.5%;
}

.o-foot-line{
	width: 76.8%;
}

.o-estim-btn-b a{
	width: 45%;
}

.o-f-info-txt{
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	/* margin-left: 5px; */
}

.o-of-estm-b{
    justify-content: space-between;
}

.o-f-info-b{
    margin-top: 5px;
}

.o-btm-estim-b{
	border: solid 1px #e50011;
	box-sizing: border-box;
	padding: 105px 30px 50px 30px;
	margin-top: -81px;
}

.o-btm-estim-b .o-title-h2,
.o-btm-estim-b .o-h2-sub,
.o-btm-estim-b .o-h2-sub2,
.o-btm-estim-b .o-main-txt{
	text-align: center;
}

.o-btm-estim-b .o-estim-btn{
	margin-left: auto;
	margin-right: auto;
	width: 345px;
    height: 75px;
}

.o-btm-estim-b .o-h2-sub2{
	font-size: 22px;
	line-height: 26px;
}

.o-btm-estim-b .o-title-h2{
    font-size: 60px;
    line-height: 70px;
}

.o-btm-estim-b .o-h2-sub2{
    font-size: 22px;
    line-height: 26px;
}

.o-estim-ob img{
	margin: 0 auto;
}

.o-top-hd-posi{
	margin-top: 97px;
}

.o-se-ti{
   color: #595757;
   padding-right: 0;
}

.o-f-info-tel{
    font-size: 23px;
    line-height: 36px;
	text-align: left;
}

.o-f-info-txt2{
    font-size: 13px;
    line-height: 22px;
    text-align: left;
}

.o-se-ti{
    padding-left: 0;
}
}




@media (min-width: 1025px){
header{
	border: none;
}

.menu-container{
    margin-top: 15px;
}

.d-pc-flex{
	display: flex!important;
}

.o-dis-pc{
	display: block!important;
}

.o-dis-not-pc{
	display: none;
}

.wrapper{
	border-top: solid 5px #e50011;
}

.o-side-sd{
	box-shadow: 2px 2px 7px 2px rgb(0 0 0 / 30%);
}

.o-top-sec{
	padding-top: 85px;
}

.head-right{
	width: auto;
	margin: 0 0  20px auto;
}

.o-se-ti{
	line-height: 12px;
    margin-bottom: 25px;
	padding: 0;
	padding-top: 10px;
	color: #595757;
}

.o-side-ul{
	width: 230px!important;
}

a.o-h-link{
    font-size: 12px!important;
    line-height: 14px!important;
    text-align: left!important;
    display: flex!important;
    align-items: center;
	padding: 15px 14px;
}

.o-side-ic{
	margin-right: 10px;
	width: 23px;
}

.o-content-ob{
	box-sizing: border-box;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.o-main-cont-b{
	width: 100%;
}

.o-main-ib{
	box-sizing: border-box;
	padding-right: 15px;
}

.o-main-b{
	width: 72.733%;
	max-width: 800px!important;
	margin: 0 0 0 27.5%;
	box-sizing: border-box;
	padding-right: 0;
}

.o-s-logo-vert{
	display: block;
	width: 180px;
}

/*container***********************************************************************/
.container,
.org-container{
    max-width: 1100px;
    padding: 0;
}

.o-container{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}



/*common*********************************************************************/
.o-container3{
	padding: 0;
}

.o-head-info-b{
	justify-content: space-between;
	box-sizing: border-box;
	padding-right: 15px;
	padding-bottom: 20px;
	width: 100%;
	padding-left: 12px;
	max-width: 1170px!important;
	margin: 0 auto;
}

.o-h-under-line{
	border-bottom: solid 1px #e50011;
}

.o-main-ib{
	box-sizing: border-box;
	padding-right: 15px;
}

.o-head-tel-ib,.o-head-tel-b{
	margin: 0;
}

.o-head-tel-b{
    margin: 0;
    justify-content: space-between;
    width: 507px;
}

.o-head-tel-ib{
	align-items: center;
}

.o-head-l{
	width: 56%;
}

.o-head-r{
	width: 17%;
	max-width: 205px;
	box-sizing: border-box;
	padding-top: 3px;
	text-align: right;
}

.o-head-mail{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	width: 100%;
	height: 45px;
	background: #e50011;
	border-radius:5px;
	margin-top: 11%;
}

.o-head-maru{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background: #e50011;
	color: #fff;
	margin-right: 10px;
}

.o-head-maru i{
	font-size: 22px;
}

.o-head-txt1{
	display: block;
	font-size: 16px;
	line-height: 17px;
	color: #000;
	text-align: left;
	font-weight: 500;
	margin-right: 0;
}

.o-head-txt2{
	display: block;
	font-size: 24px;
	line-height: 25px;
	color: #e50011;
	text-align: left;
	font-weight: 500;
}

.o-head-tel{
	display: block;
	font-size: 24px;
	line-height: 25px;
	color: #000;
	text-align: left;
	font-weight: 600;
}

.o-side-lb{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e5e5e5;
}

.o-side-ib{
	box-sizing: border-box;
	padding: 30px 10px 30px 0;
}

.o-s-logo-1{
	display: block;
}

.o-s-logo-2{
	width: 54px;
	display: block;
	margin: 0 auto 11px auto;
}

.o-cp-site-link{
	font-size: 12px;
	line-height: 22px;
	color: #000;
	text-align: left;
}

.o-cp-site-link i{
	margin-left: 15px;
}

.o-head-dot{
	margin: 20px -5% 0 auto;
	border-top: dotted 1px #e50011;
	width: 78%;
}



/*header***********************************************************************/
header{
    width: 26%;
    min-width: 286px;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    max-height: calc(100vh - 20px); /* offsetY蛻�ｒ繝槭う繝翫せ */
    /*overflow: auto;*/
    z-index: 999;
    background: transparent;
    padding: 0 41px 0 0;
}

#aside.is-fixed{
  position: fixed;
  top: 20px; /* offsetY */
}

.is-end{
  position: absolute!important;
  top: auto!important;
  bottom: 0!important;
}

.o-head-logo{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-top: 22px;
}

.o-side-menu{
	background: #fff;
}

.menu &gt; ul &gt; li{
	position: relative;
	padding: 0;
	border-bottom: solid 1px #dcdddc;
}

.menu &gt; ul &gt; li &gt; ul {
	margin-left: 226px;
	top: 0;
}

.o-head-tel{
	display: block;
    font-size: 24px;
    line-height: 25px;
    color: #000;
    text-align: left;
    font-weight: 600;
}

.menu &gt; ul &gt; li &gt; ul{
    background: rgba(255,255,255,1);
}

.menu &gt; ul &gt; li &gt; ul.normal-sub{
    width: 150px;
    padding: 0;
    border-radius: 0;
    /* display: block; */
    box-shadow: 2px 2px 3px 2px rgb(0 0 0 / 18%);
}

.menu &gt; ul &gt; li &gt; ul.normal-sub &gt; li{
    box-sizing: border-box;
    padding: 7px 15px 6px 22px;
    border-bottom: solid 1px #dcdcdd;
}


button{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}



footer{
	margin-top: 0;
}

.o-foot-container{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px 20px 15px;
	box-sizing: border-box;
}

.o-top-hd-posi{
	margin-top: 0;
}

.o-f-info-tel{
    font-size: 25px;
    line-height: 38px;
}

.o-side-scroll-wrap{
	margin-top: 0;
	position: relative;
}
}



@media (min-width: 1100px){
.o-container{
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
}

.o-foot-l{
	width: 71.5%;
	max-width: 70.5%;
}

.o-f-info-txt{
	font-size: 17px;
	line-height: 25px;
}
}



@media (min-width: 1150px){
.o-foot-container{
	padding: 0 0 20px 0;
}
}

@media (min-width: 1800px){
.o-main-ob{
   margin: -500%;
   padding: 0 500%;
}

/*.webp .o-bk-img1{
    width: 100vw;
}
}*/</pre></body></html>