@charset "UTF-8";
.header_area1 {
  padding: 14px 20px 5px;
}
.header_logo .logo {
  margin: 10px 25px 15px 0;
  width: 400px;
}
.header_logo .logo:lang(ja) {
  margin-top: 10px;
  height: 40px;
}
@media screen and (max-width: 30em) {
  .header_area1 {
    padding: 0;
	min-height: 40px;
}
  .header_area1-1 {
    padding: 0 10px 0 10px;
  }
  .header_logo .logo {
    margin:0;
	width: auto;
  }
  .header_logo .logo:lang(ja) {
    margin-top: 15px;
	height: 26px;
}
}





@media screen and (max-width: 359px) {
  .header_logo .logo {
    width: 100%;
  }
}

html,
body {
  color: #2d3c41;
}

.header_global-nav {
  color: #2d3c41;
  background: #f0ecd6;
  font-weight: bold;
}
.header_global-nav a {
  padding: 0.5625em 10px 0.4625em 10px;
  display: block;
  color: #2d3c41;
  background: transparent;
  text-decoration: none;
}
.header_global-nav a[href] {
  background: #f0ecd6;
  border-bottom: 4px #f0ecd6 solid;
}
.header_global-nav a[href]:focus, .header_global-nav a[href]:hover, .header_global-nav a[href].selected {
  background: #f0ecd6;
border-bottom: 4px #67706d solid;
}
.header_global-nav a[href].current {
  background: #f0ecd6;
border-bottom: 4px #2d3c41 solid;
}
.header_utility .contact {
  color: #2d3c41;
}
.header_utility .contact:focus,
.header_utility .contact:hover {
  color: #2d3c41;
}

.header_hamburger_content {
  background: #2d3c41;
}

.header_global-nav_sp .nav_button,
.header_global-nav_sp .nav_link {
  border: 1px solid #1a2529;
}
.header_global-nav_sp .nav_list {
  background: #1a2529;
}
.header_global-nav_sp .nav_list > li + li {
  border-top: 1px solid #2d3c41;
}
.header_hamburger_close {
  margin-top: 0em;
  border-top: 1px solid #1a2529;
}
.header_utility_sp .contact {
border: none;
}





.header_global-nav_megadown a {
  color: #333;
  text-decoration: none;
}

/*メガメニュー*/
.header_global-nav_megadown {
  margin: auto;
  position: relative;
  max-width: 100%;
}
.header_global-nav_megadown > .megadown {
  padding: 2.5em 10px 0;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  display: none;
  color: #333;
  background: #e2dab4;
  outline: none;
  z-index: 2;
  width: 100%;
}
.header_global-nav_megadown .megadown > .pad{
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}
.header_global-nav_megadown .megadown > .pad ._left{
  text-align: left;
}
.header_global-nav_megadown > .megadown[aria-hidden="true"] {
  display: none;
}
.header_global-nav_megadown > .megadown[aria-hidden="false"] {
  display: block;
}
.header_global-nav_megadown a[href]:focus, .header_global-nav_megadown a[href]:hover {
  text-decoration: underline;
}
.header_global-nav_megadown .link_index {
 font-size: 1.5em;
  font-weight: bold;
}

