html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

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

caption,th,td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

body {
  color: #333;
  font-size: 12px;
}

p {
  line-height: 1.4;
}

.box {
  width: 100%;
}

.designArea {
  width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
  overflow: hidden;
  position: relative;
}

.header {
  margin-bottom: 36px;
}

.btnArea {
  text-align: center;
}

.btnArea.negativeTopA {
  margin-top: -25px;
}

.btnArea a {
  width: 557px;
  height: 55px;
  display: block;
  margin: 0 auto;
}

.btnArea a:hover {
  opacity: 0.85;
}

.tel {
  text-align: right;
  padding: 23px 0 13px;
}

.headerArea {
  width: 100%;
  background: #f6f6eb url(../img/main_img_back1.png) no-repeat top center;
  padding-bottom: 48px;
}

.headerArea .logo {
  width: 592px;
  height: 253px;
  margin: 30px auto 0 auto;
}

.headerArea .head_design_img {
  position: absolute;
  display: block;
  top: 60px;
  right: 50px;
  width: 237px;
  height: 98px;
}

.contentsHeader {
  text-align: center;
  margin-bottom: 36px;
}

.floatbox {
  overflow: hidden;
}

.floatbox .left {
  float: left;
}

.floatbox .right {
  float: right;
}

.floatbox .right .layout {
  text-align: right;
}

.flowArea {
  background: #f6faeb;
  padding: 36px 0;
}

.flowNumbers {
  border-bottom: 1px #4fa135 solid;
  border-left: 1px #4fa135 solid;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
  background: #4fa135;
  margin-bottom: 36px;
}

.flowNumbers dt {
  background: #4fa135 url("../img/flow_number_icon.jpg") no-repeat top right;
  width: 122px;
  float: left;
  height: 60px;
}

.flowNumbers dt:first-child {
  width: 136px;
}

.flowNumbers dt:last-of-type {
  float: right;
  width: 110px;
  background: #4fa135;
}

.flowNumbers dt img {
  vertical-align: bottom;
}

.flowNumbers dd {
  background: #fff;
  border-bottom: 1px #4fa135 solid;
  border-right: 1px #4fa135 solid;
  position: absolute;
  width: 122px;
  height: 200px;
  top: 60px;
  left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  line-height: 1.4;
}

.flowNumbers dd.f_n1 {
  width: 125px;
  left: 0px;
}

.flowNumbers dd.f_n2 {
  left: 125px;
}

.flowNumbers dd.f_n3 {
  left: 247px;
}

.flowNumbers dd.f_n4 {
  left: 369px;
}

.flowNumbers dd.f_n5 {
  left: 491px;
}

.flowNumbers dd.f_n6 {
  left: 613px;
}

.flowNumbers dd.f_n7 {
  left: 735px;
  width: 125px;
}

.flowNumbers dd:first-child {
  width: 128px;
}

.langArea {
  background: #edf5f5;
  padding: 36px 0 24px 0;
}

.kokki {
  width: 369px;
  height: 85px;
}

.kokkiText {
  width: 470px;
  font-size: 130%;
}

.langPoint {
  background: url("../img/lang_back_img1.png") no-repeat top left;
  padding: 17px 36px 36px 36px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.langPoint:after {
  position: absolute;
  top: -25px;
  right: 25px;
  content: url("../img/lang_img2.png");
  display: block;
  width: 63px;
  height: 73px;
}

.footerImg {
  margin: -30px auto 0 auto;
}

.footerImg img {
  vertical-align: bottom;
}

.footerText {
  background: #e7e7e7;
  padding: 12px 0;
}

.footerBtn {
  display: block;
  width: 557px;
  height: 55px;
  margin-top: -135px;
  padding-bottom: 80px;
}

.footerBtn:hover {
  opacity: 0.85;
}

.com {
  width: 520px;
  margin-left: 36px;
  line-height: 1.4;
}

.com .comName {
  display: inline-block;
  font-size: 150%;
}

.com i {
  color: #f00;
}

.red {
  color: #f00;
}

.center {
  text-align: center;
}

.font-S {
  font-size: 82%;
}

.font-L {
  font-size: 150%;
}

.w129 {
  width: 129px;
}

.w650 {
  width: 650px;
}

.mt12 {
  margin-top: 12px;
}

.mt24 {
  margin-top: 24px;
}

.mt36 {
  margin-top: 36px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb36 {
  margin-bottom: 36px;
}
