/*=========================================================*
　 　汎用
*=========================================================*/
section {
  padding: 2rem 0;
}
.bg-gray {
	background-color:#eee;
	}
.bg-pink {
	background-color: #f9bfb3;
}
.keikou-pen {
    background: linear-gradient(transparent 60%, #ffff66 40%);
}
.w-6em {
	width: 6em;
}
.w-8em {
	width: 8em;
}
.w-12em {
	width: 12em;
}
.w-10 {
	width:10%;
}
.w-20 {
	width: 20%;
}
.w-40 {
	width: 40%;
}
.w-80 {
    width: 80%;
}
table {
	background-color: #FFF;
}

.balloon {
	position: relative;
	display: inline-block;
	margin: 1.5em auto;
	padding: 7px 10px;
	min-width: 12em;
	max-width: 30%;
	color: #fff;
	font-size: 16px;
	background: #f05f40;
}

.balloon:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f05f40;
}
.balloon p {
  margin: 0;
  padding: 0;
}
.note {
    font-size:16px;
    text-indent: -1em;
    margin-left: 1em;
}
.arrow {
  background-color: #ffffff;
  display: grid;
  /*height: calc(10vh - 20px);*/
  margin: 0;
  padding: 10px;
  place-items: center;
}
.arrow .triangle {
    background-color: red;
  height: calc(20px / 2 * tan(60deg));
  width: 50px;
clip-path: polygon(0 0, 100% 0, 50% 100%);
margin-top: 5px;
}
.fukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 24px;
  background: #16669A;
  border-radius: 15px;
  margin-left: 30px
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #16669A;
}

@media (min-width: 768px) { 
br.mobile {
	display: none;
}
}
/*=========================================================*
　 　LINEメイン
=========================================================*/
.img-container {
    max-width: 1200px;
    margin: 0 auto;
}
.line-contents {
    display: block;
}
.line-contents picture {
    max-width: 100%;
}
.line-contents img {
    max-width: 100%;
}

/*=========================================================*
　 　ヘッダー
=========================================================*/

.logo {
	width: 100%;
}
.midashi-gray {
	background-color: #eee;
	text-align: center;
	padding: 3px;
}
.midashi-green {
	background-color: #00B900;
	text-align: center;
	padding: 3px;
    color: #ffffff;
}
header img.title-logo {
	padding:10px;
	background-color: rgba(255,255,255,1);
	margin-botttom: 100px;
	width:100%;
}
.head-phone {
	margin-top: 10px;
	margin-bottom:0px;
	line-height: 1.2em;
	color:#F05F40;
}
.masthead h1 {
    margin:0.5em auto;
    letter-spacing: 0.3em;
    font-weight:bold;
}
.masthead.text-center.text-white.d-flex {
  padding-top: 0px;
}
.masthead:before {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}
.site-header{
    display: flex;
    padding: 50px 16px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
	z-index: 10; 
}
.site-header.transform{
    background: rgba(255,255,255,0.9);
    padding: 20px;
}
.site-logo img{
    height: 20px;
    width: auto;
}
/*=========================================================*
　 　ナビゲーション
*=========================================================*/

.navbar-brand {
	width: 200px;
}
#mainNav .logo-box {
	width: 150px;
	height: 75px;
	text-align: center;
	position: relative;
	z-index: 10;
}
#mainNav .logo-box img {
	width:150px;
	height:auto;
	position: absolute;
	z-index:20;
	top:0px;
	left: 0px;
	margin: 2px auto;
}
#mainNav .logo-box p {
    width: 100%; /*absoluteで位置を設定するときに、幅と高さは必ず必要*/
    height:3em;
    color: #225588;
	font-weight: bolder;
    text-align: center;
	letter-spacing: 1px;
    text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;     

    /*位置の設定　- 上下中央寄せ*/
    position: absolute;
    margin: 1px auto;
    top: 35px;
	left:0px;
    bottom: 0;
	z-index:30;
	font-size:0.9em;
}
#mainNav .logo-box p a {
    color: #225588;
	text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}

#mainNav #navbarResponsive {
	margin-left: 20px;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: 0;
}
}

