/* --------------------------------
application.css
-------------------------------- */
.only_about .section img:hover {
    opacity: 1;
}
@media screen and (min-width: 769px){
body#home #header,
body#home_en #header,
body#guide #header,
body#flow_qa #header,
body#step_signup #header,
body#statute #header,
body#company #header,
body#company_en #header,
body#policy #header{
	position: fixed;
	top: 0;
	width:100%;
	z-index: 9999;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	background:#fff;
	text-align: center;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
	height: 100px;
	}

/* 202207 調整 */
.only_about .menus_pc a,
.only_about .menus_pc a:hover {
    font-size: 15px;
}
.only_about .menus li a {
	    display: inline;
	    width: auto;
	    height: 44px;
	    line-height: 44px;
	    overflow: hidden;
	    text-indent: 0px;
	}
.menus_pc .menus li {
    float: left;
    margin-left: 20px;
    position: relative;
    height: 40px;
}
.menus_pc .menus li a{
  background:
	linear-gradient(currentColor 0 0)
	bottom /var(--d, 0) 2px
	no-repeat;
  transition:0.5s;
padding-bottom: 5px;
font-size: 15px;
}
.menus_pc .menus li a:hover {
  --d: 100%;
}
.menus_pc .menus:nth-of-type(2) {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-align-items: center;
align-items: center;
-webkit-align-content: space-around;
align-content: space-around;
		}
.menus_pc .menus:nth-of-type(2) li{
float: none;
    position: relative;
    height: auto;
    line-height: 1;
		}
.menus_pc .menus:nth-of-type(2) li a{
    height: auto;
    line-height: 1.45;
			}

body#home #header .menus_pc,
body#home_en #header .menus_pc,
body#guide #header .menus_pc,
body#flow_qa #header .menus_pc,
body#step_signup .menus_pc,
body#statute .menus_pc,
body#company .menus_pc,
body#company_en .menus_pc,
body#policy .menus_pc{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
-webkit-justify-content: space-between;
justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#pay_credit,
#pay_invoice{
	margin-top:-100px !important;
	padding-top:100px!important;
	z-index: 0;
	}
}/* 796 */



/* ヘッダー固定 */
@media screen and (min-width: 769px){
	.menus_pc{
		min-height: 80px;
	}
.only_about .slipbar .spOnly {
top: 140px;
}
.only_about .slipbar img{
margin-top:100px;
}
}/* 769 */

@media screen and (max-width : 768px){
body#home #header,
body#home_en #header,
body#guide #header,
body#flow_qa #header,
body#step_signup #header,
body#statute #header,
body#company #header,
body#company_en #header,
body#policy #header{
	position: fixed;
	top: 0;
	width:100%;
	border-bottom: 1px solid #ddd;
	height: 61px;
background: #fff;
	}

.only_about .slipbar .spOnly {
top: 100px;
}
.only_about .slipbar img{
margin-top:61px;
}
}/* 768 */



