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

/* @group Reset */

*{ margin: 0;padding: 0}

body{background-color:#fff;}

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

.s {
 font-size: 80%;
}
.s {
 font-size: 60%;
}
.l {
 font-size: 150%;
}
.ll {
 font-size: 180%;
}
.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;
 font-size:120%;
}

.kakomi{
  background-color:#F0F0E1;
  border-radius:10px;
  color:#000;
  font-weight:bold;
  padding:1em 1em 0.2em;;
  margin-bottom:10px;
 margin:2em;
}

.red_button{
border:1px solid #000000; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:1.2em;padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
 font-size:2em;
 font-family: 'Noto Sans Japanese', serif;
 font-weight:800;
 padding:0.2em 1em;
 margin:1em auto;
}

.red_button:hover{
 border:1px solid #b30808;
 background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}

.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 */

.HTMLBlock{
 padding:0 20px;
 margin:0 auto;
 background:white;
 max-width:900px;
}

/* @group Heading */

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

h1 img{
vertical-align:bottom;
}

h2 {
font-size : 1.5em; /* 36px */
line-height : 1.3333; /* 48px */
margin-bottom : 0.6667em
} 

h3 {
font-size : 2em; /* 32px */
line-height : 1.5; /* 48px */
} 

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 {
color:#fff;
background:#1C510A;
font-family: "heisei-maru-gothic-std", serif;
font-weight:400;
text-align:center;
margin:0 auto 5px;
padding:0.2em 0 0;
 } 


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

.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:0em auto 1em;
}

/* @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{
}

h4{
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;
}


#contents p {
margin-top:0.2em;
margin-bottom:0.2em;
margin-left:1em;
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 #000;;
}

/* @end */



#sec_003 h3{
 font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
 color:#D90000;
 font-feature-settings : "palt";
 text-align:center;
}

#sec_003 h3:after{
content:" ";
display:block;
width:80%;
  height:3px;
  background:#D90000;
  margin:auto;
}

#sec_004 ul{
 margin-bottom:1em;
}

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

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

/*sec_005,sec_007使用　見出しスタイル*/

.midashi_big {    
 display: block;
 position: relative;
 margin: 15px auto;
 padding: 10px 0 10px 100px;
 background: #f1f1f1;
 box-sizing: border-box;
 border:3px solid #D90000;
 font-feature-settings : "palt";
}

.midashi_big h2{
 font-size:2em;
 font-family: 'Noto Sans Japanese', serif;
 font-weight:800;
}

.ribbon {    
 display: inline-block;
 position: absolute;
 top: -6px;
 left: 10px;
 margin: 0;
 padding: 10px 0 7px;
 z-index: 2;
 width: 80px;
 text-align: center;
 color: white;
 font-family: 'Noto Sans Japanese', serif;
 font-size: 18px;
 font-weight:800;
 background: #D90000;
 border-radius: 2px 0 0 0;
  }

.ribbon:before{
 position: absolute;
 content: '';
 top: 0;
 right: -5px;
 border: none;
 border-bottom: solid 6px #d00000;
 border-right: solid 5px transparent;
}

.ribbon:after{
 content: '';
 position: absolute;
 left: 0;
 top: 100%;
 height: 0;
 width: 0;
 border-left: 40px solid transparent;
 border-right: 40px solid transparent;
 border-top: 10px solid #D90000;
}

/*sec_005,sec_007使用　見出しスタイル　以上*/

#sec_005 .dangumi p,#sec_007 .dangumi p{
 line-height:180%;
}

#sec_006 h3,#sec_008 h3,#sec_010 h3{
 background:#1C510A;
 color:#fff;
 width:8em;
 padding:0.2em 0.5em 0.2em 1em;
 border-radius:0 30px 30px 0;
 font-size:1.5em;
 font-weight:900;
 font-family: 'Noto Sans Japanese', serif;
}

#sec_008 h3:nth-of-type(3),#sec_008 h3:nth-of-type(4){
 margin-top:1em;
}

#sec_006 ul,#sec_008 ul{
 margin-bottom:1em;
}

#sec_006 li,#sec_008 li{
 margin-top:0.5em;
 border-bottom:3px dotted #ccc;
}

#sec_006 img{
 margin-left:auto;
 margin-right:auto;
}

#sec_009{
 background:#F0F0E1;
 padding:1.5em;
}

#sec_009 ul{
 margin-top:1em;
 font-size:90%;
 padding-left:1em;
 background:#fff;
 padding:0.5em;
 border-radius:10px;
 margin-right:1em;
}

#sec_009 li{
 list-style-type:disc;
 margin-left:1.5em;
}

#sec_009 .dan_right p{
 font-size:1.2em;
 line-height:180%;
}
#sec_009 .dan_right p.s{
 font-size:0.9em;
 line-height:180%;
 margin-top:1em;
}

#sec_009 h3 {
    display: inline-block;
    position: relative;
    height: 50px;/*リボンの高さ*/
    line-height: 50px;/*リボンの高さ*/
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    background: #D90000;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
 margin-bottom:1em;
}
#sec_009 h3 span{
 font-size:0.8em;
 margin-right:1em;
}

#sec_009 h3:before, #sec_009 h3:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#sec_009 h3:before{
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #F0F0E1;
    border-style: solid;
}

#sec_009 h3:after{
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #F0F0E1 transparent transparent;
    border-style: solid;
}

#sec_005 h2,#sec_010 h2{
/* display: block;
 position: relative;*/
 margin: 15px auto;
 padding: 20px 0 20px 0px;
 background: #f1f1f1;
 box-sizing: border-box;
 border:3px solid #D90000;
 font-feature-settings : "palt";
 font-size:2em;
 font-family: 'Noto Sans Japanese', serif;
 font-weight:800;
 text-align:center;
}

#sec_010 h3:nth-of-type(2){
 margin-top:2em;
}


#sec_010 p{
 margin-bottom:1em;
 margin-left:1em;
}

#sec_010 p strong{
 display:inline-block;
 background:#ddd;
 border-radius:20px;
 margin-right:1em;
 padding:0.2em 1em;
}


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



/*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_450px{
 display:table-cell;
 width:50%;
}

.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 */

}
