@charset "UTF-8";
/*@import url("style_old.css");*/
/****************************************************
 * Stylesheet
 *
 * 1.基本 basic
 * 2.レイアウト設定 layout
 * 3.テンプレートスタイル tamplate
 * 4.コンテンツスタイル content
 * 5.SP基本 basic(sp)
 * 6.SPレイアウト設定 layout(sp)
 * 7.SPテンプレートスタイル tamplate(sp)
 * 8.SPコンテンツスタイル content(sp)
 * 
 ****************************************************/
/****************************************************
 * 1.基本 basic
 ****************************************************/
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-feature-settings: "palt"; }

body {
  font-size: 1.6rem; }

a {
  color: #222222; }
  a[target="_blank"] {
    color: #0b307b;
    text-decoration: underline; }
    a[target="_blank"]:after {
      width: 16px;
      height: 16px;
      margin-left: 0.25em;
      content: '';
      background-image: url("../img/icon-link01.png");
      -webkit-background-size: cover;
      background-size: cover;
      display: inline-block;
      vertical-align: -0.2em; }
    a[target="_blank"].no_icon:after {
      content: none !important; }
  a:hover img {
    opacity: 0.6; }
  a[href^="tel:"] {
    cursor: default; }
    a[href^="tel:"]:hover img {
      opacity: 1; }

/******
 * 共通部品 common parts
 ******/
/*インナー inner*/
.inner {
  width: 96%;
  margin: 0 auto;
  max-width: 1120px; }

/*文字色 font color*/
.colorRed {
  color: #ff0000; }

.colorBlue {
  color: #0b307b; }

.colorYellow {
  color: #765a21; }

/*装飾 decoration*/
.radius {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }

.shadow {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/*ボタン要素 button*/
.btn01 a {
  width: 350px;
  padding: 20px 50px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #765a21;
  background-image: url("../img/icon_btn_arrow01.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  display: inline-block;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
  .btn01 a:hover {
    opacity: 0.6; }

.btn02 a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #765a21;;
  display: inline-block; }
  .btn02 a:after {
    width: 23px;
    height: 23px;
    margin-left: 10px;
    content: '';
    background-image: url("../img/icon_btn_arrow02.png");
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: -0.25em; }
  .btn02 a:hover {
    border-bottom: solid 2px #765a21; }

/*カラム分け col*/
.lauout_2col > div:first-child {
  width: calc(100% - 350px); }
  @media screen and (min-width: 769px) and (max-width: 960px) {
    .lauout_2col > div:first-child {
      width: 100%;
      margin-bottom: 50px;
      float: none; } }
.lauout_2col > div:last-child {
  width: 300px;
  margin-left: 50px; }
  @media screen and (min-width: 769px) and (max-width: 960px) {
    .lauout_2col > div:last-child {
      width: 100%;
      margin-left: 0;
      float: none; } }

/*パネル要素 panel*/
.panel01 {
  margin-bottom: 30px;
  padding: 35px 30px;
  background-color: #f1f1f1; }
  .panel01 > *:last-child {
    margin-bottom: 0 !important; }

.panel02 {
  margin-bottom: 30px;
  padding: 35px 30px;
  background-color: #efeae0; }
  .panel02 > *:last-child {
    margin-bottom: 0 !important; }

.panel03 {
  margin-bottom: 30px;
  padding: 35px 30px;
  background-color: #dae2f1; }
  .panel03 > *:last-child {
    margin-bottom: 0 !important; }

.caption01 {
  margin-bottom: 30px;
  padding: 35px 30px;
  background-color: #f1f1f1; }
  .caption01:before, .caption01:after {
    width: 23px;
    height: 23px;
    content: '';
    -webkit-background-size: cover;
    background-size: cover;
    display: block; }
  .caption01:before {
    margin-bottom: 10px;
    background-image: url("../img/icon_quotation01.png"); }
  .caption01:after {
    margin: 10px 0 0 auto;
    background-image: url("../img/icon_quotation02.png"); }
  .caption01 > *:last-child {
    margin-bottom: 0 !important; }

#contents section .caption01 p {
	margin-bottom:10px;
}
.caption01 .source {
	text-align:right;
	font-size:12px;
	color:#777;
}


/*リスト要素 list*/
.list01 {
  margin-bottom: 30px; }
  .list01 > li {
    margin-bottom: 0.5em;
    padding-left: 19px;
    font-size: 1.4rem;
    line-height: 2; }
    .list01 > li:last-child {
      margin-bottom: 0 !important; }
    .list01 > li:before {
      width: 8px;
      height: 8px;
      margin: 0 11px 0 -19px;
      content: '';
      background-image: url("../img/icon_circle01.png");
      -webkit-background-size: cover;
      background-size: cover;
      display: inline-block;
      vertical-align: 0.15em; }

.list02 {
  margin-bottom: 30px; }
  .list02 > li {
    margin-bottom: 0.5em;
    padding-left: 24px;
    font-size: 1.4rem;
    line-height: 2; }
    .list02 > li:last-child {
      margin-bottom: 0 !important; }
    .list02 > li:before {
      width: 16px;
      height: 2px;
      margin: 0 8px 0 -24px;
      content: '';
      background-color: #999999;
      display: inline-block;
      vertical-align: 0.25em; }

/*ソーシャルボタン sns*/
.sns_btn {
  margin: 50px 0;
  padding: 20px 0;
  text-align: center;
  border-top: solid 3px #d9d9d9;
  border-bottom: solid 3px #d9d9d9;
  letter-spacing: -0.4em; }
  .sns_btn > * {
    display: inline-block;
    letter-spacing: normal; }
  .sns_btn > div {
    margin: 0 10px;
    vertical-align: middle; }
  .sns_btn .fb #fb-root {
    display: none !important; }
  .sns_btn .fb .fb-share-button > span {
    vertical-align: baseline !important; }

/*アンカーリンク用 For anchor link　<a class="anchor" id="xxxx" name="xxxx"></a>*/
.anchor {
  width: 0;
  height: 0;
  margin: -160px 0;
  /*headerの高さ header height*/
  padding: 160px 0;
  /*headerの高さ header height*/
  font-size: 0;
  line-height: 0;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden; }

/****************************************************
 * 2.レイアウト設定 layout
 ****************************************************/
@media screen and (min-width: 769px){
 .footer_contact_sp {
    width: 100%;
	max-width:600px;
	margin:0 auto;
    padding: 5px 0;
    background-color: #14223d;
    position: fixed;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
    z-index: 900;
    letter-spacing: -0.4em; }
    .footer_contact_sp > * {
      display: inline-block;
      letter-spacing: normal; }
    .footer_contact_sp a {
      width: 32.33333%;
      margin: 0 0.5%; }
      .footer_contact_sp a img {
        width: 100%; }
		

}

@media screen and (min-width: 992px){
	#footer {
	padding-bottom:80px;
	}
}
/****************************************************
 * 3.テンプレートスタイル tamplate
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  border-bottom: solid 1px #d9d9d9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  #header .header {
    height: 95px; }
    #header .header .logo {
      width: 316px;
      height: 53px;
      padding-top: 21px; }
    #header .header .header_contact {
      padding-top: 20px; }
      #header .header .header_contact .pc_contact {
        margin-left: 20px;
        width: 274px;
        height:60px; }
        #header .header .header_contact .pc_tel {
          width:271px;
          height:60px; }
        @media screen and (min-width: 769px) and (max-width: 960px) {
          #header .header .header_contact .pc_contact {
            width: 170px;
            height: 60px;
            margin-left: 6px;
            background-image: url("../img/btn_header_contact_sp01.png"); }
            #header .header .header_contact .pc_contact:hover {
              opacity: 0.6; }
            #header .header .header_contact .pc_contact img {
              display: none; } }
      @media screen and (min-width: 769px) and (max-width: 960px) {
        #header .header .header_contact .pc_tel {
          width: 220px;
          height: 60px;
          /*background-image: url("../img/txt_header_tel02.png"); */}
          #header .header .header_contact .pc_tel img {
            display: none; } }

#gNav {
  height: 64px;
  border-top: solid 1px #d9d9d9;
  position: relative; }
  #gNav nav > ul {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: table;
    table-layout: fixed; }
    #gNav nav > ul > * {
      display: table-cell; }
    #gNav nav > ul > li {
      height: 63px;
      text-align: center; }
      #gNav nav > ul > li > a {
        width: 100%;
        height: 100%;
        font-weight: 700;
        display: block;
        position: relative; }
        #gNav nav > ul > li > a:after {
          width: 100%;
          height: 4px;
          content: '';
          position: absolute;
          bottom: 0;
          left: 0; }
        #gNav nav > ul > li > a.linkNone {
          pointer-events: none; }
        #gNav nav > ul > li > a span {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      #gNav nav > ul > li.current > a:after {
        background-color: #765a21 !important; }
      #gNav nav > ul > li.active > a:after {
        background-color: #0b307b; }
      #gNav nav > ul > li.active .subMenu {
        display: block; }
      #gNav nav > ul > li .subMenu {
        width: 100%;
        background-color: #e2e2e2;
        position: absolute;
        top: 100%;
        left: 0;
        display: none; }
        #gNav nav > ul > li .subMenu ul {
          padding: 20px 0;
          text-align: left;
          letter-spacing: -0.4em; }
          #gNav nav > ul > li .subMenu ul > * {
            display: inline-block;
            letter-spacing: normal; }
          #gNav nav > ul > li .subMenu ul li {
            margin-right: 60px;
            padding: 10px 0; }
            #gNav nav > ul > li .subMenu ul li a {
              font-weight: 700; }
			#gNav nav > ul > li .subMenu ul li a[target="_blank"] {
              color:#222222;
			  text-decoration:none;
			}
              #gNav nav > ul > li .subMenu ul li a:after {
                width: 21px;
                height: 21px;
                margin-left: 0.25em;
                content: '';
                background-image: url("../img/icon_megamenu_arrow01.png");
                -webkit-background-size: cover;
                background-size: cover;
                display: inline-block;
                vertical-align: -0.25em; }
              #gNav nav > ul > li .subMenu ul li a:hover {
                color: #0b307b; }

/*フッターブロック*/
#footer {
  background-color: #e2e2e2; }
  #footer .pagetop {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 990; }
  #footer .footer_link {
    padding: 60px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #footer .footer_link ul > li {
      margin-bottom: 1em;
      font-weight: 700; }
      #footer .footer_link ul > li a:hover {
        text-decoration: underline; }
      #footer .footer_link ul > li > ul {
        margin-top: 0.5em; }
        #footer .footer_link ul > li > ul > li {
          margin-bottom: 0.5em;
          font-size: 1.4rem;
          font-weight: 400; }
		#footer .footer_link ul > li > ul > li a[target="_blank"]{
          text-decoration:none;
          color:#222222;
			}
		#footer .footer_link ul > li > ul > li a[target="_blank"]:hover{
          text-decoration:underline;
          
			}
		#footer .footer_link ul > li > ul > li a[target="_blank"]:after{
          content:none;
          
			}
          #footer .footer_link ul > li > ul > li > ul {
            margin-top: 0.5em; }
            #footer .footer_link ul > li > ul > li > ul > li {
              margin-bottom: 0.5em;
              text-indent: 1em; }
              #footer .footer_link ul > li > ul > li > ul > li:before {
                width: 0.75em;
                height: 1px;
                margin-right: 0.25em;
                content: '';
                background-color: #222222;
                display: inline-block;
                vertical-align: 0.25em; }
  #footer .footer_bottom {
    padding: 20px 0;
    border-top: solid 1px #ffffff; }
    #footer .footer_bottom .inner {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
    #footer .footer_bottom .address {
      margin-right: 20px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #footer .footer_bottom .address .logo {
        width: 275px;
        margin-right: 20px; }
      #footer .footer_bottom .address address {
        font-size: 1.3rem; }
    #footer .footer_bottom .copyright {
      font-size: 1.2rem;
      color: #000000; }

/*フッターブロック*/
.footer_contact, .footer_contact2 {
  padding: 90px 0;
  color: #ffffff;
  background-color: #0b307b; }
  .footer_contact dl dt, .footer_contact2 dl dt {
    width: 100%;
    margin-bottom: 50px;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center; }
  .footer_contact dl dd, .footer_contact2 dl dd {
    width: 31.25%;
    height: 280px;
    margin-right: 3.125%;
    padding: 10px;
    text-align: center;
    color: #222222;
    background-color: #ffffff; }
    .footer_contact dl dd .img-line {
      max-width: 290px;
      height: auto;
      margin: 0 auto;}
      .footer_contact dl dd .img-tel {
        max-width: 310px;
        height: auto;
        margin: 0 auto;}
    @media screen and (min-width: 769px) and (max-width: 960px) {
      .footer_contact dl dd, .footer_contact2 dl dd {
        width: 32.5%;
        height: 240px;
        margin-right: 1.25%; } }
    .footer_contact dl dd:nth-of-type(1) p, .footer_contact2 dl dd:nth-of-type(1) p {
      margin-bottom: 20px; }
    .footer_contact dl dd:nth-of-type(2) p, .footer_contact2 dl dd:nth-of-type(2) p {
      margin-bottom: 20px; }
    .footer_contact dl dd:nth-of-type(3), .footer_contact2 dl dd:nth-of-type(3) {
      margin-right: 0; }
      .footer_contact dl dd:nth-of-type(3) .subTtl, .footer_contact2 dl dd:nth-of-type(3) .subTtl {
        margin-bottom: 60px; }
      .footer_contact dl dd:nth-of-type(3) p, .footer_contact2 dl dd:nth-of-type(3) p {
        margin-top: 10px; }
    .footer_contact dl dd .subTtl, .footer_contact2 dl dd .subTtl {
      margin-bottom: 20px;
      padding: 15px 10px;
      font-size: 2.2rem;
      font-weight: 700;
      white-space: nowrap;
      background-color: #efeae0;
      position: relative; }
      @media screen and (min-width: 769px) and (max-width: 960px) {
        .footer_contact dl dd .subTtl, .footer_contact2 dl dd .subTtl {
          font-size: 2.0rem; } }
      .footer_contact dl dd .subTtl span, .footer_contact2 dl dd .subTtl span {
        padding: 3px 10px;
        font-size: 0.72em;
        font-weight: 400;
        white-space: nowrap;
        color: #ffffff;
        background-color: #765a21;
        position: absolute;
        top: 0;
        left: 50%;
        -moz-transform: translate(-50%, -20px);
        -ms-transform: translate(-50%, -20px);
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px);
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px; }
    .footer_contact dl dd p, .footer_contact2 dl dd p {
      font-size: 1.7rem;
      font-weight: 700; }
      @media screen and (min-width: 769px) and (max-width: 960px) {
        .footer_contact dl dd p, .footer_contact2 dl dd p {
          font-size: 1.4rem; } }

.footer_contact2 dl dd {
  width: 48%;
  margin-right: 4% !important; }
  .footer_contact2 dl dd:nth-of-type(2) {
    margin-right: 0 !important; }
    .footer_contact2 dl dd:nth-of-type(2) .subTtl {
      margin-bottom: 60px; }
    .footer_contact2 dl dd:nth-of-type(2) p {
      margin-top: 10px; }

/****************************************************
 * 4.コンテンツスタイル content
 ****************************************************/
/*Index共通　Index common*/
/*Indexセクション　Index section*/
#index .top_mv {
  color: #ffffff;
  background-color: #0b307b;
  overflow: hidden; }
  #index .top_mv .inner {
    display: -webkit-flex;
    display: flex; }
  #index .top_mv .text {
    width: 635px;
    padding: 70px 60px 70px 0; }
    #index .top_mv .text .point {
      margin-bottom: 25px;
      padding: 10px 30px;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      color: #222222;
      background-color: #ffffff;
      letter-spacing: -0.4em;
      -moz-border-radius: 999px;
      -webkit-border-radius: 999px;
      border-radius: 999px; }
      #index .top_mv .text .point > * {
        display: inline-block;
        letter-spacing: normal; }
      #index .top_mv .text .point span:after {
        width: 1px;
        height: 1em;
        margin: 0 20px;
        content: '';
        background-color: #a4a4a4;
        display: inline-block;
        vertical-align: middle; }
      #index .top_mv .text .point span:last-child:after {
        content: none; }
    #index .top_mv .text h1 {
      margin-bottom: 25px;
      font-size: 4.0rem;
      font-weight: 700; }
      #index .top_mv .text h1 span {
        padding: 0.125em;
        white-space: nowrap;
        display: block;
        border-bottom: solid 1px #ffffff; }
      #index .top_mv .text h1 strong {
        font-weight: 700;
        color: #765a21; }
    #index .top_mv .text ul {
      margin-bottom: -20px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #index .top_mv .text ul li {
        width: 50%;
        margin-bottom: 20px;
        font-size: 2.2rem;
        font-weight: 700; }
        #index .top_mv .text ul li:before {
          width: 36px;
          height: 36px;
          margin-right: 6px;
          content: '';
          background-image: url("/img/top/icon_top_mv_list01.png");
          background-repeat: no-repeat;
          -webkit-background-size: cover;
          background-size: cover;
          display: inline-block;
          vertical-align: -0.4em; }
        #index .top_mv .text ul li span {
          color: #0b307b;
          letter-spacing: 2px;
          text-shadow: 2px 2px 1px #ffffff, -2px -2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, 2px 0px 1px #ffffff, -2px 0px 1px #ffffff, 0px 2px 1px #ffffff, 0px -2px 1px #ffffff; }
    @media screen and (min-width: 769px) and (max-width: 1120px) {
      #index .top_mv .text {
        width: 56.69vw;
        padding: 6.25vw 5.357vw 6.25vw 0; }
        #index .top_mv .text .point {
          margin-bottom: 2.232vw;
          font-size: 1.607vw; }
          #index .top_mv .text .point span:after {
            margin: 0 1.785vw; }
        #index .top_mv .text h1 {
          font-size: 1.607vw;
          font-size: 3.571vw; }
        #index .top_mv .text ul {
          margin-bottom: -1.785vw; }
          #index .top_mv .text ul li {
            margin-bottom: 1.785vw;
            font-size: 1.964vw; }
            #index .top_mv .text ul li:before {
              width: 3.214vw;
              height: 3.214vw;
              margin-right: 0.5357vw; } }
  #index .top_mv .img {
    width: 485px;
    position: relative;
    z-index: 1; }
    #index .top_mv .img:after {
      width: 999999px;
      height: 100%;
      content: '';
      background-color: #e9f4f6;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #index .top_mv .img img {
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    @media screen and (min-width: 769px) and (max-width: 1120px) {
      #index .top_mv .img {
        width: 43.31vw; } }
#index .top_sec01 {
  padding: 100px 0;
  background-color: #f1f1f1; }
  #index .top_sec01 h2 {
    margin-bottom: 1.5em;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center; }
    #index .top_sec01 h2 span {
      color: #765a21; }
  #index .top_sec01 ul {
    margin-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #index .top_sec01 ul li {
      width: 31.25%;
      margin: 0 3.125% 3.125% 0;
      background-color: #ffffff;
      border: solid 5px #0b307b;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      #index .top_sec01 ul li:nth-child(3n) {
        margin-right: 0; }
      #index .top_sec01 ul li h3 {
        padding: 20px 10px 20px 80px;
        font-size: 1.9rem;
        font-weight: 700;
        line-height: 1.5;
        background-color: #dae2f1;
        background-image: url("/img/top/icon_top_check01.png");
        background-repeat: no-repeat;
        background-position: 15px center; }
        @media screen and (min-width: 769px) and (max-width: 960px) {
          #index .top_sec01 ul li h3 br {
            display: none; } }
      #index .top_sec01 ul li p {
        padding: 20px;
        font-size: 1.4rem;
        line-height: 1.85; }
        #index .top_sec01 ul li p img {
          margin: 0 auto 20px auto;
          display: block; }
#index .top_sec02 {
  padding: 100px 0; }
  #index .top_sec02 h2 {
    margin-bottom: 1.5em;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center; }
    #index .top_sec02 h2 span {
      font-size: 0.5em;
      color: #765a21;
      display: block; }
  #index .top_sec02 ol li {
    min-height: 433px;
    margin-bottom: 80px;
    padding: 50px 0;
    position: relative; }
    #index .top_sec02 ol li .img {
      width: 56.25%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0; }
      #index .top_sec02 ol li .img img {
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        object-fit: cover; }
    #index .top_sec02 ol li .text {
      width: 40%; }
      #index .top_sec02 ol li .text .num {
        font-size: 6rem;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        color: #0b307b;
        border-bottom: solid 2px #0b307b;
        display: inline-block; }
      #index .top_sec02 ol li .text h3 {
        margin: 1em 0;
        font-size: 2.8rem;
        font-weight: 700;
        display: block; }
      #index .top_sec02 ol li .text p {
        margin-bottom: 1.5em;
        font-size: 1.4rem;
        line-height: 1.85; }
    #index .top_sec02 ol li:nth-child(odd) .img {
      right: 43.75%;
      -moz-border-radius: 0 10px 10px 0;
      -webkit-border-radius: 0;
      border-radius: 0 10px 10px 0; }
    #index .top_sec02 ol li:nth-child(odd) .text {
      margin: 0 0 0 auto;
      padding-left: 50px; }
      @media screen and (min-width: 769px) and (max-width: 960px) {
        #index .top_sec02 ol li:nth-child(odd) .text {
          padding-left: 30px; } }
    #index .top_sec02 ol li:nth-child(even) .img {
      left: 43.75%;
      -moz-border-radius: 10px 0 0 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px 0 0 10px; }
    #index .top_sec02 ol li:nth-child(even) .text {
      padding-right: 50px; }
      @media screen and (min-width: 769px) and (max-width: 960px) {
        #index .top_sec02 ol li:nth-child(even) .text {
          padding-right: 30px; } }
          #index .top_sec02 .bnr {
            width: 755px;
            height: 154px;
          margin: 0 auto;}
          @media screen and (max-width: 960px) {
            #index .top_sec02 .bnr {
              width: 100%;
            }
          }
#index .top_sec03 {
  padding: 100px 0;
  background-color: #f6f6f6; }
  #index .top_sec03 h2 {
    margin-bottom: 1.5em;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center; }
    #index .top_sec03 h2 span {
      font-size: 0.5em;
      color: #765a21;
      display: block; }
    #index .top_sec03 h2 + p {
      margin-bottom: 2em;
      font-size: 1.8rem; }
  #index .top_sec03 ol {
    margin-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #index .top_sec03 ol li {
      width: 31.25%;
      margin: 0 3.125% 3.125% 0;
      background-color: #dae2f1;
      border: solid 5px #0b307b;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      #index .top_sec03 ol li:nth-child(3n) {
        margin-right: 0; }
      #index .top_sec03 ol li dl dt {
        min-height: 161px;
        padding: 20px;
        text-align: center;
        background-color: #ffffff;
        border-bottom: solid 2px #0b307b;
        position: relative; }
        #index .top_sec03 ol li dl dt:before, #index .top_sec03 ol li dl dt:after {
          width: 0;
          height: 0;
          position: absolute;
          content: "";
          border: solid transparent;
          top: 100%;
          left: 50%;
          pointer-events: none; }
        #index .top_sec03 ol li dl dt:before {
          margin-left: -28px;
          border-color: transparent;
          border-top-color: #0b307b;
          border-width: 28px; }
        #index .top_sec03 ol li dl dt:after {
          margin-left: -25px;
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #ffffff;
          border-width: 25px; }
        #index .top_sec03 ol li dl dt span {
          width: 100px;
          padding: 3px 10px;
          font-weight: 700;
          font-family: 'Roboto', sans-serif;
          color: #ffffff;
          background-color: #0b307b;
          display: inline-block;
          -moz-border-radius: 999px;
          -webkit-border-radius: 999px;
          border-radius: 999px; }
        #index .top_sec03 ol li dl dt h3 {
          margin-top: 0.75em;
          font-size: 2.2rem;
          font-weight: 700; }
      #index .top_sec03 ol li dl dd {
        padding: 35px 30px; }
        #index .top_sec03 ol li dl dd h4 {
          margin-bottom: 1em;
          font-size: 2rem;
          font-weight: 700;
          text-align: center;
          color: #0b307b; }
        #index .top_sec03 ol li dl dd p {
          font-size: 1.4rem;
          line-height: 1.85; }
