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

body,div,nav,section,article,aside,header,footer,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td{margin:0;padding:0;}
div,nav,section,article,aside,header,footer,ul,ol,li,table,th,td,dl,dt,dd{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
h1,h2,h3,h4,h5,h6{font-size:20px;font-size:2rem;font-weight:bold;}
a{color: ;text-decoration:none;}
p{line-height:2;}
li,dt,dd,th,td,a,span{line-height:1.5;}
#g_navi a:hover{opacity:1;}
table{border-collapse:collapse;border-spacing:0;border:thin solid #000000;}
th{border-bottom:thin solid #000000;font-weight:normal; }
td{border-bottom:thin solid #000000;border-left:thin solid #000000;}
th{
color:#ffffff;
padding: 10px;
}
td{
padding: 10px;
}

fieldset,img{border:0;}
img{vertical-align:top;}
caption,th{text-align:l;}

.twitter-timeline {
	width: 100%;
}
.btn-sticky {
  display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 18px;
  padding: 1em 0em;
  text-decoration: none;
	background: #FFED00;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #FF0004;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	margin-bottom: 0px;
	margin-top: 30px;
}

.btn-sticky2 {
  display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 18px;
  padding: 1em 0em;
  text-decoration: none;
	background: #FFED00;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #FF0004;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	margin-bottom: 50px;
	margin-top: 30px;
}

a.resale:link {
	color: #FF0004;
}

a.resale:visited {
	color: #FF0004;
}

a.resale:hover {
	color: #000000;
}

a.resale:active {
	color: #FF0004;
}

.btn-sticky:active {
	color: #FF0004;
}

/* Grid row styles */
.row-grid {
  margin: 0 auto 30px;
  max-width: 400px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.row-grid div {
  text-align: center;
  padding: 10px;
margin:5px;
}

.row-grid img {
margin-bottom:10px;
}

.row-grid2 {
  margin: 0 auto 30px;
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.row-grid2 div {
  text-align: center;
  padding: 10px;
margin:5px;
}

.row-grid2 img {
margin-bottom:10px;
}

.row-grid a:hover{
opacity:0.7;
}
.row-grid2 a:hover{
opacity:0.7;
}
/*.clearfix
----------------------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

html, body{
margin: 0;	/* 余白の削除 */
padding: 0;	/* 余白の削除 */
background:url(../img/bg_contents.png) no-repeat top center;
background-size:cover;
	background-attachment: fixed;
color:#fff;
min-height: 100%;
height: auto !important;
height: 100%;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", serif;word-break:normal;word-wrap:break-word;-webkit-text-size-adjust: 100%;
}

a:link {
	color: #FF9200;
	text-decoration: none;
}
a:visited {
	color: #FF9200;
	text-decoration: none;
}
a:hover {
	color: #F3070B;
	text-decoration: none;
}
a:active {
	color: #FF9200;
	text-decoration: none;
}

.name1 {
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 1.3em;
}
.name2 {
	font-size: 18px;
	line-height: 1.6em;
}
.name4{
	font-size: 22px;
	margin-bottom: 0px;
	line-height: 1.6em;
}
.t_text1 {
	font-size: 18px;
}

.t_text1s {
	font-size: 18px;
	color: #FA080C;
}

.t_text2 {
	font-size: 16px;
	line-height: 1.6em;
}
.t_text3 {
	font-size: 14px;
	line-height: 1.6em;
}

.t_text4r {
	color: #FF0004;
	font-size: 14px;
	line-height: 1.6em;
}

.t_text4 {
	font-size: 14px;
	line-height: 1.6em;
}

.marker {
background: linear-gradient(transparent 70%, #FFD300 70%);
font-weight: bold; 
}

.marker2 {
background: linear-gradient(transparent 70%, #52B5FF 70%);
font-weight: bold;
}

.marker3 {
background: linear-gradient(transparent 70%, #ff9899 70%);
font-weight: bold;
}

.name3 {
	font-size: 14px;
	margin-bottom:30px;
}

.bt {
    width:45px;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:2px;
    background-color:#1da1f2;
	line-height: normal;
    border-radius:5px;
	display: inline-block;  
}

a.bt:link {
	color: #fff;
	text-decoration: none;
}
a.bt:visited {
	color: #fff;
	text-decoration: none;
}
a.bt:hover {
	color: #FFEE00;
	text-decoration: none;
}
a.bt:active {
	color: #fff;
	text-decoration: none;
}

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

#header {
    width: 440px;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  top;       /* 要素を上揃えにする */
    margin-bottom: 10px;        /* 要素同士の隙間調整 */
    padding:  10px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
	text-align: center;
}

 
#container {
    padding-bottom: 0px;
	width: 800px;
	margin: 0 auto 0;
	padding: 70px 50px 0;
	background: url(../img/bg_contents2.png);
	min-height: 100%;
}

#contents {
    width: 545px;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  top;       /* 要素を上揃えにする */
    margin-bottom: 10px;        /* 要素同士の隙間調整 */
    padding:  10px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
}

.t_contents{
background-color: #f08200;
	width: 100%;
	font-size:18px;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding-left: 15px;
	font-weight: bold;
}


.footer {
	font-size:10px;
		text-align: center;
    bottom: 0;
	    width: 100%;
	padding: 15px 0;
}
 
#footer {
	text-align: center;
    bottom: 0;
    width: 100%;
    height: 100px;
	font-size:10px;
}

.global {
	width: 1000px;
	color: #FFFFFF;
    padding:0px;                /* ulタグのデフォルトCSSを打ち消し */
    margin:  0 auto;                 /* ulタグのデフォルトCSSを打ち消し */
    list-style: none;           /* ulタグのデフォルトCSSを打ち消し */
    text-align: left;        /* 子要素を左右中央揃え */
	vertical-align:  middle;    /* 要素を上下中央で揃える */
}
 
.global > li {
    display:  inline-block;     /* インラインブロック要素にする */
}
 
.global > li > a {
    color: #FFFFFF;
	font-weight: bold;
    text-decoration:  none;     /* 文字のデフォルトCSSを打ち消し */
    display:  inline-block;     /* インラインブロック要素にする */
    padding:7px 10px;             /* 余白指定 */
    width:  100%;               /* 幅指定 */
    box-sizing:  border-box;    /* 崩れ防止 */
}

.cs {
    color: #666;
	font-weight: bold;
    text-decoration:  none;     /* 文字のデフォルトCSSを打ち消し */
    display:  inline-block;     /* インラインブロック要素にする */
    padding:7px 10px;             /* 余白指定 */
    width:  100%;               /* 幅指定 */
    box-sizing:  border-box;    /* 崩れ防止 */
}

.global > li > a:hover {
	color:#FFE800;
	font-weight: bold;
    text-decoration:  none;     /* 文字のデフォルトCSSを打ち消し */
    display:  inline-block;     /* インラインブロック要素にする */
    padding:7px 10px;             /* 余白指定 */
    width:  100%;               /* 幅指定 */
    box-sizing:  border-box;    /* 崩れ防止 */
}

#globalNavi{
	width:100%;
background-color: #f08200;
	position: fixed;
	padding: 0 20px;
}

#news_list{
background-color:#f0dac9;
text-align:left;
}

#news_list ul{ 
margin: 0; 
padding :0 10px 10px 10px; 
list-style: none; 
}
#news_list li{ 
padding :0; 
margin:0; 
}
#news_list li a{
display: block;
padding: 8px 0px 8px 0px;
color:#482433;
width: 100%;
margin: 1px 0px;
text-decoration:none;
border-bottom: 1px solid #482433;
font-size: 14px;
}
#news_list li a:hover{
	color:#bb8173;
}


