section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-top: 50px;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #089c39;
}

img {
  vertical-align: top;
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.sp_only {
  display: block;
}

.sp_only_inline {
  display: inline;
}

.pc_only,
.pc_only_inline {
  display: none;
}

.wrap {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 15px;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

.to_top {
  -webkit-transition: .6s ease;
  transition: .6s ease;
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.isAnimate.show.to_top {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.to_top_left {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1;
}

.to_top_right {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1;
}

/*=======================================
	header
=======================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .logo {
  padding: 8px 0 0 0;
}
header .logo img {
  height: 30px;
}
header .link {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .link a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #0f2246;
  position: relative;
}
header .link a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid #0f2246;
  border-bottom: 1px solid #0f2246;
  position: absolute;
  top: 50%;
  left: -.8em;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.home header .link {
  right: 15px;
}

#modal-open {
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  top: 9px;
  right: 9px;
}
#modal-open span,
#modal-open span:before,
#modal-open span:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #0f2246;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#modal-open span {
  margin: 15px auto 0 auto;
}
#modal-open span:before {
  top: -6px;
}
#modal-open span:after {
  top: 4px;
}
#modal-open.active span {
  background: transparent;
}
#modal-open.active span:before {
  background: #0f2246;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
#modal-open.active span:after {
  background: #0f2246;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -2px;
}

#header.non-c .link {
  display: none;
}

/*=======================================
	footer
=======================================*/
footer {
  background: #232323;
  line-height: 1;
  padding: 20px 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  font-size: 12px;
  margin: 0 0 20px 0;
}
footer li {
  margin: 0 0 13px 0;
  padding: 0 0 0 15px;
  position: relative;
}
footer li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: .25em;
  left: 0;
}
footer p {
  font-size: 10px;
  color: #666;
  text-align: center;
  letter-spacing: normal;
}

/*=======================================
	btn
=======================================*/
.btn {
  text-align: center;
}
.btn a,
.btn button {
  display: block;
  background: #089c39;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
  position: relative;
  cursor: pointer;
}
.btn button {
  font-size: 15px;
}
.btn a:after,
.btn button:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.btn a[target="_blank"]:after {
  display: none;
}
.btn a[target="_blank"]:before {
  border: none;
  font-family: 'Material Icons';
  content: "\e89e";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.move {
  -webkit-animation: skew 2s linear infinite;
          animation: skew 2s linear infinite;
}

@-webkit-keyframes skew {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
            transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
            transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
            transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}

@keyframes skew {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
            transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
            transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
            transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
/*=======================================
	modal
=======================================*/
#modal-content {
  width: calc(100vw / ( 640 / 600 ));
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 201;
  display: none;
}
#modal-content a {
  color: #0f2246;
}
#modal-content figure {
  text-align: center;
  line-height: 1;
  margin: 0 0 calc(100vw / ( 640 / 60 ));
}
#modal-content figure div {
  margin: 0 0 calc(100vw / ( 640 / 20 ));
}
#modal-content figure div img {
  height: calc(100vw / ( 640 / 100 ));
}
#modal-content figure figcaption {
  display: inline-block;
  background: #0f2246;
  color: #fff;
  font-size: calc(100vw / ( 640 / 24 ));
  height: calc(100vw / ( 640 / 48 ));
  line-height: calc(100vw / ( 640 / 48 ));
  border-radius: calc(100vw / ( 640 / 24 ));
  padding: 0 calc(100vw / ( 640 / 20 ));
}
#modal-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#modal-content li {
  width: 48%;
  margin-right: calc(100vw / ( 640 / 20 ));
  margin-bottom: calc(100vw / ( 640 / 20 ));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#modal-content li a {
  display: block;
  background: #0f2246;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: calc(100vw / ( 640 / 8 )) solid #0f2246;
  border-radius: calc(100vw / ( 640 / 8 ));
  padding: calc(100vw / ( 640 / 26 )) calc(100vw / ( 640 / 10 )) calc(100vw / ( 640 / 20 ));
}
#modal-content li h1 {
  font-size: calc(100vw / ( 640 / 36 ));
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: calc(100vw / ( 640 / 20 ));
}
#modal-content li h1 span {
  display: block;
  font-size: calc(100vw / ( 640 / 20 ));
  line-height: 1.4;
  margin: calc(100vw / ( 640 / 10 )) 0 0;
}
#modal-content li svg {
  width: calc(100vw / ( 640 / 40 ));
}
#modal-content li .a {
  fill: #fff;
}
#modal-content li .b {
  fill: #fff;
}
#modal-content li:nth-child(even) {
  margin-right: 0;
}
#modal-content li.green a {
  background: #089c39;
  border-color: #089c39;
}
#modal-content li.blue a {
  background: #212c8d;
  border-color: #212c8d;
}
#modal-content li.wide {
  width: 100%;
  margin-right: 0;
}

