@charset "UTF-8";

.flex{
   display: -webkit-box;/*--- Androidブラウザ用 ---*/
   display: flex; 
}
section{
    margin: 0 0 20px;
}
#contents > p{
    margin: 10px;
}
.txt{
    margin: 0  10px 10px;
}
.red{  color:#d40000;}

.green{  color:#8eb143;}


/*------------------ titl ------------------*/
.titl_top{
    border-bottom: 4px solid #583c32;
    border-top: 1px solid #e0e0dc;
    background:url(../common/images/img_ttl.gif) 0 0;
    color: #583c32;
    padding: 14px 10px;
    font-weight:  bold;
    font-size: 1.7rem;
    position: relative;
}
.titl_top:before{
    content:"";
    display: block;
    width: 28px;
    height: 28px;
    position:  absolute;
    top: 11px;
    left: 7px;
}

.titl_sub{
     color: #583c32;
     font-weight:  bold;
     font-size: 1.6rem;
     padding: 15px 10px;
}
.column .titl_sub{
    padding:15px 0;
}
.titl_page{
     color: #583c32;
     font-weight:  bold;
     font-size: 1.9rem;
     padding: 7px 10px 10px;
     line-height: 1.3;
     border-bottom: 4px solid #583c32;
}

/*------------------ テキストリンク ------------------*/
.txt_link{
    font-weight: normal;
    float: right;
    position: relative;
    vertical-align: middle;
    padding-right: 18px;
}
.txt_link.btn{
    display:  block;
    border: 1px solid #cecece;
    padding: 10px;
    text-align:  center;
    width: 70%;
    margin: 15px auto;
    float: none;
}
.txt_link02{
    font-weight:  normal;
    position: relative;
    vertical-align: middle;
    padding-left: 18px;
}

/*------------------ box_type ------------------*/
.box01{
    background: #f5fae9;
    padding: 10px;
}
.box01 > p:nth-of-type(1){
	background: #fff;
	display: inline-block;
	padding: 5px;
}
.box02{
    border: 1px solid #dfdfdf;
    background: #f1f1f1;
    padding: 10px;
}
.box02 > p:nth-of-type(1){
	background: #fff;
	display: inline-block;
	padding: 5px;
}
.box03{
    background: #fbf8e7;
    padding: 10px;
}
.box04{
	background: #ffe4e1;
	margin: 15px 10px;
	padding: 10px;
}
.box04 dt{
	background:#fff;
	display:inline-block;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}
.box04 a{
	float:none;
}

/*------------------ アイコン ------------------*/
.type01{
    margin:0 10px;
    flex-wrap:wrap;
    justify-content: space-between;
}
.type01 li{
    margin: 0 0 10px;
    border: 1px solid #d0d0d0;
}
.type01.flex li{
    width: 49%;
    margin: 0 0 10px;
}


.type01 li a,
.type02 li a,
.pagelink li a,
.columnlink li a{
    display: block;
    position: relative;
    padding: 10px;
    vertical-align: middle;
    line-height: 1.2;
}
.type01 li a:before,
.txt_link:before,
.pagelink li.right a:before,
.columnlink li a:before{
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #583c32;
    border-right: 2px solid #583c32;
    transform: rotate(45deg);
}
.type02 li a:before{
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #583c32;
    border-right: 2px solid #583c32;
    transform: rotate(135deg);
}
.pagelink  li.left a:before{
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #583c32;
    border-right: 2px solid #583c32;
    transform: rotate(220deg);
}
.txt_link02:before{
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #583c32;
    border-right: 2px solid #583c32;
    transform: rotate(45deg);
}


/*------------------ Topページ ------------------*/
#money .titl_top,
#column .titl_top,
#sumikae.titl_top,
#story.titl_top,
#kaigo.titl_top{
    padding-left: 36px;
}
#money .titl_top:before{
    background:url(../common/images/ico_ttl01.png) no-repeat 0 center;
    background-size:contain;
}
#money .titl_sub{
    padding-left: 38px;
}
#money .titl_sub:nth-of-type(1) {
    background:url(../common/images/ico_ttl02.png) no-repeat 10px center;
    background-size:26px;
}
#money .titl_sub:nth-of-type(2) {
    background:url(../common/images/ico_ttl03.png) no-repeat 10px center;
    background-size: 24px;
}

