/* Reseting
---------------------------------------------------------- */


/* common settings reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style-type: none;
}

ul li {
    list-style-type: none;
}

img {
    vertical-align: bottom;
}

a:link img {
    text-decoration: none;
    border: none 0px;
}

a:visited img {
    text-decoration: none;
    border: none 0px;
}

.none_adjust {
    -webkit-text-size-adjust: 100%;
}

a:link img {
    text-decoration: none;
    border: none 0px;
}

a:visited img {
    text-decoration: none;
    border: none 0px;
}

a img:hover {
    opacity: 0.6;
    cursor: pointer;
}

/* start mobile css settings
-------------------------------------------------------------------------------------------------------------------- */

body {
    min-width: 1200px;
    font-size: 15px;
    line-height: 170%;
    color: #000000;
    background: url(../img/bg.png) repeat left center #fdf9ed;
    margin: 0;
    padding: 0;
    font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #2742C7;
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
    color: #2742C7;
    text-decoration: none;
    cursor: pointer;
}

hr {
    display: block;
    border: 0;
    width: 100%;
    height: 1px;
    background: url(../img/bg_dot.png) repeat-x top center;
}

/* Layout
---------------------------------------------------------- */

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    text-align: center;
}

/* sectionBox01 */
.sectionBox01 {
    text-align: left;
}

.sectionBox01 img {
    width: 100%;
    height: auto;
}


/* header
---------------------------------------------------------- */


/*header*/

#headerWrap {
    width: 100%;
}

#headerTopIn {
    color: #fff;
    font-size: 13px;
    padding: 10px 0 5px;
    background: #3EB7B6;
    overflow: hidden;
    width: 100%;
}

#headerTopBg {
    margin-top: -3px;
}

#headerTopBg img {
    width: 100%;
}

#headerBottom {
    width: 980px;
    margin: 0 auto;
}


/* gNavi
---------------------------------------------------------- */

/*gNavi*/

#gNavi {
    width: 980px;
    margin-top: 20px;
}

#gNaviMain {
  -js-display: flex;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#gNaviMainSp {
    display: none;
}

.sp_menu_toggle {
    display: none;
}

#gNaviSub {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#gNavi li {
    padding-right: 10px;
}

#gNavi li:last-child {
    padding-right: 0px;
}

#gNavi li a {
    cursor: pointer;
}

#headerLogo {
    float: left;
}

#gNavi01 {
    margin-top: 7px;
}

#gNaviBottom {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 20px 0 10px;
}

/* main
---------------------------------------------------------- */
#main {
  width: 980px;
  margin: 0 auto 40px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}

article {
    width: 680px;
    margin-right: 30px;
}

aside {
    width: 270px;
}

.blog-body img {
    width: 100%;
    height: auto;
}

/* パンくずナビ
---------------------------------------------------------- */
.breadcrumbs {
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
}

/* sidebar
---------------------------------------------------------- */
#sidebarList01 ul li {
    margin-bottom: 10px;
}

#wpp-2, #wpp-3, #wpp-4, #wpp-5, #wpp-6, #wpp-7 {
    background-color: #fff;
}

.side-staffcolumn,
.popular-posts,
.postLinksidebarWidget {
    margin: 10px 0;
    padding: 25px 10px 10px;
    background: url(../img/bg_sidebar01.png) top center no-repeat;
}

.side-staffcolumn,
.postLinksidebarWidget {
  background-color: #fff;
}

.postLinksidebarWidgetHeader {
  margin: 15px 0;
}

.postLinksidebarWidget p {
  margin: 5px;
}

.postLinksidebarWidget p img {
  width: 100%;
}

.postLinksidebarWidget ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: left;
}

.postLinksidebarWidget ul li {
  width: 40%;
}

.widgetLinks01 li a {
    color: #366CDF;
}

.widgetLinks02 li a {
    color: #F8901A;
}

.widgetLinks03 li a {
    color: #C05B87;
}

.widgetLinks04 li a {
    color: #72AB23;
}

.widgetLinks01 li a:before, .widgetLinks02 li a:before,.widgetLinks03 li a:before,.widgetLinks04 li a:before {
  content: "・";
}

#sidebarRanking p img {
    position: relative;
    top: -2px;
    left: 0;
}

#sidebarRankingIn {
    padding: 0 10px 10px;
}

.popular-posts h3,
.side-staffcolumn h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    margin: 0 auto;
}

