@charset "UTF-8";
/* CSS Document */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

a {
	transition: all 0.3s ease 0s;
}
img {
	transition: all 0.3s ease 0s;
}

#contents{
	float:none;
	width:0px;
}

#container2{
	font-family: Avenir Next Lt Pro,Century gothic,"Helvetica neue",Helvetica,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	padding-bottom: 30px !important;
	width: 100% !important;
}

/* コーディネイト */


#newsmain{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Avenir Next Lt Pro,Century gothic,"Helvetica neue",Helvetica,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
#newsmain ul {
	overflow: hidden;
	display: block;
}
#newsmain ul li {
	display: block;
}

#newsmain a {
	display:block;
}

#newsmain a.itemTitle {
	font-size: 16px;
	line-height: 1.1em;
	padding-bottom: 20px;
	padding-top: 15px;
}
.ctt_ttl{
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: left;
}
.ctt_ttl ul li{
	display: block;
	overflow: hidden;
	float: left;
	padding: 0 20px;
	border-right: 1px solid #eee;
	font-size: 11px;
}
.ctt_ttl ul li:nth-of-type(2){
	font-size: 40px;
}
.ctt_ttl ul li:nth-of-type(3){
	border-right: 1px solid #fff;
	line-height: 1.6em;
}

.ctt_ttl ul span{
	display: block;
	overflow: hidden;
	font-size: 8px;
	letter-spacing: 1em;
	margin-bottom: 10px;
}

.ttl_f{
	font-size: 14px;
	margin-bottom:20px;
	letter-spacing: 0.04em;
}
.ttl_f p{
	line-height: 2em;
	margin: 30px 0;
}

.ttl_f_img{
	display: block;
	overflow: hidden;
	position: absolute;
}

.ttl_f_moji{
	position: relative;
}

.ttl_f_moji p{
	position: relative;
	text-align: left;
	top: 32px;
	left: 500px;
	width: 450px;
	font-size: 13px;
	color: #474747;
}


.backcolor{
	margin-bottom: 10px;
}

.backcolor2{
	background-color: #dedede ;
	padding: 50px;
	margin-bottom: 80px;
}

.s_ttl {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	display: block;
	width: 100%;
	margin: 5px 0;
	text-align: center;
}



.right_img{
	margin-top: 50px !important;
}

.under_img{
	margin-top: -150px !important;
}


.ctt_ttl_main {
	text-align: center;
	position:relative;
	margin: 30px 0 30px 0;
	color: #3f3f3f;
}

.ctt_ttl_main img{
	width: auto;
	margin: 0 auto 10px;
}

.ctt_ttl_main p{
	color: #000;
}

.subttl{
	padding: 10px;
	width: 40%;
	margin: 5px auto;
	background-color: #5cc5cd;
	color: #fff;
}

.style_box {
	text-align: center;
	position:relative;
	margin: 0 0 30px;
	width: 50%;
	display: block;
	overflow: hidden;
	float: left;
}

.style_box li{
	width: 220px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 10px 20px;
}

.style_box img{
	width: 220px;
	margin-bottom: 20px;
}
.style_box_item{
	text-align: left;
	position: absolute;
	top: 100px;
	left: 100px;
}

.style_box_item a{
	color: #000;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #575757;
    height: 30px;
}
.style_box_item p {
	display: inline-block;
}


.top_navi{
	text-align: center;
	width: 100%;
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 30px 0;
	font-size: 20px;
  background-color: #eee;
}
.top_navi ul{
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 550px;
}
.top_navi ul li{
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 0 20px;
	float: left;
	width: 70px;
}
.top_navi ul li a{
	display: block;
	overflow: hidden;
	color: #333;
	padding: 10px 0;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}
.button:hover {
  color: #fff;
}
.button::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  background-color: #333;
}

.main_d{
	width: 970px;
	display: block;
	overflow: hidden;
}

.main_box{
	display: block;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 70px 0 0;
    position: relative;
    width: 1000px;
}
.main_box img{
	float: left;
}
.main_item p{
	color: #535353;
}
.main_box_moji{
	display: block;
    font-size: 14px;
    left: 40px;
    line-height: 1.5em;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 120px;
    width: 315px;
}
.main_box_moji span{
	display: block;
    overflow: hidden;
    float: left;
    margin: 10px 0;
    font-size: 12px;
}
.main_box_moji span p{
    margin: 5px 0;
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 250px;
}

.main_box_moji_c{
	display: block;
    font-size: 12px;
    left: 650px;
    line-height: 1.5em;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 120px;
    width: 315px;
}