@media (max-width: 991px){
    ul.nav {
    background-color:#ffffff;
}
}

#sub-menu  button {
	padding: 10px 20px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #f05f40;
	background-color:#ffffff;
}
#sub-menu button:hover {
    background-color:#f05f40;
}
.menuItem {
	cursor: pointer;
	width: auto;
}

/*=========================================================*
　 　フッター
=========================================================*/
footer {
	background-color: #333;
	color: #fff;
	padding: 20px 0 30px;
}
footer .copyright {
	font-family: Merriweather, "Helvetica Neue", Arial, sans-serif;
	
}
@media (min-width: 565px) { 
footer .footer-nav  {
	display:none;
}
}
footer ul.footer-nav   {
	list-style-type: none;
	color:#FFFFFF;
	padding-left:0px;
}
footer ul.footer-nav a {
	color: #FFFFFF;
	border-bottom: dotted 1px #ffffff
}
#_navbg {
	background-color: #f05f40;
	position: relative;
	padding-top:90px
}
/*=========================================================*
　 　サポーター
=========================================================*/
#_services {
    background-color: #f9bfb3;
}
#_services {
    color:#333333;
}
#_supporter {
	background-color: #f05f40;
	position: relative;
	padding-top:90px
}
#_supporter h1 img {
	max-width: 90%;
	margin: 3px auto 8px;
}
.tr_border {
  border-bottom: solid 1px #000;
}
.support-table {
	background-color: #fff;
/*	margin-top: 20px;*/
	padding: 20px;
	font-size:1em;
}
.support-table h4 {
	font-size:1.3em;
}
.support-table h5 {
	font-size:1.2em;
	text-indent: 0.5em;
}
.support-table {
	font-size:0.9em;
}
@media (max-width: 565px) { 
.support-table {
	font-size:0.8em;
}
}


 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
.support-table .table-notice {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0px;
}
}

.support-table .table-responsive .td-left {
	text-align:right;
	width: 40%;
}

.table-responsive th {
	text-align: center;
}

/*=========================================================*
　 　ご提供する価値
*=========================================================*/
#_value h4 {
	background-color: #eeeeee;
	padding:5px;
	text-align: center;
	border-radius: 30px;
	border:solid #f05f40 1px;
	font-size: 1.6em;
}
#_value h5.gosoudan {
	display: none;
}
#_value p {
	font-size:1.2em;
}

#_value ol  {
	margin-bottom: 2em;
}
#_value ol li {
	font-size: 1.2em;
    font-weight: bold;
	margin-bottom: 1em;
}
#_value ol li span {
    font-weight: normal;
}
#_value ol li:last-child {
	margin-bottom:0;
}
 img.three-effects-figure {
	width:70%;
	margin:0 auto;
}
.three-effects {
  	align-items: center;
}
#_value　.consideration {
    padding:1em;
    border: solid 1em #f05f40;
}

img.icon {
    width:70px;
    height: 70px;
    margin-right: 1em;
}

#_value dl {
    font-size:1.2em;
    margin: 0 0 0 2em;
}

#_value dl div {
    height:100px;
}
#_value .taika dd {
    text-indent:0;
}
#_value dd {
    text-indent: 1.2em;
}
#_value dd span {
    font-size: 0.8em;
}

#_value .price {
    text-align: center;
    font-weight: bold;
    font-size:2rem;
    margin-bottom: 0;
    font-family: Arial, Helvetica, "sans-serif";
}

@media (min-width: 992px) { 
#_value ol li {
	font-size: 1.2em;
}
    
#_value dl {
    font-size:1.2em;
}
img.three-effects-figure {
	width:80%;
	margin:0 auto;
}
}

/*=========================================================*
　 　手続き
=========================================================*/

.tetuduki {
	background-color: #f9bfb3;
}
.tetuduki-muryo {
	align-items:stretch;
}
.tetuduki-line {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	align-items: stretch; 
}
.tetuduki-moji {
	background-color: #f1f1f1;
	heigt:100%;
}
#_tetuduki ul {
	list-style-type: none;
}
#_tetuduki ul li {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #cccccc;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.7em;
}
#_tetuduki ul .arrow {
	font-size: 2em;
	text-align: center;
	color: #f05f40;
}
.arrows {
	font-size: 2em;
	color: #f05f40;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*=========================================================*
　 　特徴
=========================================================*/

#_merit .merit {
	padding: 30px 10px;
	border: solid 2px #f05f40;
	margin: 20px auto;
	width: 80%;
}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) { 

#_merit .merit {
	padding:30px 10px;
}
}


