@charset "utf-8";
/*------ PC版ナビバーの幅調整 ------*/
a{
	display: inline;
}
#rule_navi {
  border-top: 2px solid #A8A8A8;
  border-bottom: 4px solid #278466;
  height: 106px;
}
.nav ul {
    list-style-type: none;
    padding: 0;
}
.menu {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    height: 50px;
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}
.menu li {
    position: relative;
    z-index: 1;
    width: 16.66%;
    list-style: none;
}
.menu li a {
    display: block;
    text-decoration: none;
    color: #333333;
    align-items: center;
    font-weight: bold;
    font-size: 100%;
    line-height: 50px;
}
.menu li a:hover {
    color: #e46600;
}
.menu li.two a, .menu li.three a {
    line-height: 120%;
}
.menu li.two a{
    padding:22.5px 0;
}
.menu li.three a{
    padding:14.5px 0;
}
.menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.menu li ul{
    display: none;
}
.menu li:hover ul{
    display:block;
}
.menu li ul li a, .menu li.two ul li a, .menu li.three ul li a{
    position: relative;
    border: 1px solid #40902f;
    background-color: #fff;
    width: 220px;
    align-items: center;
    line-height: 100%;
    padding: 15px 0;
    border-top: none;
    font-size:95%;
    font-weight: bold;
}
.menu li ul li a::after {
	content: '';
	display: inline-block;
  position: absolute;
  top: 35%;
  left: 95%;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
}
.menu li ul li a:hover{
    background-color: #e0ffc1;
}
.nav_box {
    background: linear-gradient(to bottom, #fefefe 0%,#fefefe 0%, #e5e5e5 100%);
}

/*------ スマホ ------*/
@media only screen and (max-width : 896px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  nav.globalMenuSp {
      position: fixed;
      z-index: 2;
      top: 0;
      left: 0;
      color: #000;
      text-align: center;
      transform: translateY(-100%);
      transition: all 0.6s;
      width: 100%;
  }

  nav.globalMenuSp ul {
      background-color: rgba(255,255,255,0.8);
      margin: 0 auto;
      padding: 0;
      width: 100%;
  }

  nav.globalMenuSp ul li {
      font-size: 1.1em;
      list-style-type: none;
      padding: 0;
      width: 100%;
      border-bottom: 1px dotted #333;
  }

  nav.globalMenuSp ul li a {
      display: block;
      color: #000;
      padding: 0.4em 0;
  }
  nav.globalMenuSp ul li a:hover {
      background-color: #eee;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
      transform: translateY(0%);
  }
  .navToggle {
      display: block;
      position: absolute;    /* bodyに対しての絶対位置指定 */
      right: 0px;
      top: 0px;
      width: 51px;
      height: 51px;
      cursor: pointer;
      z-index: 3;
      background: #666;
      text-align: center;
  }

  .navToggle span {
      display: block;
      position: absolute;    /* .navToggleに対して */
      width: 30px;
      border-bottom: solid 3px #eee;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      left: 11px;
  }

  .navToggle span:nth-child(1) {
      top: 9px;
  }

  .navToggle span:nth-child(2) {
      top: 18px;
  }

  .navToggle span:nth-child(3) {
      top: 27px;
  }

  .navToggle span:nth-child(4) {
      border: none;
      color: #eee;
      font-size: 9px;
      font-weight: bold;
      top: 34px;
  }
  .navToggle.active span:nth-child(1) {
      top: 18px;
      left: 11px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .sp_logo{
    float: left;
    width: 140px;
    margin: 1% 5px 0 1%;
  }
  .sp_logo img{
  width: 100%;
  }
  .sp_head{
  max-height: 51px;
  }
  .sp_head h1{
  font-size: 3vw;
  color: #005f1e;
  padding-top: 15px;
  width: 82%;
  }
}

.head_info .logo a {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: -1px;
}
.head_icon h1 {
    font-size: 14px;
    font-weight: normal;
    padding-top: 3px;
}
.head_alert {
    background-color: #ffd9d9;
    text-align: center;
    padding: 4px 0;
    margin: 0;
}
@media only screen and (max-width: 896px) {
  ul.sp_con_box{
    margin: 0 auto 1em;
    list-style: none;
  }
  ul.sp_con_box li{
    width: 31%;
    margin: 0 1%;
    float:left;
  }
  ul.sp_con_box li img{
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  ul.sp_con_box li{
    width: 48%;
    margin: 0 1%;
    float:left;
  }
}
/*------テキスト------*/
.txt_box {
    background: #fdfdfd none repeat scroll 0 0;
    border: 5px solid #f4f4f4;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 30px 0;
    text-align: center;
}
.txt_box_pp {
    background: #fdfdfd  none repeat scroll 0 0;
    border: 5px solid #efeef9;
    margin-bottom: 20px;
    margin: 10px 0 20px 0;
    padding: 20px;
}
.txt01{
  font-size : 1.2rem;
  line-height: 140%;
}
.txt01 strong{
  font-size : 1.3rem;
  font-weight: bold;
  color: #ff0000;
}
.txt01 span{
  font-size : 1.3rem;
  font-weight: bold;
}
.txt02{
  font-size : 1rem;
  line-height: 140%;
}
.txt02 strong{
  font-size : 1.2rem;
  margin-left: -6px;
}
.txt03{
  font-size : 1.4rem;
  line-height: 140%;
}
.txt04{
  font-size : 1.8rem;
}
.txt05{
  font-size : 1.3rem;
  line-height: 140%;
  font-weight: bold;
  margin: 20px 0 8px 0;
}
.txt05 a{
  font-weight: bold;
  display: inline;
}
.txt06{
  font-size : 1.5rem;
}
.txt07{
  font-size : 1.3rem;
  line-height: 140%;
  font-weight: bold;
  color: #009;
  margin: 0 0 0 1.3rem;
  padding-top: 10px;
}
.txt08 {
  font-weight: bold;
}
.txt09 {
  font-size: 1.2rem;
}
.txt09 span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #cc0000;
}
.txt10{
  font-size : 1.2rem;
  line-height: 140%;
  font-weight: bold;
}
.txt10 a{
  font-weight: bold;
}
.txt10 a span{
  font-weight: bold;
  color: #cc0000;
}
.txt11{
  font-size : 1rem;
  line-height: 140%;
  margin: 0 0 1rem 2.5rem;
}
.txt_r {
  text-align: right;
  margin: 5px 20px 0 0;
}
.txt_r_plus a{
    color: #f00;
    font-weight: bold;
    text-decoration: underline;
}
.txt_c {
  text-align: center;
  margin: 5px auto 0;
}
.txt_red {
  color: #ff0000;
  font-weight: bold;
}
.txt_ml {
  margin-left: 2rem;
}
.txt_pp {
  color: #640064;
  font-weight: bold;
}
.txt_navy {
  color: #000080;
  font-weight: bold;
}
.txt_green {
  color: #007130;
  font-weight: bold;
}
.txt_border {
  border: 1px solid;
  padding: 1px 4px;
}
.top_txt01 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff 0px -1px 0px;
}
.top_txt02 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 10px 0 18px;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff 0px -1px 0px;
}
.top_txt02 span{
  border-bottom: 1px solid;
}

