@charset "utf-8";
/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for 
   you to simply add your own. This is a basic template 
   after all.
   ---------------------------------------------------------*/
body {
}
/* Default link styling */
a {
    text-decoration: none;
}
a:link {
    color: #ff6600;
}
a:visited {
    color: #ff6600;
}
a:hover,
a:focus {
    color: #ff9900;
    text-decoration: underline;
}
a:active {
    color: #ff6600;
}

/* ---------------------------------------------------------
    Author's styles
   ---------------------------------------------------------*/

body {
    color: #333;
    background: #fff;
    font-family: 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
    font-size: 14px;
    line-height: 1.7;
    /*background:#EAF3FB url(../images/body_bg_01.jpg) repeat-x;*/
}

#wrapper {
    background: #eaf3fb url(../images/body_bg_01.jpg) repeat-x;
}

#spSiteBtn {
    background: #335fe1;
    padding: 2px 0;
}

#spSiteBtn img {
    display: block;
    margin: 0 auto;
}

/* ---------------------------------------------------------
    Print styles
   ---------------------------------------------------------*/

@media print {
    /*    * {
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
		background:transparent !important;
    }*/
    /*	html { background-color:#fff; }*/
    /* Hide navigation */
    /*nav { display:none; }*/

    /* Show link destinations in brackets after the link text */
    /*	a[href]:after { content: " (" attr(href) ") "; }*/
    /*	a[href] {
		font-weight:bold;
		text-decoration:underline;
		color:#06c;
		border:none;
	}*/
    /* Don't show link destinations for JavaScript or internal links */
    /*	a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }*/

    /* Show abbr title value in brackets after the text */
    /*	abbr[title]:after { content: " (" attr(title) ")"; }*/

    /*	figure { 
		margin-bottom:1em; 
		overflow:hidden;
	}*/

    /*	figure img { border:1px solid #000; }*/

    #pankuzu {
        display: none;
    }

    footer {
        display: none;
    }

    header {
    }
}

/* ---------------------------------------------------------
    clear
   ---------------------------------------------------------*/

.clear {
    clear: both;
}

.clearfix:after {
    content: '.'; /* 新しい要素を作る */
    display: block; /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ---------------------------------------------------------
    header
   ---------------------------------------------------------*/

header#header {
    height: 166px;
}

header #headerInner {
    width: 984px;
    height: 166px;
    margin: 0 auto;
    position: relative;
}

header#header h1 {
    width: 400px;
    height: 102px;
    background: url(../images/header_logo.gif) no-repeat;
    position: absolute;
    top: 5px;
    left: 0px;
}

header#header h1 a {
    width: 400px;
    height: 102px;
    display: block;
    text-indent: -9999px;
}

header#header .sitemapBtn {
    width: 246px;
    position: absolute;
    top: 56px;
    right: 0;
}

header#header .sitemapBtn a {
    width: 246px;
    height: 51px;
    display: block;
    text-indent: -9999px;
    background: url(../images/header_sitemap_btn.gif) no-repeat;
}

header#header .sitemapBtn a:hover {
    background: url(../images/header_sitemap_btn.gif) 0 bottom no-repeat;
}

header#header nav {
    position: absolute;
    top: 107px;
    left: 0;
}

header#header nav li {
    width: 246px;
    float: left;
}

header#header nav li a {
    width: 246px;
    display: block;
    height: 59px;
    text-indent: -9999px;
}

header#header nav li.gNav01,
header#header nav li.gNav01 a {
    background: url(../images/gnav_01.gif) no-repeat;
}

header#header nav li.gNav02,
header#header nav li.gNav02 a {
    background: url(../images/gnav_02.gif) no-repeat;
}

header#header nav li.gNav03,
header#header nav li.gNav03 a {
    background: url(../images/gnav_03.gif) no-repeat;
}

header#header nav li.gNav04,
header#header nav li.gNav04 a {
    background: url(../images/gnav_04.gif) no-repeat;
}

header#header nav li.gNav01 a:hover {
    background: url(../images/gnav_01.gif) 0 bottom no-repeat;
}
header#header nav li.gNav02 a:hover {
    background: url(../images/gnav_02.gif) 0 bottom no-repeat;
}
header#header nav li.gNav03 a:hover {
    background: url(../images/gnav_03.gif) 0 bottom no-repeat;
}
header#header nav li.gNav04 a:hover {
    background: url(../images/gnav_04.gif) 0 bottom no-repeat;
}

