﻿@import url(./default_body.css);
@import url(./topFreearea_map.css);


/* body */
body
{
 	/* ※背景色・文字色は色別CSSで定義 */
}

a {
    text-decoration: none;
}

    a:hover {
        /* ※文字色は色別CSSで定義 */
        text-decoration: underline;
        position: relative;
        top: 1px;
        left: 1px;
    }

/* telto */
@media screen and (min-width:768px) {
    /* PCではリンクなし */
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
        color: #333333 !important;
    }

    .teltoon {
        display: none !important;
    }

    .teltooff {
        margin-left: 0px !important;
    }
}
@media screen and (max-width:767px) {
    /* スマホではリンクあり */
    a[href^="tel:"] {
    }

    .teltoon {
        margin-left: 0px !important;
    }

    .teltooff {
        display: none !important;
    }
}

h4
{
    font-weight:bold;
    display:inline;
    font-size: 1.3em;
}

/*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/
#cont_area {
    margin-left:auto;
    margin-right:auto;
}

.mainBlock
{
    max-width:1100px;
    margin:0px auto 0px;
    padding:20px 0px;
    width:100%;
}

#slidArea
{
    width:100%;
}

#kinkyuArea {
    width:100%;
    padding:20px 0px 40px;
}


#pickup_area {
    padding: 20px 0px 40px;
    margin: 0px auto 0px;
}


/* 左から中央へ伸びる三角 */
.triangle_left {
    box-sizing: inherit;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 50vw;
    overflow: hidden;
}

    .triangle_left::before {
        box-sizing: inherit;
        display: block;
        position: absolute;
        top: 0px;
        width: 50%;
        left: 0;
        z-index: -1;
        content: "";
        height: 100%;
        background-repeat: no-repeat;
        background-image: url(../images/top1/triangle_left.svg);
        background-position: left bottom;
        background-size: 100% 100%;
        opacity: .9;
        transform: translateX(-100%);
        transition: transform 0.4s ease 0.5s;
    }

.triangle_left_in::before {
    transform: translateX(0) !important;
}


/* 右から中央へ伸びる三角 */
.triangle_right {
    box-sizing: inherit;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 50vw;
    overflow: hidden;
}

    .triangle_right::after {
        box-sizing: inherit;
        display: block;
        position: absolute;
        top: 0px;
        width: 50%;
        right: 0;
        z-index: -1;
        content: "";
        height: 100%;
        background-repeat: no-repeat;
        background-image: url(../images/top1/triangle_right.svg);
        background-position: right bottom;
        background-size: 100% 100%;
        opacity: .9;
        transform: translateX(100%);
        transition: transform 0.4s ease 0.5s;
    }

.triangle_right_in::after {
    transform: translateX(0) !important;
}

.osusume {
    display:flex;
    flex-direction:row;
    gap:50px;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    margin:20px auto;
}


.osusume_item {
    width: 280px;
    height: 283px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.16);
}

.osusume_img {
    width: 270px;
    height: 180px;
    position: relative;
    z-index: 1;
}

.star_off {
    z-index:2;
    position:absolute;
    top:0;
    right:0;
}

.star_on {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
}


.osusume_title {
    text-align:center;
    padding:10px 0px;
}

.osusume_syamei {
    text-align: center;
}


.mainBlock .title {
    text-align: center;
}

    #sns_area {
        padding: 0px 0px 0px;
    }


.Blockmenu
{
    max-width:1010px;
    margin:0px auto 0px;
    padding-top:0px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
}

.menuitem02 {
margin:15px 30px 0px;
}




/*:::::::::::::::::::::::::
 * 特集コンテンツ
 *::::::::::::::::::::::::*/

#slidArea img
{
  width: 100%;
  height: 534px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}


/* サイト内検索 */
#mainSearch02 {
    margin: 10px auto 0px 0px;
    width: 100%;
    max-width: 620px;
    float: right;
}
input.searchBox02
{
    height: 36px;
    width: 85%;
    margin: 1px 1px 0px 0px;
    vertical-align: middle;
    letter-spacing:normal;
    border:solid 1px #7F7F7F;
}

input.btnSearch02
{
	margin:0px;
    padding: 0px;
    vertical-align: middle;
    letter-spacing:normal;
}

/* サイト内検索ver2.0 */
.serch #input_form_search_word {
    height: 32px;
}

.serch .serchright {
    padding: 5px 0px 0px 0px;
}

/*:::::::::::::::::::::::::
 * 新着情報
 *::::::::::::::::::::::::*/
#new_Area {
    width: 100%;
}



.info {
    padding: 0px;
    margin: 30px auto;
    width: 100%;
    max-width: 800px;
}


#newTtlNavi
{
    padding:2px 0px 0px 0px;
    margin:0px;
}
#newTtlTab h3
{
    float:left;
    padding:11px 37px 9px;
    margin:0px 4px 0px 0px;
    text-decoration:none;
    font-size:1.1em;
    cursor:pointer;
}

#newTtlTab .selected
{
    font-weight:bold;
    padding:11px 59px 9px;
    margin:0px 4px 0px 0px;
    cursor:default;
}

#newTtlTab h3 span
{
    padding:3px 0 3px 5px;
}
#newTtlTab h3 span#tab1
{
    background-repeat:no-repeat;
    background-position:7px center;
}
#newTtlTab h3 span#tab2
{
    background-repeat:no-repeat;
    background-position:12px center;
}
#newTtlTab h3 span#tab3
{
    background-repeat:no-repeat;
    background-position:7px center;
}
.rss
{
    text-decoration:none;
    padding:1px 3px;
    font-weight:bold;
    font-size:0.8em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin:0px auto;
    text-align:center;
    width:60px;
    text-align:center;
}

a.rss:focus
{
    border:dashed #000 1px;
}
#newTtlTab span a
{
    text-decoration:none;
}

#newTtlTab .selected a
{
}


.info01 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    max-width: 100%;
    width:100%;
}
.info ul
{
    padding:2px 0px;
}
.info ul#important
{
    border-bottom:dotted 1px #999999;
}

.listInfo ul li {
    line-height: 130%;
    padding: 10px 0px;
    background-image: url("../images/top1/ya_pink.png");
    background-repeat: no-repeat;
    background-position: 0px 15px;
}

.listInfo ul li.lastKiji
{
    border-bottom:dotted 1px #DDDDDD;
}
.info p.koushinDay
{
	width:auto;
	float:left;
	min-width:90px;
    text-indent: 1em;
    font-size: 0.9em;
}
.info p.eventDate
{
	width:auto;
	float:left;
	min-width:90px;
    text-indent: 1em;
    font-size: 0.9em;

}
div.newTtl
{
    float:left;
    padding:0px 15px;
    width: 76%;
}
div.newTtl .topCName
{
    font-size:0.8em;
}

