@charset "utf-8";


/*--------------------

	  style

--------------------*/


/* top */

#content h2 {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding: 20px 20px 15px 55px;
    background: #fff url(../images/icon_h2.png) no-repeat left 10px center / auto;
    font-size: 18px;
    font-weight: bold;
}

.articleList > li {
    border-bottom: 1px dotted #eee;
    width: 94%;
    margin: 0 3% 5% 3%;
    padding-bottom: 20px;
}

.articleList > li h3 {
    padding: 10px 0px 10px 10px;
    font-size: 21px;
    font-weight: bold;
}

.articleList > li div{
    text-align: center;
    width: 100%;
    margin-bottom: 3%;
}

.articleList > li div img {
    height: 150px;
    width: auto;
}

.articleList > li div a{
    display: block;
}

.articleList > li .fl,
.articleList > li .fr {
    width: 100%;
    float: none;
}

.articleList > li div ul li {
    margin: 0 2% 0 0;
    border-bottom: none;
    display: block;
    float: left;
    width: auto;
    padding-bottom: 10px;
}

.articleList .text {
    background: #fee;
    width: 94%;
    padding: 3%;
    margin: 0 auto 10px auto;
    font-size: 110%;
    text-align: left;
}

.articleList .text a.more-link {
    display: none;
}

.articleList .date {
    padding: 0 10px;
    font-size: 15px;
}

.articleList .moreBtn {
    float: right;
    margin-bottom: 10px;
    padding: 5px 0;
    border: 1px solid #eee;
    border-left: 3px solid #E91E63;
    background: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.articleList .moreBtn:hover {
    background: #ffd1df;
}

.articleList .moreBtn a{
    padding: 5px 10px 5px 40px;
    text-decoration: none;
}

.articleList .moreBtn a:after{
    content:">>";
    display: inline-block;
    padding-left: 30px;
    color: #999;
    transition: all 0.3s;
}

.articleList .moreBtn:hover a:after{
    color: #fff;
}

.articleList .snsShare {
    float: left;
    width: 100%;
    text-align: left;
}
.articleList .snsShare .fbShare{margin-top: -2px;}

.nophoto {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background: #efefef;
    text-align: center;
    line-height: 210px;
    color: #999;
    text-decoration: none;
}

.ctgyIcon{text-align: left;}
.ctgyIcon li {
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 5px;
}
.ctgyIcon .label {
    padding: 0 10px;
    border-radius: 5px;
    box-sizing: border-box;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    background: #ee2a80;
    color: #fff;
    border: 1px solid #ee2a80;
}

.ctgyIcon .label-uncategorized {
    background: #fff;
    border: 1px solid #eee;
    color: #666;
}

.ctgyIcon a.label-pr {
    background: #7d4f6e;
    color: #fff;
    border: 1px solid #7d4f6e;
}

.rankCont {
    counter-reset: ranking;
    position: relative;
}

.rankCont ul li {
    position: relative;
    counter-increment: ranking;
}

/*
.rankCont ul li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    line-height:20px;
    width: 83px;
    height: 20px;
    display: block;
    text-indent: -9999px;
    margin: 5px 0 0px 5px;
}
*/

.rankCont ul li:after {
    content:counter(ranking, decimal);
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ee2a80;
    border: 3px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
/*

.rankCont ul li:first-child:after {
	content:"1";
}

.rankCont ul li:nth-child(2):after {
	content:"2";
}

.rankCont ul li:nth-child(3):after {
	content:"3";
}

.rankCont ul li:nth-child(4):after {
	content:"4";
}

.rankCont ul li:nth-child(5):after {
	content:"5";
}
*/


input.search-field {
    width:100%;
    height:40px;
    margin-bottom: 30px;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border:1px solid #efefef;
    behavior: url(/PIE.htc);
    padding:5px;
}
input.search-submit {
    box-shadow: none;
    background-image: url(../images/icon_search.jpg);
    background-repeat: no-repeat;
    width: 30px;
    text-indent: -60px;
    background-color: #FFFFFF;
    background-position: 50% 50%;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 13%;
    right: 3%;
}
.screen-reader-text {
    display: none;
}

.singleHead > li {
    padding-bottom: 0;
}

.singleHead h2 {
    margin-bottom: 5px !important;
    padding-left: 30px;
    background: url(../images/icon_title.jpg) no-repeat 0px 10px;
    font-size: 21px;
    font-weight: bold;
}

.txtCont {
    padding: 0 4% 30px 4%;
    font-size: 110%;
    overflow: hidden;
}
.txtCont p {
    margin-bottom: 20px;
}

.txtCont img {
    height: auto !important;
}

blockquote{
    word-wrap: break-word;
    margin: 0px auto 30px 0px !important;
}

.singleHead .ctgyIcon {

}

.singleHead .date {
    margin-bottom: 5px;
    margin-left: 5px;
    float: none !important;
    line-height: 1 !important;
    text-align: right;
}

.pager {
    padding: 20px 0;
}

.pager.single div.fl,
.pager.single div.fr {

}

.pager.single div.fl a,
.pager.single div.fr a {
    padding: 10px 20px;
    background: #ee2a80;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.otherPage {
    padding: 20px 0;
}

.otherPage h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px !important;
    background: url(../images/icon_title.jpg) no-repeat 0px 10px;
    padding-left: 30px;
    margin: 0 6%;
    text-align: left !important;
}


.searchResult {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #999;
    margin-left: 3%;
    margin-bottom: 20px;
    display: inline-block;
}

.page-header .page-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.searchForm {
    text-align: center;
    margin: 30px auto;
    width: 400px;
}

.privacyPolicy h3 {

}

.privacyPolicy p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.company table {
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    width: 100%;
    margin-bottom: 20px;
}

.company table th,
.company table td {
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 20px;
}

.company table th {
    background: #eee;
    border-bottom: 1px solid #fff;
    width: 35%;
}

#map {
    margin: 0 auto 30px auto;
}