#_merit .merit h4 {
	color: #FFF;
	background-color: #f05f40;
	display: block;
	border-radius: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 7em;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.merit li {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top:10px;
}
.merit ul li ul li {
	font-size: 1em;
	line-height: 1.1em;
}



/*=========================================================*
　 　フォーム
=========================================================*/
.phone {
	font-family: Merriweather, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.5em;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.phone i {
	font-size: 50px;
}
.btn-submit {
	color: #FFF;
	background-color: #F63;
}
.btn a {
	color: #ffffff;
}
.btn p {
	margin-bottom: 0px;
}
.mail {
	text-align: center;
	padding: 20px;
}
.mail i {
	font-size: 50px;
}
.mail form {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;	
}
.profile-photo {
	height: auto;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*=========================================================*
　 　お悩み
*=========================================================*/
#_nayami .card-group .card .card-body {
	text-align: center;
}
.card {
	margin-top: 10px;
}
.card-group .card img {
	height:auto;
  max-width:100%;
  width:auto; /* ie8 */
}
.card-body ul {
	font-size:0.8em
}
.card-body ul li:last-child {
	margin-top: 10px;
}
.card-title {
	font-size: 1.3em;
    text-indent:-0.5em;
    margin-left:0.5em;
}
@media (max-width: 565px) { 
.card-title br.mobile {
	display: none;
}
.card-group > .card {
		margin-bottom: 0px!important;
		margin-top:0px;
	}
}
.muryo {
	vertical-align: middle;
}
.kokomade {
	padding-top: 3px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #CCC;
	padding-bottom: 10px;
	text-align: center;
}
/*=========================================================*
　 　上記の悩みは
*=========================================================*/
.obal {
	background-color: #FFF;
	padding: 3px 10px 6px;
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius:10px;
}


@media (max-width: 565px) { 
	.obal {
		width:100%;
	}	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .obal {
        width:60px;
    }
}



/*=========================================================*
　 　定期借地
*=========================================================*/
#_teikishakutidewa .teikishakuti-title {
	margin:0px auto 10px;
	width:80%;
}
#_teikishakutidewa .teikishakuti-title h2 {
	position: relative;
	color:#FFFFFF;
	padding:0px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align: center;
	vertical-align: middle;
	border-radius: 20px;
	}
#_teikishakutidewa .teikishakuti-title h2 img {
	width:90%;
	margin:3px 5px 8px;
}
#_teikishakutidewa .teikishakuti-title div {
	display: block;
	color:#FFFFFF;
	font-size:1.5em;
	text-align: center;
	margin:10px auto;
}
@media (min-width: 768px) { 
#_teikishakutidewa table {
	font-size:1em;
}
}
#_teikishakutidewa table {
	font-size:0.9em;
	line-height: 1.2em;
}
#_teikishakutidewa table td {
	padding:5px;
}
#_teikishakutidewa table td {
	max-width:8em;
}
@media (min-width: 768px) { 
#_teikishakutidewa table td {
	max-width:18em;
}
}
#sub-menu div {
	background-color: #CCC;
}

/*=========================================================*
　 　サポーターの仕事
*=========================================================*/
#_work h2 span {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f05f40;
}
#_work h2  {
	margin-top: 20px;
	margin-bottom:20px;
	line-height:1.5em;
}


.address ul {
	list-style-type: none;
	font-size: 13px;
}
.address li {
	margin-top: 0px;
	margin-bottom: 0.8px;
	margin-left: 0px;
}
/*=========================================================*
　 　一般定期借地権の特長
*=========================================================*/
#_feature h3 {
	font-size: 1.5em;
}
#_feature ul li ul {
	margin-left: -1em;
}

