@charset "utf-8";


/* base
--------------------------------------------------*/

html{
    overflow-y:scroll;
}

body{
    color:#000;
	font-family:"Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,Meiryo,sans-serif;
	font-size:18px;
	line-height:1.5;
	zoom:1;
	-webkit-text-size-adjust:100%;
}


/* font
--------------------------------------------------*/

p,pre,address,h1,h2,h3,h4,h5,h6{
	font-weight:normal;
    margin:0;
    padding:0;
}

.bold{font-weight:bold;}

.fs10{font-size:10px;}
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs22{font-size:22px;}
.fs24{font-size:24px;}

.red{color:#da0e0e;}


/* link
--------------------------------------------------*/

a{
	color:0078ff;
    text-decoration:none;
}

a:hover{
	color:0078ff;
    text-decoration:underline;
}

a img:hover{
    filter:alpha(opacity=70);
    opacity:0.70;
	-moz-opacity:0.70;
}


/* float
--------------------------------------------------*/

.ft_r{float:right;}
.ft_l{float:left;}


/* text-align
--------------------------------------------------*/

.txt_r{text-align:right;}
.txt_c{text-align:center;}
.txt_l{text-align:left;}


/* margin
--------------------------------------------------*/

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}
.mt55{margin-top:55px;}
.mt60{margin-top:60px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}


/* width
--------------------------------------------------*/

.w100p{width:100%;}


/*wrapper
--------------------------------------------------*/

.wrapper{
	width:980px;
	margin:0 auto;
}

/*ヘッダー
--------------------------------------------------*/

#header{
	background-color:#fff;
	height:110px;
	padding:10px 0;
	width:100%;
}

#header h1{
	margin-top:17px;
}

/*ヘッダー 固定

--------------------------------------------------*/
#header_fix{
	background-color:#fff;
	box-shadow: 0 2px 7px #999;
    -webkit-box-shadow: 0 2px 7px #999;
    -moz-box-shadow: 0 2px 7px #999;
	padding:10px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:2;
}

/*content
--------------------------------------------------*/

#content{
	padding-top:120px;
}


/*メニュー
--------------------------------------------------*/

nav{
	border-top:#c4c4c4 solid 1px;
	border-bottom:#c4c4c4 solid 1px;
}

nav ul li{
	float:left;
}

nav ul li a:hover img{
	filter:alpha(opacity=100);
    opacity:1.00;
	-moz-opacity:1.00;
}


/*お問い合わせ
--------------------------------------------------*/

.contact{
	background-color:#e8b4b4;
	margin-bottom:50px;
	padding:3px 0 25px;
}

.contact a:hover img{
	filter:alpha(opacity=100);
    opacity:1.00;
	-moz-opacity:1.00;
}


/*待機中
--------------------------------------------------*/

#waiting{
	background-color:#11b978;
	border-radius:5px;
	bottom:120px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	height:160px;
	padding:14px 5px 10px;
	position:fixed;
	right:25px;
	text-align:center;
	width:160px;
	z-index:1;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
}

#waiting .w_character{
	line-height:1;
	margin:0 0 5px;
	padding:0;
}

#waiting .count_01{
	margin-bottom:5px;
	position:relative;
}

#waiting .count_02{
	position:absolute;
	bottom:55px;
	right:35px;
}


/*TOPへ戻る
--------------------------------------------------*/

#pagetop{
	position:fixed;
	bottom:20px;
	right:25px;
	z-index:1;
}

#pagetop a:hover img{
	filter:alpha(opacity=100);
    opacity:1.00;
	-moz-opacity:1.00;
}


/*フッター
--------------------------------------------------*/

#footer{
	border-top:#dadada solid 1px;
	font-size:14px;
	line-height:1.4;
}

#footer .footer_inner{
	padding:25px 0;
	text-align:center;
}

#footer .f_menu{
	border-top:#dadada solid 1px;
	padding:15px 0 10px;
}

#footer .f_menu ul li{
	float:left;
}

#footer .f_menu ul li a{
	color:#092f55;
	text-decoration:none;
}

#footer .f_menu ul li a:hover{
	text-decoration:underline;
}

#footer .f_menu ul li:after{
	content:" ｜ ";
}