.side-staffcolumn .heading {
    border-left: solid 5px #49c2c3;
    border-bottom: solid 1px #ddd;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 7px;
    margin: 10px 0 5px;
    text-align: left;
}

.side-staffcolumn ul {
    text-align: left;
}

.side-staffcolumn ul li {
    padding-left: 15px;
    background: url(../img/ico_sidecolumn.png) 2px 8px no-repeat;
}

.tax-tit {
  border-left: solid 8px #49c2c3;
  border-bottom: solid 1px #49c2c3;
  font-size: 26px;
  font-weight: 400;
  padding: 10px 5px;
  margin: 20px 20px 15px;
  text-align: left;
}


/* カウンターの初期化 */
.wpp-list {
    counter-reset: wpp-ranking;
}

/* カウンターの値を表示 */
.wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    background-color: #49c2c3;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
    position: absolute;
}

.wpp-list .wpp_li_right {
  display: block;
  margin-left: 5px;
}

.wpp-list .display_flex {
  -js-display: flex;
  display: flex;
  justify-content: flex-start;
}

.wpp-list li {
  padding: 10px 0;
  background: url(../img/bg_dot.png) no-repeat bottom center;
  -js-display: flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.wpp-list li:last-child {
  background: none;
}

.wpp-list h4 {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.wpp-list div p {
    margin-right: 5px;
}

.categoryName {
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    margin: 3px 0 10px 10px;
    padding: 3px 5px 2px 5px;
    text-align: center;
    line-height: 1.0;
    background-color: #366CDF;
}

.categoryName a {
    color: #fff;
}

.category01 {
    background-color: #366CDF;
}

.category02 {
    background-color: #F8901A;
}

.category03 {
    background-color: #C05B87;
}

.category04 {
    background-color: #72AB23;
}

.widget_text h3.widget-title {
  display: none;
}

/* footer
---------------------------------------------------------- */

#footerWrap {
    width: 100%;
    background: #49c2c3;
    margin: 0 auto;
}

#footerBg {
    position: relative;
    top: -14px;
    left: 0;
}

#footerBg img {
    width: 100%;
}

#footerTop {
    width: 980px;
    margin: 10px auto 30px;
}

#footerLogo {
    float: left;
}

#footerTop p.insta {
    float: left;
    width: 44px;
    margin: 10px 20px;
}

#footerTop p.info {
    text-align: left;
    color: #fff;
    float: left;
}

#footer {
    width: 980px;
    margin: 0 auto;
}

#footerLinkBox {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#footerLinkBox a {
    color: #fff;
}

#footerLinkBox li {
    border-left: solid 1px #80d4d5;
    padding-left: 30px;
}

#lineNone li {
    border-left: none;
}

.footerLinks01 {
    width: 130px;
}

.footerLinks02 {
    width: 230px;
}

.footerLinks03 {
    width: 170px;
}

.ico01 {
    padding-left: 20px;
    background: url(../img/ico_footer01.png) 9px 6px no-repeat;
}

.ico02 {
    padding-left: 20px;
    background: url(../img/ico_footer02.png) 9px 6px no-repeat;
}

.ico03 {
    padding-left: 20px;
    background: url(../img/ico_footer03.png) 9px 6px no-repeat;
}

.ico04 {
    padding-left: 20px;
    background: url(../img/ico_footer04.png) 9px 6px no-repeat;
}

.ico05 {
    padding-left: 20px;
    background: url(../img/ico_footer05.png) 9px 6px no-repeat;
}

.icoList {
    padding-left: 20px;
    background: url(../img/ico_footer06.png) 13px 8px no-repeat;
}

.icoList02 {
    background: url(../img/ico_footer06.png) 6px 17px no-repeat;
}


#footerBottom {
    color: #fff;
    background: #005596;
    font-size: 15px;
}

#footerBottomWrap {
  width: 980px;
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}

#footerBottom a {
    color: #fff;
}

#footerBottomLeft ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}

#footerBottomLeft ul li {
    padding: 10px 10px 10px 18px;
}

/* copy */

#copyIn {
    padding: 10px 0;
}


/* pageTop
---------------------------------------------------------- */

#scrollUp {
    bottom: 50px;
    right: 100px;
    height: 80px;
    /* Height of image */
    width: 80px;
    /* Width of image */
    background: url(../img/btn_pagetop.jpg) no-repeat;
    background-size: 80%;
}

.anchor {
    margin-top: -120px;
    padding-top: 120px;
}
