<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-square-shadow {
  display: inline-block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  background: #E6A1AC;/*ボタン色*/
  color: #FFF;
　font-size: 0.7em;
	font-weight: 600;
  border-bottom: solid 4px #627295;
  border-radius: 3px
}
.btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
.btn-square-shadow2 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #DD8F87;/*ボタン色*/
  color: #FFF;
  font-weight: 700;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square-shadow2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

.btn-square-shadow3 {
  display: inline-block;
  padding: 0.2em 0.1em;
	margin: 0 2px;
  text-decoration: none;
  background: #F7F7F7;/*ボタン色*/
  color: #5F5E5E;
  border-color: #515153;
  font-weight: 500;
  border-bottom: solid 3px #627295;
  border-radius: 2px;
}
.btn-square-shadow3:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(3px);
  transform: translateY(3px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

.btn-square-shadow4 {
  display: inline-block;
  padding: 0.2em 0.1em;
  margin: 0 2px;
  text-decoration: none;
  background: #F1F4F7;/*ボタン色*/
  color: #5F5E5E;
  border-color: #515153;
  font-weight: 500;
  border-bottom: solid 3px #627295;
  border-radius: 2px;
}
.btn-square-shadow4:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(3px);
  transform: translateY(3px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}


.btn-square-shadow5 {
  display: inline-block;
  padding: 0.2em 0.1em;
  margin: 0 2px;
  text-decoration: none;
  background-origin: content-box;
  background-image: url(../img/test.png);
  background-repeat: no-repeat;
  color: #5F5E5E;
  border-color: #515153;
  font-weight: 800;
  border-bottom: solid 3px #627295;
  border-radius: 2px;
	width: 200px;
	height: 100px;
}
.btn-square-shadow4:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(3px);
  transform: translateY(3px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}





/* breadcrumb2 */
.breadcrumb2 {
  background-color: transparent;
}
.breadcrumb2 &gt; li.active {
  color: #406da4;
}
.breadcrumb2 a {
  color: #FFFFFF;
}
.breadcrumb2 a:hover, .breadcrumb2 a:focus {
  text-decoration: none;
  color: #406da4;
}
.breadcrumb2.link-accent &gt; li.active {
  color: inherit;
}
.breadcrumb2.link-accent a {
  color: #406da4;
}
.breadcrumb2.link-accent a:hover, .breadcrumb2.link-accent a:focus {
  text-decoration: none;
  color: #355987;
}
.breadcrumb2.separator-arrow &gt; li + li:before {
  padding: 0 8px;
  font-family: "FontAwesome";
  content: '\f105';
}

.breadcrumb2 {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb2 &gt; li {
  display: inline-block;
}
.breadcrumb2 &gt; li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: " \00a0";
}
.breadcrumb2 &gt; .active {
  color: #777;
}

.page-header .breadcrumb2 {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -18px;
}

@media screen and (max-width: 768px) {
  .page-header .breadcrumb2,
  .page-header .page-title {
    float: none !important;
    text-align: center;
  }
  .page-header .breadcrumb2 {
    position: inherit;
    top: inherit;
    right: inherit;
  }
}

.page-header.one-column .breadcrumb2 {
  position: relative;
  padding: 15px 0 0 0;
  right: 0;
}

.tab-att {
	background-color: rgba(56,92,138,54);
	box-shadow: 3px 1px 3px rgba(0,0,0,0.4); 
	padding-bottom:2px;
}

.obi-3{
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 5em;
	font-size:20px;
	border: 1px solid #742C36;
	border-radius: 6px;
	color:#FFF;
	background: #8C3846;
	box-shadow:inset 2px 2px 0 rgba(255,255,255,0.5);
}
.obi-3::before{
	content: attr(title);
	position: absolute;
	left: 0;
	top: 0;
	height: 58px;
	padding:0 1em;
	font-size:11px;
	background: #ECEEF4;
	color: #5E72A2;
	border: 1px solid #742C36;
	border-radius: 6px;
}

.obi-4{
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 5em;
	font-size:20px;
	border: 2px solid #742C36;
	border-radius: 1px;
	color:#FFF;
	background: #9B052F;
	box-shadow:inset 2px 2px 0 rgba(255,255,255,0.5);
		font-size:1.6em;
	font-weight: 600;
}
.obi-4::before{
	content: attr(title);
	position: absolute;
	left: 0;
	top: 0;
	height: 58px;
	padding:0 1em;
	font-size:11px;
	background: #ECEEF4;
	color: #5E72A2;
	border: 1px solid #742C36;
	border-radius: 1px;
}

/* Nav pills
---------------------------------- */
.nav-pills:not(.nav-stacked) {
  margin-bottom: 15px;
}
.text-center &gt; .nav-pills {
  display: inline-block;
}
.nav-pills &gt; li &gt; a {
  border-radius: 0;
  padding: 7px 10px;
  border: 1px solid transparent;
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus,
.nav-pills &gt; li &gt; a:hover,
.nav-pills &gt; li &gt; a:focus {
  color: #777777;
  background-color: transparent;
  border-bottom: 1px solid #777777;
}
.nav-pills.style-2 &gt; li &gt; a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills.style-2 &gt; li.active &gt; a,
.nav-pills.style-2 &gt; li.active &gt; a:hover,
.nav-pills.style-2 &gt; li.active &gt; a:focus,
.nav-pills.style-2 &gt; li &gt; a:hover,
.nav-pills.style-2 &gt; li &gt; a:focus {
  color: #09afdf;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
}
.nav-pills &gt; li + li {
  margin-left: 5px;
}
.nav-pills.nav-stacked &gt; li + li {
  margin-left: 0;
}
.nav-pills.nav-stacked &gt; li &gt; a {
  padding: 5px 0px;
  color: #777777;
}
.nav-pills.nav-stacked.list-style-icons &gt; li &gt; a {
  padding: 4px 0px;
}
.nav-pills.nav-stacked &gt; li.active &gt; a,
.nav-pills.nav-stacked &gt; li.active &gt; a:hover,
.nav-pills.nav-stacked &gt; li.active &gt; a:focus,
.nav-pills.nav-stacked &gt; li &gt; a:hover,
.nav-pills.nav-stacked &gt; li &gt; a:focus {
  color: #09afdf;
  background-color: transparent;
  border-color: transparent;
}
.nav-pills.nav-stacked:not(.list-style-icons) &gt; li &gt; a:after {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 6px;
  color: #d1d1d1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-pills &gt; li.active &gt; a:after {
  color: #09afdf;
}
.nav-pills.nav-stacked:not(.list-style-icons) &gt; li.active &gt; a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) &gt; li.active &gt; a:focus:after,
.nav-pills.nav-stacked:not(.list-style-icons) &gt; li &gt; a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) &gt; li &gt; a:focus:after {
  color: #0c9ec7;
  right: 10px;
}
.nav-pills.nav-stacked.list-style-icons &gt; li &gt; a &gt; i {
  padding-right: 10px;
  font-size: 14px;
  color: #cdcdcd;
}
.nav-pills.nav-stacked.list-style-icons &gt; li.active &gt; a &gt; i,
.nav-pills.nav-stacked.list-style-icons &gt; li &gt; a:hover &gt; i,
.nav-pills.nav-stacked.list-style-icons &gt; li &gt; a:focus &gt; i {
  color: #0c9ec7;
}
/* Process pills */
.process .nav-pills &gt; li + li {
  margin-left: 40px;
  position: relative;
}
.process .nav-pills &gt; li + li:after {
  font-family: "FontAwesome";
  content: "\f101";
  position: absolute;
  top: 6px;
  left: -24px;
  width: 10px;
  color: #cdcdcd;
}
/*footer*/
.footer-content .nav-pills &gt; li &gt; a {
  padding: 4px 0px;
}
.footer-content .nav-pills.nav-stacked &gt; li &gt; a:after {
  top: 5px;
}
.dark .footer-content .nav-pills &gt; li &gt; a,
.dark .footer-content .nav-pills &gt; li.active &gt; a,
.dark .footer-content .nav-pills &gt; li.active &gt; a:focus,
.dark .footer-content .nav-pills &gt; li &gt; a:focus {
  color: #999999;
}
.dark .footer-content .nav-pills &gt; li.active &gt; a:hover,
.dark .footer-content .nav-pills &gt; li &gt; a:hover {
  color: #0c9ec7;
}

/* react native */
.box-left {
	width:200px; height:58px;
	background-color: #F1F4F7;
    margin:5px; padding:10px; 
	box-shadow:4px 5px 7px -2px #6E747F;
	border-radius:6px;
	border:1px solid #cccccc;
	vertical-align: middle;
}
.box-target {
  	vertical-align: middle;
	font-size: 0.8em; 
	color: #223E5F; 
	padding: 0em 0.5em;
	font-weight: 300;
}

.box-left2 {
	width:auto; height:auto;
	background-color: #FFFFFF;
    margin:5px; padding:10px; 
	box-shadow:4px 5px 7px -2px #6E747F;
	border-radius:6px;
	border:1px solid #cccccc;
	vertical-align: middle;
}
.box-target2 {
  	vertical-align: middle;
	font-size: 0.9em; 
	color: #223E5F; 
	padding: 0em 1em;
	font-weight: 600;
}</pre></body></html>