@media only screen and (max-width : 896px) {
  .txt_box{
    font-size: 1rem;
  }
  .txt01{
    font-size : 1rem;
  }
  .txt01 strong{
    font-size : 1.1rem;
  }
  .txt01 span{
    font-size : 1.1rem;
  }
  .txt03{
    font-size : 1.1rem;
    line-height: 120%;
  }
  .txt04{
    font-size : 1.4rem;
  }
  .txt05{
    font-size : 1.1rem;
  }
  .txt06{
    font-size : 1.2rem;
  }
  .txt07{
    padding-top: 0;
  }
  .txt09 {
    font-size: 1rem;
  }
  .txt09 span {
    font-size: 1rem;
  }
  .txt10{
    font-size : 1rem;
  }
  .top_txt01 {
    font-size: 1.8rem;
  }
}

.inside dl {
    list-style: none;
}
.list_content {
    margin: 0 0 0 25px;
}
.inside dl dt{
    margin: 10px 20px 5px 0;
    padding: 10px 10px 10px 15px;
    font-weight: bold;
}
.inside dl.list_content dt {
    border: none;
    padding: 10px 10px 10px 22px;
    font-weight: bold;
    margin: 0 28px 5px;
    background: url(/images/headline_icon.png) no-repeat left 17px;
}
.inside dl dd {
    margin: 10px 0 20px 20px;
}
.inside dl.list_content dd {
    margin: 0 0 5px 45px;
}