/*====カスタム=====*/
blockquote {
    position: relative;
    padding: 10px 10px 1px 32px;
    margin: 0px 30px 30px 0px;
    box-sizing: border-box;
    font-size: 110%;
    font-weight: bold;
    color: #000000;
    background: #CDFCDA;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -15px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #CDFCDA;
    font-size: 70px;
    line-height: 1;
    z-index: 2;
}

blockquote:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 40px 40px;
    border-style: solid;
    border-color: transparent #ffffff;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 20px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: left;
    color: #666666;
    font-size: 80%;
    font-weight: normal;
}

.box10 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.box10 p {
    margin: 0;
    padding: 0;
}

.marker-pink {
    background: linear-gradient(transparent 60%, #F6CEF5 60%);
}

.marker-blue {
    background: linear-gradient(transparent 60%, #A9E2F3 60%);
}


.marker-yellow {
    background: linear-gradient(transparent 80%, #FEFE98 80%);
    font-weight: bold;
}


.balloon2-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    border-radius: 15px;
}

.balloon2-left:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.balloon2-left:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}

.balloon2-left p {
    margin: 0;
    padding: 0;
}

.balloon2-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    border-radius: 15px;
}

.balloon2-right:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.balloon2-right:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #555;
    z-index: 1;
}

.balloon2-right p {
    margin: 0;
    padding: 0;
}


table, td, th{
    border: 1px solid #999;
}

.sample02 {
    background-color: #A9E2F3;
    font-size: 120%;
}

.sample01 {
    background-color: #A9A86C;
    font-size: 10pt;
    color: #fff;
}

/*
 * 揺れるボタン
 */
.fluffy {
    background: #fff;
    animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
    0% { transform:translateY(0) }
    5% { transform:translateY(0) }
    10% { transform:translateY(0) }
    20% { transform:translateY(-15px) }
    25% { transform:translateY(0) }
    30% { transform:translateY(-15px) }
    50% { transform:translateY(0) }
    100% { transform:translateY(0) }
}

/*
 * 画像　縦中央
 */
img.md{vertical-align:middle;}



/* 点滅 */
.blinking{
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.balloon1-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 15px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    background: #B0D3FF;
    border-radius: 15px;
}