#profile header#header nav li.gNav01 a {
    background: url(../images/gnav_01.gif) 0 bottom no-repeat;
}

#business header#header nav li.gNav02 a,
#tokaistaff header#header nav li.gNav02 a,
#shizuokastaff header#header nav li.gNav02 a,
#ma header#header nav li.gNav02 a {
    background: url(../images/gnav_02.gif) 0 bottom no-repeat;
}

#office header#header nav li.gNav03 a {
    background: url(../images/gnav_03.gif) 0 bottom no-repeat;
}
#contact header#header nav li.gNav04 a {
    background: url(../images/gnav_04.gif) 0 bottom no-repeat;
}

header#header #font {
    width: 252px;
    height: 56px;
    background: url(../images/fontsize_bg.jpg) no-repeat;
    position: absolute;
    top: 0px;
    right: 0;
}

header#header #font ul {
    position: absolute;
    top: 14px;
    left: 128px;
}

header#header #font li {
    float: left;
    padding-right: 4px;
    list-style-type: none;
}

header#header #font li.large {
}
header#header #font li.middle {
}
header#header #font li.small {
}

/* ---------------------------------------------------------
    wrap
   ---------------------------------------------------------*/

.mainBg {
    background: url(../images/title_bg_01.jpg) center 0 no-repeat;
    clear: both;
}

#top .mainBg {
    background: url(../../images/top_img_01.jpg) center 0 no-repeat;
    clear: both;
}

.wrap {
    width: 984px;
    margin: 0 auto;
    padding-bottom: 30px;
}

/* ---------------------------------------------------------
    main
   ---------------------------------------------------------*/

main {
    width: 984px;
}

.mainTitle {
    width: 984px;
    height: 120px;
    color: #fff;
    /*	text-indent:-9999px;*/
}

#top .mainTitle {
    height: 300px;
    text-indent: -9999px;
}

.mainTitle h2 {
    font-size: 200%;
    padding: 40px 0 0 40px;
    font-weight: normal;
    background: url(../images/main_title_bg.png) 10px 43px no-repeat;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

#top .mainTitle h2 {
    background: none;
}

#mainContent {
    width: 710px;
    float: right;
    background: url(../images/main_img_02.jpg) repeat-y;
    box-shadow: rgba(113, 135, 164, 0.368627) 0px -6px 17px -1px;
    -webkit-box-shadow: rgba(113, 135, 164, 0.368627) 0px -6px 17px -1px;
    -moz-box-shadow: rgba(113, 135, 164, 0.368627) 0px -6px 17px -1px;
}

#mainContentTopBg {
    /*	background:url(../images/main_img_01.jpg) no-repeat;*/
}

#mainContentInner {
    width: 660px;
    min-height: 945px;
    padding: 25px;
    background: url(../images/main_img_03.jpg) 0 bottom no-repeat;
}

#mainContent .mainTitle02 {
    height: 50px;
    position: relative;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    clear: both;
    margin-bottom: 20px;
    position: relative;
}

#mainContent .mainTitle03 {
    border-bottom: 2px solid #f2f2f2;
    clear: both;
    height: 50px;
    margin-bottom: 20px;
    position: relative;
}

#mainContent .mainTitle02 h3,
#mainContent .mainTitle03 h3 {
    padding: 0 0 0 40px;
    font-size: 120%;
    line-height: 50px;
    background: url(../images/ico_02.png) 15px 17px no-repeat;
}

#mainContent .mainTitle02 p {
    width: 100px;
    height: 32px;
    position: absolute;
    bottom: 14px;
    right: 14px;
}

#mainContent .mainTitle02 p a {
    width: 100px;
    height: 32px;
    background: url(../images/list_btn_01.html) no-repeat;
    display: block;
    text-indent: -9999px;
}

#mainContent .mainTitle02 p a:hover {
    background: url(../images/list_btn_01.html) 0 bottom no-repeat;
}

#mainContent .mainTitle02 p.listBtn {
    width: 108px;
    height: 31px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/btn_list.png) 0 bottom no-repeat;
}

#mainContent .mainTitle02 p.listBtn a {
    width: 108px;
    height: 31px;
    background: url(../images/btn_list.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

#mainContent .mainTitle02 p.listBtn a:hover {
    background: url(../images/btn_list.png) 0 bottom no-repeat;
}

