@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');



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

body { line-height:1; overflow-x: hidden;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul { list-style:none;}
blockquote, q {  quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #504945;
	outline:none;
}
a:hover {
	cursor: pointer;
}
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 #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
	width: 100%;
	height: auto;
}
body * {
 	box-sizing:border-box;

}
h1, h2, h3, h4, h5, h6 { line-height: 1.6em;}

/* ----------------------------------------------------------------
	Grid System
-----------------------------------------------------------------*/

.cf:before, .container:before,
.cf:after,
.container:after{
  content: " ";
  display: table; 
}
.cf:after, .container:after {
  clear: both; 
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  box-sizing: border-box;
 }

[class*="grid__col--"] {
  vertical-align: top;
  border-collapse: collapse !important;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

/* ユーティリティー */
a {zoom:1; text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0); }
a:hover, a.active, a.np {opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";}
a.nohover {opacity: 1.0; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)";	}
.clearfix:after {clear: both; content:"."; display: block; font-size: 0px; line-height: 0px; height: 0px; visibility: hidden; width: 0px;}

* html .clearfix {zoom:1;} /* IE6 */
*:first-child+html .clearfix {zoom:1;} /* IE7 */

::selection {
	background: #00190f;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background: #00190f; /* Firefox */
	color: #ffffff;
	text-shadow: none;
}

::-webkit-selection {
	background: #00190f; /* Safari */
	color: #ffffff;
	text-shadow: none;
}

*:focus {
  outline: none;
}

.page {
	width: 100%;
	max-width: 860px;
	position: relative;
	margin: 0 auto;
    padding: 0 15px;
}
.page:after {
	content: "";
	clear: both;
	display: block;
}

.center { text-align: center !important}
.tright { text-align: right !important}
.tleft { text-align: left !important}

.fright { float: right !important}
.fleft { float: left !important}
.nomargin { margin: 0 !important}

.anc {
	float: left;
	width: auto;
	height: 0;
	position: relative;
	top: -100px;
}
.center { text-align: center !important;}

.pc, .spc, .sspc, .lpc {	display: block !important;}
.sp, .ssp, .sssp, .lsp {	display: none !important;}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

body {
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
	background: #ffffff;
	color: #3E3A39;
	-webkit-font-smoothing:antialiased;
	-oz-osx-font-smoothing:grayscale;
	letter-spacing: -1px;
}

.ofh {
	display: block;
	max-width: 100%;
	overflow: hidden !important;
	position: relative;
}
footer {
	display: block;
	text-align: center;
	padding: 20px 0;
}

/* -------------------------------------
Header
------------------------------------- */

header {
    display: block;
}


/* -------------------------------------
Main visual
------------------------------------- */

#main-visual {
	display: block;
	width: 100%;
    height: auto;
	text-align: center;
	overflow: hidden !important;
	position: relative;
	z-index: 1;
    box-sizing: border-box;
	padding-bottom: 25px;
}
#main-visual .ttl-blk {
	display: block;
	position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
}
#main-visual img.bg {
	display: block;
	float: left;
	position: relative;
	z-index: 1;
}
#main-visual h2 {
    width: 51%;
	display: block;
	margin: auto;
}




/* -------------------------------------
Contents
------------------------------------- */

#contents {
	display: block;
	position: relative;
}
.blk-l {
	float: left;
	width: 50%;
	text-align: left;
}
.blk-r {
	float: right;
	width: 50%;
}


#sec01 {
	display: block;
	position: relative;
    padding: 100px 0 120px;
    text-align: center;
    line-height: 1.8em;
}
#sec01 h2 {
	display: block;
	position: relative;
    margin: 0 auto 7px;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: normal;
}
#sec01 h3 {
	display: block;
	position: relative;
    margin: 0 auto;
	font-size: 15px;
	max-width: 600px;
	border: solid 1px #3E3A39;
	padding: 7px 5px;
	letter-spacing: 1px;
	font-weight: normal;
}



#sec02 {
	display: block;
	position: relative;
    text-align: center;
    line-height: 1.8em;
}

.imgsec01 {
	display: block;
	position: relative;
	z-index: 1;
}
.imgsec01 img.mn {
	float: left;
	width: 52%;
}
.imgsec01 .blk {
	float: right;
	width: 48%;
	padding-right: 6%;
	padding-top: 5%;
}
span.en {
	display: block;
	font-size: 76px;
}
span.en img {
	float: left;
	width: 63%;
	margin-left: 10%;
}
.blk h2 {
	display: block;
	border-top: solid 1px #000000;
	margin-top: 30px;
	padding-top: 30px;
	padding-left: 10%;
	font-size: 28px;
	text-align: left;
	font-weight: normal;
}

