@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* @group Reset */

*{ margin: 0;padding: 0}

body{background-color:#DCDCDD;text-shadow:-1px -1px #fff,1px -1px #fff,-1px 1px #fff,1px 1px #fff;}

a { text-decoration : none}
ul,ol { list-style : none}
img { vertical-align : middle}
section{clear:both;margin-bottom:3em;}

.s {
 font-size: 80%;
}
.l {
 font-size: 150%;
}
.futo {
 font-weight: bold;
}

.aka {
 color: #ff0000;
}

.nakazoroe{
 text-align:center;
}

.migizoroe{
 text-align:right!important;
}

.mincho{
 font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.kakomi{
  background-color:#D1D4EB;
  border-radius:10px;
  color:#000;
  font-weight:bold;
  padding:1em 1em 0.2em;;
  margin-bottom:10px;
 margin:2em;
 text-shadow:none;
opacity:0.8;
}

.kakomi_big{
  background-color:#1E2968;
  border-radius:10px;
  color:#fff;
  font-size:3em;
  text-align:center;
  font-weight:bold;
  padding:10px;
  margin-bottom:1px;
 margin-top:0.5em;
 text-shadow:none;
 
}
.kakomi_gray{
  background-color:#ededed;
  border-radius:10px;
  color:#000;
  font-weight:bold;
  padding:0.2em 1em 0.2em;;
  margin-bottom:10px;
 text-shadow:none;
}



.kakomi,.kakomi_big{zoom: 100%;}
.kakomi:after,.kakomi_big:after{
 content: "";clear: both;height:0;display:block;visibility: hidden;
}

.green_button{
 background-color:#85BE35;
 padding:0.5em;
 font-size:1.2em;
 font-weight:bold;
 color:white;
 border-style: none;
}

.blue_button{
 background-color:#85B3E3;
 padding:0.5em;
 font-size:1.2em;
 font-weight:bold;
// color:white;
 border-style: none;
 border-radius:10px;
 line-height:200%;
}

.green_button:hover,.blue_button:hover{
 color:#fcc;
}

.arrow_squ{
 background-color:#f00;
 color:#fff;
 margin-left:15px; 
 padding:10px;
 width:150px;
 font-weight:bold;
 text-align:center;
 text-shadow:none;
}

.arrow_tri{
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 30px 100px 0 100px;
 border-color: #ff0000 transparent transparent transparent;
}

select{
 font-size:1.2em;
 padding:0.4em;
 margin-left:1em;
 vertical-align:bottom;
}

.smart_only{
 display:block;
}

/* @end */


/* @group Fluid-img */

img { max-width : 100%}

/* @end */


/* @group HTML */

html {
font-family : verdana, sans-serif;
font-size : 75%; /*レスポンシブタイプセッティングの指定*/
line-height : 1.5}

/* @end */

#wrapper{
 padding:0 20px;
 margin:0 auto;
 background:white;
}

/* @group Heading */

h1 {
font-size : 2em; /* 36px */
line-height :1.5; /* 48px */
font-weight:200;
margin-bottom : 0.5em;
} 

h1 img{
vertical-align:bottom;
}

h2 {
font-size : 3em; /* 36px */
line-height : 1.3333; /* 48px */
margin-bottom : 0.6667em
text-align:center;
color:#1E2968;
} 

h3 {
font-size : 2em; /* 32px */
line-height : 1.5; /* 48px */
margin : 0.5em 0;
padding: 0.2em 0 0 50px;
background:#DCDCDD url(../images/h3_back.jpg) 0 0 no-repeat;
} 

h3 strong{
 font-size:120%;
 font-weight:extra-bold;
}

h4{
 font-size:150%;
padding: 0.2em 0 0 22px;
background:url(../images/h4_back.png) 0 50% no-repeat;
 margin-bottom:0.5em;
}

h5{
 font-size:150%;
 margin:0em;padding:0;
}


hgroup h2,h6 {
font-size : 1em; /* 16px */
line-height : 1.5; /* 24px */
margin-bottom : 1.5em } 


/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/

.video-container {
 position: relative;
 padding-top: 56.25%;
 height: 0;
/* overflow: hidden;
 margin: 0px auto 0px 0;*/
}
.video-container iframe,
.video-container object,
.video-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.w600{
 max-width:600px!important;
 margin:5em auto;
}

/* @end */

.fl_left{
 float:left;
 margin-right:10px;
 text-align:center;
 margin-bottom:1em;
}

.fl_right{
 float:right;
 margin-left:10px;
 margin-bottom:1em;
}

.imgbox{
 margin-bottom:2em;
}

.imgbox:after{
 visibility: hidden;
 height: 0;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
}

/* @group Header */

header { 
 text-align : left;
 margin-bottom:2em;
}

header h1 {
 
}
header h2 {
 
}

/* @end */

/* @group Nav */

nav {
margin-bottom : 1.5em;
}

nav ul { overflow : hidden;}
nav ul li { display: inline-block;padding : 0.75em 0}
nav ul li a {
 color:#999;
}

nav ul li a:hover {
 color:#50B2CA;
}

nav li:before {
 content: "｜";
 display: inline-block;
 text-align: center;
 margin: 0.2em;
 width:1em;
}

nav li:first-child:before {
        content: none;
}



/* @end */

/* @group Contents */

#contents {
margin : 0;
text-align : left}

