@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,main,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-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    width:100%;
    margin:0 auto;
    font-size:14px;
    color:#382400;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}

header {
	width:100%;
	float: right;
}

nav {
    width:100%;
}

#contents {
    width:940px;
    margin:10px auto;
}

#headerin {
	width:950px;
	margin:10px auto;
}
#hednavi {
	width: 340px;
	height: 50px;
	top: 0px;
	right: 0px;
	float: right;
	text-align: right;
	padding-right: 5px;
}
#hednavi ul {
	width: 100%;
	font-size: 12px;
}
#hednavi li {
	display: inline-block;
	float: right;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
#hednavi li a {
	text-decoration: none;
}
#hednavi li a:hover {
	color: #FF9B9A;
}
#hedobi {
	background-color: #E0E0E0;
	width: 100%;
}
#obiin {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	float:right;
	width:640px;
}

#sub {
	float:left;
	width:240px;
	padding-top: 20px;
}
#sub p {
	margin-left: 10px;
}

#subnav {
    display:none;
}

section {
	margin-bottom:20px;
}

a {
	color:#333;
	text-decoration: none;
}
a:hover {
    color:#FF9B9A;
}

h1 {
	color:#f19500;
	;
	font-size:28px;
	line-height:1.2;
	float: left;
	width: 400px;
}
h1 a {
    color:#000;
    text-decoration:none;
}
h1 a:hover {
    color:#e78f00;
    text-decoration:underline;
}

h2 {
    margin-bottom:0.5em;
    padding-left:10px;
    font-size:18px;
    color:#000;
    border-left:5px solid #e78f00;
}
h3  {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#FFF;
	font-size:16px;
	background-color: #66CC99;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#FF9B9A;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF9B9A;
	padding-left: 0.5em;
	font-weight: bold;
}
h5:before {
	content:"\002605";
	color:#F99;
	margin-right: 5px;
}

h5 {
	margin-bottom:0.5em;
	padding:2px;
	color:#000;
	font-size:14px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

h6 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:14px;
    font-weight:bold;
}

p {
    margin:0 0 1em 0;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
	font-weight:bold;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
	list-style-image: url(../img/icon_li.gif);
	list-style-type: none;
	margin-bottom: 0.5em;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}
.new  {
	background-image: url(../news/img/new024_32.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	list-style-type: none;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
	font-weight: bold;
	width: 8em;
}
dt:before {
    content:"\0025a0";
}
dd {
	margin-bottom:1em;
	margin-top: -2em;
	padding-left: 8em;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}
th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#f5f5f5;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
  }

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: relative;
}
header h1 {
    margin-bottom:20px;
}

.contact {
    position:absolute;
    top:0;
    right:0;
    vertical-align:top;

}

.contact a {
    display:block;
    padding:5px 10px 5px 29px;
    color:#fff;
    background:#f19500;
    border-radius:4px;
    text-decoration:none;
    background:#f19500 url(../images/mail.png) 10px 50% no-repeat;
}