#index .top_sec04 {
  padding: 0 0 100px 0;
  background-color: #f6f6f6; }
  #index .top_sec04 .box {
    padding: 70px 50px;
    background-color: #ffffff;
    border: solid 3px #e5e5e5; }
  #index .top_sec04 h2 {
    margin-bottom: 1.5em;
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center; }
    #index .top_sec04 h2:after {
      width: 2em;
      height: 4px;
      margin: 0.25em auto 0 auto;
      content: '';
      background-color: #765a21;
      display: block; }
    #index .top_sec04 h2 + p {
      margin-bottom: 2em;
      font-size: 1.8rem; }
  #index .top_sec04 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #index .top_sec04 ul li {
      width: 48.5%;
      margin: 0 3% 3% 0;
      padding: 25px;
      background-color: #efeae0;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #index .top_sec04 ul li:nth-child(even) {
        margin-right: 0; }
      #index .top_sec04 ul li img {
        width: 110px;
        margin-right: 20px; }
      #index .top_sec04 ul li p {
        width: calc(100% - 130px);
        font-size: 1.8rem; }
#index .top_sec05 {
  padding: 100px 0; }
  #index .top_sec05 h2 {
    margin-bottom: 1.5em;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center; }
    #index .top_sec05 h2 span {
      font-size: 0.5em;
      color: #765a21;
      display: block; }
  #index .top_sec05 .column_list {
    margin-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #index .top_sec05 .column_list li {
      width: 31.25%;
      margin: 0 3.125% 3.125% 0;
      background-color: #e2e2e2; }
      #index .top_sec05 .column_list li:nth-child(3n) {
        margin-right: 0; }
      #index .top_sec05 .column_list li .img img {
        width: 100%; 
        height: auto;}
      #index .top_sec05 .column_list li .text {
        padding: 30px 20px;
        position: relative;
      margin-top:-45px;}
        #index .top_sec05 .column_list li .text .category_area {
         margin-bottom:10px; }
         #index .top_sec05 .column_list li .text .category_area  .cate {
         padding: 3px 10px;
        font-size: 1.3rem;
        font-weight: 700;
        color: #ffffff;
        background-color: #0b307b;
        border: solid 2px #ffffff;
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px;
        display:inline-block;}
        #index .top_sec05 .column_list li .text p {
          margin-bottom: 1em;
          font-size: 1.8rem;
          font-weight: 700; }
        #index .top_sec05 .column_list li .text .date {
          font-size: 1.4rem;
          color: #000000;
          display: block; }

/******
 * 下層共通　contents common
 ******/
/*ページタイトル部*/
#contents .page_title {
  padding: 40px 0;
  color: #ffffff;
  background-color: #0b307b; }
  #contents .page_title h1 {
    font-size: 4rem;
    font-weight: 700;
    text-align: center; }
    #contents .page_title h1:before {
      width: 40px;
      height: 39px;
      margin: 0 auto 10px auto;
      content: '';
      background-image: url("../img/icon-pagetitle01.png");
      -webkit-background-size: cover;
      background-size: cover;
      display: block; }
    #contents .page_title h1 span {
      font-size: 1.6rem;
      display: block; }

/*ぱんくず*/
#contents .breadcrumb {
  margin-bottom: 60px;
  padding: 10px 0;
  background-color: #f1f1f1; }
  #contents .breadcrumb ol {
    letter-spacing: -0.4em; }
    #contents .breadcrumb ol > * {
      display: inline-block;
      letter-spacing: normal; }
    #contents .breadcrumb ol li {
      font-size: 1.2rem; }
      #contents .breadcrumb ol li:before {
        margin: 0 1em;
        content: '/';
        color: #d9d9d9;
        display: inline-block; }
      #contents .breadcrumb ol li:first-child:before {
        width: 15px;
        height: 15px;
        margin: 0 5px 0 0;
        content: '';
        background-image: url("../img/icon-pankuzu_home01.png");
        -webkit-background-size: cover;
        background-size: cover;
        vertical-align: -0.125em; }
      #contents .breadcrumb ol li a {
        text-decoration: underline;
        color: #0b307b; }

/*下層小見出し content heading*/
#contents .ttl-contents01 {
  margin-bottom: 50px;
  padding: 1em;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  border-top: solid 15px #dae2f1;
  border-bottom: solid 15px #dae2f1; }
#contents .ttl-contents02 {
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center; }
  #contents .ttl-contents02:after {
    width: 2em;
    height: 4px;
    margin: 1em auto 0 auto;
    content: '';
    background-color: #765a21;
    display: block; }
#contents .ttl-contents03 {
  margin-bottom: 40px;
  padding: 20px 20px 20px 25px;
  font-size: 2.2rem;
  font-weight: 700;
  background-color: #dae2f1;
  border-left: solid 3px #0b307b; }

/*下層セクション　section*/
#contents section {
  margin-bottom: 100px; }
  #contents section p {
    margin-bottom: 2em;
    font-size: 1.8rem;
    line-height: 2; }

/*下層 依頼の流れ（共通）*/
#contents .order_flow ol li {
  margin-bottom: 50px;
  background-color: #f1f1f1;
  position: relative;
  display: -webkit-flex;
  display: flex; }
  #contents .order_flow ol li:after {
    width: 25px;
    height: 15px;
    margin-left: -12px;
    content: '';
    background-image: url("../img/icon_flow_arrow01.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: calc(100% + 18px);
    left: 50%; }
  #contents .order_flow ol li:last-child {
    margin-bottom: 0; }
    #contents .order_flow ol li:last-child:after {
      content: none; }
  #contents .order_flow ol li .step {
    width: 110px;
    padding-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background-color: #1f4185; }
    #contents .order_flow ol li .step span {
      font-size: 3.8rem;
      display: block; }
  #contents .order_flow ol li .text {
    width: calc(100% - 110px);
    padding: 30px; }
    #contents .order_flow ol li .text h3 {
      font-size: 2.2rem;
      font-weight: 700; }
    #contents .order_flow ol li .text p {
      margin-bottom: 0;
line-height:1.5;}
    #contents .order_flow ol li .text .annotation {
      padding-left: 1em;
      font-size: 1.2rem;
      line-height: 2;
      text-indent: -1em; }
#contents .order_flow ol + .annotation {
  margin-top: 20px;
  padding: 0 50px; }
  #contents .order_flow ol + .annotation p {
    margin-bottom: 0;
    padding-left: 1em;
    font-size: 1.4rem;
    line-height: 2;
    text-indent: -1em; }

/*下層FAQ(共通)*/
#contents .faq_list .faq_q {
  min-height: 75px;
  margin-top: 20px;
  padding: 20px 50px 20px 100px;
  font-size: 2.2rem;
  font-weight: 700;
  background-color: #efeae0;
  background-image: url("../img/icon_faq_q01.png");
  background-repeat: no-repeat;
  background-position: 20px 10px;
  position: relative;
  background-size: 55px 55px; }
  #contents .faq_list .faq_q:after {
    width: 25px;
    height: 15px;
    margin-top: -7px;
    content: '';
    background-image: url("../img/icon_accordion_arrow01.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
  #contents .faq_list .faq_q:first-child {
    margin-top: 0; }
  #contents .faq_list .faq_q.open:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  #contents .faq_list .faq_q.open + .faq_a {
    display: block; }
#contents .faq_list .faq_a {
  min-height: 75px;
  padding: 20px 20px 10px 100px;
  line-height: 2;
  background-image: url("../img/icon_faq_a01.png");
  background-repeat: no-repeat;
  background-position: 20px 10px;
  display: none;
  background-size: 57px 57px; }
  #contents .faq_list .faq_a .annotation {
    padding-left: 1em;
    font-size: 1.2rem;
    line-height: 2;
    text-indent: -1em; }
  #contents .faq_list .faq_a .link {
    margin-top: 1em; }
    #contents .faq_list .faq_a .link a {
      font-size: 1.8rem;
      font-weight: 700;
      color: #765a21; }
      #contents .faq_list .faq_a .link a:after {
        width: 20px;
        height: 20px;
        margin-left: 5px;
        content: '';
        background-image: url("../img/icon_btn_arrow02.png");
        -webkit-background-size: cover;
        background-size: cover;
        display: inline-block;
        vertical-align: -0.2em; }
      #contents .faq_list .faq_a .link a:hover {
        text-decoration: underline; }

/*下層下部リンクエリア(共通)*/
#contents .bottom_link_area01 {
  margin-bottom: 100px; }
  #contents .bottom_link_area01 .inner {
    padding: 50px 0;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9; }
    #contents .bottom_link_area01 .inner .btn01 {
      display: -webkit-flex;
      display: flex; }
      #contents .bottom_link_area01 .inner .btn01 a {
        max-width: 31.25%;
        margin-right: 3.125%; }
        #contents .bottom_link_area01 .inner .btn01 a:last-child {
          margin-right: 0; }

/******
 * 下層各ページ設定　contents page setting
 ******/
/*/column/, /dictionary/*/
#contents .column_sec01 .column_sideContents dl, #contents .dictionary_sec01 .column_sideContents dl {
  margin-bottom: 50px; }
  #contents .column_sec01 .column_sideContents dl dt, #contents .dictionary_sec01 .column_sideContents dl dt {
    margin-bottom: 20px;
    padding: 0 0 10px 40px;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: solid 3px #0b307b; }
    #contents .column_sec01 .column_sideContents dl dt:before, #contents .dictionary_sec01 .column_sideContents dl dt:before {
      width: 25px;
      height: 25px;
      margin: 0 15px 0 -40px;
      content: '';
      background-image: url("../img/icon-subTtl_balance01.png");
      -webkit-background-size: cover;
      background-size: cover;
      display: inline-block;
      vertical-align: -0.15em; }
@media screen and (min-width: 769px) and (max-width: 960px) {
  #contents .column_sec01 .column_sideContents .column_list_new_post, #contents .dictionary_sec01 .column_sideContents .column_list_new_post {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
#contents .column_sec01 .column_sideContents .column_list_new_post li, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #d9d9d9; }
  #contents .column_sec01 .column_sideContents .column_list_new_post li:last-child, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 769px) and (max-width: 960px) {
    #contents .column_sec01 .column_sideContents .column_list_new_post li, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li {
      width: 32%;
      margin: 0 2% 2% 0 !important; }
      #contents .column_sec01 .column_sideContents .column_list_new_post li:nth-child(3n), #contents .dictionary_sec01 .column_sideContents .column_list_new_post li:nth-child(3n) {
        margin-right: 0 !important; } }
  #contents .column_sec01 .column_sideContents .column_list_new_post li a, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li a {
    display: -webkit-flex;
    display: flex; }
    #contents .column_sec01 .column_sideContents .column_list_new_post li a .img, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li a .img {
      width: 100px;
      margin-right: 15px; }
      #contents .column_sec01 .column_sideContents .column_list_new_post li a .img img, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li a .img img {
        height: auto; }
    #contents .column_sec01 .column_sideContents .column_list_new_post li a .text, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li a .text {
      width: calc(100% - 115px); }
      #contents .column_sec01 .column_sideContents .column_list_new_post li a .text p, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li a .text p {
        margin-bottom: 0;
        font-size: 1.3rem;
        line-height: 1.5; }
@media screen and (min-width: 769px) and (max-width: 960px) {
  #contents .column_sec01 .column_sideContents .column_cate_list, #contents .dictionary_sec01 .column_sideContents .column_cate_list {
    letter-spacing: -0.4em; }
    #contents .column_sec01 .column_sideContents .column_cate_list > *, #contents .dictionary_sec01 .column_sideContents .column_cate_list > * {
      display: inline-block;
      letter-spacing: normal; } }
#contents .column_sec01 .column_sideContents .column_cate_list li, #contents .dictionary_sec01 .column_sideContents .column_cate_list li {
  margin-bottom: 1.5em;
  font-size: 1.3rem; }
  @media screen and (min-width: 769px) and (max-width: 960px) {
    #contents .column_sec01 .column_sideContents .column_cate_list li, #contents .dictionary_sec01 .column_sideContents .column_cate_list li {
      margin: 0 1em 1em 0; } }
  #contents .column_sec01 .column_sideContents .column_cate_list li a:hover, #contents .dictionary_sec01 .column_sideContents .column_cate_list li a:hover {
    text-decoration: underline; }
  @media screen and (min-width: 769px) and (max-width: 960px) {
    #contents .column_sec01 .column_sideContents .column_cate_list li a, #contents .dictionary_sec01 .column_sideContents .column_cate_list li a {
      padding: 0.25em 0.5em;
      border: solid 1px #d9d9d9;
      display: block;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      #contents .column_sec01 .column_sideContents .column_cate_list li a:hover, #contents .dictionary_sec01 .column_sideContents .column_cate_list li a:hover {
        text-decoration: none;
        background-color: #e2e2e2; } }
#contents .column_sec01 .column_sideContents .bnr, #contents .dictionary_sec01 .column_sideContents .bnr {
  text-align: center; }
#contents .column_sec01 .pagination, #contents .dictionary_sec01 .pagination {
  text-align: center;
  letter-spacing: -0.4em; }
  #contents .column_sec01 .pagination > *, #contents .dictionary_sec01 .pagination > * {
    display: inline-block;
    letter-spacing: normal; }
  #contents .column_sec01 .pagination > a, #contents .column_sec01 .pagination > span, #contents .dictionary_sec01 .pagination > a, #contents .dictionary_sec01 .pagination > span {
    margin: 0 5px;
    padding: 0.25em 0.75em;
    font-weight: 700;
    text-align: center;
    border: solid 1px #d9d9d9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    #contents .column_sec01 .pagination > a:hover, #contents .column_sec01 .pagination > span:hover, #contents .dictionary_sec01 .pagination > a:hover, #contents .dictionary_sec01 .pagination > span:hover {
      background-color: #e2e2e2; }
    #contents .column_sec01 .pagination > a.prev:before, #contents .column_sec01 .pagination > span.prev:before, #contents .dictionary_sec01 .pagination > a.prev:before, #contents .dictionary_sec01 .pagination > span.prev:before {
      width: 8px;
      height: 13px;
      margin-right: 10px;
      content: '';
      background-image: url("../img/icon_pagination_arrow_prev01.png");
      -webkit-background-size: cover;
      background-size: cover;
      display: inline-block;
      vertical-align: 0; }
    #contents .column_sec01 .pagination > a.next:after, #contents .column_sec01 .pagination > span.next:after, #contents .dictionary_sec01 .pagination > a.next:after, #contents .dictionary_sec01 .pagination > span.next:after {
      width: 8px;
      height: 13px;
      margin-left: 10px;
      content: '';
      background-image: url("../img/icon_pagination_arrow_next01.png");
      -webkit-background-size: cover;
      background-size: cover;
      display: inline-block;
      vertical-align: 0; }
  #contents .column_sec01 .pagination > span, #contents .dictionary_sec01 .pagination > span {
    color: #ffffff !important;
    background-color: #0b307b !important; }
#contents .column_sec01 .pager:after, #contents .dictionary_sec01 .pager:after {
  content: "";
  display: block;
  clear: both; }
#contents .column_sec01 .pager > a, #contents .dictionary_sec01 .pager > a {
  margin: 0 5px;
  padding: 0.25em 0.75em;
  font-weight: 700;
  text-align: center;
  border: solid 1px #d9d9d9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  #contents .column_sec01 .pager > a:hover, #contents .dictionary_sec01 .pager > a:hover {
    background-color: #e2e2e2; }
  #contents .column_sec01 .pager > a.prev, #contents .dictionary_sec01 .pager > a.prev {
    float: left; }
    #contents .column_sec01 .pager > a.prev:before, #contents .dictionary_sec01 .pager > a.prev:before {
      width: 8px;
      height: 13px;
      margin-right: 10px;
      content: '';
      background-image: url("../img/icon_pagination_arrow_prev01.png");
      -webkit-background-size: cover;
      background-size: cover;
      display: inline-block;
      vertical-align: 0; }
  #contents .column_sec01 .pager > a.next, #contents .dictionary_sec01 .pager > a.next {
    float: right; }
    #contents .column_sec01 .pager > a.next:after, #contents .dictionary_sec01 .pager > a.next:after {
      width: 8px;
      height: 13px;
      margin-left: 10px;
      content: '';
      background-image: url("../img/icon_pagination_arrow_next01.png");
      -webkit-background-size: cover;
      background-size: cover;
      display: inline-block;
      vertical-align: 0; }
#contents .column_sec01 .editor_ttlArea, #contents .dictionary_sec01 .editor_ttlArea {
  margin-bottom: 20px; }
  #contents .column_sec01 .editor_ttlArea .cate, #contents .dictionary_sec01 .editor_ttlArea .cate {
    padding: 3px 10px;
	margin-right: 5px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #0b307b;
    border: solid 2px #ffffff;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    display:inline-block;}
  #contents .column_sec01 .editor_ttlArea h1, #contents .dictionary_sec01 .editor_ttlArea h1 {
    margin: 0.5em 0;
    font-size: 3.0rem;
    font-weight: 700; }
  #contents .column_sec01 .editor_ttlArea .date, #contents .dictionary_sec01 .editor_ttlArea .date {
    font-size: 1.4rem;
    color: #000000; }
#contents .column_sec01 .editor_icatch, #contents .dictionary_sec01 .editor_icatch {
  margin-bottom: 40px; }
  #contents .column_sec01 .editor_icatch img, #contents .dictionary_sec01 .editor_icatch img {
    width: 100%; }
#contents .dictionary_sec01 .editor_content_body {
  margin-bottom: 80px; }
  #contents .column_sec01 .editor_content_body, #contents .dictionary_sec01 .editor_content_body {
    margin-bottom: 60px; }
  #contents .column_sec01 .editor_content_body .read_text, #contents .dictionary_sec01 .editor_content_body .read_text {
    margin-bottom: 60px;
    font-size: 1.4rem;
    line-height: 2; }
  #contents .column_sec01 .editor_content_body .outline, #contents .dictionary_sec01 .editor_content_body .outline {
    margin-bottom: 60px;
    padding: 30px;
    background-color: #dae2f1;
    counter-reset: mokuji_num; }
    #contents .column_sec01 .editor_content_body .outline dt, #contents .dictionary_sec01 .editor_content_body .outline dt {
      margin-bottom: 1em;
      font-weight: 700; }
    #contents .column_sec01 .editor_content_body .outline dd, #contents .dictionary_sec01 .editor_content_body .outline dd {
      margin-bottom: 0.5em;
      font-size: 1.4rem;
      counter-increment: mokuji_num; }
      #contents .column_sec01 .editor_content_body .outline dd:before, #contents .dictionary_sec01 .editor_content_body .outline dd:before {
        margin-right: 0.5em;
        content: counter(mokuji_num) ".";
        display: inline-block; }
      #contents .column_sec01 .editor_content_body .outline dd a, #contents .dictionary_sec01 .editor_content_body .outline dd a {
        color: #0b307b;
        text-decoration: underline; }
  #contents .column_sec01 .editor_content_body h2, #contents .dictionary_sec01 .editor_content_body h2 {
    margin-bottom: 30px;
    padding: 0.25em 0.5em;
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #0b307b; }
  #contents .column_sec01 .editor_content_body h3, #contents .dictionary_sec01 .editor_content_body h3 {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 2.2rem;
    font-weight: 700; }
    #contents .column_sec01 .editor_content_body h3:before, #contents .dictionary_sec01 .editor_content_body h3:before {
      width: 5px;
      height: 1em;
      margin: 0 15px 0 -20px;
      content: '';
      background-color: #0b307b;
      display: inline-block;
      vertical-align: -0.125em; }
  #contents .column_sec01 .editor_content_body h4, #contents .dictionary_sec01 .editor_content_body h4 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0b307b; }
  #contents .column_sec01 .editor_content_body p + h2, #contents .column_sec01 .editor_content_body p + h3, #contents .column_sec01 .editor_content_body p + h4, #contents .column_sec01 .editor_content_body div + h2, #contents .column_sec01 .editor_content_body div + h3, #contents .column_sec01 .editor_content_body div + h4, #contents .column_sec01 .editor_content_body ul + h2, #contents .column_sec01 .editor_content_body ul + h3, #contents .column_sec01 .editor_content_body ul + h4, #contents .column_sec01 .editor_content_body ol + h2, #contents .column_sec01 .editor_content_body ol + h3, #contents .column_sec01 .editor_content_body ol + h4, #contents .column_sec01 .editor_content_body table + h2, #contents .column_sec01 .editor_content_body table + h3, #contents .column_sec01 .editor_content_body table + h4, #contents .dictionary_sec01 .editor_content_body p + h2, #contents .dictionary_sec01 .editor_content_body p + h3, #contents .dictionary_sec01 .editor_content_body p + h4, #contents .dictionary_sec01 .editor_content_body div + h2, #contents .dictionary_sec01 .editor_content_body div + h3, #contents .dictionary_sec01 .editor_content_body div + h4, #contents .dictionary_sec01 .editor_content_body ul + h2, #contents .dictionary_sec01 .editor_content_body ul + h3, #contents .dictionary_sec01 .editor_content_body ul + h4, #contents .dictionary_sec01 .editor_content_body ol + h2, #contents .dictionary_sec01 .editor_content_body ol + h3, #contents .dictionary_sec01 .editor_content_body ol + h4, #contents .dictionary_sec01 .editor_content_body table + h2, #contents .dictionary_sec01 .editor_content_body table + h3, #contents .dictionary_sec01 .editor_content_body table + h4 {
    margin-top: 40px; }
  #contents .column_sec01 .editor_content_body img, #contents .dictionary_sec01 .editor_content_body img {
    margin-bottom: 30px;
    display: block; }
    #contents .column_sec01 .editor_content_body img.aligncenter, #contents .dictionary_sec01 .editor_content_body img.aligncenter {
      margin: 30px auto; }
    #contents .column_sec01 .editor_content_body img.alignright, #contents .dictionary_sec01 .editor_content_body img.alignright {
      max-width: 50%;
      float: right;
      margin: 0 0 10px 20px; }
    #contents .column_sec01 .editor_content_body img.alignleft, #contents .dictionary_sec01 .editor_content_body img.alignleft {
      max-width: 50%;
      float: left;
      margin: 0 20px 10px 0; }
  #contents .column_sec01 .editor_content_body .list01, #contents .dictionary_sec01 .editor_content_body .list01 {
    padding-left: 1em; }