/* 本日以降の予定を重複なし表示 */
.eventDateDating
{
	width:auto;
	float:left;
	min-width:90px;
    text-indent: 0.5em;
    font-size: 0.9em;
}
.newTtlDating
{
    float:left;
    padding:2px 0px 10px 15px;

    width : 98% ;  /* IE8以下とAndroid4.3以下用フォールバック */
    width : -webkit-calc(100% - 15px) ;
    width : calc(100% - 15px) ;
}
.newTtlDating .topCName
{
    font-size:0.8em;
}
.eventDateDating .termTitle {
    font-size: 0.8em !important;
    margin-right: 5px !important;
    padding: 2px 0px 2px 3px !important;
    letter-spacing:0.2em !important;
}
.listInfo_noBgImg
{
    background-image:none !important;
    background-position:0px 0px !important;
}
.listInfo_noBgImg .img img{
    width:250px;
}

div.eventTitle
{
}
.info span.term {
    font-size: 0.9em;
    white-space: nowrap;
}
.info span.termTitle {
    font-size: 0.7em;
    margin-right: 5px;
    padding: 1px 3px;
}

.ichiran_area {
    max-width: 230px;
    text-align: center;
    margin: 40px auto;
}


.infoIchiran a {
    color: #ffffff;
    text-decoration: none;
    z-index: 2;
    position: relative;
}



.ichiran_btn_area {
    text-align: center;
    margin: 40px auto;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
}


.infoIchiran {
    margin: 20px auto;
    letter-spacing: 1px;
    padding: 8px 50px 15px;
    outline: 0;
    border: 1px solid #007199;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
}

    .infoIchiran::after {
        content: "";
        width: 100%;
        z-index: 1;
        position: absolute;
        height: 100%;
        bottom: 5px;
        right: 5px;
        transition: 0.2s;
    }

    .infoIchiran:hover::after {
        top: 0px;
        left: 0px;
    }


    .infoIchiran span {
        position: relative;
        z-index: 2;
    }

.listLink
{
	width:530px;
	text-align:right
}
span.newdspmark
{
    margin-right:4px;
}
span.newdspmark img
{
    margin-right:3px;
}
.listInfo div.title
{
    width:325px;
    float:left;
}
.listInfo p.nodata
{
    text-align:center;
    padding:10px 0px 10px 15px;
}

p.nodata {
    text-align:center;
}
hr{
    border-color:#dcdddd;
    height:1px;
    
}

hr.dot{
    border:1px dotted #cccccc;
    height:1px;
    width:98%;
}


/*:::::::::::::::::::::::::
 * 緊急情報
 *::::::::::::::::::::::::*/



h2.top_midashi {
    display: inline;
    font-weight: bold;
}



#jyuuyou_Area .mainBlock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#jyuuyou_Area .titleimg {
    padding: 0px 15px 0px 0px;
}

.jyuuyou_info {
    padding: 8px;
    border-radius: 10px;
    width: 100%;
}

    .jyuuyou_info ul li {
        padding: 5px 0px;
    }




/*:::::::::::::::::::::::::
 * 特設サイトエリア
 *::::::::::::::::::::::::*/

.kanrenban {
}


#tokusetsusite_Area {
    width:100%;
}


.menu {
display:flex;
flex-direction:row;
flex-wrap:wrap;
margin: 15px auto 0px;
justify-content:space-around;
}

.menuitem {
margin:10px auto;
padding:0px 20px;
}

/*:::::::::::::::::::::::::
 * 探すエリア
 *::::::::::::::::::::::::*/

#sagasu_Area {
    width:100%;
    margin:0px auto;
}



#haikei_blue02 {
    width: 100%;
    margin: 0px auto;
}

.sagasuArea {
    padding: 5px 0px;
    margin: 0px auto;
    box-sizing:border-box;
    max-width:1000px;
    width:100%;
}


.label {
    padding:0px 20px 0px 0px;
}

.chiiki_kensaku {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0px;
}

.chiiki_menu {
    width: 85%;
}
.chiiki_menu ul li {
    float: left;
    padding: 3px 15px;
    background-image: url("../images/top1/ya_pink.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
}

.genre {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0px;
}

.genre_menu {
    width: 85% !important;
}

.genre_menu ul li {
    float: left;
    padding: 3px 15px;
    background-image: url("../images/top1/ya_pink.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
}

input, textarea, select {
    padding: 0px 2px;
    margin: 2px 10px !important;
}

.ichiran_btn_area .btn {
padding:0px 20px;
}


h4 {
    padding: 0px 0px 0px 0px;
}

    .benribox h4 {
        padding:0px 0px 0px 0px;
    }

    .benribox02 h4 {
        padding:0px 0px 0px 0px;
    }

.serchright {
float: left;
max-width: 285px;
width: 100%;
margin:0px auto 0px 20px;
font-weight:bold;
}


.serchright a{
    text-decoration:none;
}


.keywordArea {
display:flex;
flex-direction:row;
flex-wrap:wrap;
margin: 15px auto 0px;
}

.keyword {
    margin:5px 10px;
    padding:7px 35px;
    border:1px solid #66C2E0;
    border-radius:20px;
}

.keywordtitle {
    margin:0px 0px auto 15px;
    padding:5px 5px 14px 15px;
}

.keywordtitle span{
    margin:0px 0px auto 15px;
    padding:5px 5px 14px 15px;
}


.keywordtitle h5{
    font-weight:bold;
    line-height:2.5em;
    padding: 0px 0px 10px;
}

.keyword a{
    text-decoration:none;
}

.btn_sagasu01 {
    padding:10px 15px 10px 30px;
    margin:15px;
}

.btn_sagasu02 {
    padding:10px 15px 10px 30px;
    margin:15px;
}

.btn_sagasu03 {
    padding:10px 15px 10px 30px;
    margin:15px;
}

#sagasubtn {
margin:10px 0px;

}

#sagasubtn a{
text-decoration:none;
font-size: 1.1em;
font-weight:bold;
}

#sagasu_left {
float:left;
width:47%;

}

#sagasu_right {
float:left;
width:51%;
}

