@charset "UTF-8";

/*---------- header ----------*/
#header{
	width: 900px;
	margin: 0 auto;
}
header .header-top{
	padding: 14px 0;
	justify-content: space-between;
	align-items: center;
}
header .header-top .logo-area{
	display: block;
}
header .header-top .pc-show,
header .header-top .qp-logo{
	display: none;
}
header .header-top .logo-area img,
#footer .logo-area img{
	height: 30px;
}
#footer {
	width: auto;
	padding-bottom:0;
}
#footer footer {
	width: 910px;
	margin:auto;
}
header .header-top ul li{
	display: inline-block;
	margin: 0 0 0 40px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
header .header-top ul li::before{
	content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: solid 1px #33a2c3;
    border-right: solid 1px #33a2c3;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -14px;
}
header nav.gnav ul{
	justify-content: center;
}
header nav.gnav ul li{
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	border-right: 2px solid #fff;
	padding: 0 40px;
    margin: 16px 0;
}
header nav.gnav ul li:last-child{
	border-right: none;
}
header nav.gnav ul li a{
	color: #fff;
	display:block;
	transform: skewX(-150deg);
}
header .bgc-navy ,
header .navToggle,
header .globalMenuSp,
#footer .bg-full,
#stop {
    display: none;
}

body #contents {
	padding-top: 0 !important;
}
footer .footer-btm {
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.flex {
    display: flex;
}
.copyright-area {
    text-align: center;
    color: #999;
    margin: 10px 10px 20px;
    font-size: 130%;
}

#sj094 .txt_navy {
  color: #0f228b;
}
#sj094 .txt_purple {
  color: #5375cf;
}
#sj094 .btn {
  width: 570px;
  margin: 0 auto;
}
#sj094 .btn a {
  margin-bottom: 0.3em;
  font-size: 0.9375rem;
}
#sj094 .how-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 2.8em;
}
#sj094 .how-boxs .how-box {
  width: 450px;
  margin: 0;
}
#sj094 .how-box {
  max-width: 610px;
  margin: 0 auto;
  padding: 2em 1.5em;
  background: #efefef;
  border-radius: 10px;
}
#sj094 .how-box .ttl {
  width: 96%;
  padding: 0.7em 0.5em;
  margin: -3em auto 0;
  background: #8bc346;
  border-radius: 3em;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
#sj094 .how-box > figure {
  margin: 1.5em 0 1.7em;
  text-align: center;
}
#sj094 .how-box a.btn_blue {
  width: 350px;
  margin: 0 auto;
  padding: 1.2em;
}
#sj094 .how-box .step p {
  margin-bottom: 0.2em;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