#footer .f_menu ul li:last-child:after{
	content:"";
}

#footer .f_menu p{
	color:#092f55;
	font-weight:bold;
}

/*キャッチ
--------------------------------------------------*/

.catch{
	font-size:46px;
	padding:8px 0 0;
#	text-align:center;
	margin-left:40px;
}

.marker{
	/*background: linear-gradient(transparent 60%, #f9e67f 60%);*/
    background: linear-gradient(transparent 60%, #fff000 60%); /*211204追記*/
	font-weight:bold;
	padding:0 5px;
}

/* 211204 追記 */
.catch {
    text-align: center;
    line-height: 1.3;
}
.catch:first-of-type { padding-top: 0.4em; }
.catch:last-of-type { padding-bottom: 0.1em; }

.catch > span {
    display: inline-block;
    position: relative;
}
.catch:last-of-type > span::before,
.catch:last-of-type > span::after {
    content: "";
    display: block;
    width: 14px;
    height: 28px;
    position: absolute;
    bottom: 0.1em;
    background: url(/img3/triangle.png) no-repeat;
    background-size: contain;
}
.catch:last-of-type > span::before { left: -1em; transform: rotate(-20deg); }
.catch:last-of-type > span::after { right: -1em; transform: rotate(66deg); }

.catch .lg {
    padding: 0 0.1em;
    font-size: 1.4em;
    font-weight: 900;
}
.catch .shadow {
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}
.catch img {
    height: 1.4em;
    margin: 0 0.2em -0.15em;
    vertical-align: baseline;
}


/*メイン画像
--------------------------------------------------*/

.main{
	background:url(/img6/main_1107.jpg) no-repeat center;
	margin-bottom:20px;
	min-width:980px;
	height:415px;
	width:100%;
}

.main-index3{
	background:url(/img3/main_211203.jpg) no-repeat center;
	background-size:cover;
	margin-bottom:20px;
	min-width:980px;
	height:360px;
    position: relative;
}

.main-index2{
	background:url(/img3/main_1107.jpg) no-repeat center;
	background-size:cover;
	margin-bottom:20px;
	min-width:980px;
	height:360px;
}

.main-index3 .block, .main-index3 .baloon {
    display: none;
}

/*** 赤大文字ブロック ***/
.main-index3 .block {
    position: absolute;
    top: 124px;
    left: calc((100vw - 980px) / 2 + 290px);
}
.main-index3 .block p span {
    display: inline;
    vertical-align: baseline;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #d80003;
    font-weight: 900;
    -webkit-text-stroke-width: 5px;
}
.main-index3 .block p span.lg {
    font-size: 2.8em;
    font-style: italic;
}
.main-index3 .block p span.lg:first-of-type {
    display: none;
}
.main-index3 .block p span::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    z-index: 30;
    color: #d80003;
    font-weight: 900;
    -webkit-text-stroke-width: 0;
}
.main-index3 .block p span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    z-index: 20;
    color: #fff;
    font-weight: 900;
    -webkit-text-stroke-width: 2px;
}
.main-index3 .block p span.sm::before,
.main-index3 .block p span.sm::after {
    bottom: -2px;
}
/* ※3文字対応 */
.main-index3 .block.lt3 {
    top: 142px;
    left: calc((100vw - 980px) / 2 + 280px);
}
.main-index3 .block.lt3 p span.lg {
    font-size: 2.0em;
}
/* ※5文字以上対応 */
.main-index3 .block.lt5 {
    top: 145px;
    left: calc((100vw - 980px) / 2 + 338px);
}
.main-index3 .block.lt5 p {
    line-height: 0.7;
}
.main-index3 .block.lt5 p span.lg {
    font-size: 1.5em;
}
.main-index3 .block.lt5 p span.lg:first-of-type {
    display: block;
    left: 90%;
}
.main-index3 .block.lt5 p span.sm::before,
.main-index3 .block.lt5 p span.sm::after {
    bottom: 6px;
}