/*------テキスト /------*/
h2.ribbon {
  background: #876000;
}
#top_fv {
  background: #fff;
  background-image: url(/line-flow/images/pv_fv_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 350px;
}
#top_fv h2 img{
  width: 100%;
  max-width: 1020px;
}
.qa_con{
  float: right;
}
#rank_bana {
    background-color: #ececec;
    text-align: center;
    clear: both;
}
.e-money{
  clear: both;
}
.top_kantogen {
  padding: 1.5em 3em;
}

.inside.container, .mail_cv_form{
    border: 1px solid #e7e7e7;
    padding: 1em 2em;
    /*margin: 2em auto 20px auto;*/
}
.mail_cv_form h2, .inside.container h2{
    text-align: center;
    font-size: 175%;
    font-weight: bold;
    border-bottom: 2px solid #76ae02;
    margin-bottom: .5em;
}
.inside.container h3{
    text-align: left;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 2px solid #76ae02;
    margin: 1em 0 .5em 0;
}
#qa_category{
   margin-top: 40px;
}
#qa_category .list_content dt a{
   font-weight: bold;
   font-size: 1.4rem;
}
.qu_an{
   margin-top: 10px;
   font-size: 1.2rem;
   line-height: 1.5;
}
/*.qu_an span{
   font-weight: bold;
}*/
.quest::before, .ans::before {
    font-size: 1.1em;
    color: #ffffff;
    margin: 0 0.5em 0 -0.4em;
    padding: 0 0.4em;
    content: 'A';
    border-radius: 50%;
    background: linear-gradient(to bottom, #fe8d00, #fe4101);
    font-weight: bold;
}
.quest::before {
    margin: 0 0.5em 0 -0.4em;
    content: 'Q';
    background: linear-gradient(to bottom, #76ae02, #007130);
}
.quest{
   font-weight: bold;
   color: #4c9913;
   font-size: 1.1em;
   margin-top: 5px;
}
.ans{
   margin-top: 10px;
}
.contents_box {
  color: #000000;
}

@media only screen and (max-width : 896px) {
.top_kantogen {
    padding: 1em;
  }
}
@media only screen and (max-width: 768px) {
  #writing {
    width: 100%;
  }
}
@media only screen and (max-width : 480px) {
.inside.container, .mail_cv_form{
  padding: 1em;
  }
  .list_content {
  margin: 0 0 0 5px;
  }
  .inside dl.list_content dt {
  margin: 0 0 0 5px;
  }
  .inside dl.list_content dd {
  margin: 0 0 5px 5px;
  }
  #writing{
  margin: 0;
  }
  .top_cv{
  margin-bottom: 50px;
  }
  .quest::before, .ans::before {
  margin-left: -0.4em;
  }
  .quest::before{
  margin-left: -0.4em;
  }
}

