/* 必要なCSS */

body{
    color: #333;
    /* [disabled]background:url(../images/bg2.png) repeat-y; */
    background-size: contain;
    width: 100%;
    margin: 0 auto;
    padding: 0;
	}

.clear{
	clear:both;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

strong{
    text-decoration: underline;
}

p a{
	text-decoration:underline;
	color: #333;
}
p a:hover{
	text-decoration:none;
	color: #333;
}

a img {
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

a:hover img{
	filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

img{max-width:100%;}

span.colA{
    color:#414543;
}
span.colB{
    color:#D0C9C1;
}
span.colC{
    color:#A8675A;
}

h2{
font-size:250%;
font-weight:normal;
padding: 1em 0 0.4em 0;
text-align: left;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
line-height: 1.5em;}

h4{
font-size:150%;
font-weight:normal;
padding: 0.9em 0 0.25em 0;
text-align: left;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
line-height: 1.5em;}

h4.large{
font-size:200%;}


h3{
font-size:200%;
font-weight:normal;
padding: 1.5em 0 0.2em 0;
margin: 0 0 0.5em 0;
text-align: left;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
line-height: 1.5em;
border-bottom: 1px solid #855EA4;}

sup{
    vertical-align:bottom;
}

h3 sup{
    font-size: 55%;
    vertical-align:text-bottom;
}

p{
    font-size: 110%;
    font-weight: normal;
    color: #333;
    text-align: left;
    line-height: 1.8em;
    padding: 0 0 0 0;
    margin: 0 0 0.8em 0;
	}
p.wh{
    font-size: 110%;
    background: #FFF;
    padding:0.8em 1em;
    margin: 0 0 0.8em 0;
	}

p.def{
    font-size: 100%;
    font-weight: normal;
    color: #333;
    text-align: left;
    line-height: 1.6em;
    padding: 0 0 0 1.8em;
	}

#pagecont{
    max-width: 1599px;
    margin: 0 auto;
    width: 100%;
}

.margin{
	padding:0 0 50px 0;}

.main-visual {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 1599px;
    margin: 0 auto;
    padding: 0 0 0 0;
    /*background: url("../images/main.jpg") no-repeat;
    height: 430px;
    background-size: cover;
    background-position: center bottom;
    border-bottom: 6px solid #333;*/
}

 
.main-visual .dLogo {
position: absolute;
top:18px;right:15px;
width:35%;
    max-width:250px;
}
.main-visual .mainLogo {
position: absolute;
width:96%;
max-width:1205px;
    top: 40%;
    left: 46%;
    transform: translate(-46%, -40%);
    -webkit-transform: translate(-46%, -40%);
    -ms-transform: translate(-46%, -40%);
}

.bg_gray{
    background:#F3EDF5;
    padding:50px 0 50px 0;  
}

.features{
    margin: 0 auto 0 auto;
    width: 92%;
    max-width: 850px;
}

.feature_full{
    background:#FFF;
    padding:0;
    margin: 0 auto 25px auto;
    width: 100%;
}
.feature_full h3{
   text-align: center;
}

.feature_l{
    background:#FFF;
    padding:0;
    margin: 0 1% 25px 0;
    width: 49%;
    max-width: 490px;
    float:left;
}
.feature_r{
    background:#FFF;
    padding:0;
    margin: 0 0 25px 1%;
    width: 49%;
    max-width: 490px;
    float:right;
}



.footimage img{
}

#footer{
    margin: 60px 0 0 0;
    width: 100%;
    padding: 12px 0 10px 0;
    background: #414543;
    color: #FFF;
}

#footer .f_left{
	width: 100%;
	text-align:center;
}
#footer .f_right{
   float:right;
	width: 35%;
	text-align: right;
}
#footer .f_right img{
  padding:0 15px 0 0;
}


#page-top {
	position: fixed;
	bottom: 10px;
	right: 12px;
}

#page-top img{
	filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

#page-top img:hover{
	filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}



.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}



.para{
    width: 100%;
    height: 450px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../images/bg4.jpg");
    background-size: cover;
}

.table_a{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    max-width: 850px;
}

.table_a h3{
    margin: 0.8em 0 0.5em 0;
    color:#333;
}

.table_a table{
    width:100%;
    max-width: 850px; 
}
.table_a table td{
    font-size:110%;
    padding: 0.8em 0.8em 0.6em 0.8em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.8em;
}