.balloon1-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #B0D3FF;
}

.balloon1-left p {
    margin: 0;
    padding: 0;
}

/* テキストリンク水色 */
.btn-animation-lightblue {
    display: inline-block;
    width: 90%;
    text-align: center;
    background-color: #A9D0F5;
    border: 2px solid #A9D0F5;
    font-size: 16px;
    color: #9ec34b;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
}

.btn-animation-lightblue span {
    position: relative;
    z-index: 1;
}

.btn-animation-lightblue::before,
.btn-animation-lightblue::after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}
.btn-animation-lightblue::before {
    left: 0;
}
.btn-animation-lightblue::after {
    right: 0;
}

.btn-animation-lightblue:hover:before,
.btn-animation-lightblue:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn-animation-lightblue:hover {
    color: #FFF;
}


/* テキストリンク グレー */
.btn-animation-gray {
    display: inline-block;
    width: 90%;
    text-align: center;
    background-color: #BDBDBD;
    border: 2px solid #BDBDBD;
    font-size: 16px;
    color: #9ec34b;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
}

.btn-animation-gray  span {
    position: relative;
    z-index: 1;
}

.btn-animation-gray::before,
.btn-animation-gray::after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}
.btn-animation-gray::before {
    left: 0;
}
.btn-animation-gray::after {
    right: 0;
}

.btn-animation-gray:hover:before,
.btn-animation-gray:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn-animation-gray:hover {
    color: #FFF;
}


/* テキストリンク ピンク */
.btn-animation-pink {
    display: inline-block;
    width: 90%;
    text-align: center;
    background-color: #F5A9A9;
    border: 2px solid #F5A9A9;
    font-size: 16px;
    color: #9ec34b;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
}

.btn-animation-pink  span {
    position: relative;
    z-index: 1;
}

.btn-animation-pink::before,
.btn-animation-pink::after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}
.btn-animation-pink::before {
    left: 0;
}
.btn-animation-pink::after {
    right: 0;
}

.btn-animation-pink:hover:before,
.btn-animation-pink:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn-animation-pink:hover {
    color: #FFF;
}



/* テキストリンク グリーン */
.btn-animation-green {
    display: inline-block;
    width: 90%;
    text-align: center;
    background-color: #81F781;
    border: 2px solid #81F781;
    font-size: 16px;
    color: #9ec34b;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
}

.btn-animation-green  span {
    position: relative;
    z-index: 1;
}

.btn-animation-green::before,
.btn-animation-green::after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}
.btn-animation-green::before {
    left: 0;
}
.btn-animation-green::after {
    right: 0;
}

.btn-animation-green:hover:before,
.btn-animation-green:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn-animation-green:hover {
    color: #FFF;
}



/* テキストリンク ブラック */
.btn-animation-black {
    display: inline-block;
    width: 90%;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #000000;
    font-size: 16px;
    color: #9ec34b;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
}

.btn-animation-black  span {
    position: relative;
    z-index: 1;
}

.btn-animation-black::before,
.btn-animation-black::after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}
.btn-animation-black::before {
    left: 0;
}
.btn-animation-black::after {
    right: 0;
}

.btn-animation-black:hover:before,
.btn-animation-black:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn-animation-black:hover {
    color: #5858FA;
}



/* 吹き出し画像付き */
.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

.balloon5 .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
    font-size: 14px;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}


/* 吹き出し画像付き文字大 */
.balloon6 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon6 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon6 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

.balloon6 .chatting {
    width: 100%;
}

.says2 {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
    font-size: 16px;
    font-weight:bold
}

.says2:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says2 p {
    margin: 0;
    padding: 0;
}


/* 吹き出し画像付き枠のみ */
.balloon7 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon7 .faceicon {
    float: left;
    margin-right: -90px;
    width: 60px;
}

.balloon7 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 2px #F7BE81;
    border-radius: 50%;
}

.balloon7 .chatting {
    width: 100%;
}

.says3 {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #F5F6CE;
    font-size: 15px;
}

.says3:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #F7BE81;
}

.says3 p {
    margin: 0;
    padding: 0;
}