/*------ サイトマップ共通項目 ------*/
footer {
    width: 993px;
}
footer.page-footer dd {
    margin: 5px 0 5px 22px;
}
footer.page-footer dd ul {
    margin: 0 0 8px;
}
.row .col {
    -webkit-transition: all .3s;
    transition: all .3s;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row .col.m12 {
    width: 98%;
    margin-left: 0;
}

form input[type="submit"] {

    -webkit-appearance: none;
    width: 70%;
    margin: 0 auto;
    background: #cc0000;
    color: #FFF;
    font-weight: bold;
    border-radius: 4px;
    padding: 1rem 0;
    cursor: pointer;
    height: auto;
}
input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="tel"], input[type="number"], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    width: 100%;
    font-size: 1rem;
    margin: 1.5em 0 0;
    padding: 0 0 .2em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: .3s;
    transition: .3s;
}
input {
    line-height: normal;
}
.search_con2 input[type="text"] {
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 85%;
    height: auto;
}
.search_con2 input[type="text"] {
    width: 72%;
    padding: 5px;
}
.search_con2 input.submit_button {
    padding: 5px 15px;
    font-size: 1em;
    background-color: #dc0000;
    color: #fff;
    border-style: none;
    width: 65px;
}
form input[type="submit"] {
    -webkit-appearance: none;
    width: 70%;
    margin: 0 auto;
    background: #cc0000;
        background-color: rgb(204, 0, 0);
    color: #FFF;
    font-weight: bold;
    border-radius: 4px;
    padding: 1rem 0;
    cursor: pointer;
    height: auto;
}
img {
    max-width: 100%;
    height: auto;
}
footer form {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}
.search_box p {
    font-size: 90%;
    line-height: 120%;
}

footer p {
    margin: 0 10px 5px 25px;
}

@media only screen and (min-width : 896px) {
  footer:before {
    margin-top: 20px;
  }

footer .row .col.m4, #social .m4{
  width: 32%;
  margin: 0 10px 0 0;
  float: left;
}
footer .row .col.m4:last-child, #social .m4:last-child{
  margin: 0; }
}
@media only screen and (max-width : 896px) {
footer .row .col.s12, #social .s12{
  width: 100%; }
footer .row .col.m4, #social .m4{
  margin: 0 0 10px 0; }
  #social #facebook div,
  #social #o_facebook div,
  #social #twitter div{
    display: none;
    }
}

  footer h4{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
  }
  footer #sm_head {
    border-bottom: 1px solid #ccc;
    height: 165px;
  }
  footer #sm_title {
    width: 380px;
    float: left;
    font-weight: normal;
    margin-left: 0;
  }
  footer #sm_title p {
    margin-left: 0;
  }
  footer #sm_form {
    float: right;
    width: 560px;
  }
  footer #sm_form p {
    margin: 8px 0 3px 3px;
    font-size: 0.9rem;
    font-weight: bold;
  }
  footer #sm_form p strong{
    font-weight: bold;
  }