/*/column/*/
#contents .column_sec01 .search_area {
  margin-bottom: 50px;
  padding: 20px;
  background-color: #dae2f1; }
  #contents .column_sec01 .search_area form {
    display: -webkit-flex;
    display: flex; }
    #contents .column_sec01 .search_area form > * {
      width: 49%; }
    #contents .column_sec01 .search_area form select {
      margin-right: 2%;
      padding: 0.5em 40px 0.5em 0.5em;
      font-size: 1.3rem;
      background-color: #ffffff;
      background-image: url("../img/icon_pulldown_arrow01.png");
      background-repeat: no-repeat;
      background-position: calc(100% - 15px) center;
      border: solid 1px #d9d9d9;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-appearance: none;
      appearance: none; }
    #contents .column_sec01 .search_area form input[type="text"] {
      padding: 0.5em 40px 0.5em 0.5em;
      font-size: 1.3rem;
      background-color: #ffffff;
      background-image: url("../img/icon-search01.png");
      background-repeat: no-repeat;
      background-position: calc(100% - 15px) center;
      border: solid 1px #d9d9d9;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
#contents .column_sec01 .column_list {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .column_sec01 .column_list li {
    margin-bottom: 30px;
    background-color: #e2e2e2; }
    #contents .column_sec01 .column_list li:nth-child(1) {
      width: 100%; }
    #contents .column_sec01 .column_list li:nth-child(2), #contents .column_sec01 .column_list li:nth-child(3), #contents .column_sec01 .column_list li:nth-child(4), #contents .column_sec01 .column_list li:nth-child(5) {
      width: 47.5%; }
    #contents .column_sec01 .column_list li:nth-child(2), #contents .column_sec01 .column_list li:nth-child(4) {
      margin-right: 5%; }
    #contents .column_sec01 .column_list li:nth-child(n + 6) {
      width: 100%; }
      #contents .column_sec01 .column_list li:nth-child(n + 6) a {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
      #contents .column_sec01 .column_list li:nth-child(n + 6) .img {
        width: 40%; }
      #contents .column_sec01 .column_list li:nth-child(n + 6) .text {
        width: 60%;
        padding-top: 10px;
        padding-bottom: 10px;
margin-top:0;}
        #contents .column_sec01 .column_list li:nth-child(n + 6) .text .cate {
          position: static; }
        #contents .column_sec01 .column_list li:nth-child(n + 6) .text p {
          margin: 0.5em 0; }
    #contents .column_sec01 .column_list li .img img {
      width: 100%;
      height:auto;/* 追加 */ }
    #contents .column_sec01 .column_list li .text {
      padding: 30px 20px;
      position: relative;
      margin-top:-45px;}
		#contents .column_sec01 .column_list li .text .category_area {
        margin-bottom:10px; }
		#contents .column_sec01 .column_list li .text .category_area .cate {
		padding: 3px 10px;
        font-size: 1.3rem;
        font-weight: 700;
        color: #ffffff;
        background-color: #0b307b;
        border: solid 2px #ffffff;
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px;
        display:inline-block;}
      #contents .column_sec01 .column_list li .text p {
        margin-bottom: 1em;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.85; }
      #contents .column_sec01 .column_list li .text .date {
        font-size: 1.4rem;
        color: #000000;
        display: block; }

         /* 220830 弁護士追加  */
				#contents section .area_lawyer {
					border: 3px solid #0c2f7a;
					padding: 30px;
					background: #f5f5f5;
					display: flex;
					justify-content: space-between;
					margin-bottom: 70px;}
					#contents section .area_lawyer .img_lawyer {
						width: 32%;}
						#contents section .area_lawyer .txt_lawyer {
							width: 64%;}
							#contents section .area_lawyer .txt_lawyer p:first-child{
								font-size: 1.6rem;
								line-height: 1;
								margin-bottom: 15px;}
								#contents section .area_lawyer .txt_lawyer p:nth-child(2){
									font-size: 2.4rem;
									font-weight: bold;
									line-height: 1;
									margin-bottom: 20px;}
				  				#contents section .area_lawyer .txt_lawyer p:nth-child(2) span {
					  				font-size: 1.6rem;}
						    		#contents section .area_lawyer .txt_lawyer p:nth-child(3) {
								  	  font-size: 1.4rem;
									    line-height:1.8;
									    margin: 0;
									    padding: 0; }
                      @media screen and (max-width: 768px) {
                        #contents section .area_lawyer .txt_lawyer p:first-child{
                          padding-top: 20px;} }

/*/dictionary/*/
#contents .dictionary_sec01 .japanese_column_block {
  margin-bottom: 60px; }
  #contents .dictionary_sec01 .japanese_column_block .japanese_column_item {
    margin-bottom: 30px;
    padding: 0.25em 0.5em;
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #0b307b; }
  #contents .dictionary_sec01 .japanese_column_block .list01 a {
    text-decoration: underline; }

/*/self/*/
#contents .self_sec01 h2 + p {
  font-size: 1.8rem; }
#contents .self_sec01 .bbs_list {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.4em; }
  #contents .self_sec01 .bbs_list > * {
    display: inline-block;
    letter-spacing: normal; }
  #contents .self_sec01 .bbs_list > div {
    width: 15vw;
    max-width: 170px;
    height: 15vw;
    max-height: 170px;
    margin: 0 7px;
    text-align: center;
    background-color: #dae2f1;
    border: solid 2px #0b307b;
    position: relative;
    z-index: 1; }
    #contents .self_sec01 .bbs_list > div:before {
      width: 100%;
      height: 100%;
      content: '';
      border: solid 8px #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #contents .self_sec01 .bbs_list > div span {
      font-size: 2.2rem;
      font-weight: 700;
      white-space: nowrap;
      color: #0b307b;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
#contents .self_sec01 .panel01 {
  margin-top: 60px; }
  #contents .self_sec01 .panel01 h3 {
    margin-bottom: 1.5em;
    font-size: 2.4rem; }
  #contents .self_sec01 .panel01 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #contents .self_sec01 .panel01 ul li {
      width: 49%;
      margin: 0 2% 2% 0;
      padding: 25px 20px 25px 86px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.85;
      background-color: #ffffff;
      background-image: url("../img/icon_check01.png");
      background-repeat: no-repeat;
      background-position: 20px center;
      border: solid 2px #d9d9d9; }
      #contents .self_sec01 .panel01 ul li:nth-child(2n) {
        margin-right: 0; }
      #contents .self_sec01 .panel01 ul li span {
        color: #765a21; }
#contents .self_sec02 h2 + p {
  font-size: 1.6rem; }
#contents .self_sec02 ol {
  counter-reset: risk_num;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .self_sec02 ol li {
    width: 48.6%;
    margin: 0 2.8% 2.8% 0;
    padding: 0 20px;
    background-color: #f1f1f1;
    counter-increment: risk_num; }
    #contents .self_sec02 ol li:nth-child(2n) {
      margin-right: 0; }
    #contents .self_sec02 ol li .img {
      width: calc(100% + 40px);
      margin: 0 -20px; }
      #contents .self_sec02 ol li .img img {
        width: 100%; }
    #contents .self_sec02 ol li .text {
      padding: 25px 20px;
      background-color: #ffffff;
      position: relative;
      z-index: 1;
      -moz-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
      -webkit-transform: translate(0, -20px);
      transform: translate(0, -20px); }
      #contents .self_sec02 ol li .text h3 {
        height: 115px;
        margin-bottom: 1.5em;
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center;
        position: relative;
        border-top: solid 3px #0b307b;
        border-bottom: solid 2px #d9d9d9; }
        @media screen and (min-width: 769px) and (max-width: 960px) {
          #contents .self_sec02 ol li .text h3 {
            font-size: 2rem; } }
        #contents .self_sec02 ol li .text h3:before {
          padding: 0.25em 0.5em;
          content: "RISK " counter(risk_num,decimal-leading-zero);
          font-family: 'Roboto', sans-serif;
          font-size: 1.6rem;
          font-weight: 700;
          color: #ffffff;
          background-color: #0b307b;
          position: absolute;
          top: -15px;
          left: 50%;
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          -moz-border-radius: 999px;
          -webkit-border-radius: 999px;
          border-radius: 999px; }
        #contents .self_sec02 ol li .text h3 span {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      #contents .self_sec02 ol li .text p .annotation {
        padding-left: 1.5em;
        font-size: 1.2rem;
        display: block; }
        #contents .self_sec02 ol li .text p .annotation:before {
          width: 1.5em;
          margin-left: -1.5em;
          content: '※';
          display: inline-block; }
#contents .self_sec03 h2 + p {
  font-size: 1.6rem; }
#contents .self_sec03 dl {
  margin-bottom: 30px;
  border: solid 2px #e2e2e2; }
  #contents .self_sec03 dl dt {
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: 700;
    background-color: #e2e2e2; }
  #contents .self_sec03 dl dd {
    padding: 20px; }
    #contents .self_sec03 dl dd > *:last-child {
      margin-bottom: 0; }
    #contents .self_sec03 dl dd .list01 li {
      font-size: 1.6rem; }
      #contents .self_sec03 dl dd .list01 li .bold {
        font-size: 1.8rem; }
      #contents .self_sec03 dl dd .list01 li .list02 {
        margin-bottom: 0; }
        #contents .self_sec03 dl dd .list01 li .list02 li {
          padding-left: 34px;
          font-size: 1.6rem; }
#contents .self_sec04 h2 + p {
  font-size: 1.6rem; }
#contents .self_sec04 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .self_sec04 ul li {
    width: 48.6%;
    margin: 0 2.8% 2.8% 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    #contents .self_sec04 ul li:nth-child(2n) {
      margin-right: 0; }
    #contents .self_sec04 ul li .img {
      width: 123px;
      margin-right: 30px; }
    #contents .self_sec04 ul li .text {
      width: calc(100% - 153px); }

/*/arrest-history/*/
#contents .arrest-history_sec01 h2 + p {
  font-size: 1.8rem; }
#contents .arrest-history_sec01 .hanzai_list {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.4em; }
  #contents .arrest-history_sec01 .hanzai_list > * {
    display: inline-block;
    letter-spacing: normal; }
  #contents .arrest-history_sec01 .hanzai_list > div {
    width: 15vw;
    max-width: 170px;
    height: 15vw;
    max-height: 170px;
    margin: 0 7px;
    text-align: center;
    background-color: #dae2f1;
    border: solid 2px #0b307b;
    position: relative;
    z-index: 1; }
    #contents .arrest-history_sec01 .hanzai_list > div:before {
      width: 100%;
      height: 100%;
      content: '';
      border: solid 8px #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #contents .arrest-history_sec01 .hanzai_list > div span {
      font-size: 2.2rem;
      font-weight: 700;
      white-space: nowrap;
      color: #0b307b;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
#contents .arrest-history_sec01 .panel01 {
  margin-top: 60px; }
  #contents .arrest-history_sec01 .panel01 h3 {
    margin-bottom: 1.5em;
    font-size: 2.4rem; }
  #contents .arrest-history_sec01 .panel01 ul {
    margin-bottom: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #contents .arrest-history_sec01 .panel01 ul li {
      width: 49%;
      margin: 0 2% 2% 0;
      padding: 25px 20px 25px 86px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.85;
      background-color: #ffffff;
      background-image: url("../img/icon_check01.png");
      background-repeat: no-repeat;
      background-position: 20px center;
      border: solid 2px #d9d9d9; }
      #contents .arrest-history_sec01 .panel01 ul li:nth-child(2n) {
        margin-right: 0; }
  #contents .arrest-history_sec01 .panel01 .annotation {
    margin-bottom: 50px; }
    #contents .arrest-history_sec01 .panel01 .annotation p {
      margin: 0;
      padding-left: 1em;
      font-size: 1.4rem;
      line-height: 1.5;
      text-indent: -1em; }
  #contents .arrest-history_sec01 .panel01 .box {
    padding: 40px;
    background-color: #ffffff; }
    #contents .arrest-history_sec01 .panel01 .box h3 {
      font-size: 2.2rem; }
    #contents .arrest-history_sec01 .panel01 .box table {
      width: 100%;
      table-layout: fixed; }
      #contents .arrest-history_sec01 .panel01 .box table td {
        height: 60px;
        padding: 0.5em;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        vertical-align: middle;
        background-color: #dae2f1;
        border: solid 10px #ffffff; }
#contents .arrest-history_sec02 h2 + p {
  font-size: 1.6rem; }
#contents .arrest-history_sec02 .case_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .arrest-history_sec02 .case_list li {
    width: 23.5%;
    margin: 0 2% 2% 0;
    padding: 20px;
    text-align: center;
    border: solid 5px #d9d9d9; }
    #contents .arrest-history_sec02 .case_list li:nth-child(4n) {
      margin-right: 0; }
    #contents .arrest-history_sec02 .case_list li span {
      padding: 0.1em 1em;
      font-family: 'Roboto', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #ffffff;
      background-color: #0b307b;
      display: inline-block;
      -moz-border-radius: 999px;
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    #contents .arrest-history_sec02 .case_list li h3 {
      margin: 0.75em 0;
      font-size: 2rem;
      font-weight: 700; }
    #contents .arrest-history_sec02 .case_list li p {
      margin-bottom: 0;
      font-size: 1.4rem;
      text-align: left; }
  #contents .arrest-history_sec02 .case_list + p {
    margin: 0;
    padding: 0 50px;
    font-size: 1.6rem; }
#contents .arrest-history_sec03 h2 + p {
  font-size: 1.6rem; }
#contents .arrest-history_sec03 .lisik_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .arrest-history_sec03 .lisik_list li {
    width: 31.25%;
    margin: 0 3.125% 3.125% 0; }
    #contents .arrest-history_sec03 .lisik_list li:nth-child(3n) {
      margin-right: 0; }
    #contents .arrest-history_sec03 .lisik_list li h3 {
      margin: 0.75em 0;
      font-size: 2rem;
      font-weight: 700;
      text-align: center; }
    #contents .arrest-history_sec03 .lisik_list li p {
      margin-bottom: 0;
      font-size: 1.4rem;
      text-align: left; }
  #contents .arrest-history_sec03 .lisik_list + p {
    margin: 0;
    padding: 30px 50px 0 50px;
    border-top: solid 1px #d9d9d9; }
#contents .arrest-history_sec04 h2 + p {
  font-size: 1.6rem; }
#contents .arrest-history_sec04 .tsuyomi ul li {
  width: 100%;
  margin-bottom: 30px;
  display: table; }
  #contents .arrest-history_sec04 .tsuyomi ul li > * {
    display: table-cell; }
  #contents .arrest-history_sec04 .tsuyomi ul li:last-child {
    margin-bottom: 0; }
  #contents .arrest-history_sec04 .tsuyomi ul li .img {
    width: 42%;
    background-color: #ffffff; }
  #contents .arrest-history_sec04 .tsuyomi ul li .text {
    padding: 20px 30px;
    background-color: #ffffff;
    vertical-align: middle; }
    #contents .arrest-history_sec04 .tsuyomi ul li .text > *:last-child {
      margin-bottom: 0 !important; }
    #contents .arrest-history_sec04 .tsuyomi ul li .text h3 {
      margin-bottom: 0.5em;
      font-size: 2.2rem;
      font-weight: 700; }
    #contents .arrest-history_sec04 .tsuyomi ul li .text p {
      margin-bottom: 1em; }
    #contents .arrest-history_sec04 .tsuyomi ul li .text .panel01 {
      margin: 1em 0;
      padding: 0.5em; }
#contents .arrest-history_sec04 .tsuyomi + p {
  margin: 0;
  padding: 0 50px; }

/*/disclosure/*/
#contents .disclosure_sec01 h2 + p {
  font-size: 1.8rem; }
#contents .disclosure_sec01 .site_list {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.4em; }
  #contents .disclosure_sec01 .site_list > * {
    display: inline-block;
    letter-spacing: normal; }
  #contents .disclosure_sec01 .site_list > div {
    width: 15vw;
    max-width: 170px;
    height: 15vw;
    max-height: 170px;
    margin: 0 7px;
    text-align: center;
    background-color: #dae2f1;
    border: solid 2px #0b307b;
    position: relative;
    z-index: 1; }
    #contents .disclosure_sec01 .site_list > div:before {
      width: 100%;
      height: 100%;
      content: '';
      border: solid 8px #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #contents .disclosure_sec01 .site_list > div span {
      font-size: 2.2rem;
      font-weight: 700;
      white-space: nowrap;
      color: #0b307b;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
#contents .disclosure_sec01 .panel01 {
  margin-top: 60px; }
  #contents .disclosure_sec01 .panel01 h3 {
    margin-bottom: 1.5em;
    font-size: 2.4rem; }
  #contents .disclosure_sec01 .panel01 ul {
    margin-bottom: 20px; }
    #contents .disclosure_sec01 .panel01 ul li {
      margin-bottom: 30px;
      padding: 25px 20px 25px 86px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.85;
      background-color: #ffffff;
      background-image: url("../img/icon_check01.png");
      background-repeat: no-repeat;
      background-position: 20px center;
      border: solid 2px #d9d9d9; }
  #contents .disclosure_sec01 .panel01 .box {
    padding: 40px;
    background-color: #ffffff; }
    #contents .disclosure_sec01 .panel01 .box h3 {
      font-size: 2.2rem; }
    #contents .disclosure_sec01 .panel01 .box ul {
      margin-bottom: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #contents .disclosure_sec01 .panel01 .box ul li {
        width: 49%;
        margin: 0 2% 2% 0;
        padding: 20px;
        font-weight: 400;
        background: none;
        background-color: #dae2f1;
        border: none; }
        #contents .disclosure_sec01 .panel01 .box ul li:nth-child(even) {
          margin-right: 0; }
        #contents .disclosure_sec01 .panel01 .box ul li h4 {
          margin-bottom: 0.5em; }
        #contents .disclosure_sec01 .panel01 .box ul li p {
          margin-bottom: 0; }
#contents .disclosure_sec02 h2 + p {
  font-size: 1.6rem; }
#contents .disclosure_sec02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .disclosure_sec02 ul li {
    width: 48.6%;
    margin: 0 2.8% 2.8% 0;
    padding: 0 20px;
    background-color: #f1f1f1; }
    #contents .disclosure_sec02 ul li:nth-child(2n) {
      margin-right: 0; }
    #contents .disclosure_sec02 ul li .img {
      width: calc(100% + 40px);
      margin: 0 -20px; }
      #contents .disclosure_sec02 ul li .img img {
        width: 100%; }
    #contents .disclosure_sec02 ul li .text {
      padding: 25px 20px;
      background-color: #ffffff;
      position: relative;
      z-index: 1;
      -moz-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
      -webkit-transform: translate(0, -20px);
      transform: translate(0, -20px); }
      #contents .disclosure_sec02 ul li .text h3 {
        margin-bottom: 1em;
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center; }
      #contents .disclosure_sec02 ul li .text p {
        margin-bottom: 0; }
#contents .disclosure_sec02 .panel01 h3 {
  margin-bottom: 1.5em;
  font-size: 2.4rem; }
#contents .disclosure_sec02 .panel01 ol {
  counter-reset: tokutei_num;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .disclosure_sec02 .panel01 ol li {
    width: 31.25%;
    margin: 0 3.125% 0 0;
    padding: 25px;
    counter-increment: tokutei_num;
    background-color: #ffffff;
    border: solid 2px #d9d9d9; }
    #contents .disclosure_sec02 .panel01 ol li:nth-child(3n) {
      margin-right: 0; }
    #contents .disclosure_sec02 .panel01 ol li h4 {
      margin-bottom: 15px;
      padding: 0 0 15px 65px;
      font-size: 2rem;
      font-weight: 700;
      border-bottom: solid 1px #d9d9d9;
      position: relative; }
      #contents .disclosure_sec02 .panel01 ol li h4:before {
        width: 55px;
        height: 55px;
        content: counter(tokutei_num,decimal-leading-zero);
        font-family: 'Roboto', sans-serif;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 55px;
        text-align: center;
        color: #ffffff;
        background-color: #765a21;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0; }
    #contents .disclosure_sec02 .panel01 ol li p {
      margin-bottom: 0; }
#contents .disclosure_sec03 h2 + p {
  font-size: 1.6rem; }
#contents .disclosure_sec03 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .disclosure_sec03 ul li {
    width: 48.6%;
    margin: 0 2.8% 2.8% 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    #contents .disclosure_sec03 ul li:nth-child(2n) {
      margin-right: 0; }
    #contents .disclosure_sec03 ul li .img {
      width: 140px;
      margin-right: 30px; }
    #contents .disclosure_sec03 ul li .text {
      width: calc(100% - 170px); }
#contents .disclosure_sec03 .annotation {
  padding-left: 1em;
  line-height: 2;
  text-indent: -1em; }

/*/board/*/
#contents .board_sec01 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board_sec01 ul li {
    width: 48%;
    margin: 0 4% 4% 0;
    text-align: center; }
    #contents .board_sec01 ul li:nth-child(even) {
      margin-right: 0; }
    #contents .board_sec01 ul li p {
      margin-bottom: 1em;
      font-size: 3rem; }

/*/board/hostlove/*/
#contents .board-hostlove_sec01 h2 + p {
  font-size: 1.8rem; }
#contents .board-hostlove_sec01 .kakikomi_list {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.4em; }
  #contents .board-hostlove_sec01 .kakikomi_list > * {
    display: inline-block;
    letter-spacing: normal; }
  #contents .board-hostlove_sec01 .kakikomi_list > div {
    width: 15vw;
    max-width: 170px;
    height: 15vw;
    max-height: 170px;
    margin: 0 7px;
    text-align: center;
    background-color: #dae2f1;
    border: solid 2px #0b307b;
    position: relative;
    z-index: 1; }
    #contents .board-hostlove_sec01 .kakikomi_list > div:before {
      width: 100%;
      height: 100%;
      content: '';
      border: solid 8px #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #contents .board-hostlove_sec01 .kakikomi_list > div span {
      font-size: 2.2rem;
      font-weight: 700;
      white-space: nowrap;
      color: #0b307b;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
#contents .board-hostlove_sec02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-hostlove_sec02 ul li {
    width: 31.25%;
    margin: 0 3.125% 3.125% 0;
    background-color: #f1f1f1; }
    #contents .board-hostlove_sec02 ul li:nth-child(3n) {
      margin-right: 0; }
    #contents .board-hostlove_sec02 ul li p {
      margin-bottom: 0;
      padding: 20px 30px 20px 86px;
      font-size: 2.2rem;
      line-height: 1.35;
      background-image: url("../img/icon_check01.png");
      background-repeat: no-repeat;
      background-position: 20px center; }
#contents .board-hostlove_sec02 .panel02 h3 {
  margin-bottom: 1.5em;
  font-size: 2.4rem; }
