	/* 
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;
    font-style:normal;
    font-weight:normal
}



@font-face {
    font-family: 'webfont';
    src: 
    url('/font/ZenKakuGothicNew-Black.ttf')  format('ttf'),
    url('/font/ZenKakuGothicNew-Light.ttf')  format('ttf'),
    url('/font/ZenKakuGothicNew-Medium.ttf')  format('ttf'),
    url('/font/ZenKakuGothicNew-Regular.ttf')  format('ttf'),
    url('/font/ZenKakuGothicNew-Bold.ttf')  format('ttf');
}

h1,h2,h3,h4,p,li,a  {
    font-family: 'webfont', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
img {
	width: 100%;
	vertical-align:top;
}

body {
    padding-bottom: 100px;
}

a {
    color: #0062b0;
    transition: .2s;
}
a:hover {
    opacity: .7;
    transition: .2s;
}



/* ----- KV ----- */
.kv {
    text-align: center;
}
.kv p {
    font-size: 1.2rem;
    background-color: #0062b0;
    padding: 2% 5% 5%;
    color: #fff;
}
.triangle {
    max-width: 200px;
}



.wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}



/* ----- 公的保障をご存じですか？ ----- */
.top_ct {
    text-align: center;
}
.top_ct h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0062b0;
    margin: 3% auto 2%;
}
.top_ct h2 span {
    font-size: 2rem;
    font-weight: 600;
}
.top_ct .txt_box {
    width: 90%;
    max-width: 700px;
    padding: 5% 3%;
    margin: 0 auto 2em;
    color: #0062b0;
    background: #f2fbff;
    border-top: solid 2px #0062b0;
    border-bottom: solid 2px #0062b0;
}
.top_ct .txt_box p {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    margin: 0; 
    padding: 0;
}
.top_ct img {
    max-width: 600px;
}


/* ----- 特徴 共通 ----- */
.kouteki {
    text-align: center;
    margin: 50px 0;
}
.kouteki h2 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #0062b0;
}

.features {
    margin: 5% auto;
    background-color: #d3eaf8;
    border-radius: 20px;
    padding-bottom: 2%;
}
.features img {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.features .title {
    max-width: 680px;
    margin: 0 auto;
}
.features h2 {
    background-color: #0062b0;
    border-radius: 20px 20px 0 0;
}
.bg_box {
    background-color: #fff;
    max-width: 90%;
    margin: 30px auto 20px;
    padding: 30px 0 40px 0;
    border-radius: 20px;
}
.bg_box h3 {
    color: #0062b0;
    display: inline;
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: 2px solid #0062b0;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.features .txt {
    width: 90%;
    font-size: 1.2rem;
    color: #3c3c3c;
}



/* ----- 黄色のテキストボックス ----- */
.txt_box_y {
    max-width: 1000px;
    font-size: 1rem;
    text-align: left;
    background-color: #fcf7ce;
    color: #3c3c3c;
    margin: 0 auto 30px;
    padding: 3% 20px;
}
.txt_box_y p {
    max-width: 760px;
    margin: 0 auto;
}




/* ----- 県民共済について ボタン ----- */
.tkabout_btn {
    text-align: center;
}
.tkabout_btn img {
    max-width: 500px;
    margin: 20px auto;
}
.kome_box {
    margin: 90%;
    max-width: 880px;
    text-align: left;
    font-size: .8rem;
    color: #3c3c3c;
    margin: 5% auto;
}



/* ----- アコーディオン ----- */
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    background-color: #fff;
    border-radius: 20px;
}



.accordion-area li{
    margin: 10px 0;
}
.accordion-area .li_first {
    margin-top: 0;
}
.accordion-area section {
    margin: 2% auto;
    background-color: #d3eaf8;
    border-radius: 20px;
}



.icon_flex {
    display: flex;
    align-items: center;
    background-color: #0062b0;
    border-radius: 20px;
}
.icon_flex img {
    width: 90%;
    max-width: 680px;
    margin: 0 auto;
}
.icon_flex .accobtn {
    max-width: 90px;
    margin: 20px;
}


/*アコーディオンタイトル*/
.aco_title {
    flex-grow: 1;
    width: 100%;
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    margin: 0 auto;
}






/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    padding-bottom: 4%;
}
.box p {
    font-size: 1.2rem;
    color: #3c3c3c;
    width: 90%;
    margin: 20px auto;
}
.box .kome {
    font-size: 0.6rem;
    text-align: right;
    color: #000;
    margin: 0px auto 25px;
}
.box .txt {
    margin-top: 0;
    padding-top: 20px;
}
.bg_box img {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.bg_box.w2 img {
    margin-top: 30px;
}
.box h4 {
    width: 90%;
    max-width: 765px;
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    color: #0062b0;
    background-color: #fff;
    border: 1.5px solid #0062b0;
    padding: 3% 0;
}
.bg_box p {
    font-size: 1rem;
    color: #3c3c3c;
}


.srbtn img {
    max-width: 600px;
    margin: 30px auto 0;
}





/*---------------
ページのトップに戻るボタン
---------------*/
#page_top h2{
    text-align: center;
    margin-bottom: 30px;
  }
  #page_top{
      width: 50px;
      position: fixed;
      right: 0;
      bottom: 8%;
      background: #0062b0;
      z-index: 1;
  }
  #page_top a{
      position: relative;
      display: block;
      width: 50px;
      text-decoration: none;
    padding: 25px;
    height: 0;
    background-color: #0062b0;
}
#page_top a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%,-25%) rotate(-45deg);
}
  




/* ----- フローティングバナー ----- */
.flo {
    background-color: #2da0dc;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.flo_flex {
    display: flex;
    justify-content: center;
}
.flo_flex a {
    max-width: 250px;
    margin: 1%;
}











/*---------------------
	PCとスマホの切り替え
-----------------------*/
.pc_view {}

.sp_view {
    display: none;
}




@media screen and (max-width:870px){
    .box h4 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:870px){
    .icon_flex .accobtn {
        max-width: 10%;
    }
}



@media screen and (max-width:520px){
    .triangle {
        max-width: 120px;
    }
    .top_ct .txt_box {
        padding: 5%;
    }
    .top_ct .txt_box p {
        font-size: 1rem;
    }
    .top_ct h2 {
        font-size: 1.3rem;
        margin: 15px auto;
    }
    .top_ct h2 span {
        font-size: 1.5rem;
    }
    .box h4 {
        font-size: .9rem;
    }
    .bg_box h3 {
        font-size: 1.2rem;
    }
    .box .txt {
        max-width: 80%;
        font-size: .9rem;
        font-weight: 500;
        text-align: left;
        margin: 20px auto;
        padding: 0;
    }
    .icon_flex img {
        padding: 10px 0 7px;
    }
    .icon_flex .accobtn {
        max-width: 16%;
        margin: 15px;
    }

    .flo_flex a {
        margin: 2% 1%;
    }
    .flo_flex {
        padding: 0 10px;
    }
    .txt_box_y {
        font-size: .9rem;
        padding: 25px 20px;
        margin-bottom: 50px;
    }

    .srbtn img {
        max-width: 270px;
        margin-top: 20px;
    }

/*---------------------
	PCとスマホの切り替え
-----------------------*/

    .pc_view {
        display: none;
    }
    .sp_view {
        display: block;
    }
}

