@charset "utf-8";
/* CSS Document */

/* =================================================================== */
/* 設定
/* =================================================================== */

/* お知らせ・更新情報の高さ最大値 */

#SM_news{
    max-height: 500px !important;
}




/* =================================================================== */









/* =================================================================== */
/* FONT
/* =================================================================== */

body {
    font-family: "Meiryo","メイリオ","MS UI Gothic","Tahoma","LucidaGrande","ヒラギノ丸ゴ Pro W4","Osaka","ＭＳ Ｐゴシック",sans-serif;
    font-size: 13px;
    line-height: 1.231;
    *font-size: small;
    *font: x-small;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,code,kbd,samp,tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/* =================================================================== */









/* =================================================================== */
/* COMMON
/* =================================================================== */
*{ box-sizing: border-box;}

body{
    min-width: 980px;
    background-color: #f0f0f0;
    color: #252525;
}

a{
    color: #0477e2;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}


.list_1{
    margin-top: -25px !important;
}
/* =================================================================== */









/* =================================================================== */
/* HD
/* =================================================================== */

#HD{
    max-width: 1200px;
    margin: 0 auto;
}

#HD_info{
    padding: 5px 10px 10px;
    background-color: #fff;
    overflow: hidden;
}

#HD_info h1,
#HD_info h2{
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    font-weight: normal;
    line-height: 1;
}

#HD_info h1 a{
    font-size: 14px;
    text-decoration: none;
    color: #106bb9;
}

#HD_info h2{
    float: left;
    font-size: 10px;
    color: #999999;
    margin-top: 13px;
}


/* NANVIGATION */

#NV{
    height: 66px;
    background: url(../img/nv_bc.png) 0 0 repeat-x;
}

#NV ul{
    width: 980px;
    height: 66px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#NV li{
    margin: 0;
    padding: 0;
    float: left;
    width: 163px;
    border-right: #0064ba 1px solid;
}

#NV li:first-child{
    border-left: #0064ba 1px solid;;
}

#NV li a{
    display: block;
    height: 62px;
    padding-top: 22px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.2s ease;
}

#NV li a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.ie8 #NV li a:hover{
    background-color: #3b97e6;
}

#NV li:nth-child(3) a,
#NV li:nth-child(4) a,
#NV li:nth-child(5) a{
    letter-spacing: 15px;
    padding-left: 15px;
}

.ctg_0 #NV li:nth-child(1),
.ctg_1 #NV li:nth-child(2),
.ctg_2 #NV li:nth-child(3),
.ctg_3 #NV li:nth-child(4),
.ctg_4 #NV li:nth-child(5),
.ctg_5 #NV li:nth-child(6){
    background: url(../img/nv_bc_slct.png) 0 0 repeat-x;
}

/* =================================================================== */









/* =================================================================== */
/* CONTENT
/* =================================================================== */

#CNT_wrapper{
    max-width: 1200px;
    padding: 20px 10px 50px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

#CNT_wrapper:after {
  content: "";
  clear: both;
  display: block;
}

#CNT_area{
    width: 1000px;
    padding: 10px;
    margin: 0 auto;
}

#CNT{
    width: 740px;
    float: left;
    font-size: 14px;
    line-height: 1.5;
}

/* =================================================================== */









/* =================================================================== */
/* SIDE MENU
/* =================================================================== */

#SM{
    width: 210px;
    float: right;
    margin-top: 30px;
}

#News_area h1{

    margin: 0 0 5px;
    padding: 0 0 5px;
    font-size: 116%;
    border-bottom: 3px solid #0064ba;
}

#SM_news{
    width: 210px;
    margin-bottom: 40px;
}

#SM_info{
    width: 210px;
    margin-bottom: 40px;
}


/* =================================================================== */









/* =================================================================== */
/* FT
/* =================================================================== */
/* BTN PAGE TOP */
.btn-toTop{
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: right;
}

.btn-toTop p{
    display: inline-block;
    width: 53px;
    height: 53px;
    margin: 0;
    padding: 0;
    background-color: #000;
    border-radius: 7px;
    opacity: 0.5;
}