/*** 吹き出しブロック ***/
.main-index3 .baloon {
    position: absolute;
    top: 126px;
    right: calc((100vw - 980px) / 2 + 117px);
    width: 4.0em;
}
.main-index3 .baloon p {
    line-height: 1.2;
    text-align: center;
}
.main-index3 .baloon p span {
    display: block;
    vertical-align: baseline;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fd6728;
    font-weight: 900;
    -webkit-text-stroke-width: 0;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
.main-index3 .baloon p span::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    z-index: 30;
    color: #fd6728;
    font-weight: 900;
    -webkit-text-stroke-width: 0;
}
.main-index3 .baloon p span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    z-index: 20;
    color: #fff;
    font-weight: 900;
    -webkit-text-stroke-width: 3px;
}
.main-index3 .baloon p span::before,
.main-index3 .baloon p span::after {
    width: 100%;
    text-align: center;
}
.main-index3 .baloon-img {
    position: absolute;
    top: 108px;
    right: calc((100vw - 980px) / 2 + 186px)
}

/* ※5文字以上対応 */
.main-index3 .baloon.lt5 span:first-of-type {
    font-size: 0.8em;
}

@media screen and (max-width:1000px) {
    .main-index3 .block { left: 300px; }
    .main-index3 .block.lt3 { left: 290px; }
    .main-index3 .block.lt5 { left: 346px; }
    .main-index3 .baloon { right: 125px; }
    .main-index3 .baloon-img { right: 193px; }
}


/*お悩み解決
--------------------------------------------------*/
#solution h2{
	background-color:#112d60;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	color:#fff21b;
	font-size:36px;
	font-weight:bold;
	padding:12px 10px;
	text-align:center;
}

#solution .rank{
	margin:0 auto;
	width:940px;
}

#solution .rank_inner{
	background-color:#ede694;
	padding:10px 15px;
	margin-bottom:15px;
}

#solution .rank_inner ul li{
	float:left;
}

#solution .rank_inner ul li.w490{
	width:490px;
}

#solution table{
	background-color:#f7f7dd;
	border-right:#112d60 solid 5px;
	border-bottom:#112d60 solid 5px;
	border-left:#112d60 solid 5px;
	margin-bottom:30px;
}

#solution table tr td{
	border-right:#112d60 solid 3px;
	border-bottom:#112d60 solid 3px;
	font-size:16px;
	padding:10px 10px 15px;
	width:321px;

}

#solution table tr td ul li{
	padding-left:1em;
	text-indent:-1em;
}

#solution table tr td.explain{
	background-color:#112d60;
	text-align:center;
}


/*対応メーカー
--------------------------------------------------*/

.maker{
	margin-top:50px;
	margin-bottom:30px;
}

.maker ul li{
	float:left;
	margin:0 20px 20px 0;
	width:180px;
}

.maker ul li:nth-child(5n){
	margin:0 0 20px 0;
}


/*ご依頼の流れ
--------------------------------------------------*/

.flow{
	margin-bottom:50px;
}

.flow .flow_inner{
	background-color:#cbdbeb;
	-webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
	margin-bottom:30px;
	padding:20px 30px;
}

.flow .flow_inner h3{
	margin:0 0 20px 10px;
}

.flow .step_photo{
	float:left;
	margin-right:30px;
	width:250px;
}

.flow .step_content{
	float:left;
	width:625px;
}


/*料金について
--------------------------------------------------*/

.cost{
	margin-bottom:60px;
}

.cost .cost_inner{
	background-color:#cbdbeb;
	-webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
	margin-bottom:10px;
}

.cost .cost_inner_02{
	padding:30px 30px 30px 20px;
}

.cost .cost_inner_r{
	float:right;
	width:540px;
}

.cost ul.cost_att{
	margin-bottom:20px;
	padding:0 15px;
}

.cost ul.cost_att li{
	font-size:14px;
	padding-left:1em;
	text-indent:-1em;
}


.cost .attention_inner{
	border-right:#050505 solid 2px;
	border-bottom:#050505 solid 2px;
	border-left:#050505 solid 2px;
	margin-bottom:30px;
	padding:2px 33px 30px;
}

.cost .cost_example_inner{
	border-right:#004ea2 solid 5px;
	border-bottom:#004ea2 solid 5px;
	border-left:#004ea2 solid 5px;
	padding:15px 15px 15px;
}