#mainContent .mainTitle02 p.rssIco {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 130px;
    top: 15px;
    background: url(../images/ico_rss.png) 0 bottom no-repeat;
}

#mainContent .mainTitle02 p.rssIco a {
    width: 20px;
    height: 20px;
    background: url(../images/ico_rss.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

#mainContent .mainTitle02 .topicsCateBox {
    position: absolute;
    top: 15px;
    right: 10px;
    line-height: 170%;
    font-weight: bold;
}

#mainContent .mainTitle02 .topicsCateBox a {
    width: 100px;
    height: 30px;
    background: url(../images/list_btn_02.html) no-repeat;
    display: block;
    text-indent: -9999px;
}

#topics #mainContent .mainTitle02 .topicsCateBox a:hover {
    background: url(../images/list_btn_02.html) 0 bottom no-repeat;
}
#topics #mainContent .madoguchi table {
    width: 100%;
    margin-top: 10px;
}
#topics #mainContent .madoguchi table tbody td {
    border: 1px solid #ccc;
    padding: 5px;
}
#topics #mainContent .madoguchi table thead th {
    border: 1px solid #ccc;
    background: #f8f8f8;
    padding: 5px;
    vertical-align: middle;
}

/* ---------------------------------------------------------
    pankuzu
   ---------------------------------------------------------*/

#pankuzu {
    margin: 0 0 12px 0;
    font-size: 86%;
    position: relative;
}

#pankuzu li {
    list-style-type: none;
    float: left;
    padding: 0 20px 0 5px;
    background: url(../images/ico_pankuzu.png) right 2px no-repeat;
}

#pankuzu li.last {
    background: none;
}

#pankuzu p.listBtn {
    width: 108px;
    height: 31px;
    position: absolute;
    right: 10px;
    top: -8px;
    background: url(../images/btn_list.png) 0 bottom no-repeat;
}

#pankuzu p.listBtn a {
    width: 108px;
    height: 31px;
    background: url(../images/btn_list.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

#pankuzu p.listBtn a:hover {
    background: url(../images/btn_list.png) 0 bottom no-repeat;
}

/* ---------------------------------------------------------
    sidebar
   ---------------------------------------------------------*/

#sidebar {
    width: 250px;
    float: left;
}

#sidebar .sidebarBox01 {
    clear: both;
}

#sidebar .sidebarBox01 li {
    margin-bottom: 10px;
}

#sidebar .sidebarBox01 li.sideBan05 {
    display: none;
}

#sidebar .sidebarBox01 li a {
    width: 250px;
    display: block;
    text-indent: -9999px;
}
#sidebar .sidebarBox01 li a.photo_ban {
    text-indent: 0;
    height: 120px;
}

#sidebar .sidebarBox01 li a.photo_ban02 {
    text-indent: 0;
    height: 0;
}
#sidebar .sidebarBox01 li a:hover.photo_ban {
    opacity: 0.9;
}

#sidebar .sidebarBox01 li.sideBan06 {
    background-image: url(../images/side_gakusou_top.png), url(../images/side_gakusou_bottom.png), url(../images/side_gakusou_middle.png);
    background-position: top center, bottom center, top center;
    background-repeat: no-repeat, no-repeat, repeat-y;
    padding: 126px 0px 1px 38px;
}
#sidebar .sidebarBox01 hr {
    display: none;
}
#sidebar .sidebarBox01 #sougouhokenPage {
    margin-bottom: 0 !important;
}
#sidebar .sidebarBox01 #sougouhokenPage li {
    list-style-type: disc;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #cccccc;
}

#sidebar .sidebarBox01 #sougouhokenPage li:first-child {
    border-top: none;
}
#sidebar .sidebarBox01 #sougouhokenPage li a {
    color: black;
    text-indent: inherit;
    line-height: 250%;
    list-style-type: disc;
}

#sidebar .sidebarBox01 li.sideBan07 {
    background-image: url(../images/side_dansyo_top.png), url(../images/side_gakusou_bottom.png), url(../images/side_gakusou_middle.png);
    background-position: top center, bottom center, top center;
    background-repeat: no-repeat, no-repeat, repeat-y;
    padding: 126px 0px 1px 38px;
}
#sidebar .sidebarBox01 #syogaiHokenPage {
    margin-bottom: 0 !important;
}
#sidebar .sidebarBox01 #syogaiHokenPage li {
    list-style-type: disc;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #cccccc;
}