.btn-toTop p a{
    display: block;
    width: 53px;
    height: 53px;
    outline: none;
}

.btn-toTop p:hover{
    opacity: 0.8;
}



#FT{
    background: url(../img/ft_bc.jpg) top center no-repeat;
}

#FT > address{
    display: block;
    max-width: 1200px;
    padding: 20px 10px;
    margin: 0 auto;
    background: url(../img/ft_bc_2.png);
    font-style: normal;
}

#FT > address > h1{
    font-size: 116%;
    width: 980px;
    margin: 0 auto 10px;
}

#FT > address > h1 a{
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

#FT > address p{
    width: 980px;
    margin: 0 auto;
    color: #fff;
    line-height: 1.7;
}

#FT > address a{
    color: #fff;
    text-decoration: none;
}

#FT > address a:hover{
    text-decoration: underline;
}

#FT .copyright{
    width: 1000px;
    padding: 10px;
    margin: 0 auto;
    text-align: right;
}

#FT .copyright,
#FT .copyright a{
    color: #00391a;
    text-decoration: none;
}


/* =================================================================== */








/* =================================================================== */
/* TOP
/* =================================================================== */
#TP_KV{
    position: relative;
    height: 262px;
    text-align: center;
    background: #196fe6 url(../../img/clouds_0.png) 0 0 repeat-x;
    overflow: hidden;
}

#TP_KV:after{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: url(../../img/kaoru_yosano.png);
}

#TP_KV div{
    display: inline-block;
    margin-top: 80px;
}

#TP_KV *{
    color: #fff;
    font-weight: normal;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

#TP_KV h1{
    font-size: 55px;
    margin: 0;
    padding: 0;
}

#TP_KV h1 span{
    display: block;
    font-size: 30px;
    letter-spacing: 0.8px;
}

#TP_KV h1 span,
#TP_KV h2{
    font-family: 'Ubuntu', sans-serif;
}

#TP_KV h2{
    margin: 10px 0 0;
    padding: 8px 0 0;
    font-size: 14px;
    border-top: 1px solid;
    letter-spacing: 0.7px;
}

#TP_KV > span{
    position: absolute;
    left: 0;
    top: 0;
    height: 262px;
    width: 4000px;
    background-position: 0 0;
    background-repeat: repeat-x;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

#TP_KV > span.cloud_1{
    background: url("../../img/clouds_1.png");
}

#TP_KV > span.cloud_2{
    background: url("../../img/clouds_2.png");
}

#TP_KV > span.cloud_3{
    background: url("../../img/clouds_3.png");
}


#TP_KV > span.cloud_1{
    animation: clouds linear 150s;
    -webkit-animation: clouds linear 150s;
    -moz-animation: clouds linear 150s;
    -o-animation: clouds linear 150s;
    -ms-animation: clouds linear 150s;
}

#TP_KV > span.cloud_2{
    animation: clouds linear 300s;
    -webkit-animation: clouds linear 300s;
    -moz-animation: clouds linear 300s;
    -o-animation: clouds linear 300s;
    -ms-animation: clouds linear 300s;
}


#TP_KV > span.cloud_3{
    animation: clouds linear 800s;
    -webkit-animation: clouds linear 800s;
    -moz-animation: clouds linear 800s;
    -o-animation: clouds linear 800s;
    -ms-animation: clouds linear 800s;
}




@keyframes clouds{
  0% {
    transform:  translate(0,0) ;
  }
  100% {
    transform:  translate(-2000px,0);
  }
}

@-moz-keyframes clouds{
  0% {
    -moz-transform:  translate(0,0) ;
  }
  100% {
    -moz-transform:  translate(-2000px,0);
  }
}

@-webkit-keyframes clouds {
  0% {
    -webkit-transform:  translate(0,0) ;
  }
  100% {
    -webkit-transform:  translate(-2000px,0);
  }
}

@-o-keyframes clouds {
  0% {
    -o-transform:  translate(0,0) ;
  }
  100% {
    -o-transform:  translate(-2000px,0);
  }
}

@-ms-keyframes clouds {
  0% {
    -ms-transform:  translate(0,0) ;
  }
  100% {
    -ms-transform:  translate(-2000px,0);
  }
}















