@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;}
fieldset,img{border:0;}
img{vertical-align:top;}
caption,th{text-align:l;}

.twitter-timeline {
	width: 100%;
}

/*.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-color: #f9f8fa;
background-image: url("../img/bg01.png");
color:#4b2234;
min-height: 100%;
height: auto !important;
height: 100%;
font-family: "Unna", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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: 22px;
	margin-bottom: 0px;
}
.name2 {
	font-size: 18px;
}

.t_text {
	font-size: 24px;
}

.t_text1 {
	font-size: 20px;
}

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

.t_text2 {
	font-size: 18px;
}
.t_text3 {
	font-size: 12px;
}
.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: 100%;
}

#header img { width: 100%; }
 
#container {
    padding-bottom: 0px;
	max-width:1000px;
	margin: 0 auto 0;
	padding: 50px 0 0;
	min-height: 100%;
}

#container_c {
    padding-bottom: 0px;
	width: 1000px;
	margin: 0 auto 0;
	padding: 50px 0 0;
	background-size:1200px 900px;
	background-repeat: no-repeat;
	min-height: 100%;
}

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

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


.t_contents2{
	width: 100%;
	font-size:16px;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 1.6em;
}

.flexbox {
  display: flex;
  flex-flow: row wrap;
}

.box1{
width: 60%;
padding: 10px;
color: #FFFFFF;
}

.box1 p{
	line-height: 1.6em;
}

.box2{
width: 40%;
padding: 10px;
color: #FFFFFF;
}

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

.footer {
	font-size:12px;
	text-align: center;
    bottom: 0;
	width: 100%;
	color: #fff;
	padding-bottom: 20px;
}


.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: #fff;
	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: #0f1b37;
	position: fixed;
	padding: 0 20px;
	background-image: url("../img/bg_menu.png");
	background-repeat: repeat-x;
	background-size: cover;
}

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


#news_list{
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;
	font-weight: bold;
color:#fff;
width: 100%;
margin: 1px 0px;
text-decoration:none;
border-bottom: 1px solid #fff;
font-size: 14px;
}
#news_list li a:hover{
color:#ffff00;
}


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

#social a:hover{
opacity:0.7;
}