h3{
/* font-family: 'Noto Sans Japanese', serif;*/
font-family: "heisei-maru-gothic-std", serif;
 font-weight:700;
 color:#1E2968;
}

h4{
/* font-family: 'Noto Sans Japanese', serif;*/
font-family: "heisei-maru-gothic-std", serif;
 font-weight:400;
}

h5{
/* font-family: 'Noto Sans Japanese', serif;*/
font-family: "heisei-maru-gothic-std", serif;
 font-weight:700;
 color:#1E2968;
}

h5.everfirst{
background:linear-gradient(transparent 60%, #D3D9E5 0%) ;
text-align: center;
}
h5.firstonly {
position: relative;
color: #f00;
padding: 10px 0;
text-align: center;
margin: 1.5em 0;
font-size:180%;
text-shadow: 4px 4px 4px #ddd;
}
h5.firstonly:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 58px;
border-radius: 50%;
border: 8px solid #ffb2b2;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

#contents p { 
margin :0 0.5em 1.5em;
text-align : left}
#contents img { 
/*margin-bottom : 1.5em; 
box-shadow : 0 0 5px #2f1f1f*/}

p.bt_set{
 margin-top:100%;
}

/* @end */

/* @group Footer */

footer {
 padding : 1.5em 0;
 text-align : left;
 border-top:1px solid #50B2CA;;
}

/* @end */

#sec_001 img{
 float:right;
 margin-left:1em;
 max-width:45%;
}

#sec_001{zoom: 100%;}
#sec_001:after{
 content: "";clear: both;height:0;display:block;visibility: hidden;
}


#sec_003 img{
}

#sec_004 ul li{
 padding-left:1.5em;
 font-size:1.5em;
}

#sec_004 ul li:before{
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 5px 0 -15px;
}

#sec_006 img{
 max-width:50%;
}

#sec_008 img{
 float:none;
}

#sec_010{
 background:url(../images/img_010.jpg) right top no-repeat;
 background-size:contain;
}

#sec_013 dt{
 font-size:150%;
 color:#1E2968;
 font-weight:bold;
 margin-top:1em;
 font-family: "heisei-maru-gothic-std", serif;
 font-weight:400;
}
#sec_013 dd{
 margin-left:2em;
 text-indent:-1.2em;
}


.dan_100px,.dan_200px,.dan_300px,.dan_nowidth,.dan_right{
 display:block;
}

#sec_015 dl dt{
 color:;
 font-family: 'Noto Sans Japanese', serif;
 font-weight:300;
 color:#B76489;
 font-size:1.2em; 
}

#sec_015 dl{
 margin:1.5em 0.5em;
}

#sec_015 dd{
 margin-bottom:1em;
 margin-left:1em;
}


/*768px*/
@media screen and (min-width : 768px){

html{ font-size : 87.5%} /*レスポンシブタイプセッティングの指定*/
#contents { text-align : left}

.dangumi{
 width:100%;
 display:table;
 margin-bottom:24px;
}

.dan_100px{
 display:table-cell;
 width:15%;
}

.dan_200px{
 display:table-cell;
 width:27%;
}

.dan_300px{
 display:table-cell;
 width:42%;
}

.dan_nowidth{
 display:table-cell;
}

.dan_right{
 vertical-align:top;
 display:table-cell;
 padding-left:1em;
}

p.teika{
 font-size:120%;
 margin-top:2em!important;
}


}

/*1024px*/
@media screen and (min-width : 1024px) {

html{ font-size : 100%} /*レスポンシブタイプセッティングの指定*/

#wrapper{
 max-width:860px;
 padding:0 20px;
 margin:0 auto;
 background:white;
}

header h1{
}

#sec_008 img{
 float:right;
}

#sec_013_table{
 width:480px;
 float:left;
 margin-left:1em;
}

.smart_only{
 display:none;
}

/* @group Nav */

nav ul {
 text-align:center;
 margin : 0 auto
 float:right;
}

/* @end */

/* @group Contents */

#contents {
overflow : hidden;
}

#contents #main{ 
} 


/* @end */


/* @group Footer */

footer {
margin : 0 auto}

/* @end */

}