#contents .board-hostlove_sec02 .panel02 .case_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-hostlove_sec02 .panel02 .case_list li {
    width: 31.25%;
    margin: 0 3.125% 0 0;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border: solid 5px #d9d9d9; }
    #contents .board-hostlove_sec02 .panel02 .case_list li:nth-child(3n) {
      margin-right: 0; }
    #contents .board-hostlove_sec02 .panel02 .case_list li span {
      padding: 0.1em 1em;
      font-family: 'Roboto', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #ffffff;
      background-color: #765a21;
      display: inline-block;
      -moz-border-radius: 999px;
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    #contents .board-hostlove_sec02 .panel02 .case_list li h3 {
      margin: 0.75em 0;
      padding-bottom: 0.75em;
      font-size: 1.8rem;
      font-weight: 700;
      border-bottom: solid 1px #d9d9d9; }
    #contents .board-hostlove_sec02 .panel02 .case_list li p {
      margin-bottom: 0;
      text-align: left; }
#contents .board-hostlove_sec03 h2 + p {
  font-size: 1.6rem; }
#contents .board-hostlove_sec03 .soudan_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-hostlove_sec03 .soudan_list > li {
    width: 48.6%;
    margin: 0 2.8% 2.8% 0;
    padding: 20px;
    border: solid 5px #d9d9d9; }
    #contents .board-hostlove_sec03 .soudan_list > li:nth-child(2n) {
      margin-right: 0; }
    #contents .board-hostlove_sec03 .soudan_list > li h3 {
      margin-bottom: 1em;
      font-size: 2.4rem; }
    #contents .board-hostlove_sec03 .soudan_list > li .panel01 {
      margin: 0;
      padding: 15px; }
#contents .board-hostlove_sec04 h2 + p {
  font-size: 1.6rem; }
#contents .board-hostlove_sec05 h2 + p {
  font-size: 1.6rem; }
#contents .board-hostlove_sec05 .tsuyomi ul li {
  width: 100%;
  margin-bottom: 30px;
  display: table; }
  #contents .board-hostlove_sec05 .tsuyomi ul li > * {
    display: table-cell; }
  #contents .board-hostlove_sec05 .tsuyomi ul li:last-child {
    margin-bottom: 0; }
  #contents .board-hostlove_sec05 .tsuyomi ul li .img {
    width: 42%;
    background-color: #ffffff; }
  #contents .board-hostlove_sec05 .tsuyomi ul li .text {
    padding: 20px 30px;
    background-color: #ffffff;
    vertical-align: middle; }
    #contents .board-hostlove_sec05 .tsuyomi ul li .text > *:last-child {
      margin-bottom: 0 !important; }
    #contents .board-hostlove_sec05 .tsuyomi ul li .text h3 {
      margin-bottom: 0.5em;
      font-size: 2.2rem;
      font-weight: 700; }
    #contents .board-hostlove_sec05 .tsuyomi ul li .text p {
      margin-bottom: 1em; }
    #contents .board-hostlove_sec05 .tsuyomi ul li .text .panel01 {
      margin: 1em 0;
      padding: 0.5em; }
#contents .board-hostlove_sec05 .tsuyomi + p {
  margin: 0;
  padding: 0 50px; }

/*/board/bakusai/*/
#contents .board-bakusai_sec01 h2 + p {
  font-size: 1.8rem; }
#contents .board-bakusai_sec01 .kakikomi_list {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.4em; }
  #contents .board-bakusai_sec01 .kakikomi_list > * {
    display: inline-block;
    letter-spacing: normal; }
  #contents .board-bakusai_sec01 .kakikomi_list > div {
    width: 15vw;
    max-width: 170px;
    height: 15vw;
    max-height: 170px;
    margin: 0 7px;
    text-align: center;
    background-color: #dae2f1;
    border: solid 2px #0b307b;
    position: relative;
    z-index: 1; }
    #contents .board-bakusai_sec01 .kakikomi_list > div:before {
      width: 100%;
      height: 100%;
      content: '';
      border: solid 8px #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #contents .board-bakusai_sec01 .kakikomi_list > div span {
      font-size: 2.2rem;
      font-weight: 700;
      white-space: nowrap;
      color: #0b307b;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
#contents .board-bakusai_sec02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-bakusai_sec02 ul li {
    width: 31.25%;
    margin: 0 3.125% 3.125% 0;
    background-color: #f1f1f1; }
    #contents .board-bakusai_sec02 ul li:nth-child(3n) {
      margin-right: 0; }
    #contents .board-bakusai_sec02 ul li p {
      margin-bottom: 0;
      padding: 20px 30px 20px 86px;
      font-size: 2.2rem;
      line-height: 1.35;
      background-image: url("../img/icon_check01.png");
      background-repeat: no-repeat;
      background-position: 20px center; }
#contents .board-bakusai_sec02 .panel02 h3 {
  margin-bottom: 1.5em;
  font-size: 2.4rem; }
#contents .board-bakusai_sec02 .panel02 .case_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-bakusai_sec02 .panel02 .case_list li {
    width: 31.25%;
    margin: 0 3.125% 0 0;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border: solid 5px #d9d9d9; }
    #contents .board-bakusai_sec02 .panel02 .case_list li:nth-child(3n) {
      margin-right: 0; }
    #contents .board-bakusai_sec02 .panel02 .case_list li span {
      padding: 0.1em 1em;
      font-family: 'Roboto', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #ffffff;
      background-color: #765a21;
      display: inline-block;
      -moz-border-radius: 999px;
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    #contents .board-bakusai_sec02 .panel02 .case_list li h3 {
      margin: 0.75em 0;
      padding-bottom: 0.75em;
      font-size: 1.8rem;
      font-weight: 700;
      border-bottom: solid 1px #d9d9d9; }
    #contents .board-bakusai_sec02 .panel02 .case_list li p {
      margin-bottom: 0;
      text-align: left; }
#contents .board-bakusai_sec03 h2 + p {
  font-size: 1.6rem; }
#contents .board-bakusai_sec03 .soudan_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-bakusai_sec03 .soudan_list > li {
    width: 48.6%;
    margin: 0 2.8% 2.8% 0;
    padding: 20px;
    border: solid 5px #d9d9d9; }
    #contents .board-bakusai_sec03 .soudan_list > li:nth-child(2n) {
      margin-right: 0; }
    #contents .board-bakusai_sec03 .soudan_list > li h3 {
      margin-bottom: 1em;
      font-size: 2.4rem; }
    #contents .board-bakusai_sec03 .soudan_list > li .panel01 {
      margin: 0;
      padding: 15px; }
#contents .board-bakusai_sec04 h2 + p {
  font-size: 1.6rem; }
#contents .board-bakusai_sec05 h2 + p {
  font-size: 1.6rem; }
#contents .board-bakusai_sec05 .tsuyomi ul li {
  width: 100%;
  margin-bottom: 30px;
  display: table; }
  #contents .board-bakusai_sec05 .tsuyomi ul li > * {
    display: table-cell; }
  #contents .board-bakusai_sec05 .tsuyomi ul li:last-child {
    margin-bottom: 0; }
  #contents .board-bakusai_sec05 .tsuyomi ul li .img {
    width: 42%;
    background-color: #ffffff; }
  #contents .board-bakusai_sec05 .tsuyomi ul li .text {
    padding: 20px 30px;
    background-color: #ffffff;
    vertical-align: middle; }
    #contents .board-bakusai_sec05 .tsuyomi ul li .text > *:last-child {
      margin-bottom: 0 !important; }
    #contents .board-bakusai_sec05 .tsuyomi ul li .text h3 {
      margin-bottom: 0.5em;
      font-size: 2.2rem;
      font-weight: 700; }
    #contents .board-bakusai_sec05 .tsuyomi ul li .text p {
      margin-bottom: 1em; }
    #contents .board-bakusai_sec05 .tsuyomi ul li .text .panel01 {
      margin: 1em 0;
      padding: 0.5em; }
#contents .board-bakusai_sec05 .tsuyomi + p {
  margin: 0;
  padding: 0 50px; }

/*/board/shitaraba/*/
#contents .board-shitaraba_sec01 h2 + p {
  font-size: 1.8rem; }
#contents .board-shitaraba_sec01 .kakikomi_list {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.4em; }
  #contents .board-shitaraba_sec01 .kakikomi_list > * {
    display: inline-block;
    letter-spacing: normal; }
  #contents .board-shitaraba_sec01 .kakikomi_list > div {
    width: 15vw;
    max-width: 170px;
    height: 15vw;
    max-height: 170px;
    margin: 0 7px;
    text-align: center;
    background-color: #dae2f1;
    border: solid 2px #0b307b;
    position: relative;
    z-index: 1; }
    #contents .board-shitaraba_sec01 .kakikomi_list > div:before {
      width: 100%;
      height: 100%;
      content: '';
      border: solid 8px #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #contents .board-shitaraba_sec01 .kakikomi_list > div span {
      font-size: 2.2rem;
      font-weight: 700;
      white-space: nowrap;
      color: #0b307b;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
#contents .board-shitaraba_sec02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-shitaraba_sec02 ul li {
    width: 31.25%;
    margin: 0 3.125% 3.125% 0;
    background-color: #f1f1f1; }
    #contents .board-shitaraba_sec02 ul li:nth-child(3n) {
      margin-right: 0; }
    #contents .board-shitaraba_sec02 ul li p {
      margin-bottom: 0;
      padding: 20px 30px 20px 86px;
      font-size: 2.2rem;
      line-height: 1.35;
      background-image: url("../img/icon_check01.png");
      background-repeat: no-repeat;
      background-position: 20px center; }
#contents .board-shitaraba_sec02 .panel02 h3 {
  margin-bottom: 1.5em;
  font-size: 2.4rem; }
#contents .board-shitaraba_sec02 .panel02 .case_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-shitaraba_sec02 .panel02 .case_list li {
    width: 31.25%;
    margin: 0 3.125% 0 0;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border: solid 5px #d9d9d9; }
    #contents .board-shitaraba_sec02 .panel02 .case_list li:nth-child(3n) {
      margin-right: 0; }
    #contents .board-shitaraba_sec02 .panel02 .case_list li span {
      padding: 0.1em 1em;
      font-family: 'Roboto', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #ffffff;
      background-color: #765a21;
      display: inline-block;
      -moz-border-radius: 999px;
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    #contents .board-shitaraba_sec02 .panel02 .case_list li h3 {
      margin: 0.75em 0;
      padding-bottom: 0.75em;
      font-size: 1.8rem;
      font-weight: 700;
      border-bottom: solid 1px #d9d9d9; }
    #contents .board-shitaraba_sec02 .panel02 .case_list li p {
      margin-bottom: 0;
      text-align: left; }
#contents .board-shitaraba_sec03 h2 + p {
  font-size: 1.6rem; }
#contents .board-shitaraba_sec03 h3 {
  margin-bottom: 1.5em;
  font-size: 2.4rem; }
#contents .board-shitaraba_sec03 .trouble {
  margin-bottom: -30px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-shitaraba_sec03 .trouble > li {
    width: 31.25%;
    margin: 0 3.125% 30px 0;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border: solid 5px #d9d9d9; }
    #contents .board-shitaraba_sec03 .trouble > li:nth-child(3n) {
      margin-right: 0; }
    #contents .board-shitaraba_sec03 .trouble > li h4 {
      margin: 0.75em 0;
      font-size: 1.8rem;
      font-weight: 700; }
    #contents .board-shitaraba_sec03 .trouble > li p {
      margin-bottom: 0;
      text-align: left; }
    #contents .board-shitaraba_sec03 .trouble > li.box {
      width: 100%;
      margin-right: 0; }
      #contents .board-shitaraba_sec03 .trouble > li.box ul {
        margin-bottom: -30px !important;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        #contents .board-shitaraba_sec03 .trouble > li.box ul li {
          width: 31.25%;
          margin: 0 3.125% 30px 0;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center; }
          #contents .board-shitaraba_sec03 .trouble > li.box ul li:nth-child(3n) {
            margin-right: 0; }
          #contents .board-shitaraba_sec03 .trouble > li.box ul li .img {
            margin-right: 15px; }
          #contents .board-shitaraba_sec03 .trouble > li.box ul li p {
            font-size: 1.6rem; }
#contents .board-shitaraba_sec04 h2 + p {
  font-size: 1.6rem; }
#contents .board-shitaraba_sec04 .soudan_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-shitaraba_sec04 .soudan_list > li {
    width: 48.6%;
    margin: 0 2.8% 2.8% 0;
    padding: 20px;
    border: solid 5px #d9d9d9; }
    #contents .board-shitaraba_sec04 .soudan_list > li:nth-child(2n) {
      margin-right: 0; }
    #contents .board-shitaraba_sec04 .soudan_list > li h3 {
      margin-bottom: 1em;
      font-size: 2.4rem; }
    #contents .board-shitaraba_sec04 .soudan_list > li .panel01 {
      margin: 0;
      padding: 15px; }
#contents .board-shitaraba_sec05 h2 + p {
  font-size: 1.6rem; }
#contents .board-shitaraba_sec05 .merit_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-shitaraba_sec05 .merit_list li {
    width: 31.25%;
    margin: 0 3.125% 0 0;
    text-align: center; }
    #contents .board-shitaraba_sec05 .merit_list li:nth-child(3n) {
      margin-right: 0; }
    #contents .board-shitaraba_sec05 .merit_list li h3 {
      margin: 0.75em 0;
      font-size: 1.8rem;
      font-weight: 700; }
    #contents .board-shitaraba_sec05 .merit_list li p {
      margin-bottom: 0;
      text-align: left; }
    #contents .board-shitaraba_sec05 .merit_list li .annotation {
      margin-top: 1em;
      font-size: 1.2rem;
      text-align: left; }

/*/board/5ch/*/
#contents .board-5ch_sec01 h2 + p {
  font-size: 1.8rem; }
#contents .board-5ch_sec01 .kakikomi_list {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.4em; }
  #contents .board-5ch_sec01 .kakikomi_list > * {
    display: inline-block;
    letter-spacing: normal; }
  #contents .board-5ch_sec01 .kakikomi_list > div {
    width: 15vw;
    max-width: 170px;
    height: 15vw;
    max-height: 170px;
    margin: 0 7px;
    text-align: center;
    background-color: #dae2f1;
    border: solid 2px #0b307b;
    position: relative;
    z-index: 1; }
    #contents .board-5ch_sec01 .kakikomi_list > div:before {
      width: 100%;
      height: 100%;
      content: '';
      border: solid 8px #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #contents .board-5ch_sec01 .kakikomi_list > div span {
      font-size: 2.2rem;
      font-weight: 700;
      white-space: nowrap;
      color: #0b307b;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
#contents .board-5ch_sec02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-5ch_sec02 ul li {
    width: 31.25%;
    margin: 0 3.125% 3.125% 0;
    background-color: #f1f1f1; }
    #contents .board-5ch_sec02 ul li:nth-child(3n) {
      margin-right: 0; }
    #contents .board-5ch_sec02 ul li p {
      margin-bottom: 0;
      padding: 20px 30px 20px 86px;
      font-size: 2.2rem;
      line-height: 1.35;
      background-image: url("../img/icon_check01.png");
      background-repeat: no-repeat;
      background-position: 20px center; }
#contents .board-5ch_sec02 .panel02 h3 {
  margin-bottom: 1.5em;
  font-size: 2.4rem; }
#contents .board-5ch_sec02 .panel02 .case_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-5ch_sec02 .panel02 .case_list li {
    width: 31.25%;
    margin: 0 3.125% 0 0;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border: solid 5px #d9d9d9; }
    #contents .board-5ch_sec02 .panel02 .case_list li:nth-child(3n) {
      margin-right: 0; }
    #contents .board-5ch_sec02 .panel02 .case_list li span {
      padding: 0.1em 1em;
      font-family: 'Roboto', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #ffffff;
      background-color: #765a21;
      display: inline-block;
      -moz-border-radius: 999px;
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    #contents .board-5ch_sec02 .panel02 .case_list li h3 {
      margin: 0.75em 0;
      padding-bottom: 0.75em;
      font-size: 1.8rem;
      font-weight: 700;
      border-bottom: solid 1px #d9d9d9; }
    #contents .board-5ch_sec02 .panel02 .case_list li p {
      margin-bottom: 0;
      text-align: left; }
#contents .board-5ch_sec03 h2 + p {
  font-size: 1.6rem; }
#contents .board-5ch_sec03 .soudan_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .board-5ch_sec03 .soudan_list > li {
    width: 48.6%;
    margin: 0 2.8% 2.8% 0;
    padding: 20px;
    border: solid 5px #d9d9d9; }
    #contents .board-5ch_sec03 .soudan_list > li:nth-child(2n) {
      margin-right: 0; }
    #contents .board-5ch_sec03 .soudan_list > li h3 {
      margin-bottom: 1em;
      font-size: 2.4rem; }
    #contents .board-5ch_sec03 .soudan_list > li .panel01 {
      margin: 0;
      padding: 15px; }
#contents .board-5ch_sec04 h2 + p {
  font-size: 1.6rem; }
#contents .board-5ch_sec05 h2 + p {
  font-size: 1.6rem; }
#contents .board-5ch_sec05 .tsuyomi ul li {
  width: 100%;
  margin-bottom: 30px;
  display: table; }
  #contents .board-5ch_sec05 .tsuyomi ul li > * {
    display: table-cell; }
  #contents .board-5ch_sec05 .tsuyomi ul li:last-child {
    margin-bottom: 0; }
  #contents .board-5ch_sec05 .tsuyomi ul li .img {
    width: 42%;
    background-color: #ffffff; }
  #contents .board-5ch_sec05 .tsuyomi ul li .text {
    padding: 20px 30px;
    background-color: #ffffff;
    vertical-align: middle; }
    #contents .board-5ch_sec05 .tsuyomi ul li .text > *:last-child {
      margin-bottom: 0 !important; }
    #contents .board-5ch_sec05 .tsuyomi ul li .text h3 {
      margin-bottom: 0.5em;
      font-size: 2.2rem;
      font-weight: 700; }
    #contents .board-5ch_sec05 .tsuyomi ul li .text p {
      margin-bottom: 1em; }
    #contents .board-5ch_sec05 .tsuyomi ul li .text .panel01 {
      margin: 1em 0;
      padding: 0.5em; }
#contents .board-5ch_sec05 .tsuyomi + p {
  margin: 0;
  padding: 0 50px; }

/*/price/*/
#contents .price_sec01 .price_box, #contents .price_sec02 .price_box {
  width: 100%;
  display: table; }
  #contents .price_sec01 .price_box > *, #contents .price_sec02 .price_box > * {
    display: table-cell; }
  #contents .price_sec01 .price_box + .price_box, #contents .price_sec02 .price_box + .price_box {
    margin-top: 20px; }
  #contents .price_sec01 .price_box dt, #contents .price_sec02 .price_box dt {
    width: 30%;
    padding: 25px 50px;
    vertical-align: middle;
    background-color: #dae2f1; }
    #contents .price_sec01 .price_box dt > *:first-child, #contents .price_sec02 .price_box dt > *:first-child {
      margin-top: 0 !important; }
    #contents .price_sec01 .price_box dt > *:last-child, #contents .price_sec02 .price_box dt > *:last-child {
      margin-bottom: 0 !important; }
    #contents .price_sec01 .price_box dt .point, #contents .price_sec02 .price_box dt .point {
      padding: 3px 10px;
      font-size: 1.3rem;
      font-weight: 700;
      color: #ffffff;
      background-color: #765a21;
      display: inline-block;
      -moz-border-radius: 999px;
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    #contents .price_sec01 .price_box dt .hedding, #contents .price_sec02 .price_box dt .hedding {
      margin: 1em 0;
      font-size: 1.3rem;
      font-weight: 700;
      line-height: 1.5; }
    #contents .price_sec01 .price_box dt .item, #contents .price_sec02 .price_box dt .item {
      font-size: 2.2rem;
      font-weight: 700;
      color: #0b307b; }
      #contents .price_sec01 .price_box dt .item span, #contents .price_sec02 .price_box dt .item span {
        font-size: 1.4rem;
        display: block; }
  #contents .price_sec01 .price_box dd, #contents .price_sec02 .price_box dd {
    padding: 25px;
    vertical-align: middle;
    background-color: #f1f1f1; }
    #contents .price_sec01 .price_box dd > *:last-child, #contents .price_sec02 .price_box dd > *:last-child {
      margin-bottom: 0 !important; }
    #contents .price_sec01 .price_box dd p, #contents .price_sec02 .price_box dd p {
      margin: 0;
      padding-left: 1em;
      font-size: 1.2rem;
      line-height: 2;
      text-indent: -1em; }
    #contents .price_sec01 .price_box dd .price, #contents .price_sec02 .price_box dd .price {
      margin-bottom: 1em;
      padding: 20px 30px;
      background-color: #ffffff; }
      #contents .price_sec01 .price_box dd .price > *:last-child, #contents .price_sec02 .price_box dd .price > *:last-child {
        margin-bottom: 0 !important; }
      #contents .price_sec01 .price_box dd .price .fee01, #contents .price_sec02 .price_box dd .price .fee01 {
        letter-spacing: -0.4em; }
        #contents .price_sec01 .price_box dd .price .fee01 > *, #contents .price_sec02 .price_box dd .price .fee01 > * {
          display: inline-block;
          letter-spacing: normal; }
        #contents .price_sec01 .price_box dd .price .fee01 .amount, #contents .price_sec02 .price_box dd .price .fee01 .amount {
          font-size: 1.8rem;
          font-weight: 700;
          /*color: #c5400b;*/ }
          #contents .price_sec01 .price_box dd .price .fee01 .amount:after, #contents .price_sec02 .price_box dd .price .fee01 .amount:after {
            margin-left: 0.5em;
            content: '(税込) ～';
            font-size: 1.4rem;
            font-weight: 700;
            display: inline-block; }
          #contents .price_sec01 .price_box dd .price .fee01 .amount span, #contents .price_sec02 .price_box dd .price .fee01 .amount span {
            font-family: 'Roboto', sans-serif;
            font-size: 3.5rem;
            font-weight: 700; }
        #contents .price_sec01 .price_box dd .price .fee01 .memo, #contents .price_sec02 .price_box dd .price .fee01 .memo {
          font-size: 1.4rem; }
          #contents .price_sec01 .price_box dd .price .fee01 .memo:before, #contents .price_sec02 .price_box dd .price .fee01 .memo:before {
            margin: 0 0.5em;
            content: '/';
            color: #000000;
            display: inline-block; }
      #contents .price_sec01 .price_box dd .price .fee02, #contents .price_sec02 .price_box dd .price .fee02 {
        font-size: 2.4rem;
        font-weight: 700;
        color: #c5400b; }
      #contents .price_sec01 .price_box dd .price .hedding, #contents .price_sec02 .price_box dd .price .hedding {
        padding-left: 20px;
        font-weight: 700; }
        #contents .price_sec01 .price_box dd .price .hedding:before, #contents .price_sec02 .price_box dd .price .hedding:before {
          width: 10px;
          height: 10px;
          margin-right: 10px;
          margin-left: -20px;
          content: '';
          background-image: url("../img/icon_square01.png");
          display: inline-block;
          vertical-align: 0; }
        #contents .price_sec01 .price_box dd .price .hedding span, #contents .price_sec02 .price_box dd .price .hedding span {
          font-size: 1.4rem; }
      #contents .price_sec01 .price_box dd .price hr, #contents .price_sec02 .price_box dd .price hr {
        width: 100%;
        height: 0;
        margin: 0.5em 0;
        border: none;
        border-bottom: solid 1px #d9d9d9; }
    #contents .price_sec01 .price_box dd .subttl, #contents .price_sec02 .price_box dd .subttl {
      margin: 2em 0;
      padding: 0 0 10px 20px;
      font-weight: 700;
      border-bottom: solid 1px #d9d9d9; }
      #contents .price_sec01 .price_box dd .subttl:before, #contents .price_sec02 .price_box dd .subttl:before {
        width: 10px;
        height: 10px;
        margin-right: 10px;
        margin-left: -20px;
        content: '';
        background-image: url("../img/icon_square01.png");
        display: inline-block;
        vertical-align: 0; }
    #contents .price_sec01 .price_box dd .note, #contents .price_sec02 .price_box dd .note {
      margin-bottom: 1em; }
      #contents .price_sec01 .price_box dd .note ol li, #contents .price_sec02 .price_box dd .note ol li {
        margin-bottom: 1em;
        font-weight: 700; }
        #contents .price_sec01 .price_box dd .note ol li:last-child, #contents .price_sec02 .price_box dd .note ol li:last-child {
          margin-bottom: 0; }
        #contents .price_sec01 .price_box dd .note ol li p, #contents .price_sec02 .price_box dd .note ol li p {
          padding-left: 0;
          text-indent: 0;
          font-size: 1.4rem;
          font-weight: 400; }
          #contents .price_sec01 .price_box dd .note ol li p.addition, #contents .price_sec02 .price_box dd .note ol li p.addition {
            padding-left: 1em;
            font-size: 1.2rem;
            text-indent: -1em; }