.cost ul.accordion{
	width:940px;
}

.cost ul.accordion li h4{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #97c7dc), color-stop(0.00, #d9e8f0));
	background: -webkit-linear-gradient(#d9e8f0, #97c7dc);
	background: -moz-linear-gradient(#d9e8f0, #97c7dc);
	background: -o-linear-gradient(#d9e8f0, #97c7dc);
	background: -ms-linear-gradient(#d9e8f0, #97c7dc);
	background: linear-gradient(#d9e8f0, #97c7dc);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#d9e8f0',EndColorStr='#97c7dc',GradientType=0);
	border:#97c7dc solid 1px;
	cursor: pointer;
	font-size:22px;
	font-weight:bold;
	padding:15px 35px 11px;
	position: relative;
}

.cost ul.accordion li h4.active:after{
	display: block;
	content: "";
	content: url(/img3/arrow_close.png);
	position: absolute;
	top: 25%;
	right: 30px;
	width: 26px;
	height: 18px;
}

.cost ul.accordion li h4:after{
	display: block;
	content: url(/img3/arrow_open.png);
	position: absolute;
	top: 30%;
	right: 30px;
	width: 26px;
	height: 18px;
}

.cost ul.accordion li ul{
	border-right:#97c7dc solid 1px;
	border-bottom:#97c7dc solid 1px;
	border-left:#97c7dc solid 1px;
	padding:30px 30px 0;
}

.cost ul.accordion li ul li{
	margin-bottom:30px;
}


/*トラブル事例とお客様の声
--------------------------------------------------*/

.voice{
	margin-bottom:60px;
}

.voice .voice_inner{
	border-right:#112d60 solid 7px;
	border-bottom:#112d60 solid 7px;
	border-left:#112d60 solid 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
	padding:14px 12px 0;
}

.voice .voice_inner ul li{
	float:left;
	margin:0 12px 25px 0;
}

.voice .voice_inner ul li:nth-child(3n){
	margin:0 0 25px 0;
}


/*対応エリア
--------------------------------------------------*/

.area{
	margin-bottom:60px;
}

.area .area_inner{
	border-right:#112d60 solid 7px;
	border-bottom:#112d60 solid 7px;
	border-left:#112d60 solid 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
	padding:30px 15px 15px;
}

.area .area_inner table{
	border-right:#b4b4b4 solid 2px;
	border-bottom:#b4b4b4 solid 2px;
	border-left:#b4b4b4 solid 2px;
}

.area .area_inner .bt_line{
	border-bottom:#b4b4b4 solid 1px;
}

.area .area_inner table tr th{
	color:#fff;
	padding:10px;
	vertical-align:middle;
}

.area .area_inner table tr.ht{
	background-color:#83d27c;
	border-right:#83d27c solid 2px;
	border-left:#83d27c solid 2px;
}

.area .area_inner table tr.kk{
	background-color:#f3c400;
	border-right:#f3c400 solid 2px;
	border-left:#f3c400 solid 2px;
}

.area .area_inner table tr.chubu{
	background-color:#e26c2d;
	border-right:#e26c2d solid 2px;
	border-left:#e26c2d solid 2px;
}

.area .area_inner table tr.kinki{
	background-color:#00aac8;
	border-right:#00aac8 solid 2px;
	border-left:#00aac8 solid 2px;
}

.area .area_inner table tr.cs{
	background-color:#9d5ccb;
	border-right:#9d5ccb solid 2px;
	border-left:#9d5ccb solid 2px;
}

.area .area_inner table tr.ko{
	background-color:#c84281;
	border-right:#c84281 solid 2px;
	border-left:#c84281 solid 2px;
}

.area .area_inner table tr td{
	border-right:#b4b4b4 solid 1px;
	font-size:16px;
	padding:10px;
	vertical-align:middle;
}

.area .area_inner table tr td:last-child{
	border-right:none;
}

.area .area_inner table tr td.shop{
	width:155px;
}

.area .area_inner table tr td.map{
	text-align:center;
	width:150px;
}

.line{
	background: linear-gradient(transparent 60%, #f9e67f 60%);
	font-weight:bold;
	padding:0 5px;
}

/* fix_bnr
----------------------------------*/
#fix_bnr{
	display: block;
	position:fixed;
	right:21px;
	bottom: 290px;
	text-align:center;
	width:164px;
	z-index:1;
}

@media screen and (max-width:1280px) {
	#fix_bnr{
		display: none;
	}
}


/* connection_main
----------------------------------*/
#connection_main{
	width: 100%;
	text-align: center;
	padding: 0;
}
#connection_main #main_img{
	width: 100%;
	text-align: center;
	padding: 0 auto;
}
#connection_main #main_img p{
	width: 980;
	text-align: center;
	margin: 0 auto;
}

#connection_main #main_tel{
	width: 100%;
	background-color: #112D60;
	border-top: 1px solid #112D60;
	border-bottom: 1px solid #112D60;
	padding: 0 auto;
	text-align: center;
}