/* --------------------------------
ヘッダーナビ追随 application.cssより優先
-------------------------------- */
@media screen and (min-width: 961px) {
.navbar {
    width: 100%;
    /* max-width: 970px; */
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.navbar > .container:nth-of-type(1){
    width: 100% !important;
    /* max-width: 970px !important; */
max-width: 1150px !important;
}
}/* 961px */

.only_about .slipbar .text02 {
margin-bottom: 35px;
}
/* --------------------------------
リンク
-------------------------------- */
.note_box a,
.colorMain{
color: #034db2!important;
}
/* --------------------------------
ボタン
-------------------------------- */
.btn_round a{
	display: block;
	margin: 0 auto;
	width: 90%;
	text-align: center;
	}
.btn_round a span{
    display: inline-block;
	padding: 10px 1.5em;
    height: auto;
    line-height: 1.75;
    text-align: center;
    border-radius: 50px;
	border: 2px solid #034db2;
	color: #044db2;
	background-color: #fff;
	transition: 0.7s;
	font-size: 2vw;
	font-size: clamp(16px,2vw,20px);
	}
.btn_round a span:hover{
	border: 2px solid #034db2;
	background-color: #034db2;
	color: #fff;
	}
.btn_round > p{
	margin-bottom: 2rem;
	width: 100%;
	text-align: center;
	color: #034db2;
	}
/* アイコン　Book */
.btn_round.icon_book a span:before{
	position: relative;
	top: 2px;
	content:"";
	display: inline-block;
	background-image: url("/assets/icons/book-solid.svg");
	background-repeat: no-repeat;
	background-size: 16px 18px;
	background-position: left center;
	height: 18px;
    width: 24px;
	}
.btn_round.icon_book a span:hover:before{
	content:"";
	display: inline-block;
	background-image: url("/assets/icons/book-solid-regular.svg");
	background-repeat: no-repeat;
	background-size: 16px 18px;
	background-position: left center;
	height: 18px;
    width: 24px;
	}
/* アイコン　メール */
.btn_round.icon_mail a span:before{
	position: relative;
	top: 2px;
	content:"";
	display: inline-block;
	background-image: url("/assets/icons/envelope-solid.svg");
	background-repeat: no-repeat;
	background-size: 24px 18px;
	background-position: left center;
	height: 18px;
    width: 30px;
	}
.btn_round.icon_mail a span:hover:before{
	content:"";
	display: inline-block;
	background-image: url("/assets/icons/envelope-regular.svg");
	background-repeat: no-repeat;
	background-size: 24px 18px;
	background-position: left center;
	height: 18px;
    width: 30px;
	}

/* --------------------------------
共通
-------------------------------- */
/* ページ内リンク アンカー先ズレ対応 */
.section {
overflow: visible !important;
}
.section:after {
  content: "";
  display: block;
  clear: both;
}

/* ブルー系背景 */
.bg_blue {
background: #e7f9ff;
padding: 50px 0;
}
section#info{
position: absolute;
display: block;
margin: 0 auto;
width: 90%;
max-width: 960px;
left: 0;
right: 0;
bottom: 50px;
overflow: hidden;
background: rgba(255, 255, 255, 0.9);

-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
section#info h3.ttl,
section#sp_info h3.ttl{
padding-top: 15px;
padding-bottom: 10px;
font-size: 22px;
color: #5ac8f0;
line-height: 1;
text-align: center;
font-weight: 500;
}
section#info .svg-inline--fa{
font-size: 14px;
font-weight: normal;
}
article#info__{
width: 100%;
height: 140px;
margin: 0;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow-y:scroll;
overflow-y:auto;
-webkit-overflow-scrolling: touch;
color: #000;
transform: rotate(.03deg);
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
article#info__ a{
display: block;
width: 100%;
color: initial;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
article#info__ a:hover{
opacity:0.7;
}
article#info__ dl{
display: block;
width: 100%;
font-size: 16px;
font-weight: normal;
padding: 8px 10px 8px 25px;
text-align: left;
height: auto;
color: initial;
transform: rotate(.03deg);
border-bottom: 1px solid #ccc;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
article#info__ a:hover dl{
color: #5ac8f0;
}
article#info__ dl dt{
display: inline-block;
float: left;
width: 7em;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
font-size: 15px;
font-weight: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article#info__ a dl:hover{
background: rgb(231, 249, 255);
transition: 0.3s;
transition-duration: 0.3s;
transition-timing-function: ease;
transition-delay: 0s;
}
article#info__ dl dd h3{
margin: 0;
line-height: 1.7;
font-size: 16px;
}
article#info__ dl dd h3 span {
font-size: 14px;
line-height: 1;
padding: 3px 4px;
margin: 0;
color: #fff;
display: inline-block;
vertical-align: baseline;
margin-right: 7px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #ff5252;
font-weight: 600;
}
article#info__ dl dd h3 em {
color: #fd4444;
font-weight: bold;
font-style: normal;
}
p.main_img_pc {
max-height: 780px;
overflow: hidden;
}
section#sp_info {
display: none;
}
/* リンクバナー */
.only_about .slipbar {
margin-bottom: 0;
}
#Scene06 {
background: #e7f9ff;
overflow: hidden;
padding: 35px 0;
}
#Scene06 .container{
display: -webkit-flex;
display: flex;
width: 800px;
margin-left: auto;
margin-right: auto;
padding:0;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
justify-content: space-between;
}
#Scene06 .container:before,
#Scene06 .container:after{
display: none;
}
#Scene06 dl#links__{
width: 48%;
padding: 10px 14px 10px 20px;
background: #fff;
border: 1px solid #0a75b5;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#Scene06 dl#links__ a.btn_arrow {
position: relative;
display: block;
color: #0a75b5;
}
#Scene06 dl#links__ a dt{
font-size: 19px;
}
#Scene06 dl#links__ a dt small{
letter-spacing: -1px;
}
#Scene06 dl#links__ a dt .svg-inline--fa {
margin-right: 10px;
}
#Scene06 dl#links__ a dd{
color: #555;
padding-top: 6px;
padding-left: 30px;
}
#Scene06 dl#links__ a:before {
display: block;
content: "";
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 50%;
right: 0;
width: 10px;
height: 10px;
margin-top: -5px;
background: #0a75b5;
}
#Scene06 dl#links__ a:after {
display: block;
content: "";
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 50%;
right:5px;
width: 10px;
height: 10px;
margin-top: -5px;
background: #fff;
}


@media screen and (max-width : 1080px){
.only_about .slipbar .text01 {
font-size: 27px;
margin-bottom: 20px;
}
.only_about .slipbar .text02 {
font-size: 17px;
}
section#info{
bottom:40px;
height: 190px;
}
section#info h3.ttl{
padding-top: 14px;
padding-bottom: 7px;
font-size: 20px;
}
}/* 1080px */


@media screen and (max-width : 960px){
/* .only_about .slipbar .spOnly {
top: 30px;
} */
.only_about .slipbar .text01 {
font-size: 24px;
margin-bottom: 15px;
}
.only_about .slipbar .text02 {
font-size: 17px;
}
section#info{
bottom: 4%;
width: 96%;
margin: 0 2%;
height: 165px;
}
article#info__{
height: 120px;
}
section#info h3.ttl{
padding-bottom: 0;
font-size: 18px;
}
/* リンクバナー */
#Scene06 {
padding: 10px 0 30px 0;
}
#Scene06 .container{
width: 100%;
-webkit-flex-direction: column;
flex-direction: column;
}
#Scene06 dl#links__ {
width: 90%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
#Scene06 dl#links__ a dt {
font-size: 17px;
}
#Scene06 dl#links__ a dd {
padding-left: 0;
}
}/* end 960px */