#sidebar .sidebarBox01 #syogaiHokenPage li:first-child {
    border-top: none;
}
#sidebar .sidebarBox01 #syogaiHokenPage li a {
    color: black;
    text-indent: inherit;
    line-height: 250%;
    list-style-type: disc;
}

#sidebar .sidebarBox01 li.sideBan01 a {
    background: url(../images/side_shizuoka_staff_ban.png) no-repeat;
    height: 120px;
}
#sidebar .sidebarBox01 li.sideBan02 a {
    background: url(../images/side_tokai_staff_ban_2019.png) no-repeat;
    height: 120px;
}
#sidebar .sidebarBox01 li.sideBan03 a {
    background: url(../images/side_kojin_ban.png) no-repeat;
    height: 60px;
}
#sidebar .sidebarBox01 li.sideBan04 a {
    background: url(../images/side_hojin_ban.png) no-repeat;
    height: 60px;
}
#sidebar .sidebarBox01 li.sideBan05 a {
    height: 59px;
}

#sidebar .sidebarBox01 li.sideBan01,
#sidebar .sidebarBox01 li.sideBan01 a:hover {
    background: url(../images/side_shizuoka_staff_ban.png) right 0 no-repeat;
}

#sidebar .sidebarBox01 li.sideBan02,
#sidebar .sidebarBox01 li.sideBan02 a:hover {
    background: url(../images/side_tokai_staff_ban_2019.png) right 0 no-repeat;
}

#sidebar .sidebarBox01 li.sideBan03,
#sidebar .sidebarBox01 li.sideBan03 a:hover {
    background: url(../images/side_kojin_ban.png) right 0 no-repeat;
}

#sidebar .sidebarBox01 li.sideBan04,
#sidebar .sidebarBox01 li.sideBan04 a:hover {
    background: url(../images/side_hojin_ban.png) right 0 no-repeat;
}

#sidebar .sidebarBox01 .sidebarQR {
    width: 250px;
    height: 100px;
    background: url(../images/side_img_qr.png) no-repeat;
    text-indent: -9999px;
}

#sidebar .sidebarBox01 li.sideBan05 a img {
    width: 250px;
}

#sidebar .sidebarBox01 li.sideBan05 a:hover {
    opacity: 0.8;
}

#sidebar .sidebarBox01 .sidebarContact a {
    background: url(../images/side_btn_contact02.png) no-repeat;
    height: 160px;
}

#sidebar .sidebarBox01 .sidebarContact,
#sidebar .sidebarBox01 .sidebarContact a:hover {
    background: url(../images/side_btn_contact02.png) right 0;
}

#sidebar .sideColumnBox {
    width: 250px;
    margin-bottom: 10px;
}

#sidebar .sideColumnTitle {
    width: 250px;
    height: 120px;
    background: url(../images/side_column_bg_01.png) no-repeat;
    position: relative;
}

#sidebar .sideColumnBox h2 {
    text-indent: -9999px;
}

#sidebar .sideColumnBox .rssBtn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 23px;
    right: 120px;
}

#sidebar .sideColumnBox .rssBtn a {
    width: 20px;
    height: 20px;
    background: url(../images/ico_rss.png) no-repeat;
    text-indent: -9999px;
    display: block;
}

#sidebar .sideColumnBox .listBtn {
    width: 108px;
    height: 31px;
    position: absolute;
    top: 18px;
    right: 7px;
}

#sidebar .sideColumnBox .listBtn a {
    width: 108px;
    height: 31px;
    background: url(../images/side_column_listbtn.png) no-repeat;
    text-indent: -9999px;
    display: block;
}

#sidebar .sideColumnBox .listBtn,
#sidebar .sideColumnBox .listBtn a:hover {
    background: url(../images/side_column_listbtn.png) 0 bottom no-repeat;
}

#sidebar .sideColumnBox #sideColumnText {
    background: url(../images/side_column_bg_02.png) repeat-y;
    padding: 10px;
}

#sidebar .sideColumnBox #sideColumnText dl {
    padding: 10px 10px;
    border-bottom: 2px dotted #ff9999;
    font-size: 86%;
}

#sidebar .sideColumnBox #sideColumnText dt {
    font-weight: bold;
}

