@charset "utf-8";
@media screen and (min-width: 1201px) { html{font-size:16px; } }@media screen and (max-width: 1200px) { html{font-size:15px; } }@media screen and (max-width: 1024px) { html{font-size:14px; } }@media screen and (max-width: 768px) {  html{font-size:13px; } }@media screen and (max-width: 480px) {  html{font-size:12px; } }a,a:visited,a:active { color:rgba(112,111,111,1.00)}a:hover { color:rgba(186,186,186,1.00)}
/* css setting */
a   {
text-decoration:none;
}

h1 , h2 , h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    margin-top: 0px;
}

.hover_opacity:hover{
    opacity: 0.8;
    transition:0.6s;
}

.fs-banners-universe li img{
box-shadow:1px 1px 1px 1px #cdcdcd;
}

.tx_shw{
text-shadow:1px 1px 1px #333333;
}

.tx_shw_w{
text-shadow:1px 1px 1px #ffffff;
}

.fs-banners-universe li img:hover{
opacity: 0.5;
}

hr{
margin:0;
}

.letter-spacing{
    letter-spacing: 0.1rem;
}

.opacity {
    opacity: 0.9;
}

.white_rgba {
    background-color: rgba(255,255,255,0.9);
}

.blue_rgba {
    background-color: rgba(10,50,150,0.8);
}

.main_color {
    color: #0b3a94;
}

.main_backgroundcolor {
    background-color: #0b3a94;
}

.sub_backgroundcolor {
    background-color: #0f4abf;
}

.bold {
    font-weight: bold;
}


.eiji{
font-family: Century Gothic , Futura-Medium , Gill Sans , メイリオ , Meiryo ,sans-serif;
}

.impact {
font-family:  Impact , Haettenschweiler , Helvetica Neue , Helvetica , arial , メイリオ , Meiryo ,sans-serif;
}

.space {
    letter-spacing: 0.1rem;
}

.space_2 {
    letter-spacing: 0.2rem;
}

.space_3 {
    letter-spacing: 0.3rem;
}



.news .entryData:after{
    background: #c8c8c8 !important;
    font-size: 0.8rem !important;
    color: #ffffff !important;
    margin-left: 0.2rem !important;
}

#pt101-2-1 .fs_c_title , #pt102-2-1 .fs_c_title {
  background-repeat: no-repeat;
  margin: 3rem 2rem 1.5rem 2rem;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #c8c8c8;
  font-size: 1.3rem;
  color: #969696
text-align: justify;
}

#pt101-2-1 .fs_content , #pt102-3-2 .fs_content {
  background-repeat: no-repeat;
  padding: 0 2rem 4rem 2rem;
  font-size: 1rem;
text-align: justify;
}

#pt102-3-1 .fs_image {
  background-repeat: no-repeat;
  padding: 0 2rem 2rem 2rem;
}

#pt102-4-1 .fs_google_map {
  background-repeat: no-repeat;
  padding: 0 2rem 2rem 2rem;
}

.border-radius {
    border-radius: 2rem;
}

#archiveBoxesC3 .archiveEachBox .eachArticle p.post-time,
#archiveBoxesC2 .archiveEachBox .eachArticle p.post-time
 {
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    font-family: メイリオ , Meiryo ,sans-serif;
    padding: 0.25rem 0.5rem;
    background: #ffffff;
}

#archiveBoxesC3 .description,
#archiveBoxesC2 .description
 {
    color: #ffffff;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #ffffff;
}

#archiveBoxesC3 .archiveEachBox .eachArticle h3.post-title a,
#archiveBoxesC2 .archiveEachBox .eachArticle h3.post-title a
{
    color: #ffffff;
}

#archiveBoxesC3 .archiveEachBox .eachArticle h3.post-title a:hover,
#archiveBoxesC2 .archiveEachBox .eachArticle h3.post-title a:hover
 {
    color: #ffffff;
}

#archiveBoxesC3 .archiveEachBox .eachArticle h3.post-title {
    font-size: 1rem;
    margin-bottom: 0.3em;
    margin: 0.5rem 0;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #FFFFFF;
}

#archiveBoxesC3 .archiveEachBox .eachArticle ul.post-cat li {
    margin-right: 0.5em;
    color: #ffffff;
}

@media screen and (max-width: 480px) { 
#archiveBoxesC2 .archiveEachBox, #archiveBoxesC3 .archiveEachBox{ 
    margin:0; 
} 
}

.archiveEachBox .eachArticle {
    line-height: 1.7;
    margin-top: 3rem;
}

div.ccm-pagination span.numbers a{
color:#bababa! important;
}

div.ccm-pagination span.numbers a:hover{
color:#ffffff !important;
}

div.ccm-pagination span.numbers a:active{
color:#bababa !important;
}

div.ccm-pagination span.numbers a:visited{
color:#bababa;
}

div.ccm-pagination span{
color:#ffffff !important;
}

div.ccm-pagination span.ccm-page-right a,div.ccm-pagination span.ccm-page-left a{
color:#ffffff !important;
}

.photo2 img{
  	transition: 0.3s;
}

.photo2 img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.slanting {
position: relative;
overflow: hidden;
padding: 80px 0;
}

.slanting:before {
content: '';
position: absolute;
top: -45px;
left: 0;
width: 100%;
height: 160%;
background: #fee0a4;
-webkit-transform-origin: rgiht center;
-ms-transform-origin: rgiht center;
transform-origin: rgiht center;
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
z-index: -1;
}


.fs-info-list dl{
border-top:1px dotted #bbbbbb;
padding:1.3rem 0 1.3rem 0;
}

p.rssItemDate{
padding-top:0.2rem;
}