@media screen and (max-width : 960px){
.only_about .slipbar {
margin-bottom: 25px !important;
}
section#info{
display: none;
}
section#sp_info {
display: block;
}
/* .only_about .slipbar .spOnly {
top: 50px;
} */
.only_about .main_img_sp {
max-height: 420px;
overflow: hidden;
}
.only_about .text01 {
display: none;
}
.only_about .text01_sp {
display: block;
font-size: 23px;
/* line-height: 1.75em; */
font-weight: bold;
}
.only_about .text02_sp {
font-size: 17px;
line-height: 1.45em;
}
section#sp_info h3.ttl{
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
section#sp_info{
margin: -10px 15px 40px;
}
article#info__ {
height:200px;
border: 2px solid #5bc8f0;
}
article#info__ dl {
padding: 10px;
}
article#info__ dl dt{
float: none;
width: auto;
padding-top: 0;
padding-bottom: 0;
margin: 0;
}
.only_about .slipbar img {
/* margin-top: -10px; */
}
}/* end 960px */




@media screen and (min-width : 376px){
/* どんなことができるの？ */
	.only_about #Scene01 ol li span{
		display: inline-block;
	}
}/* end 376px */

@media screen and (max-width : 375px){
.only_about .header-txt h2 {
  width: 100% !important;
	}
.only_about .text01_sp {
font-size: 20px !important;
line-height: 1.45 !important;
}
.only_about .text02_sp {
font-size: 17px !important;
}
.only_about .main_img_sp {
max-height: 470px;
overflow: hidden;
}
}/* end 375px */