.sagasu01{
    padding: 11px 23px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 180px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.sagasu02{
    padding:11px 0px 11px 15px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 205px;
    border-bottom: 1px solid #cccccc;
}

.sagasu03{
    padding: 11px 23px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 180px;
    border-right: 1px solid #cccccc;
}

.sagasu04{
    padding:11px 0px 11px 15px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 205px;
}


/* 注目キーワード */
#searcKeyword
{
    margin-bottom:10px;
}
#searcKeyword h4
{
    position:relative;
    padding: 10px 12px 5px;
    float:left;
    font-weight:normal;
}
#searcKeyword ul
{
    float:left;
    width:80%;
}
#searcKeyword ul li
{
    display:inline-block;
    border-right:solid 1px #999999;
    padding:0px 15px;
}
#searcKeyword ul li:last-child
{
    border:none;
}

#searchArea ul#searchBtnLink
{
    letter-spacing:-.4em;
}
#searchArea ul#searchBtnLink li
{
    letter-spacing:normal;
    display:inline-block;
    width:50%;
}
#searchArea ul#searchBtnLink li a
{
    display:block;
    margin:0px 10px 10px 0px;
    text-decoration:none;
    background-position:15px 12px;
    background-repeat:no-repeat;
    background-size:19px 18px;
    padding:10px 0px 10px 45px;
    font-weight:bold;
}
#searchArea ul#searchBtnLink li:nth-child(1) a
{
    background-image:url("../images/top1/icon_sagasu01.png");
}
#searchArea ul#searchBtnLink li:nth-child(2) a
{
    background-image:url("../images/top1/icon_sagasu02.png");
}
#searchArea ul#searchBtnLink li:nth-child(3) a
{
    background-image:url("../images/top1/icon_sagasu03.png");
}
#searchArea ul#searchBtnLink li:nth-child(4) a
{
    background-image:url("../images/top1/icon_sagasu04.png");
}



/*:::::::::::::::::::::::::
 * 便利メニュー
 *::::::::::::::::::::::::*/

#benriArea {
    padding:10px 0px 0px 5px;
    margin: 10px auto;
    max-width: 100%;
    box-sizing:border-box;
}

.benribox {
    max-width:640px;
    font-weight:bold;
    margin:0px 10px;
    width:100%;
}

.benribox h4 {
    padding:0px 0px 0px 28px;
    font-size:1em;
}


.benribox ul li a{
    padding:65px 0px 0px 0px;
    text-decoration:none;
}

.benribox span{
    padding:0px 15px;
    
}

.benribox02 {
    margin:20px auto 0px 0px;
}

.benribox02 h4 {
    padding:0px 0px 0px 28px;
}


.benribox02 ul li a{
    padding:17px 0px 0px 30px;
    text-decoration:none;
}

.benribox02 span{
    padding:0px 15px;
    
}

#benri_btn {
    margin:0px 5px 0px;
}
#benri_btn ul{
    letter-spacing:-0.4em;
}
#benri_btn ul li {
    letter-spacing:normal;
    display:inline-block;
    margin: 10px 0px;
    padding: 0px 0px;
    background-image: url("../images/top1/ya_gray_s.png");
    background-repeat: no-repeat;
    background-position: 10px 6px;
    min-width:195px;
}

#benri_btn ul li a{
    padding:0px 0px 0px 25px;
    text-decoration:none;
    font-weight: bold;
}

#benri_btn ul li span{
   font-weight:normal;
   font-size:0.8em;
}

#benri_btn02 {
    margin:33px 5px 0px;
}

#benri_btn02 ul li {
   border-top:1px solid #cccccc;
   border-left:1px solid #cccccc;
   border-right:1px solid #cccccc;
   border-bottom:3px solid #A0A0A0;
   margin:11px 0px;
   padding:4px 0px;
}

#benri_btn02 ul li a{
    padding:0px 0px 0px 8px;
    text-decoration:none;
    font-size:1.1em;
}

#benri_btn02 ul li span{
   font-weight:normal;
   font-size:0.8em;
}


#yoyaku {
    margin:33px 0px 0px 5px;
    padding:10px 0px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
    border-bottom:3px solid #A0A0A0;
}

#yoyaku h4{
    background:url("../images/top1/icon_yoyaku.png") no-repeat scroll 0px center;
    padding: 0px 0px 0px 25px;
    margin: 5px 0px 0px 7px;
}


.yoyaku_list {
    font-weight:normal;
    border-top:2px solid #cccccc;
    margin:10px 0px;
    padding: 10px 15px;
}

.boxLife {
    margin: 20px 13px;
    text-align: center;
    min-height: 29px;
    width: 132px;
    padding: 89px 0px 0px 0px;
    border:3px solid #00623D;
}

#life_event a {
    text-decoration: none;
}
.sagasu01 a{
    text-decoration:none;
}

#life_event {
    margin:0px 0px 0px 0px;
    display:inline-flex;
    flex-direction:row;
    width:100%;
    flex-wrap:wrap;
}

#ban_Area {
    float:left;
    margin: 0px 0px 0px 15px;
}

/*:::::::::::::::::::::::::
 * 注目情報
 *::::::::::::::::::::::::*/
#chumoku_area
{
    margin: 0px 0px 0px 30px;
    float: left;
    width:100%;
    padding:5px;
}
#chumoku_area h3 span {
    padding: 0px 0 3px 28px;
    background:url("../images/top1/icon_circle_green.png") no-repeat scroll 0px center;
}
.chumoku_naiyo
{
    padding:0px;
    margin: 0px;

}
#chumoku 
{
    padding:0px;
    float:left;
    margin: 10px 10px 0px;
}
#chumoku h3 
{
    font-size: 1.2em;
    font-weight:bold;
}
.chumokuImg
{
    text-align:center;
}
.chumoku_ichiran 
{
    text-align:center;
    padding:5px;
    float:right;
}
.chumokuNaiyo .koushinDay
{
    font-size:0.9em;
}

/* 注目情報  */

div#topic {
    padding:3px 0px;
}

div#topic .listLink
{
	top:8px;
}

.topicTtl
{
	height:42px;
	position:relative;
}
div#topic .koushinDay 
{
	float:none;
	font-size:0.9em;
}
div#topic span.date
{
	font-size:0.8em;
}
div#topic div.digestL
{
    padding-left:0px;
}
div#topic div.digestR
{
	float:left;
	border-left:solid 0px #E6E6E6;
	padding-left:10px;
    max-width:500px;
}
div#topic div.digestItem
{
	padding:5px 0px;
}
div#topic div.wide
{
    /* 記事が左右に並ばないデザインの為コメントアウト  */
	/*width:510px;*/
}
div#topic div.digestR div.digestItem
{
	border-bottom:dotted 1px #999999;
    float:left;
    width:100px;
}
div.digestItem p.gaiyou
{
	line-height:1.1em;
    font-size:0.9em;
}
div.digestItem div.img
{
    width: 230px;
    border: solid 1px #CCCCCC;
    margin: 0px auto auto 5px;
    text-align: center;
}
div.digestItem div.img_s
{
	float:left;
	width:60px;
	border:solid 1px #CCCCCC;
    margin:0px auto;
}
div.digestItem div.naiyo
{
	padding:6px;
	max-width:288px;
    margin: 0px 10px;
}
div.digestItem div.naiyo p.d_title
{
	font-size:1em;
	font-weight:bold;
	padding:0px 0px;
}
div.digestItem div.naiyo_s
{
	float:left;
	padding-left:10px;
    max-width:170px;
}
div.digestItem div.naiyo_s p.d_title
{
	font-size:1.1em;
	padding:3px 0px;
}

