/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

.tab-sp { display: none !important; }

@media only screen and (max-width: 768px) {
    .pconly { display: none !important; }
    .tab-sp { display: block !important; }
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	display: inline-block;
	min-height: 1%;	/* for IE 7 and MacIE5.5*/
}
/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* for ie5,6*/

/* Global ----------------------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.80em;
	line-height: 140%;
}
a {
	text-decoration: none;
	color: #00F;
}
.alpha a {
	text-decoration: underline;
}
p { margin-bottom: 15px; }
strong, b { font-weight: bold; }
big { font-size: 1.2em; }
small { font-size: 0.8em; }
em { font-style: italic; }
img {
	border: 0;
	vertical-align: bottom;
}
td { vertical-align: top; }
#container ul, #container ol { margin-bottom: 15px; }
div.alpha ul > li {
	list-style-type: disc;
	margin-left: 25px;
}
div.alpha ol > li {
	list-style-type: decimal;
	margin-left: 30px;
}
/*#container ul li {
	list-style-type: disc;
	margin-left: 25px;
}
#container ol li {
	list-style-type: decimal;
	margin-left: 30px;
}*/
*:focus {
	outline: none;
	}

a {
	border:none;
	outline:none;
	border-style:none;
}

img {
	border:none;
	outline:none;
	border-style:none;
}

a img {
    border-style:none;
}

/* Layout ----------------------------------------------------------------- */

#header, #footer-inner, #container {
	width: 950px;
	margin: 0 auto;
}
#footer-inner {
	width: 1024px;
}
#header {
	margin-bottom: 10px;
}
#footer {
	background: url(../images/footer/footer-bg.png) #fdf4e8 repeat-x;
	border-bottom: 1px solid #c1c8dc;
	margin-bottom: 15px;
}
#container {
	background: url(../images/container-bg.png) repeat-y;
	margin-top: 30px;
	margin-bottom: 30px;
}
.alpha {
	width: 690px;
	line-height: 140%;
	font-size: 1.1em;
	float: right;
}
.beta {
	width: 235px;
	float: left;
}

/* Header ----------------------------------------------------------------- */

#header span { visibility: hidden; }
h1.seo {
	width: 50%;
	padding: 2px 0;
	font-size: 11px;
	float: left;
}
.voice {
	width: 100px;
	height: 22px;
	float: right;
}
.moji-size {
	background: url(../images/header/moji-size.png) no-repeat;
	width: 133px;
	height: 22px;
	margin-left: 15px;
	float: right;
}
.moji-size span {
	width: 70px;
	height: 22px;
	float: left;
}
a.ms, a.mm, a.ml {
	background: url(../images/header/moji-size.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	float: left;
}
a.ms {
	background-position: -70px 0;
}
a.mm {
	background-position: -90px 0;
	margin-left: 2px;
}
a.ml {
	background-position: -110px 0;
	margin-left: 2px;
	z-index: 1;
}
a:hover.ms { background-position: -70px -22px; }
a:hover.mm { background-position: -90px -22px; }
a:hover.ml { background-position: -110px -22px; }
h2.logo {
	width: 405px;
	float: left;
	margin-top: 22px;
}
div.info {
	float: right;
}
.info a {
	margin-top: 14px;
	margin-left: 10px;
	display: block;
	float: right;
}
#main-image {
	background: url(../images/main-bg.jpg) 50% 0 no-repeat;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}
#main-mask {
	background: url(../images/main-mask.png) bottom repeat-x;
	width: 100%;
	height: 530px;
	z-index: 100;
	position: relative;
}
#main {
	min-width: 1100px;
	height: 540px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#main-inner {
	width: 1100px;
	margin: 0 auto;
}
#main-inner div {
	top: 245px;
	left: 10px;
	line-height: 160%;
	color: #FFF;
	position: relative;
	float: left;
}
#main-inner img {
	top: -130px;
	position: relative;
	float: left;
	z-index: -1;
}
.sp__header__menu {
	display: none;
}

/* Footer ----------------------------------------------------------------- */

div.backtop {
	text-align: center;
}
table.footer-info {
	margin: 0 auto 20px auto;
}
ul.footer-menu {
	margin-bottom: 15px;
}
.footer-menu li {
	margin-right: 14px;
	float: left;
}
.footer-menu a {
	background: url(../images/arrow3.png) left no-repeat;
	padding-left: 14px;
}
div.footer-com {
	border-bottom: 1px solid #135090;
	margin-bottom: 15px;
}
.footer-com div {
	border-left: 3px solid #135090;
	padding: 8px 15px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}
.copy {
	margin-bottom: 15px;
}
.copy div {
	width: 800px;
	height: 39px;
	line-height: 39px;
	text-align: right;
	font-weight: bold;
	float: right;
}

/* font ------------------------------------------------------------------- */