/* --------------------------------

SmaPanoクラウド プラン内容

-------------------------------- */
.tableScroll{
width: 100%;
}
table.tableList{
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
table.tableList{
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}
table.tableList th {
border-bottom: solid 1px #555;
border-right: solid 1px #aaa;
padding: 5px 0;
vertical-align: middle;
flex-grow: 1;
line-height: 1.75;
}
td.row-label {
border-right: solid 1px #555 !important;
}
table.tableList td{
border-bottom: solid 1px #ccc;
border-right: solid 1px #aaa;
padding:10px 0.5% 10px 1%;
vertical-align: middle;
flex-grow: 1;
}
.f15,
table.tableList td small{
font-size: 13px !important;
}
table.tableList th:first-child,
table.tableList td:first-child{
padding-left: 10px;
text-align: left;
}
table.tableList th:first-child{
border-bottom: solid 1px #555;
}
table.tableList tr:last-child td{
/*     border-right: none; */
}
table.tableList th:last-child,
table.tableList td:last-child{
}
.basic-cell td,
.option-cell td{
text-align: center;
font-size: 120%;
}
td.txt_left.f15{
font-size: 115% !important;
}
.basic-price{
font-weight: bold;
color: #ff0000;
}
.plan th{
font-size: 105%;
text-align: center !important;
background-color: #C3E8F6;
}
.row-label{
font-size: 100% !important;
text-align: left !important;
background-color: #d5eff8;
padding-right: 1%;
}
.basic-label{
background-color: #d5eff8;
font-size: 100% !important;
text-align: center;
}
.option-label{
background-color: #efebf7;
font-size: 100% !important;
text-align: center;
}
.basic-cell .svg-inline--fa.fa-w-16{
color: #009de8;
font-size: 110% !important;
}
.option-cell .svg-inline--fa.fa-w-16{
color: #673AB7;
font-size: 110% !important;
}
.basic-cell .svg-inline--fa.fa-w-12,
.option-cell .svg-inline--fa.fa-w-12{
color: #999;
font-size: 110% !important;
}
.plan:nth-of-type(1) th{
background-color: #5ac8f0;
color: #fff;
font-size: 125%;
border-bottom: none;
border-right: none;
}
.plan:nth-of-type(1) th:nth-of-type(2){
border-right: 1px solid #5ac8f0;
}
/* 説明 */
.note_box{
max-width: 1000px;
margin: 60px auto 0 auto;
 border: 3px double #c1c1c1;
}
.note_box ul{
display: block;
width: 100%;
padding: 20px 30px;
}
.note_box ul > li{
text-indent: -1em;
padding-left: 1em;
}

/* ＜ガイド＞基本から小ワザまでへのリンク */
.link_guid{
width:100%;
max-width:800px;
margin:0 auto 60px;
display: block;
background-color: #5ac8f0;
border-radius: 50px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
.link_guid a:hover{
display: block;
opacity: 0.7;
transition: 0.2s;
-webkit-transition: 0.2s linear;
}

.txt_center{text-align: center}
.txt_left{text-align: left !important}
.txt_right{text-align: right}
.w01{width: 9%}
.w02{width: 15%}
.w03{width: 11%;border-left: solid 1px #555 !important;}
.w04{width: 11.5%}/* 12x4=48 */
.w05{width: 18%;padding-right: 3px;}/* 12.5 */
.txt_red{color: #ff0000;}
.fb{font-weight: bold}
.border_btm_none{border-bottom: none !important}
.border_top-aaa{border-top:solid 1px #ccc!important}
.border_right-ccc{ border-right:solid 1px #ccc!important}
.border_right-555{ border-right:solid 1px #555!important}
.pl20{padding-left: 20px}


@media screen and (max-width: 960px) {
.tableScroll {
overflow-x:scroll;
}
table.tableList {
min-width: 640px;
}
.plan:nth-of-type(1) th{
font-size: 90%;
}
.basic-cell td,
.option-cell td{
font-size: 90%;
}
td.txt_left.f15{
font-size: 90% !important;
}
.basic-cell .svg-inline--fa.fa-w-12,
.option-cell .svg-inline--fa.fa-w-12,
.basic-cell .svg-inline--fa.fa-w-16,
.option-cell .svg-inline--fa.fa-w-16{
font-size: 100% !important;
}
.basic-label,
.option-label{
font-size: 90% !important;
}
.row-label{
font-size: 90% !important;
line-height: 1.45 !important;
}
.plan th{
font-size: 90%;
}
.f15,
table.tableList td small{
font-size: 12px !important;
}
table.tableList th,
table.tableList td{
padding: 6px 2px;
line-height: 1.45 !important;
}
table.tableList th:first-child,
table.tableList td:first-child {
padding-left: 2px !important;
}

/* ＜ガイド＞基本から小ワザまでへのリンク */
.link_guid ul{
width: 100%;
}
.link_guid ul li{
font-size: 17px;
}
.link_guid ul li .hidden-xs{
display: inline-block !important;
}

/* 360度パノラマツアー作成ガイド  */
.btn_start_change_round{
line-height: 1.75
}
} /* end 768px */

@media screen and (min-width : 961px){
.br-sp {display: none !important}
.br-pc{display:block !important}
} /* end 961px */
/*スマホ版*/
@media screen and (max-width : 960px){
.note_box ul{
padding: 20px 10px;
}
.br-sp {display: block !important}
.br-pc{display:none !important}
} /* end 768px */

/* --------------------------------

会社概要（company）

-------------------------------- */
body#company .header,
body#company_en .header{
	border: none;
	}
body#company .map_title{
	padding: 0px 10px;
	max-width: 490px;
	margin: 0px auto;
	font-size: 16px;
	line-height: 1.8;
	}
body#company_en .map_title{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	}

/* --------------------------------

初めてご登録する方へ（step_signup）

-------------------------------- */
body#step_signup .header{border: none}#step_signup .map_title{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	}
body#step_signup .container h2{
	margin: 140px auto 55px;
	padding: 0px;
	border: none;
	text-align: center;
	font-size: 20px;
	line-height: 1.75;
	}
body#step_signup .container h2 + p{margin-bottom: 45px;}
body#step_signup .container label{margin-bottom: 10px;}
body#step_signup .container label + p{margin-bottom: 30px;}
body#step_signup .container{
  max-width:870px;
  margin-left:auto;
  margin-right:auto;
  }
body#step_signup .step_signup{
  display: -webkit-flex;
  display: flex;
  margin-bottom: 80px;
  }
body#step_signup .step_signup p,
  .step_signup img{
  width:50%;
  }
body#step_signup .step_signup p{
  padding-right:20px;
  line-height: 1.75;
  padding-top: 1rem;
  font-size: 16px;
  }
body#step_signup .step_help{
  max-width:670px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 80px;
  }
body#step_signup .step_help img{
  border: 1px solid #aaa;
  }
body#step_signup .step_help{
  font-size: 16px;
  }
body#step_signup .ac{
  max-width:300px;
  margin:0 auto 80px;
  }
body#step_signup .mb-30{
  margin-top:-30px;
  }
body#step_signup ._link-marker{
	font-size: 19px;
	background: -moz-linear-gradient(transparent 70%, #a0e3fb 0%);
	background: -webkit-linear-gradient(transparent 70%, #a0e3fb 0%);
	background: linear-gradient(transparent 70%, #a0e3fb 0%);
	}
body#step_signup .svg-inline--fa.fa-w-18 {
	width: 1.125em;
	}
@media screen and (max-width: 640px) {
body#step_signup .container{
  max-width:100%;
  width:100%;
  }
body#step_signup .step_signup{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  }
body#step_signup .step_signup p,
body#step_signup .step_signup img{
  width:100%;
  }
}/* end 640px */

/* --------------------------------

基本から小ワザまで（guide）

-------------------------------- */
/* body#guide #basic, */
/* body#guide #function,
body#guide #option{
margin-top: -60px !important;
    padding-top: 60px!important;
} */

body#guide .header{border: none}

body#guide *{
color: #505050;
}
body#guide header{
	margin:0;
	padding-top: 20px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	background: #0A75B5;
	line-height: 1;
	}
body#guide header h3{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0;
	color: #fff;
	letter-spacing: 3px;
	line-height: 1;
	}