#sidebar .sideColumnBox #sideColumnText p {
    padding: 10px 10px 0 10px;
    font-size: 86%;
}

#sidebar .sideColumnBox .sideColumnBtm {
    background: url(../images/side_column_bg_03.png) 0 bottom no-repeat;
    padding: 0 10px 10px 10px;
    text-align: right;
}

/* ---------------------------------------------------------
    footer
   ---------------------------------------------------------*/

footer#footer {
    clear: both;
    background: url(../images/footer_bg_01.jpg) repeat-x;
}

footer#footer #footerInner {
    width: 984px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

footer#footer .footerBox01 {
    float: left;
    font-size: 86%;
    height: 210px;
    width: 1050px;
}

footer#footer .footerBox01 a {
    color: #fff !important;
    text-decoration: none;
}

footer#footer .footerBox01 a:hover {
    color: #fff !important;
    text-decoration: underline;
}

footer#footer .footerBox01 dl {
    box-sizing: border-box;
    float: left;
    padding: 10px 10px 10px 10px;
    background: url(../images/footer_bg_02.gif) no-repeat;
    min-height: 160px;
}

footer#footer .footerBox01 dt {
    background: url(../images/ico_01.png) 3px 2px no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
    clear: both;
    color: #fff;
    line-height: 150%;
}

footer#footer .footerBox01 dd {
    padding-left: 15px;
}

footer#footer .footerBox01 dd ul {
    clear: both;
    margin-bottom: 5px;
}

footer#footer .footerBox01 dd li {
    background: url(../images/ico_01.png) 0 2px no-repeat;
    padding: 0 5px 0 15px;
    float: left;
}

footer#footer .footerBox01 .footerBox01_01 {
    width: 240px;
}
footer#footer .footerBox01 .footerBox01_02 {
    width: 265px;
}
footer#footer .footerBox01 .footerBox01_03 {
    width: 255px;
}
footer#footer .footerBox01 .footerBox01_04 {
    width: 265px;
}

footer#footer .footerBox02 {
    background: #fff;
}

footer#footer .footerBox02Inner {
    width: 984px;
    clear: both;
    font-size: 86%;
    padding: 15px 0 30px;
    margin: 0 auto;
}

footer#footer .footerBox02 dl {
    width: 520px;
    float: left;
}

footer#footer .footerBox02 dt {
    width: 110px;
    height: 40px;
    float: left;
}

footer#footer .footerBox02 dt a {
    width: 110px;
    height: 40px;
    background: url(../images/footer_logo.gif) no-repeat;
    text-indent: -9999px;
    display: block;
}

footer#footer .footerBox02Inner .footerBox02Text {
    width: 984px;
    height: 100px;
    background: url(../images/footer_contact_bg.gif) no-repeat;
    margin: 10px 0px 15px;
}

footer#footer .footerBox02Inner .footerBox02Text p {
    padding: 21px 45px;
}

footer#footer .footerBox02 dd {
    width: 400px;
    padding-top: 5px;
    float: right;
    height: 80px;
}

footer#footer .copy {
    width: 450px;
    float: right;
    text-align: right;
}

/*-- pageBtn --*/

#pageBtn {
    /*width:286px;*/
    width: 1000px;
    position: absolute;
    bottom: 32px;
    /*right:-212px;*/
    left: 0;
    margin: 0 auto;
}

/*#pageBtn li.pageTopBtn {float:right;}
#pageBtn li.pageBackBtn {float:left;}*/

#pageBtn .pageTopBtn a {
    width: 85px;
    height: 85px;
    display: block;
    text-indent: -9999px;
}

#pageBtn .pageTopBtn {
    position: fixed;
    bottom: 30px;
    /*right: 90px;
	left: 0px;*/
    margin-left: 1000px;
}

#pageBtn .fixedBanner {
    position: fixed;
    bottom: 30px;
    /*right: 90px;
	left: 0px;*/
    margin-left: 1000px;
}

#pageBtn .fixedBanner a {
    width: 85px;
    height: 85px;
    background: linear-gradient(45deg, rgba(93, 131, 243, 1) 0%, rgba(60, 108, 241, 1) 100%);
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    border: 7px solid #c3dff0;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    padding-top: 5px;
    filter: hue-rotate(120deg);
}
#pageBtn .fixedBanner a:hover {
    opacity: 0.8;
}

