@charset "UTF-8";abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: 400;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    text-decoration: none;
}

ins,mark {
    background-color: #ff9;
    color: #000;
}

mark {
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,select {
    vertical-align: middle;
}

html {
    height: 100%;
}

body,html {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 游ゴシック,Yu Gothic,游ゴシック体,YuGothic,Avenir,Open Sans,Helvetica Neue,Helvetica,Arial,Verdana,Roboto,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Meiryo UI,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100%;
    font-size: 1rem;
}


li,ul {
    list-style-type: none;
}

article {
    line-height: 2;
}

article>section[class^=p-] {
    margin-bottom: 12rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

article .p-guide {
    padding-top: 50rem!important;
}

@media screen and (min-width: 769px) {
.pc-none {
	display: none !important;
}
}
@media screen and (max-width: 768px) {
.sp-none {
	display: none !important;
}
}

a,a:hover {
    color: #fff
}
a.blk {
  color: #000;
}

.l-main {
    line-height: 2;
    font-size: 1.8rem
}

.l-main>[class^=p-] {
    margin-bottom: 9rem
}
img {
  max-width: 100%;
}
.flexbox {
	display: flex;
	display:-webkit-flex;
	display:-ms-flexbox;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.flexbox.vtop {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
}
.flexbox.vcenter {
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.flexbox.vbottom {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
}
.flexbox.jcenter {
	-ms-flex-pack:center;
    -webkit-justify-content: center;
    justify-content:center;
}
.flexbox.jend {
	-ms-flex-pack:flex-end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
}
.flexbox.start {
	-ms-flex-pack:flex-start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}
.flexbox.stretch {
	align-items: stretch;
    -webkit-align-items: stretch;
	-ms-flex-align: stretch;
}

.red {
  color: #BD272D;
}
.bold {
  font-weight: bold;
}
.mt1em {
  margin-top: 1em;
}
.mt2em {
  margin-top: 2em;
}
.mt3em {
  margin-top: 3em;
}
.accordion {
  cursor: pointer;
}
.accordion:not(.menu-open) + * {
	display: none;
}
.accordion .acc-arrow {
  margin-left: auto;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  /* background: #002662; */
  background: #A0A080;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
}

.accordion .acc-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.3em 0;
  border-color: #fff transparent;
}
.accordion.menu-open .acc-arrow::after {
	border-width: 0 0.3em 0.5em;
}

.btn.black {
  background : #000000;
  background : rgba(0, 0, 0, 1);
  box-shadow : 3px 3px 3px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#000000') ;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 0.4em;
  min-width: 340px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  text-align: center;
}
.w100p {
  width: 100%;
}
.txt-center {
  text-align: center;
}
/* footer */
footer {
  background: #002662;
  padding: 1.75em;
  text-align: center;
  margin-top: 3em;
  min-width: 1000px;
  box-sizing: border-box;
  color: #fff;
}

.top main {
  min-width: 1000px;
  padding: 0;
}
.top h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
.top .kvarea {
  width: 100%;
	height: 600px;
	background: url('../images/start/main.png') center top repeat;
  background-size: 1500px;
	position: relative;
	box-sizing: border-box;
}
@media screen and (min-width: 1500px) {
.top .kvarea {
	background-size: 100%;
}
}

.top .kvarea .main-txt {
  width: 598px;
}

.accordion + .nav-inner-wrap {
  display: block;
}
.nav-inner-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
  /* background: #3E5174; */
  background: #A0A080;
  border-radius: 0.4em 0 0 0.4em;
  -webkit-border-radius: 0.4em 0 0 0.4em;
  -moz-border-radius: 0.4em 0 0 0.4em;
  padding: 0.9em;
}
.nav-inner-wrap a {
  background: #E2E2D8;
  /* background: #EAEAEA; */
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  padding: 0.4em 0.5em;
}
.nav-inner-wrap a::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  /* border: solid 1px #002662; */
  border: solid 1px #A87200;
  margin-right: 0.4em;
}
.nav-inner-wrap a + a {
  margin-top: 0.5em;
}
.top .apparea {
  margin-top: 1em;
}
.top .apparea a + a {
  margin-left: 1em;
}
.top .apparea a img {
  display: block;
  width: auto;
  height: 43px;
}
.top .news {
  width: 1000px;
  margin: 2em auto;
}
.top .news ul li span {
  width: 8%;
}
.top .news ul li p {
  width: 92%;
}
.top .news ul li + li {
  margin-top: 0.5em;
}
.top .item.read {
	margin: 4em auto 0;
  padding: 0;
  position: relative;
}
.top .item.read .ph {
	margin: 0 -2.66% 0 0;
	width: 40%;
	max-width: 600px;
	z-index: 2;
	box-sizing: border-box;
}
.top .item.read .ph img {
	display: block;
}
.top .item.read .desc {
	width: 62.66%;
	background: #EEEEE9;
	/* background: #EAEAEA; */
	padding: 3em 14em 3em 6em;
	margin: 5em 0 0 0;
	box-sizing: border-box;
}
.top .item.read .desc h2 {
  margin-bottom: 0.5em;
}
.top .item.read .note {
  font-size: 12px;
  margin-top: 1.5em;
  line-height: 1.5;
}
.top .service {
  background: #EEEEE9;
  padding: 3em 1em;
  margin-top: 3.5em;
}
.ttl-bd {
  text-align: center;
  position: relative;
  margin-bottom: 3em;
  padding-bottom: 0.5em;
}
.ttl-bd::after {
  content: "";
  width: 2em;
  height: 0;
  border-top: solid 3px #A87200;
  /* border-top: solid 3px #A87200; */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.top .service ul {
  max-width: 1000px;
  margin: auto;
}
.top .service ul li {
  width: 31%;
  /* height: 31%; */
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  padding: 3em 1em;
  text-align: center;
  margin-bottom: 3%;
  position: relative;
  box-sizing: border-box;
}
.top .service ul li img {
  display: inline-block;
  width: 135px;
}
.top .service ul li p {
  font-weight: bold;
  line-height: 1.25;
  margin-top: 1em;
}

.top .gr-box {
  /* background : #EAEAEA; */
  background : #E7E7DF;
  /* background : rgba(231, 231, 223, 1); */
  /* background : rgba(234, 234, 234, 1); */
  border-radius : 10px;
  -moz-border-radius : 10px;
  -webkit-border-radius : 10px;
  box-shadow : 2px 2px 2px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#000000') ;
  box-sizing: border-box;
  padding: 2.5em;
  position: relative;
}
.top .bl-box {
  /* background : #EAEAEA; */
  background : #D0D5E0;
  /* background : rgba(231, 231, 223, 1); */
  /* background : rgba(234, 234, 234, 1); */
  border-radius : 10px;
  -moz-border-radius : 10px;
  -webkit-border-radius : 10px;
  box-shadow : 2px 2px 2px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#000000') ;
  box-sizing: border-box;
  padding: 2.5em;
  position: relative;
}
.top .ttl-br {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  /* border-bottom: solid 1px #002662; */
  border-bottom: solid 1px #A87200;
  margin-bottom: 1em;
  padding-left: 1.1em;
  line-height: 2;
}
.top .ttl-br::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  /* border: solid 2px #002662; */
  border: solid 2px #A87200;
  position: absolute;
  left: 0;
  top: 0.65em
}
.top .ttl-c {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.top .arrow-btm {
  position: relative;
  margin-bottom: 4em;
}
.top .arrow-btm::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -3em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-style: solid;
  border-width: 1.5em 2em 0;
  border-color: #C7C7B3 transparent;
  /* border-color: #C7C7B3 transparent; */
}

/* step */
.top section.step {
  width: 1000px;
  margin: 3.5em auto 0;
}
.top section.step .note {
  font-size: 14px;
}
.top section.step .note-box {
	box-sizing: border-box;
	border-top: dashed 1px #333;
	border-bottom: dashed 1px #333;
	padding: 0.5em 0;
}
.top section.step .item .desc {
  width: 600px;
}
.top section.step .item .ph {
  width: calc(100% - 600px);
  text-align: center;
}
.top section.step .item .ph img {
  max-width: 290px;
}
.top section.step .item .ph img.ph02 {
  max-width: 90px;
}
.item .ph.arrow-r {
  position: relative;
}
.item .ph.arrow-r::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  border-style: solid;
  border-width: 1.5em 0 1.5em 1em;
  /* border-color: transparent #D9D9D9; */
  border-color: transparent #C7C7B3;
}
.top section.step .item .apparea a + a {
  margin-left: 1em;
}
.top section.step .tab {
  margin: 0 auto -1em;
  width: 940px;
}
.top section.step .tab ul li {
  flex-grow: 1;
  margin: 0 1em;
}
.top section.step .tab ul li a {
  background : -moz-linear-gradient(50% 3.24% -90deg,rgba(255, 255, 255, 1) 0%,rgba(214, 214, 214, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
  background : -webkit-gradient(linear,50% 3.24% ,50% 92.41% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(1,rgba(214, 214, 214, 1) ));
  background : -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D6D6D6' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
  border-style : Solid;
  border-color : #DEDED3;
  border-color : rgba(222, 222, 211, 1);
  border-width : 1px;
  border-radius : 10px;
  -moz-border-radius : 10px;
  -webkit-border-radius : 10px;
  box-shadow : 3px 3px 3px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#D6D6D6' , GradientType=0);
  display: block;
  color: #959595;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 0.8em 1.8em;
}
.top section.step .tab ul li.line2 a {
  line-height: 1.2;
  font-size: 18px;
}
.top section.step .tab ul li.current a {
  /* background : #EAEAEA; */
  background : #E7E7DF;
  /* background : rgba(231, 231, 223, 1); */
  /* background : rgba(234, 234, 234, 1); */
  border-radius : 10px;
  -moz-border-radius : 10px;
  -webkit-border-radius : 10px;
  box-shadow : 3px 3px 3px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#000000') ;
  color: #333333;
}
.top section.step .tab ul li.btn a {
  padding: 0.4em 2em;
  position: relative;
}
.top section.step .tab ul li.btn a .ico {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*
.top section.step .ttl-step4:not(.menu-open) {
  margin-bottom: 0;
}
*/

.top section.step .tabwrap .tabcnt {
  display: none;
}
.top section.step .tabwrap .tabcnt.cnt1 {
  display: block;
}

.top section.bg-gray {
  background: #EEEEE9;
  padding: 3em 0;
  margin-top: 3em;
}

/* index2 */
.top section.step-fin {
  text-align: center;
  margin-top: 3em
}
.top section.step-fin h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5em;
}
.top section.step-fin h3 + p {
  line-height: 1.75;
  margin-bottom: 1em;
}

/* share */

.top .btns-step  {
  margin-top: 1.5em;
}
.top .btns-step .btn {
  line-height: 1.2;
  padding: 0.6em 1em;
  min-width: 0;
}
.top .btns-step .btn + .btn {
  margin: 0 0 0 1em;
}


/* modal {{{ */

.mfp-bg.mfp-fade {
	width: 100%;
	z-index: 10000;
}
.mfp-bg.mfp-fade + .mfp-wrap {
	z-index: 10001;
}
main .popup-modal-detail {
	display: none;
}
.mfp-content div.popup-modal-detail {
    color: #444444;
    box-sizing: border-box;
    position: relative;
    background: rgba(231, 231, 223, 1);
    padding: 4em 40px;
    width:auto;
    max-width: 1000px;
    margin: 120px auto 20px;
    box-shadow: 0 0 14px rgba(0,0,0,0.8);
    -moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
}
.mfp-content div.popup-modal-detail .mfp-close {
	width: 40px;
	height: 40px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 40px;
	top: 1em;
	right: 1em;
	font-family: sans-serif;
	color: #fff;
	background: #0091dc;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	opacity: 1;
}
/* .mfp-content div.popup-modal-detail .btn-modal-close {
	position: absolute;
	top: 1em;
	right: 1em;
	opacity: 1;
} */

/* step modal */
.mfp-content div.popup-modal-detail .btn-ico {
	position: absolute;
	top: 1em;
	right: 1em;
	opacity: 1;
}
.mfp-content div.popup-modal-detail .btn-ico img {
  width: 30px;
}
#menu_1 .ttl-br + p {
  font-size: 20px;
}
#menu_1 .ttl-br + p + p {
  color: #ff0000;
  margin-top: 0.8em;
}
#menu_1 h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 1.5em 0;
}
#menu_1 h4 img {
  width: 35px;
  margin-right: 0.8em;
}
#menu_1 .item {
}
#menu_1 .item .desc {
  line-height: 1.75;
}
#menu_1 .item .ph img {
  max-height: 348px;
}
#menu_1 .btn.black {
  padding: 1em;
}
#menu_1 .btn.black img {
  width: 13px;
  margin-right: 0.5em;
}
/* }}} */