#contents .price_sec01 .annotation, #contents .price_sec02 .annotation {
  margin-top: 50px;
  padding: 0 50px; }
  #contents .price_sec01 .annotation p, #contents .price_sec02 .annotation p {
    margin: 0;
    padding-left: 1em;
    font-size: 1.2rem;
    line-height: 2;
    text-indent: -1em; }

/*/hiben/*/
#contents .hiben_sec01 .attention {
  margin-bottom: 60px;
  padding: 25px;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  color: #c5400b;
  border: solid 3px #c5400b; }
  #contents .hiben_sec01 .attention:before {
    width: 49px;
    height: 49px;
    margin-right: 0.25em;
    content: '';
    background-image: url("/img/hiben/icon_notice01.png");
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: -0.4em; }
#contents .hiben_sec01 .attention_list {
  counter-reset: attention_list_num; }
  #contents .hiben_sec01 .attention_list li {
    margin-bottom: 50px;
    counter-increment: attention_list_num; }
    #contents .hiben_sec01 .attention_list li h3 {
      margin-bottom: 30px;
      padding: 5px 0 10px 70px;
      font-size: 2.8rem;
      font-weight: 700;
      border-bottom: solid 4px #d9d9d9;
      position: relative; }
      #contents .hiben_sec01 .attention_list li h3:before {
        width: 50px;
        height: calc(100% + 4px);
        content: counter(attention_list_num,decimal-leading-zero);
        font-family: 'Roboto', sans-serif;
        font-size: 4.5rem;
        font-weight: 700;
        text-align: center;
        color: #0b307b;
        border-bottom: solid 4px #0b307b;
        position: absolute;
        top: 0;
        left: 0; }
    #contents .hiben_sec01 .attention_list li p {
      font-size: 1.6rem; }
    #contents .hiben_sec01 .attention_list li .box_outer {
      display: -webkit-flex;
      display: flex; }
      #contents .hiben_sec01 .attention_list li .box_outer .box01, #contents .hiben_sec01 .attention_list li .box_outer .box02 {
        border: solid 2px; }
        #contents .hiben_sec01 .attention_list li .box_outer .box01 dt, #contents .hiben_sec01 .attention_list li .box_outer .box02 dt {
          padding: 20px;
          font-size: 2.4rem;
          font-weight: 700;
          text-align: center; }
          #contents .hiben_sec01 .attention_list li .box_outer .box01 dt:before, #contents .hiben_sec01 .attention_list li .box_outer .box02 dt:before {
            width: 40px;
            height: 40px;
            margin-right: 0.5em;
            content: '';
            -webkit-background-size: cover;
            background-size: cover;
            display: inline-block;
            vertical-align: -0.4em; }
        #contents .hiben_sec01 .attention_list li .box_outer .box01 dd, #contents .hiben_sec01 .attention_list li .box_outer .box02 dd {
          padding: 20px; }
          #contents .hiben_sec01 .attention_list li .box_outer .box01 dd .img, #contents .hiben_sec01 .attention_list li .box_outer .box02 dd .img {
            margin-bottom: 20px;
            text-align: center; }
          #contents .hiben_sec01 .attention_list li .box_outer .box01 dd h4, #contents .hiben_sec01 .attention_list li .box_outer .box02 dd h4 {
            margin-bottom: 1em;
            font-size: 2rem;
            font-weight: 700;
            text-align: center; }
          #contents .hiben_sec01 .attention_list li .box_outer .box01 dd p, #contents .hiben_sec01 .attention_list li .box_outer .box02 dd p {
            margin: 0;
            font-size: 1.4rem; }
          #contents .hiben_sec01 .attention_list li .box_outer .box01 dd .annotation, #contents .hiben_sec01 .attention_list li .box_outer .box02 dd .annotation {
            padding-left: 1em;
            font-size: 1.2rem;
            line-height: 2;
            text-indent: -1em; }
      #contents .hiben_sec01 .attention_list li .box_outer .box01 {
        width: 66%;
        margin-right: 1%;
        border-color: #f2d6cb; }
        #contents .hiben_sec01 .attention_list li .box_outer .box01 dt {
          background-color: #f2d6cb; }
          #contents .hiben_sec01 .attention_list li .box_outer .box01 dt:before {
            background-image: url("/img/hiben/fig_peke01.png"); }
        #contents .hiben_sec01 .attention_list li .box_outer .box01 dd > div {
          width: 50%; }
          #contents .hiben_sec01 .attention_list li .box_outer .box01 dd > div:first-child {
            padding-right: 20px;
            border-right: solid 1px #d9d9d9; }
          #contents .hiben_sec01 .attention_list li .box_outer .box01 dd > div:last-child {
            padding-left: 20px; }
      #contents .hiben_sec01 .attention_list li .box_outer .box02 {
        width: 33%;
        border-color: #dae2f1; }
        #contents .hiben_sec01 .attention_list li .box_outer .box02 dt {
          background-color: #dae2f1; }
          #contents .hiben_sec01 .attention_list li .box_outer .box02 dt:before {
            background-image: url("/img/hiben/fig_maru01.png"); }
#contents .hiben_sec02 dl dd {
  margin-bottom: 50px;
  padding: 0 50px; }
  #contents .hiben_sec02 dl dd > *:last-child {
    margin-bottom: 0 !important; }
  #contents .hiben_sec02 dl dd p {
    font-size: 1.6rem; }
  #contents .hiben_sec02 dl dd .case li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #d9d9d9; }
    #contents .hiben_sec02 dl dd .case li h3 {
      margin-bottom: 20px;
      font-size: 2rem;
      font-weight: 700; }
      #contents .hiben_sec02 dl dd .case li h3 span {
        margin-right: 1em;
        padding: 0.1em 1em;
        font-size: 1.6rem;
        font-weight: 700;
        color: #ffffff;
        background-color: #0b307b;
        display: inline-block;
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px; }
    #contents .hiben_sec02 dl dd .case li p {
      margin-bottom: 0;
      font-size: 1.4rem; }
      #contents .hiben_sec02 dl dd .case li p.example {
        padding-left: 1.5em;
        text-indent: -1.5em; }
      #contents .hiben_sec02 dl dd .case li p + .panel01 {
        margin-top: 1em; }
    #contents .hiben_sec02 dl dd .case li .panel01 {
      margin: 0;
      padding: 1em; }
      #contents .hiben_sec02 dl dd .case li .panel01 h4 {
        margin-bottom: 0.5em;
        padding-left: 20px;
        font-size: 1.4rem;
        font-weight: 700; }
        #contents .hiben_sec02 dl dd .case li .panel01 h4:before {
          width: 10px;
          height: 10px;
          margin-right: 10px;
          margin-left: -20px;
          content: '';
          background-image: url("../img/icon_square01.png");
          display: inline-block;
          vertical-align: 0; }
    #contents .hiben_sec02 dl dd .case li .annotation {
      margin-top: 0;
      padding-left: 1em;
      font-size: 1.2rem;
      line-height: 2;
      text-indent: -1em; }
  #contents .hiben_sec02 dl dd .case + p {
    font-size: 1.4rem; }
#contents .hiben_sec03 h2 + p {
  font-size: 1.6rem; }
#contents .hiben_sec03 .box01, #contents .hiben_sec03 .box02 {
  margin-bottom: 50px;
  padding: 25px 50px; }
  #contents .hiben_sec03 .box01 h3, #contents .hiben_sec03 .box02 h3 {
    margin-bottom: 1em;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center; }
  #contents .hiben_sec03 .box01 ul, #contents .hiben_sec03 .box02 ul {
    display: -webkit-flex;
    display: flex; }
    #contents .hiben_sec03 .box01 ul li, #contents .hiben_sec03 .box02 ul li {
      padding: 15px 20px;
      background-color: #ffffff;
      border: solid 2px #d9d9d9; }
#contents .hiben_sec03 .box01 {
  background-color: #f4efec; }
  #contents .hiben_sec03 .box01 ul li {
    width: 48%; }
    #contents .hiben_sec03 .box01 ul li:first-child {
      margin-right: 4%; }
    #contents .hiben_sec03 .box01 ul li p {
      min-height: 70px;
      margin-bottom: 0;
      padding: 10px 0 10px 70px;
      font-size: 1.6rem;
      font-weight: 700;
      background-image: url("/img/hiben/fig_peke02.png");
      background-repeat: no-repeat;
      background-position: 0 center;
      background-size: 60px 60px; }
#contents .hiben_sec03 .box02 {
  background-color: #f1f1f1; }
  #contents .hiben_sec03 .box02 ul li {
    width: 32%;
    margin-right: 2%; }
    #contents .hiben_sec03 .box02 ul li:last-child {
      margin-right: 0; }
    #contents .hiben_sec03 .box02 ul li h4 {
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      border-bottom: solid 1px #d9d9d9; }
      #contents .hiben_sec03 .box02 ul li h4 span {
        margin: 0 0 0.5em 0;
        padding: 0.1em 1em;
        font-size: 1.5rem;
        font-weight: 700;
        color: #ffffff;
        background-color: #765a21;
        display: inline-block;
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px; }
    #contents .hiben_sec03 .box02 ul li p {
      margin-bottom: 0;
      font-size: 1.4rem; }
#contents .hiben_sec03 dl dd {
  margin-bottom: 50px;
  padding: 0 50px; }
  #contents .hiben_sec03 dl dd > *:last-child {
    margin-bottom: 0 !important; }
  #contents .hiben_sec03 dl dd p {
    font-size: 1.6rem; }
  #contents .hiben_sec03 dl dd ol {
    padding-left: 1em; }
    #contents .hiben_sec03 dl dd ol li {
      margin-bottom: 1em;
      list-style: decimal outside; }
  #contents .hiben_sec03 dl dd .panel01 {
    margin: 0;
    padding: 1em; }
#contents .hiben_sec04 h2 + p {
  font-size: 1.6rem; }
#contents .hiben_sec04 .link {
  padding: 2em;
  text-align: center;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9; }

/*/aboutus/*/
#contents .aboutus_sec01 p {
  font-size: 1.6rem; }
#contents .aboutus_sec02 .ttl-contents02 + p {
  font-size: 1.6rem; }
#contents .aboutus_sec02 .results {
  margin-bottom: 60px; }
  #contents .aboutus_sec02 .results li {
    width: 23.2%;
    margin-right: 2.4%; }
    #contents .aboutus_sec02 .results li:last-child {
      margin-right: 0; }
    #contents .aboutus_sec02 .results li .img {
      margin-bottom: 20px; }
    #contents .aboutus_sec02 .results li p {
      margin-bottom: 0;
      padding: 0 0.75em; }
#contents .aboutus_sec02 .panel01 {
  padding: 50px; }
#contents .aboutus_sec02 h3 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 700; }
#contents .aboutus_sec02 .damage {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex; }
  #contents .aboutus_sec02 .damage > li {
    width: 48%;
    padding: 25px;
    background-color: white;
    border: solid 4px #d9d9d9; }
    #contents .aboutus_sec02 .damage > li:first-child {
      margin-right: 4%; }
    #contents .aboutus_sec02 .damage > li .img {
      margin-bottom: 20px; }
    #contents .aboutus_sec02 .damage > li .list01 {
      margin-bottom: 0; }
      #contents .aboutus_sec02 .damage > li .list01 li:last-child {
        margin-bottom: 0; }
#contents .aboutus_sec03 .ttl-contents02 + p {
  font-size: 1.6rem; }
#contents .aboutus_sec03 .necessity {
  counter-reset: necessity_num; }
  #contents .aboutus_sec03 .necessity li {
    margin-bottom: 50px;
    counter-increment: necessity_num; }
    #contents .aboutus_sec03 .necessity li h3 {
      margin-bottom: 30px;
      padding: 5px 0 10px 70px;
      font-size: 2.8rem;
      font-weight: 700;
      border-bottom: solid 4px #d9d9d9;
      position: relative; }
      #contents .aboutus_sec03 .necessity li h3:before {
        width: 50px;
        height: calc(100% + 4px);
        content: counter(necessity_num,decimal-leading-zero);
        font-family: 'Roboto', sans-serif;
        font-size: 4.5rem;
        font-weight: 700;
        text-align: center;
        color: #0b307b;
        border-bottom: solid 4px #0b307b;
        position: absolute;
        top: 0;
        left: 0; }
    #contents .aboutus_sec03 .necessity li p {
      font-size: 1.6rem; }
#contents .aboutus_sec03 .point {
  display: -webkit-flex;
  display: flex; }
  #contents .aboutus_sec03 .point > li {
    width: 48%;
    padding: 30px 50px;
    background-color: #efeae0; }
    #contents .aboutus_sec03 .point > li:first-child {
      margin-right: 4%; }
    #contents .aboutus_sec03 .point > li h4 {
      margin-bottom: 1em;
      font-size: 2.2rem;
      font-weight: 700;
      text-align: center; }
      #contents .aboutus_sec03 .point > li h4 .headding {
        margin-bottom: 1em;
        padding: 0.25em 1em;
        font-family: 'Roboto', sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        background-color: #765a21;
        display: inline-block;
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px; }
    #contents .aboutus_sec03 .point > li p {
      margin-bottom: 0; }
    #contents .aboutus_sec03 .point > li .annotation {
      padding-left: 1em;
      font-size: 1.2rem;
      line-height: 2;
      text-indent: -1em; }
#contents .aboutus_sec04 .panel01 {
  padding: 50px; }
  #contents .aboutus_sec04 .panel01 .img {
    width: 25%;
    margin-right: 3%; }
  #contents .aboutus_sec04 .panel01 .text {
    width: 72%; }
    #contents .aboutus_sec04 .panel01 .text .name {
      margin-bottom: 0.5em;
      font-size: 2.4rem;
      font-weight: 700;
      color: #0b307b; }
    #contents .aboutus_sec04 .panel01 .text .alma_mater {
      font-weight: 700; }
    #contents .aboutus_sec04 .panel01 .text hr {
      width: 100%;
      height: 0;
      margin: 1em 0;
      border: none;
      border-bottom: solid 1px #0b307b; }
    #contents .aboutus_sec04 .panel01 .text p {
      margin-bottom: 0; }
#contents .aboutus_sec05 .panel01 {
  margin-bottom: 50px;
  padding: 50px; }
#contents .aboutus_sec05 h3 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 700; }
#contents .aboutus_sec05 ul {
  display: -webkit-flex;
  display: flex; }
  #contents .aboutus_sec05 ul li {
    margin-right: 2.5%;
    padding: 25px;
    background-color: white;
    border: solid 4px #d9d9d9;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    #contents .aboutus_sec05 ul li:last-child {
      margin-right: 0; }
    #contents .aboutus_sec05 ul li h4 {
      font-weight: 700;
      margin-bottom: 0.5em; }
    #contents .aboutus_sec05 ul li p {
      margin-bottom: 0; }
  #contents .aboutus_sec05 ul.media_list01 li {
    width: 31.6666%; }
  #contents .aboutus_sec05 ul.media_list02 li {
    width: 48.75%; }
#contents .aboutus_sec06 table {
  width: 100%;
  border-top: solid 2px #d9d9d9; }
  #contents .aboutus_sec06 table th {
    width: 16%;
    padding: 30px 25px;
    font-weight: 700;
    vertical-align: middle;
    border-bottom: solid 2px #d9d9d9; }
  #contents .aboutus_sec06 table td {
    width: 84%;
    padding: 30px 25px;
    vertical-align: middle;
    border-bottom: solid 2px #d9d9d9; }
#contents .aboutus_sec07 .map {
  width: 100%;
  height: 360px; }
  #contents .aboutus_sec07 .map iframe {
    width: 100%;
    height: 100%;
    border: none; }
  #contents .aboutus_sec07 .map + div {
    padding: 30px 25px;
    border-bottom: solid 2px #d9d9d9; }
    #contents .aboutus_sec07 .map + div p {
      margin-bottom: 0;
      font-size: 1.8rem;
      font-weight: 700; }



/*/resale/*/
#contents .resale_sec01 h2 + p {
  font-size: 1.8rem; }

#contents .resale_sec01 .resale_list {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.4em; }
  #contents .resale_sec01 .resale_list > * {
    display: inline-block;
    letter-spacing: normal; }
  #contents .resale_sec01 .resale_list > div {
    width: 15vw;
    max-width: 170px;
    height: 15vw;
    max-height: 170px;
    margin: 0 7px;
    text-align: center;
    background-color: #dae2f1;
    border: solid 2px #0b307b;
    position: relative;
    z-index: 1; }
    #contents .resale_sec01 .resale_list > div:before {
      width: 100%;
      height: 100%;
      content: '';
      border: solid 8px #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #contents .resale_sec01 .resale_list > div span {
      font-size: 2.2rem;
      font-weight: 700;
      white-space: nowrap;
      color: #0b307b;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
#contents .resale_sec01 .panel01 {
  margin-top: 60px; }
  #contents .resale_sec01 .panel01 h3 {
    margin-bottom: 1.5em;
    font-size: 2.4rem; }
  #contents .resale_sec01 .panel01 ul {
    margin-bottom: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #contents .resale_sec01 .panel01 ul li {
      width: 49%;
      margin: 0 2% 2% 0;
      padding: 25px 20px 25px 86px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.85;
      background-color: #ffffff;
      background-image: url("../img/icon_check01.png");
      background-repeat: no-repeat;
      background-position: 20px center;
      border: solid 2px #d9d9d9; }
      #contents .resale_sec01 .panel01 ul li:nth-child(2n) {
        margin-right: 0; }
  #contents .resale_sec01 .panel01 .annotation {
    margin-bottom: 50px; }
    #contents .resale_sec01 .panel01 .annotation p {
      margin: 0;
      padding-left: 1em;
      font-size: 1.4rem;
      line-height: 1.5;
      text-indent: -1em; }
  #contents .resale_sec01 .panel01 .box {
    padding: 40px;
    background-color: #ffffff; }
    #contents .resale_sec01 .panel01 .box h3 {
      font-size: 2.2rem; }
    #contents .resale_sec01 .panel01 .box table {
      width: 100%;
      table-layout: fixed; }
      #contents .resale_sec01 .panel01 .box table td {
        height: 60px;
        padding: 0.5em;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        vertical-align: middle;
        background-color: #dae2f1;
        border: solid 10px #ffffff; }
#contents .resale_sec02 h2 + p {
  font-size: 1.6rem; }
	
	#contents .resale_sec02 .it1{
		max-width:300px;
		margin:1em auto;
		display:block;
	}
	
	#contents .resale_sec02 .taisho{
		text-align:center;
		font-weight:bold;
		font-size: 2.2rem;
	}
	
	#contents .resale_sec02 ol.influence_list {
  counter-reset: risk_num;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .resale_sec02 ol.influence_list li {
    width: 48.6%;
    margin: 0 2.8% 2.8% 0;
    padding: 0 20px;
    background-color: #f1f1f1;
    counter-increment: risk_num; }
    #contents .resale_sec02 ol.influence_list li:nth-child(2n) {
      margin-right: 0; }
    #contents .resale_sec02 ol.influence_list li .img {
      width: calc(100% + 40px);
      margin: 0 -20px; }
      #contents .resale_sec02 ol.influence_list li .img img {
        width: 100%; }
    #contents .resale_sec02 ol.influence_list li .text {
      padding: 25px 20px;
      background-color: #ffffff;
      position: relative;
      z-index: 1;
      -moz-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
      -webkit-transform: translate(0, -20px);
      transform: translate(0, -20px); }
      #contents .resale_sec02 ol.influence_list li .text h3 {
        height: 115px;
        margin-bottom: 1.5em;
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center;
        position: relative;
        border-top: solid 3px #0b307b;
        border-bottom: solid 2px #d9d9d9; }
        @media screen and (min-width: 769px) and (max-width: 960px) {
          #contents .resale_sec02 ol.influence_list li .text h3 {
            font-size: 2rem; } }
        #contents .resale_sec02 ol.influence_list li .text h3:before {
          padding: 0.25em 0.5em;
          content: "RISK " counter(risk_num,decimal-leading-zero);
          font-family: 'Roboto', sans-serif;
          font-size: 1.6rem;
          font-weight: 700;
          color: #ffffff;
          background-color: #0b307b;
          position: absolute;
          top: -15px;
          left: 50%;
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          -moz-border-radius: 999px;
          -webkit-border-radius: 999px;
          border-radius: 999px; }
        #contents .resale_sec02 ol.influence_list li .text h3 span {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      #contents .resale_sec02 ol.influence_list li .text p .annotation {
        padding-left: 1.5em;
        font-size: 1.2rem;
        display: block; }
        #contents .resale_sec02 ol.influence_list li .text p .annotation:before {
          width: 1.5em;
          margin-left: -1.5em;
          content: '※';
          display: inline-block; }
	
	
#contents .resale_sec03 h2 + p {
  font-size: 1.6rem; }


#contents .resale_sec03 .lisik_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .resale_sec03 .lisik_list li {
    width: 31.25%;
    margin: 0 3.125% 3.125% 0; }
    #contents .resale_sec03 .lisik_list li:nth-child(3n) {
      margin-right: 0; }
    #contents .resale_sec03 .lisik_list li h3 {
      margin: 0.75em 0;
      font-size: 2rem;
      font-weight: 700;
      text-align: center; }
    #contents .resale_sec03 .lisik_list li p {
      margin-bottom: 0;
      font-size: 1.4rem;
      text-align: left; }
  #contents .resale_sec03 .lisik_list + p {
    margin: 0;
    padding: 30px 50px 0 50px;
    border-top: solid 1px #d9d9d9; }
		