div.digestItem img
{
	vertical-align:middle;
    max-width:230px;
    text-align:center;
    margin:0px auto;
}
div#topic div.wide .naiyo
{
    /* 記事が左右に並ばないデザインの為コメントアウト  */
    /* 左右に並ばないデザインの為コメントアウト  */
	/*width:auto;*/
}

#topic .nodata
{
    width:99%;
    text-align:center;
    margin:10px auto;
}

/*:::::::::::::::::::::::::
 * facebook
 *::::::::::::::::::::::::*/

#facebook_area {
    margin: 0px auto 20px;
    text-align: center;
}


/*:::::::::::::::::::::::::
 * ★テキストボタン
 *::::::::::::::::::::::::*/

.text_btn {
    border:1px solid #4AB1BC;
    font-weight:bold;
    padding: 10px;
    margin:8px 0px 0px;
}

.text_btn a{
    text-decoration:none;
    padding:0px 0px 0px 70px;
}


/* バナー広告 */

.ban
{
    border: 1px solid #cccccc;
}

.r_menu
{
    margin-bottom: 7px;
}

.r_menu .banTitle
{
    font-size: 0.9em;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.r_menu .banImg
{
    height: 55px;
    padding:8px 10px 5px 35px;
    margin:0px auto;
    text-align: center;
}

#textbannerArea {
margin:15px auto 25px;
}

#textbannerArea ul li{
    float:left;
    padding:15px 15px 15px 25px;
    margin: 0px 8px;
    border-radius:5px;
}


#oneBanArea
{
    margin:0px auto;
    padding-left:5px;
}


#kanrenban
{
    max-width:100%;
    margin:0px auto;
}
#kanrenbanBox
{	
    max-width: 100%;
    margin: 0px auto 15px;
    padding: 0px 0px 15px 0px;
}

#koukokubanBox
{	
    max-width: 100%;
    margin: 0px auto 15px;
    padding: 0px 0px 15px 0px;
}


#kanrenbanArea
{
    margin:0px;
    padding:0px;
}

#kanrenbanArea h4 span {

    padding: 4px 8px;
    font-weight: bold;
}

#bannerArea h4 span {

    border-left: 5px solid #009799;
    padding: 4px 8px;
    font-weight: bold;
    margin-right: 50px;
}
ul.bannaiyo
{
    padding:0px 0px 5px 20px;
    margin:0px;
}

#kanrenban div#kanrenbanHeader, #kanrenban div#koukokubanHeader
{
    margin:5px 0px 5px 0px;
    padding:15px 10px 0px;
}

#kanrenbanHeader h4{
    border-left: 5px solid #006837;
    margin: 0 auto 10px;
    padding:3px 30px 3px 10px;
    font-size: 1.1em;
}

#koukokubanHeader h4{
    border-left: 5px solid #79c06e;
    margin: 0 auto 10px;
    padding:3px 30px 3px 10px;
    font-size: 1.1em;
}


#kanrenbanHeader p {
    background:url("../images/top1/ya_green.png") no-repeat 0 center;
    margin: 0 auto 10px;
    padding:3px 30px 3px 10px;
    float:right;
}

#koukokubanHeader span {
    margin: 0 0 0 10px;
    padding:0px;
    font-size: 0.9em;
}

#adinfo
{
    width:100%;
    margin:15px auto;
}
#adinfoBox
{	
    width:100%;
    margin:0px auto 15px;
    padding:0px 0px 15px 0px;
}

#banArea
{
    margin:0px;
    padding:0px;
}
ul.bannaiyo
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 5px auto 5px auto;
justify-content: space-around;
}

#adinfo div#addinfoHeader
{
    margin:5px 0px 15px 0px;
    padding:5px 10px 5px;
}

#addinfoHeader h4 {
    /*border-left: 5px solid #ff9700;*/
    margin: 0 auto 10px;
    padding:3px 30px 3px 10px;
    font-size: 1.1em;
}

#addinfoHeader p {
    background:url("../images/top1/ya_green.png") no-repeat 0 center;
    margin: 0 auto 10px;
    padding:3px 30px 3px 10px;
    float:right;
}

/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.imgBan,
li.imgBan
{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 5px 5px;
    float: left;
}

/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.imgBan img,
li.imgBan img
{
    display: block;
}

/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.textBan,
li.textBan {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.textBan span,
li.textBan span {
    display: table;
    border: solid 1px #CCCCCC;
    width: 188px;
    height: 52px;
    box-sizing: border-box;
    line-height: 1.1em;
    text-align: center;
    overflow: hidden;
}
/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.textBan span a,
li.textBan span a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

/* フローティングバナー */
div#fBanArea {
    width: 100%;
    font-size: 0.9em;
    padding: 5px 0px 0px 0px;
    display: none;
    margin-bottom: 10px;
}
div#fBanArea div#fBanBox {
    margin: 10px auto;
    position: relative;
}
@media screen and (min-width:1201px) {
    div#fBanArea div#fBanBox {
        max-width: 1200px;
    }
}
@media screen and (max-width:1200px) {
    div#fBanArea div#fBanBox {
        max-width: 95%;
    }
}
@media screen and (max-width:767px) {
    div#fBanArea div#fBanBox {
        max-width: 98%;
    }
}

#fAdinfoLink {
    float:left;
    margin-left:50px;
}

.fLinkInfo p{
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    border-left: 5px solid #006837;
    margin: 0px 0px 0px 10px;
}

div#fBanArea.floating {
    position: fixed;
    left: 0;
    bottom: 0;
    /*z-index: 99999;*/
    z-index: 1199;
    margin-bottom: 0px;
}

div#floatOff {
    float:left;
    text-align: center;
    margin-right:5px;
}
div#floatOff img {
    cursor:pointer;
}

#fBanItem {
    margin:10px auto 0px;

}
@media screen and (min-width:1201px) {
    div#fBanArea div#fBanBox {
    max-width:1000px;
    }
}
@media screen and (max-width:1200px) {
    div#fBanArea div#fBanBox {
        max-width: 95%;
    }
}
@media screen and (max-width:767px) {
    div#fBanArea div#fBanBox {
        max-width: 98%;
    }
}

/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.imgBanfl,
li.imgBanfl
{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 7px 10px 0px;
}
/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.imgBanfl img,
li.imgBanfl img
{
    display: block;
}

/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.textBanfl,
li.textBanfl {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px 10px 0px;
}
/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.textBanfl span,
li.textBanfl span {
    display: table;
    border: solid 1px #CCCCCC;
    width: 188px;
    height: 52px;
    box-sizing: border-box;
    line-height: 1.1em;
    text-align: center;
    overflow: hidden;
}
/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.textBanfl span a,
li.textBanfl span a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}