body#guide footer{
	display: block;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	}
body#guide footer p{
	color: #0A75B5;
	font-size: 21px;
	margin-bottom: 10px;
	}
body#guide footer div{
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	background: #0A75B5;
	line-height: 1;
	}
body#guide footer div a{
	color: #fff;
	font-size:21px;
	}
body#guide #basic.container,
body#guide #function.container,
body#guide #option.container{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom: 40px;
	}
body#guide #basic.container h2,
body#guide #function.container h2,
body#guide #option.container h2{
	max-width:1120px;
	margin: 40px auto 30px;
	padding: 0 0 0 20px;
	border: none;
	font-size: 25px;
	line-height: 1.25;
	border-left: 8px solid #0A75B5;
	letter-spacing: 2px;
	}
body#guide #basic,
body#guide #option{ background: #f7f7f7}
body#guide .grid {
	max-width:1150px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
	}
body#guide .grid dl,
body#guide .grid dl dt,
body#guide .grid dl dd{	margin: 0	}
body#guide .grid dl dd{
	padding-top: 10px;
	padding-bottom: 20px;
	}
body#guide #basic.container a,
body#guide #function.container a,
body#guide #option.container a{
	text-decoration: none;
	font-size: 14px;
	}
body#guide #basic.container a:hover,
body#guide #function.container a:hover,
body#guide #option.container a:hover{
	opacity:0.7;
	transition: .3s;
	}
body#guide .grid p{
  padding-right:20px;
  line-height: 1.75;
  padding-top: 1rem;
  font-size: 16px;
  }
body#guide p.more{
	max-width:1150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	text-align: right;
	}
body#guide p.more *{
	color:  #0A75B5;
	font-size: 16px;
	font-weight: bold;
	}
body#flow_qa .hidden-xs .svg-inline--fa.fa-w-8,
body#guide .hidden-xs .svg-inline--fa.fa-w-8{
	width: 2rem;
	vertical-align: middle;
	padding-left: 10px;
	height: 3rem;
	}
body#guide nav.inline{
	margin: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	display: block;
	text-align: center;
	line-height: 1;
	}
body#guide nav.inline ul{
	display: block;
	text-align: center;
	padding: 0;
	}
body#guide nav.inline ul li{
	display: inline-block;
	width: 300px;
	}
body#guide nav.inline ul li a {
	font-size: 16px;
	position: relative;
	display: inline-block;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: bold;
	}
body#guide nav.inline ul li a:hover {
	opacity:1;
	color: #505050;}
body#guide nav.inline ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  background-color: #0A75B5;;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	}
body#guide nav.inline ul li a:hover::after {
	width: 100%;
	}
.mb-30{ margin-top:-30px }

@media screen and (min-width: 769px){
body#guide nav.inline ul li a  span{
	display: none;
	}
body#home header h3,
body#home_en header h3,
body#guide header h3,
body#flow_qa header h3{
	margin-top: 100px;
	}
body#statute .container h2,
body#policy .container h2,
body#company .heading h2,
body#company_en .heading h2{
	margin-top: 150px !important;
	}
}/* 769px */
@media screen and (max-width: 768px){
body#home header h3,
body#home_en header h3,
body#guide header h3,
body#flow_qa header h3{
	margin-top: 61px !important;
	}
body#statute .container h2,
body#policy .container h2,
body#company .heading h2,
body#company_en .heading h2{
	margin-top: 100px !important;
	}
}/* 769px */

@media screen and (max-width: 768px) {

body#guide #basic.container,
body#guide #function.container,
body#guide #option.container{
	max-width:100%;
	width:100%;
	}
body#guide .grid { grid-template-columns: 1fr }
body#guide .grid p,
body#guide .grid img{ width:100% }
	nav.inline ul{
	text-align: left;
	}
body#guide nav.inline ul{
	text-align: left;
	}
body#guide nav.inline ul li{
	width: 100%;
}
body#guide nav.inline ul li a span *{
	color: #0A75B5;
	}
body#guide .hidden-xs{
	display: inline-block !important;
	}

body#guide footer p {
	font-size: 15px;
	letter-spacing: 1px;
	}
}/* end */

/* --------------------------------

Q and A 集（guide）

-------------------------------- */
/* body#flow_qa #flow01, */
/* body#flow_qa #flow02,
body#flow_qa #qa,
body#flow_qa #pay_credit,
body#flow_qa #pay_invoice{
margin-top: -60px !important;
    padding-top: 60px!important;
} */


body#flow_qa .header{border: none}

body#flow_qa *:not(.linkColorMain){
	color: #505050;
}
.linkColorMain{
	color: #0A75B5;
}
body#flow_qa header{
	margin:0;
	padding-top: 20px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	background: #0A75B5;
	line-height: 1;
	}
body#flow_qa header h3{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0;
	color: #fff !important;
	letter-spacing: 3px;
	line-height: 1;
	}
body#flow_qa footer{
	display: block;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	}
body#flow_qa footer p{
	color: #0A75B5;
	font-size: 21px;
	margin-bottom: 10px;
	}
body#flow_qa footer div{
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	background: #0A75B5;
	line-height: 1;
	}