#column .titl_top:before{
    background:url(../common/images/ico_ttl04.png) no-repeat 0 center;
    background-size:26px;
}
#column .inner dl{
  border-bottom: 1px solid #cacaca;
}
#column .inner dl dt{
   border-top: 1px solid #cacaca;
   padding:10px 10px 5px;
   color: #717171;
}
#column .inner dl dd a{
    padding:0 15px 10px 10px;
    display: block;
    position: relative;
    vertical-align: middle;
}
#column .inner dl dd a:before{
    position: absolute;
    top: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #583c32;
    border-right: 2px solid #583c32;
    transform: rotate(45deg);
}
#sumikae.titl_top,
#story.titl_top,
#kaigo.titl_top{
    margin-bottom: 15px;
    border-bottom: 4px solid #d4d6c4;
}
#sumikae.titl_top:before{
    background:url(../common/images/ico_ttl05.png) no-repeat 0 center;
    background-size:contain;
}
#story.titl_top:before{
    background:url(../common/images/ico_ttl06.png) no-repeat 0 center;
    background-size:contain;
}
#kaigo.titl_top:before{
    background:url(../common/images/ico_ttl07.png) no-repeat 0 center;
    background-size: 26px;
}
#sumikae.titl_top a,
#story.titl_top a,
#kaigo.titl_top a{
    display: block;
    position: relative;
    vertical-align: middle;
    color: #583c32;
}
#sumikae.titl_top a:before,
#story.titl_top a:before,
#kaigo.titl_top a:before{
    position: absolute;
    top: 4px;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #583c32;
    border-right: 2px solid #583c32;
    transform: rotate(45deg);
}
#contents .tag{
    background:#97b753;
    color:#fff;
    margin: 10px 10px 0;
    display:inline-block;
    font-weight:  normal;
    padding: 4px 6px;
    font-size: 1.4rem;
}
#contents .tag02{
    background: #848484;
    color:#fff;
    display:inline-block;
    font-weight:  normal;
    padding: 2px 4px;
    margin: 3px;
}


/*------------------ 下層ページ ------------------*/

.column{
    margin:10px;
}
.column .txt{
    margin: 10px 0 20px;
}
.column .img img{
    margin: 10px auto;
    display:  block;
    width: 100%;
    max-width: 640px;
}
.column p a{
	text-decoration: underline;
}

.titl_column{
     color: #583c32;
     font-weight:  bold;
     font-size: 1.6rem;
     padding: 5px 10px;
     border-left: 5px solid #583c32;
     margin: 25px 0 15px;
     line-height: 1.3;
}
.titl_column02{
     font-weight:  bold;
     font-size: 1.7rem;
     padding: 5px 10px;
     margin: 20px 0 10px;
     border-left: 5px solid #97b753;
     border-bottom: 1px solid #97b753;
}

/*------------------ table ------------------*/
.tableType01 {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	font-size: 100%;
}
.tableType01 th {
	padding: 8px;
	border: solid 1px #cccccc;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.tableType01 td {
	padding: 6px;
	border: solid 1px #cccccc;
	text-align: left;
	vertical-align: top;
}
.tableType01 td.noBoder {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}
.tableType01 td.noBoder02 {
	border-top: none !important;
	padding-top: 0 !important;
}
.tableType01 td .iconList01 {
	margin-bottom: 0 !important;
}
.tableType01 .level01 {
	background: #96938b;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.tableType01 .level02 {
	background: #f3f1ea;
}
.tableType01 .border3 {
	border-top:3px solid #cccccc;
}