.main_box_moji_c a span{
	display: block;
    overflow: hidden;
    float: left;
}
.main_box_moji_c a {
	display: block;
    overflow: hidden;
}
.main_box_moji_c span p{
    margin: 5px 0;
    display: inline-block;
    overflow: hidden;
    float: right;
    width: 250px;
}

.main_box_moji_m{
	display: block;
    font-size: 14px;
    left: 200px;
    line-height: 1.5em;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 550px;
    color: #535353;
}
.main_box_moji_m span{
	display: block;
    overflow: hidden;
    float: left;
    margin: 10px 0;
    font-weight: bold;
    font-size: 15px;
}
.main_box_moji_m span p{
    margin: 5px 0;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.spec{
	background-color: #535353;
    color: #fff !important;
    font-size: 11px;
    margin: 0 3px 0 0 !important;
    padding: 3px 10px;
}
.main_box_moji2{
	display: block;
	left: 25%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 100px;
    width: auto;
}
.main_box_moji2 img{
	padding: 0 0 10px 0 ;
}

.mainitem_box{
	display: block;
    overflow: hidden;
    width: 970px;
    margin: 0 0 20px 0;
}

.mainitem_box ul {
    display: block;
    overflow: hidden;
    text-align: left;
    width: 360px;
    float: left;
}
.mainitem_box ul:nth-of-type(2) {
    display: block;
    overflow: hidden;
    text-align: left;
    width: 360px;
    float: right;
}
.mainitem_box ul li{
    display: block;
    float: left;
    font-size: 12px;
    overflow: hidden;
    width: 100%;
    background-image: url("./ten.gif");
    background-position: left top;
    background-repeat: repeat-x;
}

.mainitem_box ul li a{
	display: block;
	overflow: hidden;
	color: #000;
}

.mainitem_box2{
	display: block;
    height: 600px;
    overflow: hidden;
    width: 970px;
}

.mainitem_box2 ul {
    display: block;
    left: 305px;
    overflow: hidden;
    position: relative;
    text-align: left;
    top: 540px;
    width: 760px;
}
.mainitem_box2 ul li:nth-of-type(1){
    border-left: 1px solid;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    margin: 0 10px 5px;
    overflow: hidden;
    padding: 5px 10px;
    width: 200px;
}
.mainitem_box2 ul li:nth-of-type(2){
    border-left: 1px solid;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    margin: 0 10px 5px;
    overflow: hidden;
    padding: 5px 10px;
    width: 190px;
}

.mainitem_box2 ul li{
    border-left: 1px solid;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    margin: 0 10px 5px;
    overflow: hidden;
    padding: 5px 10px;
    width: 190px;
}


.mainitem_box2 ul li a{
	display: block;
	overflow: hidden;
	color: #000;
}

.item{
	display: inline-block;
	padding: 3px 5px 0 0;
	background-color: #fff;
}

.item b{
	color: #707070;
	font-size: 9px;
}

.item_off{
	display: inline-block;
}

.other_item_box{
	display: block;
    margin: 0 0 50px;
    overflow: hidden;
    width: 100%;
}
.other_item_box ul{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.other_item_box ul li{
	display: block;
    float: left;
    margin: 0 16px 50px;
    overflow: hidden;
    text-align: left;
    width: 210px;
}
.other_item_box ul li a span{
	color: #000;
	font-size: 11px;
}

.other_item_box ul li img{
	width: 100%;
	margin:0 0 10px 0;
}

.main_under_box{
	display: block;
    margin: 0 0 80px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.main_under_box ul{
	display: block;
	width: 1000px;
	margin: 0 auto;
}
.main_under_box ul li{
	display: block;
    float: left;
    margin: 0 70px 0 0;
    width: 465px;
}
.main_under_box ul li:nth-of-type(2){
	display: block;
	width: 465px;
	float: left;
	margin: 0 ;
}
.sml_ttl_box{
	text-align: left;
	display: block;
	overflow: hidden;
	font-size: 13px;
	padding: 0 0 10px 0;
	margin:20px 0;
	border-bottom: 1px dotted #757575;
	letter-spacing: 0.3em;
}

.sml_ttl_box span{
	font-weight: bold;
	font-size: 20px;
}
.sml_ttl_box_underbtn .sml_ttl_box_underbtn_footer {
	display: block;
	overflow: hidden;
	padding: 0 0 40px 0;
}
.sml_ttl_box_underbtn a{
  background-color: #3f3f3f;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px;
    text-align: center;
    border-radius: 4px;
}

.sml_ttl_box_underbtn_footer a{
	display: block;
	overflow: hidden;
	text-align: center;
	background-color: #535353;
	color: #fff;
	width: 400px;
	margin: 0 auto;
}

.icon1{
	background-color: #3f3f3f;
    color: #fff !important;
    font-size: 10px;
    margin: 1px 0;
    padding: 3px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
    float: right;
}
.icon2{
	background-color: #7e6b5a;
    color: #fff !important;
    float: right;
    font-size: 10px;
    margin: 1px 0;
    padding: 3px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.icon3{
	background-color: #274385;
    color: #fff !important;
    float: right;
    font-size: 10px;
    margin: 1px 0;
    padding: 3px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.icon_c1{
	border: 1px solid #556fb5;
    color: #556fb5 !important;
    float: right;
    font-size: 12px;
    margin: 1px 0;
    padding: 10px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 200px;
}
.icon_c2{
	border: 1px solid #7e6b5a;
    color: #7e6b5a !important;
    float: right;
    font-size: 12px;
    margin: 1px 0;
    padding: 10px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 200px;
}
.icon_c3{
	border: 1px solid #274385;
    color: #274385 !important;
    float: right;
    font-size: 12px;
    margin: 1px 0;
    padding: 10px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 200px;
}
.trailer{
	display: block;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.trailer span{
	display: block;
	overflow: hidden;
	font-size: 11px;
	padding: 10px;
}
.trailer span a{
	color: #7f2d00;
	font-weight: bold;
	text-decoration: underline;
}

.trailer img{
    margin: 0 8px;
}

.footer_matome{
    font-size: 9px;
    background-color: #eee;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.footer_matome span{
    display: block;
    font-size: 10px;
    line-height: 2em;
    margin: 0 auto;
    padding: 30px;
    text-align: left;
    width: 970px;
}

.other_item_ttl{
    display: block;
    overflow: hidden;
    width: 1000px;
    margin: 10px auto;
    border-bottom: solid 1px #000;
    text-align: left;
    font-size: 20px;
}


@media screen and (min-width: 640px) {
.linkbtn1 ul li a:hover{
    color: #fff !important;
    background-color: #989898;
}

.top_navi ul li a:hover{
    opacity: 0.7;
}

.icon1:hover{
	background-color: #6f6f6f;
}
.icon2:hover{
	background-color: #918072;
}
.icon3:hover{
	background-color: #45609f;
}

.icon_c1:hover{
	background-color: #768ecd;
	color: #fff !important;
	border: 1px solid #768ecd;
}
.icon_c2:hover{
	background-color: #918072;
	color: #fff !important;
	border: 1px solid #918072;
}

.icon_c3:hover{
	background-color: #45609f;
	color: #fff !important;
	border: 1px solid #45609f;
}
.item:hover { text-decoration: underline !important; }

.sml_ttl_box_underbtn a:hover{
	opacity: 0.7;
}

.sml_ttl_box_underbtn_footer a:hover{
	background-color: #6d6d6d;
}
}

@media screen and (max-width: 640px) {
/* 表示領域が640px未満の場合に適用するスタイル */

#contents{
	width:100%;
	position:relative;
	padding-top:0px;
}



/* コーディネイト */



#newsmain{
	width:auto;
	margin-right: 0px;
	margin-left: 0px;
}
#newsmain ul {
	margin-right: 0px;
}
#newsmain ul li {
	display: block;
}

#newsmain a {
	font-size: 85%;
	display:block;
}
#newsmain a.itemTitle {
	font-size: 16px;
	line-height: 1.1em;
	padding-bottom: 20px;
	padding-top: 15px;
}
#newsmain ul li p {
	font-size: 100%;
}
.ctt_ttl{
	margin:0 5px;
	color: #000;
}
.ctt_ttl ul li{
	padding: 0;
	float: left !important;
}
.ctt_ttl ul li img{
	width: 50px;
}
.ctt_ttl ul li:first-of-type {
	width: 60px !important;
}
.ctt_ttl ul li:nth-of-type(2){
	width: 30px !important;
	padding: 0 5px;
	font-size: 14px;
}
.ctt_ttl ul li:last-of-type{
	width: 200px !important;
	font-size: 7px;
	padding: 0 5px;
}