#social {
float:right;
width:220px;
height:20px;
line-height:1;
margin-top:15px;
text-align:left;
}

#social a:hover{
opacity:0.7;
}

.dl-list-01 {  
  width: 700px;  
  margin: 0 0;  
}  
  
.dl-list-01 dt {  
  width: 215px; /* 幅調節 */  
  height: 160px; /* 高さ調節 */  
  float: left;  
  clear: left;  
}  
  
.dl-list-01 dd {  
  width: 500px; /* 幅調節 */  
  height: 130px; /* 高さ調節 */  
  float: left;  
}  

.dl-list-02 {  
  width: 750px;  
  margin: 0 0;  
}  
  
.dl-list-02 dt {  
  width: 130px; /* 幅調節 */  
  height: 157px; /* 高さ調節 */  
  float: left;  
  clear: left;  
}  
  
.dl-list-02 dd {  
  width: 560px; /* 幅調節 */  
  height: 157px; /* 高さ調節 */  
  float: left;  
}  

.dl-list-03 {  
  width: 700px;  
  margin: 0 0;  
}  
  
.dl-list-03 dt {  
  width: 240px; /* 幅調節 */  
  height: 140px; /* 高さ調節 */  
  float: left;  
  clear: left;  
}  
  
.dl-list-03 dd {  
  width: 510px; /* 幅調節 */  
  height: 140px; /* 高さ調節 */  
  float: left;  
}  

.dl-list-04 {  
  width: 720px;  
  margin: 0 0;  
}  
  
.dl-list-04 dt {  
  width: 190px; /* 幅調節 */  
  height: 260px; /* 高さ調節 */  
  float: left; 
  clear: left;
  padding-right:10px;
}  
  
.dl-list-04 dd {  
  width: 520px; /* 幅調節 */  
  height: 260px; /* 高さ調節 */  
  float: left;
}  

.dl-list-05 {  
  width: 700px;  
  margin: 0 0;  
}  

.dl-list-05 dt {  
  width: 160px; /* 幅調節 */  
  height: 157px; /* 高さ調節 */  
  float: left;  
  clear: left;  
}  
  
.dl-list-05 dd {  
  width: 560px; /* 幅調節 */  
  height: 157px; /* 高さ調節 */  
  float: left;  
}  

.marker3 {
background: linear-gradient(transparent 80%, #ff0000 70%);
font-weight: bold;
}

.cp_hr02 {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #ffb300;
	margin: 30px 0;
}