#pageBtn .pageTopBtn a {
    background: url(../images/pagetop_btn.png) no-repeat;
}
#pageBtn .pageTopBtn,
#pageBtn .pageTopBtn a:hover {
    background: url(../images/pagetop_btn.png) right 0 no-repeat;
}

/* ---------------------------------------------------------
   pageList
    ---------------------------------------------------------*/

.pageList {
    clear: both;
    margin-bottom: 20px;
}

.pageList ul {
    float: right;
}

.pageList li {
    float: left;
    margin-left: 3px;
    font-weight: bold;
    border: 1px solid #e60012;
}

.pageList li.activ {
    background: #e60012;
    color: #fff;
    padding: 3px 5px;
}

.pageList li a {
    background: #fff;
    color: #e60012;
    display: block;
    padding: 3px 5px;
}

.pageList li a:hover {
    background: #e60012;
    color: #fff;
}

.pageList li.nextBtn,
.pageList li.backBtn {
    border: none !important;
    margin: 0 !important;
}

.pageList li.nextBtn,
.pageList li.backBtn {
    width: 21px;
    height: 21px;
    text-indent: -9999px;
}

.pageList li.nextBtn {
    background: url(../images/pagelist_ico_02_ov.html) 0 3px no-repeat;
}
.pageList li.backBtn {
    background: url(../images/pagelist_ico_01_ov.html) 0 3px no-repeat;
}

.pageList li.nextBtn a,
.pageList li.backBtn a {
    width: 21px;
    height: 21px;
    display: block;
    text-indent: -9999px;
    padding: 3px 0;
}

.pageList li.nextBtn a {
    background: url(../images/pagelist_ico_02.png) 0 3px no-repeat;
}
.pageList li.backBtn a {
    background: url(../images/pagelist_ico_01.png) 0 3px no-repeat;
}

/* ---------------------------------------------------------
    404error
   ---------------------------------------------------------*/

.errorBox01 {
    margin: 0 auto;
}

.errorBox01 dl {
    padding: 100px 0;
    line-height: 200%;
}

.errorBox01 dt {
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 20px;
    text-align: center;
}

.errorBox01 dd {
    text-align: center;
}

.errorBox01 dd a {
    font-weight: bold;
}

/* ---------------------------------------------------------
    snsBtn
   ---------------------------------------------------------*/

.snsBtnBox {
    height: 40px;
}

.snsBtnBox ul {
    float: right;
}

.snsBtnBox li {
    float: left;
    padding-left: 5px;
    list-style-type: none;
}

/* ---------------------------------------------------------
    list
   ---------------------------------------------------------*/

ul.listDisc {
    padding-left: 20px;
}

.listDisc li {
    list-style-type: disc;
    margin-bottom: 5px;
}

/* ---------------------------------------------------------
    margin
   ---------------------------------------------------------*/

.mgnBtm10 {
    margin-bottom: 10px;
}
.mgnBtm20 {
    margin-bottom: 20px;
}
.mgnBtm30 {
    margin-bottom: 30px;
}
.mgnBtm40 {
    margin-bottom: 40px;
}
.mgnBtm50 {
    margin-bottom: 50px;
}

/* ---------------------------------------------------------
    gimukaBox
   ---------------------------------------------------------*/
.gimukaBox {
    width: 660px;
    clear: both;
}

.gimukaBox dl,
.gimukaBox dd,
.gimukaBox dt {
    padding-bottom: 10px;
    margin: 0;
}

.gimukaBox dt {
    width: 300px;
    float: left;
}

.gimukaBox dt img {
    width: 300px;
    height: auto;
}

.gimukaBox dd {
    width: 330px;
    float: right;
    padding-top: 90px;
    padding-right: 10px;
}

/* ---------------------------------------------------------
    netHokenBox
   ---------------------------------------------------------*/

.netHokenBox {
    width: 660px;
    clear: both;
}

.netHokenBoxIner {
    border: 3px solid #ebebeb;
    padding: 15px;
}

.netHokenBox .netHokenTitle {
    width: 630px;
    margin-bottom: 10px;
}

.netHokenBox .netHokenTitle dt {
    width: 170px;
    height: 50px;
    text-indent: -9999px;
    float: left;
    background: url(../images/nethoken_tit.gif) no-repeat;
}

