/**** リンク ****/
a:link { color:#0066cc; }

.pc { display: block; }
.pc-inline { display: inline; }
.sp { display: none; }

/*a[href*="tel:"] {
	pointer-events: none;
}*/

body{
	font-size: 1.05em;
                                -webkit-text-size-adjust: 100%; 
}

img, object, embed {
  border: 0;
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

.center{
	text-align:center;
}

.margin-tb20{
	margin:20px 0px;
}
.margin-t40{
	margin:40px 0 0 0;
}

/**** ヘッダーの調整 ****/
td.kumo{
                                width:50%;
}

/***** ページタイトル ****/
h1.page-header-hensan{
                                width:100%;
                                height:140px;
                                margin:0 auto;
                                padding:0;
                                background:#fff url(../images/background/bg-hensan-title.png)no-repeat center bottom;
                                text-align:center;
}
h2.backnum{
                                padding:0.6em 1.5em;
                                color:#fff;
                                background:#786b66;
                                border-radius:6px;
                                text-align:center;
}
h2.oshirase-title{
                                padding:0.6em 0;
                                border-bottom:2px solid #cdc8c6;

}
h3.backnum-nendo{
                                padding:0 0.5em;
                                color:#786b66;
                                border-left:6px solid #786b66;
                                background-color:#fff7be;;
}
/***** フォントサイズ ****/
.font-20{
                                font-size:125%;
}
.font-18{
                                font-size:110%;
}
.font-14{
                                font-size:85%;
}
.font-24-bold{
                                font-size:150%;
                                font-weight: 700;
}
.font-bold{
                                font-weight:bold;
}


/***** フレーム ****/
.frame-hensan{
	display: flex;
	margin:0 auto;
                                width:100%;
	max-width:1080px;
	padding:40px 0 30px 0;
}
.lead{
                                width:47%;
                                max-width:500px;
}

.main-img{
                                width:52%;
                                max-width:560px;
}
.new-item{
                                width:100%;
                                max-width:1020px;
                                margin:0 auto;
                                padding:0.4em 20px;
	border:5px solid #f4cf19;
                                border-radius:11px;
                                background:#fff url(../images/background/bg-hensan-newitem.png)no-repeat right bottom;
}
.backnumber{
                                width:47%;
                                max-width:520px;
}
.backnumber-inner{
                                padding:0.5em 1.2em 1.4em 1.2em;
                                background:#fff7be;
                                border-radius:16px;
}
.backnumber-inner ul{
                                font-size:90%;
}
.backnumber a:link{
                                color:#2a8029;
}
.oshirase{
                                width:52%;
                                max-width:560px;
                                margin-left:30px;
}

/**** アイコン ****/
.orange-icon{
                                padding:0.6em 1.5em;
                                color:#fff;
                                background:#eb6120;
                                border-radius:6px;
}

/**** ボタン ****/
.btn-blue{
	background:#c0ecfa url(../images/background/bg-hensan-btn-blue.png);
	padding:1em 1.5em;
	border:1px solid #FFF;
                                border-radius:6px;
                                font-size:110%;
                                box-shadow: 2px 2px 4px #dedbd9;
                                cursor: pointer;
}
.backnumber .btn-blue{
                                width:100%;
                                font-size:130%;
                                font-weight: 700;
                                color:#0066cc;
                                
}

.btn-blue:hover{
	background: rgba(0, 102, 204, 0.5);
                                color:#fff;
}


/**** リスト ****/
.list-disc{
	margin-left:0;
                                padding:0.5em;
}
.list-disc li {
	list-style-type: none;
	position: relative;
	padding-left: 0.5em;
}
.list-disc li:before {
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.6em;
	content: "";
	background: #594942;
}



.list-banner{
	list-style-type: none;
	margin-top:20px
}

.list-banner li{
	margin-bottom:3px;
}

dl.dl-oshirase{
	/*display:flex;*/
                                display:block;
	flex-wrap: wrap;
	border-top: none;
}
.dl-oshirase dt{
                                /*width: 27%;*/
	width: 100%;
	padding:15px 0 5px 5px;
	/*box-sizing: border-box;*/
	/*border-bottom: 1px solid #ccc; */
                                font-weight:bold;
}
.dl-oshirase dd{
	padding: 5px 0 5px 5px;
	margin: 0;
	border-bottom: 1px solid #ccc; 
	/*width: 73%;*/
                                width: 100%;
	/*background: #fff;*/
	box-sizing: border-box;
}
.dl-oshirase a:link { color: #6d3f00; text-decoration: none; }
.dl-oshirase a:visited { color: #6d3f00; text-decoration: none; }
.dl-oshirase a:hover { color: #458a39; text-decoration: underline; }
.dl-oshirase a:active { color: #458a39; text-decoration: underline; }

.contactus{
                                width: 1040px;
                                border-top:2px solid #cdc8c6;
                                margin:0 auto;
                                padding:2px 5px 12px;
                                background:#fff;
}
.contact{
	font-size:1.25em;
	margin:8px 0 0 0;
}

@media (max-width: 798px) {
.pc {
    display: none;
  }
.pc-inline {
    display: none;
  }
.sp {
    display: block;
  }

td.kumo img{
                                width:240px;
                                height:auto;
}

#container{
                                width:99%;
                                margin:0 auto;
}

.frame-hensan{
                                display:block;
                                width:96%;
                                max-width:780px;
                                margin:0 auto;
}
.lead{
                                width:98%;
                                max-width:780px;
}

.main-img{
                                width:98%;
                                max-width:780px;
                                text-align:center;
}

.new-item{
                                width:auto;
                                max-width:780px;
                                padding:8px 10px;
                                background-image:none;
}
.new-item .orange-icon{
                                padding:8px 15px;
                                display:block;
                                clrear:both;
}
.backnumber{
                                width:auto;
                                max-width:780px;
                                margin-bottom:2em;
}

.oshirase{
                                width:98%;
                                max-width:780px;
                                margin-left:0px;
}

}