.contact a:hover {
    color:#fff;
    background:#e78f00 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
    clear:both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	overflow:hidden;
	clear: both;
}
nav ul {
	width:950px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topimg {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main #info {
	padding: 10px;
	border: 1px solid #CCC;
}
nav li {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
nav li a {
	display:block;
	width:157px;
	padding:10px 0;
	color:#000;
	text-align:center;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
nav li:first-child a {
	width:155px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
nav li a:hover {
	color:#FFF;
	text-decoration:none;
	background-color: #66CC99;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
    margin:0;
    padding:0;
    list-style:none;
}
.submenu li a:before {
    content:"\0025a0";
    color:#000;
}


.submenu li a {
    display:block;
    padding:5px 2px;
    color:#000;
    border-bottom:1px dotted #ddd;
    text-decoration:none;
}
.submenu li a:hover {
    background:#eee;
}

.bnr li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.bnr img {
	width:220px;
	margin-left: 10px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	background-color: #DFDFDF;
}

.footmenu {
	width:950px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align: center;
}
.footmenu ul {
	margin: 0px;
}
.footmenu li {
	font-size:11px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	margin: 0px;
}
.footmenu li a {
	text-decoration: none;
}
.footmenu ul li:first-child  {
	border-left-style: none;
}

.copyright {
	clear:both;
	font-size:11px;
	text-align:center;
	color: #FFF;
	background-color: #666;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	bottom:5px;
	right:5px;
	height: 30px;
	width: 50px;
	position: fixed;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
    text-align:left;
}

.textR {
    text-align:right;
}

.list {
    padding:0 0 0 0.5em;
}

.list li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	padding:2px;
	border:1px solid #ddd;
	background:#fff;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	float: left;
}
.texbox {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	background:#fff;
}

.imgL {
	float:left;
	padding: 1px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	border: 1px solid #CCC;
}

.imgR {
	float:right;
	padding: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}

.info dt {
    border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
}

/*================================================
 *  トップページ
 ================================================*/

/* トップナビ */
* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNavi {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:20px;
}

.topNaviColumn {
    display:inline;
    width:32%;
    float:left;
    margin-right:1%;
}

.topNaviCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.topNaviCon:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#f19500;
    border:none;
}

.topNaviCon:hover h2 {
    color:#f19500;
}H

.topNaviCon p {
    margin:10px;
}

.topNaviPhoto img {
    width:100%;
}
.clear {
	clear: both;
	margin-top: 1em;
}
#main .boton li{
	text-align: center;
	display: inline-block;
	float: left;
	width: 280px;
	border: 1px solid #999;
	background-color: #FFC;
	list-style-type: none;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-radius: 10px;
}
.redb {
	font-weight: bold;
	color: #F33;
}

/*================================================
 *  PC向け 追加要素
 ================================================*/
iframe.access {
    width: 620px;
    height: 320px;
}


/*================================================
 * ご利用案内追加分 20210408
 ================================================*/
.list__column3 {
    margin-top: 1.5em;
}
.list__column3::after {
    content: '';
    display: block;
    clear: both;
}
.list__column3 li {
    float: left;
    list-style: none;
    margin-left: 0;
    position: relative;
    width: 24%;
    margin-left: 1%;
    overflow: hidden;
}
.list__column3 li:first-child {
    margin-left: 0;
}
a.link-pdf {
    display: block;
    width: calc(100% - 55px);
    padding: 7px 45px 7px 10px;
    border-radius: 3px;
}
a.link-pdf::after {
    content: "PDF";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: #c1272d;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 2px 3px;
}
.bg-blue {
    background-color: #669aff;
    color: #fff;
}
.bg-blue:hover {
    background-color: #aec9fd;
}
.bg-green {
    background-color: #65cd99;
    color: #fff;
}
.bg-green:hover {
    background-color: #baecd3;
}
.bg-pink {
    background-color: #ff9999;
    color: #fff;
}
.bg-pink:hover {
    background-color: #ffd7d7;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
    body {
        box-sizing:border-box;
        width:100%;
        padding:0 10px;
    }

    header {
        width:100%;
    }

    header h1 {
        margin-bottom:0;
    }

    .contact {
        position:relative;
        float:right;
        margin:10px 0;
    }

    #topimg {
        width: 100%;
    }

    #contents {
        width:100%;
    }

    #main {
        float:none;
        width:100%;
    }

    #sub {
        float:none;
        width:100%;
    }

    .bnr {
        overflow:hidden;
        margin-right:-2%;
    }

    .bnr li {
        float:left;
        width:48%;
        margin:0 2% 2% 0;
    }

    .bnr li img {
        width:100%;
    }

   .totop {
    display:none !important;
    }

    /* メインメニュー */
    nav {
        display:block;
        position:relative;
        width:100%;
    }
    nav h3 {
        cursor:pointer;
        margin-bottom:0;
        color:#fff;
        background:#999;
        border:none;
    }
    nav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
    }
    nav h3.menuOpen:after {
        position:absolute;
        content:"\0025b2";
        top:3px;
        right:5px;
    }
    nav ul {
        width:100%;
    }

    nav li {
        width:33.33%;
        margin:0;
        padding:0;
        list-style:none;
    }
    navv li a:before {
        content:"\0025a0";
        color:#5b4111;
    }
    nav li:first-child a {
        width:100%;
    }

    nav li a {
        display:block;
        width:100%;
        border-bottom:1px dotted #ddd;
        text-decoration:none;
    }

    /* トップナビ */
    .topNavi {
        margin-right:0;
    }

    .topNaviColumn {
        display:block;
        box-sizing:border-box;
        width:100%;
        float:none;
        margin-right:0;
        margin-bottom:10px;
    }


    img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    header {
        /* border-bottom: #ccc solid 1px; */
        float: none;
        margin-bottom: 20px;
    }
    header #headerin,
    header #hedobi #obiin {
        width: 100%;
    }
    header #headerin {
        /* margin-bottom: 0; */
    }
    header #headerin h1,
    header #headerin #hednavi {
        width: 100%;
    }
    header #headerin h1,
    header #headerin #hednavi {
        float: none;
    }
    header #headerin #hednavi ul {
        float: none;
        text-align: left;
        border-top: #eee solid 1px;
        border-bottom: #eee solid 1px;
    }
    header #headerin #hednavi ul:after {
      content: "";
      display: block;
      clear: both
      }
    header #headerin #hednavi ul li {
        float: left;
        width: 24.5%;
        padding: 0;
        margin: 0;
        text-align: center;
        border-right-style: dotted;
    }
    header #headerin #hednavi ul li a {
        display: block;
        padding: 4px 0;
    }
    header #headerin #hednavi ul li:first-child {
        border-left: #eee solid 1px;
    }
    header #headerin #hednavi ul li:last-child {
        border-right: #eee solid 1px;
    }

    nav {}
    nav ul {}
    nav ul li {
        width: 48.5%;
        margin-bottom: 5px;
    }
    nav ul li:nth-child(odd) {
        margin-right: 2%;
    }
    nav ul li:nth-child(even) {}
    nav ul li a {
        border: #ccc solid 1px;
        border-radius: 5px;
        padding: 7px 0;
        background-image: url(../img/icon_li.gif);
        background-position: left 3px center;
        background-repeat: no-repeat;
    }

    #sub {}
    #sub ul.bnr {}
    #sub ul.bnr li a img {
        margin-left: 0;
    }

    footer {
        background-color: #FFF;
    }

    footer .footmenu {
        width: 100%;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
    }
    footer .footmenu ul {
        /* border-top: #fff dotted 1px; */
        margin-bottom: 1em;
    }
    footer .footmenu ul li {
        display: block;
        font-size: 100%;
        border-bottom: #E3E3E3 solid 1px;
        border-left: none;
        /* padding: 5px 10px; */
        padding: 0;
        margin-bottom: 2px;
    }
    footer .footmenu ul li a {
        display: block;
        background-color: #EEE;
        padding: 10px;
        line-height: 1;
    }
    footer .footmenu ul li a:before {
        content: ">";
        font-size: 10px;
        color: #999;
        margin-right: 0.5em;
    }
    footer .copyright {
        font-size: 10px;
    }

    li {
        margin-left: 1em;
    }
    iframe.access {
        width: 100%;
        height: 320px;
    }
    img.icn-pdf {
        width: 32px;
        height: auto;
    }

    #main .boton {
        margin-bottom: 0;
    }
    #main .boton li{
    	text-align: center;
    	display: inline-block;
    	float: none;
    	width: 100%;
    	border: 1px solid #999;
    	background-color: #FFC;
    	list-style-type: none;
    	padding: 5px 0;
    	margin: 0 0 10px 0;
    	border-radius: 10px;
    }

    .list__column3 li {
        float: none;
        width: 100%;
        margin-left: 0;
    }

}
/*================================================
 * ご利用案内追加分 202207
 ================================================*/

.list__column3 li:first-child {
    margin-left: 0;
}

.infomenu {
	width:950px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align: left;
}
.infomenu ul {
	margin: 0px;
}
.infomenu li {
	font-size:12px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	margin: 0px;
}
.infomenu li a {
	text-decoration: none;
	color:#66CC99;
}

.infomenu li a:hover {
	color:#FF9B9A;
}