/*
#fBanArea p.textBan {
    border: solid 1px #CCCCCC;
    width: 188px;
    padding: 13px 0px;
    text-align: center;
    font-size: 0.9em;
    margin: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}*/



/*:::::::::::::::::::::::::
 * snsボタン
 *::::::::::::::::::::::::*/
.snsbutton
{
    float:left;
    margin: 25px auto 85px;
}
.snsbutton li
{
    z-index:101;
    float:left;
}

#snsbutton_twitter {
    margin-right:15px;
}
#snsbutton_facebook
{
    margin-right:10px;
}

.snsbox {
display:flex;
flex-direction:row;
justify-content:space-around;
flex-wrap: wrap;
}

span.forSR{
    position:absolute;
    left:-1000em;
}

.snsmenu {
    max-width:500px;
    width:100%;

}

/*:::::::::::::::::::::::::
 * Navigation Skip
 *::::::::::::::::::::::::*/
.Navigation ul
{
	margin: 0;
	padding: 0;
}
.Navigation li
{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
.Navigation a
{
	padding: 5px;
	display: inline;
	z-index: 999;
	text-decoration: none;
	position: absolute; 
	max-width:300px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
	/zoom:1;
}
.Navigation a:focus,
.Navigation a:active
{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
}
img.imgFromText
{
	max-height:126px !important;
	max-width:90px !important;
}
* html img.imgFromText
{
	height:126px !important;
	width:90px !important;
}

/*:::::::::::::::::::::::::
 * フリーエリア用
 *::::::::::::::::::::::::*/
.freearea 
{
    padding:0px;
    margin-top:0px;
}
.freeareaTop1
{
}
.freeareaTop3
{
    border:solid 3px #C1272D;
    border-radius:15px;
    -webkit-border-radius:15px;
	-moz-border-radius:15px;
}
/*記事タイトル*/
h2.title
{
	padding:0 0 4px 35px;
	margin-bottom:16px;
	font-size:1.2em;
    font-weight:bold;
    background:url("../images/top1/ttlIcon.png") no-repeat 7px center;
    border-bottom:solid 3px #005596;
}
/*段落見出しタイトル*/
h3.title
{	
    border-bottom: 3px solid #cccccc;
    font-size: 1.1em;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 0 0 4px 10px;
}

/*:::::::::::::::::::::::::
 * あなたが最近チェックしたページ
 *::::::::::::::::::::::::*/
div#browsingHistoryArea {
    max-width:1200px;
    margin:15px auto 10px;
}
div#browsinghisotry_block ul {
    overflow: hidden;
    padding: 0px 10px;
}
div#browsinghisotry_block ul li {
    border-top: 1px dotted #cccccc;
    margin-top: -1px;
    padding: 5px 0;
}
div#browsinghisotry_block .upddate {
    float: left;
    font-size: 0.9em;
    min-width: 130px;
    width:auto;
    padding-left:5px;
}
#browsingHistoryTop1 .browsinghistory_header
{
    padding:10px 0px 10px 12px;
}
div#browsinghisotry_block .title {
    float: left;
    max-width:800px;
    text-overflow: ellipsis;
    padding:0px 5px 0px 10px;
}
div#browsinghisotry_block .del {
}
#browsinghistory_ttl h2{
    float: left;
    font-size: 1.1em;
    font-weight:bold;
    padding-left:10px;
    border-left: 5px solid #cccccc;
}
#browsinghistory_rmv {
    float: right;
    padding-right:5px;
    font-size:0.9em;
}



/*:::::::::::::::::::::::::
 * レスポンシブル用
 *::::::::::::::::::::::::*/


@media screen and (max-width:1100px){
    /* タブレット用のスタイル記述 */
    img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
}

    #slidArea {

    width: 100%;
    margin: 0px auto;
    float: none;

}


.mainBlock {

    margin: 0px auto 0px;
    padding-top: 5px;

}


.kinkyuBlock {
    border: 1px solid #C1272D;
    padding: 0px;
    box-sizing: border-box;
    margin: 0px auto 0px;
    max-width: none;
    float: none;
}



    .sagasuArea {

        width: calc(100% - 30px);
    }

    #new_Area {
        width: calc(100% - 30px);
        margin:0px auto;
    }

    #SpecificClass {
    width:100%;
    margin:0px auto;

    }

    #SpecificClass ul {
        padding-top: 10px;
        }

    #SpecificClass ul li.listBox {
    width:32%;
    margin:0px 0.5%;
    }

    #chumoku_area {

    margin: 0px auto 0px auto;
    float: none;
    width: 95%;
    padding: 5px;

}
    .left_box {
        float:none;
        margin:10px auto 0px;
        max-width:100% !important;
        padding:0px;
        }


    .right_box {
        float:none;
        margin:0px auto;
        max-width:100% !important;
    }

    #benrimenu {
    padding: 5px 0px;
    margin: 15px 0px;
    width: auto;
}

    /* サイト内検索 */
    #mainSearch02
    {
        margin: 10px 10px 0px;
    }
    input.btnSearch02
    {
	    margin:0px;
        padding: 0px;
        vertical-align: middle;
    }

        .btnArea {
            float:left;
    }


    #sagasu_bunrui {
        margin: 4px 0px 10px 15px;
    }

    #sagasu_left {
    float: none;
    width: 98%;
}

    #searcKeyword {
    margin: 5px;
}

    #sagasu_right {
    float: none;
    width: 100%;
    margin:0px auto;
}

.sagasu01 {
    padding: 11px 10px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 20%;
    border-bottom: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
    font-weight:normal;
}

.sagasu02 {
    padding: 11px 0px 11px 10px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 20%;
    border-bottom: 0px solid #cccccc;
}

.sagasu03 {
    padding: 11px 12px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 20%;
    border-right: 0px solid #cccccc;
}

.sagasu04 {
    padding: 11px 0px 11px 9px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 30%;
}

    .info {
        padding: 5px 0px;
        margin: 10px auto 15px;
        max-width:100%;
    }


    #kohoArea {
        width:100% !important;
        float:none;
        margin:0px 1% 0px 0%;
        padding:0px;
    }

    #ugokiArea {
        width:100% !important;
        float:none;
        margin:0px auto;
        padding:0px;
    }


    .kijiTtk {
    width:auto;
    margin:20px 2%;
    max-width:none;
    float:none;
    }

    
.boxLink01 {
    float: left;
    margin: 10px 10px 0px 0px;
    text-align: center;
    font-weight: bold;
    min-height: 63px;
    min-width: 173px;
    border:1px solid #1EBEE3;
    border-radius:5px;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
}


.boxLink02 {
    float: left;
    margin: 10px 10px 0px 0px;
    text-align: center;
    font-weight: bold;
    min-height: 63px;
    min-width: 173px;
    border:1px solid #1EBEE3;
    border-radius:5px;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
}

