@charset "UTF-8";
/* CSS Document */

/* maincolor  rgba(0,77,132,1.00)    */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img{
	vertical-align: bottom;
	max-width: 100%;
    font-size: 16px;
}
body, html {
    width: 100%;
    height: 100%;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.75em;
    font-size: 16px;
}

body {
    overflow-x: hidden;
    letter-spacing: 0.14em;
    font-family: 'Montserrat', sans-serif;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul , li{
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}


.sp{
		display:none !important;	
	}
.cf:after {
	content: "";
	clear: both;
	display: block;
}

a{
    color: #000000;
    text-decoration: none;
}

/*-------
color_bl:#336fd2
color_lb01:#f9fafe
color_lb02:#e1eaf8

-------------*/



/*---------------------
COMMON
----------------------*/
    .content{
        width: 1000px;
        margin: 0 auto;
    }

    a:hover,
    a:hover *{
        opacity: 0.8;
    }

    .sec{
        padding: 60px 0;
    }

/*header*/    
    header{
        position: relative;
    }
    
    header .content{
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    header .content:after{
        content:url("../images/top/head_tel.png");
        position: absolute;
        top:30px;
        right: 200px;
        display: block;
    }

h1 span.h1_text{
    font-size: 11px;
    font-weight: normal;
}
    
    
@media screen and (min-width:1000px){
    
    header #global-nav{
        position: absolute;
        width: 100%;
        bottom: -60px;
        height: 60px;
        border-top:#e6e6e6 1px solid;
        border-bottom:#e6e6e6 1px solid;
        left: 0;
    }
    
    header span:nth-child(4){
        display: none;
    }
    
    header #global-nav ul{
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 1000px;
        margin: 0 auto;
    }
    
    header #global-nav li{
        width:calc(100% / 6);
        letter-spacing: 0;
    }
    
    header #global-nav li a{
        text-align: center;
        border-left:#e6e6e6 1px solid;
        display: block;
        font-size: 14px;
        height: 100%;
    }
    
    header #global-nav li:last-child a{
        border-right:#e6e6e6 1px solid;
    }
    
}
     
    .slider {
        width: 100%;
        max-width: 100%;
        margin-top: 53px;
        line-height: 0;
    }

    .slider-thm {
        max-width: 100%;
        background: #f2f2f2;
        padding: 30px 0;
        margin-top: -8px;
    }

    .slider-thm .slick-track{
        width: 1000px !important;
        display: flex;
        justify-content: space-between;
    }

    .slider-thm .slick-slide {
        width: calc((100% - 60px) / 4) !important;
    }

    .slider button{
        border: none;
        background: none;
    }
    
    .slider .slick-prev:before{
        position: absolute;
        content:url("../images/top/prev.png");
        left: 15%;
        top:calc(50% - 33px);
        display: block;
        z-index: 100;
    }
    
    .slider .slick-next:before{
        position: absolute;
        content:url("../images/top/next.png");
        right: 15%;
        top:calc(50% - 33px);
        display: block;
        z-index: 100;
    }