@media only screen and (max-width : 896px) {
  footer #sm_head {
    height: auto;
  }
  footer #sm_title {
    float: clear;
    width: auto;
  }
  footer #sm_form {
    float: clear;
    width: auto;
  }
}


  footer dt{
    color: #633000; }
  footer a{
    display: inline; }


footer.page-footer dt a {
  color: white;
  font-weight: bold;
}
footer dt:before{
  content: "";
}
footer form {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

footer.page-footer dt {
  font-size: 1rem;
  font-weight: bold;
}
footer.page-footer p.tel {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
}
footer.page-footer span.tel {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
}
footer.page-footer {
  margin: 0 auto 60px;
  padding: 20px 10px;
  background-color: #fafafa;
  text-align: left;
  font-size: .8rem;
}
footer.page-footer p.txt{
margin: 0;
}

/*------ サイトマップテキスト調整 ------*/
.f_txt01 strong{
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0 4px;
  margin-right: 2px;
  text-align: center;
}

.f_txt01 strong.c_red{
  background-color: #cc0000;
}

.f_txt01 strong.c_bl{
  background-color: #0969b6;
}
.f_txt01 strong.c_or{
  background-color: #fc6c03;
}
.f_txt01 a{
  font-size: 1rem;
  line-height : 140%;
  font-weight: bold;
}

p.f_txt03 {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 10px 0 0 0;
}
p.f_txt03 a{
  font-weight: bold;
}
span.f_price {
  float: right;
/*  background: rgba(0, 0, 0, 0) url("/images/bg_dot.png") repeat-x scroll left center / auto; */
}
span.f_price:before {
    content: url(/images/bg_dot.png);

/*     margin: 10px;
    position: relative;
    top: 8px; */
}

/*------ サイトマップリスト調整 ------*/
footer.page-footer dd {
    line-height:1.4;
}
footer.page-footer dd ul li {
    list-style: outside square;
    margin: 0 0 5px;
}
footer.page-footer dd ul ul li {
    display:block;
    margin: 0 0 5px 6px;
}
footer.page-footer dd ul ul li:before{
    content:"－";
    display:inline-block;
    width:1em;
    margin-left:-1.2em;
}/*-*/
footer.page-footer dd ul ul ul li {
  list-style: outside disc;
  margin: 0 0 5px 24px;
}
/*
footer.page-footer dd ul li.f_txt01 {
  list-style-type: none;
  margin-left: -8px;
}

footer.page-footer dd ul ul li.f_txt01 {
  list-style-type: none;
}
*/
footer.page-footer dd ul ul li.f_txt01:before{
  content: "－";
  display: inline-block;
  width: 1em;
  margin-left: -1.2em;
}


/*------ サイトマップ共通項目 / ------*/

/*------ サイトマップ涙そうそう用 ------*/
footer.page-footer dt {
    font-size: 1rem;
    font-weight: bold;
    background-color: #128d5e;
    color: #fff;
    padding: 6px;
    text-align: center;
    margin: 20px 0 5px;
}
/*------ サイトマップ涙そうそう用 / ------*/


#social{
  margin: 0 auto 60px; }
    #social #facebook a{
      background: #FF9933; }
    #social #o_facebook a{
      background: #99CCFF; }
    #social #twitter a{
      background: #990033; }
    #social #twitter a span{
      font-size: 80%;
      vertical-align: top; }
  #social #facebook a,
  #social #o_facebook a,
  #social #twitter a{
    padding: 8px 10px 5px 35px;
    color: #fff;
    text-align: left;
    vertical-align: top;
    position: relative;
    height: 50px; }

    #social #facebook a:before,
    #social #o_facebook a:before{
      content: url(../images/facebook_icon.png);
      position: absolute;
      left: 3px; }
    #social #twitter a:before{
      content: url(../images/twitter_icon.png);
      position: absolute;
      left: 3px; }

address .row {
  width: 980px;
  margin: 0 auto 40px;
}
@media only screen and (min-width : 601px) {
  address .row .col.m2 {
    width: 155px;
  }
  address .row .col.m2:first-child {
    width: 295px;
  }
  margin-right: 30px;
}
address ul li{
  background: #CC0033;
  color: #FEFECD;
  padding: 10px;
  box-shadow:rgba(133, 44, 94, 0.65098) 0px 2px 3px 2px;
  -webkit-box-shadow:rgba(133, 44, 94, 0.65098) 0px 2px 3px 2px;
  -moz-box-shadow:rgba(133, 44, 94, 0.65098) 0px 2px 3px 2px;
  position: relative;
  margin: 10px;
}
address ul li:last-child {
  margin: 10px 0;
}
address ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ffffff;
}
address ul li.tel {
  background: transparent;
  border: none;
  margin: -5px 5px 0 0;
  padding: 0;
  box-shadow: none;
}
address ul li.tel:before {
  content: none;
}
@media only screen and (max-width : 896px) {
  address .row {
    width: 100%;
  }
}
@media only screen and (max-width : 480px) {
  address .row .col.s12.tel a img {
    display: block;
    margin: 0 auto;
  }
  address li:nth-child(2) {
    display: none;
  }
  address li:nth-child(3) {
    display: none;
  }
  address li:nth-child(4) {
    display: none;
  }
}

.inquiry, .obosan_inquiry,
.kaimyo_inquiry{
  margin: 10px 0;
  text-align: center; }
  .obosan_inquiry map{
    z-index: 10; }
.tel_inquiry{
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow:rgba(128, 128, 128, 0.65098) 0px 1px 1px 1px;
  -webkit-box-shadow:rgba(128, 128, 128, 0.65098) 0px 1px 1px 1px;
  -moz-box-shadow:rgba(128, 128, 128, 0.65098) 0px 1px 1px 1px;
  padding: 5px;
  background: url(../images/tel_inquiry/call_girl.jpg) no-repeat left bottom;
  height: 170px;
  margin: 10px 0 30px; }
  .tel_inquiry div{
    width: 75%;
    float: right; }
  .tel_inquiry img{
    width: 50%; }
  .tel_inquiry p{
    font-size: 1.6rem;
    font-weight: 900;
    border-bottom: 1px solid;
    padding: 10px 5px;
    text-align: center; }
  .tel_inquiry a{
    display: inline; }