div.digestItem div.naiyo {
    float: left;
    padding-left: 6px;
    max-width: 65%;
}


#benri_btn ul li {

    min-width: 150px;
}

.boxArea ul li::before {

    padding: 5px 5px;
    line-height: 0em;
}

.naiyo ul li {

    margin: 15px 0px;
    float: left;
    min-width:130px;
}


}
@media screen and (max-width:1000px) {
    .boxArea02{
        width:32%;
        max-width:320px;
    }
}
@media screen and (max-width:980px) {
    /* タブレット用のスタイル記述 */


}

@media screen and (max-width:767px){
    /* スマートフォン用のスタイル記述 */

#top {
    display:none;
}


#slidArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        font-family: 'object-fit: cover;'; /*IE対策*/
}

.menuitem02 {
margin:15px auto 0px;
}
    #slidArea{
        width:100%;
        margin:0px auto;
    }

    #kinkyuArea {

    width: 100%;
    padding: 10px 0px;

}

#about_Area {

    width: 100%;
    margin: 0px auto 20px;

}


.bousaiBlock {

    margin:15px auto;

}
        #SpecificClass {
    width:95%;
    margin:0px auto;
    }
    #SpecificClass ul li.listBox {
    letter-spacing: normal;
    display: inline-block;
    width: 100%;
    border: solid 1px #23B0DB;
    padding: 15px 0px;
    float:none;
    margin:5px 0px;
}
    .kinkyu_menu
    {
    float:left;
   display:flex;
   flex-direction:column;
   width:100%;
    }
    
    .kinkyuTtl {
    float: none;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 1.2em;
}

    #kinkyuTtlArea {
    float: none;
    font-size: 1.1em;
    text-align: center;
    padding: 10px 0 10px 7px;
}

#kinkyuTtlArea span {
    display:none;
}


.kinkyuTtl span {

    display:none;

}

#kinkyuTxt {

    padding: 15px 0px 15px 20px;
    text-align: center;

}

.hinan {

    float: none;
    text-align: left;
    padding: 10px 0px 10px 50px;
    background: url("../images/top1/icon_hinan.png") no-repeat 20px center;
    border-bottom:1px dotted #ffffff;

}

.bousaimail {

    float: none;
    text-align: left;
    padding: 10px 0px 10px 50px;
    background: url("../images/top1/icon_bousai_mail.png") no-repeat 20px center;
}

.bousaimap {

    float: none;
    text-align: left;
    padding: 10px 0px 10px 50px;
    background: url("../images/top1/icon_bousai_map.png") no-repeat 20px center;
    border-bottom:1px dotted #ffffff;
}
.bousaiSite {

padding: 0px;
vertical-align: middle;
border-radius: 3px;
float: none;
margin: 4px auto 5px;
padding: 10px 40px 10px 40px;
font-weight: bold;
width: 70%;
text-align: center;
}

#bousai ul li {
    display: inline;
    padding: 4px 0px 4px 45px;
    margin: 7px 18px 0px 0px;
    float: left;
    height: 23px;
    line-height: 23px;
}


    .left_box {
        float:none;
        margin:0px auto;
        width:95% !important;
        }
     
    .right_box {
        float:none;
        margin:0px auto;
        width:100% !important;
    }


    div.digestItem div.img {

    width: 90%;
    border: solid 1px #CCCCCC;
    margin: 0px auto auto 5px;
    text-align: center;
    float:none;

}


    .serchleft {

    float: none;
    max-width: 100%;
    width: auto;

}

input.searchBox02 {

    height: 28px;
    width: 71%;
    margin: 1px 1px 0px 0px;
    vertical-align: middle;
    letter-spacing: normal;
    border: solid 1px #7F7F7F;

}

.keywordtitle {

    margin: 10px;
    padding: 5px 5px 5px 5px;

}

.keywordtitle span {

    margin: 0px 0px auto 5px;
    padding: 5px 5px 14px 5px;

}
    .benribox {
    width: 98%;
    }

    .benribox02 {
    width: auto;
    }

    #benri_btn02 {
    margin: 0px 5px 0px;
}

#sagasubtn a {
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}
.sagasu01 {
    padding: 11px 0px 5px 2px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 45%;
    border-bottom: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
    font-weight:normal;
}

.sagasu02 {
    padding: 11px 0px 5px 10px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 45%;
    border-bottom: 0px solid #cccccc;
}

.sagasu03 {
    padding: 11px 5px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 45%;
    border-right: 0px solid #cccccc;
}

.sagasu04 {
    padding: 11px 0px 5px 2px;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 45%;
}


#benri_btn {
    margin: 0px 5px;
}

.boxLink {
    float: left;
    margin: 10px 3px 0px 0px;
    text-align: center;
    height: 53px;
    width: 140px;
    border-right: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

.boxArea02 {

    margin: 0px auto 15px auto;
    padding: 0px;
    float: none;
    width: 100%;
    text-align:center;

}

#textbannerArea ul li {

    float: none;
    padding: 15px 15px 15px 25px;
    margin: 10px 8px;
    border-radius: 5px;

}
.kanrenban
{
    margin:15px auto;
}
    div.newTtl {
    float: none;
    width:auto;
    padding: 2px 5px;
}

    #newTtlTab .selected {
    font-weight: bold;
    padding: 11px 8px 9px;
    margin: 0px;
    cursor: default;
}

    #newTtlTab h3 {
    float: left;
    padding: 11px 8px 9px;
    margin: 0px 4px 0px 4px;
    text-decoration: none;
    font-size: 0.9em;
    cursor: pointer;
}

    .info {
        padding: 0px;
        margin: 10px 0px 15px 0px;
    }
    .info p.koushinDay {
    float: none;
    width: 90%;
    font-size: 0.9em;
    text-indent: 1em;
}
    .infoIchiran {
        float:none;

    }

    #chumoku_area {
    float: none;
    width: 95%;
    margin: 0px auto 0px auto;
}
    .chumoku_naiyo {
    padding: 10px 0px;
    margin: 0px;
}
    div#topic div.wide {
    float:left;
    margin:0px 5px;
}

    div.digestItem div.naiyo {
    float: none;
    padding-left: 6px;
    width: auto;
    max-width:none;
}

#subsite_area {
    padding: 5px 0px;
    margin: 15px auto;
    width:98%;
}


.serchright {

    max-width: 320px;
    width: 100%;
    text-align:center;
    margin:0px auto;
    float:none;

}
.keyword {

    margin: 5px 5px;
    padding: 5px 12px;
    border: 1px solid #66C2E0;
    border-radius: 6px;

}


#life_event {

    margin: 0px auto 0px auto;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content:center;
}