.table_a table td.imp{
    background: #EBDCE6;
}
.table_a table th{
    font-size: 130%;
    padding: 0.8em 0.8em 0.6em 0.8em;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.btn_pdf{
    margin: 0px auto 40px auto;
    width: 16em;
    font-size: 120%;
    text-align: center;
    background: #EEE;
    padding: 22px 0 20px 0;
    border: 1px solid #DDD;
}
.btn_pdf a{
    display: block;
    color:#333;
}
.btn_pdf a:hover{
   text-decoration: underline;
}

span.small{
    font-size: 85%;
}
p.small{
    font-size: 95%;
    line-height: 1.4em;
}


.youtube {
  margin:0 auto;
	width:565px;
    margin-bottom: 40px;
}

.marginA{
    padding: 0px 0 70px 0;
    margin-top: -110px;
}

.f_l{
	float:left;
    width:auto;
}
.f_r{
   float:right;
	text-align: right;
    padding-top: 50px;
}

.view_pc{display: block;}

.view_sp{display: none;}


/****************tablet用*******************/

@media screen and (min-width:650px) and (max-width:950px) {

  .main-visual {
	text-align: center;
	position: relative;
	width: 100%;
    max-width:1600px;
	margin: 0 auto;	
	padding:0 0 0 0;
}
    
.para{
    width: 100%;
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../images/bg4.jpg");
    background-size: cover;
}
    
}





/****************SP用*******************/

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

.main-visual {
	text-align: center;
	position: relative;
	width: 100%;
    max-width:1600px;
	margin: 0 auto;	
	padding:0 0 0 0;
}

.main-visual .dLogo {
top:12px;right:8px;
}
    
.bg_gray{
    padding:30px 0 30px 0;  
}
	
h2{
font-size:135%;
font-weight:normal;
padding: 1em 0 0.4em 0;
text-align: left;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
line-height: 1.5em;}

h4{
font-size:115%;
font-weight:normal;
padding: 0.8em 0 0.25em 0;
text-align: left;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
line-height: 1.5em;}

h4.large{
font-size:125%;}


h3{
font-size:125%;
font-weight:normal;
padding: 1.5em 0 0.2em 0;
margin: 0 0 0.5em 0;
text-align: left;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
line-height: 1.5em;
border-bottom: 1px solid #855EA4;}


p{
    font-size: 100%;
    font-weight: normal;
    color: #333;
    text-align: left;
    line-height: 1.6em;
    padding: 0 0 0 0;
    margin: 0 0 0.6em 0;
	}
p.wh{
    font-size: 100%;
    background: #FFF;
    padding:0.8em 1em;
    margin: 0 0 0.8em 0;
	}

p.def{
    font-size: 95%;
    font-weight: normal;
    color: #333;
    text-align: left;
    line-height: 1.6em;
    padding: 0 0 0 1.0em;
	}
    

.table_a table td{
    font-size:95%;
    padding: 0.5em 0.5em 0.4em 0.5em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.6em;
}

.table_a table th{
    font-size: 100%;
    padding: 0.5em 0.5em 0.4em 0.5em;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}


.feature_l{
    background:#FFF;
    padding:0;
    margin: 0 1% 10px 0;
    width: 49%;
    max-width: 490px;
    float:left;
}
.feature_r{
    background:#FFF;
    padding:0;
    margin: 0 0 10px 1%;
    width: 49%;
    max-width: 490px;
    float:right;
}

.marche img{
   width:95%;
}


#footer{
    margin: 40px 0 0 0;
    font-size: 90%;
}

#page-top {
	position: fixed;
	bottom: 2px;
	right: 5px;
}

#page-top img{
	width:30px;
}
    
    
.para{
    width: 100%;
    height: 230px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../images/bg4sp.jpg");
    background-size: cover;
}


.table_a h3{
    margin: 0.8em 0 0.5em 0;
    color:#333;
}


.btn_pdf{
    margin: 0px auto 25px auto;
    width:15em;
    font-size: 110%;
    text-align: center;
    background: #EEE;
    padding: 15px 0 12px 0;
    border: 1px solid #DDD;
}

.youtube {
  position: relative;
  width: 90%;
  padding-top: 56.25%;
    margin-bottom: 25px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
    

.f_l{
	float:none;
}
.f_r{
   float:none;
	text-align: center;
    padding-top: 0px;
}
    
.marginA{
    padding: 0px 0 40px 0;
    margin-top: -30px;
}
    
.view_pc{display: none;}

.view_sp{display: block;}

	
}
