@charset "UTF-8";

input[type = 'email'], input[type = 'number'], input[type = 'password'], input[type = 'search'], input[type = 'tel'], input[type = 'text'], input[type = 'url'], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0.1rem solid #999999;
	border-radius: .4rem;
	box-shadow: none;
	box-sizing: inherit;
	height: 3.8rem;
	padding: 0.3rem 1.0rem;
	width: 100%
}

input[type = 'email']:focus, input[type = 'number']:focus, input[type = 'password']:focus, input[type = 'search']:focus, input[type = 'tel']:focus, input[type = 'text']:focus, input[type = 'url']:focus, textarea:focus, select:focus {
	border-color: #59C427;
	outline : 0
}

select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 3.0rem
}

li {
    list-style: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.header-navi {
    /*overflow: hidden;*/
    display: flex;
}

.header-navi .logo {
    display: flex;
    float: left;
    margin-right: 3px;
}

.header-navi .logo img {
    min-width: 210px;
}

.header-navi .step {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-left: auto;
    margin-right: auto;
}

.header-navi .step img {
    min-width: 320px;
}

hr.header-line {
    border-top: 5px solid #f96985;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.logo-step {
    font-size: 200%;
    margin-bottom: 10px;
    color: #43921D;
    font-weight: bold;
}

h3 {
    text-align: left;
    font-size: 200%;
    color: #43921D;
    letter-spacing: 0.25em;
    margin: 0;
    padding: 0;
}

h4 {
    margin: 0;
    padding: 0;
}

h4.top {
    font-size: 150%;
    margin-bottom: 10px;
    color: #43921D;
    font-weight: bold;
}

.unit-line {
    border-top: 2px solid #F96985;
    margin: 0 5px;
}

.checkbox, .radio
{
    z-index: -1;
    position: absolute;
    width:0;
    height:0;
}

.CheckBoxLabelClass {
    background: #fff url("images/checkbox.png") no-repeat 2px 0;
    margin-right:20px;
    padding-left:52px;
}
 
.radiolabel{
    background: #fff url("../img/radio_off.svg") no-repeat 2px center;
    padding-left:54px;
    padding-top:18px;
    padding-bottom:18px;
    font-size:110%;
}
          
.LabelSelected, .RadioSelected{
    background-position: 2px bottom;
    background: #fff url("../img/radio_on.svg") no-repeat 2px center;
    color:#007777;
}

.right {
    text-align: right;
}

#site-header {
   /*argin-top: 20px;*/
}

#site-header.l-header {
    box-shadow: 0 0 #0000;
}

#site-header .c-header-logo {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

.l-page-container .l-section {
    padding: 28px 0 80px;
}

/* ご利用の注意事項　ここから */
#unit-result-caution-box {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #3C5BB9;
    border-radius: 10px;
}

#unit-result-caution-button {
  font-size: 90%;
  padding: 15px 10px;
  background: #ffffff;
  color: #0033CC;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color 0.15s linear, color 0.15s linear, box-shadow 0.3s linear;
  text-align: center;
}

#unit-result-caution-button:hover {
    background: #BCE9FF;
    color: #3C5BB9;
}

#unit-result-caution {
    margin: 16px 24px 16px;
    font-size: 90%;
    text-align: left;
    display: none;
}
/* ご利用の注意事項　ここまで */

.l-page-contents .top-button-box {
    margin-top: 20px;
}

.l-page-contents .top-button-box h4 {
    text-align: center;
}

.l-page-contents .top-button-box .menu-button {
    text-align: center;
}

.l-page-contents .top-button-box .menu-button img {
    margin: 10px;
}

/* 次へ、戻るボタン ここから */
.button-navi {
    text-align: center;
}

.button-navi .seni-btn-box {
    display:flex;
    justify-content: center;
}

.button-navi .seni-btn-box.reverse {
    flex-direction: row-reverse;
}

.button-navi .seni-btn-box button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    transition: 0.2s;
    margin-left: 10px;
    margin-right: 10px;
}

.button-navi .seni-btn-box button:hover {
    opacity: 0.7;
}
/* 次へ、戻るボタン ここまで */