#contents .resale_sec03 .case_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contents .resale_sec03 .case_list li {
    width: 31.25%;
    margin: 0 3.125% 1.5em 0;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border: solid 5px #d9d9d9; }
    #contents .resale_sec03 .case_list li:nth-child(3n) {
      margin-right: 0; }
    #contents .resale_sec03 .case_list li span {
      padding: 0.1em 1em;
      font-family: 'Roboto', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #ffffff;
      background-color: #765a21;
      display: inline-block;
      -moz-border-radius: 999px;
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    #contents .resale_sec03 .case_list li h3 {
      margin: 0.75em 0;
      padding-bottom: 0.75em;
      font-size: 1.8rem;
      font-weight: 700;
      border-bottom: solid 1px #d9d9d9; }
    #contents .resale_sec03 .case_list li p {
      margin-bottom: 0;
      text-align: left; }
		
		
		
#contents .resale_sec04 h2 + p {
  font-size: 1.6rem; }
#contents .resale_sec04 .tsuyomi ul li {
  width: 100%;
  margin-bottom: 30px;
  display: table; }
  #contents .resale_sec04 .tsuyomi ul li > * {
    display: table-cell; }
  #contents .resale_sec04 .tsuyomi ul li:last-child {
    margin-bottom: 0; }
  #contents .resale_sec04 .tsuyomi ul li .img {
    width: 42%;
    background-color: #ffffff; }
  #contents .resale_sec04 .tsuyomi ul li .text {
    padding: 20px 30px;
    background-color: #ffffff;
    vertical-align: middle; }
    #contents .resale_sec04 .tsuyomi ul li .text > *:last-child {
      margin-bottom: 0 !important; }
    #contents .resale_sec04 .tsuyomi ul li .text h3 {
      margin-bottom: 0.5em;
      font-size: 2.2rem;
      font-weight: 700; }
    #contents .resale_sec04 .tsuyomi ul li .text p {
      margin-bottom: 1em; }
    #contents .resale_sec04 .tsuyomi ul li .text .panel01 {
      margin: 1em 0;
      padding: 0.5em; }
#contents .resale_sec04 .tsuyomi + p {
  margin: 0;
  padding: 0 50px; }
/*notes*/
.s07__wrap {
  background: #b83840;
  padding: 80px 3%;
}
.s07__wrap h2 {
	font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
  color: #ffdf00;
  font-size: 3.8rem;
  font-weight: 900;
}
.s07__wrap h2 p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .2em;
  margin-top: 1em;
}
.s07__wrap h2 span {
  font-size: 5.6rem;
}
.s07__wrap .box1 {
  color: #fff;
  margin: auto;
  max-width: 1000px;
  text-align: center;
}
.s07__wrap .box1 ul {
  position: relative;
  display: flex;
  justify-content: space-around;
}
.s07__wrap .box1 ul li {
  width: 24.00%;
}
.s07__wrap .box1 ul li img {
  margin-bottom: .5em;
  width: 75.00%;
}
.s07__wrap .box1 ul li p {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.s07__wrap .box1 ul li p span {
  color: #ffdf00;
}
.s07__wrap .box1 ul .it2 {
  position: absolute;
  top: -128px;
  left: 20px;
  width: 128px;
}
.s07__wrap .box1 .tx1 {
  font-size: 1.4rem;
  margin: 1em 0;
}
.s07__wrap .box1 .it1 {
  max-width: 300px;
}
.s07__wrap .box1 .tx2 {
  font-size: 3.2rem !important;
  font-weight: 700;
  margin: .5em 0;
}
.s07__wrap .box1 .tx3 {
  font-size: 1.7rem;
  font-weight: 700;
}
.s07__wrap .box2 {
  display: flex;
  justify-content: space-between;
  margin: 2em auto 0;
  max-width: 1000px;
}
.s07__wrap .box2 li {
  background: #fff;
  box-sizing: border-box;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.08));
  padding: 20px;
  width: 32.00%;
}
.s07__wrap .box2 li p:nth-of-type(1) {
  background: #2e3840;
  border-radius: 6px;
  color: #fff;
  display: table;
  font-weight: 700;
  margin: auto;
  padding: .1em 1em;
}
.s07__wrap .box2 li h3 {
  color: #b83840;
  font-size: 2.2rem;
  margin: .25em 0;
  text-align: center;
	font-weight:bold;
}
.s07__wrap .box2 li p:nth-of-type(2) {
  font-size: 1.4rem;
}
.p_description{
	font-size:1.5rem !important;
	text-indent:0 !important;
	padding-left:0 !important;
	
}
#contents .resale_sec05 .box01 {
  background-color: #f4efec; }
  #contents .resale_sec05 .box01 ul li {
    width: 48%; }
    #contents .resale_sec05 .box01 ul li:first-child {
      margin-right: 4%; }
    #contents .resale_sec05 .box01 ul li p {
      min-height: 70px;
      margin-bottom: 0;
      padding: 10px 0 10px 70px;
      font-size: 1.6rem;
      font-weight: 700;
      background-image: url("/img/hiben/fig_peke02.png");
      background-repeat: no-repeat;
      background-position: 0 center;
      background-size: 60px 60px; }

@media screen and (max-width:720px){
/*notes*/
.s07__wrap {
  padding: 40px 3%;
}
.s07__wrap h2 {
  font-size: 2.8rem;
}
.s07__wrap h2 span {
  font-size: 3.6rem;
}
.s07__wrap .box1 ul {
  /*display: block;*/
}
.s07__wrap .box1 ul li {
  margin-bottom: 1em;
  width: 100%;
}
.s07__wrap .box1 ul li img {
  /*width: 45.00%;*/
}
.s07__wrap .box1 ul li p {
  font-size: 1.5rem;
}
.s07__wrap .box1 .it1 {
		max-width: 200px;
}
.s07__wrap .box1 ul .it2 {
  top: -78px;
  left: 0;
  width: 88px;
}
.s07__wrap .box1 .tx1 {
  font-size: 1.3rem !important;
	line-height:1.5 !important;
}
.s07__wrap .box1 .it1 {
  max-width: 200px;
}
.s07__wrap .box1 .tx2 {
  font-size: 2.6rem !important;
}
.s07__wrap .box1 .tx3 {
  font-size: 1.75rem !important;
	line-height:1.5 !important;
}
.s07__wrap .box2 {
  display: block;
  margin: 2em auto 0;
}
.s07__wrap .box2 li {
  margin-bottom: 10px;
  width: 100%;
}
.s07__wrap .box2 li h3 {
  font-size: 2.0rem;
}

}
#contents .resale_sec05 .panel01 {
	background-color: #f4efec;
	text-align:center;
}
#contents .resale_sec05 .panel01 p{
	font-size:1.6rem;
	font-weight:bold;
}

/*/privacypolicy/*/
#contents .privacypolicy_sec01 .privacypolicy {
  padding: 50px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9; }
  #contents .privacypolicy_sec01 .privacypolicy + .privacypolicy {
    border-top: none; }
  #contents .privacypolicy_sec01 .privacypolicy dt {
    margin-bottom: 1.5em;
    padding-left: 20px;
    font-weight: 700; }
    #contents .privacypolicy_sec01 .privacypolicy dt:before {
      width: 10px;
      height: 10px;
      margin-right: 10px;
      margin-left: -20px;
      content: '';
      background-image: url("../img/icon_square01.png");
      display: inline-block;
      vertical-align: 0; }
  #contents .privacypolicy_sec01 .privacypolicy dd {
    font-size: 1.4rem;
    line-height: 2; }
    #contents .privacypolicy_sec01 .privacypolicy dd p {
      margin-bottom: 0; }
    #contents .privacypolicy_sec01 .privacypolicy dd ul li {
      margin-bottom: 1em;
      font-weight: 700; }
      #contents .privacypolicy_sec01 .privacypolicy dd ul li:last-child {
        margin-bottom: 0; }
      #contents .privacypolicy_sec01 .privacypolicy dd ul li p {
        font-weight: 400; }

/*/contact/*/
#contents .contact_sec01 .annotation {
  margin-top: 50px;
  padding: 50px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9; }
  #contents .contact_sec01 .annotation p {
    margin: 0;
    padding-left: 1em;
    font-size: 1.4rem;
    line-height: 2;
    text-indent: -1em; }

/*/sitemap/*/
#contents .sitemap_sec01 .sitemap_link {
  padding: 0 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #contents .sitemap_sec01 .sitemap_link > ul {
    margin: 0 25px; }
    #contents .sitemap_sec01 .sitemap_link > ul > li {
      margin-bottom: 1.5em;
      padding-left: 20px;
      font-weight: 700; }
      #contents .sitemap_sec01 .sitemap_link > ul > li:before {
        width: 10px;
        height: 10px;
        margin-right: 10px;
        margin-left: -20px;
        content: '';
        background-image: url("../img/icon_square01.png");
        display: inline-block;
        vertical-align: 0; }
      #contents .sitemap_sec01 .sitemap_link > ul > li a {
        text-decoration: underline; }
      #contents .sitemap_sec01 .sitemap_link > ul > li > ul {
        margin-top: 1em; }
        #contents .sitemap_sec01 .sitemap_link > ul > li > ul > li {
          margin-bottom: 1em;
          padding-left: 18px;
          font-size: 1.4rem;
          font-weight: 400; }
          #contents .sitemap_sec01 .sitemap_link > ul > li > ul > li:before {
            width: 8px;
            height: 8px;
            margin-right: 10px;
            margin-left: -18px;
            content: '';
            background-image: url("../img/icon_circle01.png");
            display: inline-block;
            vertical-align: 0; }
          #contents .sitemap_sec01 .sitemap_link > ul > li > ul > li > ul {
            margin-top: 1em; }
            #contents .sitemap_sec01 .sitemap_link > ul > li > ul > li > ul > li {
              margin-bottom: 1em;
              padding-left: 18px; }
              #contents .sitemap_sec01 .sitemap_link > ul > li > ul > li > ul > li:before {
                width: 8px;
                height: 8px;
                margin-right: 10px;
                margin-left: -18px;
                content: '';
                background-image: url("../img/icon_circle01.png");
                display: inline-block;
                vertical-align: 0; }

/*～～ここからスマホ用設定（※上書き設定）～～*/


@media screen and (max-width: 991px) {
#gNav {
    width: 100%;
    height: calc(100vh - 55px);
    border-top: none;
    position: fixed;
    top: 55px;
    right: -100%;
    z-index: 10;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s; }
    #gNav:after {
      width: 100%;
      height: calc(100vh - 55px);
      content: '';
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.4);
      position: fixed;
      top: 55px;
      left: 0;
      z-index: -1;
      -moz-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0);
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    #gNav.open {
      right: 0; }
      #gNav.open:after {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        opacity: 1; }
    #gNav nav {
      width: 235px;
      height: 100%;
      padding: 8px 0;
      overflow: auto;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      right: 0; }
      #gNav nav > ul {
        padding: 8px 0;
        display: block; }
        #gNav nav > ul > li {
          width: 100%;
          height: auto;
          font-size: 1.4rem;
          text-align: left;
          display: block; }
          #gNav nav > ul > li > a {
            padding: 8px 35px 8px 25px; }
            #gNav nav > ul > li > a:after {
              content: none; }
            #gNav nav > ul > li > a span {
              position: static; }
            #gNav nav > ul > li > a.linkNone:before {
              width: 12px;
              height: 12px;
              margin-top: -6px;
              content: '';
              background-image: url("../img/btn_heder_menu_accordion_sp01.png");
              -webkit-background-size: cover;
              background-size: cover;
              position: absolute;
              top: 50%;
              right: 15px; }
          #gNav nav > ul > li.active > a.linkNone:before {
            background-image: url("../img/btn_heder_menu_accordion_sp02.png"); }
          #gNav nav > ul > li .subMenu {
            position: static;
            display: none; }
            #gNav nav > ul > li .subMenu ul {
              width: 100% !important;
              padding: 8px 0; }
              #gNav nav > ul > li .subMenu ul li {
                margin-right: 0;
                padding: 0;
                display: block; }
                #gNav nav > ul > li .subMenu ul li a {
                  padding: 8px 35px 8px 25px;
                  color: #222222 !important;
                  display: block;
                  position: relative; }
                  #gNav nav > ul > li .subMenu ul li a:after {
                    width: 16px;
                    height: 16px;
                    margin-top: -8px;
                    position: absolute;
                    top: 50%;
                    right: 15px; }
      #gNav nav .sp_contact,#gNav nav .sp_contact2 {
        margin-left: 10px;
		margin-right: 10px;		}
		  #gNav nav .sp_contact2 {
        margin-top: 15px;
				}
		
	/****************************************************
   * 6.SPレイアウト設定 layout(sp)
   ****************************************************/

@media screen and (max-width: 768px) {
  /****************************************************
   * 5.SP基本 basic(sp)
   ****************************************************/
  /******
   * 共通部品 common parts
   ******/
  /*ボタン要素 button*/
  .btn01 a {
    max-width: 80%;
    padding: 15px 30px;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    background-position: calc(100% - 10px) center; }

  /*カラム分け col*/
  .lauout_2col > div:first-child {
    width: 100%;
    margin-bottom: 30px; }
  .lauout_2col > div:last-child {
    width: 100%;
    margin-left: 0; }

  /*パネル要素 panel*/
  .panel01, .panel02, .panel03 {
    margin-bottom: 20px;
    padding: 25px 15px; }

  .caption01 {
    margin-bottom: 20px;
    padding: 25px 15px; }
    .caption01:before, .caption01:after {
      width: 16px;
      height: 16px; }

  /*リスト要素 list*/
  .list01 {
    margin-bottom: 20px; }

  .list02 {
    margin-bottom: 20px; }

  /*ソーシャルボタン sns*/
  .sns_btn {
    margin: 30px 0;
    padding: 10px 0; }
    .sns_btn > div {
      margin: 0 2px; }

  /*アンカーリンク用 For anchor link*/
  .anchor {
    margin: -55px 0;
    /*headerの高さ header height*/
    padding: 55px 0;
    /*headerの高さ header height*/ }

  
  /****************************************************
   * 7.SPテンプレートスタイル tamplate(sp)
   ****************************************************/
  /*ヘッダーブロック　SP*/
  #header {
    height: 55px; }
    #header .header {
      height: 54px; }
      #header .header .logo {
        width: 221px;
        height: 37px;
        padding-top: 8px; }
      #header .header .header_contact {
        padding-top: 0; }
      #header .header .sp_menu_btn.open {
        background-image: url("../img/btn_header_menu_sp02.png");
        -webkit-background-size: cover;
        background-size: cover; }
        #header .header .sp_menu_btn.open img {
          opacity: 0; }