.header_global-nav_megadown .button_close {
  margin-top: 1em;
  padding: 1.125em 0;
  border-top: 1px solid #c8bb7f;
  display: block;
  width: 100%;
  color: #333;
  text-align: center;
}
.header_global-nav_megadown .button_close:focus, .header_global-nav_megadown .button_close:hover {
  text-decoration: underline;
}
.header_global-nav_megadown .m_links._subtoc_box a:not(.anc_button)::before {
  top: 50%;
  left: auto;
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_global-nav_megadown .m_links._subtoc_box a:not(.anc_button) {
  padding: 0.75em 2.8125em 0.75em 0.75em;
}

.button_index{
  padding-left: 1.44em;
  display: inline-block;
  position: relative;
}
.button_index::before {
  margin-top: -0.5em;
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
  top: .7em;
  left: 0;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button_index {
margin-top: 10px;
  padding: 0.5em 2.8125em 0.5em 1.25em;
  border-radius: 20px;
  display: inline-block;
  color: #FFF;
  background-color: #2d3c41;
  text-align: left;
}
.button_index::before {
  top: 1.45em;
  left: auto;
  right: 20px;
}
.button_index + .button_index {
  margin-left: 1.25em;
}
.button_index[href] {
  color: #FFF;
  text-decoration: none;
}
.button_index[href]:hover, .button_index[href]:focus {
  text-decoration: underline;
}




.header_local-nav {
  color: #2d3c41;
  background: #e2dab4;
}
.header_local-nav a[href]:focus, .header_local-nav a[href]:hover {
  background-color: #d5ca97;
}
.header_local-nav .nav_list > li:last-child a > .pad {
  border-right: 1px solid #c8bb7f;
}
.header_local-nav a > .pad {
  border-left: 1px solid #c8bb7f;
}

.sidebar_local-nav > h2 {
  background: #2d3c41;
}
.sidebar_local-nav .nav_list > li a:not([href]) {
  background-color: #f0ecd6;
}

.b_topic-path {
  background: #fff;
}
.b_page-title {
  color: #2d3c41;
  background: #fff;
}
.b_page-title h1,
.b_page-title p {
  text-align: center;
  font-size: 2.2rem;
  padding: 1em 20px 0.4em 20px;
}
.b_page-title .subheading {
  font-weight: bold;
}
@media screen and (max-width: 30em) {
.b_topic-path {
  background: #e2dab4;
}
.b_page-title h1,
.b_page-title p {
  background: #f0ecd6;
  font-size: 2rem;
  padding: 1em 20px;
}
}
.text_lede {
  color: #2d3c41;
}
.m_box._C {
  background: #f0ecd6;
}

/*トップレイアウト*/


.top_manu,.top_work, .top_business, .top_advantage, .top_company {
  margin: auto;
  max-width:100%;
  color: #fff;
  background: #FFF no-repeat 50% 50%;
  text-align: center;
}
.top_manu {
  color: #2d3c41;
  text-align: left;
}
.top_manu a, .top_work a, .top_business a, .top_advantage a, .top_company a {
  color: inherit;
}
.top_manu .more_link, 
.top_work .more_link, .top_business .more_link, .top_advantage .more_link, .top_company .more_link {
  margin-top: 2em;
  padding: .5em 2em;
  border: 2px solid;
  display: inline-block;
  background: rgba(45, 60, 65, 0.7);
  font-weight: bold;
  text-decoration: none;
  padding-right: 2.82em;
  position: relative;
}
.more_link._marginTop_small{
  margin-top: 1em;
}
.top_manu .more_link::before,
.top_work .more_link::before, .top_business .more_link::before, .top_advantage .more_link::before,  .top_company .more_link::before {
  margin-top: -0.3em;
  border-top: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
  top: 50%;
  right: 1.2em;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top_manu .more_link:hover, 
.top_work .more_link:focus, .top_business .more_link:focus, .top_advantage .more_link:focus, .top_brightening .more_link:focus, .top_company .more_link:focus, .top_greeting .more_link:hover, .top_business .more_link:hover, .top_advantage .more_link:hover, .top_company .more_link:hover {
  text-decoration: underline;
}
.top_work {
  color: #fff;
  background: #3d9bc8 url(/images/index_box_bg.jpg);
  background-size: cover;
}
/* @media screen and (min-width: 60em) {
.top_work {
  background-attachment: fixed;
  }
}*/ 
.top_work .hdg {
  font-size: 2.125rem;
  font-weight: bold;
  margin-top: 2em;
}
.top_work .hdg._main {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 0.5em;
}
.top_work .lede {
  margin: 1.1em auto 0;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 30em) {
  .top_work {
    background: #3d9bc8 url(/images/index_box_bg.jpg) right;
	  background-size: cover;

  }
}
  .top_work .hdg {
  font-size: 2rem;
}
  .top_work .hdg._main {
  font-size:3rem;
  margin-top: 0.5em;
  line-height: 1.5em;
}
  .top_work .lede {
  font-size: 1rem;
  }

.top_work .work_list {
  margin-top: 10px;
}
@media screen and (max-width: 36em) {
  .top_work .work_list > li {
    margin-top: .1em;
    width: 99.6%;
  }
  .top_work .work_list._max3 > li {
    width: 99.6%;
  }
  .top_work .work_list .work_image {
    display: none;
  }
  .top_work .work_list .work_text {
    min-height: 100%;
    position: static;
	text-align: left;
  }
  .top_work .work_list .work_text > .text {
  padding: 2.2em 1.4375em;
}
.top_work .work_list .work_text {
  background-color: rgba(0, 0, 0, 0);
}
}


.top_manu {
  padding: 3em 0;
}
.top_manu > .pad{
  margin: auto;
  max-width: 1260px;
}
@media screen and (max-width: 30em) {
.top_manu > .pad{
  padding: 0 1em;
  }}


.top_advantage {
  padding: 3.5em 0;
  background: #f7f5e9;
}
.top_advantage > .pad{
  margin: auto;
  max-width: 1260px;
}
.top_advantage .hdg {
  font-size: 2.125rem;
  font-weight: bold;
  color: #2d3c41;
}
.top_advantage .lede{
  color: #2d3c41;
  font-weight: lighter;
}
.top_advantage_list {
  margin: auto;
  max-width: 1260px;
  font-size: 1.3rem;
  font-weight: bold;
}
.top_advantage_list > li {
  margin: 1em 0.8% 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #2d3c41;
}
.top_advantage_list > li p {
padding-top: 90px;
}
.top_advantage_list > li p span {
  font-size: 0.9rem;
  font-weight: lighter;
}

@media screen and (max-width: 30em) {
  .top_advantage_list > li {
    margin: 1em 0.8% 0;
    width: 150px;
	height: 150px;
  }
  .top_advantage_list > li p {
    font-size: 1.1rem;
	padding-top: 55px;
}
.top_advantage_list > li p span {
  font-size: 0.8rem;
}
}
.top_advantage_list .icon {
  margin: 0 auto .4em;
  display: block;
  height: auto;
  max-width: 100%;
}

.top_business > .pad {
  margin: auto;
  max-width: 1260px;
}

.top_business{
  color: #fff;
  background: #014 50% 50%;
  text-align: center;
}
.top_business a {
  color: inherit;
}
.top_business .more_link{
  margin-top: 2em;
  padding: .5em 2em;
  border: 2px solid;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  text-decoration: none;
  padding-right: 2.82em;
  position: relative;
}
.top_business .more_link::before{
  margin-top: -0.3em;
  border-top: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
  top: 50%;
  right: 1.2em;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top_business .more_link:focus,
.top_business .more_link:hover{
  text-decoration: underline;
}


.top_business {
  padding: 10em 0;
  color: #fff;
  background-image: url(/images/index_business_bg.jpg);

}
.top_business .hdg {
  font-size: 2.125rem;
  font-weight: bold;
}
.top_business .lede {
  margin: 1.5em auto 0;
  display: block;
  width: 80%;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75;
}

#l_content.narrow {
  max-width: 1060px;
}

.m_hdg._A h2,
.m_hdg._A h3,
.m_hdg._A h4,
.m_hdg._A h5,
.m_hdg._A h6 {
  border-left: 4px solid #2d3c41;
  background: #424f54;
}
.m_hdg._B {
  margin: 2em 0 0;
}
.m_hdg._B h2,
.m_hdg._B h3,
.m_hdg._B h4,
.m_hdg._B h5,
.m_hdg._B h6 {
color: #2d3c41;
  padding: .35em 0;
  border-left: none;
  border-bottom: solid 4px #2d3c41;
  background: #fff;
}

.m_links._subtoc_box a:not(.anc_button) ,
.anc_button {
  color: #2d3c41;
  background-color:  #f0ecd6;
}
.m_links._subtoc_box a:not(.anc_button)[href] {
  color: #2d3c41;
}


.srm_input_table input[type="text"]._num,
.srm_input_table input:not([type])._num {
  width: 3em;
}
.srm_input_table input[type="text"]._num100,
.srm_input_table input:not([type])._num100{
  width: 100%;
}
.srm_input_table input[type="text"]:only-child.srm_input_text_phone,
.srm_input_table input:not([type]):only-child.srm_input_text_phone,
.srm_input_table input[type="text"]._num4,
.srm_input_table input:not([type])._num4 {
  width: 4em;
}





/*law*/




._apart {
  margin-top: 2em;
}

.m_listpage_link > li {
  background: #f0ecd6;
}
.m_tbl-data tr.emphasis th,
.m_tbl-data tr.emphasis td,
.m_tbl-data th.emphasis,
.m_tbl-data td.emphasis{
  background: #f0ecd6;
}

.m_tbl-data th.yellow,
.m_tbl-data td.yellow{
  background:   #F9F3D9;
}

.m_tbl-data th.blue1,
.m_tbl-data td.blue1{
  background:   #cae3fb;
}

.m_tbl-data th.blue2,
.m_tbl-data td.blue2{
  background:   #e1ecf9;
}

.m_tbl-data th.blue3,
.m_tbl-data td.blue3{
  background:   #f2f7ff;
}
.footer_area1 {
  padding: 2em 0 8em;
  color: #fff;
  background: #808080 url("../images/l_footer/area1_bg.jpg") no-repeat 100% bottom;
}

.footer_area1 a{
  color: #fff;
}
.footer_area2 {
  color: #fff;
  background: #2d3c41;
}
.footer_area2 a {
  color: #fff;
}
.footer_copyright {
  padding: 5px 0 20px 0;
}
.footer_nav > .pad > .column {
  margin-left: 2%;
  display: inline-block;
  width: 14.2%;
  vertical-align: top;
}

/* Q and A　の中のリスト　*/
.m_faq .q_icon {
  background: #b2a059;
}
.m_faq .a_icon {
  background: #e2dab4;
}
.Paragraph {
	margin-left:0;
	margin-top: 1em;
}

.Item {
 	margin-left:1em;
	margin-top: 1em;
}


.ParagraphSentence {
	margin-left:1em;
	text-indent:-1em;
}

.Subitem1,
.Subitem2,
.Subitem3,
.Subitem4,
.Subitem5,
.Subitem6,
.Subitem7,
.Subitem8,
.Subitem9,
.Subitem10 {
	margin-left:1em;
}


.Subitem1Sentence {
	margin-left:1em;
	text-indent:-1em;
}

.Subitem1Sentence2 {
	margin-left:1em;
}

.ItemSentence {
	margin-left:1em;
	text-indent:-1em;
}

.ItemSentence2 {
	margin-left:1em;
}
.ItemTitle {
	font-weight:bold;
}

.Quote .TableStruct {
	margin-left:0;
	text-indent:0;
}

.LawNum,
.LawTitle,
.PartTitle,
.ChapterTitle,
.SectionTitle,
.SubsectionTitle,
.DivisionTitle,
.ArticleTitle,
.ParagraphNum,
.ItemTitle,
.Subitem1Title,
.Subitem2Title,
.Subitem3Title,
.Subitem4Title,
.Subitem5Title,
.Subitem6Title,
.Subitem7Title,
.Subitem8Title,
.Subitem9Title,
.Subitem10Title,
.SupplProvisionLabel,
.AppdxTableTitle,
.AppdxStyleTitle,
.AppdxFigTitle,
.AppdxFormatTitle,
.AppdxNoteTitle,
.ArithFormulaNum,
.SupplProvisionAppdxStyleTitle,
.SupplProvisionAppdxTableTitle {
	font-weight:bold;
}

/*かっこ数字*/
.mt1em {
    margin-top: 1em;
}

.matNum {
    float: left;
    width: 2em;
}

.matTxt {
    float: right;
    width: 95%;
}

.material {
    clear: both;
    width: 100%;
    padding: 10px 0;
overflow: hidden; 
}

/*丸付き数字*/
ol  {
position: relative;
margin:0;
padding:0
}

.circleNum li {
list-style: none;
list-style-position:outside;
margin:0;
padding-left:1.25em
}

.circleNum li span {
position: absolute;
left:0;
margin:0;
}

/* ここまで　Q and A　の中のリスト　*/
._nowrap{
  white-space: nowrap;
}

.sub_text {
font-weight: lighter;
color: #666666;
  font-size: 0.875rem;
}