@media only screen and (max-width : 896px) {
  .tel_inquiry{
    height: auto;
    background: none; }
   .tel_inquiry div{
      width: 100%;
      float: none; }
  .tel_inquiry p{
    font-size: 1.4rem; }
}
@media only screen and (max-width : 480px) {
   .tel_inquiry img{
      width: 100%;
      margin: 0 0 10px; }
}
#foot_inquiry{
  position: fixed;
  padding: 1px 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #efefef;}
  #foot_inquiry .row{
    margin: 0 auto; }
    #foot_inquiry img{
      vertical-align: middle;
      padding: 5px 0; }
  #foot_inquiry a {
    color: white;
    font-weight: bold;
    font-style: normal;
    }
@media only screen and (min-width : 601px) {
  #foot_inquiry i{
    background: rgba(204, 204, 204, 0.75);
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    top: -88%;
    right: 5px;
    width: 50px;
    height: 45px; }
  #foot_inquiry i:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #ffffff transparent; }
}
@media only screen and (min-width : 993px) {
  #foot_inquiry i{
    right: 5%; }
}

/*------ contentページ用 ------*/

.line-flow h2 {
    background-color: #38880b;
    font-size: 160%;
    color: #fff;
    padding: 6px 0 5px 15px;
    border-radius: 6px 6px 0 0 / 6px 6px 0 0;
    margin: 22px 20px 5px 0;
    background-image: none;
    font-weight: bold;
    line-height: 135%;
    text-align: center;
}
.line-flow a {
    color: #000000;
}
.line-flow h2 a {
    color: #fff;
}
.inside dl.rule_ex {
    margin-bottom: 60px;
}
.inside dl.rule_ex dt{
    font-size: 1.2rem;
    padding: 10px 10px 0px 9px;
    border-left: 12px double #76ae02;
}
.inside dl.rule_ex dd{
    margin-left: 1.2rem;
}

.line-flow h2 {
margin: 22px 0px 5px 0;
}

.line-flow img {
  max-width: 280px;
}

.scsho-half img {
  width: 98%;
}

.f_cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  align-items: flex-start;
}

.step_t {
    font-size: 1.2rem;
    padding: 10px 10px 0px 9px;
    border-left: 12px double #76ae02;
    margin: 10px 20px 5px 0;
    font-weight: bold;
}

.two-third {
  width: 65%;
  background: #fffaf0;
  padding: .2rem;
}

.one-third {
  width: 32%;
  background: #f0fff0;
  padding: .2rem;
}

.flow-left, .flow-right {
  width: 48%;
  padding: .2rem;
}

.yellow-line {
	background: linear-gradient(transparent 70%, #FFFF00 70%);
	font-weight: inherit;
}

@media only screen and (max-width: 896px){
  .inside dl.rule_ex {
    margin-bottom: 30px;
  }
  .inside dl.rule_ex dt{
    font-size: 1rem;
    margin-right: 0;
  }
  .inside dl.rule_ex dd{
    margin-left: 1rem;
  }

}

@media only screen and (max-width: 480px) {
  .two-third, .one-third {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0px;
  }

  .flow-left, .flow-right {
    padding: 0;
  }

}

/*------ contentページ用 / ------*/



#area_linc > h3 > .action_btn {
    float: right;
    padding: 1px 3px;
    border: 1px solid #222;
    border-radius: 15px;
    color: #222;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #e1e5e6;
}
@media screen and (max-width:768px){
  .return {
    position: relative;
  }
  .re_top {
    position: absolute;
    right: 0;
    bottom: 2px;
    text-align: center;
    background-color: #aaa;
    border-radius: 6px;
    width: 50px;
    padding: 10px 0 8px 0;
    margin: 0;
  }
}