#TP_message{
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 10px 180px 10px 20px;
    background: url(../../img/tp_pen.jpg) left bottom no-repeat;
    font-size: 123.1%;
    border-radius: 10px;
    line-height: 1.6;
}

#TP_message p{
    margin: 0;
    padding: 0;
}

#TP_message .name{
    margin-top: 5px;
    text-align: right;
}

#TP_message_2{
    margin-bottom: 30px;
    margin-top: 10px;

    padding: 20px;
    border: 5px solid #b5b5b5;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-weight: bold;
}

#TP_message_2 .title{
    font-size: 24px;
    margin: 0;
}

#TP_message_2 .text{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

#TP_message_2 .info{
     font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: right;
}


#TP_shelf{
    width: 750px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#TP_shelf *{
    text-decoration: none;
}

#TP_shelf > section{
    width: 237px;
    float: left;
    margin-left: 14px;
}

#TP_shelf > section:first-child{
    margin-left: 0;
}


#TP_shelf > section > a{
    display: block;
    position: relative;
    width: 237px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    transition: background 0.2s ease;
}

.tp_policy a{ border-color: #88b9e3;}
.tp_essay a{ border-color: #90c86c;}
.tp_history a{ border-color: #d4c250;}

.tp_policy a:hover{ background-color: #edf9ff;}
.tp_essay a:hover{ background-color: #ecffe6;}
.tp_history a:hover{ background-color: #fff8cc;}

#TP_shelf .date{
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    line-height: 1;
}

.tp_policy .date{ background-color: #0064ba;}
.tp_essay .date{ background-color: #30a100;}
.tp_history .date{ background-color: #ac8e00;}

#TP_shelf h3{
    margin: 10px 0;
    padding: 0;
    height: 43px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-image: url(../img/section.png);
}

.tp_policy h3{ background-position: 75px 0;}
.tp_essay h3{ background-position: 75px -43px;}
.tp_history h3{ background-position: 75px -86px;}


#TP_shelf .title{
    padding: 0 10px;
    margin: 0;
    line-height: 1.5;
    text-align: center;
}

.tp_policy .title{ color: #0477e2;}
.tp_essay .title{ color: #316a0d;}
.tp_history .title{ color: #847200;}


#TP_shelf a.new:after{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 49px;
    content: url(../img/section_new.png);
}

#TP_shelf .btn{
    margin: 35px 0 0;
    padding: 0;
    text-align: center;
}

#TP_shelf .btn a{
    display: inline-block;
    width: 237px;
    height: 52px;
    text-indent: -9999px;
    box-shadow: 3px 3px 0 #ebebeb;
    background-image: url(../img/section_btn.png);
    background-repeat: no-repeat;
    transition: all 0.2s ease;
}

#TP_shelf .btn a:hover{
    opacity: 0.8;
}

.tp_policy .btn a{ background-position: 0 0;}
.tp_essay .btn a{ background-position: 0 -52px;}
.tp_history .btn a{ background-position: 0 -104px;}


#TP_office{
    margin-top: 60px;
}

#TP_office h1{
    background: url(../img/ttl_bc_1.png);
    font-weight: normal;
    font-size: 153.9%;
    padding: 14px 10px 10px;
    line-height: 1;
}

#TP_office p{
    margin: 20px 10px;
    font-size: 108%;
    line-height: 1.8;
}

.ctg_0 #SM{
    margin-top: 10px;
}

/* =================================================================== */









/* =================================================================== */
/* PAGE
/* =================================================================== */
#PG_KV{
    position: relative;
    height: 120px;
    text-align: center;
    background: url(../img/pg_kv.jpg) top center no-repeat;
}

#PG_KV a{
    display: block;
}

#PG_KV div{
    display: inline-block;
    margin-top: 27px;
}

#PG_KV *{
    color: #fff;
    font-weight: normal;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

#PG_KV h1{
    font-size: 35px;
    margin: 0;
    padding: 0;
}

#PG_KV h1 span{
    display: block;
    font-size: 19px;
    letter-spacing: 0.5px;
}