.netHokenBox .netHokenTitle dd {
    /*	width:450px; */
    height: 35px;
    /*	float:right;*/
    padding-top: 15px;
    padding-left: 50px;
    font-size: 86%;
    background: url(../images/nethoken_tit.gif) no-repeat;
}

.netHokenBox .netHokenTitle p.netHokentxt {
    font-size: 86%;
}

.netHokenBox .netHokenBanBox {
    width: 302px;
}

.netHokenBan_iryo h3 {
    background: url(../images/nethoken_iryo.png) no-repeat;
    margin-bottom: 10px;
}
.netHokenBan_jitensha h3 {
    background: url(../images/nethoken_jitensha.png) no-repeat;
    margin-bottom: 10px;
}

.netHokenBan_kasai h3 {
    background: url('../images/nethoken_kasai_tit.png') no-repeat;
    margin-bottom: 10px;
}

.netHokenBox .netHokenBanBoxClera {
    clear: both;
    margin-bottom: 40px;
}

.netHokenBox .netHokenBanBox.netHokenBan01 {
    float: left;
}
.netHokenBox .netHokenBanBox.netHokenBan02 {
    float: right;
}

.netHokenBox .netHokenBanBox.netHokenBan03 {
    float: left;
    margin: 0 auto;
}

.netHokenBox .netHokenBanBox.netHokenBan04 {
    float: right;
}

.netHokenBox .netHokenBanBox.netHokenBan04 ul {
    padding-left: 0;
}

.netHokenBox .netHokenBanBox h3 {
    width: 302px;
    height: 32px;
    text-indent: -9999px;
}

.netHokenBox .netHokenBanBox.netHokenBan01 h3 {
    background: url(../images/nethoken01_tit.gif) no-repeat;
}
.netHokenBox .netHokenBanBox.netHokenBan02 h3 {
    background: url(../images/nethoken02_tit.gif) no-repeat;
}
.netHokenBox .netHokenBanBox.netHokenBan03 h3 {
    background: url(../images/nethoken03_tit.gif) no-repeat;
}
.netHokenBox .netHokenBanBox.netHokenBan04 h3 {
    background: url(../images/nethoken05_tit.gif) no-repeat;
}

.netHokenBox .netHokenBanBox h4 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 5px;
}

.netHokenBox .netHokenBanBox ul {
    width: 261px;
    padding-left: 20px;
}

.netHokenBox .netHokenBanBox li.netHokenBanLeft {
    float: left;
    width: 126px;
}
.netHokenBox .netHokenBanBox li.netHokenBanRight {
    float: right;
    width: 126px;
}

.netHokenBox .netHokenBanBox dt {
    margin-bottom: 0px;
    text-align: center;
}

.netHokenBox .netHokenBanBox dd {
    font-size: 80%;
    text-align: center;
    line-height: 100%;
}

.netHokenBox .netHokenBanBox01 {
    width: 100%;
    margin-bottom: 8px;
}

.netHokenBox .netHokenBanBox01 h3 {
    width: 624px;
    height: 31px;
    text-indent: -9999px;
}

.netHokenBox .netHokenBanBox01.netHokenBan05 h3 {
    background: url(../images/nethoken06_tit.gif) no-repeat;
    margin-bottom: 10px;
}

.netHokenBox .netHokenBanBox01 dl {
    width: 100%;
}

.netHokenBox .netHokenBanBox01 dt {
    width: 360px;
    float: left;
    margin-bottom: 2px;
    text-align: center;
    padding-left: 18px;
}

.netHokenBox .netHokenBanBox01 dd {
    width: 210px;
    float: right;
    font-size: 80%;
    /*	text-align:center;*/
    line-height: 14px;
    padding: 10px 20px 0 0;
}

h4.petTit {
    font-weight: normal;
    margin-bottom: 8px;
    font-size: 130%;
}

h4.kasaiTit {
    font-weight: normal;
    margin-bottom: -7px;
    font-size: 130%;
}

/*-- netHokenBanBox02 --*/

.netHokenBanBox02 {
    width: 100%;
    margin-bottom: 8px;
}

/* h3 */
.netHokenBanBox02 h3 {
    width: 624px;
    height: 31px;
    text-indent: -9999px;
}

.netHokenBan06 h3 {
    background: url(../images/nethoken07_tit.gif) no-repeat;
    margin-bottom: 10px;
}
.netHokenBan_tounyou h3 {
    background: url(../images/nethoken_tounyou_tit.png) no-repeat;
    margin-bottom: 10px;
}
.netHokenBan07 h3 {
    background: url(../images/nethoken08_tit.gif) no-repeat;
    margin-bottom: 10px;
}