/* ページトップへボタン ここから */
html {
    scroll-behavior: smooth;
}

.pagetop {
    display: none;
    height: 35px;
    width: 150px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 5;
}

.pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    background: #f96985;
    /*border: solid 2px #000;*/
    border-radius: 17px;
}
/* ページトップへボタン ここまで */

@media screen and (max-width: 959px) {
    .l-header {
        position: absolute;
    }
}

@media screen and (max-width: 767px) {
    .header-navi {
        display: inline-block;
        width: 100%
    }
    
    .header-navi .logo {
        display: inline-block;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .header-navi .step {
        display: inline-block;
        float: none;
        align-items: normal;
        justify-content: flex-start;
        text-align: center;
        width: 100%
    }
    
    .header-navi .logo img {
        max-width: 125px;
        height: auto;
    }
}

/*
** footer
*/
#footer {
    /*min-width: 350px;*/
    margin: 50px 20px 20px;
}
#footer .l-footer_inner {
  margin: auto;
  font-size: 0;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 747px) {
  #footer .l-footer_inner {
    width: inherit;
	margin:0;
  }
}

#footer .l-footer_inner .l-footer_branch {
  margin: auto;
  max-width: 560px;
}
@media screen and (max-width: 747px) {
  #footer .l-footer_inner .l-footer_branch {
    width: inherit;
  }
}

#footer .l-footer_sharelist {
  margin: auto;
  text-align: center;
  background-color: #f0f1f3;
  padding: 30px 0;
  /*display: flex;*/
  align-items: center;
}

#footer .l-footer_sharelist p {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.3em;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
}

#footer .l-footer_sharelist ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

#footer .l-footer_sharelist li {
  margin-right: 24px;
  width: 20px;
  /*height: 20px;*/
  display: inline-block;
  vertical-align: middle;
}

#footer .l-footer_sharelist li:last-child {
  margin-right: 0;
}

#footer .l-footer_sharelist li:hover {
  opacity: 0.8;
}

#footer .l-footer_sharelist img {
  max-height: 100%;
}

#footer_copyright {
  padding: 20px;
  max-width: 960px;
  min-width: 375px;
  margin: auto;
  position: relative;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 747px) {
  #footer_copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            
  }
}

#footer_copyright address {
  font-size: 12px;
  line-height: 1.3;
  color: #333;
  font-style: normal;
  text-align: left;
}

@media screen and (min-width: 747px) and (max-width: 959px) {
  #footer_copyright address {
    font-size: 10px;
  }
}

@media screen and (max-width: 747px) {
  #footer_copyright address {
    text-align:center;
    display: block;
    font-size: 10px;
    margin-top: 10px;
  }
}

#footer_copyright ul {
  position: absolute;
  right: 0;
  top: 17px;
}

@media screen and (min-width: 747px) and (max-width: 959px) {
  #footer_copyright ul {
    top: 20px;
  }
}

@media screen and (max-width: 747px) {
  #footer_copyright ul {
    position: static;
    text-align: center;
  }
}

#footer_copyright ul li {
  font-size: 12px;
  display: inline-block;
  padding-right: 17px;
  margin-right: 17px;
  position: relative;
}

@media screen and (min-width: 747px) and (max-width: 959px) {
  #footer_copyright ul li {
    font-size:10px;
  }
}

@media screen and (max-width: 747px) {
  #footer_copyright ul li {
    font-size: 10px;
    padding-right: 10px;
    margin-right: 10px;
  }
}

#footer_copyright ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #bdbdbd;
}

@media screen and (max-width: 747px) {
  #footer_copyright {
    padding: 20px 10px;
  }
  #footer_copyright ul li:after {
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#footer_copyright ul li a {
  color: black;
}

#footer_copyright ul li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
    #footer .l-footer_sharelist p {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #footer .l-footer_sharelist ul {
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0;
    }
    
    .l-page-contents .top-button-box .menu-button img {
        max-width: 280px;
    }
    
}

.error-message {
    color: #FF0000;
    text-align: center;
    background-color: #ffdddd;
    border-radius: 4px;
}