#PG_KV h1 span,
#PG_KV h2{
    font-family: 'Ubuntu', sans-serif;
}

#PG_KV h2{
    margin: 5px 0 0;
    padding: 5px 0 0;
    font-size: 10px !important;
    border-top: 1px solid;
}

.pankuzu{
    margin: -10px 0 25px;
    font-size: 93%;
}


/* LIST PAGE 共通 */

.list_area h1{
    margin: 0 0 20px;
    padding: 0;
    height: 52px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../img/ctg_title.png);
    background-repeat: no-repeat;
}



.list_area .list_box{
    margin: 10px 0;
    padding-bottom: 10px;
    background: url(../img/dot_line_1.png) left bottom repeat-x;
}

.list_area .list_box a{
    padding: 10px;
    display: block;
    text-decoration: none;
}

.list_area .list_box .date{
    margin: 0;
    font-size: 93%;
    color: #303030;
}

.list_area .list_box .text{
    margin: 5px 0 0;
}



/* DETAIL PAGE 共通 */
.detail_area h1,
.profile_area h1{
    margin: 0 0 20px;
    padding: 0;
    height: 52px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../img/ctg_title_2.png);
    background-repeat: no-repeat;
}

.ctg_2 .list_area h1{ background-position: 0 0; background-color: #0064ba;}
.ctg_2 .detail_area h1{ background-position: 0 0; background-color: #0064ba;}

.ctg_3 .list_area h1{ background-position: 0 -52px; background-color: #30a100;}
.ctg_3 .detail_area h1{ background-position: 0 -52px; background-color: #30a100;}

.ctg_4 .list_area h1{ background-position: 0 -104px; background-color: #ac8e00;}
.ctg_4 .detail_area h1{ background-position: 0 -104px; background-color: #ac8e00;}

.profile_area h1{ background-position: 0 -156px; background-color: #7a93a7;}




.detail_cnt{
    padding: 10px;
}

.detail_cnt h2{
    margin: 5px 0 40px;
    padding-bottom: 20px;
    font-size: 171%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background: url(../img/dot_line_2.png) left bottom repeat-x;
}

.detail_cnt .date{
    margin-bottom: 0 !important;
}

.detail_cnt p{
    font-size: 108%;
    line-height: 1.8;
    margin-bottom: 35px;
}

.detail_cnt ul,
.detail_cnt ol{
    margin-bottom: 30px;
}

.detail_cnt ul ul, .detail_cnt ul ol, .detail_cnt ol ul, .detail_cnt ol ol{
    margin-bottom: 10px;
}

.detail_cnt li{
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.08rem;
}

/* BTN */
.btn_toList{
    margin: 30px 0 0;
    padding: 17px 10px 10px;
    display: block;
    text-align: center;
    background-color: #f0f0f0;
}

.btn_toList a{
    display: inline-block;
    width: 316px;
    height: 49px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../img/btn_tolist.png);
    background-repeat: no-repeat;
    transition: all 0.2s ease;
}

.btn_toList a:hover{
    opacity: 0.7;
}

.ctg_2 .btn_toList{ background-color: #e6f2f6;}
.ctg_2 .btn_toList a{ background-position: 0 0;}

.ctg_3 .btn_toList{ background-color: #ecf6e6;}
.ctg_3 .btn_toList a{ background-position: 0 -49px;}

.ctg_4 .btn_toList{ background-color: #f2edd3;}
.ctg_4 .btn_toList a{ background-position: 0 -98px;}

/* =================================================================== */









/* =================================================================== */
/* PROFILE
/* =================================================================== */

.profile_history{
    padding: 10px 5px 10px;
}

.profile_history table{
    border-collapse: collapse;
}

.profile_history th,
.profile_history td{
    padding: 6px;
    border: #d2dce7 1px solid;
}

.profile_history th{
    background-color: #f2f4f6;
    padding: 6px 12px;
}

.profile_history figure{
    margin: -6px 0 0 5px;
    padding: 0;
    font-size: 93%;
    text-align: center;
}

.profile_history figure{
    padding: 4px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #ededed;
}

.profile_history .td_pic{
    border: none;
}


/* =================================================================== */
/* =================================================================== */