.netHokenBanBox02 dl {
    clear: both;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.netHokenBanBox02 dt {
    width: 50%;
    float: left;
    padding-left: 5px;
    box-sizing: border-box;
}

.netHokenBanBox02 dt img {
    max-width: 100%;
    height: auto;
    display: block;
}

.netHokenBanBox02 dt a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.netHokenBanBox02 dd {
    float: right;
    width: 50%;
}

.netHokenBanBox02 dd h4 {
    font-weight: normal;
    margin-bottom: 8px;
    padding-top: 18px;
}

/*-- netHokenBanBox03 --*/

.netHokenBanBox03 {
    width: 100%;
    margin-bottom: 8px;
}

/* h3 */
.netHokenBanBox03 h3 {
    width: 624px;
    height: 31px;
    text-indent: -9999px;
}

.netHokenBanBox03 dl {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.netHokenBanBox01 dl a:hover,
.netHokenBanBox03 dl a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.netHokenBanBox03 dt {
    width: 100%;
    padding-left: 5px;
    box-sizing: border-box;
}

.netHokenBanBox03 dt img {
    max-width: 100%;
    height: auto;
    width: 580px;
    display: block;
    margin: 0 auto;
}

.netHokenBanBox03 dt a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.netHokenBanBox03 dd {
    width: 100%;
    text-align: center;
}

.netHokenBanBox03 dd h4 {
    font-weight: normal;
    margin-bottom: 8px;
    padding-top: 10px;
}

.netHokenBanBox03.netHokenBan_iryo .fl_box div p {
    text-align: center;
}
.netHokenBanBox03.netHokenBan_iryo .fl_box div:first-child {
    margin-right: 20px;
}
.netHokenBanBox03.netHokenBan_iryo .fl_box {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}

.netHokenBanBox03.netHokenBan_iryo .iryo_movie {
    width: 100%;
    margin-top: 30px;
}

.netHokenBanBox03.netHokenBan_iryo .fl_box a {
    /*width: 250px;*/
}

.netHokenBanBox03.netHokenBan_iryo .fl_box a img {
    width: 384px;
    height: 120px;
}

/* ---------------------------------------------------------
    pageList
   ---------------------------------------------------------*/

.pageList {
    clear: both;
    padding: 0 20px;
}

.pageList dt {
    float: left;
}

.pageList dt.next,
.pageList dt.back {
    text-indent: -9999px;
    width: 20px;
    height: 25px;
}

.pageList dt.next {
    background: url(../images/pagelist_ico_02.png) 50% 50% no-repeat;
}
.pageList dt.back {
    background: url(../images/pagelist_ico_01.png) 50% 50% no-repeat;
}

.pageList dt.next a,
.pageList dt.back a {
    display: block;
    padding: 0;
    width: 20px;
    height: 25px;
}

.pageList dt.next a {
    background: url(../images/pagelist_ico_02_mo.png) 50% 50% no-repeat;
}
.pageList dt.back a {
    background: url(../images/pagelist_ico_01_mo.png) 50% 50% no-repeat;
}

.pageList dd {
    float: left;
    border: 1px solid #557df3;
    line-height: 100%;
    margin: 0 2px;
}

.pageList dd.activ {
    background: #557df3;
    color: #fff;
    padding: 5px 8px;
}

.pageList a {
    display: block;
    color: #557df3;
    padding: 5px 8px;
}

.pageList a:hover {
    background: #557df3;
    color: #fff;
}

.mb3 {
    margin-bottom: 30px;
}
a.blueBtn {
    position: relative;
    display: block;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 20px;
    text-decoration: none;
    background: #2586cd;
    text-align: center;
    background: linear-gradient(to bottom, rgba(95, 167, 225, 1) 0%, rgba(37, 134, 205, 1) 100%);
}
a.blueBtn::before {
    border-radius: 5px;
    content: '';
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -3px;
    left: -3px;
    margin: auto;
    display: block;
    pointer-events: none;
}
a.blueBtn:hover {
    opacity: 0.7;
}

/* 高校総合保険4件の場合 */
footer#footer {
    background-size: contain;
    background-position: top center;
}
footer#footer .footerBox01 {
    height: 240px;
}
