@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}


body {
    margin: 0
}

main {
    display: block
}
footer a{
    color: #fff;
    text-decoration: none;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
.howtouse{
    padding-top: 50px;
}
pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
.sp-non{
    display:block;
  }
  .sp-block{
    display: none;
  }

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
body {
    height: 100%;
    position: relative;
    background-color: #fff;
    color: #444444;
    -webkit-print-color-adjust: exact;
    word-wrap: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-feature-settings: "palt","kern";
    font-family: YakuHanJP,Noto Sans JP,sans-serif;
}
.key-blue{
    color: #3986BC;
}
.menu-btn,.menu-icon,.menu{
    display: none;
}

.hero-Main{
    background:linear-gradient(#89C9F4,#B9E2FF) ;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}
.hero-Main::before{
    content: url(../images/hero_bg.png) ;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 24vw;

}
.hero-Main_Container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}


.hero-Main:before {
    height: 133px
}

.hero-Main_Container {
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 128px;
}

.hero-Main_Body {
    width: 54.7%;
    padding-bottom: 23px
}

.hero-Main_Catch {
    text-align: left;
    width: 100%;
}

.hero-Main_Heading {
    font-size: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.3;
    letter-spacing: .06em;
    font-weight: bold;
    text-align: center;
}

.hero-Main_Paragraph {
    width: auto;
    margin-top: 10px;
    text-align: left
}

.hero-Main_Paragraph p {
    font-size: 16px;
    text-align:left;
}
.hero-Main_Content {
    width: 83.3%;
}
.hero-Main_Button {
    margin-top: 5px
}

.hero-Main_Image {
    width: 44.67vw;
    margin-top: 9.07vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero-Main_Content {
    width:100%;
}

.hero-Main_Button .sw-Button {
    font-size: 18px
}

.hero-Main_Mark {
    margin-top: 10px;
    text-align: left
}

.hero-Sub_Container {
    max-width: 620px;
    padding-top: 40px;
    padding-bottom: 40px
}

.hero-Sub_Title {
    font-size: 32px
}
.sw-Button {
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.8em 1em;
    border-radius: 50px;
    border: 2px solid #DC1A1A;
    background: #DC1A1A;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none!important;
    color: #fff;
    font-weight: 400;
    font-family: YakuHanJP,Noto Sans JP,sans-serif;
    letter-spacing: .04em;
    transition: all .2s ease;
    width: 100%;
}
.hero-Main_Attention{
    text-align: center;
    color:#DC1A1A;
}
section{
    padding: 30px 0 ;
}
.inner{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.testa-banner{
    margin-bottom: 30px;
}
.testa-banner img{
    margin: 0 auto;
}
.sec-title{
    text-align: center;
    margin: 50px auto;
}
.sec-title h2{
    text-align: center;
    position: relative;
    font-size: 2.5rem;
    margin: 0 auto;
    display: inline-block;
}
.sec-title h2 span{
    position: absolute;
    font-size: 14px;
    top: 47px;
    left:28%;
}
.sec-title.voice h2 span{
    left:17%;
}
.sec-title.news h2 span{
    left:21%;
}
.section_securities .sec-title h2 span{
    position: absolute;
    font-size: 14px;
    top: 47px;
    left: 30%;
}
li{
   list-style:none;
}
.news-list{
    margin: 30px 0;
}
.news-list ul{
    padding-left: 0;
}
.news-list li{
    padding: 10px 0;
    border-bottom: 1px dotted #333;
}
.news-list li:first-child{
    border-top:  1px dotted #333;
}
.news-list dl{
    display: flex;
}
.news-list dt{
    width: 35%;
}
.news-list dd{
    width: 70%;
}
.section_about{
    background-color: #B9E2FF;
}
.-flex{
    display: flex;
}
.justify-sb{
    justify-content: space-between;
}
.flex-left,.flex-right{
    width: 45%;
    display: flex;
    align-items: center;
}
.section_about,.section_securities,.section_banner{
    padding: 50px 0;
}
.section_about .-flex{
    margin: 50px 0;
}
.section_feature h3{
    font-weight: bold;
    font-size: 2.3rem;
    text-align: center;
    margin: 30px 0;
}
.flex-right.feature{
    flex-direction: column;
}
.flex-right.feature ul{
    padding-left: 0;
}
.flex-right.feature ul li{
    list-style: disc;
font-size: 14px;
}
.flex-right.feature p{
    line-height: 1;
}
.flex-right.feature small{
    font-size: 10px;

}
table.fas_table_colrowheader{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}
table.fas_table_colrowheader th{
	border: 1px solid #333;
	padding: 5px;
	font-weight: normal;
	background: #49ABEF;
	color: #fff;
	text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
}
table.fas_table_colrowheader td{
	border: 1px solid #49ABEF;
    font-weight: bold;
    color: #49ABEF;
    font-size: 24px;
	padding: 5px;
	text-align: center;
}
table.fas_table_colrowheader td:first-child{
	position: relative;
	color: #49ABEF;
}
table.fas_table_colrowheader tr:nth-child(odd){
    background-color: #ECECEC;
}
.section_voice{
    background-color: #E9F6FF;
    padding: 50px 0;
}
.voice_box{
    width: 45%;
    padding: 20px;
    border-radius: 20px;
    box-shadow:  3px 3px 3px #444444;
    background-color: #fff;
    margin-bottom: 20px;
}

.voice_box img{
        margin: 0 auto 20px auto;
        display: block;
}
.f-wrap{
    flex-wrap: wrap
}
.banner_text{
    margin-top: 40px;
}

footer{
    background-color: #1F5186;
    color: #fff;
    padding: 50px 0;
}

footer ul:first-child{
    margin-bottom: 30px;
}
footer ul li{
    line-height: 2;
    margin-left: 10px;
}
.footer_right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_sub{
    text-align: center;
    background-color: #000C4D;
    padding: 20px 0;
    color: #fff;
}
.footer_left,.footer_right{
    width: 45%;
}

.houto-left{
    width: 25%;
}
.houto-left dt{
    background-color: #3986BC;
    color: #FFF;
    padding: 20px 20px;
    border-radius: 20px;
    text-align: center;
    margin: 5px 0 ;
}
.houto-left dd{
    display: flex;
    align-items: center;
    justify-content: center;
}
.houto-right{
    width: 70%;
    margin-left: 5%;
}

/* flow */
.flow-sec{
    background-color: #E8F6FF;
}
.flow-sec__title{
    background-color: #3986BC;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 30px 0;
}
.flow-sec__title h2{
    margin-top: 10px;
}
.flow-box{
    margin: 50px 0;
}
.flow-sec__inner .flow-box dl dt{
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #3986BC;
    color: #fff;
    height: 50px;
    margin-right: 0.5em;
    text-align: center;
   flex-direction: column;
   align-items: center;
    font-size: 14px;
}
.flow-box dd{
    display: flex;
    align-items: center;
    width: 90%;
}
.flow-box-img{
    border-radius: 40px;
    background-color: #fff;
    opacity: 0.8;
    padding: 50px 0;
    margin: 10px 0;
}
.flow-box-img img{
    display: block;
    margin: 0 auto;
}
.houto-left{
    width: 30%;
}
.howto-right{
    width: 70%;
}
.howto-Main{
    padding-top: 50px;
}
.manual_title{
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 3px solid #3986BC;
}
.interview h2{
    color: #3986BC;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 3px solid #3986BC;
}
.balloon,.balloon2 {
    width: 80%;
    margin: 1.5em auto;
    display: flex;
  }
  .balloon2 .chatting{
    margin:  0 0 0 auto;
  }
  .houto-left a{
    text-decoration: none;
    color:#333;
  }
  
  .balloon .faceicon,.balloon2 .faceicon {
    width: 80px;
  }
  
  .balloon .faceicon img,.balloon2 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
  }
  
  .balloon .chatting {
    width:80%;
}
.balloon2 .chatting{
    width: 80%;
}
  
  .says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 20px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
    box-shadow: 3px 3px 3px #b9e2ff;

  }
  .balloon2 .says {
    display: block;
    position: relative; 
    margin: 0px 20px 0 5px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #CBFFE0;
    box-shadow: 3px 3px 3px #b9e2ff;
  }
  
  .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
  }
  .balloon2 .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: inherit;
    right: -24px;
    border: 12px solid transparent;
    border-left: 12px solid #CBFFE0;
  }
  
  .says p {
    margin: 0;
    padding: 0;
  }

  .text_page h2{
    font-size: 2rem;
  }
  .text_page .title{
    text-align: center;
    color: #333;
}
.text_page .title span{
    font-size: 1.3rem;
}
.main-text{
    margin-top: 50px;
    margin-bottom: 50px;
}
.text_page dl{
    margin-top: 30px;
}
.text_page dt{
    border-bottom: 1px solid #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.text_page dd{
 line-height: 1.5;
}
.specified-list dt{
    width: 20%;
    font-weight: bold;
    border-bottom: 0;
    margin-left: 20px;
}
.specified-list dd{
    width: 80%;
}
.specified-sub-title{
    font-size: 1.3rem;
}
.specified-list .last{
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.text_page .specified-list dt{
    margin-bottom: 0;
}   
.make_day{
    text-align: right;
    margin-top: 40px;
    margin-bottom: 50px;
}
.tab{
    margin: 40px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tab-box{
    border-radius: 30px;
    width: 28%;
    padding: 10px ;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    color: #333;
    text-decoration: none;
    box-shadow: 2px 2px 2px #6e6e6e;
}
.faq-content dl{
    border-bottom: 1px solid #000;
    display: flex;
    margin-top: 50px;
}
.faq-content dt img{
    width: 80px;
    margin-bottom: 10px;
}
.faq-content dd{
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
}

/* よくある質問 */

.accordion-container {
    margin: 50px auto 0;
    width: 95%;
    margin: 0 0 0 auto;
  }
  
  .accordion-list:not(:first-child) {
    margin-top: 10px;
  }
  
  .accordion-title {
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 40px;
    position: relative;
    border-bottom: 1px solid #000;

    & p{
        padding-right: 30px;
        padding-left: 10px;
    }
  }
  
  .accordion-title:after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
  }
  .accordion-title{
    display: flex;
    align-items: center;
  }
  .accordion-text {
    border-bottom: 1px solid #000;
    display: none;
    padding: 20px 40px;
  }  
  .accordion-title.open:after {
    transform: rotate(-45deg);
    top: 45%;
    display: flex;
    align-items: center;
  }
  .accordion-title.open .accordion-text{
    display: flex;
    align-items: center;
  }

  .accordion-text {
    & p{
       
        padding-left: 10px;
    }
  }
  .accordion-container {
    width: 97%;
}
  .accordion-title img,.accordion-text img{
    width: 50px;
  }
  .accordion-text img{
    width: 50px;
    margin-right: 20px;
  }
  .accordion-title span,.accordion-text span{
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  .accordion-title span{
    width: 50px;
    display: contents;
  }
.yellow-box{
    border: 1px solid #40609E;
    background-color: #FDFFE3;
    font-size: 16px;
    padding: 20px 40px;
    margin: 30px 0;
}
.download-box{
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 2px 2px 2px #888;
    padding: 30px;
    margin: 50px 0;
}
.download-box h2{
    margin-bottom: 20px;
}
.download-box h2,.download-box p{
    text-align: center;
}
.download-box .left{
    width: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.download-box .left p{
    text-align: left;
}
.download-box .right{
    width: 55%;
    margin-left: 5%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.todownload{
    background-color: #3986BC;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    margin: 30px 0;
    width: 100%;
    outline: none;
padding: 20px;
border: none;
position: relative;
}
.todownload::after{
    position: absolute;
    content: "＞";
    color: #fff;
    top: 35%;
    right: 5%;

}
.subBtn{
    justify-content: space-around;
}
.subBtn a{
    width: 48%;
}
.tosub{
    width:100%;
    position: relative;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    padding: 10px;
    border: 1px solid #000;
}
.tosub::after{
    position: absolute;
    color: #000;
    top:27%;
    right: 5%;
    content: "＞";
}
.cp_cont{
    display: none;
}
.manual_title span{
    font-size: 1.2rem;
}
.sitemap_ul{
    display: list-item;
    list-style: none;
    margin-bottom: 50px;
    padding-left: 0;
}
.sitemap_ul li{
    display:flex;
    border-bottom: 1px solid #333;
    align-items: center;
    padding: 40px 10px 10px 10px;
    font-size: 20px;
    font-weight: bold;

}

.sitemap_ul li img{
    margin-right: 10px;
    width: 50px;
}
.sitemap_ul li a{
    color: #000;
    text-decoration: none;
}
.second-arr{
    margin-left: 50px;
}
ul.sitemap_ul::marker{
    display: none;
}

.sitemap_ul .sitemap_manual-cat li{
    padding: 10px;
    border: none;
}
.pagination {
    justify-content: space-between;
    max-width:365px;
    margin: 0 auto;
}
.pagination a{
    padding: 10px 14px;
    border:2px solid #3986bc;
    color: #3986bc;
    font-size: 1rem;
    text-decoration: none;
}
.page-num {
    margin: 13px auto;
}
.page-num a{
    padding: 11px 14px;
    border:2px solid #3986bc;
    color: #3986bc;
    font-size: 1rem;
    text-decoration: none;
    margin: 0 5px;
}
.page-num a.current{
    background-color: #3986BC;
    color: #fff;
}

#int-start{
    margin-top: -80px;
    padding-top: 80px;
}
.page-number{
    position: relative;
    text-align: right;
    color: #3986BC;
    max-width: 860px;
    margin: 50px auto;
}

.page-number::before{
    content:"";
    display:block;
    width:83%;
    height:1px;
    background-color:#3986BC;
    position:absolute;
    top: 14px;
    right: 57px;
}

/* ログインページ */
.login-page{
    background-color: #B9E2FF;
    padding: 100px 0 150px 0;
}
.login-area{
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.login-logo{
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto 20px auto;
}
.login-form{
    max-width: 400px;
    max-width: 0 auto;
}
.login-area input{
    background-color: #eeeeee;
    border: none;
    padding: 10px;
    height: 40px;
    width: 98%;
    margin: 10px auto 10px auto;
}
.login-area button{
    background-color: #1F5186;
    color: #fff;
    text-align: center;
    width: 110%;
    padding: 20px;
    border: none;
    font-weight: bold;
}
.acount-reg{
    display: block;
    margin: 10px auto;
}

/* フォーム */
.login-area.account{
    max-width: 800px;
}
.login-area input.Form-Btn{
    background-color: #224972;
    color: #fff;
    width: 100%;
    margin: 0px auto 50px auto;
    padding: 25px 0 50px 0;
}
.Form {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
.Form-Item-Note{
    text-align: left;
}
.Form-Item-Group {
    display: flex;
    justify-content: space-between;
    width: 91%;
  }
  .Form-Item-Sub {
    flex: 1;
    margin-right: 10px;
  }
  .Form-Item-Sub:last-child {
    margin-right: 0;
  }
  @media screen and (max-width: 480px) {
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
      margin-bottom: 10px
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #224972;
    color: #fff;
    font-size: 14px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #224972;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
    .Form-Item-Group{
        flex-direction: column;
    }
  }