body#flow_qa footer div a{
	color: #fff;
	font-size:21px;

	}
body#flow_qa #flow01.container,
body#flow_qa #flow02.container,
body#flow_qa #quick.container,
body#flow_qa #regular.container,
body#flow_qa #qa.container{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom: 40px;
	}
body#flow_qa #regular.container{
	/* margin-top: 4rem; */
}
body#flow_qa #flow01.container h2,
body#flow_qa #flow02.container h2,
body#flow_qa #qa.container h2{
	max-width:1150px;
	margin: 40px auto 30px;
	padding: 0 0 0 20px;
	border: none;
	font-size: 25px;
	line-height: 1.25;
	border-left: 8px solid #0A75B5;
	letter-spacing: 2px;
	}
body#flow_qa #flow02.container p.ttl_payment{
	max-width:1150px;
	margin: 2em auto;
	padding: 0 0 5px;
	border: none;
	font-size: 21px;
	line-height: 1.25;
	letter-spacing: 0;
	font-weight: bold;
	border-bottom: 3px double #505050;
	}
body#flow_qa #quick.container h4,
body#flow_qa #regular.container h4{
	color: #FF5252;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
	line-height: 1.45;
}
body#flow_qa #regular.container h4{
	color: #0A75B5;
}
body#flow_qa #quick.container h4 small,
body#flow_qa #regular.container h4 small{
	color: #0A75B5;
	font-weight: normal !important;
	text-indent: 14px !important;
	letter-spacing: 0 !important;
	display: inline-block;
margin-top: -18px;
  line-height: 1.5;
}
body#flow_qa #quick.container h4,
body#flow_qa #quick.container h4 small{
	color: #FF5252;
}


body#flow_qa h2 + p,
body#flow_qa #qa .qa_lisit{
	max-width:1150px;
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
	}

body#flow_qa #flow01,
body#flow_qa #qa{
	background: #f7f7f7
}
body#flow_qa #quick{
		max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
	padding: 0 40px;
	background: #fff5f5;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body#flow_qa #regular{
	max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
	padding: 0 40px;
	/* background: #E6F7FD; */
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* 通常 */
body#flow_qa .grid{
	max-width:1150px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	gap: 41px;
	/* grid-template-rows: repeat(2, 1fr); */
	grid-template-columns: repeat(3, 1fr);
	}
/* 有料 */
body#flow_qa #flow02 > .grid{
	gap: 0;
	}
body#flow_qa #flow02 > .grid.wrap01 dl{
	margin-right: 48px;
	}
body#flow_qa #flow02 > .grid.wrap02 dl{
	margin-left: 48px;
	}

body#flow_qa .grid dl,
body#flow_qa .grid dl dt,
body#flow_qa .grid dl dd{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 15px;
	}
body#flow_qa #flow01.container,
body#flow_qa #flow02.container,
body#flow_qa #qa.container{
	text-decoration: none;
	font-size: 14px;
	}
body#flow_qa #quick.container,
body#flow_qa #regular.container{
	text-decoration: none;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
	}
body#flow_qa .grid dl dt h3{
	color: #0A75B5;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 25px;
	}
body#flow_qa .grid dl dt img,
body#flow_qa :not#flow02 .grid dl dt img,
body#flow_qa :not#quick .grid dl dt img{
	width: 100%;
	}

body#flow_qa .grid p{
	padding-right:20px;
	line-height: 1.75;
	padding-top: 1rem;
	font-size: 16px;
	}
/* リンク */
body#flow_qa p.link01,
body#flow_qa p.link02{
	margin: 80px auto 1rem;
	display: block;
	width: 100%;
	max-width: 540px;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 4px 2px 0 rgba(50, 50, 50, .25);
	}
body#flow_qa p.link01{background: #0A75B5;}
body#flow_qa p.link02{
	background: #FFA700;
	margin-top: 40px;
}

body#flow_qa p.link01 a,
body#flow_qa p.link02 a{
	color: #fff;
font-size: 28px;
  text-decoration: none;
	font-weight: bold;
	letter-spacing: 3px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	}

/* メニュー */
body#flow_qa nav.inline{
	margin: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	display: block;
	text-align: center;
	line-height: 1;
	}
body#flow_qa nav.inline ul{
	display: block;
	text-align: center;
	padding: 0;
	}
body#flow_qa nav.inline ul li{
	display: inline-block;
	width: 300px;
	}
body#flow_qa nav.inline ul li a {
	font-size: 16px;
	position: relative;
	display: inline-block;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: bold;
	}
body#flow_qa nav.inline ul li a:hover {
	opacity:1;
	color: #505050;}
body#flow_qa nav.inline ul li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 3px;
	background-color: #0A75B5;;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	}
body#flow_qa nav.inline ul li a:hover::after {
	width: 100%;
	}
.mb-30{ margin-top:-30px }

body#flow_qa .arrowR01{
		position: relative;
		padding: 0 0 0 16px;
}

body#flow_qa .arrowR01-o{
		position: relative;
		padding: 0 0 0 16px;
}