.Blockmenu {

    max-width: 1000px;
    margin: 0px auto 0px;
    padding-top: 0px;
    display: flex;
   /* flex-direction: column;*/
    flex-wrap: wrap;
    justify-content: space-between;

}

.boxArea {

    margin: 10px 0px 15px 10px;
    padding: 0px;
    float: none;
    width: 96%;

}

    #kohoArea {
        width:auto!important;
        float:none;
        margin:10px auto;
        padding:0px;
    }

    #ugokiArea {
        width:auto !important;
        float:none;
        margin:0px auto;
        padding:0px;
    }

    .naiyo {
        margin:0px auto;
        padding:0px;
    }


    .btnArea {
    float:none;
    text-align:center;
    }
    .btnArea img{
        text-align:center;
        margin:0px auto;
    }

    #kanrenbanBox {
    margin:0px auto;
}
ul.bannaiyo {
    padding: 0px 0px 5px 7px;
    margin: 0px auto;
    width:auto;
}

p.imgBan, li.imgBan {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px 5px 5px;
    float: left;
}

#fBanItem {

    text-align: center;
}
.newTtl span.termTitle {
    margin: 0px 0px 0px 15px;
}

#ugkTxt {

    margin: 0px auto;

}

    #mainSearch02{
        margin:10px 0px;
    }
    #mainSearch02 .searchBox-gcs{
        width:100% !important;
    }

    h4 {

    padding: 0px 0px 0px 0px;

}

    #jyuuyou_Area {
        margin: 0px auto;
    }

        #jyuuyou_Area .titleimg {
            padding: 15px 0px 0px 0px;
        }
}

@media screen and (max-width:400px) {
    /* スマートフォン用のスタイル記述 */


.sagasu01 {
    padding: 11px 0px 5px 15px;
    float: none;
    margin: 0px 0px 0px 0px;
    width: 90%;
    border-bottom: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
    font-weight:normal;
}

.sagasu02 {
    padding: 11px 0px 5px 15px;
    float: none;
    margin: 0px 0px 0px 0px;
    width: 90%;
    border-bottom: 0px solid #cccccc;
}

.sagasu03 {
    padding: 11px 0px 5px 15px;
    float: none;
    margin: 0px 0px 0px 0px;
    width: 90%;
    border-right: 0px solid #cccccc;
}

.sagasu04 {
    padding: 11px 0px 5px 15px;
    float: none;
    margin: 0px 0px 0px 0px;
    width: 90%;
}

}

/* パーソナライズ */
.personalizeBox
{
    margin-bottom:7px;
    text-align:center;
}
.personalizeBox .login
{
    margin:10px auto 5px auto;
    text-align:center;
}
.personalizeBox ul
{
    width:35%;
    margin: 5px auto;
}
.personalizeBox .setsumei
{
    padding:3px 3px 3px 17px;
    background:url("../images/top1/b_01.png") no-repeat 7px center;
    margin:2px auto;
    text-align:left;
}

/* wysiwyg */
#mainShosai table.__wys_table
{
	width:auto;
}
.__wys_table td
{
	border:solid 1px #000000;
	padding:3px;
}
.__wys_table th
{
	background-color:#eeffee;
	border:1px solid #000000;
	font-weight:bold;
	padding:3px;
}
	
/* アプリ案内 */

#aplArea {
    margin:0px 0px 5px 0px;
    padding:0px;
    border:5px solid #F2F2F2;
    box-sizing:border-box;
}
#aplTitle {
    text-align: center;
    font-size: 0.9em;
    margin: 0px 0px 0px;
    padding:7px 0px 3px 0px;
}
.aplBody {
    padding: 5px 0;
}

.aplLink {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.aplIcon {
    width: 100%;
    text-align: center;
}
.aplText {
    width: 100%;
    text-align: center;
    font-size: 0.8em;
}

#top {

    position: fixed;
    right: 1rem;
    bottom: 0;
    z-index: 1200;

}

/*:::::::::::::::::::::::::
 * 翻訳メニュー
 *::::::::::::::::::::::::*/


#foreignSP
{display:none;
    width: 96%;
    margin:5px auto 5px auto;
}
#foreignSP .plus
{
    background:url("../images/top1/btn_plus.png") 98% center no-repeat;
    background-size: 25px 25px;
}
#foreignSP .minus
{
    background:url("../images/top1/btn_minus.png") 98% center no-repeat;
    background-size: 25px 25px;
}
#foreignSP .plus a,
#foreignSP .minus a
{
    display: block;
    height: 100%;
    padding:15px 10px 15px 20px;
    font-weight:bold;
    text-decoration:none;
    margin:0px;
}
    #foreignSP .dspMode {
        display: block !important;
        border: 1px solid #C92347 !important;
        background-color: #C92347;
    }

#foreignTitle
{
    width:100%;
    margin:1px auto;
}

    #foreignTitle h4 {
    font-size:1.2em;
    }
    #foreignTitle a {
        border: 1px solid #C92347;
        padding: 10px 8px 10px 12px !important;
        color: #C92347;
        display: block;
        height: 100%;
        font-weight: normal !important;
    }

#foreignDsp
{
    width:99%;
    margin:0px auto;
    padding: 2px 0px 6px 0px;
    display:none;
}
#foreignDsp ul
{
    width: 100%;
    margin:0px auto;
}
#foreignDsp ul li
{
    padding:0px;
    width: 97%;
    margin:2px 0px 0px 4px !important;
    float:left;
    background:url("../images/top1/ya_b01.png") no-repeat 95% center #ffffff;
    background-size:10px 13px;
}
#foreignDsp ul li a
{
    width:70%;
    line-height:2.4em;
    display:block;
    padding:0px!important;
    margin-left: 15px !important;
}
@media screen and (max-width:767px) {
    #foreignSP {
        display:block;
    }
 }

.conttitle {
padding:20px 0px;
}


/*:::::::::::::::::::::::::
 * 記事スライダー
 *::::::::::::::::::::::::*/

@media screen and (min-width:1025px) {
    #banSlide #ban_slide_set li img {
    }
}
/* タブレット用 */
@media screen and (max-width:1024px) {
    #banSlide #ban_slide_set li img{
    	width:100%;
    	margin:0px;
    	height:auto;
    }
}
/* スマホ用 */
@media screen and (max-width:767px) {
    #banSlide #ban_slide_set li img{
    	width:100%;
    	margin:0px;
    	height:auto;
    }
}
@media screen and (max-width:380px) {
    #banSlide #ban_slide_set li img{
    	width:100%;
    	margin:0px;
    	height:auto;
    }
}