/*
  #gNav {
    width: 100%;
    height: calc(100vh - 55px);
    border-top: none;
    position: fixed;
    top: 55px;
    right: -100%;
    z-index: 10;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s; }
    #gNav:after {
      width: 100%;
      height: calc(100vh - 55px);
      content: '';
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.4);
      position: fixed;
      top: 55px;
      left: 0;
      z-index: -1;
      -moz-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0);
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    #gNav.open {
      right: 0; }
      #gNav.open:after {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        opacity: 1; }
    #gNav nav {
      width: 235px;
      height: 100%;
      padding: 8px 0;
      overflow: auto;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      right: 0; }
      #gNav nav > ul {
        padding: 8px 0;
        display: block; }
        #gNav nav > ul > li {
          width: 100%;
          height: auto;
          font-size: 1.4rem;
          text-align: left;
          display: block; }
          #gNav nav > ul > li > a {
            padding: 8px 35px 8px 25px; }
            #gNav nav > ul > li > a:after {
              content: none; }
            #gNav nav > ul > li > a span {
              position: static; }
            #gNav nav > ul > li > a.linkNone:before {
              width: 12px;
              height: 12px;
              margin-top: -6px;
              content: '';
              background-image: url("../img/btn_heder_menu_accordion_sp01.png");
              -webkit-background-size: cover;
              background-size: cover;
              position: absolute;
              top: 50%;
              right: 15px; }
          #gNav nav > ul > li.active > a.linkNone:before {
            background-image: url("../img/btn_heder_menu_accordion_sp02.png"); }
          #gNav nav > ul > li .subMenu {
            position: static;
            display: none; }
            #gNav nav > ul > li .subMenu ul {
              width: 100% !important;
              padding: 8px 0; }
              #gNav nav > ul > li .subMenu ul li {
                margin-right: 0;
                padding: 0;
                display: block; }
                #gNav nav > ul > li .subMenu ul li a {
                  padding: 8px 35px 8px 25px;
                  color: #222222 !important;
                  display: block;
                  position: relative; }
                  #gNav nav > ul > li .subMenu ul li a:after {
                    width: 16px;
                    height: 16px;
                    margin-top: -8px;
                    position: absolute;
                    top: 50%;
                    right: 15px; }
      #gNav nav .sp_contact {
        margin-left: 10px;
		margin-right: 10px;		}
		*/

  /*フッターブロック　SP*/
  #footer .pagetop {
    width: 40px;
    height: 40px;
    bottom: 130px;
    right: 3%; }
  #footer .footer_link {
    padding: 30px 0;
    display: block; }
    #footer .footer_link  ul {
      width: 100%;
			line-height:2;
			}
  #footer .footer_bottom .inner {
    display: block; }
  #footer .footer_bottom .address {
    margin: 0 0 0.5em 0;
    display: block; }
    #footer .footer_bottom .address .logo {
      max-width: 80%;
      margin: 0 0 0.5em 0; }

  /*フッターブロック　SP*/
  .footer_contact, .footer_contact2 {
    padding: 30px 0; }
    .footer_contact dl dt, .footer_contact2 dl dt {
      margin-bottom: 30px;
      font-size: 2.0rem; }
    .footer_contact dl dd, .footer_contact2 dl dd {
      width: 100%;
      height: auto;
      margin: 0 0 30px 0 !important; }
      .footer_contact dl dd:nth-of-type(2) p, .footer_contact2 dl dd:nth-of-type(2) p {
        margin-bottom: 10px; }
      .footer_contact dl dd:nth-of-type(3), .footer_contact2 dl dd:nth-of-type(3) {
        margin-bottom: 0 !important;
        padding-bottom: 30px; }
        .footer_contact dl dd:nth-of-type(3) .subTtl, .footer_contact2 dl dd:nth-of-type(3) .subTtl {
          margin-bottom: 20px; }
      .footer_contact dl dd .subTtl, .footer_contact2 dl dd .subTtl {
        font-size: 2.0rem; }
      .footer_contact dl dd p, .footer_contact2 dl dd p {
        font-size: 1.4rem; }

  .footer_contact2 dl dd:nth-of-type(2) {
    margin-bottom: 0 !important; }
    .footer_contact2 dl dd:nth-of-type(2) .subTtl {
      margin-bottom: 20px; }

  .footer_contact_sp {
    width: 100%;
    padding: 1% 0;
    background-color: #14223d;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 900;
    letter-spacing: -0.4em; }
    .footer_contact_sp > * {
      display: inline-block;
      letter-spacing: normal; }
    .footer_contact_sp a {
      width: 32.33333%;
      margin: 0 0.5%; }
      .footer_contact_sp a img {
        width: 100%; }

  /****************************************************
   * 8.SPコンテンツスタイル content(sp)
   ****************************************************/
  /*Index共通SP　Index common(sp)*/
  /*IndexセクションSP　Index section(sp)*/
  #index .top_mv .inner {
    display: block; }
  #index .top_mv .text {
    width: 100%;
    padding: 5.3333vw 0; }
    #index .top_mv .text .point {
      margin-bottom: 4vw;
      padding: 1.6vw 5.3333vw;
      font-size: 3.16vw; }
      #index .top_mv .text .point span:after {
        margin: 0 2.666vw; }
    #index .top_mv .text h1 {
      margin-bottom: 5.3333vw;
      font-size: 6.72vw; }
    #index .top_mv .text ul {
      margin-bottom: -5.3333vw;
      display: block; }
      #index .top_mv .text ul li {
        width: 100%;
        margin-bottom: 5.3333vw;
        font-size: 4.8vw; }
        #index .top_mv .text ul li:before {
          width: 8.2666vw;
          height: 8.2666vw;
          margin-right: 1.6vw; }
  #index .top_mv .img {
    width: 104%;
    margin: 0 -2%; }
    #index .top_mv .img:after {
      content: none; }
    #index .top_mv .img img {
      width: 100%;
      height: 99.2vw;
      object-fit: cover;
      position: static;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  #index .top_sec01 {
    padding: 50px 0; }
    #index .top_sec01 h2 {
      font-size: 2.8rem; }
    #index .top_sec01 ul {
      margin-bottom: 40px;
      display: block; }
      #index .top_sec01 ul li {
        width: 100%;
        margin: 0 0 20px 0 !important; }
        #index .top_sec01 ul li h3 {
          padding: 10px 10px 10px 60px;
          -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
          background-position: 10px center; }
        #index .top_sec01 ul li p {
          padding: 15px; }
          #index .top_sec01 ul li p img {
            margin: 0 auto 15px auto; }
  #index .top_sec02 {
    padding: 50px 0; }
    #index .top_sec02 h2 {
      font-size: 2.8rem; }
    #index .top_sec02 ol li {
      min-height: auto;
      margin-bottom: 30px;
      padding: 0; }
      #index .top_sec02 ol li .text {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important; }
        #index .top_sec02 ol li .text .num {
          font-size: 3rem; }
        #index .top_sec02 ol li .text h3 {
          font-size: 2.0rem; }
        #index .top_sec02 ol li .text p img {
          margin: 0 auto 20px auto;
          display: block;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
					aspect-ratio: 900 / 433;
					
					}
        #index .top_sec02 ol li .text .btn02 {
          text-align: right; }
  #index .top_sec03 {
    padding: 50px 0; }
    #index .top_sec03 h2 {
      font-size: 2.8rem; }
    #index .top_sec03 ol {
      margin-bottom: 40px;
      display: block; }
      #index .top_sec03 ol li {
        width: 100%;
        margin: 0 0 20px 0 !important; }
        #index .top_sec03 ol li dl dt {
          min-height: auto;
          padding: 10px; }
          #index .top_sec03 ol li dl dt:before {
            margin-left: -18px;
            border-width: 18px; }
          #index .top_sec03 ol li dl dt:after {
            margin-left: -15px;
            border-width: 15px; }
          #index .top_sec03 ol li dl dt h3 {
            margin-top: 0.5em;
            font-size: 2rem; }
        #index .top_sec03 ol li dl dd {
          padding: 30px 10px 10px 10px; }
  #index .top_sec04 {
    padding: 0 0 50px 0; }
    #index .top_sec04 .box {
      padding: 30px 20px; }
    #index .top_sec04 h2 {
      font-size: 2.4rem; }
    #index .top_sec04 ul {
      display: block; }
      #index .top_sec04 ul li {
        width: 100%;
        margin: 0 0 20px 0 !important;
        padding: 1em; }
  #index .top_sec05 {
    padding: 50px 0; }
    #index .top_sec05 h2 {
      font-size: 2.8rem; }
    #index .top_sec05 .column_list {
      margin-bottom: 40px;
      display: block; }
      #index .top_sec05 .column_list li {
        width: 100%;
        margin: 0 0 20px 0 !important; }

  /******
   * 下層共通SP　contents common(sp)
   ******/
  /*ページタイトル部*/
  #contents .page_title {
    padding: 20px 0; }
    #contents .page_title h1 {
      font-size: 3rem; }
      #contents .page_title h1:before {
        width: 30px;
        height: 30px; }

  /*ぱんくず*/
  #contents .breadcrumb {
    margin-bottom: 30px;
    padding: 5px 0 8px 0; }
    #contents .breadcrumb ol li {
      font-size: 1.0rem; }
      #contents .breadcrumb ol li:before {
        margin: 0 0.5em; }
      #contents .breadcrumb ol li:first-child:before {
        width: 10px;
        height: 10px;
        margin: 0 3px 0 0;
        vertical-align: -0.125em; }

  /*下層小見出し content heading*/
  #contents .ttl-contents01 {
    margin-bottom: 30px;
    font-size: 2.8rem;
    border-top: solid 10px #dae2f1;
    border-bottom: solid 10px #dae2f1; }
  #contents .ttl-contents02 {
    margin-bottom: 30px;
    font-size: 2.4rem; }
  #contents .ttl-contents03 {
    margin-bottom: 20px;
    padding: 10px 10px 10px 15px;
    font-size: 2rem; }

  /*下層セクション　section*/
  #contents section {
    margin-bottom: 50px; }

  /*下層 依頼の流れ（共通）*/
  #contents .order_flow ol li {
    margin-bottom: 30px; }
    #contents .order_flow ol li:after {
      top: calc(100% + 8px); }
    #contents .order_flow ol li .step {
      width: 80px;
      padding-top: 15px; }
      #contents .order_flow ol li .step span {
        font-size: 3.0rem; }
    #contents .order_flow ol li .text {
      width: calc(100% - 80px);
      padding: 15px; }
      #contents .order_flow ol li .text h3 {
        font-size: 2.0rem; }
  #contents .order_flow ol + .annotation {
    margin-top: 1em;
    padding: 0 1em; }

  /*下層FAQ(共通)*/
  #contents .faq_list .faq_q {
    min-height: 50px;
    padding: 10px 30px 10px 50px;
    font-size: 1.8rem;
    background-position: 10px 10px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto; }
    #contents .faq_list .faq_q:after {
      width: 20px;
      height: 12px;
      margin-top: -6px;
      right: 10px; }
  #contents .faq_list .faq_a {
    min-height: 50px;
    padding: 10px 10px 5px 50px;
    background-position: 10px 10px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto; }
    #contents .faq_list .faq_a .link a {
      font-size: 1.6rem; }
      #contents .faq_list .faq_a .link a:after {
        width: 18px;
        height: 18px; }

  /*下層下部リンクエリア(共通)*/
  #contents .bottom_link_area01 {
    margin-bottom: 50px; }
    #contents .bottom_link_area01 .inner {
      padding: 20px 0; }
      #contents .bottom_link_area01 .inner .btn01 {
        display: block; }
        #contents .bottom_link_area01 .inner .btn01 a {
          max-width: 80%;
          margin: 0 auto 15px auto !important;
          display: block; }
          #contents .bottom_link_area01 .inner .btn01 a:last-child {
            margin-bottom: 0 !important; }

  /******
   * 下層各ページ設定SP　contents page setting(sp)
   ******/
  /*/column/, /dictionary/*/
  #contents .column_sec01 .column_sideContents dl, #contents .dictionary_sec01 .column_sideContents dl {
    margin-bottom: 30px; }
    #contents .column_sec01 .column_sideContents dl dt, #contents .dictionary_sec01 .column_sideContents dl dt {
      padding: 0 0 10px 30px; }
      #contents .column_sec01 .column_sideContents dl dt:before, #contents .dictionary_sec01 .column_sideContents dl dt:before {
        width: 20px;
        height: 20px;
        margin: 0 10px 0 -30px;
        vertical-align: -0.125em; }
  #contents .column_sec01 .column_sideContents .column_list_new_post, #contents .dictionary_sec01 .column_sideContents .column_list_new_post {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #contents .column_sec01 .column_sideContents .column_list_new_post li, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li {
      width: 49%;
      margin: 0 2% 2% 0 !important;
      padding-bottom: 2%; }
      #contents .column_sec01 .column_sideContents .column_list_new_post li:nth-child(2n), #contents .dictionary_sec01 .column_sideContents .column_list_new_post li:nth-child(2n) {
        margin-right: 0 !important; }
      #contents .column_sec01 .column_sideContents .column_list_new_post li a, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li a {
        display: block; }
        #contents .column_sec01 .column_sideContents .column_list_new_post li a .img, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li a .img {
          width: 100%;
          margin: 0 0 10px 0; }
        #contents .column_sec01 .column_sideContents .column_list_new_post li a .text, #contents .dictionary_sec01 .column_sideContents .column_list_new_post li a .text {
          width: 100%; }
  #contents .column_sec01 .column_sideContents .column_cate_list, #contents .dictionary_sec01 .column_sideContents .column_cate_list {
    letter-spacing: -0.4em; }
    #contents .column_sec01 .column_sideContents .column_cate_list > *, #contents .dictionary_sec01 .column_sideContents .column_cate_list > * {
      display: inline-block;
      letter-spacing: normal; }
    #contents .column_sec01 .column_sideContents .column_cate_list li, #contents .dictionary_sec01 .column_sideContents .column_cate_list li {
      margin: 0 1em 1em 0; }
      #contents .column_sec01 .column_sideContents .column_cate_list li a, #contents .dictionary_sec01 .column_sideContents .column_cate_list li a {
        padding: 0.25em 0.5em;
        border: solid 1px #d9d9d9;
        display: block;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
        #contents .column_sec01 .column_sideContents .column_cate_list li a:hover, #contents .dictionary_sec01 .column_sideContents .column_cate_list li a:hover {
          text-decoration: none; }
  #contents .column_sec01 .pagination > a.prev:before, #contents .column_sec01 .pagination > span.prev:before, #contents .dictionary_sec01 .pagination > a.prev:before, #contents .dictionary_sec01 .pagination > span.prev:before {
    margin-right: 0; }
  #contents .column_sec01 .pagination > a.next:after, #contents .column_sec01 .pagination > span.next:after, #contents .dictionary_sec01 .pagination > a.next:after, #contents .dictionary_sec01 .pagination > span.next:after {
    margin-left: 0; }
  #contents .column_sec01 .editor_ttlArea h1, #contents .dictionary_sec01 .editor_ttlArea h1 {
    font-size: 2.2rem; }
  #contents .column_sec01 .editor_icatch, #contents .dictionary_sec01 .editor_icatch {
    margin-bottom: 20px; }
  #contents .column_sec01 .editor_content_body, #contents .dictionary_sec01 .editor_content_body {
    margin-bottom: 40px; }
    #contents .column_sec01 .editor_content_body .read_text, #contents .dictionary_sec01 .editor_content_body .read_text {
      margin-bottom: 40px; }
    #contents .column_sec01 .editor_content_body .outline, #contents .dictionary_sec01 .editor_content_body .outline {
      margin-bottom: 40px;
      padding: 15px; }
    #contents .column_sec01 .editor_content_body h2, #contents .dictionary_sec01 .editor_content_body h2 {
      margin-bottom: 20px;
      font-size: 2.2rem; }
    #contents .column_sec01 .editor_content_body h3, #contents .dictionary_sec01 .editor_content_body h3 {
      margin-bottom: 20px;
      padding-left: 10px;
      font-size: 2.0rem; }
      #contents .column_sec01 .editor_content_body h3:before, #contents .dictionary_sec01 .editor_content_body h3:before {
        margin: 0 5px 0 -10px; }
    #contents .column_sec01 .editor_content_body h4, #contents .dictionary_sec01 .editor_content_body h4 {
      margin-bottom: 20px; }
    #contents .column_sec01 .editor_content_body p + h2, #contents .column_sec01 .editor_content_body p + h3, #contents .column_sec01 .editor_content_body p + h4, #contents .column_sec01 .editor_content_body div + h2, #contents .column_sec01 .editor_content_body div + h3, #contents .column_sec01 .editor_content_body div + h4, #contents .column_sec01 .editor_content_body ul + h2, #contents .column_sec01 .editor_content_body ul + h3, #contents .column_sec01 .editor_content_body ul + h4, #contents .column_sec01 .editor_content_body ol + h2, #contents .column_sec01 .editor_content_body ol + h3, #contents .column_sec01 .editor_content_body ol + h4, #contents .column_sec01 .editor_content_body table + h2, #contents .column_sec01 .editor_content_body table + h3, #contents .column_sec01 .editor_content_body table + h4, #contents .dictionary_sec01 .editor_content_body p + h2, #contents .dictionary_sec01 .editor_content_body p + h3, #contents .dictionary_sec01 .editor_content_body p + h4, #contents .dictionary_sec01 .editor_content_body div + h2, #contents .dictionary_sec01 .editor_content_body div + h3, #contents .dictionary_sec01 .editor_content_body div + h4, #contents .dictionary_sec01 .editor_content_body ul + h2, #contents .dictionary_sec01 .editor_content_body ul + h3, #contents .dictionary_sec01 .editor_content_body ul + h4, #contents .dictionary_sec01 .editor_content_body ol + h2, #contents .dictionary_sec01 .editor_content_body ol + h3, #contents .dictionary_sec01 .editor_content_body ol + h4, #contents .dictionary_sec01 .editor_content_body table + h2, #contents .dictionary_sec01 .editor_content_body table + h3, #contents .dictionary_sec01 .editor_content_body table + h4 {
      margin-top: 40px; }
  #contents .column_sec01 .pager > a.prev:before, #contents .dictionary_sec01 .pager > a.prev:before {
    margin-right: 0; }
  #contents .column_sec01 .pager > a.next:after, #contents .dictionary_sec01 .pager > a.next:after {
    margin-left: 0; }

  /*/column/*/
  #contents .column_sec01 .search_area {
    margin-bottom: 30px;
    padding: 10px; }
    #contents .column_sec01 .search_area form {
      display: block; }
      #contents .column_sec01 .search_area form > * {
        width: 100%; }
      #contents .column_sec01 .search_area form select {
        margin: 0 0 10px 0; }
  #contents .column_sec01 .column_list {
    margin-bottom: 40px;
    display: block; }
    #contents .column_sec01 .column_list li {
      width: 100% !important;
      margin: 0 0 20px 0 !important; }
      #contents .column_sec01 .column_list li a {
        display: block !important; }
      #contents .column_sec01 .column_list li .img {
        width: 100% !important; }
      #contents .column_sec01 .column_list li .text {
        width: 100% !important;
        padding: 30px 20px !important; }
        #contents .column_sec01 .column_list li:nth-child(n + 6) .text {
		    margin-top: -45px;}