body#flow_qa .arrowR02{
		position: relative;
		padding: 0 0 0 16px;
}
body#flow_qa .arrowR02::before{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	bottom: 0;
	right: -60px;
	margin: auto;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 20px solid transparent;
	border-left: 20px solid #0A75B5;
	}



/* Q＆A */
body#flow_qa .qa_lisit dl{
	margin-top: 50px;

}
body#flow_qa .qa_lisit dl dt{
	margin: 0;
	list-style-position: inside;
	list-style-image: url(../../app/views/base/assets/step_flow_qa/flow01_2.png);

  width: 1150px;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

body#flow_qa .qa_lisit dl > dt:before {
position: relative;
content:"";
background: url(/assets/step_flow_qa/icon_q.png) no-repeat;
display: inline-block;
width: 60px;
height: 60px;
vertical-align: middle;
margin: 0 -30px 0 0;
background-size: 60px 60px;
}
body#flow_qa .qa_lisit dl dd{
	margin: 20px 0 0;
}
body#flow_qa .qa_lisit dl > dd:before{
content:"";
background: url(/assets/step_flow_qa/icon_a.png) no-repeat;
display: inline-block;
width: 60px;
height: 60px;
vertical-align: top;
  margin: -5px -30px 0 0;

background-size: 60px 60px;
}

body#flow_qa .qa_lisit dl > dt h4{
	padding-left: 50px;
	margin-bottom: 0;
	margin-top: 0;
	color: #0A75B5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	min-height: 80px;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	width: calc(100% - 90px);
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.6px;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
body#flow_qa .qa_lisit dl > dd div{
	display: inline-block;
	padding-left: 50px;
	width: calc(100% - 50px);
	-webkit-box-sizing: border-box;
  box-sizing: border-box
}
body#flow_qa .qa_lisit dl > dd p{
		display: inline-block;
	color: #505050;
		font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.6px;
}
body#flow_qa .qa_lisit dl > dd small{
		display: inline-block;
	margin-top: 15px;
}


@media screen and (min-width: 641px) {
body#flow_qa header h3{
	margin-top: 100px;
	}
body#flow_qa nav.inline ul li a  span{
	display: none;
	}
body#flow_qa #quick.container h4,
body#flow_qa #regular.container h4{
	min-height: 4.5em;
}
/* 通常 */
body#flow_qa .arrowR01::before{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	bottom: 0;
	left: -20px;
	margin: auto;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 20px solid transparent;
	border-left: 20px solid #0A75B5;
	}
body#flow_qa .arrowR01-o::before{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	bottom: 0;
	left: -20px;
	margin: auto;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 20px solid transparent;
	border-left: 20px solid #fda2a2;
	}
body#flow_qa .arrowR02.pc_icon_none::before{
	display: none;
	}
}/* 641px */

@media screen and (max-width:768px) {
body#flow_qa #flow01.container,
body#flow_qa #flow02.container,
body#flow_qa #quick.container,
body#flow_qa #regular.container,
body#flow_qa #qa.container{
	max-width:100%;
	width:100%;
	}
body#flow_qa #quick.container,
body#flow_qa #regular.container{
	padding-left: 15px;
	padding-right: 15px;
}
body#flow_qa .grid {
	grid-template-columns: 1fr;
	gap: 10px;
}
body#flow_qa .grid dl{padding-bottom: 10px}
body#flow_qa .grid p,
body#flow_qa .grid img:not(.icon_){
width:100%;
height: auto;
}
	nav.inline ul{
	text-align: left;
	}
body#flow_qa nav.inline ul{
	text-align: left;
	}
body#flow_qa nav.inline ul li{
	width: 100%;
}
body#flow_qa nav.inline ul li a span *{
	color: #0A75B5;
	}
body#flow_qa .hidden-xs{
	display: inline-block !important;
	}
body#flow_qa .arrowR01{
		position: relative;
		padding: 0;
		margin-top: 20px !important;
}
body#flow_qa #quick.container h4,
body#flow_qa #regular.container h4{
	min-height: 3em;
	letter-spacing: 0;
}

body#flow_qa #quick.container h4 small,
body#flow_qa #regular.container h4 small{
font-size: 13px;
margin-top: -20px;
padding-bottom: 20px;
}

body#flow_qa .arrowR01-o{
		position: relative;
		padding: 0;
			margin-top: 20px;
}
body#flow_qa .arrowR02{
		position: relative;
		padding: 0;
		margin-top: 20px;
}
body#flow_qa footer p {
	font-size: 15px;
	letter-spacing: 1px;
	}
body#flow_qa .arrowR01::before,
body#flow_qa .arrowR01-sp::before{
	content: "";
	width: 20px;
	height: 20px;
	position: relative;
	top: -0px;
left: calc(50% - 20px);
	margin: auto;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 20px solid transparent;
	border-top: 20px solid #0A75B5;
	}
body#flow_qa .arrowR01-o::before,
body#flow_qa .arrowR01-o-sp::before{
	content: "";
	width: 20px;
	height: 20px;
	position: relative;
	top: -10px;
left: calc(50% - 20px);
	margin: auto;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 20px solid transparent;
	border-top: 20px solid #fda2a2;
	}