.imgsec02 {
	display: block;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-top: -8%;
}
.imgsec02 img.mn {
	float: right;
	position: relative;
	width: 45.4%;
	margin-right: 6%;
}
.imgsec02 .blk {
	float: left;
	margin-left: 10%;
	margin-right: 7%;
	width: 31.6%;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 3%;
}
.imgsec02 .blk p {
	border: solid 1px #3E3A39;
	padding: 45px 0;
	font-size: 15px;
}
.imgsec02 .blk p span {
	display: block;
	background: #FFFFFF;
	width: calc(100% + 4px);
	position: relative;
	padding: 0 8%;
	left: -2px;
}


.imgsec03 {
	display: block;
	position: relative;
	z-index: 1;
	margin: 150px 0 0;
}
.imgsec03 img.mn {
	float: right;
	width: 61%;
}
.imgsec03 .blk {
	float: left;
	width: 29%;
	margin-left: 10%;
	padding-top: 7%;
}
.imgsec03 span.en img {
	float: left;
	width: 43%;
	margin-left: 3%;
}
.imgsec03 .blk h2 {
	padding-left: 3%;
}


.imgsec04 {
	display: block;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-top: -8%;
}
.imgsec04 img.mn {
	float: left;
	position: relative;
	width: 38.8%;
	margin-left: 7%;
}
.imgsec04 .blk {
	float: right;
	margin-left: 7%;
	margin-right: 10%;
	width: 37.2%;
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 3%;
}
.imgsec04 .blk p {
	border: solid 1px #3E3A39;
	padding: 45px 0;
	font-size: 15px;
}
.imgsec04 .blk p span {
	display: block;
	background: #FFFFFF;
	width: calc(100% + 4px);
	position: relative;
	padding: 0 8%;
	left: -2px;
}


ul.btn {
	display: block;
	margin: 110px auto 60px;
}

ul.btn li {
	float: left;
	display: block;
	width: 48.6%;
	font-size: 30px;
}
ul.btn li:last-child {
	float: right;
}
ul.btn li a {
	display: block;
	border: solid 2px #84664D;
	color: #84664D;
	line-height: 1;
	transition-property: all;
	transition-duration: .1s;
	transition-timing-function: ease-in-out;
}
ul.btn li a span {
	display: block;
	padding: 33px 3px;
	border: solid 1px #84664D;
	margin: 1px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}
ul.btn li a:hover {
	background: #84664D;
	color: #FFFFFF;
	opacity: 1;
}
ul.btn li a:hover span {
	border: solid 1px #FFFFFF;
}
ul.btn li:last-child a {
	background: #84664D;
	color: #FFFFFF;
}
ul.btn li:last-child a span {
	border: solid 1px #FFFFFF;
}
ul.btn li:last-child:hover a {
	background: #FFFFFF;
	color: #84664D;
}
ul.btn li:last-child:hover a span {
	border: solid 1px #84664D;
}


.fix {
	display: block;
	max-width: 660px;
	border: solid 2px #EA2528;
	color: #EA2528;
	text-align: left;
	padding: 15px;
	line-height: 1.6em;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 30px;
}
.fix span {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
.fix a {
	color: #EA2528;
}

a.inf {
	display: block;
	position: relative;
	top:0;
	width: 80%;
	max-width: 576px;
	margin: 0 auto 40px;
	font-size: 34px;
	line-height: 1;
	text-align: center;
	border-radius: 17px;
	padding: 23px 0;
	background: rgb(3,110,183);
	background: linear-gradient(0deg, rgba(3,110,183,1) 0%, rgba(124,205,244,1) 100%);
	color: #FFFFFF;
	box-shadow: 0 8px 0 rgba(0,0,0,0.15);
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}
a.inf:hover {
	background: rgb(124,205,244);
	background: linear-gradient(0deg, rgba(124,205,244,1) 0%, rgba(3,110,183,1) 100%);
	box-shadow: 0 0 0 rgba(0,0,0,0.15);
	opacity: 1;
	top: 8px;
}
a.inf:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #036eb7;
	border-radius: 50%;
	position: absolute;
	left: 5%;
	top:calc(50% - 8px);
}
a.inf:after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #036eb7;
	border-radius: 50%;
	position: absolute;
	right: 5%;
	top:calc(50% - 8px);
}


/* -------------------------------------
Maker
------------------------------------- */

#maker {
	display: block;
	position: relative;
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
	margin: 0 auto 160px;
}
#maker .ttl {
	display: block;
	position: relative;
	float: left;
	width: 310px;
}
#maker .ttl h2 {
	display: block;
	position: relative;
	font-size: 31px;
	margin-bottom: 10px;
}
#maker .ttl p {
	display: block;
	position: relative;
	font-size:18px;
	line-height: 1.3em;
}