/*------------------ list type ------------------*/
ol.numberList01 li {
	padding-left: 22px;
	margin-bottom: 5px;
}
ol.numberList01 li.num01 {background: url(https://www.nomu.com//60/common/images/com_ic012.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num02 {background: url(https://www.nomu.com//60/common/images/com_ic013.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num03 {background: url(https://www.nomu.com//60/common/images/com_ic014.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num04 {background: url(https://www.nomu.com//60/common/images/com_ic015.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num05 {background: url(https://www.nomu.com//60/common/images/com_ic016.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num06 {background: url(https://www.nomu.com//60/common/images/com_ic017.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num07 {background: url(https://www.nomu.com//60/common/images/com_ic018.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num08 {background: url(https://www.nomu.com//60/common/images/com_ic019.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num09 {background: url(https://www.nomu.com//60/common/images/com_ic020.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num10 {background: url(https://www.nomu.com/60/common/images/com_ic021.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num11 {background: url(https://www.nomu.com/60/common/images/com_ic022.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num12 {background: url(https://www.nomu.com/60/common/images/com_ic023.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num13 {background: url(https://www.nomu.com/60/common/images/com_ic024.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num14 {background: url(https://www.nomu.com/60/common/images/com_ic025.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num15 {background: url(https://www.nomu.com/60/common/images/com_ic026.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num16 {background: url(https://www.nomu.com/60/common/images/com_ic027.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num17 {background: url(https://www.nomu.com/60/common/images/com_ic028.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num18 {background: url(https://www.nomu.com/60/common/images/com_ic029.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num19 {background: url(https://www.nomu.com/60/common/images/com_ic030.gif) no-repeat 0 0; background-size: 18px;}
ol.numberList01 li.num20 {background: url(https://www.nomu.com/60/common/images/com_ic031.gif) no-repeat 0 0; background-size: 18px;}

ol.numberList02 li {
	padding-left: 2.5em;
	text-indent: -2.5em;
	margin-bottom: 3px;
}
ol.numberList02 li span {
	color: #f8614b;
}
ul.lst01 li{
    padding-left: 10px;
    position: relative;
    vertical-align: middle;
    margin-bottom: 8px;
}
.lst01 li:before{
    position: absolute;
    top: 7px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #97b753;
    border-radius: 100%;
}


.pagelink {
   margin: 30px 0;
   display:  table;
   width: 100%;
}
.pagelink li{
	width:50%;
	display: table-cell;
}

.pagelink li.left a{
    padding:0 0 0 16px;
}
.pagelink li.right a{
    padding:0 16px 0 0;
    text-align:  right;
}
.columnlink .name{
    border-top: 1px solid #cecece;
    border-bottom:3px solid #97b753;
    padding: 10px;
    font-weight: bold;
    font-size: 1.6rem;
}
.columnlink li a{
    border-bottom: 1px solid #cecece;
}
.tab{
    position:  relative;
    margin: 22px -10px;
    padding:0 5px;
}
.tab:after{
	content:"";
	display: block;
	background: #97b753;
	width: 100%;
	height: 3px;
	position:  absolute;
	bottom: 0;
	left: 0;
}
.tab li{
	line-height: 1.2;
	background: #97b753;
	color:#fff;
	width: 28%;
	border-radius: 5px 5px 0 0;
	text-align: center;
	margin: 0 3px 0;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.tab li a{
	color:#fff;
	display:  block;
	padding: 6px 5px;
}
.tab li.act{
	background: #fff;
	color:#333;
	border: 2px solid #97b753;
	border-bottom:none;
	width: 44%;
	font-size: 1.7rem;
	padding: 8px 5px 6px;
	z-index: 999;
}
.tab.bottom li{
	border-radius: 0 0 5px 5px;
}
.tab.bottom li.act{
	border: 2px solid #97b753;
	border-top:none;
}
.tab.bottom:after{
	content:"";
	display: block;
	background: #97b753;
	width: 100%;
	height: 3px;
	position:  absolute;
	top: 0;
	left: 0;
}
.point{
    margin: 20px auto;
}
.point .titl{
   background: #97b753;
   border-radius: 4px 4px 0 0;
   padding: 4px 8px;
   color: #fff;
   display:  inline-block;
}
.point .inner{
  border:1px solid #97b753;
  padding: 8px;
}
.page_index{
	border: 1px solid #cecece;
	margin: 15px 0;
}
.page_index .ttl{
	background: #eae9dc;
	padding: 3px 34px;
	display: inline-block;
	margin: 0;
}
.page_index li{
	margin: 0 10px;
}
.page_index li a{
	padding-left: 17px;
	display:  inline-block;
	padding: 3px 10px 3px 18px;
	line-height: 1.7;
}

.pageCap p {
	padding-left: 2.5em;
	text-align:justify;
	text-indent: -3.1em;
	margin-top: 5px;
}
.pageCap02 p {
	padding-left: 1.2em;
	text-indent: -1em;
	margin-top: 5px;
}

/*------------------ foot_date ------------------*/
.contentBox2{
 margin: 10px;
}
.contentBox2 p{
 margin: 0;
}