#connection_main #main_tel p:nth-of-type(1){
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	margin: 10px 0;
}

#connection_main #main_tel p:nth-of-type(2){
	margin: 0 0 10px;
}

/*----------------------------------------
  クッキー同意ポップアップ用　ここから 2022.0323
-----------------------------------------*/
/* popup */
#cookie_slide .btn{
  line-height: 44px;
  text-align: center;
  border:none;
}
#cookie_slide .btn_open{
  background: #0a0;
}
#cookie_slide .btn_close{
  cursor: pointer;
  transition: .3s;
}
#cookie_slide .btn_agree {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 16px;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;  color: rgb(255, 255, 255);
  border-color: transparent;
  background-color: rgb(12, 47, 84);
  line-height: 1.5;
  height: 40px;
}
#cookie_slide .btn_agree:hover {
  opacity: .7;
}
#cookie_slide .btn_disagree {
  font-size: 14px;
  text-decoration: underline;
}
#cookie_slide .btn_disagree:hover {
  text-decoration: none;
  color: 666;
}

#cookie_slide{
  display: none;
  position: fixed;
  z-index: 2;
  width: calc(100% - 200px);
  bottom: 0;
  color: rgb(51, 51, 51);
  /*background-color: rgba(204, 204, 204, 0.9);*/
  background-color: rgba(204, 204, 204, 1);
  padding: 1em 1.8em;
  box-sizing: border-box;
  box-shadow: 0px -4px 10px rgb(0 0 0 / 30%);
}
#cookie_slide .inner {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#cookie_slide p {
  margin: 0;
  line-height: 1.6;
}
#cookie_slide p strong {
  font-weight: bold;
}
#cookie_btn_wrap {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}



/* modal */
/*モーダルを開くボタン*/
.modal-open{
	cursor: pointer;
  text-decoration: underline;
}
.modal-open:hover {
  text-decoration: none;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 3;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1000px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}
.modal-content .inner .card {
  margin-bottom: 30px;
}
.modal-content .inner h2 {
  border-bottom: solid 3px #ccc;
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
}
.modal-content .inner h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0c2f54;
  bottom: -3px;
  width: 20%;
}
.modal-content .inner h3 {
  color: #0c2f54;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 18px;
}
.modal-content .inner p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #cookie_slide {
    padding: 15px;
  }
  #cookie_slide .inner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #cookie_btn_wrap {
    justify-content: unset;
  }
  #cookie_slide p {
    font-size: 12px;
  }
  #cookie_slide .btn_agree {
    font-size: 11px;
    margin-top: 8px;
    height: 30px;
  }
  .modal-container {
    padding: 40px 10px;
  }
  .modal-close {
    top: -35px;
    right: -10px;
  }
  .modal-body {
    width: 96%;
    box-sizing: border-box;
  }
  .modal-content{
  	padding: 12px;
  }
  .modal-content .inner .card {
    margin-bottom: 15px;
  }
  .modal-content .inner h2 {
    margin-bottom: 20px;
    font-size: 16px;
    padding-bottom: 0.2em;
  }
  .modal-content .inner h3 {
    margin: 0 0 5px;
    font-size: 15px;
  }
  .modal-content .inner p {
    font-size: 14px;
  }
}
/*----------------------------------------
  クッキー同意ポップアップ用　ここまで
-----------------------------------------*/