#sj094 .how-box .step .success {
  display: block;
  padding-bottom: 0.4em;
  font-size: 1.4375rem;
  border-bottom: 4px solid #ef458b;
  text-align: center;
  color: #ef458b;
}
#sj094 .how-box .step a.triangle:first-of-type {
  margin-top: 0.2em;
}
#sj094 .how-box .step .arw {
  display: block;
  margin: 1em 0 0.8em;
  text-align: center;
}
#sj094 .how-box .step dt {
  position: relative;
  padding: 0.25em;
  margin-bottom: 0.8em;
  font-size: 1rem;
  text-align: center;
  background: #5375cf;
  color: #fff;
  border-radius: 5px;
}
#sj094 .how-box .step dt::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 9px 6px 0;
  border-color: #5375cf transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  margin: auto;
}
#sj094 .how-box .step dd {
  margin-bottom: 1.5em;
}
#sj094 .how-box .step ul {
  margin-top: 0.5em;
  text-align: center;
}
#sj094 .how-box .step ul a {
  color: #246cc0;
}
#sj094 .how-box .step li + li {
  margin-top: 1.15em;
  position: relative;
}
#sj094 .how-box .step li + li::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 10px 7px 0;
  border-color: #5375cf transparent transparent transparent;
  position: absolute;
  right: 0;
  top: -0.95em;
  left: 0;
  margin: auto;
}
#sj094 .how-box .step + p {
  margin-top: -0.3em;
}
#sj094 .how-uc .how-box {
  padding: 2em 2.5em;
}
/*sect--main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sj094 .sect--main figure {
  margin-bottom: 1.4em;
}
#sj094 .sect--main figure img {
  width: 100%;
}
#sj094 .sect--main .merit {
  padding: 0.5em 2.7em;
}
#sj094 .sect--main .merit-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sj094 .sect--main .merit-box {
  width: 410px;
  padding: 1.4em 1em;
  margin-bottom: 1em;
  background: #e4eaf9;
  border-radius: 10px;
}
#sj094 .sect--main .merit-box .ttl {
  margin-bottom: 1em;
  text-align: center;
}
#sj094 .sect--main .merit-box .ttl img {
  width: 380px;
}
#sj094 .sect--main .merit-box p {
  padding: 0 0.5em;
}
#sj094 .sect--main .btn {
  padding-top: 1.8em;
}
.osaifu-mark{
  position: relative;
  top: -7px;
  margin-right: 5px;
}
/*sect--cmp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sj094 .sect--cmp img {
  width: 639px;
  display: block;
  margin: 0 auto;
}
#sj094 .sect--cmp .atten {
  max-width: 639px;
  margin: 10px auto 0;
}
/*sect--store
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sj094 .sect--store figure {
  text-align: center;
  margin: 2em 0;
}
#sj094 .sect--store figure img {
  max-width: 198px;
}
#sj094 .sect--store .gray_box {
  width: 440px;
  padding: 1.3em;
  margin: 0 auto 1.3em;
  font-size: 1rem;
}
/*sect--how
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sj094 .sect--how .anchor {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.85em 1.1em;
  margin-bottom: 3.5em;
  margin-top: 0;
}
#sj094 .sect--how .anchor a {
  width: 434px;
  padding: 1.3em;
}
#sj094 .sect--how .anchor .btn_arrow::before {
  transform: rotate(90deg);
}
#sj094 .how-uc .success {
  max-width: 410px;
  margin: 0 auto;
}
#sj094 .how-uc .step ul {
  padding: 0.8em 0;
  margin: 1em 0 0.5em;
  border-top: 3px dotted #999;
  border-bottom: 3px dotted #999;
}
#sj094 .how-uc .step dd {
  margin-bottom: 1.8em;
}
/*sect--use
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sj094 .sect--use .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 2em;
}
#sj094 .sect--use .step dl {
  width: 230px;
  margin: 0 0.6em;
}
#sj094 .sect--use .step dt {
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}
#sj094 .sect--use .step dl:not(:last-of-type) dt::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 18px 0 18px 14px;
  border-color: transparent transparent transparent #b3b3b3;
  position: absolute;
  right: -1.2em;
  top: 22px;
  bottom: 0;
  margin: auto;
}
#sj094 .sect--use .step dt img {
  width: 170px;
}
#sj094 .sect--use .use-detail {
  margin-bottom: 3.8em;
  text-align: center;
}
#sj094 .sect--use .use-detail .ttl {
  width: 154px;
  margin: 0 auto 0.3em;
  padding: 0.5em;
  color: #fff;
  font-size: 0.8125rem;
  background: #998675;
  border-radius: 20px;
  font-weight: bold;
}
#sj094 .sect--use .use-detail figure img {
  width: 418px;
}
#sj094 a.btn-support {
  display: block;
  margin: 5em auto 0;
  width: 580px;
}
#sj094 a.btn-support img {
  width: 100%;
}
/*sect--change
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sj094 .sect--change .lead {
  font-size: 1.25rem;
  text-align: center;
}
#sj094 .sect--change .how-boxs {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#sj094 .sect--change .how-box {
  padding-top: 3em;
}
#sj094 .sect--change .how-box .ttl {
  margin: -4em auto 1em;
}


.sc21-GlobalFooter-arrowLinkList {
	margin-top: -0.625rem
}
.sc21-GlobalFooter-arrowLinkList.-inline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem
}
.sc21-GlobalFooter-sitemapsInner {
	text-align:center;
	font-size:0.8rem;
}
.sc21-GlobalFooter-arrowLinkList.-inline .sc21-GlobalFooter-arrowLinkListItem {
	margin-top: .625rem;
	margin-right: 1rem;
}