/* for SP {{{ */
@media screen and (max-width: 768px) {
  /* common */
  .btn.black {
    font-size: 4vw;
    padding: 0.3em;
    min-width: 68vw;
  }

  /* header */
  header nav {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    pointer-events: none;
  }
  header nav .menu-btn {
    /*
    width: 17.33vw;
    height: 17.33vw;
    */
    pointer-events: auto;
    width: 14vw;
    height: 14vw;
    margin-left: auto;
  	cursor: pointer;
    position: relative;
    z-index: 2;
  }
  header nav .menu-btn:hover {
  	opacity: 0.8;
  }
  header nav .menu-btn img {
    max-width: 100%;
    width: 100%;
  }
  header nav .menu-btn.menu-open .hmenu-open {
  	display: none;
  }
  header nav .menu-btn .hmenu-close {
    display: none;
  }
  header nav .menu-btn.menu-open .hmenu-close {
    display: block;
  }

  .accordion + .nav-inner-wrap {
    display: none;
  }
  .nav-inner-wrap {
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    -webkit-transform: none;
    background: rgba(160, 160, 128, 0.9);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 30vw 1em 1em;
    display: none;
    height: 100vh;
    z-index: 1;
  }
  .nav-inner-wrap a {
    font-size: 5.3vw;
    padding: 1em;
  }
  .nav-inner-wrap a::before {
    width: 1em;
    height: 1em;
    /* border: solid 2px #002662; */
    border: solid 2px #A87200;
  }
  .nav-inner-wrap a + a {
    margin-top: 1em;
  }


  /* footer */
  footer {
    min-width: 100%;
  }

  .top main {
    min-width: 100%;
  }
  .top h2 {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .top .kvarea {
  	height: auto;
  	background: none;
  }
  .top .kvarea .main-txt {
    width: 100%;
  }
  .top .apparea {
    margin-top: 1em;
  }
  .top .apparea a img {
    height: 11.33vw;
  }
  .top .news {
    width: 86.66%;
    font-size: 3.46vw;
  }
  .top .news ul li span {
    width: 20%;
  }
  .top .news ul li p {
    width: 80%;
  }

  .top .item.read {
  	margin: 1em auto 0;
  }
  .top .item.read .ph {
    width: 90.66vw;
    max-width: 90.66vw;
    position: relative;
    margin: 0 auto 0 0;
  }
  .top .item.read .desc {
  	width: 92vw;
    padding: 4em 1.5em 1.5em;
    margin: -2em 0 0 0;
    font-size: 3.46vw;
  }
  .top .item.read .desc h2 {
    font-size: 4.53vw;

  }
  .top .item.read .note {
    font-size: 2.6vw;
  }
  .top .service {
    padding: 2em 6.66vw 1em;
    margin-top: 2em;
  }
  .ttl-bd {
    margin-bottom: 2em;
    padding-bottom: 0.4em;
  }
  .ttl-bd::after {
    border-top-width: 2px;
    /* border-top: solid 2px #A87200; */
  }
  .top .service ul {
    max-width: 100%;
  }
  .top .service ul li {
    width: 47.69%;
    margin-bottom: 3vw;
    padding: 1.5em 0.5em 1em;
  }
  .top .service ul li img {
    width: 17.86vw;
  }
  .top .service ul li p {
    font-size: 3.2vw;
  }

  /* lower */
  .top {
    font-size: 3.46vw;
  }
  /* .top header {
    width: 100%;
  	height: 30.66vw;
  	background-size: cover;
  	padding-top: 5vw;
  } */
  .top header h1 img {
    width: 30vw;
  }

  .top h2 {
    font-size: 4vw;
  }
  .top .gr-box {
    padding: 5.33vw;
  }
  .top .bl-box {
    padding: 5.33vw;
  }
  .top .ttl-br {
    font-size: 3.73vw;
  }
  .top .ttl-c {
    font-size: 3.73vw;
  }


  /* lower step */
  .top section.step {
    width: 86.66%;
  }
  .top section.step .note {
    font-size: 2.66vw;
  }
  .top section.step .item .desc {
    width: 100%;
  }
  .top section.step .item .ph {
    width: 100%;
    margin-top: 1em;
  }
  .top section.step .item .ph img {
    max-height: 48.66vw;
    max-width: 100%;
  }
  .top section.step .item .apparea {
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
  .top section.step .item .apparea a {
    max-width: 49%;
  }
  .top section.step .item .apparea a + a {
    margin: 0;
  }

  .top section.step .tab {
    margin: 0 auto -1em;
    width: 82.66vw;
  }
  .top section.step .tab ul li {
    width: 29%;
  }
  .top section.step .tab ul li a {
    font-size: 3.46vw;
    padding: 0.5em 0.5em 1.5em;
    line-height: 1.2;
  }
  .top section.step .tab ul li.line2 a {
  	font-size: 2.6vw;
  	min-height: 3.5em;
  }
  .top section.step .tab ul li.btn {
    width: 35.5%;
  }
  .top section.step .tab ul li.btn a {
    padding: 0.6em 1em 0.6em 0;
    position: relative;
  }
  .top section.step .tab ul li.btn a .ico {
    right: 0.3em;
    width: 1em;
  }


  /* index2 */
  .top section.step-fin h3 {
    font-size: 4vw;
  }
  .top section.step-fin h3 + p {
    font-size: 3.2vw;
  }

  /* share */
  .top .btns-step .btn {
    padding: 0.6em 1em;
    width: 100%;
  }
  .top .btns-step .btn + .btn {
    margin: 1em 0 0 0;
  }


  /* modal {{{ */
  .mfp-bg.mfp-fade {
  	min-width: 50vw;
  }
  .mfp-bg.mfp-fade + .mfp-wrap {
  	min-width: 50vw;
  }
  .mfp-content div.popup-modal-detail {
      max-width: 86.66vw;
      margin: 1em auto;
      padding: 3em 1.5em;
  }
  .mfp-content div.popup-modal-detail .mfp-close {
  	width: 2em;
  	height: 2em;
  	line-height: 2;
  	top: 0.5em;
  	right: 0.5em;
  }
  .mfp-content div.popup-modal-detail .btn-ico {
  	width: 2em;
  	height: 2em;
  	top: 0.5em;
  	right: 0.5em;
  }

  /* step modal */
  .mfp-content div.popup-modal-detail .btn-ico img {
    width: 6vw;
  }
  #menu_1 .ttl-br + p {
  	font-size: 3.46vw;
  	line-height: 1.73;
  }
  #menu_1 .ttl-br + p + p {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 0.2em;
  }
  #menu_1 h4 {
    font-size: 3.73vw;
  }
  #menu_1 h4 img {
    width: 6.93vw;
  }
  #menu_1 .item .desc {
    line-height: 1.75;
    width: 100%;
  }
  #menu_1 .item .ph {
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
  #menu_1 .item .ph img {
    max-height: 72vw;
  }
  #menu_1 .btn.black img {
    width: 2.4vw;
  }
  /* }}} */

}