/*=========================================================*
　 　大きく分けると
*=========================================================*/
#class h3 {
	font-size:1.2em;
}
@media (min-width: 768px) { 
#class h3 {
	font-size:2em;
}
}
.table.class-table th {
border-bottom: solid 1px #dee2e6;
	padding:3px 5px;
	}
.table.class-table td {
	border-bottom: solid 1px #dee2e6;
	padding:3px 5px;
	}

.scroll {
	overflow-x: scroll;/*tableを横スクロールさせる*/
	overflow-y: hidden;
    white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/}
.scroll:-webkit-scrollbar {
    height:5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.scroll .td{
	table-layout:fixed;
}
.scroll table {
	font-size:0.9em;
	line-height:1.3em;
}

/*=========================================================*
　 　お問い合わせは
*=========================================================*/
#_contact .container {
    width:100%;
    padding:0;
}


/*=========================================================*
　 　会社概要
*=========================================================*/
p.profile {
	text-align: left;
	font-feature-settings: "palt";
    width:90%;
}
.profile-head  {
	max-height: 50vh !important;
	height: 100px;
	background-image: url(../img/sky.jpg)
}
#_profile .container table {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 30px;
	border-top: solid 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#_profile .container table th ,td{
	padding: 10px;
	border-bottom: solid 1px #ccc;
}
#_profile .container table th{
	width: 25%;
	min-width: 7em;
}
#_profile h2 span {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f05f40;
	width: auto;
	height: auto;
}
#_profile table {
	width: 95%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
	}

/*=========================================================*
　 　代表挨拶
*=========================================================*/
#_greeting h2 span {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f05f40;
	width: auto;
	height: auto;
}
#_greeting div.txt-box {
    width:80%;
    margin:20px auto;
}
#_greeting div.txt-box img {
    width:80%;
    margin:30px auto;
}

/*=========================================================*
　 　アンカーリンクについて
*=========================================================*/
a.anchor{/*アンカーリンクの位置調整*/
	visibility: hidden;
	position:relative;
	top: -110px;
}
a.anchor2{/*アンカーリンクの位置調整*/
	visibility: hidden;
	position:relative;
	top: -85px;
}
a.anchor3{/*アンカーリンクの位置調整*/
	visibility: hidden;
	position:relative;
	top: -160px;
}
a.anchor4{/*アンカーリンクの位置調整*/
	visibility: hidden;
	position:relative;
	top: -135px;
}
a.anchor5{/*アンカーリンクの位置調整*/
	visibility: hidden;
	position:relative;
	top: -20px;
}
/*=========================================================*
　 　補助帯
*=========================================================*/
#hojo {
	background-color: #225588;
	padding:10px 0px;
}
#hojo p.uketuke {
	padding:3px;
	width:6em;
	background-color: red;
	border:solid 2px #ffffff;
	color:#ffffff;
	display:inline-block;
}
#hojo h1 {
	font-weight: bold;
	color:#65b78b;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,             -2px 0 0 #FFF, 2px 0 0 #FFF;
	font-size: 3em;
	margin-top:10px;
	border-bottom: dashed 2px #fff;
	padding-bottom:3px;
}
#hojo h2 {
	background-color: 
#F05F40;
width:9em;
margin:15px auto;
color:#FFFFFF;
	border-radius: 20px;
	font-weight: bolder;
}
#hojo h2 p.hiyou {
	font-size:0.5em;
}
#hojo h3 {
	font-size:1.2em;
	color:#FFFFFF;
	font-weight: bold;
}
#hojo h4 {
	font-size:1.1em;
	color:#FFFFFF;
	font-weight: bold;
}


div.top_box {
    width:80%;
    background:rgba(255,255,255,0.5);
    padding:20px;
    color:#000000;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
}

.top_box h2 {
    font-size:2em;
}




.kasudake {
    width:80%;
    margin-bottom: 50px;
}
.kasudake h2{
    font-size:2em;  
} 
ol.solution {
    font-size:1em;
}
.solution div{
    background-color:#f5f5f5;
    padding:20px;
    margin-bottom: 30px;
}
.solution div h2 {
    font-size:1em;
    font-weight: bold;
}
.solution div p {
    font-size:0.9em!important;
    margin-bottom: 10px;
}
.solution div img {
    width:100%;
    margin-bottom:5px;
}

