@charset "UTF-8";
/*===============================================
 画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px) {}
/*===============================================
 画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
.cl {
    overflow: hidden;
  }
  .outer {
    width: 100%;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  .description {
    background-color: #eeeeee;
  }
  .description h1 {
    line-height:40px;
  }
  .description h1 {
    width: 98%;
    margin: 0 auto;
  }
  .description a {
    color: #8e4006;
  }
  .header {
    margin-bottom: 25px;
  }
  .header .logo_block {
    position: relative;
  }
  .header .logo {
    margin: 0 auto 5%;
    max-width: 343px;
    width: 100%;
    margin-top: 5%;
    display: block;
  }
  .header .tel_block {
    margin: 0 auto 5%;
    width: 98%;
  }
  .header .tel_block ul {
    margin: 0 auto;
    width: 90%;
  }
  .header .tel_block li {
    display: inline-block;
    vertical-align: bottom;
  }
  .header .tel_block li:first-child {
    width: 100%;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    background-color: #8fc31f;
    line-height: 50px;
    margin-bottom:10px;
  }
  .header .tel_block li:last-child {
    text-align: center;
    padding-left: 0px;
    font-size: 14px;
    width: 100%;
  }
  .header .tel_block li:last-child span{
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .header .tel_block .tel {
    font-size: 32px;
    line-height: 1em;
  }
  .header .mail_block {
    margin: 0 auto;
    display: none;
    width: 100%;
    height: auto;
    background-image: url(../../asset/img/bg_mail.png);
    background-size: cover;
    padding: 5% 0 5% 20%;
  }
  .header .mail_block a {
    display: block;
    width: 100%;
    background-image: url(../../asset/img/ico_mail.png);
    background-repeat: no-repeat;
    background-size: 56px;
    background-position: left center;
    padding-left: 70px;
    font-weight: bold;
  }
  nav ul {
    display: none;
  }
  .open nav ul {
    width: 96%;
    margin: 15% auto 0 ;
    display: block;
  }
  nav li {
    display: inline-block;
    width: calc(100% / 6);
    text-align: center;
  }
  nav li a {
    display: block;
    width: 100%;
    line-height: 40px;
  }
  .main_img {
    position: relative;
    background-image: url(../../asset/img/top-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vw / 2.26);
  }
  .main_img .inner {
    width: 98%;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main_img h1 {
    width:100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main_img h2 {
    padding: 0 0 0 3%;
    width: 100%;
    font-size: 14px;
  }
  .top .news {
    padding: 1% 0 1% 2%;
    background-color: #d1c0a5;
    margin-bottom: 95px;
  }
  .top .news th {
    vertical-align: middle;
    background-image: url(../../asset/img/ico_news.png);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center left;
    padding-right: 10px;
    padding-left: 50px;
    padding-bottom: 0px;
  }
  .top .news td p {
    font-size: 14px;
    padding-left: 10px;
    border-left: 2px solid;
  }
  .top .news td p span{
    display: block;
  }
  .top .support {
    margin-bottom: 50px;
  }
  .top .support h2, .top .support h3 {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 2em;
  }
  .top .support h2 {
    margin-bottom: 40px;
  }
  .top .support li {
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
    max-width: 351px;
    height: 477px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 280px;
    padding-bottom: 40px;
  }
  .top .support li:nth-of-type(1) {
    background-image: url(../../asset/img/top-men1.png);
  }
  .top .support li:nth-of-type(2) {
    background-image: url(../../asset/img/top-men2.png);
  }
  .top .support li:nth-of-type(3) {
    background-image: url(../../asset/img/top-women.png);
  }
  .top .support li h3 {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0px;
    background-image: url(./asset/img/bg_line01.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
  }
  .top .support li h3 span {
    font-size: 30px;
  }
  .top .support li p {
    width: 80%;
    margin: auto;
    font-size: 14px;
  }
  .top .outer.survey {
    width: 98%;
    padding: 20px 0;
    background-color: #8fc31f;
    margin-bottom: 160px;
  }
  .top .survey .inner {
    width: 98%;
    border-radius: 40px;
    background-color: #fff;
    padding: 30px 20px;
  }
  .top .survey .inner h2 {
    width: 100%;
    font-size: 16px;
  }
  .top .survey .inner h3 {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    padding: 5% 0;
  }
  .top .survey table {
    margin-bottom: 20px;
  }
  .top .survey th, .top .survey td {
    vertical-align: middle;
    text-align: left;
  }
  .top .survey th {
    width: 100%;
    display: block;
    font-size: 20px;
  }
  .top .survey td {
    width: 100%;
    display: block;
    margin: 5% auto;
  }
  .top .survey th h2 {
    font-size: 20px;
  }
  .top .survey th h3 {
    font-size: 65px;
    color: #e86005;
  }
  .top .survey li {
    position: relative;
    padding-top: 36px;
    margin: 0 0 5%;
  }
  .top .survey li:before {
    position: absolute;
    display: block;
    content: "";
    width: 33px;
    height: 54px;
    background-image: url(../../asset/img/ico_pin01.png);
    background-size: 32px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
  }
  .top .survey li:after {
    position: absolute;
    display: block;
    content: "";
    width: 33px;
    height: 54px;
    background-image: url(../../asset/img/ico_pin02.png);
    background-size: 32px;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
  }
  .top .survey li .list {
    background-color: #eee;
    color: #e86005;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    padding: 2%;
  }
  .top .survey ul {
    margin-bottom: 50px;
  }
  .top .survey .detail_link {
    margin: 0 auto;
    width: 98%;
    text-align: left;
    font-size: 22px;
  }
  .top .survey .detail_link a {
    width: 100%;
    background-image: url(../../asset/img/ico_arrow01.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: right center;
    padding-right: 48px;
    border-bottom: 2px solid;
  }
  .top .service {
    margin-bottom: 10px;
  }
  .top .service ul {
    width: 100%;
  }
  .top .service li {
    width: 90%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    border: 2px solid #000000;
    text-align: center;
    margin: 0 auto 15%;
  }
  .top .service li h2 {
    display: inline-block;
    position: relative;
    font-size: 30px;
    margin-bottom: 50px;
  }
  .top .service li:nth-of-type(1) h2:before {
    background-image: url(../../asset/img/ico_service.png);
    background-size: 68px;
    width: 68px;
    height: 68px;
  }
  .top .service li:nth-of-type(2) h2:before {
    background-image: url(../../asset/img/ico_price.png);
    background-size: 54px;
    width: 54px;
    height: 68px;
  }
  .top .service li:nth-of-type(3) h2:before {
    background-image: url(../../asset/img/ico_question.png);
    background-size: 33px;
    width: 33px;
    height: 68px;
  }
  .top .service li h2:before {
    display: block;
    content: "";
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 15px;
  }
  .top .service li h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px; /*下線の上下位置調整*/
    display: inline-block;
    width: 50px; /*下線の幅*/
    height: 4px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #000; /*下線の色*/
  }
  .top .service li p {
    font-size: 19px;
    line-height: 1.5em;
    ;
  }
  .top .service li .detail_link02 {
    display: block;
    width: 190px;
    position: absolute;
    background-color: #fff600;
    border-bottom: 2px solid #c1bfbe;
    text-align: left;
    right: -2%;
    bottom: -18px;
  }
  .top .service li .detail_link02 a {
    padding-left: 15px;
    line-height: 45px;
    font-size: 20px;
  }
  .top .service li .detail_link02 a:after {
    display: inline-block;
    content: "";
    width: 25px;
    height: 14px;
    background-image: url(./asset/img/ico_arrow02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
    padding-right: 35px;
  }
  .footer {
    border-top: 5px solid #959595;
  }
  .footer .soudan_block {
    margin-bottom: 90px;
  }
  .footer .soudan_block h5 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 5% 0;
  }
  
  .footer .soudan_block .tel-mail li:first-of-type {
    display: inline-block;
    background-color: #cfa972;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
  }
  .footer .soudan_block .tel-mail li:first-of-type span{
    display: inline-block;
  }
   .footer .soudan_block .tel-mail li:last-of-type {
    background-color: #8fc31f;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
  }
  .footer .soudan_block .tel-mail li a {
    display: block;
    width: 100%;
    color: #000;
  }
  .footer .footer_link {
    border-bottom: 5px solid #959595;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
  .footer .footer_link li {
    text-align: left;
    padding: 0 10% 0 0;
    margin: 0 auto 5%;
    width: 98%;
  }
  .footer .footer_link li dt {
    width: 80%;
    margin: 0 auto;
    font-size: 28px;
    background-image: url(../../asset/img/ico_loupe.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: left center;
    padding-left: 35px;
    margin-bottom: 15px;
  }
  .footer .footer_link li dd {
    width: 70%;
    margin: 2% auto;
    font-size: 18px;
    background-image: url(../../asset/img/ico_arrow03.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left center;
    padding-left: 5%;
  }
  .footer .logo_block .logo {
    margin: 0 auto 5%;
    max-width: 343px;
    width: 100%;
  }
  .footer .logo_block .logo img {
    width: 100%;
  }
  .footer .logo_block .logo a {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .footer .logo_block .contact p {
    margin: 0 auto 5%;
    width: 98%;
    font-size: 14px;
    line-height: 2.2em;
  }
  .footer .sns {
    display: none;
    margin: 0 0 5% 2%;
    width: 20%;
  }
  /*====================================================================
	タイトル部分共通
 ====================================================================*/
  .top_ttl {
    width: 100%;
    height: 270px;
    background-image: url("http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/qa_ttl.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
  }
  .ttl_inner {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 12%;
    left: 4%;
    width: 92%;
    height: 200px;
    border: 2px solid #ffffff;
  }
  .ttl_inner div {
    width: 100%;
    text-align: center;
  }
  .ttl_inner h2 {
    padding: 30px 0 0 0;
    font-size: 54px;
    text-align: center;
    position: relative;
    margin: 0 0 35px;
  }
  .ttl_inner h2:before {
    content: '';
    position: absolute;
    left: 45%;
    bottom: -10px; /*線の上下位置*/
    display: inline-block;
    width: 40px; /*線の長さ*/
    height: 5px; /*線の太さ*/
    -webkit-transform: translateX(10%);
    transform: translateX(10%); /*位置調整*/
    background-color: #ffffff; /*線の色*/
    border-radius: 1px; /*線の丸み*/
  }
  /*====================================================================
	company始まり
 ====================================================================*/
  .company01 {
    width: 100%;
    height: auto;
    margin: 100px 0;
  }
  .company01_wrap {
    margin: 0 auto;
    width: 96%;
    overflow: hidden;
  }
  .company01_wrap .daihyo{
    background-image: url(../img/yamazaki.png);
    background-size: 100%;
    max-width: 131px;
    width: 100%;
    height: 174px;
    margin: auto;
    margin-bottom: 10px;
  }
  .company01_wrap .daihyo_name p{
    text-align: center;
    font-weight: bold;
  }
  .company01_wrap p{
    line-height: 2;
    margin-bottom: 20px;
  }  
  .company01 dl {
    margin: 0 auto;
    font-weight: bold;
    color: #000000;
    width: 100%;
  }
  .company01 dl:nth-of-type(4) dt {
    font-size: 18px;
    padding: 2% 0 0 0;
    height: auto;
  }
  .company01 dl:last-of-type dt {
    font-size: 18px;
    padding: 2% 0 0 0;
    height: auto;
  }
  .company01 dl:last-of-type dd {
    height: auto;
  }
  .company01 dt {
    width: 100%;
    padding: 2% 0 0 0;
    box-sizing: border-box;
  }
  .company01 dd {
    width: 100%;
    font-size: 16px;
    padding: 10px 0px 15px 15px;
    box-sizing: border-box;
  }
  .company01 dl:last-of-type dd {
    width: 100%;
    padding: 10px 0px 18px 15px;
    box-sizing: border-box;
    float: left;
  }
  .company01 dl {
    border-bottom: 1px solid #000000;
  }
  .company01 dl:last-of-type {
    border-bottom: none;
  }
  .company02 {
    background-color: #f7f5f5;
    margin: 0 auto 100px;
    width: 100%;
    height: auto;
  }
  .company02_inner_wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .company02_inner01 {
    padding: 5% 0 0 0;
    margin: 0 auto 45%;
    width: 98%;
  }
  .company02_inner01 h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 0 auto;
    width: 40%;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
    box-sizing: border-box;
  }
  .company02_inner02 {
    margin: 0 auto;
    width: 98%;
  }
  .company02_inner02 dl {
    padding: 0 0 10%;
    margin: 2% auto;
    font-weight: bold;
    color: #000000;
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
  }
  .company02_inner02 dt:first-child {
    font-size: 26px;
    font-weight: bold;
  }
  .company02_inner02 dl dt:last-of-type, .company02_inner02 dl dt:nth-of-type(2) {
    font-size: 20px;
  }
  .company02_inner02 dd:first-of-type {
    font-size: 20px;
  }
  .company02_inner02 dd ul {
    font-size: 20px
  }
  .company02_inner02 dd ul li {
    padding: 2% 0 0 0;
  }
  .company02_inner02 dl dd:first-of-type, .company02_inner02 dl dd:nth-of-type(2) {
    margin-bottom: 50px;
  }
  .company02_inner02 dd span:after {
    content: ":";
    padding: 0 2%;
  }
  .company02_inner03 {
    margin: 7% auto;
    position: absolute;
    top: 5%;
    left: 33.3333%;
    width: 33.33333%;
  }
  .company02_inner03 img {
    width: 100%;
    box-sizing: border-box;
  }
  .company03 {
    margin-bottom: 80px;
    width: 100%;
  }
  .company_access {
    margin: 0 auto;
    width: 100%;
  }
  .company_access dl {
    margin: 0 auto 10px;
    width: 98%;
    height: 50px;
    overflow: hidden;
  }
  .company_access dt {
    width: 30%;
    height: auto;
    text-align: left;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    float: left;
  }
  .company_access dd {
    width: 68%;
    height: auto;
    line-height: 50px;
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    float: left;
  }
  .gmap {
    margin: 0 auto;
    width: 98%;
  }
  .gmap iframe{
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .company04 {
    width: 100%;
    background-color: #f7f5f5;
    padding: 30px 0;
    margin: 0 0 150px;
  }
  .company04 h3 {
    text-align: center;
    width: 70%;
    margin: 0 auto 4%;
    font-size: 30px;
    color: #000000;
  }
  .company04 h3 span:before, .company04 h3 span:after {
    content: "|";
    padding: 0 3%;
    box-sizing: border-box;
  }
  .company04 p {
    width: 98%;
    font-size: 19px;
    margin: 0 auto 50px;
  }
  .company04 dl {
    width: 98%;
    margin: 0 auto;
  }
  .company04 dt {
    margin-bottom: 15px;
    font-size: 24px;
    color: #000000;
  }
  .company04 dd {
    margin-bottom: 50px;
    color: #000000;
    font-size: 18px;
  }
  /*====================================================================
	flow始まり
 ====================================================================*/
  .flow_inner_wrap {
    width: 100%;
  }
  .flow_inner_wrap section {
    margin: 0 auto;
    width: 1200px;
  }
  .flow_inner_wrap section dd {
    font-size: 18px;
    color: #000000;
    padding: 50px 100px;
    box-sizing: border-box;
  }
  .ttl_yellow {
    background-color: #fff600;
    width: 100%;
    height: 126px;
    line-height: 126px;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    padding: 0 0 0 100px;
    box-sizing: border-box;
  }
  .number {
    width: 10%;
  }
  .number img {
    width: 50%;
  }
  /*====================================================================
	flow始まり
 ====================================================================*/
  .flow_inner_wrap {
    padding: 80px 0 0 0;
    width: 100%;
  }
  .flow_inner_wrap section {
    width: 100%;
  }
  .flow_inner_wrap section:first-child {
    margin: 0 auto 100px;
  }
  .flow_inner_wrap section:first-child dl {
    width: 100%;
  }
  .flow_inner_wrap section:first-child dd {
    width: 98%;
    font-size: 18px;
    color: #000000;
    padding: 2% 10%;
    margin: 0 0 8%;
    line-height: 1.5em;
    box-sizing: border-box;
  }
  .ttl_yellow {
    background-color: #fff600;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    z-index: 1;
  }
  .flow_inner_wrap section:last-child {
    padding: 30px 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #eeeeee;
    margin: 0 auto;
  }
  .flow_inner_wrap section:last-child dl {
    margin: 0 auto;
    width: 98%;
    background-color: #ffffff;
  }
  .flow_inner_wrap section:last-child dt {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }
  .flow_inner_wrap section:last-child dt img {
    width: 20%;
    text-align: center;
    margin: 0 42%;
  }
  .flow_inner_wrap section:last-child dd {
    padding: 0 0 60px;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
  }
	.flow_inner01,.flow_inner02,.flow_inner03,.flow_inner04,.flow_inner05,.flow_inner06,.flow_inner07,.flow_inner08 {
		width: 100%;
		position: relative;
	}
	.flow_number01,.flow_number05 {
		position: absolute;
		top: -10%;
		left: 2%;
	}
  .flow_number02,.flow_number03,.flow_number04,.flow_number06,.flow_number07,.flow_number08 {
		position: absolute;
		top: -18%;
		left: 2%;
	}
	.flow_number01 img,.flow_number02 img,.flow_number03 img,.flow_number04 img,.flow_number05 img,.flow_number06 img,.flow_number07 img,.flow_number08 img {
		width: 25%;	
	}
	 
  /*====================================================================
	qa始まり
 ====================================================================*/
  .qa_main {
    background-color: #dcd3b2;
    width: 100%;
    height: auto;
  }

  .qa_wrap {
    padding: 100px 0;
    margin: 0 auto;
    width: 100%;
  }
  .qainner_wrap {
    background-color: #ffffff;
    margin: 0 0 30px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .qainner_wrap dl {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .qainner_wrap dt {
    width: 4%;
    float: left;
    font-size: 20px;
    font-weight: bold;
  }
  .qainner_wrap dd {
    width: 95%;
    float: left;
  }
  .qainner_wrap dl:first-child {
    display: inline-block;
    border-bottom: 1px solid #aaaaaa;
    height: 80px;
    line-height: 80px;
  }
  .qainner_wrap dl:first-child dt {
    width: 8%;
    font-size: 36px;
    font-weight: bold;
    color: #000000;
  }
  .qainner_wrap dl:first-child dd {
    width: 90%;
    padding: 0 0 0 1%;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    height: auto;
    box-sizing: border-box;
  }
  .qainner_wrap:first-of-type dl:last-child {
    display: inline-block;
    height: 120px;
  }
  .qainner_wrap:nth-of-type(2) dl:last-child {
    display: inline-block;
    height: 120px;
  }
  .qainner_wrap:nth-of-type(3) dl:last-child {
    display: inline-block;
    height: 100px;
  }
  .qainner_wrap:nth-of-type(4) dl:last-child {
    display: inline-block;
    height: 130px;
  }
  .qainner_wrap:nth-of-type(5) dl:last-child {
    display: inline-block;
    height: 150px;
  }
  .qainner_wrap dl:last-child dt {
    width: 8%;
    font-size: 36px;
    font-weight: bold;
    color: #981212;
  }
  .qainner_wrap dl:last-child dd {
    width: 90%;
    height: auto;
    font-size: 18px;
    padding: 10px 0 0 1%;
    color: #000000;
  }
  /*====================================================================
	price始まり
 ====================================================================*/
  .price_inner_wrap {
    width: 100%;
    margin: 0 auto 45px;
  }
  .price_ttl {
    margin: 80px 0;
    width: 100%;
    position: relative;
  }
  .price_ttl h3 {
    position: absolute;
    top: -30px;
    left: 35%;
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }
  .price_ttl dl {
    margin: 0 auto;
    width: 98%;
    border-top: 25px solid #fff600;
    border-bottom: 25px solid #fff600;
    padding: 30px 0;
    box-sizing: border-box;
  }
  .price_ttl dl dt {
    margin: 0 0 45px;
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    text-align: center;
  }
  .price_ttl dl dd {
    margin: 0 0 7%;
    text-align: center;
    font-size: 18px;
    color: #000000;
  }
  .price_main01 {
    margin: 0 auto 50px;;
    width: 100%;
  }
  .price_main01 h3 {
    width: 98%;
    margin: 0 auto 20px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }
  .price_main01 h3 span::before, .price_main01 h3 span::after {
    padding: 0 25px;
    content: "|";
  }
  .price_main_inner01 {
    margin: 0 0 30px;
    width: 100%;
    overflow: hidden;
  }
  .price_main_inner01 dl:first-child {
    margin: 0 auto;
    width: 98%;
    height: 60px;
  }
  .price_main_inner01 dl:first-child dt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    float: left;
    width: 30%;
    height: 60px;
    line-height: 60px;
    background-color: #dcf6ce;
    box-sizing: border-box;
  }
  .price_main_inner01 dl:first-child dd {
    padding: 0 0 0 3%;
    font-size: 24px;
    color: #000000;
    float: left;
    width: 70%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    background-color: #f7f5f5;
    box-sizing: border-box;
  }
  .price_main_inner01 dl:last-child {
    margin: 0 auto;
    width: 98%;
    height: 105px;
    border-top: 1px solid #000000;
    box-sizing: border-box;
  }
  .price_main_inner01 dl:last-child dt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    float: left;
    width: 30%;
    height: 65px;
    line-height: 65px;
    background-color: #dcf6ce;
    box-sizing: border-box;
  }
  .price_main_inner01 dl:last-child dd {
    padding: 0 0 0 3%;;
    color: #000000;
    float: left;
    width: 70%;
    height: 65px;
    line-height:35px;
    text-align: left;
    background-color: #f7f5f5;
    box-sizing: border-box;
  }
  .price_main_inner01 dl:last-child dd ul li {
    font-size: 25px;
    width: 100%;
    line-height: 32px;
  }
  .price_main_inner01 dl:last-child dd ul li:last-child {
    font-size: 14px;

    line-height: 16px;
  }
  .price_main_inner02 {
    margin: 0 0 20px;
    width: 100%;
    overflow: hidden;
  }
  .price_main_inner02 dl {
    margin: 0 auto;
    width: 98%;
  }
  .price_main_inner02 dl dt {
    width: 100%;
  }
  .price_main_inner02 dl dt ul {
    width: 100%;
    height: 150px;
    background-color: #dcf6ce;
  }
  .price_main_inner02 dl dt ul li {
    font-size: 2px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    box-sizing: border-box;
  }
  .price_main_inner02 dl dt ul li:first-child {
    padding: 3%;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    height: 65px;
    line-height: 25px;
    border-bottom: 1px dotted #000000;
  }
  .price_main_inner02 dl dt ul li:last-child {
    padding: 3%;
    box-sizing: border-box;
    font-size: 18px;
    height: 65px;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
  }
  .price_main_inner02:last-of-type dl dt ul li:last-child {
    padding: 3%;
    box-sizing: border-box;
    font-size: 18px;
    height: 65px;
    line-height: 45px;
    text-align: left;
    font-weight: bold;
  }
  .price_main_inner02 dl dt ul li:last-child span {
    margin: 0 0 0 10px;
    font-size: 15px;
  }
  .price_main_inner02 dl dd {
    padding: 2%;
    display: block;
    font-size: 25px;
    color: #000000;
    width: 100%;
    /*! line-height: 55px; */
    text-align: left;
    background-color: #f7f5f5;
    box-sizing: border-box;
  }
  .price_main_inner02 dl dd ul li {
    box-sizing: border-box;
    font-size: 25px;
    color: #000000;
    width: 100%;
    /*! height: 40px; */
    line-height: 25px;
  }
  .price_main_inner03 {
    margin: 0 auto 85px;
    width: 98%;
    overflow: hidden;
  }
  .price_main_inner03:last-child {
    margin: 0 0 40px;
  }
  .price_main_inner03 dl {
    width: 100%;
  }
  .price_main_inner03 dt {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    line-height: 105px;
    background-color: #dcf6ce;
    box-sizing: border-box;
  }
  .price_main_inner03 dd {
    font-size: 25px;
    color: #000000;
    text-align: center;
    width: 100%;
    /*! line-height: 105px; */
    background-color: #f7f5f5;
    box-sizing: border-box;
  }
  .price_main_inner03 dd ul li:first-child {
    /*! height: 60px; */
    /*! line-height: 90px; */
  }
  .price_main_inner03 dd ul li:last-child {
    font-size: 14px;
    height: 40px;
    line-height: 30px;
  }
  /*====================================================================
	service始まり
 ====================================================================*/
  .service_list {
    width: 98%;
    margin: 0 auto;
  }
  .service_list ul:first-child {
    width: 100%;
    padding: 50px 0 0;
    margin: 0 auto 10px;
    box-sizing: border-box;
  }
  .service_list ul:last-child {
    width: 100%;
    padding: 0 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .service_list ul li {
    margin: 0 auto;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #e5e5e5;
  }
  .service_list ul li:first-child, .service_list ul li:nth-child(2), .service_list ul li:nth-child(3) {
    margin: 0 0 10px;
  }
  .service_list ul li a {
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    display: block;
  }
  .service_list ul li a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .service_list ul li a span:after {
    content: "〉〉";
    font-size: 12px;
    padding: 0 0 0 10px;
  }
  .service_main01 {
    width: 100%;
  }
  .service_ttl01 {
    margin: 0 auto;
    background-image: url(http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/uwaki-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 178px;
    position: relative;
  }
  .service_ttl01 h4 {
    position: absolute;
    top: 75px;
    left: 10px;
  }
  .service_ttl01 h4 img {
    width: 45%;
    height: auto;
  }
  .service_inner_wrap01 {
    margin: 0 auto 80px;
    width: 98%;
    height: auto;
  }
  .service_inner_r01 {
    margin: 0 auto;
    width: 98%;
  }
  .service_inner_r02 {
    margin: 0 auto;
    border: 2px solid #8fc31f;
    width: 98%;
    position: relative;
  }
  .service_inner_r01_top {
    width: 98%;
    margin: 0 auto 75px;
  }
  .service_inner_r01_top h5 {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 20px;
  }
  .service_inner_r01_top p {
    width: 100%;
    font-size: 18px;
    color: #000000;
  }
  .service_inner_r01_under {
    margin: 0 0 30px;
    width: 100%;
    background-color: #fff600;
    border-radius: 20px;
    position: relative;
  }
	.pinl {
		position: absolute;
		top: -7%;
	}
  .pinl img {
		width: 55%;
	}
  .pinr img {
		width: 80%;
	}
	.pinr {
		position: absolute;
		top: -7%;
		left: 92%;
	}
  .service_inner_r01_under dl dt:last-of-type {
    margin: 0 auto 20px;
    padding: 20px 0;
    width: 90%;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    border-bottom: 2px dashed #000000;
    box-sizing: border-box;
  }
  .service_inner_r01_under dl dd {
    margin: 0 auto;
    padding: 0 0 18px;
    width: 92%;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }
  .service_inner_r01_under dl dd li {
    padding: 5px 0;
  }
  .service_inner_r02 h5 {
    width: 60%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #8fc31f;
    position: absolute;
    top: 15px;
    left: -5px;
    font-size: 19px;
    font-weight: bold;
  }
  .service_inner_r02 ul {
    width: 98%;
    margin: 0 auto;
    padding: 70px 0 20px 10px;
    box-sizing: border-box;
  }
  .service_inner_r02 ul li {
    background-image: url("http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/check_green.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left center;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    padding: 3px 0 2% 8%;
  }
  .service_inner_wrap02 {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .service_inner_r03 {
    font-size: 17px;
    color: #000000;
    width: 100%;
    margin: 0 0 5%;
    position: relative;
  }
	.service_inner_r03 h4 {
		background-image: url(http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/chouhou.png);
		background-repeat: no-repeat;
		background-position: right;
		background-size: contain;
		height: 36px;
		text-align: right;
    margin: 0 2% 0 0;
    padding: 1% 2% 0 0;
    font-size: 14px;
	}
  .service_inner_r03:last-child {
    margin: 0 0 50px;
  }
  .service_inner_r03 dl {
    background-color: #eeeeee;
    padding: 30px 35px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
  .service_inner_r03 dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #000000;
  }
  .service_inner_r03 dl dd ul li {
    font-size: 16px;
    color: #000000;
  }
  .service_inner_r04 {
    margin: 0 0 80px;
    width: 100%;
    position: relative;
  }
  .service_inner_r04 dl {
    margin: 0 auto;
    width: 98%;
    overflow: hidden;
  }
  .service_inner_r04 dl dt {
    margin: 5% 0 0;
    width: 30%;
    float: left;
  }
  .service_inner_r04 dl dt img {
    width: 70%;
  }
  .balloon_left {
    position: relative;
    display: inline-block;
    width: 68%;
    color: #000000;
    background: #FFF;
    border: solid 3px #000000;
    box-sizing: border-box;
    border-radius: 30px;
  }
  .balloon_left:before {
    content: "";
    position: absolute;
    top: 60%;
    left: -32px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 22px solid #ffffff;
    z-index: 2;
  }
  .balloon_left:after {
    content: "";
    position: absolute;
    top: 60%;
    left: -45px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 30px solid #000000;
    z-index: 1;
  }
  .balloon_left p {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    padding: 3%;
  }
  .service_ttl02 {
    margin: 0 auto;
    background-image: url(http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/sokou-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 178px;
    position: relative;
  }
  .service_ttl02 h4 {
    position: absolute;
    top: 75px;
    left: 10px;
  }
  .service_ttl02 h4 img {
    width: 45%;
    height: auto;
  }
  .service_inner_r02_under {
    width: 100%;
    background-color: #fff600;
    border-radius: 20px;
    position: relative;
  }
  .service_inner_r02_under dl dt:last-of-type {
    margin: 0 auto 22px;
    padding: 22px 0;
    width: 87%;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    border-bottom: 2px dashed #000000;
    box-sizing: border-box;
  }
  .service_inner_r02_under dl dd {
    margin: 0 auto 50px;
    padding: 0 0 20px;
    width: 87%;
    color: #000000;
  }
  .service_inner_r02_under dl dd p {
    padding: 5px 0;
    font-size: 1.25em;
    font-weight: bold;
  }
  .service_inner_r05 {
    margin: 0 auto;
    background-color: #eeeeee;
    width: 98%;
    position: relative;
  }
  .service_inner_r05 h5 {
    width: 65%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #8fc31f;
    position: absolute;
    top: 15px;
    left: -5px;
    font-size: 19px;
    font-weight: bold;
  }
  .service_inner_r05 ul {
    width: 98%;
    margin: 0 auto;
    padding: 70px 0 20px 10px;
    box-sizing: border-box;
  }
  .service_inner_r05 ul li {
    background-image: url("http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/check_green.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 0 4px 30px;
  }
  .service_ttl03 {
    margin: 0 auto;
    background-image: url(http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/tochoki-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 178px;
    position: relative;
  }
  .service_ttl03 h4 {
    position: absolute;
    top: 75px;
    left: 10px;
  }
  .service_ttl03 h4 img {
    width: 45%;
    height: auto;
  }
  .service_inner_r06 {
    margin: 0 auto;
    background-color: #eeeeee;
    width: 98%;
    position: relative;
  }
  .service_inner_r06 h5 {
    width: 55%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #8fc31f;
    position: absolute;
    top: 15px;
    left: -5px;
    font-size: 19px;
    font-weight: bold;
  }
  .service_inner_r06 ul {
    width: 98%;
    margin: 0 auto;
    padding: 70px 0 20px 10px;
    box-sizing: border-box;

  }
  .service_inner_r06 ul li {
    background-image: url("http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/check_green.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 0 4px 30px;
  }
  .service_inner_r06_img {
    padding: 0 0 60px 0;
    margin: 0 auto;
    width: 90%;
    overflow: hidden;

    box-sizing: border-box;
  }
  .service_inner_r06_img h4 {
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 19px;

    font-weight: bold;
    color: #000000;
  }
  .service_inner_r06_img h4 span:before {
    content: "【";
  }
  .service_inner_r06_img h4 span:after {
    content: "】";
  }
  .service_inner_r06 dl:first-of-type {
    width: 47%;
    float: left;
  }
  .service_inner_r06 dl:first-of-type img, .service_inner_r06 dl:last-of-type img {
    width: 100%;
  }
  .service_inner_r06 dl:last-of-type {
    width: 47%;
    float: right;
  }
  .service_inner_r06 dl dt {
    margin: 0 0 10px;
  }
  .service_inner_r06 dl dd {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
  }
  .service_ttl04 {
    margin: 0 auto;
    background-image: url(http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/stalker-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 178px;
    position: relative;
  }
  .service_ttl04 h4 {
    position: absolute;
    top: 75px;
    left: 10px;
  }
  .service_ttl04 h4 img {
    width: 45%;
    height: auto;
  }
  .service_inner_r07 {
    padding: 1% 0 0 0;
    background-color: #eeeeee;
    width: 100%;
    position: relative;
  }
  .service_inner_r07 h5 {
    width: 65%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #8fc31f;
    position: absolute;
    top: 15px;
    left: -5px;
    font-size: 19px;
    font-weight: bold;
  }
  .service_inner_r07 ul {
    width: 98%;
    padding: 0 0 30px 5px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .service_inner_r07 ul li {
    width: 100%;
    color: #000000;
    font-size: 22px;
  }
  .service_inner_r07_inner p {
    font-size: 19px;
    color: #000000;
    width: 90%;
    margin: 90px auto 30px;
  }
  .service_inner_r07_inner dl {
    width: 90%;
    margin: 0 auto;
  }
  .service_inner_r07_inner dl dt {
    margin: 0 0 20px;
    font-size: 19px;
    color: #000000;
  }
  .service_ttl05 {
    margin: 0 auto;
    background-image: url(http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/yukue-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 178px;
    position: relative;
  }
  .service_ttl05 h4 {
    position: absolute;
    top: 75px;
    left: 10px;
  }
  .service_ttl05 h4 img {
    width: 40%;
    height: auto;
  }
  .service_inner_r08 {
    margin: 9% 0 0 0;
    width: 100%;
    position: relative;
  }
  .service_inner_r08 dl {
    margin: 0 auto;
    width: 98%;
    overflow: hidden;
  }
  .service_inner_r08 dl dt {
    margin: 2% 0 0;
    width: 30%;
    float: right;
  }
  .service_inner_r08 dl dt img {
    width: 80%;
  }
  .balloon_right {
    pposition: relative;
    display: inline-block;
    width: 60%;
    color: #000000;
    background: #FFF;
    border: solid 3px #000000;
    box-sizing: border-box;
    border-radius: 30px;
  }
  .balloon_right:before {
    content: "";
    position: absolute;
    top: 60%;
    left: 59.3%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 22px solid #ffffff;
    z-index: 2;
  }
  .balloon_right:after {
    content: "";
    position: absolute;
    top: 60%;
    left: 59.4%;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 30px solid #000000;
    z-index: 1;
  }
  .balloon_right p {
    width: 100%;
    margin: 3%;
    padding: 2%;
    font-size: 19px;
    font-weight: bold;
    box-sizing: border-box;
  }
  .service_ttl06 {
    margin: 0 auto;
    background-image: url(http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/marry-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 178px;
    position: relative;
  }
  .service_ttl06 h4 {
    position: absolute;
    top: 75px;
    left: 10px;
  }
  .service_ttl06 h4 img {
    width: 40%;
    height: auto;
  }
  .service_ttl07 {
    margin: 0 auto;
    background-image: url(http://web-runup.com/test/atom/wp-content/themes/atom/asset/img/kojin-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 178px;
    position: relative;
  }
  .service_ttl07 h4 {
    position: absolute;
    top: 75px;
    left: 10px;
  }
  .service_ttl07 h4 img {
    width: 45%;
    height: auto;
  }
  /*====================================================================
	コンタクトフォーム
 ====================================================================*/
  .contact-ttl01 {
    width: 96%;
    margin: 0 auto 80px;
  }
  .contact-ttl01 dl {
    margin: 100px auto;
    width: 100%;
  }
  .contact-ttl01 dl dt {
    margin: 0 auto 35px;
    text-align: center;
    width: 100%;
  }
  .contact-ttl01 dl dt img {
    width: 20%;
  }
  .contact-ttl01 dl dd p {
    width: 100%;
    font-size: 19px;
    color: #000000;
  }
  .contact-ttl02 {
    width: 100%;
  }
  .contact-ttl02 ul {
    position: relative;
    margin: 0 auto;
    width: 90%;
    overflow: hidden;
  }
  .contact-ttl02 li {
    font-size: 44px;
    font-weight: bold;
    float: left;
  }
  .contact-ttl02 li:first-of-type {
    position: absolute;
    top: -18%;
    left: 5%;
    width: 20%;
  }
  .contact-ttl02 li:last-of-type {
    padding: 0 0 0 17%;
    width: 80%;
  }
  .contact-ttl02 li img {
    width:50%; 
  }
  .contact-ttl02 dd {
    text-align: center;
    font-size: 22px;
    width: 98%;
    margin: 0 auto 25px;
  }
  .contact-ttl02 h4 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .contact-ttl02 dl {
    margin: 0 auto 80px;
    width: 98%;
    border: 5px solid #eeeeee;
  }
  .contact_form {
    max-width: 98%;
    margin: 0 auto;
    color: #000000;
  }
  .contact_form h4 {
    margin: 0 0 50px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .contact_form h5 {
    margin: 0 0 30px;
    text-align: center;
  }
  .contact_form h5 span {
    font-size: 18px;
    font-weight: bold;
  }
  .contact_form h5 span:after {
    height: auto;
    content: "※";
    color: #ff0000;
    font-size: 25px;
    font-weight: 100;
  }
  .contact_form p {
    text-align: center;
  }
  .contact_form dl {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .contact_form dl:nth-of-type(2) dt span:after, .contact_form dl:nth-of-type(3) dt span:after, .contact_form dl:last-of-type dt span:after {
    padding: 0 0 0 1%;
    content: "※";
    color: #ff0000;
  }
  .area_left {
    width: 20%;
    height: auto;
    float: left;
  }
  .area_left:after {
    padding: 0 0 0 5%;
    content: "※";
    color: #ff0000;
  }
  .area_right {
    width: 50%;
    height: auto;
    float: right;
    color: #ff0000;
  }
  .area_right:before {
    padding: 0 2% 0 0;
    content: "※";
  }
  .contact_form dd input {
    font-size: 20px;
    width: 100%;
    height: 70px;
    margin: 1% 0 0 3%;
    background-color: #eeeeee;
    border: 1px solid #aaaaaa;
  }
  .contact_form dl:last-of-type dd textarea {
    width: 100%;
    height: 300px;
    margin: 2% 0 50px 3%;
  }
  .wpcf7-submit {
    margin: 30px 0;
    padding: 10px 0;
    width: 40%;
    height: auto;
    background-color: #005e15;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
  }
  .wpcf7-form-control-wrap {
    position: relative;
    left: -3%;
  }
  .wpcf7-list-item-label {
    font-size: 20px;
    font-weight: bold;
  }
/*====================================================================
	メニューーボタン
 ====================================================================*/	
	.sp_only {
		display: block;
	}

  
  .pc_only{
    display: none!important;
  }
  
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: fixed;
		top: 30px;
		right: 2%;
		z-index: 105;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
  /*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
  .open nav{
		position: fixed;
		top: 0;
		height: 100vh;
		background-color: rgba(255,255,255,0.7);
		padding-top: 30px;
		z-index: 100;
	}
	
	.open nav li{
    padding: 2% 0;
		opacity: 1;
		font-size: 20px;
		border-bottom: 1px solid #000;
		width: 100%;
		display: block;
		text-align: center;
    box-sizing: border-box;
	}
	
	.open nav li:first-child{
		margin: auto;
	}
  
}