.txt-center { text-align: center; }
.txt-right { text-align: right; }
.red { color: #F00; }
.green { color: #390; }
.blue { color: #03F; }
.font-l {
	font-size: 1.4em;
	line-height: 120%;
}

/* img -------------------------------------------------------------------- */

img.img-left {
	margin: 0 15px 15px 0;
	float: left;
}
img.img-right {
	margin: 0 0 15px 15px;
	float: right;
}

/* Table ------------------------------------------------------------------ */

table.table1 {
	background: #CCC;
	border-spacing: 1px;
	margin-bottom: 15px;
}
.table1 th {
	background: #09F;
	padding: 10px 10px;
	color: #FFF;
}
.table1 td {
	background: #FFF;
	padding: 8px 10px;
}
.table1 .td1 {
	background: #FAFAFA;
}
#container .table1 ul { margin-bottom: 0; }
table.table2 {
	background: #999;
}
.table2 td {
	background: #fff9eb;
	padding: 10px;
}

/* list ------------------------------------------------------------------- */

#container .list1 li, #container .list2 li, #container .qa li {
	list-style-type: none;
	margin-left: 0;
}
.list1 li {
	background: url(../images/arrow4.png) 4px 5px no-repeat;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 1.2em;
}
.list2 li {
	background: url(../images/arrow4.png) 4px 5px no-repeat;
	margin-bottom: 10px;
	padding-left: 20px;
}
.qa li.qa_q {
	background: url(../images/contents/qa_q.png) 0 0 no-repeat;
	margin-bottom: 20px;
	padding-left: 34px;
	font-weight: bold;
}
.qa li.qa_a {
	background: url(../images/contents/qa_a.png) 0 0 no-repeat;
	margin-bottom: 20px;
	padding-left: 34px;
}

/* box -------------------------------------------------------------------- */

.box1 {
	background: #eef6fe;
	border: 1px solid #39F;
	margin-bottom: 15px;
	padding: 15px;
}
.box2 {
	background: #fef0d3;
	border: 1px solid #fc6;
	padding: 15px;
}

/* Title ------------------------------------------------------------------ */

.page-title {
	background: url(../images/contents/title-bg.png) no-repeat;
	width: 660px;
	height: 40px;
	margin-bottom: 25px;
	padding: 20px 15px 15px 15px;
	line-height: 150%;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
}
.midashi1 {
	border-bottom: 1px dotted #666;
	margin-bottom: 15px;
	padding: 0 0 10px;
	font-size: 1.2em;
	font-weight: bold;
}
.midashi2 {
	background: url(../images/contents/service/dot02.png) no-repeat;
	background-size: 100% 100%;
	width: 660px;
	margin-bottom: 25px;
	padding: 25px 10px 27px;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
}
.midashi3 {
	background: #fff3d1;
	border-left: 4px solid #432700;
	margin-bottom: 25px;
	padding: 12px 10px 8px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #432700;
}
.midashi4 {
	background: url(../images/contents/service/dot02.png) no-repeat;
	background-size: 100% 100%;
	width: 660px;
	margin-bottom: 25px;
	padding: 25px 20px 27px;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
}

/* Side ------------------------------------------------------------------- */

#container ul.side-menu1, #container ul.side-menu2 {
	margin-bottom: 0;
}
.side-menu1 li, .side-menu2 li {
	border-bottom: 1px solid #c9c8c8;
	background: #e9eef8;
}
.side-menu1 li a {
	background: url(../images/arrow1.png) 12px 11px no-repeat;
	width: 210px;
	height: 30px;
	padding-left: 25px;
	line-height: 30px;
	color: #333;
	display: block;
}
.side-menu2 li {
	background: url(../images/side/side-menu2-bg.png) repeat-x;
	height: 32px;
}
.side-menu2 li a {
	background: url(../images/arrow2.png) 12px 13px no-repeat;
	width: 210px;
	height: 32px;
	padding-left: 25px;
	line-height: 33px;
	color: #333;
	display: block;
}
div.side-banner {
	margin: 5px 0;
	padding: 10px;
}

/* blog ------------------------------------------------------------------- */

div.pagenate {
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.pagenate span, .pagenate a {
	padding: 5px;
}
.pagenate span {
	background: #FAFAFA;
	border: 1px solid #DDD;
}
.info1, .info2, .info3 {
	padding-left: 55px;
}
.info1 {
	background: url(../images/top_new_icon1.gif) 0 2px no-repeat;
}
.info2 {
	background: url(../images/top_new_icon2.gif) 0 2px no-repeat;
}
.info3 {
	background: url(../images/top_new_icon3.gif) 0 2px no-repeat;
}
div.entry-list {
	margin-bottom: 30px;
}
#container .entry-list div {
	border-bottom: 1px solid #EEE;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.entry-list span {
	background: url(../images/arrow5.png) left no-repeat;
	width: 110px;
	padding-left: 14px;
	float: left;
}
.entry-list p {
	width: 490px;
	margin-bottom: 0;
	float: right;
}
div.entry-day {
	margin-bottom: 15px;
	text-align: right;
}
div.entry-body {
	margin-bottom: 30px;
}

/* container -------------------------------------------------------------- */

.t-banner a, table.news-tab {
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,0.4);
	-o-box-shadow: 0 10px 10px -5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 10px 10px -5px rgba(0,0,0,0.4);
	margin-bottom: 15px;
}
#news0, #news1, #news2, #news3 {
	width: 690px;
	height: 200px;
	overflow: auto;
}
.t-banner a {
	margin-bottom: 30px;
	display: block;
}
p.news-more {
	background: url(../images/index/news-more-bg.png) bottom no-repeat;
	margin-top: 10px;
	padding: 5px 0;
	text-align: right;
}
div.nav {
	margin-top: 5px;
	font-size: 0.8em;
}
#container #mailform ul, #mailform ol {
	margin-bottom: 0;
}
.voice_p img {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}