.solution div p.caption {
    font-size:0.8em!important;
}

.movie {
    padding:10px;
    border:solid 2px #ccc;
    font-size: 1.3em;
    font-weight: bold;
}
.movie a {
    color:blue;
}
/*=========================================================*
　 　お役立ちコンテンツ
*=========================================================*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.channel-box {
    padding:10px;
    border:1px solid #ccc;
}
.channel-box img {
    width:60px;
    height:60px;
    margin-right: 10px;
}
.channel-box p{
    margin-bottom:0;
}
.blog-box {
    padding:0;
    margin-top:20px;
    font-size:0.8em;
}
.blog-box img {
    width:100%;
    max-width:123px;
    padding:0;
}
.blog-box p {
    margin-bottom: 0;
}
.blog-box a{
    color:#666666;
}

/*=========================================================*
　 　line
*=========================================================*/
.line {
    padding: 30px 50px;
    
}
.line p {
    font-size: 20px;
    line-height: 30px;
}
.line h4 {
    border: 1px solid #ccc;
    padding: 5px 
}
        .glitter-box {
            border: 3px solid orange;
            padding: 10px;
            text-align: center;
            background-color: orange;
            display: inline-block;
            position: relative;
            overflow: hidden;
            margin: 0 auto;
        }

        .glitter-box .text {
            font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
            font-size: 1.8rem;
            font-weight: bold;
            color: #ffffff;
            position: relative;
            z-index: 2;
        }

        .shine {
            position: absolute;
            top: 0;
            left: -100%; /* 初期位置を左端に設定 */
            width: 200%; /* 光の横幅を200%に設定 */
            height: 100%;
            background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
            animation: shineAnim 1.35s infinite linear; /* 速度を10%速くしました */
        }

        @keyframes shineAnim {
            0% {
                left: -100%;
            }
            100% {
                left: 100%;
            }
        }


.line h5 {
    background-color: #D2F26F;
    padding:5px;
    border-radius: 20px;
}
.line-logo {
    width: 80%;
    margin: 20px auto;
}
.line-logo img {
    max-width: 100%;
}
.line .number {
    font-size: 40px;
    color: #ffffff;
    padding: 5px;
    background-color: #00B900;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 10px
}
.line .number-heading {
    font-size: 1.7em;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.line .number-content {
    margin-left: 30px;
}

@media (max-width: 767px) { 
    .line {
    padding: 30px 10px;
    
}
    .line-logo {
    width: 90%;
    margin: 20px auto;
}
    .line p {
        padding:0;
    }
    
  .line .number {
    font-size: 30px;
    color: #ffffff;
    padding: 0 5px;
    background-color: #00B900;
    width: 60px;
    height: 50px;
    text-align: center;
    border-radius: 10px
}
.line .number-heading {
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
}
.line .number-content {
    margin-left: 10px;
}
    .glitter-box .text {
            font-size: 1.4rem;
        }
    
}



.minus-indent {
    margin-left: 1em;
    text-indent: -1em;
}
.text-notice {
    display: inline-block;
    background-color: #F1F135;
    padding: 3px 5px; 
}
.text-notice02 {
    display: inline-block;
    color: #fff;
    background-color: red;
    padding: 3px 10px; 
    font-size: 1em;
}
.report {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
 padding: 20px;
    border: solid 1px #cccccc;
}
.report .note {
    margin-bottom: 0;
    margin-left: 2em;
    text-indent: -1em;
    font-size: 90%;
}
.report h6 {
    border-bottom: solid 2px #ccc;    
}
.line-app {
    background-color: #00B900;
    margin:0 auto;
    width: 95%;
}



@media (max-width: 767px) { 
  .text-notice02 {
    font-size: 0.8em;
    }
.report {
    padding: 10px;
    }
}

#navContainer {
 &   button[aria-expanded="true"] > span.close {
        display: inline;
        opacity: 1;
    }
    
 &    button[aria-expanded="true"] > span.toggle-icon {
        display:none;
    }
    
 &    button[aria-expanded="false"] > span.close {
        display:none;
    }
}