/*         #contents .column_sec01 .column_list li .text .cate {
          position: absolute !important; } */
        #contents .column_sec01 .column_list li .text p {
          margin-top: 0 !important; }

            /* 220830_弁護士紹介追加*/
  					#contents section .area_lawyer {
              display: block;
              padding: 15px; }
					    #contents section .area_lawyer .img_lawyer {
	    					width: 80%;
                margin: 0 auto; }
                #contents section .area_lawyer .txt_lawyer {
                  width: 100%; }

  /*/dictionary/*/
  #contents .dictionary_sec01 .japanese_column_block {
    margin-bottom: 40px; }
    #contents .dictionary_sec01 .japanese_column_block .japanese_column_item {
      margin-bottom: 20px;
      font-size: 2.2rem; }

  /*/self/*/
  #contents .self_sec01 .bbs_list > div {
    width: 48%;
    max-width: none;
    height: auto;
    max-height: auto;
    margin: 0 1% 2% 1%; }
    #contents .self_sec01 .bbs_list > div span {
      padding: 1.5em 0;
      font-size: 1.8rem;
      text-align: center;
      display: block;
      position: static;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  #contents .self_sec01 .panel01 {
    margin-top: 30px; }
    #contents .self_sec01 .panel01 h3 {
      font-size: 2.0rem; }
    #contents .self_sec01 .panel01 ul {
      display: block; }
      #contents .self_sec01 .panel01 ul li {
        width: 100%;
        margin: 0 0 15px 0 !important;
        padding: 15px 10px 15px 50px;
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
        background-position: 10px center; }
  #contents .self_sec02 ol {
    display: block; }
    #contents .self_sec02 ol li {
      width: 100%;
      margin: 0 0 20px 0 !important;
      padding: 0 10px; }
      #contents .self_sec02 ol li .img {
        width: calc(100% + 20px);
        margin: 0 -10px; }
      #contents .self_sec02 ol li .text {
        padding: 15px 10px;
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px); }
        #contents .self_sec02 ol li .text h3 {
          height: auto;
          padding: 20px 0;
          font-size: 2rem; }
          #contents .self_sec02 ol li .text h3 span {
            position: static;
            -moz-transform: none;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none; }
  #contents .self_sec04 ul {
    display: block; }
    #contents .self_sec04 ul li {
      width: 100%;
      margin: 0 0 15px 0 !important; }
      #contents .self_sec04 ul li .img {
        width: 80px;
        margin-right: 15px; }
      #contents .self_sec04 ul li .text {
        width: calc(100% - 95px); }

  /*/arrest-history/*/
  #contents .arrest-history_sec01 .hanzai_list > div {
    width: 48%;
    max-width: none;
    height: auto;
    max-height: auto;
    margin: 0 1% 2% 1%; }
    #contents .arrest-history_sec01 .hanzai_list > div span {
      padding: 1.5em 0;
      font-size: 1.8rem;
      text-align: center;
      display: block;
      position: static;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  #contents .arrest-history_sec01 .panel01 {
    margin-top: 30px; }
    #contents .arrest-history_sec01 .panel01 h3 {
      font-size: 2.0rem; }
    #contents .arrest-history_sec01 .panel01 ul {
      display: block; }
      #contents .arrest-history_sec01 .panel01 ul li {
        width: 100%;
        margin: 0 0 15px 0 !important;
        padding: 15px 10px 15px 50px;
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
        background-position: 10px center; }
    #contents .arrest-history_sec01 .panel01 .annotation {
      margin-bottom: 30px; }
    #contents .arrest-history_sec01 .panel01 .box {
      padding: 1em; }
      #contents .arrest-history_sec01 .panel01 .box h3 {
        font-size: 1.8rem; }
      #contents .arrest-history_sec01 .panel01 .box table {
        display: inline; }
        #contents .arrest-history_sec01 .panel01 .box table tbody, #contents .arrest-history_sec01 .panel01 .box table tr {
          display: inline; }
        #contents .arrest-history_sec01 .panel01 .box table td {
          height: auto;
          margin: 0 0.25em 0.25em 0;
          font-size: 1.3rem;
          border: none;
          display: inline-block; }
  #contents .arrest-history_sec02 .case_list li {
    width: 49%;
    margin: 0 2% 2% 0 !important;
    padding: 1em;
    border: solid 2px #d9d9d9; }
    #contents .arrest-history_sec02 .case_list li:nth-child(2n) {
      margin-right: 0 !important; }
    #contents .arrest-history_sec02 .case_list li h3 {
      font-size: 1.6rem; }
  #contents .arrest-history_sec02 .case_list + p {
    padding: 0 1em; }
  #contents .arrest-history_sec03 .lisik_list li {
    width: 100%;
    margin: 0 0 30px 0 !important;
    display: -webkit-flex;
    display: flex; }
    #contents .arrest-history_sec03 .lisik_list li .img {
      width: 40%;
      padding-right: 1em;
      margin: 0; }
      #contents .arrest-history_sec03 .lisik_list li .img img {
        width: 100%; }
    #contents .arrest-history_sec03 .lisik_list li .text {
      width: 60%;
      padding: 0; }
      #contents .arrest-history_sec03 .lisik_list li .text h3 {
        margin-top: 0;
        font-size: 1.6rem;
        text-align: left; }
  #contents .arrest-history_sec03 .lisik_list + p {
    padding: 1em 1em 0 1em; }
  #contents .arrest-history_sec04 .tsuyomi ul li {
    margin-bottom: 20px;
    display: block; }
    #contents .arrest-history_sec04 .tsuyomi ul li .img {
      width: 100%;
      display: block;
      text-align: center; }
      #contents .arrest-history_sec04 .tsuyomi ul li .img img {
        width: 100%; }
    #contents .arrest-history_sec04 .tsuyomi ul li .text {
      width: 100%;
      padding: 1em; }
      #contents .arrest-history_sec04 .tsuyomi ul li .text h3 {
        font-size: 1.8rem; }
  #contents .arrest-history_sec04 .tsuyomi + p {
    padding: 0 1em; }

  /*/disclosure/*/
  #contents .disclosure_sec01 .site_list > div {
    width: 48%;
    max-width: none;
    height: auto;
    max-height: auto;
    margin: 0 1% 2% 1%; }
    #contents .disclosure_sec01 .site_list > div span {
      padding: 1.5em 0;
      font-size: 1.8rem;
      text-align: center;
      display: block;
      position: static;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  #contents .disclosure_sec01 .panel01 {
    margin-top: 30px; }
    #contents .disclosure_sec01 .panel01 h3 {
      font-size: 2.0rem; }
    #contents .disclosure_sec01 .panel01 ul li {
      margin: 0 0 15px 0 !important;
      padding: 15px 10px 15px 50px;
      -webkit-background-size: 30px auto;
      background-size: 30px auto;
      background-position: 10px center; }
    #contents .disclosure_sec01 .panel01 .box {
      padding: 1em; }
      #contents .disclosure_sec01 .panel01 .box h3 {
        font-size: 1.8rem; }
      #contents .disclosure_sec01 .panel01 .box ul {
        display: block; }
        #contents .disclosure_sec01 .panel01 .box ul li {
          width: 100%;
          margin: 0 0 15px 0 !important;
          padding: 1em; }
  #contents .disclosure_sec02 ul {
    display: block; }
    #contents .disclosure_sec02 ul li {
      width: 100%;
      margin: 0 0 20px 0 !important;
      padding: 0 10px; }
      #contents .disclosure_sec02 ul li .img {
        width: calc(100% + 20px);
        margin: 0 -10px; }
      #contents .disclosure_sec02 ul li .text {
        padding: 15px 10px;
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px); }
        #contents .disclosure_sec02 ul li .text h3 {
          font-size: 2rem; }
  #contents .disclosure_sec02 .panel01 h3 {
    font-size: 2.0rem; }
  #contents .disclosure_sec02 .panel01 ol {
    display: block; }
    #contents .disclosure_sec02 .panel01 ol li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      padding: 1em; }
      #contents .disclosure_sec02 .panel01 ol li h4 {
        padding: 0 0 10px 40px;
        font-size: 1.8rem; }
        #contents .disclosure_sec02 .panel01 ol li h4:before {
          width: 30px;
          height: 30px;
          font-size: 1.8rem;
          line-height: 30px; }
  #contents .disclosure_sec03 ul {
    display: block; }
    #contents .disclosure_sec03 ul li {
      width: 100%;
      margin: 0 0 15px 0 !important; }
      #contents .disclosure_sec03 ul li .img {
        width: 80px;
        margin-right: 15px; }
      #contents .disclosure_sec03 ul li .text {
        width: calc(100% - 95px); }

  /*/board/*/
  #contents .board_sec01 ul {
    display: block; }
    #contents .board_sec01 ul li {
      width: 100%;
      margin: 0 0 15px 0 !important; }
      #contents .board_sec01 ul li p {
        font-size: 2rem; }

  /*/board/hostlove/*/
  #contents .board-hostlove_sec01 .kakikomi_list > div {
    width: 48%;
    max-width: none;
    height: auto;
    max-height: auto;
    margin: 0 1% 2% 1%; }
    #contents .board-hostlove_sec01 .kakikomi_list > div span {
      padding: 1.5em 0;
      font-size: 1.8rem;
      text-align: center;
      display: block;
      position: static;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  #contents .board-hostlove_sec02 ul {
    display: block; }
    #contents .board-hostlove_sec02 ul li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #contents .board-hostlove_sec02 ul li .img {
        width: 120px;
        margin-left: 10px;
        order: 2; }
      #contents .board-hostlove_sec02 ul li p {
        width: calc(100% - 130px);
        padding: 10px 10px 10px 50px;
        font-size: 1.8rem;
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
        background-position: 10px center;
        order: 1; }
  #contents .board-hostlove_sec02 .panel02 h3 {
    font-size: 2.0rem; }
  #contents .board-hostlove_sec02 .panel02 .case_list {
    display: block; }
    #contents .board-hostlove_sec02 .panel02 .case_list li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      padding: 1em;
      border: solid 2px #d9d9d9; }
      #contents .board-hostlove_sec02 .panel02 .case_list li h3 {
        font-size: 1.6rem; }
  #contents .board-hostlove_sec03 .soudan_list {
    display: block; }
    #contents .board-hostlove_sec03 .soudan_list > li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      padding: 1em;
      border: solid 2px #d9d9d9; }
      #contents .board-hostlove_sec03 .soudan_list > li h3 {
        font-size: 1.8rem; }
      #contents .board-hostlove_sec03 .soudan_list > li .panel01 {
        padding: 1em; }
  #contents .board-hostlove_sec05 .tsuyomi ul li {
    margin-bottom: 20px;
    display: block; }
    #contents .board-hostlove_sec05 .tsuyomi ul li .img {
      width: 100%;
      display: block;
      text-align: center; }
      #contents .board-hostlove_sec05 .tsuyomi ul li .img img {
        width: 100%; }
    #contents .board-hostlove_sec05 .tsuyomi ul li .text {
      width: 100%;
      padding: 1em; }
      #contents .board-hostlove_sec05 .tsuyomi ul li .text h3 {
        font-size: 1.8rem; }
  #contents .board-hostlove_sec05 .tsuyomi + p {
    padding: 0 1em; }

  /*/board/bakusai/*/
  #contents .board-bakusai_sec01 .kakikomi_list > div {
    width: 48%;
    max-width: none;
    height: auto;
    max-height: auto;
    margin: 0 1% 2% 1%; }
    #contents .board-bakusai_sec01 .kakikomi_list > div span {
      padding: 1.5em 0;
      font-size: 1.8rem;
      text-align: center;
      display: block;
      position: static;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  #contents .board-bakusai_sec02 ul {
    display: block; }
    #contents .board-bakusai_sec02 ul li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #contents .board-bakusai_sec02 ul li .img {
        width: 120px;
        margin-left: 10px;
        order: 2; }
      #contents .board-bakusai_sec02 ul li p {
        width: calc(100% - 130px);
        padding: 10px 10px 10px 50px;
        font-size: 1.8rem;
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
        background-position: 10px center;
        order: 1; }
  #contents .board-bakusai_sec02 .panel02 h3 {
    font-size: 2.0rem; }
  #contents .board-bakusai_sec02 .panel02 .case_list {
    display: block; }
    #contents .board-bakusai_sec02 .panel02 .case_list li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      padding: 1em;
      border: solid 2px #d9d9d9; }
      #contents .board-bakusai_sec02 .panel02 .case_list li h3 {
        font-size: 1.6rem; }
  #contents .board-bakusai_sec03 .soudan_list {
    display: block; }
    #contents .board-bakusai_sec03 .soudan_list > li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      padding: 1em;
      border: solid 2px #d9d9d9; }
      #contents .board-bakusai_sec03 .soudan_list > li h3 {
        font-size: 1.8rem; }
      #contents .board-bakusai_sec03 .soudan_list > li .panel01 {
        padding: 1em; }
  #contents .board-bakusai_sec05 .tsuyomi ul li {
    margin-bottom: 20px;
    display: block; }
    #contents .board-bakusai_sec05 .tsuyomi ul li .img {
      width: 100%;
      display: block;
      text-align: center; }
      #contents .board-bakusai_sec05 .tsuyomi ul li .img img {
        width: 100%; }
    #contents .board-bakusai_sec05 .tsuyomi ul li .text {
      width: 100%;
      padding: 1em; }
      #contents .board-bakusai_sec05 .tsuyomi ul li .text h3 {
        font-size: 1.8rem; }
  #contents .board-bakusai_sec05 .tsuyomi + p {
    padding: 0 1em; }

  /*/board/shitaraba/*/
  #contents .board-shitaraba_sec01 .kakikomi_list > div {
    width: 48%;
    max-width: none;
    height: auto;
    max-height: auto;
    margin: 0 1% 2% 1%; }
    #contents .board-shitaraba_sec01 .kakikomi_list > div span {
      padding: 1.5em 0;
      font-size: 1.8rem;
      text-align: center;
      display: block;
      position: static;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  #contents .board-shitaraba_sec02 ul {
    display: block; }
    #contents .board-shitaraba_sec02 ul li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #contents .board-shitaraba_sec02 ul li .img {
        width: 120px;
        margin-left: 10px;
        order: 2; }
      #contents .board-shitaraba_sec02 ul li p {
        width: calc(100% - 130px);
        padding: 10px 10px 10px 50px;
        font-size: 1.8rem;
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
        background-position: 10px center;
        order: 1; }
  #contents .board-shitaraba_sec02 .panel02 h3 {
    font-size: 2.0rem; }
  #contents .board-shitaraba_sec02 .panel02 .case_list {
    display: block; }
    #contents .board-shitaraba_sec02 .panel02 .case_list li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      padding: 1em;
      border: solid 2px #d9d9d9; }
      #contents .board-shitaraba_sec02 .panel02 .case_list li h3 {
        font-size: 1.6rem; }
  #contents .board-shitaraba_sec03 h3 {
    font-size: 2.0rem; }
  #contents .board-shitaraba_sec03 .trouble {
    margin-bottom: 0 !important;
    display: block; }
    #contents .board-shitaraba_sec03 .trouble > li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      padding: 1em;
      border: solid 2px #d9d9d9; }
      #contents .board-shitaraba_sec03 .trouble > li h4 {
        font-size: 1.6rem; }
      #contents .board-shitaraba_sec03 .trouble > li.box ul {
        margin-bottom: -15px !important; }
        #contents .board-shitaraba_sec03 .trouble > li.box ul li {
          width: 49%;
          margin: 0 2% 15px 0 !important; }
          #contents .board-shitaraba_sec03 .trouble > li.box ul li:nth-child(2n) {
            margin-right: 0 !important; }
  #contents .board-shitaraba_sec04 .soudan_list {
    display: block; }
    #contents .board-shitaraba_sec04 .soudan_list > li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      padding: 1em;
      border: solid 2px #d9d9d9; }
      #contents .board-shitaraba_sec04 .soudan_list > li h3 {
        font-size: 1.8rem; }
      #contents .board-shitaraba_sec04 .soudan_list > li .panel01 {
        padding: 1em; }
  #contents .board-shitaraba_sec05 .merit_list {
    display: block; }
    #contents .board-shitaraba_sec05 .merit_list li {
      width: 100%;
      margin: 0 0 20px 0 !important;
      display: -webkit-flex;
      display: flex; }
      #contents .board-shitaraba_sec05 .merit_list li .img {
        width: 40%;
        padding-right: 1em; }
        #contents .board-shitaraba_sec05 .merit_list li .img img {
          width: 100%; }
      #contents .board-shitaraba_sec05 .merit_list li .text {
        width: 60%; }
      #contents .board-shitaraba_sec05 .merit_list li h3 {
        margin-top: 0;
        font-size: 1.6rem;
        text-align: left; }

  /*/board/5ch/*/
  #contents .board-5ch_sec01 .kakikomi_list > div {
    width: 48%;
    max-width: none;
    height: auto;
    max-height: auto;
    margin: 0 1% 2% 1%; }
    #contents .board-5ch_sec01 .kakikomi_list > div span {
      padding: 1.5em 0;
      font-size: 1.8rem;
      text-align: center;
      display: block;
      position: static;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  #contents .board-5ch_sec02 ul {
    display: block; }
    #contents .board-5ch_sec02 ul li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #contents .board-5ch_sec02 ul li .img {
        width: 120px;
        margin-left: 10px;
        order: 2; }
      #contents .board-5ch_sec02 ul li p {
        width: calc(100% - 130px);
        padding: 10px 10px 10px 50px;
        font-size: 1.8rem;
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
        background-position: 10px center;
        order: 1; }
  #contents .board-5ch_sec02 .panel02 h3 {
    font-size: 2.0rem; }
  #contents .board-5ch_sec02 .panel02 .case_list {
    display: block; }
    #contents .board-5ch_sec02 .panel02 .case_list li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      padding: 1em;
      border: solid 2px #d9d9d9; }
      #contents .board-5ch_sec02 .panel02 .case_list li h3 {
        font-size: 1.6rem; }
  #contents .board-5ch_sec03 .soudan_list {
    display: block; }
    #contents .board-5ch_sec03 .soudan_list > li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      padding: 1em;
      border: solid 2px #d9d9d9; }
      #contents .board-5ch_sec03 .soudan_list > li h3 {
        font-size: 1.8rem; }
      #contents .board-5ch_sec03 .soudan_list > li .panel01 {
        padding: 1em; }
  #contents .board-5ch_sec05 .tsuyomi ul li {
    margin-bottom: 20px;
    display: block; }
    #contents .board-5ch_sec05 .tsuyomi ul li .img {
      width: 100%;
      display: block;
      text-align: center; }
      #contents .board-5ch_sec05 .tsuyomi ul li .img img {
        width: 100%; }
    #contents .board-5ch_sec05 .tsuyomi ul li .text {
      width: 100%;
      padding: 1em; }
      #contents .board-5ch_sec05 .tsuyomi ul li .text h3 {
        font-size: 1.8rem; }
  #contents .board-5ch_sec05 .tsuyomi + p {
    padding: 0 1em; }

  /*/price/*/
  #contents .price_sec01 .price_box, #contents .price_sec02 .price_box {
    display: block; }
    #contents .price_sec01 .price_box dt, #contents .price_sec02 .price_box dt {
      width: 100%;
      padding: 1em;
      display: block; }
      #contents .price_sec01 .price_box dt .item span, #contents .price_sec02 .price_box dt .item span {
        display: inline-block; }
    #contents .price_sec01 .price_box dd, #contents .price_sec02 .price_box dd {
      width: 100%;
      padding: 1em;
      display: block; }
  #contents .price_sec01 .annotation, #contents .price_sec02 .annotation {
    margin-top: 2em;
    padding: 0; }

  /*/hiben/*/
  #contents .hiben_sec01 .attention {
    margin-bottom: 30px;
    padding: 1em;
    font-size: 2.0rem; }
    #contents .hiben_sec01 .attention:before {
      width: 30px;
      height: 30px; }
  #contents .hiben_sec01 .attention_list li {
    margin-bottom: 30px; }
    #contents .hiben_sec01 .attention_list li h3 {
      margin-bottom: 20px;
      padding: 5px 0 10px 50px;
      font-size: 2.0rem; }
      #contents .hiben_sec01 .attention_list li h3:before {
        width: 40px;
        font-size: 3.2rem; }
    #contents .hiben_sec01 .attention_list li .box_outer {
      display: block; }
      #contents .hiben_sec01 .attention_list li .box_outer .box01, #contents .hiben_sec01 .attention_list li .box_outer .box02 {
        width: 100% !important;
        margin: 0 0 15px 0 !important; }
        #contents .hiben_sec01 .attention_list li .box_outer .box01 dt, #contents .hiben_sec01 .attention_list li .box_outer .box02 dt {
          padding: 1em;
          font-size: 1.8rem; }
          #contents .hiben_sec01 .attention_list li .box_outer .box01 dt:before, #contents .hiben_sec01 .attention_list li .box_outer .box02 dt:before {
            width: 26px;
            height: 26px; }
        #contents .hiben_sec01 .attention_list li .box_outer .box01 dd, #contents .hiben_sec01 .attention_list li .box_outer .box02 dd {
          padding: 1em; }
          #contents .hiben_sec01 .attention_list li .box_outer .box01 dd h4, #contents .hiben_sec01 .attention_list li .box_outer .box02 dd h4 {
            font-size: 1.8rem; }
      #contents .hiben_sec01 .attention_list li .box_outer .box01 dd > div {
        width: 100%; }
        #contents .hiben_sec01 .attention_list li .box_outer .box01 dd > div:first-child {
          margin-bottom: 20px;
          padding-right: 0;
          padding-bottom: 20px;
          border-right: none;
          border-bottom: solid 1px #d9d9d9; }
        #contents .hiben_sec01 .attention_list li .box_outer .box01 dd > div:last-child {
          padding-left: 0; }
  #contents .hiben_sec02 dl dd {
    margin-bottom: 1em;
    padding: 0 1em; }
    #contents .hiben_sec02 dl dd .case li {
      margin-bottom: 10px;
      padding-bottom: 10px; }
      #contents .hiben_sec02 dl dd .case li h3 {
        margin-bottom: 10px;
        font-size: 1.8rem; }
        #contents .hiben_sec02 dl dd .case li h3 span {
          font-size: 1.4rem; }
  #contents .hiben_sec03 .box01, #contents .hiben_sec03 .box02 {
    margin-bottom: 30px;
    padding: 1em; }
    #contents .hiben_sec03 .box01 h3, #contents .hiben_sec03 .box02 h3 {
      font-size: 1.8rem; }
    #contents .hiben_sec03 .box01 ul, #contents .hiben_sec03 .box02 ul {
      display: block; }
      #contents .hiben_sec03 .box01 ul li, #contents .hiben_sec03 .box02 ul li {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
        padding: 1em; }
  #contents .hiben_sec03 .box01 ul li p {
    min-height: 50px;
    padding: 10px 0 10px 60px;
    -webkit-background-size: 50px;
    background-size: 50px; }
  #contents .hiben_sec03 .box02 ul li h4 {
    font-size: 1.8rem; }
    #contents .hiben_sec03 .box02 ul li h4 span {
      font-size: 1.2rem; }
  #contents .hiben_sec03 dl dd {
    margin-bottom: 1em;
    padding: 0 1em; }

  /*/aboutus/*/
  #contents .aboutus_sec02 .results {
    margin-bottom: 30px; }
    #contents .aboutus_sec02 .results li {
      width: 100%;
      margin: 0 0 20px 0 !important;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #contents .aboutus_sec02 .results li .img {
        width: 35%;
        padding-right: 1em;
        margin: 0; }
        #contents .aboutus_sec02 .results li .img img {
          width: 100%; }
      #contents .aboutus_sec02 .results li p {
        width: 65%;
        padding: 0; }
  #contents .aboutus_sec02 .panel01 {
    padding: 25px 15px; }
  #contents .aboutus_sec02 h3 {
    font-size: 2rem; }
  #contents .aboutus_sec02 .damage {
    margin-bottom: 20px;
    display: block; }
    #contents .aboutus_sec02 .damage > li {
      width: 100%;
      padding: 1em; }
      #contents .aboutus_sec02 .damage > li:first-child {
        margin: 0 0 15px 0; }
      #contents .aboutus_sec02 .damage > li .img {
        margin-bottom: 10px;
        text-align: center; }
  #contents .aboutus_sec03 .necessity li {
    margin-bottom: 30px; }
    #contents .aboutus_sec03 .necessity li h3 {
      margin-bottom: 20px;
      padding: 5px 0 10px 50px;
      font-size: 2.0rem; }
      #contents .aboutus_sec03 .necessity li h3:before {
        width: 40px;
        font-size: 3.2rem; }
  #contents .aboutus_sec03 .point {
    display: block; }
    #contents .aboutus_sec03 .point > li {
      width: 100%;
      padding: 1em; }
      #contents .aboutus_sec03 .point > li:first-child {
        margin: 0 0 15px 0; }
      #contents .aboutus_sec03 .point > li h4 {
        font-size: 1.8rem; }
        #contents .aboutus_sec03 .point > li h4 .headding {
          font-size: 1.4rem; }
  #contents .aboutus_sec04 .panel01 {
    padding: 25px 15px; }
    #contents .aboutus_sec04 .panel01 .img {
      width: 30%;
      margin-right: 2%; }
    #contents .aboutus_sec04 .panel01 .text {
      width: 68%; }
      #contents .aboutus_sec04 .panel01 .text .name {
        font-size: 2rem; }
  #contents .aboutus_sec05 .panel01 {
    margin-bottom: 20px;
    padding: 25px 15px; }
  #contents .aboutus_sec05 h3 {
    font-size: 1.8rem; }
  #contents .aboutus_sec05 ul {
    display: block; }
    #contents .aboutus_sec05 ul li {
      width: 100% !important;
      margin: 0 0 15px 0 !important;
      padding: 1em; }
  #contents .aboutus_sec06 table {
    width: 100%; }
    #contents .aboutus_sec06 table th {
      width: 35%;
      padding: 1em; }
    #contents .aboutus_sec06 table td {
      width: 65%;
      padding: 1em; }
  #contents .aboutus_sec07 .map {
    height: 250px; }
    #contents .aboutus_sec07 .map + div {
      padding: 1em; }
      #contents .aboutus_sec07 .map + div p, #contents .aboutus_sec07 .map + div a {
        font-size: 1.4rem; }

  /*/resale/*/
  #contents .resale_sec01 .resale_list > div {
    width: 48%;
    max-width: none;
    height: auto;
    max-height: auto;
    margin: 0 1% 2% 1%; }
    #contents .resale_sec01 .resale_list > div span {
      padding: 1.5em 0;
      font-size: 1.8rem;
      text-align: center;
      display: block;
      position: static;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  #contents .resale_sec01 .panel01 {
    margin-top: 30px; }
    #contents .resale_sec01 .panel01 h3 {
      font-size: 2.0rem; }
    #contents .resale_sec01 .panel01 ul {
      display: block; }
      #contents .resale_sec01 .panel01 ul li {
        width: 100%;
        margin: 0 0 15px 0 !important;
        padding: 15px 10px 15px 50px;
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
        background-position: 10px center; }
    #contents .resale_sec01 .panel01 .annotation {
      margin-bottom: 30px; }
    #contents .resale_sec01 .panel01 .box {
      padding: 1em; }
      #contents .resale_sec01 .panel01 .box h3 {
        font-size: 1.8rem; }
      #contents .resale_sec01 .panel01 .box table {
        display: inline; }
        #contents .resale_sec01 .panel01 .box table tbody, #contents .resale_sec01 .panel01 .box table tr {
          display: inline; }
        #contents .resale_sec01 .panel01 .box table td {
          height: auto;
          margin: 0 0.25em 0.25em 0;
          font-size: 1.3rem;
          border: none;
          display: inline-block; }
	
	#contents .resale_sec02 .taisho{
		font-size: 1.8rem;
	}
	
  #contents .resale_sec02 ol.influence_list {
    display: block; }
    #contents .resale_sec02 ol.influence_list li {
      width: 100%;
      margin: 0 0 20px 0 !important;
      padding: 0 10px; }
      #contents .resale_sec02 ol.influence_list li .img {
        width: calc(100% + 20px);
        margin: 0 -10px; }
      #contents .resale_sec02 ol.influence_list li .text {
        padding: 15px 10px;
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px); }
        #contents .resale_sec02 ol.influence_list li .text h3 {
          height: auto;
          padding: 20px 0;
          font-size: 2rem; }
          #contents .resale_sec02 ol.influence_list li .text h3 span {
            position: static;
            -moz-transform: none;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none; }	
					
					
					
					
  #contents .resale_sec02 .case_list li {
    width: 49%;
    margin: 0 2% 2% 0 !important;
    padding: 1em;
    border: solid 2px #d9d9d9; }
    #contents .resale_sec02 .case_list li:nth-child(2n) {
      margin-right: 0 !important; }
    #contents .resale_sec02 .case_list li h3 {
      font-size: 1.6rem; }
  #contents .resale_sec02 .case_list + p {
    padding: 0 1em; }
  #contents .resale_sec02 .lisik_list li {
    width: 100%;
    margin: 0 0 30px 0 !important;
    display: -webkit-flex;
    display: flex; }
    #contents .resale_sec02 .lisik_list li .img {
      width: 40%;
      padding-right: 1em;
      margin: 0; }
      #contents .resale_sec02 .lisik_list li .img img {
        width: 100%; }
    #contents .resale_sec02 .lisik_list li .text {
      width: 60%;
      padding: 0; }
      #contents .resale_sec02 .lisik_list li .text h3 {
        margin-top: 0;
        font-size: 1.6rem;
        text-align: left; }
  #contents .resale_sec02 .lisik_list + p {
    padding: 1em 1em 0 1em; }
		
	 #contents .resale_sec03 .case_list {
    display: block; }
    #contents .resale_sec03 .case_list li {
      width: 100%;
      margin: 0 0 15px 0 !important;
      padding: 1em;
      border: solid 2px #d9d9d9; }
      #contents .resale_sec03 .case_list li h3 {
        font-size: 1.6rem; }
		
		
  #contents .resale_sec04 .tsuyomi ul li {
    margin-bottom: 20px;
    display: block; }
    #contents .resale_sec04 .tsuyomi ul li .img {
      width: 100%;
      display: block;
      text-align: center; }
      #contents .resale_sec04 .tsuyomi ul li .img img {
        width: 100%; }
    #contents .resale_sec04 .tsuyomi ul li .text {
      width: 100%;
      padding: 1em; }
      #contents .resale_sec04 .tsuyomi ul li .text h3 {
        font-size: 1.8rem; }
  #contents .resale_sec04 .tsuyomi + p {
    padding: 0 1em; }




  /*/privacypolicy/*/
  #contents .privacypolicy_sec01 .privacypolicy {
    padding: 1em; }

  /*/contact/*/
  #contents .contact_sec01 .annotation {
    margin-top: 3em;
    padding: 1em; }

  /*/sitemap/*/
  #contents .sitemap_sec01 .sitemap_link {
    padding: 0;
    display: block; }
    #contents .sitemap_sec01 .sitemap_link > ul {
      width: 100%;
      margin: 0; } }

 /* 追加  */
div#toc_container {
  width: 100%;
	margin-bottom: 60px;
    padding: 30px;
    background-color: #dae2f1;
    counter-reset: mokuji_num;
}
#toc_container p.toc_title {
	text-align:left;
}
#toc_container.no_bullets li {
 line-height: 2.2 !important;
}
div#toc_container ul.toc_list li a {
    color: #153177;
    text-decoration: underline;
}
div#toc_container ul.toc_list li a:hover {
    text-decoration: none;
}

 /* 追加  トップページお知らせ*/
section.information {
  text-align:center;
  padding: 50px 0;
  background: #fff;
}
section.information h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;					
}
section.information p.read {
  margin-bottom: 30px;					
}
section.information p.txt {
  margin-bottom: 30px;					
}
section.information p.sup {
  font-weight: 14px;					
}


/*  旧サイト記事投稿装飾  */
 /* 旧目次非表示  */
.blog-post a {
  color: #0b307b;
} 

 .table-of-contents {
  display: none;
}

 /* アンダーライン  */
.deco_linear_yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.deco_linear_water {
  background: linear-gradient(transparent 60%, #66ccff 60%);
}
.deco_bold_linear_yellow {
  background: linear-gradient(transparent 80%, #C1A658 80%);font-weight:bold;
}
.deco_bold_linear_water {
  background: linear-gradient(transparent 60%, #66ccff 60%);font-weight:bold;
}

 /* カラーテキスト  */
.deco_red {color: #DB0003;}

 /* ダブルクオート  */
.blockquote_style2 {
    position: relative;
    padding: 15px 10px 5px;
    box-sizing: border-box;
    font-style: italic;
    background: #f3f3f3;
    margin-bottom: 30px;
}
.blockquote_style2:before{
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #6fcdd9;
    font-weight: 900;
}
.blockquote_style2:after{
    position: absolute;
    content: '';
    top: -8px;
    left: 49px;
    border: none;
    border-bottom: solid 8px #6cacb5;
    border-right: solid 9px transparent;
}
.blockquote_style2 p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
.blockquote_style2 cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

 /* 吹き出し見出し  */
.editor_content_body .list_type_a {
  padding-left: 30px;
  padding-right: 20px;
}
.editor_content_body dl {
	margin-bottom:30px;
}
.editor_content_body dt {
  font-size: 16px;
  position: relative;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  background-color: #7DB4E6;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.editor_content_body dt:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 20px;
  border: 10px solid transparent;
  border-top: 10px solid #7DB4E6;
  width: 0;
  height: 0;
}
.editor_content_body dd {
  font-size: 14px;
	margin-bottom:15px;
}


 /* テーブル  */
 table.table-bordered {
   width: 100%;
   margin-bottom: 20px;
 }
 table.table-bordered td {
  border: 1px solid #dee2e6;
  padding: 1%;
}
.table-active, .table-active>td, .table-active>th {
  background-color: rgba(0,0,0,.075);
}

 /* アイコンありボックス  */
 .border-dark {
  border-color: #343a40!important;
}
.bg-light {
  background-color: #f8f9fa!important;
}
.icon img {
  float: left;
  width: 42px;
}
.border-dark.bg-light {
  border: 1px solid #343a40;
  padding: 20px;
}

.border-dark.bg-light p{
  margin-left: 50px;
  margin-right: 10px;
}

 /* 番号リスト  */
 .blog-post ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.blog-post ol ol{
  padding-left: 1em;
}
.blog-post ol li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.blog-post ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #0b307b;
}

/*下部お問い合わせエリアの電話ボタン*/
.ft_tel_btn{
  color: #00348d;
  font-size: 1.5rem !important;
  line-height: 3rem;
}

.ft_tel_btn span{
  color: #00348d;
  font-size: 3.5rem;
}

@media screen and (min-width: 769px) and (max-width: 960px) {
	.ft_tel_btn{	  
	  font-size: 1.125rem !important;
	}

	.ft_tel_btn span{
	  font-size: 3rem;
	}
}

/*新KV20220612*/
.kv_area{
	width:100%;
	margin:0 auto;
	max-width: 1120px; 
}

a.footer_sns_twitter{
	color:#808080;
}

a.footer_sns_instagram{
	color:#808080;
}

a.footer_sns_twitter:after,a.footer_sns_instagram:after,a.footer_shokushin:after{
  content:none;
}

.shokushin_bn{
	margin-top:20px;
	width:6.5em;
}

@media screen and (min-width: 769px){

.shokushin_txt{
	max-width:200px;
}
}

.shokushin_txt small{
	font-size:70%;
	display: block;
  line-height: 1.75em;
}