#maker .exa {
	display: block;
	position: relative;
	float: right;
	width: calc(100% - 310px);
}
#maker .exa h3 {
	display: block;
	position: relative;
	font-size:18px;
	line-height: 1.6em;
	margin-bottom: 5px;
}
#maker .exa h3 span {
	display: inline-block;
	background: #ffffff;
	padding: 0 5px 0 0;
	position: relative;
	z-index: 5;
}
#maker .exa h3:before {
	content: '';
	float: right;
	width: 100%;
	height: 1px;
	border-bottom: dashed 1px #000000;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
}
#maker .exa ul {
	display: block;
	text-align: left;
}
#maker .exa ul li {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.6;
	vertical-align: middle;
}
#maker .exa ul li span {
	float: left;
	position: relative;
	font-size: 18px;
	padding: 5px 7px;
	margin-right: 7px;
	line-height: 1;
	color: #FFFFFF;
	vertical-align: middle;
}
#maker .exa ul li:nth-child(1) span {
	background: #a62032;
}
#maker .exa ul li:nth-child(2) span {
	background: #116c37;
}

#maker .exa ul li:nth-child(3) span {
	background: #358dcd;
}

#maker .exa ul li:nth-child(4) span {
	background: #d9700d;
}


ul.mkr-list {
	display: block;
	margin: 45px auto 65px;
}
ul.mkr-list li {
	display: block;
	float: left;
	width: 27.6%;
	margin-bottom: 40px;
	margin-right: 8.6%;
}
ul.mkr-list li:nth-child(3n) {
	margin-right: 0;
}


footer .cp {
	display: block;
	font-size: 12px;
	color: rgba(77,77,77,1.00);
}



/* -------------------------------------
Form
------------------------------------- */
#sec-form {
    display: block;
    background: url("../../imgs/com/bg.png") right top no-repeat;
    background-size: 54% auto;
}
#sec-form .page {
    max-width: 800px;
}
.form-elm {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.2em;
}

.form-elm .lbl {
    display: block;
    position: relative;
    float: left;
    width: 225px;
    font-weight: bold;
}

.form-elm .lbl label {
    display:inline-block;
    position: relative;
    margin-right: 5px;
}


p.notic {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}
.cir,
.form-elm .lbl.must:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url("../../imgs/cir.png") 0 0 no-repeat;
    background-size: 100% auto;
    margin: 0 5px;
}

.form-elm .fld {
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 225px);
    font-weight: bold;
}
.form-elm input {
    background-color: white;
    width: 100%;
    height: 37px;
    box-sizing: border-box;
    border: thin solid #eeeeee;
    border-radius: 2px;
    padding: 0.5em 3.5em 0.5em 1em;
}
.form-elm input:focus {
    border-color: #00190f;
}
.form-elm .half {
    float: left;
    width: 50%;
}
.form-elm .half input {
    width: calc(100% - 30px);
    margin-left: 7px;
}

.form-elm textarea {
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    border: thin solid #eeeeee;
    border-radius: 2px;
    padding: 0.5em 3.5em 0.5em 1em;
}

.form-elm p.exp {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    margin-top: 5px;
}