/**追加**/
.top .service ul li:nth-child(7) {
  background-color: #ffffff;
}

.top .service ul li:nth-child(8) {
  background-color: #ffffff;
}

.top .service ul li:nth-child(9) {
  background-color: #EEEEE9;
}

.go_prof{
  color: red;
  padding-left: 2.5em;
}

.choice{
  color: red;
  text-align: right;
  padding-right: 1.4em;
}

.contact{
  margin: 0 auto;
  margin-top: 3em;
  border: solid 1px #A87200;
  width: 340px;
}

.contact h3{
  text-align: center;
  padding: 0.3em;
  border-bottom: solid 1px #A87200;
  font-weight: bold;
}

.contact p{
  text-align: center;
  padding: 0.3em;
}

.desc .btn.black{
  margin-top: 3em;
}


/* for SP {{{ */
@media screen and (max-width: 768px)
{

.contact{
  margin: 0 auto;
  margin-top: 3em;
  border: solid 1px #A87200;
  width: 68vw;
}

.choice{
  color: red;
  text-align: right;
  padding-right: 2.5em;
}

.contact h3{
  text-align: center;
  padding: 0.3em;
  border-bottom: solid 1px #A87200;
  font-weight: bold;
}

.contact p{
  text-align: center;
  padding: 0.3em;
}

.top .service ul li:nth-child(9) {
  background-color: #ffffff;
  display: none;
}

.tab ul li:nth-of-type(2){
  position: relative;
}

/*
雛形より636コメントアウト
*/

}
/* 追加　for SP end}}} */


@media screen and (min-width: 768px){
.br-sp {display: none; }
}