.home #modal-content {
  margin: calc(100vw / ( 640 / 60 )) auto calc(100vw / ( 640 / 120 ));
  position: static;
  display: block;
}

#k1.active img {
  -webkit-animation: k1 .2s ease;
          animation: k1 .2s ease;
}

@-webkit-keyframes k1 {
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes k1 {
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
#modal-close {
  position: fixed;
  top: 9px;
  right: 9px;
  width: 32px;
  height: 32px;
  background: #fff;
}
#modal-close span:before,
#modal-close span:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #0f2246;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#modal-close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 120%;
  background: rgba(255, 255, 255, 0.85);
}

/*=======================================
	contact
=======================================*/
.contact {
  background: #f2f2f2;
  padding: 0 0 30px 0;
}
.contact .wrap {
  max-width: 400px;
}
.contact .title {
  padding: 40px 0;
}
.contact .title h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px 0;
}
.contact .title p {
  font-size: 14px;
  line-height: 1.6;
}
.contact input,
.contact textarea {
  background: #fff;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
}
.contact textarea {
  height: 150px;
}
.contact input:-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
.contact input:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
.contact input::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
.contact input::-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
.contact input::placeholder {
  color: #999;
  font-size: 12px;
}
.contact dt {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0 0 0 22px;
  position: relative;
}
.contact .icon {
  width: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact .person .icon,
.contact .address .icon {
  width: 11px;
  left: 1px;
}
.contact dd {
  margin-bottom: 30px;
}
.contact dt strong {
  color: #d60000;
  margin: 0 0 0 .3em;
  font-weight: bold;
}
.contact .btn button {
  width: 100%;
}
.contact .btn.reset {
  margin: 20px 0 0 0;
}
.contact .btn.reset input {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 3px 15px;
  border-radius: 2px;
  font-size: 11px;
  color: #666;
  background: none;
  cursor: pointer;
  border: 1px solid #b4b4b4;
}

.contact_info {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
  position: relative;
}
.contact_info:after {
  content: "";
  display: block;
  width: 44px;
  height: 46px;
  background: url("../images/contact_k1.gif") no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.contact_info p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 .5em 0;
}
.contact_info strong {
  font-size: 20px;
  font-weight: bold;
  color: #ea6060;
}

/*=======================================
	privacy
=======================================*/
.privacy .wrap {
  font-size: 12px;
}
.privacy h1 {
  text-align: center;
  font-size: 1.5em;
  margin: 2em 0 1em;
}
.privacy p {
  margin-bottom: 1em;
}
.privacy dl {
  margin-bottom: 3em;
}
.privacy #english + dl {
  margin-bottom: 6em;
}
.privacy dt {
  font-weight: bold;
  margin: 2em 0 .5em;
}
.privacy ul {
  margin: 0 0 2em 1em;
}
.privacy li {
  text-indent: -1em;
}
.privacy p#english {
  padding-top: 3em;
  margin-top: 3em;
  border-top: 1px solid #ccc;
}