body#flow_qa .arrowR02::before{
	content: "";
	width: 20px;
	height: 20px;
	position: relative;
	top: -10px;
left: calc(50% - 20px);
	margin: auto;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 20px solid transparent;
	border-top: 20px solid #0A75B5;
	}
body#flow_qa .arrowR02.sp-none::before{
	display: none;
}
body#flow_qa #flow02 > .grid.wrap01 dl {
  margin-right: 0;
}
/* リンク */
body#flow_qa p.link01,
body#flow_qa p.link02{
	margin: 40px auto 1rem;
	display: block;
	width: 100%;
	}
body#flow_qa p.link01 a,
body#flow_qa p.link02 a{
	font-size: 23px;
	letter-spacing: 2px;
	}
body#flow_qa .qa_lisit dl{
	margin-top: 40px;
}
body#flow_qa .qa_lisit dl > dt h4{
	min-height: 90px;
}
body#flow_qa .qa_lisit dl dt,
body#flow_qa .qa_lisit dl > dt h4{
	width: 100%;
}
body#flow_qa .qa_lisit dl > dt h4,
body#flow_qa .qa_lisit dl > dd p{
	font-size: 18px;
	line-height: 1.25;
}
body#flow_qa .qa_lisit dl > dt:before,
body#flow_qa .qa_lisit dl > dd:before{
width: 40px;
height: 40px;
margin: 0 -40px 0 0;
background-size: 40px 40px;
}

body#flow_qa .qa_lisit dl > dd:before{
  margin: -5px -40px 0 0;
}


}/* 768 */




/* --------------------------------

プライバシーポリシー（policy）

-------------------------------- */
body#policy .header{
	  border: none;
	}
body#policy .map_title{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	}
body#policy .container h2{
	margin: 40px auto 55px;
	padding: 0px;
	border: none;
	text-align: center;
	font-size: 20px;
	}
body#policy .container h2 + p{
	margin-bottom: 45px;
	}
body#policy .container label{
	margin-bottom: 10px;
	}
body#policy .container label + p{
	margin-bottom: 30px;
	}

/* --------------------------------

スマートパノラマ利用規約（statute）

-------------------------------- */
body#statute .header{
	border: none;
	}
body#statute .map_title{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	}
body#statute .container h2{
	margin: 40px auto 55px;
	padding: 0px;
	border: none;
	text-align: center;
	font-size: 20px;
	}
body#statute .container .row{
	margin: 0 20px 45px 0;
	}
body#statute .container label{
	margin-bottom: 10px;
	}
body#statute .container label + p{
	margin-bottom: 30px;
	}

.mt40-ps{	margin-top: 40px}
.mt60-ps{	margin-top: 60px}
.mt40-ps{	margin-top: 40px}
.mt8rem-ps{	margin-top: 8rem}
.mt-10{margin-top: -10px !important}
.mt3rem{margin-top: 3rem}
.mt4rem{margin-top: 4rem}
.mt4em{margin-top: 4em !important}
.mt6rem{margin-top: 6rem}
.mb5rem{margin-bottom: 5rem}
.pt4rem{padding-top: 4rem!important}
.pb4em{padding-bottom: 4em !important}

@media screen and (min-width: 640px) {
.pc_pb0{padding-bottom: 0 !important}
}/* end */
@media screen and (max-width: 640px) {
.sp_mt0{margin-top: 0}
.mt8rem-ps{margin-top:4rem}
.mt30-sp{margin-top:30px}
.sp_mt2rem{margin-top: 2rem}
.sp_mb4rem{margin-bottom: 4rem}
}/* end */


/*========= ページトップのためのCSS ===============*/
#page-top {
	  position: fixed;
	  right: 20px;
	  bottom: 50px;
	  opacity: 0.6;
	  background: none;
	  border: 1px solid rgba(48, 87, 215, 0.5);
	}
	#page-top:hover {
	  box-shadow: 0 0 1px #3057D7;
	}
	#page-top a {
	  position: relative;
	  display: block;
	  padding: 0px;
	  width: 36px;
	  height: 38px;
	  text-decoration: none;
	  line-height: 0;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-direction: column;
	  flex-direction: column;
	  -webkit-justify-content: center;
	  justify-content: center;
	  -webkit-align-items: center;
	  align-items: center;
	  background: rgba(255, 255, 255, 0.7);
	  border-radius: 0 !important;
	}
	#page-top a .bi-chevron-up {
	  width: 2.2vw;
	  height: 2.2vw;
	  min-width: 24px;
	  min-height: 24px;
	  max-width: 40px;
	  max-height: 40px;
	  color: #3057D7;
	}

/* --------------------------------
smapanoクラウドゴロ、PCメニュー
-------------------------------- */
a.nav-logo{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
		    }
a.nav-logo img{
  height: 28px;
  width: auto;
  vertical-align: sub;
  line-height: 0;
}
a.navbar-toggle img{
  height: 44px;
  width: auto;
}
a.nav-logo span{
  font-size: 2.2rem;
  font-weight: 600;
  padding-left: 5px;
  color: #0b75b5 !important;
  letter-spacing: -1px;
  line-height: 0;
  padding-top: 15px;
}