.ctt_ttl ul span{
	font-size: 7px;
}
.subttl{
	padding: 5px;
	width: 60%;
}

.top_navi {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
.top_navi ul{
	width: 100%;
}
.top_navi ul li{
	margin: 0px 5px;
	float: left !important;
}

.top_navi ul li{
	width: 16.5% !important;
	margin: 0px 5px;
}

.top_navi ul li a{
	font-size: 15px;
}

.navi_small{
	width: 100%;
}
.navi_small ul{
	width: 100%;
}
.navi_small ul li {
	width: 29.5%;
}
.navi_small ul li img{
	width: 100%;
}
.s_ttl {
	letter-spacing: 0em;
}

.s_ttl img{
	width: 100%;
}
.main_d{
	width: 100%;
}

.main_box{
	width: 100%;
	position: static;
	padding: 0;
}

.main_box img{
	width: 50%;
	float: left;
}

.main_box_moji{
	width: 50%;
	margin: 0 auto 10px;
	top: 10px;
	font-size: 8px;
	line-height: 1.5em;
	height: auto;
}
.main_box_moji img{
	width: 100%;
	padding: 5% 0 0 0 ;
}

.mainitem_box{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.mainitem_box ul {
    width: 49%;
}
.mainitem_box ul:nth-of-type(2) {
    width: 49%;
}
.mainitem_box ul li {
	width: 100%;
	border-bottom: 1px dotted #c9c9c9;
	background-image: none;
}
.mainitem_box2 ul li:nth-of-type(1) , .mainitem_box2 ul li:nth-of-type(2) {
	width: 90%;
}
.mainitem_box ul li p{
	font-size: 9px;
	line-height: 1.3em;
}

.mainitem_box2{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.mainitem_box2 ul {
    position: static;
    width: 100%;
}
.mainitem_box2 ul li {
	width: 90%;
}
.mainitem_box2 ul li:nth-of-type(1) , .mainitem_box2 ul li:nth-of-type(2) {
	width: 90%;
}
.mainitem_box2 ul li p{
	font-size: 9px;
}
.backcolor{
	padding: 0px;
}

.right_img{
	margin-top: 0px !important;
}

.under_img{
	margin-top: 0px !important;
}

.item{
	padding: 5px;
}
.item b{
	font-size: 85%;
}
.item_off{
	padding: 5px;
}
.ctt_ttl{
	width: 100%;
	margin: 0 ;
	padding: 0 5px 10px;
}
.ctt_ttl_main {
	width: 95%;
	margin: 10px auto;
	font-size: 10px;
}
.ctt_ttl_main img {
	width: 100%;
}

.style_box {
	text-align:left;
	margin: 0px;
	width:100%;
	position:static;
	height:auto;
}
.style_box ul li{
	width: 43%;
}


.style_box ul li img{
	width: 100%;
}

.style_box_item a{
    font-size: 11px;
}
.style2 {
	width: 43%;
	height: auto;
}
.style2 img{
	max-width: 260px;
}


.other_item_box{
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
}
.other_item_box ul{
	margin-bottom: 0px;
}

.other_item_box ul li{
	width: 30%;
	margin: 10px 5px 40px;
	height: auto;
}

.other_item_box ul li img{
	width: 100%;
}

.other_item_box ul li a span{
	font-size: 9px;
	display: block;
	height: 60px;
}

.icon1 , .icon2 , .icon3 {
	font-size: 8px !important;
	padding: 4px 10px;
	line-height: 3em !important;
	margin: 5px 0;
	width: 22px;
}

.other_item_box .icon1 , .other_item_box .icon2 , .other_item_box .icon3 {
	font-size: 8px !important;
	padding: 5px 10px;
	width: 80%;
}
.main_under_box{
	display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin: 0 0 40px 0;
}
.main_under_box ul{
	display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.main_under_box ul li{
	display: block;
    margin: 0 1%;
    width: 48%;
}
.main_under_box ul li:nth-of-type(2){
	display: block;
	margin: 0 1%;
	width: 48%;
}

.sml_ttl_box{
	margin: 0 5px;
}
.sml_ttl_box span{
	font-size: 17px;
}
.sml_ttl_box_underbtn1 , .sml_ttl_box_underbtn2 , .sml_ttl_box_underbtn3 , .sml_ttl_box_underbtn4 , .sml_ttl_box_underbtn5 , .sml_ttl_box_underbtn_footer {
	width: 100%;
	padding: 0px;
}
.sml_ttl_box_underbtn1 a , .sml_ttl_box_underbtn2 a , .sml_ttl_box_underbtn3 a , .sml_ttl_box_underbtn4 a , .sml_ttl_box_underbtn5 a {
	width: 90%;
	padding: 10px 5px;
	font-size: 16px;
	letter-spacing: 0.2em;
}
.sml_ttl_box_underbtn_footer a {
	width: 95%;
	padding: 0;
}
.footer_matome{
    padding: 5px;
}

.footer_matome span{
    font-size: 8px;
    width: 80%;
}
#spMenu{
	right: -265px !important;
}

.other_item_ttl{
	padding: 30px 0 0 5px;
	width: 100%;
	box-sizing: border-box;
}


}