/******************************************************************************************

	pc size

******************************************************************************************/
@media only screen and (min-width: 641px) {
  body {
    padding-top: 70px;
  }

  .sp_only,
  .sp_only_inline {
    display: none;
  }

  .pc_only {
    display: block;
  }

  .pc_only_inline {
    display: inline;
  }

  /*=======================================
  	header
  =======================================*/
  header {
    height: 70px;
  }
  header .wrap {
    max-width: none;
    padding: 0 30px;
  }
  header .logo {
    padding: 13px 0 0 0;
  }
  header .logo img {
    height: 40px;
  }
  header .link {
    right: 100px;
  }
  header .link a {
    font-size: 16px;
  }
  header .link a:hover {
    text-decoration: underline;
  }
  header .link a:before {
    width: 6px;
    height: 6px;
  }

  .home header .link {
    right: 30px;
  }

  #modal-open {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 30px;
    cursor: pointer;
  }
  #modal-open span,
  #modal-open span:before,
  #modal-open span:after {
    width: 32px;
    height: 3px;
  }
  #modal-open span {
    margin: 24px auto 0 auto;
  }
  #modal-open span:before {
    top: -10px;
  }
  #modal-open span:after {
    top: 7px;
  }

  /*=======================================
  	footer
  =======================================*/
  footer {
    padding: 30px 0 20px 0;
  }
  footer ul {
    font-size: 16px;
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer li {
    margin: 0 20px;
    padding: 0 0 0 20px;
  }
  footer li:before {
    border: 7px solid transparent;
    border-left: 12px solid #fff;
    top: .14em;
  }
  footer p {
    font-size: 12px;
  }

  /*=======================================
  	btn
  =======================================*/
  .btn a,
  .btn button {
    display: inline-block;
    font-size: 20px;
    border-radius: 8px;
    border: 2px solid #089c39;
    padding: 25px 130px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .btn a:after,
  .btn button:after {
    right: 25px;
  }
  .btn a:hover,
  .btn button:hover {
    color: #089c39;
    background: #fff;
  }
  .btn a:hover:after,
  .btn button:hover:after {
    border-color: #089c39;
  }

  /*=======================================
  	modal
  =======================================*/
  #modal-content {
    width: 720px;
    /*	margin: 0;
    	padding: 0;
    	position: fixed;
    	z-index: 201;
    	display: none;
    	
    	a{
    		color: #0f2246;
    	}*/
    /*	li:nth-child(even){
    		margin-right: 0;
    	}*/
    /*	li.green{
    		
    		a{
    			background: #089c39;
    			border-color: #089c39;
    		}
    	}*/
  }
  #modal-content figure {
    /*		text-align: center;
    		line-height: 1;*/
    margin: 0 0 40px;
  }
  #modal-content figure div {
    margin: 0 0 15px;
  }
  #modal-content figure div img {
    height: 76px;
  }
  #modal-content figure figcaption {
    /*			display: inline-block;
    			background: #0f2246;
    			color: #fff;*/
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    padding: 0 30px;
  }
  #modal-content ul {
    /*		display: flex;
    		flex-wrap: wrap;
    		justify-content: center;
    		text-align: center;*/
  }
  #modal-content li {
    width: 340px;
    min-width: 290px;
    margin-right: 20px;
    margin-bottom: 20px;
    /*		.a{
    			fill:#fff;
    		}
    		.b{
    			fill:#fff;
    		}*/
  }
  #modal-content li a {
    /*			display: block;
    			background: #0f2246;
    			color: #fff;
    			box-sizing: border-box;*/
    border: 4px solid #0f2246;
    border-radius: 10px;
    padding: 35px 15px 30px;
  }
  #modal-content li h1 {
    font-size: 27px;
    /*			font-weight: bold;
    			line-height: 1.5;
    			letter-spacing: normal;*/
    margin-bottom: 12px;
  }
  #modal-content li h1 span {
    /*				display: block;*/
    font-size: 16px;
    /*				line-height: 1;*/
    margin: 12px 0 0;
  }
  #modal-content li svg {
    width: 60px;
  }
  #modal-content li.wide {
    /*		width: 100%;
    		margin-right: 0;*/
    padding: 0 10px;
  }

  .home #modal-content {
    margin: 60px auto 120px;
    /*	position: static;
    	display: block;*/
  }

  /*
  #modal-content{
  	width: 720px / 1400px * 100%;
  	
  	figure{
  		margin: 0 0 40px 0;
  		
  		div{
  			margin: 0 0 15px 0;
  			
  			img{
  				height: 76px;
  			}
  		}
  		figcaption{
  			font-size: 18px;
  			height: 34px;
  			line-height: 34px;
  			border-radius: 17px;
  			padding: 0 30px;
  		}
  	}
  	li{
  		width: 340px / 720px * 100%;
  		min-width: 290px;
  		
  		a{
  			border-width: 3px;
  			border-radius: 10px;
  			font-size: 27px;
  			padding: 35px 15px 30px 15px;
  			transition: all 0.2s;
  		}
  		a:hover{
  			transform: scale(1.05);
  		}
  		span{
  			font-size: 16px;
  			margin: 12px 0 25px 0;
  		}
  		svg{
  			width: 60px;
  		}
  	}
  	li:last-child{
  		margin-left: 40px / 720px * 100%;
  	}
  }
  .home #modal-content{
  	margin: 60px auto 120px auto;
  }
  */
  #modal-close {
    top: 10px;
    right: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #modal-close span:before,
  #modal-close span:after {
    width: 32px;
    height: 3px;
  }

  #modal-overlay {
    background: rgba(255, 255, 255, 0.9);
  }

  /*=======================================
  	privacy
  =======================================*/
  .privacy .wrap {
    font-size: 15px;
  }
  .privacy h1 {
    margin: 3em 0 1.5em;
  }
}
@media only screen and (min-width: 800px) {
  /*=======================================
  	contact
  =======================================*/
  .contact {
    padding: 0 0 60px 0;
  }
  .contact .wrap {
    max-width: 840px;
  }
  .contact .title {
    padding: 70px 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px dashed #999;
  }
  .contact .title h1 {
    font-size: 40px;
    margin: 0 0 40px 0;
  }
  .contact .title p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
  }
  .contact textarea {
    height: 180px;
  }
  .contact input:-webkit-input-placeholder {
    font-size: 14px;
  }
  .contact input:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .contact input::-ms-input-placeholder {
    font-size: 14px;
  }
  .contact input::placeholder {
    font-size: 14px;
  }
  .contact dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact dt {
    width: 30.9523809524%;
    font-size: 20px;
    margin-bottom: 0;
    padding: 0 20px 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact dd {
    width: 69.0476190476%;
  }
  .contact .icon {
    width: 22px;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .contact .company + dd input,
  .contact .person + dd input,
  .contact .mail + dd input {
    width: 420px;
  }
  .contact .tel + dd input {
    width: 250px;
  }
  .contact .person .icon,
  .contact .address .icon {
    width: 16px;
    left: 2px;
  }
  .contact .mail .icon {
    top: 2px;
  }
  .contact dd {
    margin-bottom: 30px;
  }
  .contact dt strong {
    color: #d60000;
    margin: 0 0 0 .3em;
    font-weight: bold;
  }
  .contact .btn button {
    display: inline-block;
    width: auto;
  }
  .contact .btn.reset input {
    font-size: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .contact .btn.reset input:hover {
    background: #fff;
  }

  .contact_info {
    max-width: none;
    padding: 80px 0;
  }
  .contact_info:after {
    display: none;
  }
  .contact_info .outer {
    position: relative;
    padding: 0 0 0 16%;
    margin: 0 0 0 10%;
  }
  .contact_info .outer:after {
    content: "";
    display: block;
    width: 14.1%;
    height: 148px;
    background: url("../images/contact_k1.gif") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact_info p {
    font-size: 18px;
  }
  .contact_info p br {
    display: none;
  }
  .contact_info strong {
    font-size: 28px;
  }

  .thanks .contact {
    padding-bottom: 100px;
  }
  .thanks .title {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
  }
}