/*---------------------
TOP
----------------------*/
    h2{
        font-size: 45.5px;
        line-height: 1.5em;
        color: #336fd2;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .content_text{
        text-align: center;
    }
    
    span.gl{
        font-size: 14px;
        color:#808080;
    }
    
    .bd_ud{
        text-decoration: underline;
    }
    
    .top_sec01 .sec01_list{
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

   .top_sec02{
        background: #fafafa;
    }
    
    h2 span{
        font-size: 27px;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color:#666666;
    }
    
    .tab-area {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        margin-top: 50px;
    }
    .tab-area .tab {
        width: calc(50% - 15px);
        padding: 20px 0;
        text-align: center;
        color: #336fd2;
        border-radius: 5px 5px 0 0;
        background-color: #e1eaf8;
        font-size: 16px;
    }

    .tab-area .tab span{
        font-size: 21px;
        font-weight: bold;
    }
    .tab-area .tab.active {
        background-color: #336fd2;
        color: #ffffff;
        border: none;
    }

    .content-area {
        font-size: 30px;
        text-align: center;
    }
    .content-area .tab_content {
        display: none;
    }
    .content-area .tab_content.show {
        display: block;
    }
    
    .top_sec02 .sec02_tab_box01{
        background:#336fd2;
        padding: 30px 25px;
        display: flex;
        justify-content: space-between;
    }
    
    .top_sec02 .sec02_tab_box01 .sec02_tab_cont{
        background: #ffffff;
        padding: 40px 18px;
        width: calc(50% - 10px);
        text-align: center;
    }
    
    .top_sec02 .sec02_tab_box01 .sec02_tab_cont .sec02_tab_title01{
        font-size: 30px;
        font-weight: bold;
        color:#1a1a1a;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
    
    .top_sec02 .sec02_tab_box01 .sec02_tab_cont .sec02_tab_title02{
        font-size: 16px;
        color:#1a1a1a;
        margin-bottom: 10px;
    }
    .top_sec02 .sec02_tab_box01 .sec02_tab_cont .sec02_tab_title03{
        font-size: 18px;
        font-weight: bold;
        color:#336fd2;
        margin-bottom: 10px;
    }
    .top_sec02 .sec02_tab_box01 .sec02_tab_cont .sec02_tab_title04{
        font-size: 11px;
        color:#666;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .top_sec02 .sec02_tab_box01 .sec02_tab_cont .sec02_tab_text{
        font-size: 16px;
        color:#4d4d4d;
        margin-top: 10px
    }
    
    .top_sec02 .sec02_tab_box01 .sec02_tab_cont .sec02_tab_text span{
        color:#336fd2;
    }
    
    .top_sec02 .sec02_tab_box02{
        padding: 20px 0;
        border: 1px solid #336fd2;
        background:#f9fafe;
        font-size: 25px;
        letter-spacing: 0;
        font-weight: bold;
        margin-bottom: 10px;
        color: #4d4d4d;
        margin-top: 30px;
        line-height: 1.75em;
    }
    
    .top_sec02 .sec02_tab_box03{
        font-size: 14px;
        color:#4d4d4d;
        text-align: left;
        margin-top: 30px;
    }

    .top_sec03{
        background:#e1eaf8;
    }
    
    .top_sec03 .sec03_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    
    .top_sec03 .sec03_list li{
        margin-bottom: 30px;
    }

    .top_sec04{
        background: url("../images/top/bg_img.png") center;
        background-size: cover;
    }
    
    .top_sec04 h2{
        color:#ffffff;
    }
    
    .top_sec04 .top_sec04_text{
        font-size: 14px;
        color:#ffffff;
        margin: 30px 0 60px;
    }
    
    .top_sec04 .top_sec04_btnWrap{
        display: flex;
        justify-content:space-between;
    }

    .top_sec05{
        background:#e1eaf8;
    }
    
    .top_sec05 .top_sec05_list{
        display: flex;
        justify-content: space-around;
        margin-top: 50px;
    }
    
    .top_sec05 .top_sec05_list li{
        width:300px;
        padding: 30px;
        background: #ffffff;
        text-align: center;
    }    
    
    .top_sec05 .top_sec05_text{
        font-size: 16px;
        margin-top: 10px;
        letter-spacing: 0;
    }

    .top_sec06_a,
    .top_sec06_b{
        position: relative;
        width:50%;
        float: left;
        height: 500px;
    }
    
    .top_sec06_a h2,
    .top_sec06_b h2{
        color:#ffff00;
        font-size: 31px;
    }
    
    .top_sec06_a{
        background:#336fd2;
    }
    
    .top_sec06_b{
        background:#0086f3;
    }
    
    .content02{
        padding: 0 40px;
        position: absolute;
    }
    
    .top_sec06_a .content02{
        right: 0;   
    }
    
    .top_sec06_b .content02{
        left: 0;   
    }
    
    .top_sec06_btnWrap{
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    .top_sec06_b h2{
        margin-bottom: 60px;
    }
    
    .top_sec06_b .top_sec06_btnWrap{
         margin-top: 40px;   
    }

    .top_sec07 .top_sec07_list{
        display: flex;
        justify-content: space-between;
    }
    
    .top_sec07 .top_sec07_list li{
        width:305px;
        position: relative;
        text-align: center;
    }
    
    .top_sec07 .top_sec07_list .top_sec07_listImg{
        padding: 30px 0;
        background:#e1eaf8;
        margin-bottom: 30px;
    }
    
    .top_sec07 .top_sec07_list .top_sec07_title{
        font-size: 21px;
        color:#336fd2;
        font-weight: bold;
        margin-bottom: 20px;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    }
    
    .top_sec07 .top_sec07_list .top_sec07_text{
        font-size: 16px;    
    }
    
    .top_sec07 .top_sec07_img{
        margin-bottom: 40px;
    }
    
    .top_sec07 .top_sec07_list li:after{
        content:url("../images/top/sec07_icon.png");
        position: absolute;
        top:60px;
        right: -28px;
    }
    
    .top_sec07 .top_sec07_list li:last-child:after{
        content:none;    
    }

    .fixed_sec {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        padding: 30px 0;
    }

        .fixed_sec .fixed_text{
        font-size: 16px;
        font-weight: bold;
        color: #ff0000;
        letter-spacing: -1px;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .fixed_sec .fixed_text span{
        color:#283089;
    }
        
    .fixed_sec .fixed_btnWrap{
        display: flex;
        justify-content: space-between;
    }    
    
    footer.sec{
        text-align: center;
        background: #f2f2f2;
        padding-bottom: 365px;
    }
    
    footer .foot_list li{
        display: inline-block;
    }
    
    footer .foot_list li:nth-child(2):before,
    footer .foot_list li:nth-child(2):after{
        content:" | ";
    }
    
    footer .copy{
        color: #808080;
        font-size: 16px;
        margin-top: 100px;
    }


/*============

area

=============*/
    .last_sec{
        padding-bottom: 150px;
    }

    .pankuzu{
        padding-top: 100px;
    }    
    
    .pankuzu ul{
        text-align: left;
    } 
    
    .pankuzu li a{
        text-decoration: underline;
        color:#336fd2;
    } 
    
    .pankuzu li{
        display: inline-block;
        padding-right: 40px;
        position: relative;
    }    
    
    .pankuzu li:after{
        content:">";
        position: absolute;
        right: 10px;
    }    
    
    .page_text{
        font-size: 16px;
    }
    
    .pankuzu li:last-child:after{
        content:"";
    } 
    
    h3.page_title{
        font-size: 27px;
        line-height: 1.5em;
        color: #336fd2;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 70px;
    }
    
    h2.page_title{
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }

    .area_sec02{
        background: url(../images/top/bg_img.png) center;
        background-size: cover;
    }

    .area_sec02 .top_sec04_btn{
        margin-bottom: 30px;    
    }

    .map_content{
        padding: 50px;
        border: 6px solid #E6E6E6;
        margin-top: 50px;
    }

    .map_title01{
        color:#29ABE2;
        margin: 30px 0 10px;
        font-size: 21px;
        font-weight: bold;
    } 

    .map_title02{
        color:#22B573;
        margin: 30px 0 10px;
        font-size: 21px;
        font-weight: bold;
    } 

/*--------

provider

---------*/
    .provider_sec02 .provider_sec02_ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .provider_sec02 .provider_sec02_ul li{
        margin-bottom: 40px;
    }

    h3.page_title02{
        font-size: 27px;
        line-height: 1.5em;
        color: #336fd2;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 70px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }
    
/*--------

option

---------*/

    .option_cont{
        display: flex;
        justify-content: space-between;
    }

    .option_text01{
        font-size: 21px;
        font-weight: bold;
        margin-top: 22px;
        margin-bottom: 10px;
    }
    
    .option_cont02{
        padding: 50px;
        background: #f5f8fd;
        border: 1px solid #d8e3f6;
    }
    .option_box02{
        padding-left: 20px;
        width: calc(100% - 328px);
        box-sizing: border-box;
    }
    .option_text03{
        font-size: 27px;
        font-weight: bold;
    }
    .option_text04{
        font-size: 21px;
        font-weight: bold;
        margin-top: 30px;
    }
    
    .option_sec02 .tab-area .tab {
        width: calc(33% - 10px);
        padding: 20px 0;
        text-align: center;
        color: #336fd2;
        border-radius: 0;
        background: #f5f8fd;
        border: 1px solid #d8e3f6;
        font-size: 16px;
    }
    
    .option_sec02 .tab-area .tab.active {
        background-color: #336fd2;
        color: #ffffff;
        border: none;
        position: relative;
    }
    
    .option_sec02 .tab-area .tab.active:after {
        content:"";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 10px 0 10px;
        border-color: #336fd2 transparent transparent transparent;
        position: absolute;
        bottom:-20px;
        left: calc(50% - 10px);
    }
    
    .option_sec02 .title_on{
        display: none;
        margin: 0 auto;
    }
    .option_sec02 .active .title_on{
        display: block;
    }
    .option_sec02 .active .title_off{
        display: none;
        margin: 0 auto;
    }
    
    .option_sec02 .content-area{
        margin-top: 50px;
    }
    
    .option_sec02 .tab_content{
        padding: 30px;
        background: #f5f8fd;
    }
    
    .option_sec02 .tab_content h3.page_title{
        margin-top: 0
    }


/*===========

support

===========*/
    .support_ud_cont{
        padding: 30px;
        border:1px #E6E6E6 solid;
        border-top: none;
        height: calc(100% - 263px);
    }
    
    .support_ud_cont .support_point span{
        display: inline-block;
        padding: 3px 20px;
        border-radius: 50px;
        color:#ffffff;
        background: #336FD2;
        margin-right: 10px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    .support_ud_cont .support_text{
        margin-top: 15px;
        font-weight: bold;
    }
    
    .support_list{
        display: flex;
        justify-content: space-between;
        flex-wrap:wrap;
        margin-top: 30px;
    }
    
    .support_list li{
        width:calc(50% - 15px);
        margin-bottom: 50px;
    }   

/*============

contact

============*/
    .stepbar {
        display: flex;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

    .stepbar__item {
        box-sizing: border-box;
        position: relative;
        width: calc((100% - 30px) / 3);
        height: 60px;
        margin: 0 5px;
        padding: 1px;
        color:999999;
        font-size: 16px;
    }

    /* 重なり順を設定 */
    .stepbar__item:nth-child(1) {
        z-index: 4
    }

    .stepbar__item:nth-child(2) {
        z-index: 3
    }

    .stepbar__item:nth-child(3) {
        z-index: 2
    }

    .stepbar__item:first-child {
        margin-left: 0;
    }

    .stepbar__item:last-child {
        margin-right: 0;
    }

    .stepbar__item:not(:first-child)::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-right: 0;
        border-bottom: 30px solid transparent;
        border-left: 20px solid #ffffff;
    }

    .stepbar__item-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: #F2F2F2;
        font-size: 1rem;
        font-weight: bold;
    }

    .stepbar__item-inner--current {
        background: transparent;
        color: #ffffff;
        background: #336FD2;
    }

    .stepbar__item:not(:last-child) .stepbar__item-inner::before {
        position: absolute;
        content: "";
        top: 0;
        left: calc(100% - 1px);
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-right: 0;
        border-bottom: 30px solid transparent;
        border-left: 20px solid #F2F2F2;
    }

    .stepbar__item:not(:last-child) .stepbar__item-inner--current::before {
        border-top: 30px solid transparent;
        border-right: 0;
        border-bottom: 30px solid transparent;
        border-left: 20px solid #336FD2;
    }

    .stepbar__item:not(:last-child) .stepbar__item-inner--current::after {
        display: none;
    }
    .step_text{
        display: flex;
        margin: 35px 0;
    }
    
    .step_text dt{
        font-size: 21px;
        color: #336FD2;
        margin-right: 20px;
        font-weight: bold;
    }
    
    .step_text dd{
        font-size: 14px;
    }

    .submit .result-button-flex .btn{
      font-size: 20px;
      font-weight: bold;
      line-height: 85px;
      height: 100%;
      padding-top: 0px;
      padding-bottom: 0px;
      display: block;
      text-decoration: none;
      outline: none;
      border-radius: 3px;
      box-sizing: border-box;
      position: relative;
      color: #fff;
      background-color: #00cbe6;
      box-shadow: 0 3px 0 #336FD2;
    border: none;
    }
    .submit .result-button-flex .btn:hover {
      box-shadow: 0 1px 0 #336FD2
    }
    .submit .result-button-flex .btn:after {
      right: 10px;
      width: 5px;
      height: 5px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg)
    }
    .submit .result-button-flex .btn:hover {
      top: 2px
    }
    .submit .result-button-flex .btn:before, .submit .result-button-flex .btn:after {
      content: '';
      margin: auto;
      vertical-align: middle;
      position: absolute;
      top: 0;
      bottom: 0
    }
    .submit .result-button-flex .btn span {
      font-size: 0px;
      line-height: 0px;
      width: 100%;
      display: block;
      text-align: center;
      position: absolute
    }
    .submit .result-button-flex .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f78234;
      box-shadow: 0 3px 0 #b96127;
      cursor: pointer;
      border-radius: 5px;
      font-size: 26px;
      width:400px;
    }
    .submit .result-button-flex .btn:hover {
      box-shadow: 0 1px 0 #bf4800
    }
    .submit .result-button-flex .btn:after {
      content: none
    }
    .submit .result-button-flex .btn:before {
      content: '';
      display: inline-block;
      box-sizing: border-box;
      border: none;
      width: 19px;
      height: 10px;
      top: 4px;
      right: 12px
    }

    .submit .result-button-flex{
    position: relative;
    }
    
    .submit .result-button-flex:after {
    content: url("../simulation/img/btn_icon.png");
    position: absolute;
    top: 25px;
    right: 20px;
    }

/*=========

contact

==========*/
    #contact table{
        vertical-align:middle;
        width: 100%;
    }
    
    #contact th{
        position: relative;
        vertical-align: middle;
        background: #F2F2F2;
        border: 1px solid #CCCCCC;
        border-top: none;
        padding: 10px 10px 10px 25px;
        width: 245px;
    }
          
    #contact td{
        position: relative;
        border: 1px solid #CCCCCC;
        border-left: none;
        border-top: none;
        padding: 10px 15px 10px 25px;
        vertical-align: middle;
        line-height: 250%;
    }
          
    #contact tr:first-child th,
    #contact tr:first-child td{
        border-top: 1px solid #CCCCCC;
    }
    
    #contact th.required:after{
        content:"必須";
        position: absolute;
        right: 15px;
        padding: 3px 8px;
        color:#ffffff;
        background: #C1272D;
        display: block;
        top:calc(50% - 17px);
        font-size: 14px;
    }
          
    #contact .col{
         display: flex;
         justify-content: flex-start;
    }
          
    #contact .form-label{
        width:130px;
    }
    
    #contact span.note{
        font-size: 12px;
        color:#999999;
        letter-spacing: 0;
    }
    
    #contact div.note{
        font-size: 14px;
        color:#999999;
        margin-top: 10px;
        letter-spacing: 0;
    }
    
    #contact input[type="text"],
    #contact select{
        font-size: 16px;
        padding: 5px 5px;
        border: 1px #cccccc solid;
        border-radius: 3px;
        width:160px;
    }
    
    #contact textarea{
        font-size: 16px;
        padding: 5px 5px;
        border: 1px #cccccc solid;
        border-radius: 3px;    
    }
    
    #contact select{
        width:173px;
    }
    
    #contact input#email{
        width: 300px;
    }
    
    #contact .i_add1_title{
        margin-left: 40px;
        width: 100px;
    }
    
    #contact .submit{
        margin-top: 50px;
    }
    
    .stepbar__item-inner br{
        display: none;
    }

    .company_table{
        width: 100%;
    }   
    
    .company_table td,
    .company_table th{
        border-left:1px #CCCCCC solid;
        border-top:1px #CCCCCC solid;
        padding: 20px;
        text-align: left;
    }   
    
    .company_table th{
        background: #F2F2F2;
    }
        
    .company_table td{
        border-right:1px #CCCCCC solid;
    }   
    
    .company_table tr:last-child th,.company_table tr:last-child td{
        border-bottom:1px #CCCCCC solid;
    } 

.policy_title{
    color:#4D4D4D;
    font-weight: bold;
    font-size: 21px;
    margin-top: 60px;
    margin-bottom: 10px;
}