#submit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    display: block;
    width: 100%;
    max-width: 260px;
    padding: 16px 10px;
    margin: 0 auto;
    border: solid 1px #FFFFFF;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    
    
    background: rgb(101,171,55);
    background: -moz-linear-gradient(45deg,  rgba(101,171,55,1) 1%, rgba(24,138,59,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(101,171,55,1) 1%,rgba(24,138,59,1) 100%);
    background: linear-gradient(45deg,  rgba(101,171,55,1) 1%,rgba(24,138,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ab37', endColorstr='#00190f',GradientType=1 );  
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
#submit:hover {
    border: solid 1px rgba(24,138,59,1);
    background: #FFFFFF;
    color: rgba(24,138,59,1);    
}

/* -----Form Set---- */
select.ops {
  /* styling */
  background-color: white;
  width: 100%;
  border: thin solid #eeeeee;
  border-radius: 2px;
  display: inline-block;
  font: inherit;
    font-weight: normal;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */
select.ops {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.ops:focus {
  background-image:
    linear-gradient(45deg, #00190f 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #00190f 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #00190f;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
a.pp {
    display: block;
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    text-decoration: underline;
}




/* Base for label styling */
  [type="checkbox"]:not(:checked),
  [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
  }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.3em;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
  }

  /* checkbox aspect */
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: .2em;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
    -webkit-transition: all .275s;
        transition: all .275s;
  }

  /* checked mark aspect */
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    content: '✕';
    position: absolute;
    top: .525em;
    left: .18em;
    font-size: 1.375em;
    color: #00190f;
    line-height: 0;
    -webkit-transition: all .2s;
        transition: all .2s;
  }

  /* checked mark aspect changes */
  [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
  }

  [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
  }

  /* Disabled checkbox */
  [type="checkbox"]:disabled:not(:checked) + label:before,
  [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
  }

  [type="checkbox"]:disabled:checked + label:after {
    color: #777;
  }

  [type="checkbox"]:disabled + label {
    color: #aaa;
  }

  /* Accessibility */
  [type="checkbox"]:checked:focus + label:before,
  [type="checkbox"]:not(:checked):focus + label:before {
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
  }
/* -----Form Set---- */









@media screen and (max-width: 1340px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1100px) {
	
	.blk h2 {
		font-size: 20px;
	}
	.imgsec02 {
		margin-top: -4%;
	}
	.imgsec02 .blk {
		margin-left: 3%;
		margin-right: 3%;
		width: 42.6%;
	}
	.imgsec04 .blk {
		margin-left: 3%;
		margin-right: 3%;
		width: 48.2%;
	}
	ul.btn li {
		font-size: 20px;
	}

	
}

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

	#main-visual p {
		font-size: 16px;
	}
	#main-visual {
		padding-bottom: 15px;
	}
	#main-visual .bot {
		height: 15px;
	}
	#sec01 {
		padding: 50px 0;
	}
	
	#maker .ttl h2 {
		font-size: 20px;
	}
	#maker .ttl p {
		font-size: 14px;
	}
	
	#maker .exa h3 {
		font-size: 16px;
	}
	
	#maker .exa ul li {
		font-size: 14px;
	}
	#maker .exa ul li span {
		font-size: 16px;
		padding: 3px 5px;
		margin-right: 5px;
	}


	

}

@media screen and (max-width:861px) { 



	.imgsec04 img.mn,
	.imgsec01 img.mn,
	.imgsec03 img.mn,
	.imgsec02 img.mn {
		width: 88%;
		margin: 0 6%;
	}
	.imgsec04 .blk,
	.imgsec01 .blk,
	.imgsec03 .blk,
	.imgsec02 .blk {
		margin: 40px 10%;
		width: 80%;
		position: relative;
		bottom: auto;
		padding-top: 0;
	}
	.imgsec02 {
		margin-top: 50px;
	}
	.imgsec03 {
		margin: 50px 0 0;
	}
	.imgsec04 {
		margin: 50px 0 0;
	}
	
	
}

@media screen and (max-width:768px) {
    
    .ssp {	display: block !important;}
    .spc {	display: none !important;}
    
    .blk-l,
    .blk-r {
        width: 100%;
    }
	
	#main-visual img.bg {
		width: 150%;
	}
	
	#main-visual p {
		font-size: 14px;
	}
	#sec01 h3 {
		font-size: 15px;
	}
	#sec01 p {
		margin: 0 auto 25px;
		font-size: 14px;
	}
	a.inf,
	a.inq {
		font-size: 20px;
		margin: 0 auto 20px;
	}
	
	#maker .ttl {
		width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	#maker .exa {
		width: 100%;
	}
	#maker .exa h3 {
		text-align: center;
	}
	#maker .exa h3 span {
		padding: 0 5px;
	}
	ul.mkr-list li {
		width: 45%;
		margin-bottom: 40px;
		margin-right: 0;
	}
	ul.mkr-list li:nth-child(2n) {
		float: right;
	}
	#maker .exa ul li span {
	    font-size: 12px;
	}
	#maker .exa ul li {
		font-size: 12px;
	}
	
	
	ul.btn li {
		width: 100%;
		font-size: 16px;
		margin-bottom: 20px;
	}

	#sec01 h2 {
		font-size: 18px;
		letter-spacing: 1px;
	}
	
	ul.btn {
		margin: 50px auto 60px;
	}

}
@media (max-width:640px) {

	
	#sec01 h2 {
		font-size: 15px;
		letter-spacing: 0;
	}
	#sec01 h3 {
		font-size: 13px;
		letter-spacing: 0;
	}
	.blk h2 {
		font-size: 16px;
		margin-top:15px;
		padding-top: 15px;
	}
	.imgsec02 .blk p {
		padding: 25px 0;
		font-size: 13px;
	}

	.imgsec02,
	.imgsec03,
	.imgsec04 {
		margin-top: 25px;
	}
	.imgsec04 .blk, .imgsec01 .blk, .imgsec03 .blk, .imgsec02 .blk {
		margin: 20px 10%;
	}
	
}

@media (max-width:480px) {

    .sspc {	display: none !important;}
    .sssp {	display: block !important;}

}