/* 記事スライダーの画像 */
#ban_slide_set img{
    margin-left:45px;
    width:280px;
    height:185px;
}
/* スライダーの前・次ボタンの位置 */
#ban_slide_set .slick-prev,
#ban_slide_set .slick-next
{
    top: 95px !important;
}
/* 更新日 */
#ban_slide_set .kiji_koushinDay
{
    margin:15px 0px 10px 45px;
    font-size: 0.9em;
    text-align:center;
    width : 280px;
}
/* タイトル */
#ban_slide_set .kiji_title
{
    margin:15px 0px 10px 45px;
    font-size: 1em;
    font-weight:bold;
    width : 280px;
}
/* 概要文 */
#ban_slide_set .kiji_gaiyou
{
    margin:15px 0px 10px 45px;
    font-size: 0.9em;
    width : 280px;
}

#ban_slide_set .slick-dotted.slick-slider
{
    padding-left:40px !important;
    padding-right:40px !important;
}
#ban_slide_set .slick-prev{
    width:50px;
    height:50px;
    left:0;
    position:absolute;
    z-index:9;
}
#ban_slide_set .slick-prev:before{
    color: #000;
    content: '';
    width: 30px;
    height: 30px;
    background: #495057;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    opacity:0.4;
}
#ban_slide_set .slick-prev:after{
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-right: solid 8px #ffffff;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -6px;
}
#ban_slide_set .slick-next{
    width:50px;
    height:50px;
    right:0;
    position:absolute;
    z-index:9;
}
#ban_slide_set .slick-next:before{
    color: #000;
    content: '';
    width: 30px;
    height: 30px;
    background: #495057;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    opacity:0.4;
}
#ban_slide_set .slick-next:after{
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 8px #ffffff;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
}

/*:::::::::::::::::::::::::
 * スクロール&フェードイン
 *::::::::::::::::::::::::*/
 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
#top {

    position: fixed;
    right: 1rem;
    bottom: 0;
    z-index: 1200;
}

/* 休日カレンダー枠 */
.holiday_cal {
    width: 400px;
    margin: 0px auto;
}
/* 休日カレンダー */
.holiday_cal .cal_disp_title {
    width: 90% !important;
    margin: 0px auto;
}

.holiday_cal .cal_disp {
    width: 90% !important;
    margin: 0px auto 5px auto;
}


* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#test {
	/*設置する親要素ページ全体ならbodyなど*/
	position: relative;
	height: 100vh;
	margin: 0;
	padding: 0;
}
.testcontents {
	/*サンプルはfixedの確認のためにheight指定しています。*/
	height: 1000px;
}
.cp_snslink06 {
	position: fixed;
	top: 50%;
	left: 0;
	display: block;
	overflow: hidden;
	margin: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_snslink06 .cp_link_list {
	-webkit-transform: translateX(-275px);
					transform: translateX(-275px);
	list-style-type: none;
}
.cp_snslink06 .cp_link a {
	text-decoration: none;
	color: #009688;
}
.cp_snslink06 .cp_link:hover a {
	color: #ffffff;
}
.cp_snslink06 .cp_link {
	display: block;
	width: 300px;
	margin: 5px;
	padding: 10px;
	-webkit-transition: all 1s;
	        transition: all 1s;
	text-align: right;
	-webkit-border-radius: 0 30px 30px 0;
	        border-radius: 0 30px 30px 0;
	background: #80cbc4;
}
.cp_snslink06 .cp_link:hover {
	-webkit-transform: translate(110px, 0);
	        transform: translate(110px, 0);
	background: #009688;
}
.cp_snslink06 .cp_link i {
	font-size: 20px;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	padding: 10px;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	color: #ffffff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #009688;
}
.cp_snslink06 .cp_link:hover i {
	-webkit-transition: all 1s;
	        transition: all 1s;
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
	color: #009688;
	background: #80cbc4;
}


/* キーワード検索 */
#cont_search_word {
    display: flex;
}
#search_word_input {
    width: 80%;
    min-width: 250px;
}
.search_btn {
    width: 40px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
    .search_btn a {
        display: block;
        width: 100%;
        max-width: 40px;
        margin: 0px;
        padding: 0px;
    }

.apiloading {
    text-align: center;
}

/* おすすめ商品 */
.shohinlist {
    width: 100%;
    margin: 0px auto;
}

    .shohinlist ul {
        width: 98%;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .shohinlist ul li {
            box-shadow: 2px 2px 4px #eee9e6;
            border: 1px solid #eee9e6;
            border-radius: 5px;
            margin: 20px 0px 0px 0px;
            padding: 10px 13px 20px;
            box-sizing: border-box;
        }

            .shohinlist ul li .wrap {
                /*width: 95%;*/
                position: relative;
            }

                .shohinlist ul li .wrap .shohinimage img {
                    max-width: 300px;
                }

        .shohinlist ul:after {
            content: "";
            display: block;
            height: 0;
        }

.shohinimage {
    margin: 0px auto;
    text-align: center;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.chiiki {
    width: 100%;
    padding: 5px 0px;
    text-indent: 0.5em;
    text-align: right;
}

.shohintitle {
    font-weight: bold;
    font-size: 1.1em;
    padding: 3px 0px;
    background-color: #C92347;
    color: #ffffff;
    text-indent: 0.5em;
    border-radius: 5px;
}

.jigyosha {
    font-size: 0.8em;
    margin: 5px auto;
}

.genru {
    font-size: 0.8em;
    text-align: right;
}

.upddate {
    font-size: 0.8em;
    text-align: right;
}

.applist_add {
    border-radius: 5px;
    padding: 3px 0px 3px 5px;
    font-size: 0.9em;
    max-width: 300px;
    text-align: center;
}


@media screen and (min-width:768px) {
    .shohinlist ul li {
        width: 31%;
    }

    .shohinlist ul:after {
        width: 31%;
    }

    .chiiki_kensaku {
    align-items: normal;
    flex-wrap: wrap;
    padding: 10px 0px;
}

    .genre_menu {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .shohinlist ul li {
        width: 48%;
    }

    .shohinlist ul:after {
        width: 48%;
    }
}

@media screen and (max-width:500px) {
    .shohinlist ul li {
        width: 98%;
    }

    .shohinlist ul:after {
        width: 98%;
    }
}
/* お気に入りにいれるボタン */
.favlist_add {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 2;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
}

    .favlist_add input[type="checkbox"] {
        -webkit-appearance: none;
        text-align: center;
        color: #888;
    }

        .favlist_add input[type="checkbox"]:before {
            content: "★";
            font-size: 1.5em;
        }

        .favlist_add input[type="checkbox"]:checked {
            color: #C92347;
        }

    .favlist_add label {
        width: 0px;
        height: 0px;
        display: none;
    }

/* もっと見る */
.shohinlist .more {
    margin-top: 16px;
    text-align: center;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 16px auto 0px;
    width: 12%;
    padding: 2px;
}

    .shohinlist .more a {
        display: block;
        text-decoration: none;
        margin: 0px auto 0px;
    }
