/* reset
--------------------------------------------------*/

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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,  tfoot, thead,
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* common
--------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, li, a, tr, th, td, input, article{
	color:#3e3a39;
	font-family:'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro'

}

p{
	word-wrap: break-all;
	line-height:2em;
}

.white{
  color:#fff;
}

.tac{
  text-align:center;
}

.tal{
  text-align:left;
}

.bold{
  font-weight:bold;
}

img{
	width:100%;
	height:auto;
}

a{
	text-decoration:none;
}

a:hover{
	cursor:pointer;
}



.clearfix:after{
   display:block;
   clear:both;
   height:1px;
   visibility:hidden;
   content:".";
   overflow:hidden;
	font-size:0.1em;
	line-height:0
}
.clearfix {
    min-height: 0;

}

.cont{
  padding:130px 0 150px 0;
}

.main-column{
  width:1000px;
  margin:0 auto;
}

.single-column{
  width:100%;
}

.double-column{
  width:49%;
  padding:0 10px;
  margin:0 5px;
  box-sizing:border-box;
  float:left;
}

.triple-column{
  width:33%;
  padding:0 10px;
  box-sizing:border-box;
  float:left;
}
.quad-column{
  width:25%;
  padding:0 10px;
  box-sizing:border-box;
  float:left;
}

h1{
  font-size:150%;
  margin-bottom:70px;
}

h2{
  font-size:200%;
  background-color:#1566c9;
  line-height:3
}

h3{
  font-size:150%;
  margin-bottom:20px;
}



.imgBox img{
	width:100%;
  height:auto;
  max-height:200px;
  margin:15px 0 0 0;
}

#cont04 .imgBox{
	text-align:center;
}

.mgtop30{
  margin-top:30px;
}

.mgtop50{
  margin-top:50px;
}

.mgtop100{
  margin-top:100px;
}



/* download
--------------------------------------------------*/
#download {
	background-color:#fef5e3;
	padding: 100px 0;
}

#download .main-column{
	background-color:#fff;
  padding:8px;
  box-sizing:border-box;
}

#download h1{
	margin:30px;
}

#download h2 {
	font-size: 125%;
	background:#fff;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	line-height: 2;
	margin-top:30px;
	margin-bottom:15px;
	padding-left:1em;
}

#download .gray{
	background:#efefef;
  padding:10px;
  box-sizing: border-box
}

#download .double-column{
  margin:0 auto;
}

#download .btn{
  background-color:#32b490;
  font-size:100%;
  border-radius:0px;
  border-radius:30px;
  margin:30px 0;
}

#download .btn:hover{
  background-color:green;
}





/* main
--------------------------------------------------*/

#top{
  background-image:url("image/topImg.jpg");
  background-size:cover;
  background-position:center;
}

#top.cont{
  padding:230px 0 150px 0;
}

#top .copy-right{
  font-size:300%;
  line-height:1.8em;
}

#top hr{
  width:70px;
  margin:20px 0;
}

#top .btn{
  padding:20px 70px;
  background-color:#fff;
  display:inline-block;
  border-radius:15px;
  font-size:150%;
  margin-right:30px;
  width:20%;
}

#top .btn:hover{
  background-color:#eee;
}

#cont01 .cont{
  padding:50px 0 200px 0;
}
#cont01 iframe{
  margin:50px 0;
}

#cont01 .copy-right{
	font-size:200%;
}

#cont01 .sub-copy{
	font-size:130%;
	display:inline-block;
	float:left;
}

#cont01 hr{
	width: 25%;
	float: left;
	position: relative;
	top: 10px;
}

#cont01 .triple-column{
  margin-top:70px;
}





.btn{
	width: 100%;
	background: #13a8c8;
	display: inline-block;
	font-size: 150%;
	padding: 20px 0;
	margin-top:30px;
	border-radius:50px;
}

.btn:hover{
	background: #0d849e;
}

#cont02 h3{
	margin:30px 0;
}

#cont02{
	background-image:url("image/photographer.jpg");
	background-size:cover;
	background-position:center;
}

#cont03 h3{
  margin-top:10px;
}

#cont03 .example{
  background-color:#efefef;
}

#cont05 h3{
	font-size:200%;
}

#cont05 hr{
	width:30%;
}

#cont06 .btn{
	margin-bottom:50px;
}

#cont07 p:hover{
  color:#1566c9;
}

footer{
	background-color:#3a3a44;
}

.fadeIn {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition: 1s;
}

#banner img{
	position:fixed;
	bottom:30px;
	right:40px;
	z-index:100;
	width:200px;
}




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


.cont{
  padding:50px 0;
}

.pc{
  display:none;
}

.main-column{
  width:100%;
	padding:
}

.single-column, .double-column, .triple-column, .quad-column{
  width:100%;
  padding:0 10px;
	margin-bottom:30px;
	box-sizing:border-box;
	float:none;
}



#top .copy-right{
	font-size:200%;
}

#top .btn {
     padding: 20px 0px;
    background-color: #fff;
    display: inline-block;
    border-radius: 15px;
    font-size: 150%;
    width: 100%;
    margin-top: 10px;
}



h3 {
    font-size: 120%;
    margin-bottom: 30px;
    line-height: 1.5em;
}

h2 {
    font-size: 120%;
    background-color: #1566c9;
    line-height: 3;
}

#cont03 .copy-right {
    font-size: 120%;
}

#cont03 .sub-copy {
    font-size: 100%;
    display: inline-block;
    float:none;
}

#cont01 hr{
	display:none;
}

#cont03 .cont {
    padding: 50px 0 50px 0;
}

.btn{
	font-size:120% !important
}

#cont05 p {
	text-align:left !important
}

#download{
  padding:0;
}

#download  h1{
  font-size:120%;
}


}