/* 追加　CSS -------------------------------------------------------------- */


.tline {
    width: 96%;
    padding: 20px 15px;
    background: url(../images/contents/service/titleline.png) no-repeat;
    background-size: 100% 100%;
    font-size: 1.2em;
    font-weight: bold;
}

.stext {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    line-height: 1.8;
    letter-spacing: 1px;
}


.center {
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 27px;
	margin-bottom: 50px;
}


ul.policy{
	margin: 0;
	padding: 0;
	width: 96%;
	margin: auto;
	margin-top: 30px;
}


ul.policy li{
	margin-left: 0px !important;
	width: 33.33%;
	height: 250px;
	float: left;
	background: url(../images/contents/service/poli1.png) no-repeat;
	background-size: 90% 90%;
	background-position: center center;
	list-style: none !important;
}

ul.policy li:nth-child(even){
	background: url(../images/contents/service/poli2.png) no-repeat;
	background-size: 90% 90%;
	background-position: center center;
	color: #000;
}


.num {
    font-size: 51px;
    text-align: center;
    font-weight: bold;
    margin-top: 45px;
    font-family: monospace;
    letter-spacing: -1px;
    color: #fff;
}

ul.policy li span {
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 13px;
    color: #fff;
}


.ptext{
	margin-bottom: 15px;
    width: 71%;
    margin: auto;
    margin-top: 27px;
    font-size: 15px;
    text-align: justify;
    line-height: 1.4;
    color: #fff;
}


ul.policy li:nth-child(even) .ptext{
    color: #000;
}







.one{
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 25px;
}

.two{
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 24%;
	margin-bottom: 25px;
}

.three{
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	    margin-left: 42%;
	margin-bottom: 4px;
}


.center2 {
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 27px;
}



ul.list{
	margin: 0;
    padding: 0;
    width: 96%;
    height: 180px;
    margin: auto;
    margin-top: 30px;
    padding-bottom: 30px;
}


ul.list li{
	margin-left: 1.3% !important;
	width: 32%;
	height: 205px;
	float: left;
	background: red;
	list-style: none !important;
	/* グラデーション */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33a5d9+0,156ebb+100 */
background: #33a5d9; /* Old browsers */
background: -moz-linear-gradient(top, #33a5d9 0%, #156ebb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #33a5d9 0%,#156ebb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #33a5d9 0%,#156ebb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a5d9', endColorstr='#156ebb',GradientType=0 ); /* IE6-9 */
	
}

.line{
	width: 80%;
	height: 1px;
	background: #fff;
	margin: auto;
	margin-top: 13%;
}


.tc{
	text-align: center;
}


.ma30{
	margin-top: 30px;
	font-size: 18px;
	padding-bottom: 40px;
}








/* kitazume_相続手続き流れ -------------------------------------------------------------- */

.box {
	float: left;
}
.box1 {
	background: #27c672; /* Old browsers */
	background: -moz-linear-gradient(top, #27c672 0%, #24b2bf 57%, #74b8d3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #27c672 0%,#24b2bf 57%,#74b8d3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #27c672 0%,#24b2bf 57%,#74b8d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27c672', endColorstr='#74b8d3',GradientType=0 ); /* IE6-9 */
	float: left;
	border-color:#FFF;
	padding: 10px 20px 5px 20px;
	margin: 0px 30px 0px 10px;
	line-height: 40px;
	list-style: none;
	text-align:center;
	font-size:18px;
	color:#FFF;
}
.box2 {
	float: left;
	background:#FFF;
	border-color:#FFF;
	margin: 7px 60px 0px 20px;
	padding: 0px ;
	line-height: 45px;
	font-size:18px;
}
.box3 td {
	float: left;
	width: 200px;
	background-color: #C8D6FF;
	border-radius: 7px;
	padding: 30px;
	margin: 10px auto;
	line-height: 27px;
	text-align:center;
	font-size:20px;
}
.box3 td.teble1 {
	margin: 0px auto;
	width: 200px;
	padding: 15px 28px 15px 28px;
}
.box3 td.teble2 {
	margin-top: 50px;
}
.box ul.box1 p.box1-1 {
	padding-top: 13px;
}
.box ul.box1 p.box1-2 {
	padding-top: 4px;
}
.news ul li {
	display: flex;
}
.news ul li .entry-list_day {
	background: url(../images/arrow5.png) left no-repeat;
    width: 110px;
    padding-left: 14px;
    float: left;
}

















